/*********************************** Start Of Common Css ***********************************/
body {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    padding: 0px;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    color: #311440;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 60px;
    line-height: 1.2;
}

h2 {
    font-size: 50px;
    line-height: 1.2;
}

h3 {
    font-size: 40px;
    line-height: 1.2;
}

h4 {
    font-size: 30px;
    line-height: 1.2;
}

h5 {
    font-size: 20px;
    line-height: 1.2;
}

h6 {
    font-size: 18px;
    line-height: 1.2;
}

p {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    margin: 0px;
}

p + p {
    margin: 20px 0px 0px 0px;
}

ul, ol {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

img {
    max-width: 100%;
    height: auto;
    outline: none;
}

a {
    color: #333333;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

a:active, a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: #1d1d1b;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

:focus {
    outline: none;
}

.table-box table,.table-box  table td,.table-box  table tr,.table-box  table td {
    border: none !important;
}

input, select, textarea {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 0px 15px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}

textarea {
    padding: 15px;
    height: 100px;
}

input[type="checkbox"], input[type="radio"] {
    width: 20px;
    height: 20px;
}

input[type="file"] {
    height: auto;
}

::-webkit-input-placeholder {
    color: #666666;
}

::-moz-placeholder {
    color: #666666;
}

::-ms-input-placeholder {
    color: #666666;
}

::-moz-placeholder {
    color: #666666;
}

label {
    font-weight: 600;
}

table {
    width: 100%;
    border-radius: 15px;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    overflow: hidden;
}

table thead tr th {
    text-align: center;
    background: #A3D1CC;
    color: #ffffff;
    padding: 15px;
}

table tbody tr td {
    background: #ffffff;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px;
}

/*********************************** End Of Common Css ***********************************/

/*********************************** Start Of Common Class Css ***********************************/
.page-content {
    overflow: hidden;
}

.container-sub {
    padding: 0% 5%;
}

.container-full {
    padding: 0% 5%;
}

.container-swiper {
    width: 100%;
}

.title-box {
    padding-bottom: 30px;
}

.extra-small {
    font-size: 14px;
}

.small-size {
    font-size: 16px;
}

.medium-size {
    font-size: 18px;
}

.large-size {
    font-size: 20px;
}

.extra-large-size {
    font-size: 22px;
}

.extra-extra-large-size {
    font-size: 25px;
}

.sub-title {
    font-size: 18px;
}

.title-info {
    font-size: 17px;
    margin-top: 10px;
}

.title-xxl {
    font-size: 80px;
}

.title-xl {
    font-size: 60px;
}

.title-lg {
    font-size: 50px;
}

.title-md {
    font-size: 40px;
}

.title-sm {
    font-size: 30px;
}

.title-xs {
    font-size: 25px;
}

.title-shadow {
    font-size: 120px;
    background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
    background: -webkit-linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
    background: -moz-linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
    background: -ms-linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
    background: -o-linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -90px;
}

.title-separator {
    position: relative;
}

.title-separator:after {
    content: "";
    background: #f1f1f1;
    width: 32%;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.title-separator:before {
    content: "";
    background: #f1f1f1;
    width: 32%;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.grey-color {
    color: #cfccce;
}

.grey-bg {
    background: #cfccce;
}

.white-color {
    color: #FFFFFF;
}

.white-bg {
    background: #F1EDF3;
}

.black-color {
    color: #000000;
}

.black-bg {
    background: #000000;
}

.primary-color {
    color: #572671;
}

.primary-bg {
    background: #572671;
}

.secondary-color {
    color: #A3D1CC;
}

.secondary-bg {
    background: #A3D1CC;
}

.dark-purple-color {
    color: #311440;
}

.light-blue-color {
    color: #D6E0FF;
}

.light-blue-bg {
    background: #D6E0FF;
}

.light-purple-color {
    color: #F1EDF3;
}

.light-purple-bg {
    background: #F1EDF3;
}

.yellow-color {
    color: #FFAF24;
}

.yellow-bg {
    background: #FFAF24;
}

.button-box {
    padding-top: 30px;
}

.button {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding: 13px 20px;
    border: none;
    outline: none;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.button-border {
    border: 1px solid;
}

.button-radius {
    border-radius: 10px;
}

.button-large {
    font-size: 22px;
    padding: 20px 30px;
}

.button:active, .button:hover, .button:focus {
    background: #572671;
    color: #ffffff;
    border-color: #572671;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.link {
    border-bottom: 1px solid;
}

.empty-space {
    padding: 100px 0px;
}

.empty-space-top {
    padding-top: 100px;
}

.empty-space-bottom {
    padding-bottom: 100px;
}

.slider-row {
    margin-left: -15px;
    margin-right: -15px;
}

.slider-col {
    flex: 0 0 100%;
    scroll-snap-align: start;
    box-sizing: border-box;
    padding: 0 10px;
}

.fw-black {
    font-weight: 900;
}

.fw-medium {
    font-weight: 500;
}

.fw-semi-bold {
    font-weight: 600;
}

/*********************************** End Of Common Class Css ***********************************/

/*********************************** Start Of Preloader Loader Css ***********************************/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#status {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 150px;
    height: 150px;
    animation: fadeIn 1s infinite alternate;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
}

/*********************************** End Of Preloader Loader Css ***********************************/

/*********************************** Start Of Back To Top Css ***********************************/
.back-to-top a {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background: #572671;
    border: 2px solid #ffffff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.back-to-top a:hover {
    background: #A3D1CC;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

/*********************************** End Of Back To Top Css ***********************************/

/*********************************** Start Of Bounce Top Bottom Css ***********************************/
.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-10px);
    }
}

/*********************************** End Of Bounce Top Bottom Css ***********************************/

/*********************************** Start Of Fixed Header Smooth Animation Css ***********************************/
.fixed-header {
    position: sticky;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 111;
    box-shadow: 0px 0px 20px #00000040;
}

/*********************************** End Of Fixed Header Smooth Animation Css ***********************************/

/*********************************** Start Of Slick Slides Css ***********************************/


.slick-arrow {
    font-size: 0px;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
    margin: 0px;
    padding: 0px;
}

.slick-arrow:before {
    content: "";
    font-family: 'bootstrap-icons';
    font-size: 50px;
    color: #3f3f3f;
}

.slick-prev:before {
    content: "\F284";
}

.slick-next:before {
    content: "\F285";
}

.slick-next {
    right: -50px;
}

.slick-prev {
    left: -50px;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
}

.slick-dots li button {
    width: 40px;
    height: 6px;
    font-size: 0px;
    background: #cccccc;
    border: none;
    margin: 0px;
    padding: 0px;
    display: block;
}

.slick-dots li.slick-active button {
    background: #572671;
}

/*********************************** End Of Slick Slides Css ***********************************/

/*********************************** Start Of Drop Down Menu Css ***********************************/
.header-menu .sub-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100%;
    text-align: left;
    background: #ebebeb;
    width: 270px;
    border: 3px solid #ffffff;
    border-top: none;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-25px);
    z-index: 11;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.header-menu ul li:hover .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.header-menu ul li .sub-menu li {
    display: block;
    margin: 0px;
}

.header-menu ul li .sub-menu li a {
    padding: 15px;
}

/*********************************** End Of Drop Down Menu Css ***********************************/

/*********************************** Start Of Banner Css ***********************************/
.banner-box {
    position: relative;
}

.banner-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.banner-info {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: 0px auto;
    z-index: 11;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.banner-info h1 {
    font-size: 100px;
    color: #ffffff;
}

/*********************************** End Of Banner Css ***********************************/

/********************************* Start Of Header Css***************************************/
.header-top {
    background: #fff9d5;
    padding: 15px 0px;
}

.header-top-info {
    text-align: center;
}

.header-top-info p a {
    font-weight: 800;
}

.header-middle {
    background: #ffffff;
    padding: 15px 0px;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-menu ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}

.header-menu ul li a {
    text-transform: uppercase;
    display: block;
    font-size: 15px;
}

.header-menu ul li a:after {
    content: "";
    width: 0%;
    height: 2px;
    background: #572671;
    display: block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.header-menu ul li a:hover:after, .header-menu ul .active a:after {
    width: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.header-menu ul li a:hover, .header-menu ul .active a {
    color: #572671;
}

.header-button {
    padding-left: 10px;
}

.header-bottom {
    padding: 10px 0px;
}

.search-box {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

.search-box .button {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px 20px;
    border-radius: 0px 10px 10px 0px;
}

.fixed-header .header-top {
    display: none;
}

.fixed-header .header-bottom {
    display: none;
}

/********************************* End Of Header Css***************************************/

/********************************* Start Of Home Pages Css***************************************/
.hero-box {
    position: relative;
}

.hero-slider {
    display: flex;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    max-width: 100%;
    height: 800px;
    object-fit: cover;
    margin: 0 auto;
}

.hero-info {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 90%;
    padding: 0 10px;
    box-sizing: border-box;
}


.upcoming-event-box {
    background: #F1EDF3;
    border: 1px solid #ccbdd4;
    position: relative;
    border-radius: 30px;
    margin: 15px 0px;
}

.upcoming-event-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 30px 30px 0px 0px;
}

.upcoming-event-info {
    background: #F1EDF3;
    padding: 20px;
    border-radius: 0px 0px 30px 30px;
}

.upcoming-event-date-title {
    display: flex;
    align-items: center;
}

.upcoming-event-date {
    width: 65px;
    background: #A3D1CC;
    border-radius: 15px;
    text-align: center;
    padding: 3px;
}

.upcoming-event-date strong {
    font-size: 18px;
    color: #fff;
    display: block;
}

.upcoming-event-date span {
    font-size: 26px;
    font-weight: bold;
    display: block;
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
}

.upcoming-event-title {
    width: calc(100% - 65px);
    padding-left: 15px;
}

.upcoming-event-badge {
    position: relative;
}

.upcoming-event-badge h6 {
    font-size: 13px;
    color: #ffffff;
    position: absolute;
    right: -53px;
    top: 25px;
    background: #FFAF24;
    padding: 10px 30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -moz-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -ms-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -o-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
}

.upcoming-event-badge:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 13px solid #a83a00;
    position: absolute;
    right: 110px;
    top: -12px;
}

.upcoming-event-badge:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-left: 12px solid #a83a00;
    border-bottom: 13px solid transparent;
    position: absolute;
    right: -12px;
    bottom: -135px;
}

.upcoming-event-box:hover {
    background: #572671;
}

.upcoming-event-box:hover .upcoming-event-info {
    background: #572671;
}

.upcoming-event-box:hover .upcoming-event-info * {
    color: #F1EDF3;
}

.upcoming-event-box:hover .upcoming-event-date span {
    background: #572671;
}

.upcoming-event-box:hover .upcoming-event-detail .button {
    background: #F1EDF3;
    color: #572671;
}

.upcoming-news-box {
    background: #F1EDF3;
    padding: 10px;
    border-radius: 20px;
    margin: 15px 0px;
}

.upcoming-news-image {
    background: #ffffff;
    border: 1px solid #D6E0FF;
    padding: 8px;
    border-radius: 20px;
}

.upcoming-news-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

.upcoming-news-info {
    padding: 20px;
}

.upcoming-news-box:hover {
    background: #572671;
}

.upcoming-news-box:hover .upcoming-news-info h6 {
    color: #A3D1CC;
}

.upcoming-news-box:hover .upcoming-news-info h4 {
    color: #ffffff;
}

.upcoming-news-box:hover * {
    color: #ffffff;
}

.upcoming-news-box:hover .upcoming-news-info .button {
    color: #572671;
    background: #F1EDF3;
    border-color: #D6E0FF;
}


.upcoming-news-badge {
    position: relative;
}

.upcoming-news-badge h6 {
    font-size: 15px;
    color: #ffffff;
    position: absolute;
    right: -49px;
    top: 37px;
    background: #FFAF24;
    padding: 10px 30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -moz-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -ms-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -o-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
}

.upcoming-news-badge:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #a83a00;
    position: absolute;
    right: 131px;
    top: -6px;
}

.upcoming-news-badge:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-left: 15px solid #a83a00;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: -5px;
    bottom: -158px;
}


