:root {
    --rem16: 16rem;
    --rem10: 10rem;
    --rem8: 8rem;
    --rem5p5: 5.5rem;
    --rem4p5: 4.5rem;
    --rem4: 4rem;
    --rem3p5: 3.5rem;
    --rem3: 3rem;
    --rem2p5: 2.5rem;
    --rem2: 2rem;
    --rem1p6: 1.6rem;
    --rem1p5: 1.5rem;
    --rem1p4: 1.4rem;
    --rem1p2: 1.2rem;
    --rem0p9: .9rem;
    --white: #ffffff;
    --coeff: 0.8;
    --mob_coeff: 0.4;
}

html {
    margin: 0 !important;
    padding: 0 !important;
}

body {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    /* padding-top: 90px; */
}

header {
    position: fixed;
    top: 0;
    /* transition: top 0.2s ease-in-out; */
    width: 100%;
    min-height: 5rem;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: transparent;
    background-image: url('img/menu_bg.svg');
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: center center; */
}

header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -2rem;
    height: 20rem;
    background-color: transparent;
    background-image: url('img/menu_bg.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 0%;
    z-index: 5;
}

.hero1,
.hero5,
.news1 {
    position: relative;
}

.hero1:after,
.hero5:after,
.news1:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6rem;
    min-height: 15rem;
    background-color: transparent;
    background-image: url('img/bg_bot_wave.svg');
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center center;
    z-index: 2;
}

.hero1 .main-wrap {
    min-height: 70rem;
}

.hero2 {
    position: relative;
    z-index: 3;
}

.hero3 {
    position: relative;
    padding-top: 20rem;
}

.news1 {
    position: relative;
    padding-top: 10rem;
    padding-bottom: 15rem;
}

.footer1 {
    position: relative;
    padding-top: 13%;
}

.hero3:after,
.footer1:after,
.news1:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -1rem;
    height: 20rem;
    background-color: transparent;
    background-image: url('img/bg_top_wave.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 0%;
    z-index: 2;
}


@media only screen and (max-width: 1850.98px) {

    header:after {
        top: -2rem;
    }
}

@media only screen and (max-width: 1450.98px) {

    header:after {
        top: 0rem;
    }
}

@media only screen and (max-width: 1000.98px) {

    header:after {
        top: 0rem;
    }
}

@media only screen and (max-width: 791.98px) {

    header:after {
        background-size: cover;
        height: 7rem;
    }

    .hero1 .main-wrap {
        min-height: 40rem;
    }

    .hero1:after {
        bottom: -7rem;
    }

    .hero3 {
        padding-top: 7rem;
    }

}

.blob {
    position: relative;
}

.blob:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-top: #fff solid 2px;
    border-bottom: #fff solid 2px;
    min-height: 15rem;
    background-color: transparent;
    z-index: 2;
}

.blob:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 15rem;
    background-color: transparent;
    background-image: url('img/blob1.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% center;
    z-index: 3;
}

.blobbgg {
    position: relative;
}

.blobbgg:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-top: #f5f5f5 solid 2px;
    border-bottom: #f5f5f5 solid 2px;
    min-height: 15rem;
    background-color: transparent;
    z-index: 2;
}

.blobbgg:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 15rem;
    background-color: transparent;
    background-image: url('img/blobbgg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% center;
    z-index: 3;
}


a.navlogo_new {
    background: transparent url("img/white_logo.png") no-repeat right center;
    background-size: contain;
    display: inline-block;
    width: 17rem;
    height: 9rem;
    margin-left: 5rem;
}

a.navlogo_mobile {
    background: transparent url("img/white_logo_mobile.png") no-repeat right center;
    background-size: contain;
    display: inline-block;
    width: 8rem;
    height: 4rem;
    margin: .5rem 1rem;
}

/* 
.nav-up {
    top: -135px;
} */

.outer-wrap {
    max-width: 1850px;
    margin: auto;
    padding: 0;
}

.main-wrap {
    max-width: 1850px;
    margin: 0 auto;
    padding: 0;
}

#menu-my-custom-menu {
    display: flex;
    padding-left: 0;
    padding-right: 1rem;
}

#menu-my-custom-menu li {
    flex: 1 1 auto;
    list-style-type: none;
    /* Remove bullets */
    text-align: end;
}

#menu-my-custom-menu li a {
    color: #202b4a;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 300;
}

.padd-custom {
    padding: 1rem 2rem;
}

.display-header-xxl {
    color: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 250px;
    line-height: 1;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #835689;
    /* text-shadow: -1px 1px 0 #804189, 
                  1px 1px 0 #804189, 
                 1px -1px 0 #804189, 
                -1px -1px 0 #804189;  */
}

.hero1 .display-header {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
}

.hero2 .display-header,
.hero3 .display-header,
.hero4 .display-header,
.hero5 .display-header,
.hero6 .display-header,
.hero7 .display-header,
.footer1 .display-header,
.news1 .display-header {
    color: #202b4a;
    font-family: 'Poppins', sans-serif;
    font-size: 66px;
    font-weight: 600;
    position: relative;
}

.hero2 .display-header::after,
.hero3 .display-header::after,
.hero4 .display-header::after,
.hero5 .display-header::after,
.hero6 .display-header::after,
.hero7 .display-header::after,
.footer1 .display-header::after,
.news1 .display-header::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6rem;
    height: .66rem;
    background-image: linear-gradient(to right, #804189, #41226a);
}

/* .hero3 .display-header::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6rem;
    height: .66rem;
    background-image: linear-gradient(to right, #804189, #41226a);
} */

.hero2 .display-subtext-xxl,
.hero3 .display-subtext-xxl {
    color: #202b4a;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 400;
}

.hero3 .display-subtext-xxs {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.display-subtext-s {
    color: #202b4a;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.display-subtext-sm {
    color: #202b4a;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.display-subtext-m {
    color: #202b4a;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
}

.display-subtext-xm {
    color: #202b4a;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 300;
}

.display-subtext-l {
    color: #202b4a;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
}

.btn.button-w {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    background-color: #202b4a;
    padding: 5px 30px;
    border: none;
}

.bgg {
    background-color: #f5f5f5;
}

.bgd {
    background-color: #202b4a;
}

.bgw {
    background-color: #fff;
}

.ps-custom {
    padding-left: 7.5rem;
}

.ps-custom2 {
    padding-left: 7rem;
}

.ms-custom {
    margin-left: 7rem;
}

.ms-custom2 {
    margin-left: 7rem;
}

.ms-custom3 {
    margin-left: 0;
}

.me-custom {
    margin-right: 25rem;
}

.me-custom2 {
    margin-right: 7rem;
}

.me-custom3 {
    margin-right: min(50px, 4vw);
}

.mb-custom {
    margin-bottom: 15rem;
}

.arrow_white {
    position: absolute;
    left: 0;
    bottom: 8rem;
}

.arrow_white img {
    width: 3rem;
    height: 3rem;
}

.arrow_dark,
.swiper-next,
.swiper-prev {
    /* cursor: pointer !important; */
    position: relative;
    z-index: 10;
}

.arrow_nav {
    /* cursor: pointer !important; */
    position: relative;
    z-index: 10;
    margin: 0 3rem;
}

.arrow_dark img,
.arrow_nav img {
    /* cursor: pointer !important; */
    width: 3rem;
    height: 3rem;
}

.bgg_curves {
    background-color: transparent;
    background-image: url('img/curves_bothways.svg'), url('img/curves_bothways.svg');
    background-repeat: no-repeat, no-repeat;
    background-size: 125%;
    background-position: center 8rem, center 27rem;
}

.bgg_curves2 {
    background-color: transparent;
    background-image: url('img/curves_bothways.svg'), url('img/curves_bothways.svg'), url('img/curves_bothways.svg');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 125%;
    background-position: center 15rem, center 137rem, center 159rem;
}

.a_list {
    font-size: 200%;
}

.top_offset {
    padding-top: .5rem;
}

@media only screen and (max-width: 1599.98px) {

    .hero2 .display-header,
    .hero3 .display-header {
        font-size: 33px;
    }

    .hero2 .display-subtext-xxl,
    .hero3 .display-subtext-xxl {
        font-size: 15px;
    }

    .hero2 .display-header::after,
    .hero3 .display-header::after {
        width: 3rem;
        height: .33rem;
    }

    .hero3 .display-subtext-xxs {
        font-size: 14px;
        font-weight: 400;
    }

    .a_list {
        font-size: 100%;
    }

    .display-subtext-sm {
        font-size: 14px;
        font-weight: 300;
    }

    .top_offset {
        padding-top: 0;
    }

}

@media only screen and (max-width: 1199.98px) {

    .display-header-xxl {
        font-size: 150px;
    }

    .hero1 .display-header {
        font-size: 25px;
    }

    .hero2 .display-header,
    .hero3 .display-header,
    .hero4 .display-header,
    .hero5 .display-header,
    .hero6 .display-header,
    .hero7 .display-header,
    .footer1 .display-header,
    .news1 .display-header {
        font-size: 33px;
    }

    .hero2 .display-subtext-xxl,
    .hero3 .display-subtext-xxl {
        font-size: 15px;
    }

    .hero2 .display-header::after,
    .hero3 .display-header::after,
    .hero4 .display-header::after,
    .hero5 .display-header::after,
    .hero6 .display-header::after,
    .hero7 .display-header::after,
    .footer1 .display-header::after,
    .news1 .display-header::after {
        width: 3rem;
        height: .33rem;
    }

    .hero3 .display-subtext-xxs {
        font-size: 14px;
        font-weight: 400;
    }

    .display-subtext-s {
        font-size: 14px;
        font-weight: 300;
    }

    .display-subtext-m {
        font-size: 17px;
    }

    .display-subtext-xm {
        font-size: 12px;
    }

    .display-subtext-l {
        font-size: 20px;
    }

    .btn.button-w {
        font-size: 16px;
    }

    .arrow_white {
        bottom: 4rem;
    }

    .arrow_white img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .arrow_dark {
        bottom: -1rem;
        left: .5rem;
    }

    .arrow_dark img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .bgg_curves {
        background-position: center 8rem, center 21rem;
    }

    .bgg_curves2 {
        background-position: -30vw 10vw, center 50vw, -50vw 100vw;
        background-size: 250%;
    }

}

.key_icon {
    width: min(150px, 10vw);
    height: min(150px, 10vw);
}


/* active blob style starts */

.hero3 .shape div {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -30%);
}

