
.about-header {
    background: url(../images/new-images/about-us-bg.jpg) 50% no-repeat;
    background-size: cover;
    padding: 80px 0 80px;
    text-align: center;
    position: relative;
}

.about-header-left {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/new-images/a-left.png) 50% no-repeat;
    background-size: cover;
    width: 271px;
    height: 310px;
}

.left-pattern {
    position: absolute;
    left: 0;
    bottom: 133px;
    background: url(../images/new-images/l-pattern.png) 50% no-repeat;
    background-size: cover;
    width: 124px;
    height: 137px;
}

.about-header-right {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/new-images/a-right.png) 50% no-repeat;
    background-size: cover;
    width: 295px;
    height: 310px;
}

.right-pattern {
    position: absolute;
    right: 68px;
    bottom: 56px;
    background: url(../images/new-images/r-pattern.png) 50% no-repeat;
    background-size: cover;
    width: 258px;
    height: 137px;
}

.about-header h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.inner-logo {
    position: relative;
    min-height: 70px;
}

    .inner-logo img {
        position: relative;
        max-width: 236px;
    }

.about-content {
    margin: 40px 0;
}

    .about-content p {
        text-align: center;
        color: #003266;
        line-height: 24px;
        font-weight: 500;
        position: relative;
        margin: 0;
        font-size: 16px;
    }

.abt-content {
    order: 1;
}

.ttls {
    text-transform: uppercase;
    font-size: 30px;
    color: #094b95;
    font-weight: 500;
    margin-bottom: 18px;
    position: relative;
    padding-left: 24px;
}

    .ttls:before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 7px;
        bottom: 5px;
        width: 4px;
        background: #fa4d00;
    }

.abt-txt {
    color: #9ea7b2;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
}

    .abt-txt span {
        color: #09519e;
    }

.about-boxs {
    margin-bottom: 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 12px 19.2px 0.8px rgb(38 55 77 / 5%);
    padding: 50px 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.img-order {
    width: 310px;
    flex: 0 0 310px;
    text-align: left;
    min-height: 245px;
    
}
.order-2 {
    order: 2;
    text-align: right;
}
.order-1 {
    order: 1;
}

/*-----Contact Page css-----*/
.inner-header2 {
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #094b95;
    min-height: 220px;
    padding: 66px 0 114px;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}
.overlap-section {
    margin-top: -60px;
    padding: 0 20px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.contact-sections {
    display: grid;
    width: 100%;
    padding: 0 40px;
    margin-bottom: 20px;
}
.contact-boxs {
    border-radius: 8px;
    border: 2px solid #ffffff;
    background-color: #ffffff;
}
.contactsPage {
    margin-top: -70px;
    padding: 0 var(--app-base-spacing);
    color: var(--color-main-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    flex-shrink: 0;
    flex-basis: auto;
}
.contact-header {
    display: flex;
    /*height: 58px;*/
    border-radius: 8px 8px 0 0;
    background-color: #e8ecf1;
    padding: 22px 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.contact_disclaimer {
    margin-left: auto;
    display: flex;
    align-items: center;
    text-transform: none;
    color: #9ea7b2;
}
    .contact_disclaimer .icon {
        width: 16px;
        height: 16px;
        fill: #9ea7b2;
        margin-right: 10px;
    }
    .contact_disclaimer a {
        color: #09519e;
        font-size: 14px;
        
        transition: color .3s ease;
        text-decoration: none;
    }
.contacts-row {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 22px;
    padding: 20px;
    border-top: 2px solid #e8ecf1;
}
    .contacts-row:hover {
        background-color: #dde4ec;
    }
.contacts-row .ico {
    width: 40px;
    height: 40px;
    fill: #9ea7b2;
}
.contactsInfo a {
    color: #09519e;
    font-size: 16px;
    font-weight: 600;
    transition: color .3s ease;
    text-decoration: none;
}
.contactsInfo p {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin:0;
}
.contacts_adminBlock {
    display: grid;
    grid-template-columns: 1fr minmax(544px,1fr) 1fr;
    margin-top: -145px;
    
}
.contacts_administrator {
    display: grid;
    justify-items: center;
    align-items: end;
    padding-bottom: 226px;
    grid-column: 2/3;
    margin-bottom: -186px;
    height: 566px;
    background: url(../images/new-images/contact-admin.png);
    background-position: calc(50% + 40px) 0,50% calc(100% - 111px);
    background-repeat: no-repeat,no-repeat;
    background-size: 286px 100%,100% 310px;
}
.contact-admin-btn {
    font-size: 18px;
    background-image: linear-gradient(0deg,#fa4d00 0,#fa5e00);
    box-shadow: 0 10px 30px rgb(250 65 0 / 40%) !important;
}
.contact-admin-btn:hover{
    color:#fff;
}

/*-----Rules Page CSS-----*/
.rules-accordian .accordion-item {
    border: none;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    background:none;
}
.rules-accordian .accordion-header button {
    display: flex;
    height: 60px;
    border-radius: 8px 8px 0 0;
    background-color: #e8ecf1;
    padding: 22px 18px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    box-shadow: none;
    color:#000 !important;
}

.rules-accordian .accordion-body {
    background:#fff;
}
    .rules-accordian .accordion-body p, .rules-accordian .accordion-body li {
        font-weight:500;
        color:#000;
        margin-bottom:15px;
    }
.rules-accordian > h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom:20px;
    display: inline-block;
    width: 100%;
}
@media(max-width:991px) {
    .about-header h2 {
        font-size: 24px;
    }
    .inner-logo img {
        max-width: 150px;
    }
    .about-boxs{
        display:block;
        padding:20px;
    }
    .img-order{
        margin-bottom:20px;
    }
    .ttls {
        font-size: 22px;
    }
    .abt-txt {
        font-size: 14px;
    }
    .footer-logo img {
        max-width: 140px;
    }
    .contact-sections{
        padding:0;
    }
    .contact-header {
        display: block;
        text-align: center;
    }
    .contact_disclaimer{
        justify-content:center;
        margin-top:10px;
    }
    .contacts-row{
        display:block;
        text-align:center;
    }
        .contacts-row .ico{
            margin:0 auto 10px;
        }
    .contacts_adminBlock{
        margin-top:30px;
    }
}