.who-we-are-info {
    background: #ffffff;
    border-radius: 50px;
    text-align: center;
    padding: 50px;
}

.video-bg {
    background: #f9f3fc;
}

.video-col {
    padding: 15px 50px;
}

.video-box {
    padding: 8px;
    background: #fffbe1;
    border: 1px solid #fff08a;
    border-radius: 20px;
    position: relative;
    opacity: 0.5;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 14%);
}

.video-slider .slick-center .video-box {
    opacity: 1;
    background: #ffffff;
    border-color: #eaeaea;
}

.video-slider .slick-center .video-box .video-link {
    display: block;
}

.video-slider .slick-prev {
    left: 0px;
    background-color: #FFFFFF;
}

.video-slider .slick-next {
    right: 0px;
    background-color: #FFFFFF;
}

.partner-box {
    border: 2px solid #d9d9d9;
    border-radius: 15px;
    padding: 20px;
}

.partner-box img {
    width: 200px;
    height: 100px;
    object-fit: contain;
    margin: 0px auto;
}

.partner-box:hover {
    border-color: #572671;
}


/********************************* End Of Home Pages Css***************************************/

/********************************* Start Of Footer Css***************************************/
.footer-bg {
    background: url(../images/Footer-Bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer-top {
    padding: 50px;
    border-radius: 30px;
    margin-bottom: -20px;
}

.footer-subscribe-newsletter-info {
    padding-bottom: 10px;
}

.footer-subscribe-newsletter-form .form-button {
    position: relative;
    display: inline-block;
}

.footer-subscribe-newsletter-form .form-button button {
    position: relative;
    font-size: 24px;
    width: 65px;
    height: 60px;
    border: none;
    border-radius: 10px;
}

.save-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-52%, -65%);
    color: #FFFFFF;
    font-size: 30px;
    pointer-events: none;
}

