.container{
    max-width: 1270px;
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
:root {
  --black: #000000;
  --purple: #7473C0;
  --teal: #2ed9c3;
  --dark-purple: #36013f;
  --white: #ffffff;
}
body{
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 font-weight: 400;
 color: var(--black);
}
h2{
    font-weight: 400;
    font-size: 44px;
    margin: 0px;
        text-transform: uppercase;
    color: var(--purple);
}
.header-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
        padding: 10px 0px;
}
nav#site-navigation {
    width: auto;
}
.post, .page {
    margin: 0px;
}
ul#primary-menu li a {
    font-size: 18px;
    color: var(--black);
    font-weight: 400;
}
ul#primary-menu {
    gap: 25px;
    align-items: center;
}
.keep-updated-menu a {
    color: var(--purple) !important;
    padding-left: 60px;
}
.sign-up-btn a {
    background-color:var(--purple) ;
    color: var(--white) !important;
    font-weight: 700 !important;
    padding: 10px 15px;
    border-radius: 10px;
        line-height: 27px !important;
}
footer#colophon {
    background-color: var(--dark-purple);
}
.row-footer {
    display: flex;
    justify-content: space-between;
    padding: 50px 0px;
}
.inner-row {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}
.row-footer h3 {
    color: var(--teal) ;
    font-weight: 700;
    margin: 0px;
    font-size: 18px;
        padding-bottom: 12px;
}
.row-footer p {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
}
.row-footer p a {
    color: var(--white);
    text-decoration: none;
}
ul.social-links {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.social-links li a {
    color: var(--white);
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.site-info-footer p {
    margin: 0px;
    text-align: center;
    color: var(--white);
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: 400;
}
.site-info-footer p a {
    color: var(--white);
    text-decoration: none;
}
.site-info-footer {
    padding-bottom: 40px;
    padding-top: 40px;
}
.about-part {
    max-width: 1000px;
    margin: 0 auto;
}
.heading-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
        margin-bottom: 20px;
}
a.btn-style {
    color: var(--purple);
    text-decoration: none;
    border: 2px solid var(--purple);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 700;
}
a.btn-style:hover{
    background-color: var(--purple);
    color: var(--white);
}
.heading-btn span {
    font-weight: 700;
}
.img-boxes {
    display: flex;
    flex-flow: wrap;
    gap: 15px;
}
.about-box.border-teal {
    border: 16px solid #56C2B7;
    border-radius: 8px;
    padding: 40px 70px;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.about-box {
    width: 49%;
    height: 330px;
}
.about-box h3 {
    margin: 0px;
    font-size: 40px;
    font-family: "Maitree", serif;
    font-weight: 500;
    color: #2C0D40;
}
.about-box.border-teal a {
    text-decoration: none;
}
.about-box.border-teal a {
    color: var(--black);
}
section.about-section {
    padding: 50px 0px;
}
.post-item {
    border-radius: 8px;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    background-color: #F0F0F0;
}
.post-thumb {
    width: 40%;
}
.post-title-content {
    width: 60%;
    padding: 20px 30px;
}
.post-thumb img {
    width: 100%;
}
h3.post-title {
    font-size: 40px;
    color: #7473C0;
    text-decoration: none;
    font-weight: 500;
    line-height: 45px;
      font-family: "Maitree", serif;
          margin: 0px;

}
.custom-post-list a {
    text-decoration: none;
}
p.post-expert {
    margin: 0px;
    padding-top: 12px;
    color: #000;
}
p.post-expert {
    margin: 0px;
    color: #000;
    padding-top: 15px;
    line-height: 26px;
}
a.post-box {
    line-height: 0px;
}
.custom-post-list a:nth-child(even) .post-item {
    flex-direction: row-reverse;
}
.signup-part {
    background-color: #fff;
    border-radius: 16px;
    padding: 40px 60px;
}
section.sign-up-section {
    padding: 50px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        margin-bottom: 40px;
}
.signup-row {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: space-between;
}
.signup-part p {
    margin-bottom: 0px;
}
.heading-form h2 {
    text-transform: none;
    line-height: 42px;
    font-size: 36px;
      font-family: "Maitree", serif;
      font-weight: 500;
}
.heading-form {
    width: 50%;
}
.signup-part label {
    font-weight: 700;
}
.signup-part input.wpcf7-form-control {
    border: 1px solid #56C2B7;
    background-color: #F0F0F0;
    border-radius: 8px;
    padding: 10px 15px;
    width: 100%;
    margin-top: 7px;
}
.signup-part input.wpcf7-form-control::placeholder{
    color: #7473C0;
    font-size: 14px;
    font-weight: 400;
     font-family: "Poppins", sans-serif;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    color: var(--purple);
    text-decoration: none;
    border: 2px solid var(--purple);
    border-radius: 10px;
    padding: 12px 35px;
    font-size: 14px;
    font-weight: 700;
    width: auto;
}
.custom-post-list a:last-child .post-item {
    margin-bottom: 0;
}
.project-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 20px;
}

/* LEFT BIG POST */
.project-featured {
        border-bottom: 2px solid #7473C0;
}

.project-featured img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.project-featured h3 {
    margin: 0px;
    font-size: 40px;
    font-weight: 500;
     font-family: "Maitree", serif;
         line-height: 45px;

}
a.project-link {
    color: #000;
    text-decoration: none;
}
/* RIGHT GRID */
.project-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.project-grid h3 {
    margin: 0px;
    font-size: 24px;
    font-weight: 500;
     font-family: "Maitree", serif;
         line-height: 30px;

}
.project-item img {
    width: 100%;
    border-radius: 8px;
}

p.project-cat {
    color: #7473C0;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 13px;
}

section.project-section {
    padding: 50px 0px;
       background-color: #F0F0F0;
}
.project-item {
    border-bottom: 2px solid #7473C0;
    padding-bottom: 20px;
}
.news-part-page {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0px;
}
h2.inner-heading span {
    font-weight: 700;
}
h2.inner-heading {
    margin-bottom: 20px;
}
main#primary {
    position: relative;
}

