
section#contact .contact-columns .right form .default-btn{
    margin-top: 40px;
    gap: 8px;
    width: 100%;
    padding: 11px 30px;
    border-radius: 48px;
    border: 1px solid #fff;
}

section#contact .contact-columns .right form .default-btn span{
    color: #fff;
    font-family: var(--clash-regular);
    font-size: var(--small-base);
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -0.36px;
}

.hcaptcha{
    margin-top:40px;
}

section#otherPosts .blog-column .cover{
    border-radius:15px;
    overflow:hidden;
}

section#blogDetailContent img{
    border-radius:15px;
}

footer .copyright .copy-col{
    width:33.3%;
}

section#aboutPage .wrapper .contact-page-information .default-btn{
    margin-top: 10px;
    gap: 8px;
    width: auto;
    padding: 11px 30px;
    border-radius: 48px;
    border: 1px solid #8A73B4;
}

section#aboutPage .wrapper .contact-page-information .default-btn span{
    color: #333;
    font-family: var(--clash-regular);
    font-size: var(--small-base);
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -0.36px;
}

section#aboutContent .wrapper{
    font-size:18px;
}

.ui-accordion .ui-accordion-header{
    background:transparent;
    border:none;
}

.ui-widget-content{
    background:transparent;
    border:none;
    padding-left:0;
}

section#aboutContent .wrapper p{
    color: #fff;
    font-family: var(--clash-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.accordion {
    width:100%;
    margin: 0 auto 100px;
    border-top: 1px solid #d9e5e8; }
    .accordion .accordion-list {
      border-bottom: 1px solid #d9e5e8;
      position: relative;
        padding:15px 0;
    }
      .accordion .accordion-list .accordion-content {
        display: none;
        padding: 10px 15px 30px;
        color: #6b97a4; }
    .accordion .title {
      width: 100%;
      display: block;
      cursor: pointer;
      font-weight: 600;
      line-height: 3;
      font-size: 14px;
      font-size: 0.875rem;
      text-indent: 15px;
      user-select: none;
        position:relative;
    }
      .accordion .title:after {
        width: 8px;
        height: 8px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        position: absolute;
        right: 10px;
        content: " ";
        top: 9px;
        transform: rotate(-45deg);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .accordion .accordion-content {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 2;
      padding: 10px; }
  
.accordion  .title.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

    .accordion .accordion-content li{
        color: #fff;
        font-family: var(--clash-regular);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .accordion .accordion-content p{
        margin-bottom:10px;
    }

.accordion .accordion-list .accordion-content img{
    max-width:600px;
    width:100%;
}

section#documents{
    padding-bottom:50px;
}

section#documents h3{
    color: #8A73B4;
    font-family: "ClashDisplay-Regular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-transform: capitalize;
    text-align: center;
}

section#documents a{
    color: #333;
    font-family: "ClashDisplay-Regular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
    max-width: 408px;
    text-align:center;
}

section#documents a span{
    width:100%;
}

section#teams{
    padding-bottom:100px;
}

@media only screen and (max-width: 600px) {
    
    section#contact.contact-page-gorup{
        margin-top:-30px;
        padding-top:140px;
    }

}