.footer-box {
    padding: 80px 0px;
}

.footer-title {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-logo {
    padding-bottom: 30px;
}

.footer-logo img {
    max-width: 260px;
}

.footer-menu ul li + li {
    margin-top: 10px;
}

.footer-menu ul li a {
    color: #bfbbc1;
}

.footer-menu ul li a:hover {
    color: #D6E0FF;
    margin-left: 5px;
}

.footer-contact {
    padding: 0% 10%;
}

.footer-contact ul li {
    padding-left: 50px;
    position: relative;
}

.footer-contact ul li + li {
    margin-top: 35px;
}

.footer-contact ul li a i {
    font-size: 30px;
    color: #A3D1CC;
    position: absolute;
    left: 0px;
    top: -5px;
}

.footer-contact ul li i {
    font-size: 30px;
    color: #A3D1CC;
    position: absolute;
    left: 0px;
    top: -5px;
}

.footer-contact ul li a {
    color: #ffffff;
}

.footer-contact ul li {
    color: #ffffff;
}


.footer-contact ul li a span {
    font-size: 18px;
}

.footer-contact ul li a strong {
    font-size: 20px;
}

.footer-contact ul li a strong en {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #bfbbc1;
}

.footer-contact ul li a:hover {
    color: #fb6a0d;
}

.social-media li {
    display: inline-block;
}

.social-media li a {
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #A3D1CC;
    border-radius: 100%;
    display: block;
}

.social-media li a:hover {
    background: #A3D1CC;
    border-color: #A3D1CC;
}

.footer-bottom {
    padding: 15px 0px;
    border-top: 1px solid #56415e;
}

.copyright-info {
    display: flex;
    justify-content: space-between;
}

.copyright-info div a:hover {
    color: #A3D1CC;
}


.copyright-info p {
    color: #bfbbc1;
}

/********************************* End Of Footer Css***************************************/

/********************************* Start Of Account Pages Css***************************************/
.account-bg {
    background: linear-gradient(to bottom, #f1ecf3 0%, #ffffff 50%);
    background: -webkit-linear-gradient(to bottom, #f1ecf3 0%, #ffffff 50%);
    background: -moz-linear-gradient(to bottom, #f1ecf3 0%, #ffffff 50%);
    background: -ms-linear-gradient(to bottom, #f1ecf3 0%, #ffffff 50%);
    background: -o-linear-gradient(to bottom, #f1ecf3 0%, #ffffff 50%);
}

.account-menu {
    background: #D6E0FF;
    padding: 10px;
    border-radius: 15px;
}

.account-menu ul li a {
    padding: 15px 20px;
    background: #ffffff;
    display: block;
    border-bottom: 1px solid #cccccc;
}

.account-menu ul li:first-child a {
    border-radius: 10px 10px 0px 0px;
}

.account-menu ul li:last-child a {
    border-radius: 0px 0px 10px 10px;
    border-bottom: none;
}

.account-menu ul li a i {
    color: #A3D1CC;
    font-size: 20px;
    margin-right: 5px;
}

.account-menu ul .active a {
    font-weight: bold;
    background: #f5f5f5;
}

.accordion-box {
    margin-bottom: 30px;
    padding: 20px;
    background: #fafafa;
    border-radius: 20px;
}

.accordion-bg {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
}

.accordion-title a {
    font-size: 23px;
    color: #000000;
    font-weight: 700;
    position: relative;
    display: block;
    padding: 25px;
    background: #e8e8e8;
    border: 1px solid #cccccc;
    border-radius: 15px;
}

.accordion-title a:after {
    content: "\F282";
    font-family: bootstrap-icons;
    color: #000000;
    position: absolute;
    right: 20px;
    top: 25px;
}

.accordion-box.active {
    background: #ededf6;
}

.accordion-box.active .accordion-title a {
    color: #ffffff;
    background: #572671;
    border-radius: 20px 20px 0px 0px;
}

.accordion-box.active .accordion-title a:after {
    content: "\F286";
    color: #ffffff;
}

.accordion-info table {
    border-radius: 0px 0px 20px 20px;
}

.accordion-info table tr td i {
    font-size: 30px;
    line-height: 1.1;
}

/********************************* End Of Account Pages Css***************************************/

/********************************* Start Of Event Single Pages Css***************************************/
.event-single-top {
    background: #311440;
    padding-top: 60px;
}

.event-single-info ul li {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.event-single-info ul li a{
    color: #ffffff;
}

.event-single-info ul li + li {
    border-left: 1px solid #D6E0FF;
    margin-left: 15px;
    padding-left: 15px;
}

.event-single-info ul li i {
    font-size: 25px;
    color: #A3D1CC;
    margin-right: 10px;
}

.event-single-image {
    background: #D6E0FF;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: -60px;
    position: relative;
}

.event-single-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid #D6E0FF;
}

.event-single-detail {
    padding-top: 50px;
}

.event-single-description {
    text-align: center;
}

.event-single-location {
    text-align: center;
    padding: 50px 0px;
    max-width: 750px;
    margin: 0px auto;
}

.event-single-location iframe {
    width: 100% !important;
    height: 400px !important;
    background: #ffffff;
    border-radius: 20px;
    padding: 15px;
    border: 1px solid #9794c9 !important;
    outline: 10px solid #dcdbed;
    margin: 30px 0px;
}

.event-single-location ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 15px;
}

.event-single-location ul li:last-child {
    display: block;
}

.event-single-location ul li i {
    font-size: 20px;
    color: #A3D1CC;
}

.event-single-type {
    text-align: center;
}

.event-single-type ul {
    display: flex;
    align-items: center;
    margin: 20px -15px;
}

.event-single-type ul li {
    flex: 1 0 0%;
    padding: 0px 15px;
}

.event-single-type ul li p {
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #333333;
    display: block;
    border-radius: 10px;
    padding: 20px 0px;
}

.event-single-type ul li:nth-child(1) p {
    color: #ffffff;
    background: #572671;
}

.event-single-type a:hover {
    color: #ffffff;
    background: #A3D1CC;
}

.event-single-type ul li:nth-child(2) p {
    color: #572671;
    background: #efeff8;
    border-color: #572671;
}

.event-link {
    text-decoration: underline
}

.event-single-badge h6 {
    position: absolute;
    font-size: 15px;
    color: #ffffff;
    right: -69px;
    top: 25px;
    background: #FFAF24;
    padding: 10px 32px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -moz-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -ms-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -o-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
}

.event-single-badge:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 19px solid #a83a00;
    position: absolute;
    right: 111px;
    top: -19px;
}

.event-single-badge:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 23px solid transparent;
    border-left: 23px solid #a83a00;
    border-bottom: 23px solid transparent;
    position: absolute;
    right: -22px;
    bottom: 214px;
}

/********************************* End Of Event Single Pages Css***************************************/

/********************************* Start Of Event List Pages Css***************************************/
.event-box {
    background: #F1EDF3;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 30px;
}

.event-image {
    background: #ffffff;
    padding: 5px;
    border-radius: 15px;
}

.event-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}

.event-badge {
    position: relative;
}

.event-badge h6 {
    font-size: 13px;
    color: #ffffff;
    position: absolute;
    right: -75px;
    top: 4px;
    background: #FFAF24;
    padding: 10px 32px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -moz-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -ms-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -o-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
}

.event-badge:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #a83a00;
    position: absolute;
    right: 91px;
    top: -34px;
}

.event-badge:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-left: 13px solid #a83a00;
    border-bottom: 13px solid transparent;
    position: absolute;
    right: -34px;
    bottom: -116px;
}