.hero3 .shape div p {
    text-align: center;
    min-width: 250px;
}

.mission_icon0 {
    position: absolute;
    left: 10%;
    top: -10%;
    transform: translate(-12%, 0);
    width: min(350px, 20vw);
    height: min(350px, 20vw);
}

.mission_icon {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -25%);
    width: min(150px, 10vw);
    height: min(150px, 10vw);
}

.active_blob {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.shape {
    position: relative;
    width: min(400px, 23vw);
    height: min(400px, 23vw);
    background: linear-gradient(45deg, #432561, #ae5dbc);
}

.ani1 {
    animation: wave 8s ease-in-out infinite;
}

.ani2 {
    animation: wave 11s ease-in-out infinite;
}

.ani3 {
    animation: wave 10s ease-in-out infinite;
}

.ani4 {
    animation: wave 9s ease-in-out infinite;
}

@keyframes wave {

    0%,
    100% {
        border-radius: 70% 30% 72% 28%/27% 61% 39% 73%;
    }

    50% {
        border-radius: 77% 23% 54% 46%/40% 38% 62% 60%;
    }
}

/* 
.active_blob2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.shape2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 700px;
    background: transparent;
    border: 14rem solid white;
    animation: wave2 8s ease-in-out infinite;
}

@keyframes wave2 {

    0%,
    100% {
        border-radius: 70% 30% 72% 28%/27% 61% 39% 73%;
    }

    50% {
        border-radius: 77% 23% 54% 46%/40% 38% 62% 60%;
    }
} */

.active_blob2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shape2 {
    background: transparent;
    width: 30rem;
    height: 15rem;
    border-radius: 62% 38% 33% 67% / 51% 48% 52% 49%;
    overflow: hidden;
    animation: morph 16s linear infinite;
}

@keyframes morph {

    0%,
    100% {
        border-radius: 62% 38% 33% 67% / 51% 48% 52% 49%;
    }

    34% {
        border-radius: 70% 30% 50% 50%/30% 30% 70% 70%;
    }

    67% {
        border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    }
}



.logo_icon {
    border: none;
    width: 8rem;
    height: 3.5rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.logo_img_icon {
    border: none;
    width: 9rem;
    height: 4rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* border: none;
    width: auto;
    height: 5rem; */
}

.logo_img_icon_footer {
    border: none;
    width: auto;
    height: 2.75rem;
}

/* active blob style ends */

@media only screen and (max-width: 1199.98px) {
    .ps-custom {
        padding-left: 1.5rem;
    }

    .ps-custom2 {
        padding-left: 1rem;
    }

    .ms-custom {
        margin-left: 0;
    }

    .ms-custom2,
    .ms-custom3 {
        margin-left: 1rem;
    }

    .me-custom {
        margin-right: 0;
    }

    .me-custom2 {
        margin-right: 0;
    }

    .me-custom3 {
        margin-right: 7vw;
    }

    .mb-custom {
        margin-bottom: 7rem;
    }

    .shape {
        width: min(400px, 43vw);
        height: min(400px, 43vw);
    }

    .mission_icon0 {
        width: min(350px, 40vw);
        height: min(350px, 40vw);
    }

    .mission_icon {
        width: min(150px, 20vw);
        height: min(150px, 20vw);
    }

    .hero3 .shape div p {
        min-width: 180px;
    }

    .footer1 {
        padding-top: 14%;
    }

    .logo_img_icon_footer {
        height: 2.05rem;
    }

}

@media only screen and (max-width: 550.98px) {

    .bgg_curves2 {
        background-size: 325%;
        background-position: -30vw 50vw, center 110vw, -50vw 180vw;
    }

    .arrow_nav {
        margin: 0 1rem;
    }
}


@media only screen and (max-width: 465.98px) {

    .mission_icon0 {
        width: min(250px, 40vw);
        height: min(250px, 40vw);
    }

    .mission_icon {
        width: min(75px, 15vw);
        height: min(75px, 15vw);
    }

    .hero3 .display-subtext-xxs {
        font-size: 9px;
        font-weight: 400;
    }

    .hero3 .shape div p {
        min-width: 120px;
    }

    .logo_img_icon {
        border: none;
        width: auto;
        height: 3.5rem;
    }
}

@media only screen and (max-width: 350.98px) {
    .bgg_curves {
        background-size: 225%;
    }

    .bgg_curves2 {
        background-size: 425%;
        background-position: -30vw 80vw, center 170vw, -50vw 260vw;
    }
}


/* active swiper style starts */

.swiper {
    width: 100%;
    height: 100%;
}

/* .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.swiper-slide {
    width: 20rem;
}

/* active swiper style ends */


.x_twitter i,
.linkedin i {
    color: #202b4a;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 200%;
}

div.x_twitter,
div.linkedin {
    display: inline-block;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    position: relative;
    background-color: #fff;
}


/* menu styling starts */

.logowrap {
    text-align: left;
}

.menuwrap {
    margin-right: 1rem;
    flex-grow: 1;
}

.loginwrap {
    margin-right: 1rem;
}

.mobilewrap {
    position: fixed;
    top: 4.5rem;
    right: 0;
    z-index: 99;
    padding: 2rem 3rem 1.5rem 3rem;
    background-color: rgba(255, 255, 255, .91);
    box-shadow: -.5rem .5rem 1rem rgba(0, 0, 0, .71);
    border-radius: 52% 48% 62% 38% / 53% 48% 52% 47%;
}

.mobilewrap ul li {
    list-style: none;
    padding-bottom: .5rem;
}

.mobilewrap ul {
    padding: 0;
}

.mobilewrap ul li a {
    color: #202b4a;
}

.mobilewrap ul#menu-main-1 a:hover {
    opacity: .8;
}

ul#menu-main-1>li.menu-item-has-children>a:after {
    content: '';
    display: inline-block;
    color: #fff;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin-left: .3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' class='bi bi-chevron-down' viewBox='0 0 16 16'><path stroke='%23ffffff' stroke-width='1.5px' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    transition: 1s transform;
}

.mobilewrap ul#menu-main-1 li {
    list-style: none;
    display: block;
    padding: 0;
}

.mobilewrap ul#menu-main-1 li a {
    padding: 1rem;
    background-color: #343a40;
    white-space: nowrap;
    text-align: center;
    display: block;
    color: #fff;
    min-width: 18rem;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.mobilewrap ul#menu-main-1 li ul.sub-menu li a {
    background-color: #55595e;
}

.mobilewrap ul#menu-main-1 li ul.sub-menu li a:hover {
    background-color: rgb(146, 174, 192);
}

.mobilewrap ul#menu-main-1 li:hover a:after {
    transform: rotateX(180deg);
}

label[for="hidden_checkbox"]>.menuclose {
    display: none;
}

#hidden_checkbox:checked+label[for="hidden_checkbox"]>.menuclose {
    display: inline;
}

#hidden_checkbox:checked+label[for="hidden_checkbox"]>.menuopen {
    display: none;
}

#hidden_checkbox {
    display: none;
}

.mobilewrap ul#menu-main-1 li ul.sub-menu {
    display: block;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s linear, opacity 1.5s linear;
}

.mobilewrap ul#menu-main-1 li:hover ul.sub-menu {
    display: block;
    max-height: 50rem;
    opacity: 1;
}

.menuclose,
.menuopen {
    font-size: 2rem;
    color: #202b4a;
}

