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: "Rubik", serif;
    position: relative;
}
.main-bg:before {
    content: "";
    background: url(../images/bg-1.png);
    background-size: auto;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
}
.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: #bb2025;
    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: 500;
    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;
    transition: all 0.3s ease 0s;
}
.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: 310px;
    object-fit: cover;
    border: 2px solid #bb2025;
    background: #eee;
    border-radius: 0 0 10px 10px;
}
.body-section h4 {
    font-size: 14px;
    font-weight: 400;
    background: #bb2025;
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    padding: 10px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.main-heading-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #bb2025;
    padding: 10px 10px;
    margin-bottom: 15px;
    border-radius: 6px;
}
.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: 6px;
    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;
    position: relative;
}
footer:before {
    content: "";
    background: url(../images/get-four-shape-1.webp) center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.1;
}
.item-link a {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    padding-right: 10px;
    border-right: 1px solid #ffffff;
    position: relative;
}
.item-link a:hover {
    color: #bb2025;
}
footer .header-social-list-icon:hover {
    color: #bb2025;
    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;
    position: relative;
}
.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: #bb2025;
    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: #bb2025;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
}
.arrow-btn:hover {
    background: #bb2025;
    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: #bb2025;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 5px 5px 5px;
    font-weight: 400;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.other-pages a {
    display: block;
    margin-bottom: 5px;
}
.other-pages img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background: #bb2025;
    padding: 2px 2px;
    border-radius: 0 0 10px 10px;
}
.other-pages {
    height: 1255px;
    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: #bb2025;
}
.cms-section p, .cms-section a {
    font-size: 14px;
    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: 30px;
    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;
}
.page-box {
    background: #ffffff;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.page-box a {
    position: relative;
    color: #545454;
    font-size: 13px;
    margin: 0 !important;
    padding: 0 10px;
}
.page-box a i {
    font-size: 12px;
}
.page-box .active:after {
    content: "";
    width: 90%;
    height: 93%;
    position: absolute;
    right: 2px;
    top: 1px;
    background: #bb2025;
}
.page-box .active {
    color: #ffffff;
}
.page-box .active span {
    color: #fff;
    position: relative;
    z-index: 1;
}
.page-box a:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #d9d9d9;
}
.page-box a:last-child:before {
    width: 0;
    opacity: 0;
    display: none;
}
.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: #bb2025;
    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: #bb2025;
    background: #ffffff;
}
.top-info a i {
    margin-right: 4px;
    color: #bb2025;
}
.ads-area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.stickyexample {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}
.about-section {
    display: grid;
    width: 100%;
    grid-column-gap: 30px;
    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;
    border-radius: 10px;
}
.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: #bb2025;
    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: #bb2025;
    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);
}
.date-box input {
    background: #ffffff;
    color: #bb2025;
    border: 0;
    padding: 0 10px;
    width: 135px;
    height: 30px;
    border-radius: 4px;
    user-select: none;
    font-weight: 500;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(../images/calendar-2.png) no-repeat center;
    width: 16px;
    height: 16px;
    position: relative;
    top: -0.5px;
    background-size: contain;
    cursor: pointer;
}
.body-section a {
    margin-bottom: 15px;
    display: block;
}
.cms-section {
    background: #ffffff;
    padding: 20px;
}
/*------ contact start ------*/

.home-contact-map iframe {
    height: 100%;
    filter: grayscale(100%);
    border: 0 solid #eff2f5;
    width: 100%;
    transition: all 0.5s ease;
    margin-bottom: 0;
}
.form-control:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}
.home-contact-map:hover iframe {
    filter: grayscale(0);
}
.contact-box-inline {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    background: #bb2025;
    margin: 20px 0;
}
.contact-box-inline .main-btn:hover {
    background: #000000;
    color: #ffffff;
}
.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: 36px;
    background: #bb20250f;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #bb2025;
}
.contact-info-content p, .contact-info-content a {
    color: #525252;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
}
.contact-form label {
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
    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: #000000;
    font-weight: 600;
    margin-bottom: 5px;
}
.home-contact-info-items {
    border: 1px solid #eeeeee;
    padding: 30px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(174, 181, 206, 0.09);
    margin-bottom: 0;
    position: relative;
    justify-content: center;
    flex-direction: row;
    gap: 15px;
    background: #fff;
}

/*------ contact end ------*/


footer:before {
    content: "";
    background: url(../images/get-four-shape-1.webp) center no-repeat;
    background-size: contain;
    background-position: bottom;
    opacity: 0.1;
}
.paper-btn {
    display: none;
}