.event-icon {
    width: 80px;
    height: 80px;
    line-height: 70px;
    text-align: center;
    border: 5px solid #ffffff;
    background: #A3D1CC;
    border-radius: 100%;
    margin-top: -40px;
    margin-left: 40px;
    position: relative;
}

.event-icon img {
    width: 30px;
}

.event-info {
    padding-top: 15px;
}

.event-info p {
    margin: 15px 0px;
}

.event-info ul {
    margin-bottom: 20px;
}

.event-info ul li {
    padding-left: 30px;
    position: relative;
}

.event-info ul li + li {
    margin-top: 15px;
}

.event-info ul li i {
    font-size: 17px;
    color: #A3D1CC;
    position: absolute;
    left: 0px;
    top: 0px;
}

.details-button .button {
    background: #f0f0f0;
    border: 2px solid #c4c4c4;
}

.event-box:hover {
    background: #572671;
}

.event-box:hover * {
    color: #ffffff;
}

.event-box:hover .details-button .button {
    color: #ffffff;
    background: #431b54;
    border-color: #ab61cb;
}

.event-box:hover .event-info ul li i {
    color: #A3D1CC;
}

.event-filter-row {
    padding: 40px 0px;
    margin: 0px -10px;
}

.event-filter-row {
    display: flex;
    justify-content: center;
}