/* menu styling ends */

.maxw80 {
    max-width: 80rem;
}

.maxw50 {
    max-width: 50rem;
}



























.filter_button {
    position: relative;
    min-height: 5.5rem;
}

.filter_button span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.filter_button2 {
    position: relative;
    min-height: 5.5rem;
    min-width: 6.5rem;
}

.filter_button2 span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 70%;
}

.article_body h2 {
    font-family: 'Poppins', sans-serif;
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: rgb(47, 109, 91);
}

.article_body blockquote p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.9rem;
    font-weight: 400;
    color: rgb(47, 109, 91);

}

.article_body blockquote {
    padding-top: 8rem;
    padding-bottom: 4rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    position: relative;
}

.article_body blockquote:before {
    content: '';
    position: absolute;
    width: 3rem;
    height: 3rem;
    top: 4rem;
    left: -0.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%232f6d5b' class='bi bi-chevron-down' viewBox='0 0 16 16'><path stroke='%232f6d5b' d='M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 9 7.558V11a1 1 0 0 0 1 1h2Zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 3 7.558V11a1 1 0 0 0 1 1h2Z'/></svg>");
}

ul#menu-main {
    text-align: left;
    padding: 3rem 0;
    margin: 0;
}

ul#menu-main>li {
    list-style: none;
    display: inline-block;
    padding: 0;
    position: relative;
    overflow: visible;
    margin: 0 1rem;
}

ul#menu-main>li:hover {
    /* border: 1px solid #c00202; */
    padding: 0;
}

ul#menu-main>li a {
    text-decoration: none;
    padding: 5px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

ul#menu-main>li.menu-item-has-children>a:after {
    content: '';
    display: inline-block;
    color: #fff;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin-left: .3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' class='bi bi-chevron-down' viewBox='0 0 16 16'><path stroke='%23ffffff' stroke-width='1.5px' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

ul#menu-main>li:last-child {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: .5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding: .35rem 1.5rem;
}

ul#menu-main>li:last-child>a:after {
    content: '';
    display: inline-block;
    color: #fff;
    width: 1rem;
    height: 1rem;
    position: relative;
    top: .1rem;
    margin-left: .3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' class='bi bi-chevron-right' viewBox='0 0 16 16'><path stroke='%23ffffff' stroke-width='1.5px' fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
}

ul#menu-main li ul.sub-menu {
    display: none;
    padding: 3.4rem 0 0 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.5s linear;
}

ul#menu-main li ul.sub-menu li {
    list-style: none;
    display: block;
    padding: 1rem;
    border-top: 1px solid #fff;
    background-color: #343a40;
    white-space: nowrap;
    text-align: center;
}

ul#menu-main li ul.sub-menu li:nth-child(1) {
    border-top: 1px solid transparent;
}

ul#menu-main li:hover ul.sub-menu {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4rem 2rem rgba(0, 0, 0, 0.4);
}

ul#menu-main li ul.sub-menu li:hover {
    background-color: rgb(146, 174, 192);
}

.aspect16_2 {
    --ratio: calc(16 / 2);
    /* put the aspect ratio width to height you want */
    --h: min(calc(100vw / var(--ratio)), calc(1440px / var(--ratio)));
    min-height: var(--h) !important;
    width: 100%;
}

.aspect16_2p5 {
    --ratio: calc(16 / 2.5);
    /* put the aspect ratio width to height you want */
    --h: min(calc(100vw / var(--ratio)), calc(1440px / var(--ratio)));
    min-height: var(--h) !important;
    width: 100%;
}

.aspect16_4 {
    --ratio: calc(16 / 4);
    /* put the aspect ratio width to height you want */
    --h: min(calc(100vw / var(--ratio)), calc(1440px / var(--ratio)));
    min-height: var(--h) !important;
    width: 100%;
}

.aspect16_7 {
    --ratio: calc(16 / 7);
    /* put the aspect ratio width to height you want */
    --h: min(calc(100vw / var(--ratio)), calc(1440px / var(--ratio)));
    min-height: var(--h) !important;
    width: 100%;
}

.aspect16_9 {
    --ratio: calc(16 / 9);
    /* put the aspect ratio width to height you want */
    --h: min(calc(100vw / var(--ratio)), calc(1440px / var(--ratio)));
    min-height: var(--h) !important;
    width: 100%;
}

.square_ratio {
    padding-top: 100%;
    /* 1:1 Aspect Ratio */
    position: relative;
    border-radius: .5rem;
}

.scrollify {
    max-height: 0;
}

@media only screen and (max-width: 768px) {
    .aspect16_2 {
        min-height: auto;
    }

    .aspect16_2p5 {
        min-height: 15rem !important;
    }

    .aspect16_4 {
        min-height: auto !important;
    }

    .aspect16_4>div {
        min-height: 20rem !important;
    }

    .aspect16_7 {
        min-height: 20rem !important;
    }

    .aspect16_9 {
        min-height: auto;
    }
}

.threeblocks .block h1,
.threeblocks .block p {
    color: #fff;
}

.threeblocks .block:hover h1,
.threeblocks .block:hover p {
    color: rgb(146, 174, 192);
}

a.vacancy i,
a.accordion i,
a.link i {
    font-size: 2rem;
    color: white;
    background-color: #222;
    border-radius: 50%;
    padding: 1.5rem 1.5rem;
    position: relative;
}

a.vacancy i::before,
a.accordion i::before,
a.link i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
}

a.vacancy:hover i,
a.accordion:hover i,
a.link:hover i {
    background-color: rgb(146, 174, 192);
}

a.vacancy:hover h1,
a.accordion:hover h1,
a.link:hover h1 {
    color: rgb(146, 174, 192);
}

a[aria-expanded="true"].vacancy i,
a[aria-expanded="true"].accordion i {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

a[aria-expanded="true"].vacancy,
a[aria-expanded="true"].accordion {
    border-bottom: none !important;
}

.full-width.contact1+.full-width.contact1 {
    margin-bottom: 3rem;
}

.bpdf_wrapper>a button {
    display: none;
}

/* Overlay css starts */
label.overlay {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

label.overlay iframe {
    top: 5px;
    position: relative;
}

label.overlay::before {
    padding-top: 2rem;
    content: 'Click to activate';
    position: absolute;
    background-color: rgba(0, 0, 0, .15);
    visibility: hidden;
    color: #333;
    text-align: center;
    z-index: 999;
    top: -100%;
    left: 100%;
    right: 0;
    bottom: 100%;
    transition: all .5s ease-in;
}

/* ,
.overlay_trigger:checked+.overlay_block */
.overlay_trigger.checked+label.overlay::before {
    visibility: visible;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.overlay_trigger:not(.checked)+label.overlay .overlay_close {
    visibility: visible;
    opacity: 1;
    width: 3rem;
    height: 3rem;
}

.overlay_trigger {
    display: none;
}

.overlay_close {
    width: 0rem;
    height: 0rem;
    position: absolute;
    color: #666;
    top: 1rem;
    right: 2rem;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: all .6s ease-in;
}

.overlay_close i::before {
    font-size: 4rem;
    background-color: rgba(0, 0, 0, .15);
    width: 4rem;
    height: 4rem;
    border-radius: .5rem;
}

/* Overlay css ends */


#show-cf-pass {
    height: 3rem;
    border-radius: 0;
    width: 7.5rem;
    display: inline-block;
}

input.dbtn {
    color: #222;
    background-color: #ced4da;
    border: 1px solid #ced4da;
    border-radius: 0;
    font-size: calc(var(--rem1p6) * var(--coeff));
    font-weight: 700;
    width: 7.5rem;
    text-align: center;
    height: 3rem;
    display: inline-block;
}

input.dbtn:hover {
    background-color: transparent;
    border: 1px solid #ced4da;
}

#myTCarousel .carousel-control-prev,
#myTCarousel .carousel-control-next {
    top: auto;
}

.our_services_mob {
    display: none;
}

span.nav_arrow {
    color: white;
    line-height: 1.6;
}

.btn.focus,
.btn:focus {
    box-shadow: none
}

.article_content li {
    margin-bottom: 1rem;
}

.gap {
    padding: clamp(.5rem, 2vw, 2.5rem);
}

a.icon_item {
    color: #111;
    margin: 0 clamp(1rem, 6vw, 3rem);
    /* max-width: clamp(8rem, 12vw, 15rem);
    min-width: clamp(4rem, 9vw, 9rem); */
    width: clamp(6rem, 10vw, 8rem);
}

.icon_item .icon_box {
    display: block;
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px white;
}

.icon_item:hover .icon_box {
    filter: invert();
}

.icon_item span {
    margin-top: .5rem;
    display: block;
    font-size: .88rem;
    font-weight: 600;
    text-align: center;
}

.flip-card {
    background-color: transparent;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    /* height: 100%; */
    padding-bottom: calc(100% + 2px);
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #aaa;
    color: white;
    transform: rotateY(180deg);
    padding: 3rem 1.2rem;
    overflow: hidden;
    font-size: 1rem;
    text-align: center;
    line-height: 1.6;
}

.flip-card-back:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-bottom: 4rem;
    background-image: linear-gradient(to bottom, transparent, #aaa);
}

#map {
    color: #777;
    position: relative;
}