main#primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;

    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(255, 255, 255, 0)
    );

    pointer-events: none;
    z-index: 1;
}
.project-main-section {
    padding: 50px 0px;
}
.pagination {
    margin: 0 auto;
    display: flex;
    justify-content: center;
   padding-top: 30px;
    gap: 12px;
}
.pagination a {
    color: #000;
    text-decoration: none;
}
span.page-numbers.current {
    color: #7473C0;
    font-weight: 700;
}
.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;

    background-color: #000; 

    -webkit-mask: url('../images/arrow.svg') no-repeat center;
    mask: url('../images/arrow.svg') no-repeat center;

    -webkit-mask-size: contain;
    mask-size: contain;
}
.menu-item-has-children:hover > a::after {
    transform: translateY(-0%) rotate(180deg);
    background-color: #7473C0;
}
ul.sub-menu .menu-item-has-children:hover > a::after{
 background-color: #000;
}
.hero-inner h1 {
    margin: 0px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.hero-inner h1 span {
    font-weight: 700;
}
.hero-inner {
    max-width: 900px;
    margin: 0 auto;
}
section.hero-section {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 100px 0px;
}
.hero-inner h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 55px;
    padding-top: 35px;
    color: #fff;
    text-transform: none;
     font-family: "Maitree", serif;
}
.content-all-purple, .content-full{
    max-width: 900px;
    margin: 0 auto;

    padding: 50px 0px;
        border-bottom: 2px solid #56C2B7;
}
.content-all-purple p{
 color: #7473C0;
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
      margin: 0px;
      font-family: "Maitree", serif;
}
.content-full p {
    margin-top: 0px;
}
.content-full {
    padding-bottom: 20px;
}
.lgg-number-part h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0px;
        padding-bottom: 5px;
}
.lgg-number-part {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 0px;
}
.lgg-number-part p {
    margin: 0px;
}
.num-content {
    display: flex;
    gap: 20px;
    background-color: #F0F0F0;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 10px;
        align-items: center;
}
.number-part {
    padding-top: 25px;
}
p.num {
    border-right: 2px solid #7473C0;
    width: 40%;
    font-size: 48px;
    font-weight: 700;
    color: #7473C0;
    line-height: 50px;
    font-family: "Maitree", serif;
}
p.numcontent {
    width: 60%;
    color: #2C0D40;
    font-weight: 500;
}
.img-content-row {
    display: flex;
    gap: 15px;
}
.content-part-with-bg {
    background-color: #F0F0F0;
    border-radius: 8px;
    padding: 30px;
        width: 50%;
}
section.img-content-section {
    margin-bottom: 50px;
}
section.img-content-section img{
      width: 50%;
}
.content-part-with-bg h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
     font-family: "Maitree", serif;
     text-transform: none;
}
.heading-content-btn {
    max-width: 450px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
}
.heading-content-btn a.btn-style {
    max-width: max-content;
}
ul.sub-menu {
    flex-flow: column;
    background-color: #fff;
}
.teams-boxes {
    display: flex;
    max-width: 1050px;
    /* justify-content: center; */
    margin: 0 auto;
        gap: 15px;
    flex-flow: wrap;
}
.team-details img {
    width: 100%;
}
.team-details
 {
    width: 32.2%;
        border-bottom: 2px solid #7473C0;
}
/*.page-id-159 .content-all-purple {
    border: unset;
}*/
section.eteam-section {
    padding-bottom: 50px;
        padding-top: 50px;
}
.borad-btn {
    padding-top: 20px;
    max-width: 1050px !important;
    margin: 0 auto;
    display: flex;
    justify-content: end;
}
.none-team-part {
    max-width: 1050px;
    margin: 0 auto;
}
.none-team-part h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
        padding-bottom: 30px;

}
.none-team-part .team-details {
    background-color: #56C2B7;
    border-radius: 4px;
    padding: 32px;
    text-align: center;
    border: unset;
}
.none-team-part .team-details p {
    margin: 0px;
    font-weight: 500;
     font-family: "Maitree", serif;
}
.bio-team {
    padding-top: 20px;
}
.bio-team p{
    font-weight: 700 !important;
    }