.event-filter-col {
    padding: 0px 10px;
}

.event-filter-box {
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0px 30px;
}

.event-filter-box select {
    width: 200px;
    background: none;
    border: none;
}

.event-filter-box input {
    width: 200px;
    background: none;
    border: none;
}

/********************************* End Of Event List Pages Css***************************************/

/********************************* Start Of Who Are We Pages Css***************************************/
.welcome-image {
    padding-top: 15px;
}

.welcome-image img {
    border: 8px solid #ffffff;
    outline: 12px solid #D6E0FF;
    border-radius: 30px;
}

.leadership-box {
    display: flex;
    background: #f3f3f3;
    padding: 5px;
    border-radius: 10px;
    position: relative;
    margin-right: 30px;
}

.leadership-box:after {
    content: "";
    width: 2px;
    height: 60px;
    background: #d6d6d6;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -60px;
    margin: 0px auto;
}

.leadership-box + .leadership-box {
    margin-top: 60px;
}

.leadership-image {
    width: 130px;
}

.leadership-image img {
    border-radius: 10px 0px 0px 10px;
}

.leadership-info {
    width: calc(100% - 130px);
    padding-left: 20px;
    padding-top: 20px;
}

.leadership-left {
    margin-top: 190px;
    position: relative;
}

.leadership-left .leadership-box:nth-child(1) {
    width: 100%;
    background: #faefff;
    margin-right: 0px;
}