.legend {
    font-family: 'Roboto', sans-serif;
    background: rgb(255, 255, 255);
    padding: 1rem;
    margin: 1rem;
    border: 1px solid rgb(111, 111, 111);
    text-align: left;
    border-radius: .2rem;
    position: relative;
    z-index: 9;
    font-size: 1.3rem;
    padding: 1.5rem;
}

.legend abbr {
    padding: .5rem;
    display: inline-block;
}

#legend img {
    vertical-align: middle;
}

.map-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(2, 2, 2, .2);
}

.py-lg-5 {
    padding-top: calc(var(--rem3) * var(--coeff)) !important;
    padding-bottom: calc(var(--rem3) * var(--coeff)) !important;
}

.pt-lg-5 {
    padding-top: calc(var(--rem3) * var(--coeff)) !important;
}

.pb-lg-5 {
    padding-bottom: calc(var(--rem3) * var(--coeff)) !important;
}

.my-lg-5 {
    margin-top: calc(var(--rem3) * var(--coeff)) !important;
    margin-bottom: calc(var(--rem3) * var(--coeff)) !important;
}

.mt-lg-5 {
    margin-top: calc(var(--rem3) * var(--coeff)) !important;
}

.mb-lg-5 {
    margin-bottom: calc(var(--rem3) * var(--coeff)) !important;
}



.video_bg {
    overflow: hidden;
    position: relative;
}

.video_bg .main-wrap {
    position: relative;
    z-index: 3;
}

.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    padding-top: 100%;
}

.vimeo-wrapper iframe {
    width: 100%;
    height: 100%;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100%;
    min-width: 100%;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.article_date {
    font-size: calc(var(--rem1p6) * var(--coeff));
    font-weight: 300;
    line-height: 1.35;
    margin: 0;
    position: relative;
    z-index: 2;
}

.red_border {
    border-bottom-color: red !important;
}

#captcha_code_input {
    border: 1px solid #ced4da;
    margin: 0;
    padding: .4rem .75rem;
    height: 3rem;
    vertical-align: top;
    border-radius: 0;
}

.customFile {
    height: 5rem;
    margin: 0;
    cursor: pointer;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #ced4da;
}

.custom-file-input:focus~.custom-file-label {
    box-shadow: none;
    border: none;
    ;
}

.custom-file-label {
    padding: 1rem 1rem;
    height: 5rem;
    font-size: calc(var(--rem1p6) * var(--coeff));
    font-size: .8rem;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #444;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding: 0;
    line-height: 8;
}

.dark .custom-file-label {
    color: #666;
}

.custom-file-label::after {
    content: 'Upload';
    padding: .3rem 3rem;
    margin: 1rem;
    height: auto;
    font-size: calc(var(--rem1p6) * var(--coeff));
    font-weight: 300;
    line-height: 1.6;
    border-radius: 0;
    border: none;
}

.summary-list {
    padding-left: 5rem;
    border-left: 1px solid #222;
}

.greybg {
    background-color: #ced4da;
    padding: .5rem 1rem;
    margin: .5rem 0;
    display: inline-block;
}

.greybg2 {
    background-color: rgb(216, 218, 223);
    padding: .5rem 1rem;
    margin: .5rem 0;
}

.greybg3 {
    background-color: rgb(223, 223, 223);
}

#map_wrap {
    background-color: rgb(238, 238, 238);
}

.article_content p {
    font-size: calc(var(--rem1p6) * var(--coeff));
    font-weight: 300;
    line-height: 1.35;
    margin-bottom: calc(var(--rem1p5) * var(--coeff)) !important;
    font-family: 'Poppins', sans-serif;
}

.article_content p a {
    color: #00e !important;
}

.dark-overlay .article_content p a {
    color: #fff !important;
    text-decoration: underline !important;
}

.dark-overlay .article_content p a:hover {
    text-decoration: none !important;
}

.article_content li {
    font-size: calc(var(--rem1p6) * var(--coeff));
    font-weight: 300;
    line-height: 1.35;
}

.article_content b,
.article_content strong {
    font-weight: 600;
}

.carousel-control-next {
    width: auto;
    padding-right: 1rem;
    font-size: 5rem;
}

.carousel-control-prev {
    width: auto;
    padding-left: 1rem;
    font-size: 5rem;
}

.ccart .carousel-control-next {
    width: auto;
    padding-right: 1rem;
    font-size: 2rem;
}

.ccart .carousel-control-prev {
    width: auto;
    padding-left: 1rem;
    font-size: 2rem;
}

.tcart .carousel-control-next {
    width: auto;
    padding-right: 1rem;
    font-size: 1rem;
}

.tcart .carousel-control-prev {
    width: auto;
    padding-left: 1rem;
    font-size: 1rem;
}

.square_pic {
    position: relative;
    width: 100%;
    padding-top: 100%;
    /* 1:1 Aspect Ratio */
    background-size: cover;
    background-position: center;
    border: 2px solid #bbb;
}

.square_svg {
    position: relative;
    width: 100%;
    padding-top: 100%;
    /* 1:1 Aspect Ratio */
    background-size: cover;
    background-position: center;
}

.block_pic {
    position: relative;
    width: 100%;
    padding-top: 80%;
    /* 5:4 Aspect Ratio */
    background-size: cover;
    background-position: center;
    border: none;
}

.block_pic iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.block_pic a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5rem;
}

.core_icon {
    font-size: 500%;
    color: rgba(222, 222, 222, .33);
    position: absolute;
    z-index: 8;
}

.core_icon:hover {
    color: rgba(222, 222, 222, .88);
}

.core_icon.active {
    color: rgba(222, 222, 222, .88);
}

span.core_icon:nth-child(1) {
    top: 0;
    left: 45%;
}

span.core_icon:nth-child(2) {
    top: 25%;
    left: 85%;
}

span.core_icon:nth-child(3) {
    top: 68%;
    left: 85%;
}

span.core_icon:nth-child(4) {
    bottom: 0;
    left: 45%;
}

span.core_icon:nth-child(5) {
    top: 68%;
    left: 5%;
}

span.core_icon:nth-child(6) {
    top: 25%;
    left: 5%;
}

.text-darkgrey {
    color: darkgrey;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.quotes {
    overflow: visible;
}

.quotes i.fa-quote-left {
    position: absolute;
    top: -1rem;
    left: -3rem;
    color: silver;
    font-size: 200%;
}

.quotes i.fa-quote-right {
    position: absolute;
    bottom: -1rem;
    right: -3rem;
    color: silver;
    font-size: 200%;
}

.fl_color {
    display: inline-block;
    color: #222;
    text-decoration: none;
}

.fl_color::first-letter {
    color: darkgray;
}

.slide .col-1 i {
    font-size: 200%;
    color: darkgrey;
    padding: .5rem .5rem .5rem 0;
}

.button-right,
.button-close {
    font-size: 250%;
    color: #222;
    float: right;
    margin-top: .4rem;
    cursor: pointer;
    position: relative;
    z-index: 8;
}

.button-right:hover,
.button-close:hover {
    color: rgb(146, 174, 192)
}

#ttr_sidebar {
    border-left: 1px solid black;
}

#ttr_footer {
    width: 100%;
    border-top: 1px #a2a2a2 solid;
    text-align: center;
}


/* .title {
    font-size: 11pt;
    color: red!important;
    font-family: verdana;
    font-weight: bold;
} */

.navham_open span.fa {
    font-size: calc(var(--rem2) * var(--coeff));
    color: #111;
}

.navham_close span.fa {
    font-size: calc(var(--rem2) * var(--coeff));
    color: #fff;
    margin-top: 1rem;
}

img.flogo {
    max-width: 22rem;
    position: relative;
    top: -1rem;
}

.navstyle a {
    color: #111;
    font-size: 115%;
    font-weight: 500;
}

.navstyle a i.bi-list {
    font-size: 130%;
    font-weight: 500;
}

.navlogin {
    background-color: #bbb;
}

.bot-border {
    padding-bottom: 1rem;
    border-bottom: 5px solid white;
    display: inline-block;
}

.bot-border-min {
    padding-bottom: .1rem;
    border-bottom: 5px solid white;
    display: inline-block;
}

.bot-border-grey {
    padding-bottom: 1rem;
    border-bottom: 5px solid #bbb;
    display: inline-block;
}

.bot-border-grey-min {
    padding-bottom: 0;
    border-bottom: 2px solid #bbb;
    display: inline-block;
}

.bot-border-darkgrey {
    padding-bottom: 1rem;
    border-bottom: 5px solid #aaa;
    display: inline-block;
}

.separator {
    padding-bottom: 6rem;
    border-bottom: 1px solid #bbb;
}

