html {
    scroll-behavior: smooth;
}

.staff_agm {
    background-color: #ffffff !important;
    overflow: initial !important;
}

.staff_agm h2 {
    margin: 0;
    padding: 0;
}

.staff_agm h3 {
    margin: 0;
    padding: 0;
}

.staff_agm h4 {
    margin: 0;
    padding: 0;
}

.staff_agm p {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.staff_agm strong {
    font-size: inherit;
    font-weight: 600;
}

.staff_agm span {
    margin: 0;
    padding: 0;
}

.staff_agm ul {
    margin: 0;
    padding: 0;
}

.text__button-nav {
    font-family: 'Inter', sans-serif;
    text-align: center;
    line-height: 24px;
    font-size: 17px;
    padding: 0 20px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: capitalize;
}

.staff-agm__navigation-content .staff-agm1__button-calculator {
    padding: 0 20px;
    margin-top: 15px;
}

.staff-agm__navigation-content .staff-agm1__button-calculator a {
    width: 127px;
}

.text__button-nav span {
    color: #E60078;
    font-weight: 700;
    font-size: inherit;
}

.staff_agm .font-p {
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.staff_agm .font-h2 {
    font-size: 28px !important;
    line-height: 34px !important;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #000000;
    text-align: center;
}

.staff_agm .font-h3 {
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.staff_agm .font-h2 span {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit;
    font-family: 'Inter', sans-serif;
    color: #e60078;
}

@media (max-width: 800px) {
    .staff_agm .font-h2 {
        font-size: 24px !important;
        line-height: 30px !important;
        font-family: 'Inter', sans-serif;
        color: #000000;
    }

    .staff_agm .font-h2 span {
        font-size: 24px !important;
        line-height: 30px !important;
        font-family: 'Inter', sans-serif;
        color: #e60078;
    }
}

.d-flex-align-center {
    display: flex;
    align-items: center;
}

.staff-agm__container {
    display: flex;
    max-width: 1170px;
    margin: auto;
    justify-content: space-between;
}

.staff-agm__navigation {
    max-width: 270px;
    min-width: 270px;
}

.staff-agm__main-content {
    max-width: 850px;
}

.staff-breadCrumb {
    width: 100vw;
    left: calc((100vw - 1170px) /(-2));
    top: -63px;
    position: absolute;
    background-color: #F9F9F9;
    height: 40px;
    border: 1px solid #e6e2e2;
    border-left: none;
    border-right: none;
}

.staff-breadCrumb__content {
    width: 1170px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    color: #222;
}
.staff-breadCrumb__content a{
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit;
    margin-right: 5px;
    margin-left: 5px;
}

@media(max-width: 1200px) {
    .staff-agm__container {
        max-width: 1000px;
    }

    .staff-agm__navigation {
        max-width: 250px;
        min-width: 250px;
    }

    .staff-agm__main-content {
        max-width: 720px;
    }

    .staff-breadCrumb {
        left: calc((100vw - 1000px) /(-2));
        ;
    }

    .staff-breadCrumb__content {
        width: 1000px;
    }
}

@media(max-width: 800px) {
    .staff-breadCrumb {
        display: none;
    }
}


/* negative */
.staff-agm__navigation-content {
    padding: 20px 0;
    box-shadow: 0px 0px 12px #B9B9B966;
    border-radius: 12px;
    background-color: #FFFFFF;
    position: sticky;
    top: 133px;
    z-index: 9999;
}

.staff-agm__navigation-title-box {
    padding: 0 20px;
}

.staff-agm__navigation-title {
    font-family: 'Inter', sans-serif !important;
    color: #000000;
    padding-bottom: 15px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 13px;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




nav {
    padding-right: 15px;
}

nav a {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

nav li {
    padding: 2px 0px;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 5px !important;
    transition: 0.3s;
    border-left: 2px solid transparent;
}

nav li.active {
    border-left: 2px solid #e60078;
}

nav li.active a {
    color: #e60078;
}


.staff-agm__main-content {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.staff-agm__main-content>section {
    padding-top: 93px;
}

.roles__banner {
    margin-bottom: 40px;
    position: relative;
}

.roles__banner h2.font-h2 {
    font-size: 32px !important;
    line-height: 42px !important;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
/*whychooseGroove*/

.whychooseGroove {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.whychooseGroove-box {
    width: 32%;
    padding: 30px;
    border-radius: 12px;
    transition: 0.3s;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #e8e8e8;
}


.whychooseGroove-box>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.whychooseGroove-box h3 {
    position: relative;
    font-size: 15px !important;
    line-height: 20px !important;
    margin-top: 15px;
    margin-bottom: 10px;
}

.whychooseGroove-box p {
    position: relative;
}

.aboutUs-5__image-svg {
    width: 40px;
    position: relative;
}
.whychooseGroove-box:last-child{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.whychooseGroove-box:last-child>div{
    width: 64px;
    height: 54px;
    position: relative;
}
.whychooseGroove-box:last-child h3{
    margin-top: 20px;
    margin-bottom: 5px;
}
.whychooseGroove-box:last-child p{
    margin-bottom: 15px;
}
#roles__banner, #about-us-5, #pythonFeatures, #pythonGrow, #ourServices, #howtochoose, #whyUs, #ourProcess, #FAQs, #techStack-section, #work-section{
    scroll-margin-top: 100px;
}
@media (max-width: 800px){
    .whychooseGroove-box{
        width: 100%;
    }
    .whychooseGroove-box:last-child{
        justify-content: center;
    }
}

/* aboutus 4 */
#about-us-4 {
    background-color: #FAFAFA;
    padding: 50px 0;
    text-align: center;
    border-radius: 6px;
}

.aboutUs-4__box {
    max-width: 1170px;
    margin: auto;
}

@media (max-width: 1220px) {
    .aboutUs-4__box {
        max-width: 1000px;
    }
}

.aboutUs-4__box p {
    max-width: 690px;
    margin: auto;
    margin-bottom: 55px;
}

#aboutUs-4__dedicated-json,
#aboutUs-4__augmentation-json {
    max-width: 512px;
    margin-bottom: 0px;
}


.aboutUs-4__content {
    display: flex;
    justify-content: space-between;
}

.aboutUs-4__content>div {
    width: 50%;
    max-width: 550px;
    display: flex;
    justify-content: center;
    background-image: linear-gradient(to top, transparent, #fff, rgba(255, 255, 255, 0)), linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

#about-us-4 .aboutUs-4__svg-left .line-1 {
    transition: 1.5s;
}

#about-us-4 .aboutUs-4__svg-left:hover .line-1 {
    fill: #e60078;
}

#about-us-4 .aboutUs-4__svg-right .avt-1 {
    transition: 0.5s;
}

#about-us-4 .aboutUs-4__svg-right .avt-2 {
    opacity: 0;
    transition: 0.5s;
}

#about-us-4 .aboutUs-4__svg-right .line-path {
    fill: none;
    stroke: #e60078;
    stroke-width: 2;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    transition: 1s;
}

#about-us-4 .border-1 {
    transition: 1.5s;
}

#about-us-4 .aboutUs-4__svg-right:hover .line-path {
    stroke-dashoffset: 0;
}

#about-us-4 .aboutUs-4__svg-right:hover .border-1 {
    fill: #e60078;
}