section.noneteam-section {
    padding-bottom: 50px;
}
.team-details p {
    margin: 0px;
}
.team-details.e-team-deatils p {
    font-weight: 500;
    font-family: "Maitree", serif;
    font-size: 24px;
    line-height: 31px;
}
.team-details.e-team-deatils img {
    margin-bottom: 25px;
}
.team-details.e-team-deatils {
    padding-bottom: 25px;
    margin-bottom: 15px;
}
.hero-inner.contact-hero h1 {
    color: #7473C0;
}
.hero-inner.contact-hero {
    max-width: 850px;
    border-bottom: 2px solid #56C2B7;
    padding-bottom: 50px;
}
.hero-inner.contact-hero h2 {
    color: #2C0D40;
}
.conact-details-main {
    max-width: 850px;
    margin: 0 auto;
    padding: 50px 0px;
}
.conact-details-row {
    display: flex;
    justify-content: space-between;
}
.right-details {
    width: 50%;
}
.left-details {
    width: 50%;
}
.left-details p strong {
    font-weight: 700;
}
.conact-details-row p a {
    text-decoration: unset;
    color: #000;
}
.map-part iframe {
    width: 100%;
    height: 450px;
        margin-top: 25px;
}
section.hero-section.contact-hero-main {
    padding-bottom: 0px;
}
.btn-content {
    padding: 30px 0px;
}
.content-all-purple.remove-border {
    border: unset;
}
.conact-details-main.content-left-right-part {
    max-width: 900px;
}
.content-left-right-part  .conact-details-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.inner-content {
    background-color: #F0F0F0;
    padding: 32px;
    border-radius: 10px;
}
.inner-content p strong {
    color: #2C0D40;
}
.conact-details-main.content-left-right-part {
    padding-top: 0px;
}
p.desc {
    font-size: 40px;
    line-height: 50px;
    margin: 0px;
    padding-bottom: 20px;
    font-weight: 300;
     font-family: "Maitree", serif;
}
p.name-company {
    margin: 0px;
    color: #2C0D40;
    font-weight: 700;
}
section.slider-section {
    padding: 50px 0px;
    margin-bottom: 50px;
}

