body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 20px;
    font-family: "Nunito Sans", sans-serif;
    position: relative;
}
.main-bg:before {
    content: "";
    background: url(../images/bg-1.png);
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.1;
}
.top-header {
    background: #fff;
    padding: 10px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a, button {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.btn-1 {
    background: #e40613;
    color: #ffffff;
}
.btn-1:hover {
    background: #000000;
    color: #ffffff;
}
.btn-2 {
    background: #000000;
    color: #ffffff;
}
.btn-2:hover {
    background: #ffffff;
    color: #000000;
}
.btn-3 {
    background: #ffffff;
    color: #000000;
}
.btn-3:hover {
    background: #000000;
    color: #ffffff;
}
.main-btn {
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    padding: 0 20px;
    letter-spacing: .2px;
    border-radius: 30px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.logo-desk img {
    width: auto;
    height: 75px;
    margin: 5px 0;
}
.header-social-inline {
    display: flex;
    column-gap: 5px;
    align-items: center;
}
.inline-top {
    display: flex;
    align-items: center;
    justify-content: center;
}
.title {
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
}
.section-padding {
    padding: 20px 0 20px 0;
}
.main-news img {
    border: 1px solid #eee;
}
.main-news img {
    width: 100%;
    height: 100%;
}
.body-section iframe {
    width: 100%;
    height: 350px;
    border: 0;
}
.body-section .post-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border: 1px solid #eee;
    background: #eee;
    padding: 5px 5px;
}
.body-section a {
    margin-bottom: 15px;
    display: block;
}
.body-section h4 {
    font-size: 14px;
    background: #e40613;
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    padding: 10px;
    text-align: center;
}
.main-heading-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e40613;
    padding: 10px 15px;
}
.main-heading-area .right-area {
    display: flex;
    align-items: center;
}
.main-heading-area .date{
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}
.main-title {
    font-size: 16px;
    margin: 0;
    color: #fff;
    font-weight: 500;
}
.right-area .form-select {
    height: 30px;
    padding: 0 15px;
    border-radius: 0;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    width: 64px;
    outline: 0;
    cursor: pointer;
}
.right-area label {
    color: #fff;
    margin-right: 10px;
}
.form-select:focus {
    box-shadow: 0 0 #eee;
    border-color: #ffffff;
}
footer {
    background: #000000;
    padding: 20px 15px;
    text-align: center;
}
.item-link a {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    padding-right: 10px;
    border-right: 1px solid #ffffff;
}
footer .header-social-list-icon:hover {
    color: #e40613;
    background: #fff;
}
.item-link a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0 solid #ffffff;
}
.copy-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    margin-top: 10px;
}
.copy-right p, .copy-right a {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}
footer .header-social-inline {
    justify-content: center;
    margin-bottom: 10px;
}
footer .header-social-list-icon {
    width: 28px;
    height: 28px;
    background: #e40613;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    font-size: 13px;
    display: inline-block;
}
.main-news iframe {
    width: 100%;
    max-height: 100%;
    min-height: 930px;
    border: 0;
}
.arrow-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #e40613;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
}
.arrow-btn:hover {
    background: #e40613;
    color: #fff;
}
.arrow-inline{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%;
    transition: all 0.3ms ease;
}
/*.main-news:hover .arrow-inline {
    display: flex;
}*/
.other-pages h4 {
    font-size: 14px;
    line-height: 14px;
    background: #e40613;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    font-weight: 600;
    text-align: center;
}
.other-pages img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid #eee;
    background: #eee;
    padding: 5px 5px;
}
.other-pages {
    height: 1040px;
    overflow-y: scroll;
}
#scroll-style::-webkit-scrollbar {
    width: 5px;
}
#scroll-style::-webkit-scrollbar-track {
    background: #eee;
}
#scroll-style::-webkit-scrollbar-thumb {
    background: #c8c8c8;
}
#scroll-style::-webkit-scrollbar-thumb:hover {
    background: #e40613;
}
.cms-section p, .cms-section a {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 15px;
}
.cms-section b, .cms-section strong {
    font-weight: 700;
}
.cms-section h1, .cms-section h2, .cms-section h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}
.cms-section h4, .cms-section h5, .cms-section h6 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}
.header-top-section {
    padding: 5px 0;
    background: #f3f3f3;
}
.header-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-info a {
    color: #000000;
    font-size: 14px;
    margin-right: 15px;
}
.header-social-inline {
    display: flex;
    column-gap: 3px;
    align-items: center;
}
.header-social-inline li {
    color: #000000;
    font-size: 14px;
}
.header-top-section .header-social-list-icon {
    width: 24px;
    height: 24px;
    color: #ffffff;
    border: 0 solid #ffffff;
    background: #e40613;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    font-size: 10px;
    display: inline-block;
}
.header-top-section .header-social-list-icon:hover {
    color: #e40613;
    background: #ffffff;
}
.top-info a i {
    margin-right: 4px;
}
.ads-area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.stickyexample {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

/*--- blog start ---*/
.blog-grid {
    display: grid;
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 35px;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}
.event-date span {
    color: #fff;
    font-size: 46px;
    line-height: 45px;
    font-weight: 800;
    display: block;
}
.event-date {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
    background: #e40613;
    border: 2px solid #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
.blog-item .blog-img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.auth-area img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.blog-content {
    box-shadow: 0 0 4px 3px #00000008;
    margin-top: -65px;
    background: #fff;
    position: relative;
    padding: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: 130px;
}
.blog-content h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    display: -webkit-box;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.blog-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    position: absolute;
    width: 89%;
    bottom: 15px;
}
.auth-area {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}
.blog-content p {
    display: -webkit-box;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    font-size: 14px;
    line-height: 20px;
}
.blog-link {
    font-weight: 600;
    color: #e40613;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.blog-link:hover{
    color: #000000;
}
.blog-date {
    padding-top: 5px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #e40613;
    width: 90px;
    height: 70px;
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.blog-item:hover .play-btn {
    opacity: 1;
    visibility: visible;
}
.play-btn-icon {
    height: 34px !important;
}
.play-btn {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all .3s ease;
    top: 50%;
    left: 50%;
    transform: translate(-25px, -25px);
}
.blog-date span{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    padding-top: 5px;
}
.inner-service-section {
    display: grid;
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.sub-head {
    color: #e40613;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.event-time-location {
    color: #e40613;
    margin-bottom: 10px;
    font-size: 16px;
}
.inner-text h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.inner-text {
    margin-top: 30px;
}
.inner-text p {
    margin-bottom: 15px;
}
.inner-service-content-area .main-head {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 700;
}

/*--- blog end ---*/

.right-menu a {
    background: #000000;
}
.category-text {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #05c46b;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.category-text.bg1 {
    background: #05c46b;
}
.category-text.bg2 {
    background: #575fcf;
}
.category-text.bg3 {
    background: #0fbcf9;
}
.category-text.bg4 {
    background: #8e44ad;
}
.category-text.bg5 {
    background: #3B3B98;
}
.category-text.bg6 {
    background: #ffa502;
}
.category-text.bg7 {
    background: #B53471;
}
.category-text.bg8 {
    background: #f53b57;
}
.category-text.bg9 {
    background: #be2edd;
}
.category-text.bg10 {
    background: #6ab04c;
}
.blog-item a {
    display: block;
}
.inner-service-content-area .category-text {
    position: relative;
    width: fit-content;
    right: 0;
    top: 0;
    margin-bottom: 10px;
}
.about-section {
    display: grid;
    width: 100%;
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.about-img-area img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.benefit-list li:before {
    content: "\f058";
    font-weight: 600;
    font-family: "Font Awesome 6 Pro";
    color: #20bd74;
    position: absolute;
    left: 0;
}
.benefit-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}
.about-section-text .main-head {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 700;
}
.main-head {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 700;
}
.link_head {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 10px 15px;
    color: #ffffff;
    background: var(--primary-color);
    display: block;
    text-align: center;
}
.link_head:hover {
    color: #ffffff;
    background: #3a3a3a;
}
.location-btn {
    margin-top: 12px;
}
.location-btn img {
    height: 36px;
}
.location-btn a {
    display: flex;
    align-items: center;
}
.location-btn a span {
    color: #fff;
    background: var(--primary-color);
    padding: 5px 10px;
    margin-left: 5px;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    transition: var(--transition);
}
.location-btn a span i {
    transition: var(--transition);
    transform: translateX(0px);
}
.location-btn a:hover span {
    background: #3a3a3a;
}
.location-btn a:hover span i {
    transform: translateX(6px);
}
.home-contact-map iframe {
    height: 100%;
    filter: grayscale(100%);
    border: 0 solid #eff2f5;
    width: 100%;
    transition: var(--transition);
    margin-bottom: 0;
}
.home-contact-map:hover iframe {
    filter: grayscale(0);
}
.contact-box-inline {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    background: #e40613;
    margin: 20px 0;
}
.container-info .home-contact-info {
    gap: 20px;
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}
.container-info .home-contact-info-icon i {
    font-size: 20px;
    background: #e40613;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.contact-info-content p, .contact-info-content a {
    color: #ffffff;
    line-height: 22px;
    font-size: 14px;
    margin: 0;
    word-break: break-all;
}
label {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
}
.contact-form label {
    color: #fff;
}
.contact-form {
    border-radius: 0;
    padding: 40px;
}
.contact-form .form-control {
    font-size: 14px;
    border: 1px solid #ece9e3;
    height: 45px;
    border-radius: 0;
    padding: 5px 10px;
    background: #fff;
}
.form-group {
    margin-bottom: 15px;
}
.contact-form textarea.form-control {
    height: 100px;
}
.contact-info-content h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
}
.home-contact-info-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    background: #000;
    padding: 30px;
}
.contact-info-content {
    text-align: center;
}
.footer-social-inline h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    top: 2px;
}
.home-contact-info .footer-social-inline {
    display: flex;
    column-gap: 8px;
    margin-top: 0;
    align-items: center;
}