#about-us-4 .aboutUs-4__svg-right:hover .avt-2 {
    opacity: 1;
}

#about-us-4 .aboutUs-4__svg-right:hover .avt-1 {
    opacity: 0;
}

.aboutUs-4__dedicated-team {
    margin-top: 0px;
    margin-bottom: 20px;
}

.aboutUs-4__dedicated-team a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    width: 165px;
    height: 40px;
    margin: auto;
    border-radius: 4px;
    position: relative;
    border: 1px solid #000000;
}

.aboutUs-4__dedicated-team a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #000000;
    transition: all .35s;
    border-radius: 4px;
}

.aboutUs-4__dedicated-team a:hover path {
    fill: #fff;
}

.aboutUs-4__dedicated-team a:hover span {
    color: #fff;
}

.aboutUs-4__dedicated-team a:hover #Icon_awesome-external-link-alt {
    fill: #fff;
}

.aboutUs-4__dedicated-team a:hover:after {
    width: 100%;
    height: 100%;
}

.aboutUs-4__left-text,
.aboutUs-4__right-text {
    position: relative;
    height: 20px;
    margin-bottom: 30px;
}

.aboutUs-4__left-text>div,
.aboutUs-4__right-text>div {
    position: absolute;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    top: 0px;
}

.aboutUs-4__left-text>div:first-child {
    left: 9%;
}


.aboutUs-4__left-text>div:last-child {
    left: 51%;
}

.aboutUs-4__right-text>div:last-child {
    left: 56%;
}