.framed {
    border: 5px solid white;
    padding: .5rem 1rem;
    margin: .5rem 0;
    display: inline-block;
}

.py-10 {
    padding-top: 50%;
}

.offset {
    position: relative;
    left: -2rem
}

.display-roboto1 .slash::before {
    content: '';
    position: absolute;
    width: .25rem;
    height: 4.5rem;
    background-color: rgb(14, 32, 64);
    top: -1.8rem;
    left: -1rem;
    transform: rotate(23deg);
}

.display-roboto2 .slash::before {
    content: '';
    position: absolute;
    width: .25rem;
    height: 4.5rem;
    background-color: rgb(146, 174, 192);
    top: -1.8rem;
    left: -1rem;
    transform: rotate(23deg);
}

.display-roboto3 .slash::before {
    content: '';
    position: absolute;
    width: .25rem;
    height: 4.5rem;
    background-color: rgb(47, 107, 91);
    top: -1.8rem;
    left: -1rem;
    transform: rotate(23deg);
}

.display-roboto0 {
    font-size: calc(var(--rem3p5) * var(--coeff));
    font-weight: 700;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    color: rgb(255, 255, 255);
    position: relative;
    top: 3.5rem;
}

.display-roboto1 {
    font-size: calc(var(--rem3p5) * var(--coeff));
    font-weight: 700;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    color: rgb(14, 32, 64);
}

.display-roboto2 {
    font-size: calc(var(--rem3p5) * var(--coeff));
    font-weight: 700;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    color: rgb(146, 174, 192);
}

.display-roboto3 {
    font-size: calc(var(--rem3p5) * var(--coeff));
    font-weight: 00;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    color: rgb(47, 107, 91);
}

.display-roboto4 {
    font-size: calc(var(--rem2) * var(--coeff));
    font-weight: 700;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}

.accordion-header {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    color: #222;
}

.vacancy-header {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    color: #222;
}

.display-header-thin {
    font-size: calc(var(--rem4p5) * var(--coeff));
    font-weight: 300;
    line-height: 1;
}

.display-header-ll {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.3;
}

.display-header-m {
    font-size: calc(var(--rem3p5) * var(--coeff));
    font-weight: 700;
    line-height: 1;
}

.display-header-s {
    font-size: calc(var(--rem3p5) * var(--coeff));
    font-weight: 500;
    line-height: 1.2;
}

.display-header-b {
    font-size: calc(var(--rem2) * var(--coeff));
    font-weight: 700;
    line-height: 1.2;
}

.display-header-xs {
    font-size: calc(var(--rem1p4) * var(--coeff));
    font-weight: 600;
    line-height: 1.2;
}

.display-header-ms,
.display-header-ms a {
    font-size: calc(var(--rem3p5) * var(--coeff));
    font-weight: 500;
    line-height: 1;
    color: #212529;
}

.display-header-ms a {
    text-decoration: none;
}

.display-subtext {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.25;
}

.display-subtext-t {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.25;
}

.display-subtext-b,
.display-subtext-b a {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    color: #212529;
}

.display-subtext-xl {
    font-size: calc(var(--rem1p4) * var(--coeff));
    font-weight: 300;
    line-height: 1.25;
}

.display-subprompt-xxs {
    font-size: calc(var(--rem0p9) * var(--coeff));
    font-weight: 300;
    line-height: 1.35;
    font-family: 'Poppins', sans-serif;
    color: #777;
}

.display-subprompt-xxs.title {
    min-height: 2.1rem;
    padding: 0 .5rem;
    margin-bottom: 0;
}

.display-subprompt-s {
    font-size: calc(var(--rem1p4) * var(--coeff));
    font-weight: 400;
    line-height: 1.35;
    font-family: 'Poppins', sans-serif;
    color: #555;
}

.display-subprompt-xxl {
    font-size: calc(var(--rem2) * var(--coeff));
    font-weight: 300;
    line-height: 1.35;
    font-family: 'Poppins', sans-serif;
}

.display-subprompt-xxxl {
    font-size: calc(var(--rem2) * var(--coeff));
    font-weight: 300;
    line-height: 1.35;
    font-family: 'Poppins', sans-serif;
}

.display-subtext-xxxl {
    font-size: calc(var(--rem2) * var(--coeff));
    font-weight: 500;
    line-height: 1.35;
}

.display-subtext-xxxxl {
    font-size: calc(var(--rem3p5) * var(--coeff));
    font-weight: 200;
    line-height: 1.35;
}

.display-subtext-thin {
    font-size: calc(var(--rem1p6) * var(--coeff));
    font-weight: 300;
    line-height: 1.25;
}

.ucardb a:hover {
    text-decoration: none;
}

.dark-overlay {
    position: relative;
}

.dark-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #000000, #2c2c2c, #000000);
    /* background:rgba(0,0,0,0.7); */
    opacity: .66;
}

.video-overlay {
    position: relative;
}

.video-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #000000, #2c2c2c, #000000);
    z-index: 2;
    opacity: .22;
}

.video-overlay10 {
    position: relative;
}

.video-overlay10::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #000000, #000000, #000000);
    z-index: 2;
    opacity: .10;
}

.video-overlay15 {
    position: relative;
}

.video-overlay15::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #000000, #000000, #000000);
    z-index: 2;
    opacity: .15;
}

.normal-overlay {
    position: relative;
}

.normal-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #000000, #2c2c2c, #000000);
    /* background:rgba(0,0,0,0.7); */
    opacity: .44;
}

button.cbtn,
a.cbtn,
a.cbtng,
button.cbtng {
    color: #fff;
    background-color: #222;
    border: none;
    border-radius: .5rem;
    font-size: calc(var(--rem1p6) * var(--coeff));
    font-weight: 300;
    padding: .75rem 4rem;
    min-width: calc(var(--rem16) * var(--coeff));
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

button.cbtn:hover,
a.cbtn:hover,
a.cbtng:hover,
button.cbtng:hover {
    background-color: rgb(146, 174, 192);
}


.wbtng {
    color: #222;
    background-color: rgb(244, 244, 244);
    border: 1px solid #222;
    border-radius: .5rem;
    font-size: .9rem;
    font-weight: 300;
    padding: 1.75rem 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    height: 100%;
}

.wbtng:hover {
    color: rgb(146, 174, 192);
    border: 1px solid rgb(146, 174, 192);
}

.wbtng.active {
    color: rgb(146, 174, 192);
    border: 1px solid rgb(146, 174, 192);
}

.bg_title {
    position: absolute;
    height: 8rem;
    background-color: rgba(255, 255, 255, .77);
    bottom: 0;
    right: 0;
    left: 8rem;
}

.bg_title:before {
    position: absolute;
    content: '';
    border-right: 3rem solid rgba(255, 255, 255, .77);
    border-top: 8rem solid transparent;
    left: -3rem;
}

.bg_title span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    font-size: .9rem;
}

.bg_title span b {
    font-weight: 600;
}

.flex-md-fill {
    -ms-flex: 1 1 0 !important;
    flex: 1 1 0 !important;
}

.dark button.cbtng:hover {
    color: #666;
}

button.lbtn,
a.lbtn {
    color: #222;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: .5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    ;
    text-align: center;
    padding: .35rem 1.5rem;
}

button.lbtn:hover,
a.lbtn:hover {
    /* background-color: transparent;
    border: 1px solid #ced4da; */
    border-color: rgb(146, 174, 192);
    color: rgb(146, 174, 192);
}

button.cbtn-w,
a.cbtn-w {
    color: #333;
    background-color: #bbb;
    border: 1px #fff solid;
    border-radius: 0;
    font-size: calc(var(--rem1p6) * var(--coeff));
    font-weight: 700;
    padding: calc(var(--rem1p4) * var(--coeff)) calc(var(--rem1p4) * var(--coeff));
    min-width: calc(var(--rem16) * var(--coeff));
    text-align: center;
}

button.cbtn-w:hover,
a.cbtn-w:hover {
    color: #fff;
    background-color: transparent;
}

button.cbtn-g,
a.cbtn-g {
    color: #222;
    background-color: #eee;
    border: 1px #bbb solid;
    border-radius: 0;
    font-size: 1.3rem;
    font-weight: 300;
    padding: 1rem 1rem;
    min-width: 17rem;
    text-align: center;
}

button.cbtn-g:hover,
a.cbtn-g:hover {
    background-color: transparent;
    border: 1px #555 solid;
}

button.cbtn-a,
a.cbtn-a {
    color: #222;
    background-color: #999;
    border: 1px #bbb solid;
    border-radius: 0;
    font-size: 1.3rem;
    font-weight: 600;
    padding: calc(var(--rem1p5) * var(--coeff)) 2rem;
    min-width: 17rem;
    text-align: left;
}

button.cbtn-a:hover,
a.cbtn-a:hover {
    background-color: transparent;
    border: 1px #555 solid;
}