.leadership-left:nth-child(1):before {
    content: "";
    width: 130%;
    height: 2px;
    position: absolute;
    top: -20px;
    left: 47%;
    background: #d6d6d6;
}

.leadership-left .leadership-box:nth-child(1):after {
    height: 20px;
    top: -20px;
    left: -6%;
}

.leadership-right {
    margin-top: 190px;
    position: relative;
}

.leadership-right .leadership-box:nth-child(1) {
    background: #faefff;
    margin-right: 0px;
}

.leadership-right:nth-child(1):before {
    content: "";
    width: 106%;
    height: 2px;
    position: absolute;
    top: -20px;
    right: 54%;
    background: #d6d6d6;
}

.leadership-right .leadership-box:nth-child(1):after {
    height: 20px;
    top: -20px;
    left: -33px;
}

.leadership-center .leadership-box:nth-child(1) {
    background: #D6E0FF;
}

.leadership-center .leadership-box:nth-child(1):after {
    display: none;
}

.leadership-center .leadership-box:nth-child(2) {
    background: #faefff;
}

.filter-box, .structure-box {
    background: #F1EDF3;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 30px;
}

.structure-box:hover {
    background: #572671;
}

.structure-box:hover * {
    color: #ffffff;
}

.structure-box:hover .structure-info .button {
    color: #ffffff;
    background: #431b54;
    border-color: #ab61cb;
}

.structure-box:hover .structure-info ul li i {
    color: #A3D1CC;
}

.structure-image {
    background: #ffffff;
    border: 1px solid #D6E0FF;
    padding: 5px;
    border-radius: 15px;
}

.structure-image img {
    width: 100%;
    height: 200px;
    object-fit: scale-down;
    border-radius: 15px;
}

.structure-info {
    padding-top: 15px;
}

.structure-info p {
    margin: 15px 0px;
}

.structure-info ul {
    margin-bottom: 20px;
}

.structure-info ul li {
    padding-left: 30px;
    position: relative;
}

.structure-info ul li + li {
    margin-top: 15px;
}

.structure-info ul li i {
    font-size: 17px;
    color: #A3D1CC;
    position: absolute;
    left: 0px;
    top: 0px;
}

.structure-box:hover .structure-info .button {
    color: #ffffff;
    background: #431b54;
    border-color: #ab61cb;
}

.structure-box:hover .structure-info ul li i {
    color: #A3D1CC;
}

.structure-single-top {
    background: #311440;
    padding-top: 40px;
}

.structure-single-info ul li {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.structure-single-info ul li a {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.structure-single-info ul li + li {
    border-left: 1px solid #D6E0FF;
    margin-left: 15px;
    padding-left: 15px;
}

.structure-single-info ul li i {
    font-size: 25px;
    color: #A3D1CC;
    margin-right: 10px;
}


.structure-single-image {
    position: relative;
    background: #D6E0FF;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: -45px;
}

.structure-single-image img {
    width: 100%;
    height: 350px;
    object-fit: scale-down;
    border-radius: 20px;
    border: 1px solid #D6E0FF;
    background-color: white;
}

.structure-single-badge h6 {
    position: absolute;
    font-size: 15px;
    color: #ffffff;
    right: -69px;
    top: 25px;
    background: #FFAF24;
    padding: 10px 32px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -moz-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -ms-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -o-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
}

.structure-single-badge:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 19px solid #a83a00;
    position: absolute;
    right: 111px;
    top: -19px;
}

.structure-single-badge:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 23px solid transparent;
    border-left: 23px solid #a83a00;
    border-bottom: 23px solid transparent;
    position: absolute;
    right: -22px;
    bottom: 214px;
}

.structure-single-detail {
    padding-top: 50px;
}

.structure-single-description {
    text-align: center;
}

