:root {
    --bg-primary: #89438b;
    --bg-secondary: #be64a1;
    --bg-third: #14489c;
}

.main-menu-wrapper__call-icon i {
    font-size: 40px;
    color: var(--bg-primary)
}

.header-top {
    background: var(--bg-primary);
}

.header-top-left ul li {
    color: #fff;
}

.header-location ul li i {
    color: #fff;
}

.header-location ul li {
    color: #fff;
}

.main-menu ul li a {
    color: #000;
}

.main-menu ul li a.active {
    color: var(--bg-primary);
}

.main-menu ul li.menu-item-has-children:after {
    color: var(--bg-secondary);
}

.about_wrapper__group-btm-img2 img {
    height: 183px;
}

.about_wrapper__group-btm-img1 img {
    height: 183px;
}

.fact-area-2 .icon-area {
    float: left;
}

.fact-area-2 .icon-area i {
    font-size: 70px;
    color: var(--bg-secondary)
}


/* .partners-area {
    min-height: 660px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
} */

.fact-area-2 {
    background-color: #e0d3e0;
}

.featurs-services .features .features__thumb img {
    height: 230px;
}

.featurs-services .features .features__content a {
    color: var(--bg-primary)
}

.features:hover .features__content a {
    color: #fff;
}

.partners-area {
    background-image: url(/assets/img/ncpm/slider-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.partner_img {
    background-color: #fff;
    height: 120px;
    padding: 30px;
    border-radius: 5px;
    position: relative;
}

.partners-area .partner-active .partner_img img {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 12px;
    left: 70px;
}

.partners-area .wrap {
    background: rgba(137, 67, 139, .5);
}

.project .event .event-body .box {
    background-color: var(--bg-primary);
    padding: 10px;
}

.project .event .event-body .box h1,
.project .event .event-body .box p {
    color: #fff
}

.project .event .event-body .box-item a {
    text-decoration: none;
    color: var(--text-black);
}

.project .event .event-body .box-item a:hover {
    color: var(--bg-primary);
}

.project .notice .notice-body .tab-content .active {
    background: #fff!important;
    padding: 2rem 1rem;
    box-shadow: 5px 10px 18px #888888;
}

.project .notice .notice-body .tab-content ul li {
    list-style: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.project .notice .notice-body .nav li a {
    color: var(--text-black);
}

.project hr {
    border-bottom: 1px solid #666666;
}

.project .notice .notice-body .nav li a.active {
    background-color: var(--bg-primary);
    color: #fff
}

.project .notice ul li a:hover {
    color: var(--bg-primary);
}

.footer-coptright {
    padding: 10px 0px;
}

.footer__services ul li a i {
    color: var(--bg-primary);
}

.visa__items p {
    color: #fff;
    text-align: justify;
}

.visa__items .visa__items-single-title {
    color: #fff;
    text-align: center;
}

.visa__items .visa__items-single-icon {
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}

.visa__items .visa__items-single-icon i {
    font-size: 60px;
}

.br-right {
    border-right: 1px solid var(--bg-secondary);
}

.location-area {
    background-color: #edecec;
}

.contact__gpinfo {
    background-color: #e0d3e0;
}

.gallery-area .filter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.filter button {
    font-size: 14px;
    font-weight: 500;
    color: var(--bg-primary);
    font-family: 'Barlow', sans-serif;
    border: 1px solid var(--bg-primary);
    background: transparent;
    padding: 9px 20px;
    border-radius: 50px;
    margin: 0 10px 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.filter button.active {
    color: #fff;
    background-color: var(--bg-secondary);
    border: 1px solid var(--bg-secondary);
}

.btn:focus {
    outline: none!important;
    box-shadow: none!important;
}

.gallery-area img {
    height: 225px;
    margin-bottom: 20px;
}


/* .information-info {
    border: 1px solid var(--bg-secondary);
    padding: 30px;
} */

.information-info ul li span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #6f6f6f;
}

.information-info ul li {
    font-size: 16px;
    font-weight: 500;
    color: #1A1C20;
}


/* .information-info ul li span:last-child {
    text-align: right;
} */

.desc ul li::after {
    position: absolute;
    left: 15px;
    top: 0;
    content: "\f14a";
    font-family: "Font Awesome 5 Pro";
    /* height: 20px;
    width: 20px;
    line-height: 20px; */
    color: var(--bg-secondary);
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    /* background: -webkit-gradient(linear, left top, right top, from(#faa61a), color-stop(#faa61a), to(#faa61a));
    background: linear-gradient(to right, #faa61a, #faa61a, #faa61a);
    background-size: 220% 150%; */
}

.desc ul {
    padding: 0;
    margin: 0 -15px;
    margin-top: -15px;
    overflow: hidden;
    /* display: -webkit-box; */
    /* display: flex; */
    /* -ms-flex-wrap: wrap; */
    /* flex-wrap: wrap; */
    position: relative;
}

.desc ul li {
    float: left;
    padding: 0 15px;
    position: relative;
    padding-left: 65px;
    margin-top: 10px;
}

.form-control {
    width: 100%;
    border: 1px solid transparent;
    height: 60px;
    line-height: 60px;
    padding: 0px 20px;
    font-size: 15px;
    color: rgb(111, 111, 111);
    background-color: rgb(244, 246, 249);
    border-radius: 3px;
    margin-bottom: 30px;
}

.volunteer-area .form-control:focus {
    color: #212529;
    background-color: transparent;
    border-color: var(--bg-primary);
    outline: 0;
    box-shadow: none;
}

.volunteer-area label {
    color: var(--bg-primary);
}

.footer__widget-title .logo {
    text-align: center;
}

.footer__logo-area .social {
    text-align: center;
}

.volunteer-form {
    box-shadow: inset 0 -3em 3em rgba(137, 67, 139, 0.5), 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(137, 67, 139, 0.3);
}

.account-detail {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.account-detail p span {
    background: var(--bg-secondary);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 600;
}

.account-detail h6 {
    color: #4e5652;
}

.account-sec {
    padding: 50px 50px;
    box-shadow: 12px 12px 2px 1px rgba(137, 67, 139, .2);
}

.event-body .box-img img {
    height: 120px;
}

.blog-area .blog__thumb img {
    height: 230px;
}

.blog-area .blog-meta {
    color: var(--bg-primary);
}

.notice-img {
    margin: 20px 0px;
}