.aboutUs-4__right-text>div:first-child {
    left: 4%;
}

@media (max-width: 1540px) {
    .aboutUs-4__left-text>div:first-child {
        left: 9%;
    }

    .aboutUs-4__right-text>div:first-child {
        left: 4%;
    }
}

.aboutUs-4__staff {
    margin-top: 0px;
    margin-bottom: 20px;
}

.aboutUs-4__staff a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    width: 187px;
    height: 40px;
    margin: auto;
    border-radius: 4px;
    border: 1px solid #000000;
    position: relative;
}

.aboutUs-4__staff a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #000000;
    transition: all .35s;
    border-radius: 4px;
}

.aboutUs-4__staff a:hover path {
    fill: #fff;
}

.aboutUs-4__staff a:hover span {
    color: #fff;
}

.aboutUs-4__staff a:hover #Icon_awesome-external-link-alt {
    fill: #fff;
}

.aboutUs-4__staff a:hover:after {
    width: 100%;
    height: 100%;
}

.aboutUs-4__button-icon1 {
    margin-right: 5px;
    display: flex;
    position: relative;
    z-index: 2;
}

.aboutUs-4__staff span,
.aboutUs-4__dedicated-team span {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 2;
    color: #000000;
}
/* aboutus 5 */
#about-us-5 {
    background-color: #ffffff;
    scroll-margin-top: 100px;
}

.aboutUs-5__box h2 {
    text-align: center;
    margin-bottom: 5px;
}

.aboutUs-5__box h3 {
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
}

.aboutUs-5__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.aboutUs-5__content-box {
    width: 32%;
    padding: 30px;
    border: 1px solid #EFEFEF;
    border-radius: 24px;
    margin-bottom: 15px;
}

.aboutUs-5__content .font-p {
    color: #222;
}

@media (max-width: 800px) {
    .aboutUs-5__content-box{
        width: 100%;
    }
    .aboutUs-5__content-box:last-child h3{
        max-width: 244px;
    }
}

/* section service */
.offerService {
    margin-bottom: 40px;
    scroll-margin-top: 140px;
}

.offerService__text h3 {
    margin-bottom: 10px;
}

.offerService__title {
    text-align: center;
    margin-bottom: 5px;
}

p.offerService__description {
    text-align: center;
    max-width: 648px;
    margin: auto;
    margin-bottom: 20px;
}

.offerService__mainContent {
    padding: 20px;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
}

.offerService__content {
    display: flex;
}

.offerService__icon {
    max-width: 36px;
    min-width: 36px;
    margin-right: 20px;
}

.offerService__text p:last-child {
    margin-top: 5px;
}


@media (max-width: 800px) {
    .staff-agm__main-content>section {
        padding-top: 30px;
    }

    .offerService {
        margin-top: 30px;
    }

    .offerService__title {
        margin-bottom: 10px;
    }
    .serviceImages{
        padding: 0 40px;
        margin-bottom: 20px;
    }
    .twoContent-aBox:first-child{
        margin-right: 0px;
    }
}

/* chooseGroove */
.chooseGroove {
    margin-bottom: 50px;
    scroll-margin-top: 140px;
}

.chooseGroove__box {
    padding: 40px 0px 23px;
    background-color: #FAFAFA;
    border-radius: 6px;
}

.chooseGroove__box h2 {
    text-align: center;
    margin-bottom: 5px;
}

.chooseGroove__contentBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.chooseGroove.custom.three-block .chooseGroove__content {
    width: 100%;
}


.chooseGroove__content {
    padding: 17px 60px;
    border-radius: 16px;
}

.chooseGroove__headerBox {
    margin-right: 30px;
}

.chooseGroove__img {
    max-width: 100px;
    min-width: 100px;
}

.chooseGroove__p p:last-child {
    margin-top: 10px;
}

.chooseGroove__p h3 {
    margin-bottom: 10px;
}

.chooseGroove.custom .chooseGroove__content {
    display: flex;
}


@media (max-width: 800px) {
    .chooseGroove__content {
        width: 100% !important;
        padding: 17px 0;
    }

    .chooseGroove__box {
        padding: 40px 5px 30px;
    }
    .chooseGroove__headerBox{
        margin-right: 20px;
    }
}

/*FAQs*/
#FAQs {
    margin-top: 30px;
    margin-bottom: 50px;
    scroll-margin-top: 140px;
}

@media (max-width: 800px) {
    #FAQs {
        padding: 0 10px;
    }
}