.swiper {
  max-width: 1000px;
  margin: auto;
}

.swiper-slide {
  color: #fff;
}


/* Pagination dots */
.swiper-pagination-bullet {
    background: transparent !important;
    opacity: 1 !important;
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #fff !important;
}

.swiper-pagination-bullet-active {
   background: #fff !important;
}
.swiper {
  position: relative;
      padding-bottom: 50px !important;
}

.swiper-pagination {
  position: absolute;
  bottom: 0px !important;
  /*left: 50% !important;*/
  transform: translateX(-50%);
}
section.single-hero {
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-position: center;
    padding: 50px 0px;
}
.latest-new h1 {
    margin: 0px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.latest-new h1 span{
    font-weight: 700;
}
.latest-new {
    max-width: 850px;
    margin: 0 auto;
}
.sub-container {
    max-width: 850px;
    margin: 0 auto;
}
h2.single-heading {
    font-size: 48px;
    line-height: 58px;
    text-transform: none;
    font-weight: 500;
    color: #2C0D40;
    padding: 30px 0px;
    border-bottom: 2px solid #56C2B7;
    font-family: "Maitree", serif;
}
.purple-text p {
    color: #7473C0;
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    margin: 0px;
    font-family: "Maitree", serif;
}
.purple-text{
    padding: 30px 0px;
    border-bottom: 2px solid #56C2B7;
}
.single-post-full-content {
    padding: 20px 0px;
    border-bottom: 2px solid #56C2B7;
}
p.h-points {
    margin: 0px;
    color: #2C0D40;
    font-weight: 500;
    background-color: #F0F0F0;
    padding: 17px 30px;
    margin-bottom: 12px;
    border-radius: 10px;
}
.content-post-part p {
    color: #7473C0;
    font-size: 14px;
    line-height: 18px;
}
.single-full-img img {
    width: 100%;
}
.hightlights-part h3 {
    color: #2C0D40;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
}
.hightlights-part {
    padding: 30px 0px;
}
section.post-content-part {
    padding: 25px 0px;
}
.project-wrapper.single-page-projects .project-item {
    width: 25%;
}
.project-wrapper.single-page-projects {
    display: flex;
    gap: 15px;
}
.project-wrapper.single-page-projects .project-item img {
    width: 100%;
    border-radius: 4px;
    height: 200px;
    object-fit: cover;
}
.project-wrapper.single-page-projects .project-item h3 {
    margin: 0px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Maitree", serif;
    line-height: 30px;
}
section.single-our-project {
    padding-bottom: 50px;
}
section.single-hero.project-hero-single h1 {
    color: #7473C0;
}
section.project-hero-single-f-img img {
    width: 100%;
}
section.project-hero-single-f-img {
        line-height: 0px;
    }
 section.single-hero.project-hero-single  .purple-text {
    border-bottom: unset;
}
section.project-hero-single-f-img img {
    /*width: 100%;*/
    height: 500px;
    object-fit: cover;
    object-position: top;
}
.single-project .single-post-full-content {
    border-bottom: unset;
}
.single-project .content-post-part {
    border-bottom: 2px solid #56C2B7;
        padding-bottom: 20px;
}
.single-project section.post-content-part {
    background-color: #F0F0F0;
}
.single-project p.h-points {
    background-color: #FFFFFF;
    }
section.single-hero.project-hero-single {
    background-color: #F0F0F0;
    height: unset;
        padding-bottom: 20px;
}
ul.sub-menu {
    box-shadow: 3px 3px 4px 0px #00000040;
    border: 1px solid #2ED9C3;
    border-radius: 0px 0px 8px 8px;
}
ul.sub-menu li a {
    padding: 10px;
}
ul.sub-menu li {
    border-top: 1px solid #2ED9C3;
}
ul.sub-menu li:first-child {
    border-top: none;
}
ul.sub-menu li a:hover {
    background-color: #2ED9C3;
}
ul.sub-menu li.current_page_item > a{
    background-color: #2ED9C3;
}
ul.sub-menu li:last-child a {
    border-radius: 0px 0px 8px 8px;
}
ul#primary-menu > li a:hover, ul#primary-menu li.current_page_item a{
    color: #7473C0;
    font-weight: 700;
    text-decoration: underline;
}
ul.sub-menu li a:hover, ul.sub-menu li.current_page_item a {
    color: #000 !important;
    font-weight: 400 !important;
    text-decoration: unset !important;
}
a:focus {
    outline: unset;
}
ul#primary-menu li a {
    line-height: 45px;
}
ul.sub-menu li a {
    line-height: 27px !important;
}
.sign-up-btn a:hover{
   color: var(--purple) !important;
    text-decoration: none !important;
    border: 2px solid var(--purple) !important;
    background-color: #fff;
}
.main-navigation ul ul ul {
    left: 100%;
        background-color: #F0F0F0;
    }
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    display: block;
    left: 100%;
}
.bid-inner-part {
    max-width: 900px;
    margin: 0 auto;
    border-top: 2px solid #56C2B7;
    padding: 40px 0px 20px 0px;
}
.hightlights-part a {
    text-decoration: none;
}
.bid-inner-part h2 {
    color: #2C0D40;
    font-size: 24px;
    text-transform: none;
    font-weight: 700;
    line-height: 30px;
}
.bid-inner-part p.h-points {
    display: flex;
    justify-content: space-between;
}
.bid-inner-part .hightlights-part a:hover p {
    background-color: #56C2B7 !important;
}
.project-thumb img {
    height: 215px;
    object-fit: cover;
}
/* Mobile navigation */
    .button-toggle span:not(:first-child) {display: none;}
    .drawer .menu-item-has-children .toggle-sub {border: none;position: absolute;top: 0;right: 0;width: 40px;padding: 7px 0;line-height: 1.4;text-align: center;z-index: 75;display: block;
        font-size: 20px;color: #fff;cursor: pointer;background: transparent;border-radius: 0;}
        .drawer .menu-item-has-children .toggle-sub:hover {box-shadow: none;color: #fff;}
        .drawer .drawer-navigation .drop-open ul.drop-active {display: block;}
        .button-toggle{background: var(--purple);color: #fff;cursor: pointer;padding: 4px 8px 4px 8px; height: 36px; border-radius: 7px;font-weight: 600;font-size: 20px;line-height: calc(32/20);text-decoration: none;border: none;}
        .menu-toggle div{width: 20px;height: 2px;background-color: #fff;margin: 6px auto;transition: all 0.3s;backface-visibility: hidden;}
        .menu-toggle.active .bar_one {transform: rotate(45deg) translate(5px, 4px);}
        .menu-toggle.active .bar_two{opacity: 0;}
        .menu-toggle.active .bar_three{transform: rotate(-45deg) translate(7px, -6px);}
        .close-menu > div{width: 24px;height: 2px;background-color: #231F20;margin: 0px auto;transition: all 0.3s;backface-visibility: hidden;}
        .close-menu .bar_one {transform: rotate(45deg) translate(6px, 5px);}
        .close-menu .bar_two{transform: rotate(-45deg) translate(-4px, 4px);}

        .drawer-wrap {position: relative;}
        .drawer {position: fixed;z-index: 123;top: 0px;right: -400px;bottom: 0px;width: 100%;overflow: hidden;overflow-y: auto;height: 100vh;max-width: 400px;background: #fff;transition: .7s ease all;padding: 20px;}
       .drawer.active {
    right: 0;
    z-index: 999;
}
        .drawer-menu-explore {background: #fff;padding: 25px;}
        .drawer-head .custom-logo-link img {max-width: 272px;}
        .drawer-menu-explore .container {padding: 0;}
        .admin-bar .drawer-open .drawer {margin-top: 35px;}
        .drawer .drawer-navigation {width: 100%;max-width: 100%;z-index: 40;position: relative;}
        .drawer .drawer-navigation {display: inline-block;margin-top: 45px;padding-top: 0px;}
        .drawer .drawer-navigation .menu {margin: 0;}
        .drawer .drawer-navigation ul {margin: 0;padding: 0;}
        .drawer .drawer-navigation ul li {width: 100%;padding: 0px 0px; list-style-type: none;transition: none;position: relative;z-index: 50;}
        .drawer .drawer-navigation ul li:hover {border-top: none;}
        .drawer .drawer-navigation ul li a {display: block;font-weight: 400; padding:0;margin-top: 0;margin-bottom: 0;margin-left: 0;border-bottom: none;position: relative;transition: none;text-decoration: none;font-size: 16px;}
        .drawer .drawer-navigation ul li.current-menu-item > a{color: #fff;}
        .drawer .drawer-navigation ul li ul.sub-menu .current-menu-item > a{color: #fff;}
        .drawer .drawer-navigation a {color: #000;padding-left: 0;line-height: 1.4;}
        .drawer .drawer-navigation a:hover {color: var(--bule-color);}
        .drawer .drawer-navigation .sub-menu,
        .drawer .drawer-navigation .children {display: none;position: relative;width: 100%;left: 0;top: auto;}
           .drawer .drawer-navigation .sub-menu::before, 
           .drawer .drawer-navigation .children::before {display: none;}
           .drawer .drawer-navigation li ul a, 
           .drawer .drawer-navigation li ul li a {padding: 0px 0;}
           .drawer .drawer-navigation .sub-menu li:first-child {border-top: dotted 1px rgba(255, 255, 255, 0.2);}
           .mobile-navigation {display: none;}
           .close-menu {position: absolute;right: 30px;top: 30px;cursor: pointer;font-size: 24px;z-index: 123;color: #000;}
           .drawer-foot {display: flex;align-items: center;gap: 30px;margin-top: 25px;}
           .drawer-foot img{display: block;}
          /* .drawer-foot .button {padding: 10px 30px;font-size: 14px;line-height: 20px; text-transform: uppercase;}*/
          .drawer-foot .button {
    padding: 8px 25px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}
.drawer .drawer-navigation ul li {
    margin-bottom: 0px;
    }
           .drawer .drawer-navigation ul li > ul.sub-menu > li:last-child{border-bottom: none;}

nav#site-navigation button.menu-toggle {
    display: none;
}
.signup-row img {
    width: 50%;
}
button.accordion-button p {
    margin: 0;
    font-family: "Poppins", sans-serif;
}
.project-grid.full-grid {
    margin-top: 20px;
}
ul#primary-menu > li:hover > ul,
ul#primary-menu > li.focus > ul {
    left: auto !important;
}
/* Hide nested submenu by default */
.main-navigation ul ul ul{
    left: -9999px;
    position: absolute;
}
/* Show nested submenu only when its parent is hovered */
.main-navigation ul ul li:hover > ul {
    left: 100% !important;
    top: 0 !important;
}
.toggle-sub i.gbi::after {
   content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;

    background-color: #000; 

    -webkit-mask: url('../images/arrow.svg') no-repeat center;
    mask: url('../images/arrow.svg') no-repeat center;

    -webkit-mask-size: contain;
    mask-size: contain;
}
.menu-item-has-children.drop-open > .toggle-sub i.gbi::after {
      transform: translateY(-0%) rotate(180deg);
}
nav#drawer-navigation .menu-item-has-children > a::after{
    display: none !important;
}
nav#drawer-navigation ul ul ul{
   width: 94%;
    margin: 10px;
}
ul.sub-menu.drop-active li.menu-item.drop-open > a {
    background-color: #2ED9C3;
}