/********************************* End Of Who Are We Pages Css***************************************/

/********************************* Start Of News List Pages Css***************************************/

.news-box {
    background: #F1EDF3;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 30px;
}

.news-image {
    background: #ffffff;
    border: 1px solid #D6E0FF;
    padding: 5px;
    border-radius: 15px;
}

.news-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}


.news-badge {
    position: relative;
}


.news-badge h6 {
    font-size: 15px;
    color: #ffffff;
    position: absolute;
    right: -84px;
    top: 5px;
    background: #FFAF24;
    padding: 10px 32px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -moz-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -ms-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -o-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
}

.news-badge:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #a83a00;
    position: absolute;
    right: 95px;
    top: -38px;
}

.news-badge:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 18px solid transparent;
    border-left: 18px solid #a83a00;
    border-bottom: 18px solid transparent;
    position: absolute;
    right: -38px;
    bottom: -131px;
}

.tag-label {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 5px;
    font-size: 0.9em;
}


.news-icon {
    width: 80px;
    height: 80px;
    line-height: 70px;
    text-align: center;
    border: 5px solid #ffffff;
    background: #A3D1CC;
    border-radius: 100%;
    margin-top: -40px;
    margin-left: 40px;
    position: relative;
}

.news-icon img {
    width: 30px;
}

.news-info {
    padding-top: 15px;
}

.news-info p {
    margin: 15px 0px;
}

.news-info ul {
    margin-bottom: 20px;
}

.news-info ul li {
    padding-left: 30px;
    position: relative;
}

.news-info ul li + li {
    margin-top: 15px;
}

.news-info ul li i {
    font-size: 17px;
    color: #A3D1CC;
    position: absolute;
    left: 0px;
    top: 0px;
}

.news-info .button {
    background: #F1EDF3;
    border: 2px solid #c4c4c4;
}

.news-box:hover {
    background: #572671;
}

.news-box:hover * {
    color: #ffffff;
}

.news-box:hover .news-info .button {
    color: #ffffff;
    background: #431b54;
    border-color: #ab61cb;
}

.news-box:hover .news-info ul li i {
    color: #A3D1CC;
}

.news-filter-row {
    padding: 40px 0px;
    margin: 0px -10px;
}

.news-filter-row {
    display: flex;
    justify-content: center;
}

.news-filter-col {
    padding: 0px 10px;
}

.news-filter-box {
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0px 30px;
}

.news-filter-box select {
    width: 200px;
    background: none;
    border: none;
}

.news-filter-box input {
    width: 200px;
    background: none;
    border: none;
}


/********************************* End Of News List Pages Css***************************************/


/********************************* Start Of NewsDetails Pages Css***************************************/
.news-single-top {
    background: #311440;
    padding-top: 60px;
}

.news-single-info ul li {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.news-single-info ul li a {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.news-single-info ul li + li {
    border-left: 1px solid #D6E0FF;
    margin-left: 15px;
    padding-left: 15px;
}

.news-single-info ul li i {
    font-size: 25px;
    color: #A3D1CC;
    margin-right: 10px;
}


.news-single-image {
    position: relative;
    background: #D6E0FF;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: -60px;
}

.news-single-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid #D6E0FF;
}

.news-single-badge h6 {
    position: absolute;
    font-size: 15px;
    color: #ffffff;
    right: -69px;
    top: 25px;
    background: #FFAF24;
    padding: 10px 32px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -moz-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -ms-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -o-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
}

.news-single-badge:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 19px solid #a83a00;
    position: absolute;
    right: 111px;
    top: -19px;
}

.news-single-badge:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 23px solid transparent;
    border-left: 23px solid #a83a00;
    border-bottom: 23px solid transparent;
    position: absolute;
    right: -22px;
    bottom: 214px;
}

.news-single-detail {
    padding-top: 50px;
}

.news-single-description {
    text-align: center;
}

/********************************* End Of NewsDetails Pages Css***************************************/

/********************************* Start Of ToolBoxDetails Pages Css***************************************/
.document-single-top {
    background: #311440;
    padding-top: 60px;
}

.document-single-info ul li {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.document-single-info ul li a {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.document-single-info ul li + li {
    border-left: 1px solid #D6E0FF;
    margin-left: 15px;
    padding-left: 15px;
}

.document-single-info ul li i {
    font-size: 25px;
    color: #A3D1CC;
    margin-right: 10px;
}

.document-single-image {
    background: #D6E0FF;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: -60px;
    position: relative;
}

.document-single-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid #D6E0FF;
}


.document-badge h6 {
    position: absolute;
    font-size: 16px;
    color: #ffffff;
    right: -68px;
    top: 25px;
    background: #FFAF24;
    padding: 10px 32px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -moz-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -ms-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
    -o-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%, 0% 100%, 15% 0%);
}