.accordion-button {
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header {
    display: flex;
}

.accordion-button h3,
.accordion-button span {
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    color: #222222;
    transition: 0.3s;
}

.accordion-button.open h3,
.accordion-button.open span {
    font-weight: bold;
    color: #e60078;
}

.accordion-button.open .line-notplus {
    display: none;
}

.accordion-button span {
    font-weight: 600;
    margin-right: 15px;
    min-width: 15px;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: max-height 0.3s ease-out;
}

.accordion-content p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
}

.accordion-button:hover {
    background-color: #ffffff;
    color: #e60078;
}

.accordionBox {
    border-bottom: 1px solid #E8E8E8;
    padding: 20px 0;
}

.accordion-icon {
    max-width: 20px;
    min-width: 20px;
    margin-left: 15px;
}

/**/
.staff-agm1__button-calculator a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e60078;
    width: 230px;
    height: 40px;
    margin: auto;
    border-radius: 4px;
    position: relative;
    background-color: #E60078;
}

.staff-agm1__button-calculator span {
    color: #ffffff;
}

.staff-agm1__button-calculator a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #C60067;
    transition: all .35s;
    border-radius: 4px;
}

.staff-agm1__button-calculator a:hover {
    color: #fff;
}

.staff-agm1__button-calculator a:hover span {
    color: #fff;
}


.staff-agm1__button-calculator a:hover:after {
    width: 100%;
    height: 100%;
}

.staff-agm1__button-calculator span {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 2;
}



.staff-agm__buttonLeft {
    background-color: #FFEDF6;
}

.staff-agm__buttonLeft span {
    color: #E60078;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
}


.pink-text {
    color: #E60078;
    pointer-events: none;
}

.banner-mb {
    display: none;
}

.banner-dt {
    display: block;
}

.dp-fl>p {
    width: 48%;
}

.dp-fl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

/*twoside simple */
section.twoside-simple {
    padding: 40px 0;
}
.twoside-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.twoside-left.twoside-content {
    max-width: 400px;
}
.twoside-left a{
    display: block;
    width: 224px;
    height: 40px;
    background-color: #e60078;
    color: white;
    text-align: center;
    align-content: center;
    border-radius: 4px;
    font-size: 15px;
    line-height: 20px;
}

.twoside-left a:hover {
    background-color:#D00068;
}
@media (max-width: 800px){
    .twoside-main{
        flex-wrap: wrap;
    }
    .twoside-left, .twoside-right{
        width: 100%;
        max-width: none;
    }
    .twoside-right{
        text-align: center;
        margin-top: 30px;
    }
    .twoside-left a{
        margin: auto;
    }
    .twoside-right{
        text-align: center;
        margin-top: 20px;
    }
}
/* work section */
.swiper-slide-inner {
    margin: 0 !important;
}

.swiper-container:hover .slick-next {
    -webkit-transform: translate(5px, -25px);
    transform: translate(5px, -25px);
}

.swiper-container:hover .slick-prev {
    -webkit-transform: translate(-5px, -25px);
    transform: translate(-5px, -25px);
}

.slick-arrow {
    position: absolute !important;
    width: 50px;
    height: 50px;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    color: transparent !important;
    background: transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 1px);
    transform: translate3d(0, -50%, 1px);
    background-size: 50px;
    background-color: transparent !important;
}

.slick-arrow:hover {
    background-color: transparent !important;
}

.slick-prev {
    background: url(../img/back.png) no-repeat;
    background-size: 46px;
    left: -50px;
}

.slick-next {
    background: url(../img/next.png) no-repeat;
    background-size: 46px;
    right: -55px;
}

.slick-slide {
    padding: 72px 0;
}

.slick-slide {
    opacity: 0.5;
}

.slick-active {
    opacity: 0.5;
}

.slick-current {
    opacity: 1;
    z-index: 9;
}

.slick-current img {
    transform: scale(1.67, 1.67) !important;
    transition: all 0.7s;
    position: relative;
    z-index: 9 !important;
    box-shadow: 2px 3px 6px 0px rgb(83 42 42 / 25%);
}

.slick-track .slick-active:first-child img,
.slick-track .slick-active:last-child img {
    transform: scale(1.1);
    opacity: 0.5;
}

.swiper-slide-next {
    z-index: 9;
    opacity: 1;
}

.work-section {
    background-color: #fafafa;
    padding: 30px 50px;
    border-radius: 6px;
    margin-bottom: 50px;
    scroll-margin-top: 140px;
}