button.rmbtn {
    display: inline;
    color: #111;
    background-color: #999;
    border: none;
    border-radius: 0;
    font-size: 1.3rem;
    font-weight: 300;
    padding: calc(var(--rem1p5) * var(--coeff)) 1rem;
    text-align: left;
}

button.rmbtn:hover {
    color: #333;
    background-color: transparent;
}

.media {
    align-items: center;
}

.media i.fas.fa-circle {
    font-size: .8rem;
    padding-right: 1rem;
}

li.media a {
    color: white;
}

li.media a:hover {
    color: #d1d1d1;
    text-decoration: none;
}

.blist ul {
    padding-left: 0;
}

.blist ul li {
    padding-left: 0;
    padding-right: calc(var(--rem1p5) * var(--coeff));
    margin-bottom: .7rem;
}

.blist {
    color: white;
    font-size: calc(var(--rem1p6) * var(--coeff));
    font-weight: 700;
    line-height: 1.25;
}

.blist-xl {
    padding: calc(var(--rem1p5) * var(--coeff)) 0;
}

.blist-xl li {
    color: white;
    font-size: calc(var(--rem2) * var(--coeff));
    font-weight: 700;
    line-height: 1.25;
    padding: .4rem 0;
}

.hlist-xl {
    margin-top: 3rem;
}

.hlist-xl li {
    color: #222;
    font-size: .9rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    line-height: 1.25;
    padding: 1rem 0;
    border-top: 1px #222 solid;
}

.hlist-xl li:nth-child(1) h6 {
    color: rgb(17, 32, 64);
}

.hlist-xl li:nth-child(2) h6 {
    color: rgb(47, 109, 91);
}

.hlist-xl li:nth-child(3) h6 {
    color: rgb(146, 175, 198);
}

.hlist-xl li:last-child {
    border-bottom: 1px #222 solid;
}

.alist-xl li {
    color: #222;
    font-size: 1.3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.25;
    padding: 2rem 0;
    border-top: 1px #222 solid;
}

.alist-xl li:last-child {
    border-bottom: 1px #222 solid;
}

.alist-xl li a {
    color: #222;
}

.alist-xl li:hover a {
    color: rgb(146, 174, 192);
}

.blist-xxl {
    padding: calc(var(--rem1p5) * var(--coeff)) 0;
}

.blist-xxl li {
    color: white;
    font-size: calc(var(--rem2) * var(--coeff));
    font-weight: 700;
    line-height: 1.25;
    padding: 0;
    margin-bottom: .7rem;
}

.ccart .carousel-item img {
    width: min(12vw, 15%, 13rem);
    height: auto;
}

#myMobCarousel .carousel-item img {
    width: min(30vw, 45%, 30rem);
    height: auto;
}

.ccart .carousel-inner {
    padding-left: 3rem;
    padding-right: 3rem;
    /* min-height: 10rem; */
}

.minh {
    min-height: 30rem;
}

.minh4 {
    min-height: 40rem;
}

.ccart i.bi {
    color: grey;
    font-size: 100%;
}

.ccart .carousel-control-next {
    text-align: right;
    justify-content: flex-end;
}

.ccart .carousel-control-prev {
    text-align: left;
    justify-content: flex-start;
}

.hcart .carousel-control-prev {
    text-align: left;
    justify-content: flex-start;
}

.carousel-control-prev {
    width: auto;
    padding-left: 1rem;
    font-size: 5rem;
}

.carousel-control-prev {
    left: 0;
}

.hcart .carousel-control-next,
.hcart .carousel-control-prev {
    opacity: 1;
}

.hcart i.bi {
    color: white;
    font-size: 30%;
    padding: 1.5rem 1.5rem;
    background-color: #222;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.hcart i.bi:hover {
    background-color: rgb(146, 174, 192);
}

.hcart i.bi::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hcart .carousel-control-next {
    text-align: right;
    justify-content: flex-end;
}

.hcart .carousel-control-prev {
    text-align: left;
    justify-content: flex-start;
}

.hcart .carousel-item {
    text-align: left;
    justify-content: flex-start;
}

.hcart .carousel-item {
    position: relative;
}