.document-badge:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #a83a00;
    position: absolute;
    right: 107px;
    top: -18px;
}

.document-badge:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 23px solid transparent;
    border-left: 23px solid #a83a00;
    border-bottom: 23px solid transparent;
    position: absolute;
    right: -23px;
    bottom: 214px;
}

/********************************* End Of ToolBoxDetails Pages Css***************************************/


/********************************* Start of Login Page Css***************************************/

#attest {
    padding: 5px 5px;
}

#attest:checked {
    background-color: #A3D1CC;
    border: #A3D1CC;
}


.forgot-password:hover {
    color: #A3D1CC;
    text-decoration: underline;
}


#password_refresh_token_request_save, #password_update_request_save, #user_modification_save, #password_refresh_request_save {
    background-color: #A3D1CC;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding: 12px 20px;
    border: #A3D1CC;
    border-radius: 10px;
    outline: none;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    text-transform: uppercase;
}

#send-request-button[disabled=disabled], button:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

/********************************* End of Login Page Css***************************************/

/********************************* Start of Thread Page Css***************************************/

.thread-form .form-button {
    position: relative;
    display: inline-block;
}

.thread-form .form-button button {
    position: relative;
    font-size: 24px;
    width: 65px;
    height: 60px;
    border: none;
    border-radius: 10px;
}

.form-button {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.send-icon {
    position: absolute;
    right: 18px;
    top: 32px;
    transform: translateY(-50%);
    color: #FFFFFF;
    font-size: 30px;
    pointer-events: none;
}

.comment-form .form-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.comment-form .form-button button {
    position: relative;
    font-size: 24px;
    width: 55px;
    height: 50px;
    border: none;
    border-radius: 10px;
}

.comment-icon {
    position: absolute;
    right: 15px;
    top: 26px;
    transform: translateY(-50%);
    color: #FFFFFF;
    font-size: 25px;
    pointer-events: none;
}
.comment {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.comment-content {
    flex-grow: 1;
}

.card {
    border-radius: 10px;
}

.card-body {
    padding: 1.5rem;
}

.card-comment-body {
    padding: 1rem;
}

.avatar {
    border-radius: 50%;
    background-color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle i {
    color: #572671;
}


.dropdown-menu {
    min-width: 150px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}

.emoji-button {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding: 10px 15px;
    border: none;
    outline: none;
    display: inline-block;
    background-color: #F1EDF3;
}

emoji-picker {
    width: 100%;
    height: 300px;
}

#emoji-picker-container {
    position: relative;
    border: 1px solid #ccc;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.textarea-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.textarea-container .mb-3 {
    width: 100%;
}

#post_content {
    flex-grow: 1;
}

.emoji-picker-container {
    position: relative;
    display: flex;
    align-items: center;
}

.emoji-button {
    font-size: 1.5rem;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin-right: 10px;
    margin-left: 10px;
}

#emoji-picker-popup {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 10;
}

/********************************* End of Thread Page Css***************************************/

/********************************* Start of Meet Up Registration Css***************************************/

.bs-stepper-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-appearance: radio;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 10px;
}

.choice-inline, .form-check {
    display: inline-block !important;
    margin-right: 15px;
}

.form-check-label {
    font-size: 16px;
}

fieldset {
    display: none;
}

#meet_up_registration_submit {
    background-color: #572671;
    border: #572671;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 10px;
    outline: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    color: #FFFFFF;
}

.bs-stepper-circle {
    background-color: #A3D1CC !important;
    color: #fff;
}

/********************************* End of Meet Up Registration Css***************************************/

/********************************* Start of Wysiwyg Css***************************************/

.PlaygroundEditorTheme__ul {
    list-style-type: disc !important;
    margin-left: 20px !important;
    padding-left: 20px !important;
}

.PlaygroundEditorTheme__li {
    font-size: 20px !important;
}

.PlaygroundEditorTheme__ol1 {
    list-style-type: decimal !important;
    margin-left: 20px !important;
    padding-left: 20px !important;
}

.PlaygroundEditorTheme__listItem {
    font-size: 20px !important;
}

.ts-wrapper {
    height: 100% !important;
}

.ts-control {
    height: 100% !important;
    min-height: 100% !important;
    align-items: center;
}

.ts-wrapper input {
    height: unset;
    width: unset;
}

.tom-select-large-container {
    height: 60px !important;
}

.accordion-button:not(.collapsed) {
    background-color: #572671;
    color: #fff;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.meetups-table thead th {
    background-color: #572671 !important;
}

.users-table thead th {
    background-color: #572671 !important;
}

a[aria-expanded="true"] .arrow:before {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

a[aria-expanded="false"] .arrow:before {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}