.work-section__title {
    margin-bottom: 27px;
}

.work-section__slide {
    max-width: 1170px;
    margin: auto;
}

@media (max-width: 1220px) {
    .work-section__slide {
        max-width: 1000px;
    }
}

.work-section .slick-dots {
    display: flex;
    justify-content: space-evenly;
    width: 10%;
    margin: auto;
    margin-top: 12px;
    padding: 0;
    position: absolute;
    left: 51.6%;
    transform: translateX(-50%);
    bottom: -28px;
}

.work-section .slick-dots ::marker {
    font-size: 22px;
}

.work-section .slick-dots li {
    color: #999999;
}

.work-section .slick-dots li button {
    display: none;
}

.work-section .slick-dots li.slick-active {
    opacity: 1;
    color: #E60078;
}

.work-section__slide-image.slick-active img {
    /* transform: scale(1.1, 1.1); */
    z-index: -13;
    position: relative;
}

.work-section__slide-image .lazyload,
.work-section__slide-image .lazyloading {
    opacity: 1 !important;
}

/* work section responsive */


@media (max-width: 768px) {
    .work-section {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 0px;
    }

    .work-section__slide-container {
        overflow: scroll;
    }

    .work-section__slide-main {
        display: flex;
        width: 2000px;
    }

    .work-section__slide-image {
        margin-right: 10px;
    }

    .work-section__title {
        margin-bottom: 20px;
    }

    .work-section__box {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 800px) {
    .staff_agm .font-p {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .roles__banner h2.font-h2 {
        font-size: 24px !important;
        line-height: 25px !important;

    }

}

@media (max-width: 800px) {
    .techStack-main{
        max-width: none;
        margin-right: 0;
    }
    /*aboutus 4*/
    #about-us-4 {
        padding: 30px 15px;
        padding-bottom: 45px;
    }

    .aboutUs-4__content {
        flex-direction: column;
    }

    .aboutUs-4__content>div {
        width: 100%;
    }

    .aboutUs-4__content>div svg {
        width: 100%;
    }

    .aboutUs-4__box p {
        margin-bottom: 30px;
    }

    .aboutUs-4__svg-left {
        margin-bottom: 60px;
    }

    .aboutUs-4__left-text>div,
    .aboutUs-4__right-text>div {
        top: -10px;
    }

    .aboutUs-4__dedicated-team {
        margin-bottom: 10px;
    }

    .aboutUs-4__staff {
        margin-bottom: 10px;
    }
    /* form */
    #staff-agm__form {
        padding: 0 15px;
    }

    .staff-agm__form-box {
        padding: 0px;
        padding-top: 30px;
    }

    .footer-white__box {
        display: none;
    }
    /**/
    .banner-mb {
        display: block;
        width: 100%;
    }

    .staff-agm__main-content {
        padding: 0 15px;
    }

    .banner-dt {
        display: none;
    }

    .staff-agm__container {
        position: relative;
    }

    .staff-agm__buttonNav {
        display: block;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 9999;
    }

    .staff-agm__navigation {
        display: none;
        position: fixed;
        width: 100%;
        bottom: 0;
        min-width: auto;
        max-width: none;
        z-index: 99999;
        height: 100%;
        background-color: #0000008f;
        padding: 0px;
        top: auto;
        left: auto;
    }


    .staff-agm__navigation nav li {
        padding: 15px 20px;
    }

    .staff-agm__navigation-content {
        border-radius: 12px 12px 0 0;
        position: absolute;
        top: auto;
        z-index: 9999;
        width: 100%;
        bottom: 0;
    }

    .show-cls {
        display: block !important;
    }




    .roles__banner {
        margin-bottom: 0px;
        padding-bottom: 40px;
    }

    .roles__banner-header {
        position: unset;
        transform: none;
        text-align: center;
        max-width: none;
        margin-bottom: 40px;
    }


    .roles__banner h2.font-h2 {
        font-size: 28px !important;
        line-height: 34px !important;
        text-align: left;
    }

    .roles__banner h2.font-h2 span {
        font-size: 28px !important;
        line-height: 34px !important;
        display: block;
    }
    .roles__banner-header .font-p{
        text-align: left!important;
    }
    .modal-content {
        width: 95% !important;
        margin-top: 125px !important;
    }

    .dp-fl {
        flex-direction: column;
    }

    .dp-fl>p {
        width: 100% !important;
    }

    .roles__exp-row.button__box>div {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


}