.hcart .carousel-item::before {
    content: '';
    position: absolute;
    top: -150%;
    right: 50%;
    bottom: -150%;
    left: -150%;
    background-image: linear-gradient(to right, #fff, #ffffff, #fff);
    /* background:rgba(0,0,0,0.7); */
    opacity: .82;
    transform: rotate(20deg);
    animation: 1s ease-out 0s 1 slideInFromLeft;
}

.white-overlay::before {
    content: '';
    position: absolute;
    top: -150%;
    right: -150%;
    bottom: -150%;
    left: 50%;
    background-image: linear-gradient(to right, #fff, #ffffff, #fff);
    /* background:rgba(0,0,0,0.7); */
    opacity: .82;
    transform: rotate(20deg);
    animation: 1s ease-out 0s 1 slideInFromLeft;
}

@keyframes slideInFromLeft {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(20deg);
    }
}

.letstalk {
    position: fixed;
    right: 2%;
    bottom: 2%;
    border: none;
    border-radius: 100%;
    padding: 1.2rem 1rem;
    z-index: 1000;
    color: #222;
    /* background-color: rgb(146, 174, 192); */
    background-color: #0135ff;
    border-color: #0135ff;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}

.letstalk:hover {
    background-color: rgb(146, 174, 192);
}


/* .ccart .carousel-inner {
    min-height: 18vh;
} */

.ucart i.bi {
    color: white;
    font-size: 200%;
    margin: 0 1rem 0 1rem;
    border-radius: 15%;
}

.ucart .carousel-control-next:hover i.bi,
.ucart .carousel-control-prev:hover i.bi {
    background-color: rgba(255, 255, 255, .5);
}

.ucart .carousel-control-next {
    text-align: right;
    justify-content: flex-end;
}

.ucart .carousel-control-prev {
    text-align: left;
    justify-content: flex-start;
}

.ucart .card {
    padding: 2px !important;
}

.ucart .ucardb {
    margin-top: 4px;
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    background-color: #eee;
}

.ucart .ucardb.lbg {
    background-color: #f9f9f9;
}

.ucart .ucardb div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

.ucart .ucardb div h3 {
    height: 6.5rem;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: left;
    margin: 3rem;
    color: #111;
}

.ucardi {
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-bottom: 100%;
}

.bottom_controls .carousel-control-prev,
.bottom_controls .carousel-control-next {
    align-items: flex-end;
}

.bottom_controls .carousel-item {
    min-height: 32rem;
}

.bottom_controls .carousel-inner {
    overflow: visible;
}

.csi {
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-bottom: 65%;
    position: relative;
}

.csi div {
    width: 30%;
    padding-bottom: 20%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.csi img {
    width: 45%;
    height: auto;
    /* padding-bottom: 20%; */
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tcart,
.tcart .carousel-inner,
.tcart .carousel-item {
    overflow: visible;
}

.tcart .carousel-inner {
    padding-left: 7rem;
    padding-right: 7rem;
}

.tcart .carousel-item p {
    font-size: calc(var(--rem1p5) * var(--coeff));
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: calc(var(--rem1p5) * var(--coeff));
}

.tcart i.bi {
    color: grey;
    font-size: 180%;
}

.tcart .carousel-control-next {
    text-align: right;
    justify-content: flex-end;
}

.tcart .carousel-control-prev {
    text-align: left;
    justify-content: flex-start;
}

.tcart .carousel-item .author {
    font-size: calc(var(--rem1p5) * var(--coeff));
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 0;
    color: #bbb;
    padding-left: 2rem;
}

.gitform {
    color: #111;
}

.gitform label {
    margin-bottom: calc(var(--rem1p5) * var(--coeff));
}

.gitform input {
    height: 3rem;
    margin-bottom: calc(var(--rem1p6) * var(--coeff));
    border-radius: 0;
}

.gitform textarea {
    border-radius: 0;
}

.bgb {
    background-color: rgb(45, 45, 45);
}

.foot_left,
.foot_left a {
    color: #ccc;
    font-size: 1rem;
    font-weight: 300;
}

.foot_left a:hover {
    text-decoration: none;
}

.foot_left p {
    margin-bottom: calc(var(--rem1p4) * var(--coeff));
}

.foot_left p.bot-border-foot {
    border-bottom: 2px solid #bbb;
    margin-top: 2.3rem;
    margin-bottom: 2.1rem;
    width: 40%;
}

.foot_right {
    color: #fff;
    font-size: calc(var(--rem1p4) * var(--coeff));
    font-weight: 700;
}

.foot_right .git {
    color: #fff;
    font-size: calc(var(--rem1p4) * var(--coeff));
    font-weight: 300;
    margin-bottom: 2rem;
}

.cnt {
    font-size: calc(var(--rem1p6) * var(--coeff));
    text-transform: uppercase;
}

.cn {
    font-size: .9rem;
    font-weight: 300;
}

.foot_right .cn a {
    color: #ccc;
}

.soc a .bi {
    font-size: calc(var(--rem2p5) * var(--coeff));
    margin-left: 1.5rem;
    margin-right: .5rem;
    color: white;
}

.gitinfo img {
    width: 66%;
    border: 2px solid #bbb;
}

.gitinfo .gitcn {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 1rem 0;
    color: #212529;
}

.gitinfo .gitpos {
    font-size: 1rem;
    font-weight: 700;
    margin: 1rem 0;
    min-height: calc(var(--rem2p5));
    color: #212529;
}

.gitinfo .gitit {
    border-top: 2px solid #bbb;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 1rem 0;
    padding-top: .5rem;
    color: #bbb;
}

.gitinfo .gitit a {
    color: #bbb;
}

.gitinfo .gitit a:hover,
a {
    text-decoration: none !important;
}

.gitinfo .gitit i.bi {
    margin-right: 1rem;
    position: relative;
    font-size: 110%;
}

.cit i,
.cit span,
.cit a {
    font-size: 1.25rem;
    font-weight: 300;
    color: #bbb;
}

.cit i.bi {
    margin-right: 1rem;
    position: relative;
    font-size: 110%;
    position: relative;
    top: -0.2rem
}

.cit {
    margin: 1rem 0;
}

.cninfo div.col-auto {
    width: 265px;
}

.cninfo img {
    width: 100%;
    border: 2px solid #bbb;
}

.cninfo .gitcn {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 3rem 0 calc(var(--rem1p5) * var(--coeff)) 0;
}

.cninfo .gitpos {
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    margin: 1rem 0 4rem 0;
}

.cninfo .gitit {
    border-top: 2px solid #bbb;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 1rem 0 4rem 0;
    padding-top: .5rem;
    color: #bbb;
}

.cninfo .gitit i.bi {
    margin-right: 1rem;
    position: relative;
    font-size: 110%;
}

.ncart .card {
    padding: .35rem !important;
}

.ncart .card a,
.ncart .card a:hover {
    color: #222;
}

.ncart .ncardb {
    margin-top: 4px;
    width: 100%;
    padding-bottom: 40%;
    position: relative;
    background-color: #eee;
}

.ncart .ncardb.lbg {
    background-color: #f9f9f9;
}

.ncart .ncardb div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

.ncart .ncardb div h3 {
    /* height: calc(var(--rem5p5) * var(--coeff)); */
    font-size: calc(var(--rem1p5) * var(--coeff));
    font-weight: 600;
    text-align: left;
    overflow: hidden;
}

.ncardi {
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border-radius: .5rem;
}

.ncardi h3 {
    position: absolute;
    bottom: 0;
    margin: 2rem;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.ncardi::before {
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: linear-gradient(15deg, rgba(0, 0, 0, .99), rgba(0, 0, 0, .55), rgba(0, 0, 0, .25), rgba(0, 0, 0, .01));
    position: absolute;
    border-radius: .5rem;
}

.ncardi::after,
.tcard::after {
    content: '';
    width: 0%;
    height: 100%;
    background-position: top right;
    background-size: 40%;
    background-image: url('img/arrow-up-right.svg');
    background-repeat: no-repeat;
    background-color: rgba(146, 174, 192, .66);
    position: absolute;
    right: 0;
    transition: width 1s;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.ncardi:hover::after,
.tcard:hover::after {
    width: 50%;
}

.card {
    background-color: transparent;
}

.news-filter {
    height: 4rem !important;
}

.menu_bg {
    background: rgba(22, 22, 22, 1);
    position: fixed;
    top: 0;
    right: 30%;
    left: 0;
    /* bottom: 0; */
    min-height: 66rem;
    min-width: 15rem;
    max-width: 62rem;
    z-index: 99;
    text-align: right;
}

.menu_overlay {
    background: rgba(255, 255, 255, .77);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 98;
}

.menu_container {
    position: relative;
    /* top: 0;
    left: 0; */
    height: 100vh;
    min-width: 15rem;
    z-index: 999;
    overflow-y: auto;
    display: inline-block;
    text-align: left;
    padding-right: calc(30% + 10rem);
}

.menu_container {
    overflow-y: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.menu_container::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0;
}

.submenu_items li a p {
    display: inline;
    margin: 0;
}

.submenu_items li a span {
    display: inline-block;
    margin: 0;
    padding-bottom: .2rem;
    border-bottom: 2px solid rgba(22, 22, 22, 1);
}

.submenu_items li a:hover span {
    border-bottom: 2px solid #1d8df2;
}

#submenu_close {
    color: white;
    display: inline;
}

.submenu_items li a {
    display: block;
    margin-bottom: .8rem;
    color: white;
}

.submenu_items {
    position: absolute;
    top: 6rem;
    right: 0;
    height: 100vh;
    min-width: 15rem;
    z-index: 1999;
    overflow-y: auto;
    display: inline-block;
    text-align: left;
    padding-right: 3rem;
    list-style: none;
    background-color: rgba(22, 22, 22, 1);
}

.menu_items {
    list-style: none;
    padding-left: 0;
}

.menu_items a {
    color: #fff;
    display: inline-block;
}

.menu_items a:hover {
    text-decoration: none;
    color: #fff;
}

.menu_items a h1 {
    padding: .5rem 1rem;
    margin: 0;
}

.menu_items a.bb span {
    display: inline-block;
    padding-bottom: .5rem;
    border-bottom: 5px solid transparent;
}

.menu_items a.bb:hover span {
    border-bottom: 5px solid #1d8df2;
}

.menu_items a.fr h1 {
    margin-top: 2rem;
    border: 5px solid white;
}

.menu_items a.fr:hover h1 {
    border: 5px solid #1d8df2;
}

.menu_items li {
    white-space: nowrap;
}

div.maxw1 {
    width: min(18vw, 18%, calc(var(--rem16) * var(--coeff)));
    max-width: 22rem;
}

div.maxw2 {
    max-width: 24rem;
}

div.maxw_team {
    width: min(21vw, 21%, 18rem);
}

div.maxw_tt {
    max-width: 24rem;
}

@media only screen and (max-width: 991.98px) {
    .media i.fas.fa-circle {
        font-size: .5rem;
        padding-right: .8rem;
    }

    .core_icon {
        font-size: 350%;
    }

    .button-right,
    .button-close {
        font-size: 150%;
        margin-top: .1rem;
    }

    div.maxw_team {
        width: min(28vw, 28%, 20rem);
    }

    .accordion-header {
        font-size: 1.1rem;
    }

    .vacancy-header {
        font-size: 1.1rem;
    }

    .display-header-thin {
        font-size: 2.25rem;
    }

    .display-subtext-xxxl {
        font-size: calc(var(--rem1p5) * var(--coeff));
    }

    .display-subtext-xxxxl {
        font-size: calc(var(--rem2) * var(--coeff));
    }

    .display-header-ms,
    .display-header-ms a {
        font-size: 1.8rem;
    }

    .display-header-m {
        font-size: 1.7rem;
    }

    .display-header-s {
        font-size: 1.7rem;
    }

    .display-subtext {
        font-size: .66rem;
    }

    input.dbtn {
        font-size: 1rem;
    }

    button.cbtn,
    a.cbtn,
    button.cbtng {
        padding: .5rem 3rem;
        min-width: 9rem;
        font-size: 1rem;
    }

    .display-subtext-thin {
        font-size: 1rem;
    }

    .blist ul li {
        padding-left: 0;
        margin-bottom: .5rem;
    }

    .blist {
        font-size: 1rem;
    }

    .blist-xl {
        padding: calc(var(--rem1p5) * var(--coeff)) 0;
    }

    .blist-xl li {
        padding-left: 0;
        font-size: 1.25rem;
    }

    .blist-xxl {
        padding: calc(var(--rem1p5) * var(--coeff)) 0;
    }

    .blist-xxl li {
        font-size: 1.25rem;
        padding-left: 0;
    }

    .ccart .carousel-inner {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    button.cbtn-w,
    a.cbtn-w {
        padding: .5rem .5rem;
        min-width: 9rem;
        font-size: 1rem;
    }

    .gitform label {
        margin-bottom: .6rem;
    }

    div.resp_row_wrap {
        max-width: 100%;
        overflow: hidden;
    }

    div.resp_h2 {
        height: 12rem;
    }

    div.resp_h1 {
        height: 6rem;
    }

    div.resp_row {
        flex-direction: row !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
    }

    .cninfo .gitpos {
        margin: 1rem 0 calc(var(--rem1p5) * var(--coeff)) 0;
    }

    .cninfo .gitcn {
        margin: 1rem 0 calc(var(--rem1p5) * var(--coeff)) 0;
    }

    .tcart .carousel-inner {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .tcart .carousel-item p,
    .tcart .carousel-item .author {
        font-size: 1rem;
        margin-bottom: .5rem;
    }

    .ucart .ucardb div h3 {
        height: 3.7rem;
        font-size: 1rem;
        margin: 1rem 1rem 1rem 1rem;
    }

    button.rmbtn {
        font-size: 1rem;
        padding: .5rem .5rem;
    }

    .display-header-ll {
        font-size: calc(var(--rem2) * var(--coeff));
        font-weight: 700;
        line-height: 1.3;
    }

    button.cbtn-a,
    a.cbtn-a {
        font-size: 1rem;
        padding: .5rem .5rem;
        min-width: 7rem;
    }

    .bot-border {
        padding-bottom: 0;
        border-bottom: none;
    }

    .bot-border-min {
        padding-bottom: 0;
        border-bottom: none;
    }

    .bot-border-grey {
        padding-bottom: 0;
        border-bottom: none;
    }

    .bot-border-grey-min {
        padding-bottom: 0;
        border-bottom: none;
    }

    .bot-border-darkgrey {
        padding-bottom: 0;
        border-bottom: none;
    }
}

@media only screen and (max-width: 901px) {
    .menu_items a h1 {
        padding: .25rem .5rem;
    }

    .menu_items a.bb span {
        display: inline-block;
        padding-bottom: .25rem;
        border-bottom: .4rem solid transparent;
    }

    .menu_items a.bb:hover span {
        border-bottom: .4rem solid #1d8df2;
    }

    .menu_items a.fr h1 {
        margin-top: 1rem;
        border: .1rem solid white;
    }

    .menu_items li {
        white-space: normal;
    }

    .display-header-b {
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1.2;
    }

    .menu_container {
        padding-right: 10%;
    }

    a.navlogo {
        width: 7rem;
    }

    a.navlogo_pr {
        width: 7rem;
    }

    button.lbtn,
    a.lbtn {
        padding: .5rem .5rem;
        font-size: .8rem;
        font-weight: 300;
    }
}

.submenu_items {
    top: 10rem;
}

span.nav_arrow {
    line-height: 1.3;
}

.our_services_desk {
    display: none;
}

.our_services_mob {
    display: block;
}

.minh {
    min-height: 20rem;
}

.minh4 {
    min-height: 25rem;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .ncart .ncardb div h3 {
        /* height: 4.0rem; */
        font-size: .88rem;
    }
}

@media only screen and (min-width: 650.98px) and (max-width: 767.98px) {
    .ncart .ncardb div h3 {
        font-size: calc(var(--rem1p5) * var(--coeff)) !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .offset {
        left: 0;
    }

    .py-lg-5 {
        padding-top: calc(var(--rem3) * var(--mob_coeff)) !important;
        padding-bottom: calc(var(--rem3) * var(--mob_coeff)) !important;
    }

    .py-10 {
        padding-top: 100%;
    }

    .pt-lg-5 {
        padding-top: calc(var(--rem3) * var(--mob_coeff)) !important;
    }

    .pb-lg-5 {
        padding-bottom: calc(var(--rem3) * var(--mob_coeff)) !important;
    }

    .my-lg-5 {
        margin-top: calc(var(--rem3) * var(--mob_coeff)) !important;
        margin-bottom: calc(var(--rem3) * var(--mob_coeff)) !important;
    }

    .mt-lg-5 {
        margin-top: calc(var(--rem3) * var(--mob_coeff)) !important;
    }

    .mb-lg-5 {
        margin-bottom: calc(var(--rem3) * var(--mob_coeff)) !important;
    }

    .ncardi.dark-overlay div {
        width: clamp(8rem, 25vw, 18rem);
        height: clamp(8rem, 25vw, 18rem);
    }

    .hcart .carousel-item::before {
        right: 25%;
    }

    .white-overlay::before {
        left: 25%;
    }
}

@media only screen and (min-width: 574.98px) and (max-width: 650px) {
    .core_icon {
        font-size: 300%;
    }

    .ucart .ucardb div h3 {
        height: 2rem;
        font-size: .8rem;
    }

    button.rmbtn {
        font-size: .8rem;
        padding: .3rem .3rem;
    }

    .ncart .ncardb div h3 {
        /* height: calc(var(--rem5p5) * var(--coeff)); */
        font-size: calc(var(--rem1p5) * var(--coeff));
    }
}

@media only screen and (min-width: 400.98px) and (max-width: 574.98px) {
    .core_icon {
        font-size: 250%;
    }

    div.maxw_team {
        width: min(45vw, 45%, 20rem);
    }

    .ucart .ucardb div h3 {
        height: 4rem;
        font-size: 1.2rem;
        margin: 3rem 3rem 3rem 3rem;
    }

    button.rmbtn {
        font-size: 1rem;
        padding: calc(var(--rem1p5) * var(--coeff)) 1rem;
    }

    .custom-file-label::after {
        content: '...';
        padding: .1rem .3rem;
    }

    .white-overlay::before {
        transform: rotate(0deg);
        left: -5%;
        animation: none;
    }

    .flex-row-reverse div.col-8 {
        position: relative;
        left: -15%;
    }
}

@media only screen and (min-width: 300.98px) and (max-width: 400.98px) {
    .core_icon {
        font-size: 200%;
    }

    div.maxw_team {
        width: min(45vw, 45%, 20rem);
    }

    .ucart .ucardb div h3 {
        height: 3.9rem;
        font-size: 1.1rem;
        margin: 2.5rem 3rem calc(var(--rem1p5) * var(--coeff)) 3rem;
    }

    button.rmbtn {
        font-size: 1rem;
        padding: .5rem .5rem;
    }

    .ncart .ncardb div h3 {
        /* height: 4rem; */
        font-size: 1rem;
    }

    .custom-file-label::after {
        content: '...';
        padding: .1rem .3rem;
    }

    .white-overlay::before {
        transform: rotate(0deg);
        left: -5%;
        animation: none;
    }

    .flex-row-reverse div.col-8 {
        position: relative;
        left: -15%;
    }
}

@media only screen and (max-width: 300.98px) {
    .core_icon {
        font-size: 150%;
    }

    div.maxw_team {
        width: min(100vw, 100%, 20rem);
    }

    .ncart .ncardb div h3 {
        /* height: 3.9rem; */
        font-size: .82rem;
    }

    .custom-file-label::after {
        content: '...';
        padding: .1rem .3rem;
    }

    .white-overlay::before {
        transform: rotate(0deg);
        left: -5%;
        animation: none;
    }

    .flex-row-reverse div.col-8 {
        position: relative;
        left: -15%;
    }
}


/* Swiper plugin style starts */

.ag-slide-block {
    background-color: transparent;
    overflow: hidden;
}

.swiper-wrapper {
    height: auto !important;
}

.ag-slide_item {
    padding: 1rem 0;
    list-style: none outside none;
    /*   -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s; */
}

.ag-slide_item .card {
    border-radius: .66rem;
    background-color: rgb(239, 239, 239);
    text-align: center;
}

.card-img-top {
    width: 8rem;
    display: inline-block;
    border-radius: .66rem;
    margin: 2rem auto;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}

.card-img-box {
    width: 13.5rem;
    display: inline-block;
    border-radius: .25rem;
    margin: 2rem auto;
}

.ag-slide-block .swiper-slide-active .card-img-top {
    /* width: 9rem; */
    will-change: transform;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.ag-slide-block .swiper-slide-active .card {
    background-color: rgb(255, 255, 255) !important;
}

.img_wrap {
    display: flex;
    height: 17rem;
    justify-content: center;
    align-items: center;
}

.img_wrap_square {
    display: block;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: .5rem;
}

.flex-team-fill {
    -ms-flex: 1 1 1 !important;
    flex: 1 1 1 !important;
}

.ag-slide_item .card-link {
    font-size: 1.4rem;
    color: rgb(104, 104, 104);
}

#teamModal .card-link {
    font-size: 1.4rem;
    color: rgb(146, 174, 192);
}

#teamModal .card-link:hover {
    color: rgb(104, 104, 104);
}

.ag-slide-block .swiper-slide-active .card-link {
    color: rgb(146, 174, 192);
}

.swier-slide {
    height: auto !important;
}

.team_popup {
    outline: none;
    border: none;
}

.card_link {
    position: absolute;
    top: .15rem;
    right: .15rem;
}

.card_link {
    font-size: 2.5rem;
    color: #888;
    outline: none;
}

.card_link:hover {
    color: rgb(146, 174, 192);
}

.ag-slide-block .swiper-slide-active .card_link {
    font-size: 3rem;
    top: -0.4rem;
    right: -0.4rem;
    color: rgb(146, 174, 192);
}

#teamModal button.close {
    position: absolute;
    right: .95rem;
    top: .5rem;
    z-index: 1150;
}

.donotshow {
    height: 0;
    width: 0;
    /* visibility: hidden; */
    display: none;
}

/* Swiper plugin style ends */

.lt_btn {
    border: 1px solid rgb(146, 174, 192);
    display: inline-block;
    padding: .2rem 1rem;
    border-radius: 5px;
}