@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

/* 

    font-family: 'Alex Brush', cursive;
    font-family: 'Poppins', sans-serif;

 */
* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

:root {
    --primary-color: #FF0000;
    --secondary-color: #1F3B48;
    --matte-black: #222;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

hr {
    margin: 0;
    opacity: 1;
    background-color: #ddd;
}

a,
a:hover {
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--matte-black);
    font-weight: 400;
    margin-bottom: 10px
}

.p-60 {
    padding: 60px;
}

.p-80 {
    padding: 80px;
}

.p-100 {
    padding: 100px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.px-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.px-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.px-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
}

section {
    position: relative;
}

.btn-page {
    padding: 10px 50px;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 600;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
}

.btn-page i {
    vertical-align: middle;
    font-size: 18px;
    margin-left: 10px;
}

.btn-page:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.btn-page.black-btn {
    padding: 8px 30px;
    background: var(--matte-black);
    border: 1px solid var(--matte-black);
    color: #fff;
}

.btn-page.black-btn i {
    vertical-align: middle;
    margin-left: 10px;
}

.btn-page.black-btn:hover {
    background: transparent;
    color: var(--matte-black);
}

/* header */
.main-header {
    background-color: #000;
    padding: 20px 0;
    position: relative;
    z-index: 9;
}

.main-header .contactbox {
    position: relative;
    padding-left: 50px;
    width: max-content;
    display: block;
}

.main-header .contactbox i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #404040;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}

.main-header .contactbox span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.main-header .contactbox a {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}
.main-header .contactbox a:hover{
    color: #fff;
}
.main-header .main-box .navbar-nav {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row
}

.main-header .main-menu ul li {
    margin-right: 20px;
    position: relative
}

.main-header .main-menu ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--matte-color);
    display: block;
    padding: 15px 0;
    text-transform: capitalize
}
.main-header .main-menu ul li a:hover{
    color: var(--primary-color);
}
.main-header .logo-box {
    text-align: center;
}

.main-header .logo-box img {
    height: 60px;
}

.main-header .header-box {
    border-radius: 8px;
    background: #FFF;
    backdrop-filter: blur(12px);
    margin-top: 20px;
}

.main-header .header-lower {
    display: flex;
    align-items: stretch;
    padding-left: 25px;
}

.main-header .header-lower .btn-header {
    margin-left: auto;
}

.main-header .header-lower .btn-call {
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 0 8px 8px 0;
    clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%);
    background-color: var(--primary-color);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 30px 10px 65px;
}

.main-header .main-menu ul li.current_page_item a {
    color: var(--primary-color)
}

.main-header .main-box .navbar-nav li.menu-item-has-children>a {
    padding-right: 20px
}

.main-menu .navigation>li.menu-item-has-children a:after {
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -8px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    font-weight: 900;
    color: #666;
    z-index: 5
}

.main-menu .navigation>li.menu-item-has-children ul li a:after {
    content: unset
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: -15px;
    background-color: #fff;
    border-radius: 2px;
    padding: 0;
    opacity: 0;
    z-index: 999;
    width: max-content;
    min-width: 250px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
    box-shadow: 0px 7px 10px -1px rgb(0 0 0/20%);
    visibility: hidden
}

.main-menu .navigation>li.menu-item-has-children ul>li>a {
    padding: 8px 14px !important;
    display: block;
    line-height: 25px !important;
    color: #454545;
    transition: all .5s ease
}

.main-menu .navigation>li.menu-item-has-children ul>li>a:hover {
    padding-left: 46px !important;
    background: var(--primary-color);
    color: #fff !important
}

.main-menu .navigation>li.menu-item-has-children ul>li>a:before {
    position: absolute;
    content: "\f061";
    left: 30px;
    right: inherit;
    top: 8px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    transition: .5s;
    opacity: 0;
    color: #fff !important;
    transition: all .5s ease
}

.main-menu .navigation>li.menu-item-has-children>ul>li>a:before {
    position: absolute;
    content: "\f061";
    left: 30px;
    right: inherit;
    top: 8px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    transition: .5s;
    opacity: 0;
    color: #3f3f3f;
    transition: all .5s ease
}

.main-menu .navigation>li.menu-item-has-children ul>li>a:hover:before {
    opacity: 1
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px inset #d4d4d459;
    display: block
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: 0 inset #454545
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 100%;
    background-color: #fff;
    border-radius: 2px;
    padding: 0;
    width: max-content;
    min-width: 200px;
    margin-top: -40px;
    opacity: 0;
    z-index: 999;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
    box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2)
}

.main-menu .navigation>li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    transform: translate(0px)
}

.main-menu .navigation li.menu-item-has-children ul>li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    transform: translate(0px)
}

.main-menu .navigation>li.menu-item-has-children ul>li {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    border-bottom: 1px inset #d4d4d459;
    display: block
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 99;
    background: rgba(255, 255, 255, .952941);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
    border-bottom: 2px solid #253674
}
.sticky-header .sticky-nav{
    display: flex;
    align-items: center;
justify-content: space-between;
}
.main-header .sticky-header .btn-header {
    margin-left: auto;
}
.main-header .sticky-header .btn-call {
    display: inline-block;
    align-items: center;
    /* height: 100%; */
    border-radius: 5px;
    /* clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%); */
    background-color: var(--primary-color);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
}
.sticky-header .main-box {
    display: flex;
    align-items: stretch;
    gap: 20px;
    padding-left: 0 !important
}

.sticky-header .main-box .logo-box {
    border: 0;
    max-width: 200px;
    padding: 10px
}

.sticky-header .main-box .main-menu {
    margin-left: auto
}

.sticky-header .main-menu ul li {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right:15px;
}

.mobile-header {
    position: relative;
    padding: 13px 15px;
    display: none;
    z-index: 99
}

.mobile-header:after {
    display: table;
    clear: both;
    content: ""
}

.mobile-header .logo {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 !important;
    left: 0
}

.mobile-header .logo img {
    max-height: 50px
}

.mobile-header .nav-outer {
    position: relative;
    float: right;
    /* margin-left: auto */
}

.mobile-header .outer-box {
    position: relative;
    float: right
}

.mobile-header .search-box {
    margin: 0
}

/* header end */
/* home banner */
.home-banner {
    height: 100%;
    position: relative;
}

.home-banner .banner-area {
    width: 100%;
    height: 500px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 60px 0;
    display: flex;
    align-items: center;
}

.home-banner .banner-area .banner-content {
    text-align: center;
}

.home-banner .banner-area .banner-content h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.home-banner .banner-area .banner-content h1,
.home-banner .banner-area .banner-content h2 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
}

.home-banner .banner-area .banner-content .btn-group {
    margin-top: 20px;
    gap: 20px;
}

.home-banner .banner-area .banner-content .btn-group .btn-page:first-child {
    background: #222;
    border-color: #222;
    color: #fff;
}

.home-banner .banner-area .banner-content .btn-group .btn-page:last-child {
    background: #fff;
    border-color: #fff;
    color: var(--primary-color);
}

/* end */
.owl-theme .owl-dots .owl-dot span {
    background: #ddd;
    width: 30px;
    height: 5px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--primary-color);

}

.page-title {
    margin-bottom: 30px;
    text-align: center;
}

.page-title .sub-title {
    font-size: 34px;
    color: #444444;
    font-weight: 400;
    position: relative;
    line-height: 1;
    margin: 0;
    font-family: 'Alex Brush';
}

.page-title .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5;
    text-transform: capitalize;
    color: var(--secondary-color);
}

.page-title .title span {
    color: var(--primary-color);
}

.page-title p {
    margin-top: 10px;
}

/* Content Gird */
.content-grid {
    padding: 60px 0;
    position: relative;
}

.content-grid .grid-image {
    width: 100%;
    height: 100%;
}

.content-grid .grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.content-grid .content-body .title {
    font-size: 34px;
    color: #444444;
    font-weight: 400;
    position: relative;
    line-height: 1;
    margin: 0;
    font-family: 'Alex Brush';
}

.content-grid .content-body h1,
.content-grid .content-body h2,
.content-grid .content-body h3,
.content-grid .content-body h4,
.content-grid .content-body h5,
.content-grid .content-body h6 {
    line-height: 1.5;
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.content-grid .content-body span {
    color: var(--primary-color);
}

.content-grid .content-body .main-heading,
.content-grid .content-body h3 {
    font-size: 30px;
}

.content-grid .content-body hr {
    margin: 15px 0;
}


.content-grid .content-body ul li {
    margin-bottom: 15px;
    color: var(--matte-black);
    position: relative;
    padding-left: 40px;
    line-height: 1.8;
}

.content-grid .content-body ul li::before {
    content: "\ea51";
    font-family: boxicons !important;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    left:10px;
    color: var(--primary-color);
    top: 5px;

}
.content-grid .content-body ul li strong{
    color: var(--secondary-color);
    font-weight: 600;
}
/* form */
.contact-form p {
    margin: 0;
    width: 100%;
    position: relative;
}

.contact-form .label {
    font-size: 16px;
    color: #1B2336;
    font-weight: 400;
    margin-bottom: 0.1rem;
}

.contact-form .form-control {
    height: 45px;
    border-radius: 5px !important;
    margin: 0 !important;
    border: 1px solid #AFB5C4;
    background: #F8FAFB;
    padding: 10px 10px 10px 45px;
    color: #1B2336BF;
    font-size: 16px;
    font-weight: 400;
}

.contact-form .form-select {
    padding-right: 30px;
    position: relative;
    background-image: url(../images/chevron-down-regular-24.png);
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: auto;
}

.contact-form .form-control:focus {
    box-shadow: none;
    border-color: #333;
}

.contact-form textarea.form-control {
    height: 100px;
}

.contact-form .form-control::placeholder {
    color: #1B2336BF;
    font-size: 14px;
    font-weight: 400;
}

.contact-form .input-group-text {
    background: 0 0;
    border: 0;
    position: absolute;
    z-index:9;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    height: 45px;
}

.contact-form .input-group-text i {
    font-size: 20px;
}

/* connect with us */
.connect-with.content-grid {
    background: url(../images/connect-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.connect-with.content-grid .btn-page{
    display: inline-flex;
    justify-content: center;
    align-items:center;
    gap: 10px;
    line-height: 1.5;
}
.connect-with.content-grid .btn-page i{
    margin: 0;
    font-size:22px;
}
/* our events */
.our-events {
    padding: 80px 0;
    background-color: #F4F5F7;
    position: relative;
}

.our-events::before {
    content: "";
    background-image: url(../images/flower.png);
    width: 400px;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
}

.our-events::after {
    content: "";
    background-image: url(../images/flower-1.png);
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.our-events .event-item {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 8px 24px 0px #959DA533;
    position: relative;
}

.our-events .event-item .image {
    width: 100%;
    height: 100%;
}

.our-events .event-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.our-events .event-item .event-content {
    position: absolute;
    bottom: 15px;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
    background: #FFFFFFE5;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.our-events .event-item .event-content h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
}

.our-events .event-item .event-content span {
    font-weight: 600;
    font-size: 14px;
}

.our-events .event-item:hover .event-content {
    opacity: 1;
}

/*biography */
.content-grid.biography .grid-image img {
    object-fit: contain;
}

.content-grid.biography .content-body ul {
    column-count: 2;
}

.content-grid.biography .content-body hr {
    border: 2px dashed var(--primary-color);
}

.content-grid.biography .content-body .bio-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

.content-grid.biography .content-body .bio-box .signature-admin {
    display: flex;
    justify-content: end;
    align-items: stretch;
    gap: 15px;
}

.content-grid.biography .content-body .bio-box .signature-admin img {
    height: 50px;
}

.content-grid.biography .content-body .bio-box .signature-admin div {
    text-align: center;
}

.content-grid.biography .content-body .bio-box .signature-admin h6 {
    margin: 0;
}

.content-grid.biography .content-body .bio-box .signature-admin p {
    margin: 0;
    font-size: 12px;
}

/* services section */
.services-section {
    padding: 60px 0;
    background: url(../images/connect-bg.png), lightgray 50% / cover no-repeat;
    background-blend-mode: multiply;
}

.services-section .arrow-left {
    position: absolute;
    left: 0;
    bottom: 100px;
}

.services-section .arrow-left img {
    width: 50px;
}

.services-section .arrow-right {
    position: absolute;
    right: 0;
    top: 100px;
}

.services-section .arrow-right img {
    width: 50px;
}

.services-section::after {
    content: "";
    background-image: url(../images/flower-1.png);
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.services-section .box-btn {
    border-radius: 100px;
    border: 1px solid #DDD;
    background: #FFF;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.services-section .box-btn p {
    margin: 0;
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 16px;
}

.services-section .box-btn .btn-page {
    border-radius: 100px;
    text-transform: capitalize;
    padding: 8px 25px;
}

.services-section .service-card {
    width: 100%;
    height: 250px;
    border-radius: 15px;
    box-shadow: 0px 8px 24px 0px #959DA533;
    position: relative;
    background-color: #fff;
    z-index: 1;
    overflow: hidden;
}

.services-section .service-card .service-image {
    width: 100%;
    height: 100%;
}

.services-section .service-card .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.services-section .service-card .service-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.services-section .service-card .service-text h4,
.services-section .service-card .service-text h4 a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

/* about section */
.about-section.content-grid .grid-image img {
    object-fit: contain;
}

.about-section .btn-group {
    gap: 15px;
    align-items: center;
}

.about-section .btn-group .helpline {
    font-weight: 600;
}

/* Appointment Area */
.appointment-area {
    padding: 80px 0;
    width: 100%;
}

.appointment-area::before {
    content: " ";
    width: 100%;
    height: 70%;
    background: url(../images/appointment-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.appointment-area .container {
    position: relative;
}

.appointment-area .page-title .sub-title {
    color: #fff;
}

.appointment-area .page-title .title {
    color: #fff;
}

.appointment-area .page-title p {
    color: #fff;
}

.appointment-area .contact-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.appointment-area .contact-details .or-box {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.appointment-area .contact-details .box-contact {
    position: relative;
    padding-left: 50px;
}

.appointment-area .contact-details .box-contact i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #404040;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}

.appointment-area .contact-details .box-contact span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.appointment-area .contact-details .box-contact a {
    color: var(--primary-color);
    font-weight: 600;
}
.appointment-area .contact-details .box-contact a:hover{
    color: #fff;
}
.appointment-area .contact-form {
    border-radius: 20px;
    border: 6px solid #FFF;
    background: #FCFCFC;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    padding: 40px 30px;
}

.appointment-area .google-form {
    border-radius: 30px;
    border: 5px solid #FFF;
    overflow: hidden;
    height: 100%;
}

.appointment-area .google-form p {
    margin: 0;
    height: 100%;
}

.appointment-area .google-form iframe {
    width: 100% !important;
    height: 400px !important;
}

/* our features */
.our-features {
    background: url(../images/feature-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.our-features .features-list .card-features {
    width: 100%;
    max-width: 450px;
    border-radius: 10px;
    border: 1px solid #DDD;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    position: relative;
    padding: 15px 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.our-features .features-list .card-features:nth-child(2) {
    margin-left: auto;
}

.our-features .features-list .card-features:last-child {
    margin-bottom: 0;
}

.our-features .features-list .card-features .icon {
    width: 60px;
}

.our-features .features-list .card-features .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-features .features-list .card-features .content {
    width: calc(100% - 60px);
    padding-left: 20px;
}

.our-features .features-list .card-features h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--secondary-color);
}

.our-features .features-list .card-features p {
    margin-bottom: 0;
}

/* whyjoin*/
.whyjoin-section {
    padding: 60px 0;
}

.whyjoin-section .whyjoin-card {
    border-radius: 10px 10px 0 10px;
    background: #FFF;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    padding: 40px 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.whyjoin-section .whyjoin-card .icon {
    position: absolute;
    right: 12px;
    top: 15px;
}

.whyjoin-section .whyjoin-card .icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.whyjoin-section .whyjoin-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary-color);
    line-height: 1.5;
    margin-bottom: 10px;
    padding-right: 55px;
}

.whyjoin-section .whyjoin-card p {
    margin: 0;
}

.whyjoin-section .whyjoin-card .number {
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 100px;
    height: 100px;
    padding-bottom: 20px;
    padding-right: 20px;
    border-radius: 100px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.whyjoin-section .whyjoin-card .number span {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

/* testimonial */
.testimonial-section {
    padding: 60px 20px;
}

.testimonial-section .testimonial-carousel .owl-item {
    padding-top: 40px;
}
.testimonial-section .testimonial-carousel .owl-stage{
    display: flex;
    align-items: stretch;
}
.testimonial-section .testimonial-card {
    border-radius: 10px;
    background: #252525;
    padding: 40px 25px 25px;
    position: relative;
    height: 100%;

}

.testimonial-section .testimonial-card .top-star {
    position: absolute;
    top: -18px;
    right: 25px;
}

.testimonial-section .testimonial-card .top-star img {
    height: 35px;
}

.testimonial-section .testimonial-card h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}

.testimonial-section .testimonial-card p {
    color: #fff;
}
.testimonial-section .googleViewbtn:hover {
    background-color: #ff0000;
    color: #fff !important;
}
.testimonial-section .googleViewbtn {
    display: inline-flex;
    column-gap: 10px;
    padding: 7px 25px;
    font-size: 14px;
    font-weight: 600;
    color: #ff0000;
    background: #fff;
    border: 1px solid #ff0000;
    border-radius: 100px;
    margin: auto;
    align-self: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    line-height: 1.2;
    margin: 0;
}
.testimonial-section .countGoogle {
    padding: 7px 15px;
    background: #fff;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0px 8px 24px 0px #959DA533;
    margin-top: 10px;
}
.testimonial-section .countGoogle img {
    height: 26px;
    margin-right: 10px;
}
.testimonial-section .countGoogle h4 {
    padding-left: 10px;
    border-left: 1px solid #ddd;
   
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.testimonial-section .morecontent span {
    display: none;
}
.testimonial-section .morelink-2{
    font-size: 16px;
    font-weight: 400;
    display: block;
}
.testimonial-section .morelink-2 i{
    padding-left: 5px;
    font-size: 14px;
}
/* faqs */
.faq-section .btn-page {
    border-radius: 100px;
}

.faq-section .accordion-faq .accordion-item {
    margin-bottom: 15px;
}

.faq-section .accordion-faq .accordion-item {
    border: 1px solid #EDEFF2;
    border-radius: 5px;
    background-color: #fff;
}

.faq-section .accordion-faq .accordion-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--matte-black);
}

.faq-section .accordion-faq .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: #fff;
    box-shadow: none;
}

.faq-section .accordion-faq .accordion-button:focus {
    border-color: #EDEFF2;
    box-shadow: none;
}

.faq-section .accordion-faq .accordion-button::after {
    transform: rotate(270deg);
}

.faq-section .accordion-faq .accordion-button:not(.collapsed)::after {
    filter: contrast(10) brightness(0);
    transform: rotate(0);
}

.faq-section .accordion ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

.faq-section .accordion ul li::before {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    vertical-align: middle;
    font-family: boxicons !important;
    content: "\ebe6";
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    font-weight: 900;
    color: #f00;
    z-index: 5;
    left: 0;
}

.faq-section .faq-side-image {
    position: sticky;
    top: 15%;
    width: 100%;
}

.faq-section .faq-side-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.faq-section .faq-side-content{
    position: absolute;
    bottom: 0;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.faq-section .faq-side-content h4{
    font-size: 20px;
    color: #ffff;
    margin-bottom: 10px;
    line-height: 1.5;
}
/* article blogs */
.article-blogs {
    background: url(../images/blog-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.article-blogs .blogs-card {
    position: relative;
    padding: 15px 0;
}

.article-blogs .blogs-card .blog-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 30px;
}

.article-blogs .blogs-card .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.article-blogs .blogs-card .date-time {
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    top: 0px;
    left: 0;
    text-align: center;
    z-index: 999;
}

.article-blogs .blogs-card .body-content {
    padding: 20px 15px;
}

.article-blogs .blogs-card .body-content h4 {
    margin-bottom: 15px;
}

.article-blogs .blogs-card .body-content h4 a {
    font-size: 20px;
    font-weight: 700;
    color: var(--matte-black);
}

.article-blogs .blogs-card .body-content p {
    margin: 0;
}

/* sponsors section */
.sponsors-section .sponsors-grid {
    display: flex;
    justify-content: start;
    align-items: stretch;
    gap: 15px;
    flex-wrap: wrap;
}

.sponsors-section .sponsors-grid .sponsors-card {
    width: 18%;
    /* flex-grow: 1; */
    box-shadow: 0px 8px 24px 0px #959DA533;
}

.sponsors-section .sponsors-grid .sponsors-card img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

/* footer */
.m-footer {
    display: none;
}
.footer-section {
    position: relative;
    background: url(../images/footer-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 0;
}

.footer-section .footer-content {
    text-align: center;
}

.footer-section .footer-content .logo img {
    margin-bottom: 25px;
}

.footer-section .footer-content p {
    color: #fff;
}

.footer-section .footer-content .follow-us {
    padding-top: 15px;
}

.footer-section .footer-content .follow-us h4 {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 10px;
}

.footer-section .footer-content .follow-us ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-section .footer-content .follow-us ul li {
    margin: 0 10px;
}

.footer-section .footer-content .follow-us ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #2A2E2F;
    border-radius: 5px;
    font-size: 20px;
}
.footer-section .footer-content .follow-us ul li a img{
    width: 100%;
}
.footer-section .footer-bottom {
    padding: 30px 0;
}

.footer-section .footer-bottom p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.footer-section .footer-bottom .contact-details ul {
    display: flex;
    justify-content: end;
    align-items: stretch;
}

.footer-section .footer-bottom .contact-details ul li {
    position: relative;
    padding-left: 50px;
    margin-left: 20px;
}

.footer-section .footer-bottom .contact-details ul li i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--primary-color);
    border-radius: 100%;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}

.footer-section .footer-bottom .contact-details ul li span {
    display: block;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
}

.footer-section .footer-bottom .contact-details ul li a {
    color: #fff;
    font-weight: 600;
}
.footer-section .footer-bottom .contact-details ul li a:hover{
    color: var(--primary-color);
}
/* banner page */
.page-banner {
    width: 100%;
    min-height: 400px;
    padding: 60px 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    position: relative;
}
.page-banner::before{
    content: " ";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    opacity: 0.7;
}
.page-banner>.container{
    position: relative;
}
.page-banner .content-banner {
    text-align: center;
}

.page-banner .content-banner h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.page-banner .content-banner h1 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
}
.page-banner .content-banner p{
    color: #fff;
}
.page-banner .content-banner span {
    color: #fcb80b;
}

.page-banner .btn-group {
    gap: 20px;
    margin-top: 20px;
}

.page-banner .btn-group .btn-page {
    background-color: #fff;
    color: var(--primary-color);
    border-color: #fff;
}
.page-banner .btn-group .btn-page:hover{
    background-color: transparent;
    color: #fff;
}

.page-banner .btn-group .btn-page.black-btn {
    border-color: var(--matte-black);
    background-color: var(--matte-black);
    color: #fff;
}
.page-banner .btn-group .btn-page.black-btn:hover{
    background-color: transparent;
    border-color: #fff;
}
/* our mission */
.ourmission-section.content-grid .grid-image img {
    object-fit: contain;
}

.ourmission-section.content-grid .missionlist {
    margin: 20px 0;
}

.ourmission-section.content-grid .missionlist li {
    padding-left: 65px;
    margin-bottom: 20px;
}

.ourmission-section.content-grid .missionlist li::before {
    content: "";
    display: none;
}

.ourmission-section.content-grid .missionlist li img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 5px;
}

.ourmission-section.content-grid .missionlist li h4 {
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.ourmission-section.content-grid .missionlist li p {
    margin: 0;
}

/* tab section */
.tabing-section{
    padding: 60px 0px !important;
}
.tabing-section .nav-list {
    border: 0;
    justify-content: center;
    margin-bottom: 40px;
}

.tabing-section .nav-list .nav-link {
    background-color: transparent;
    border: 0;
    padding: 0 70px;
    font-weight: 600;
    font-size: 18px;
    color: var(--secondary-color);
    position: relative;
}

.tabing-section .nav-list .nav-link::before {
    content: " ";
    background-color: #949494;
    width: 50px;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.tabing-section .nav-list .nav-link::after {
    content: " ";
    background-color: #949494;
    width: 50px;
    height: 2px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.tabing-section .nav-list .nav-link.active {
    color: var(--primary-color);
}

.tabing-section .nav-list .nav-link.active::before,
.tabing-section .nav-list .nav-link.active::after {
    background-color: var(--primary-color);
}

.tabing-section .nav-list .nav-item:first-child .nav-link {
    padding-left: 0;
}

.tabing-section .nav-list .nav-item:first-child .nav-link::before {
    display: none;
}

.tabing-section .nav-list .nav-item:last-child .nav-link {
    padding-right: 0;
}

.tabing-section .nav-list .nav-item:last-child .nav-link::after {
    display: none;
}

/* type section */
.type-section {
    padding: 60px 0;
}

.type-section {
    background-image: url(../images/type-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.type-section .card-type {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}

.type-section .card-type::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, #000 -9.27%, rgba(0, 0, 0, 0.00) 59.62%);
}

.type-section .card-type .image {
    width: 100%;
    height: 100%;
}

.type-section .card-type .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.type-section .card-type h4 {
    position: absolute;
    bottom: 25px;
    left: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    z-index: 1;
}

/* banner title */
.banner-title {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-image: url(../images/section-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-title .content-box {
    text-align: center;
}

.banner-title .content-box .title {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
}

.banner-title .content-box p {
    color: #fff;
}

.banner-title .content-box .breadcrumb {
    justify-content: center;
}

.banner-title .content-box .breadcrumb .breadcrumb-item {
    font-weight: 600;
}

.banner-title .content-box .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fcb80b;
}

.banner-title .content-box .breadcrumb .breadcrumb-item a {
    color: #fff;
}
.banner-title .content-box .breadcrumb .breadcrumb-item a:hover{
    color: var(--primary-color);
}
.banner-title .content-box .breadcrumb .breadcrumb-item.active {
    color: #fcb80b;
}

/* image Gallery */
.imageGallery {
    background: #fff;
    padding: 60px 0 60px
}

.imageGallery .galleryCard {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .05);
    height: 280px;
    overflow: hidden
}

.imageGallery .galleryCard .image-pic {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: var(--primary-color);
    text-align: center
}

.imageGallery .galleryCard .image-pic p {
    font-weight: 800;
    line-height: 26px;
    margin: 0;
    font-size: 16px;
    color: #fff
}

.imageGallery .galleryCard .galleryName {
    display: grid;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
    color: #fff;
    font-weight: 800;
    background: rgb(42 46 47 / 65%);
    transform: scale(0.5);
    border-radius: 10px;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all .3s linear;
    text-align: center
}

.imageGallery .galleryCard img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.imageGallery .galleryCard:hover .galleryName {
    transform: scale(.9);
    opacity: 1;
}

.imageGallery .galleryCard .galleryName i {
    font-size: 45px;
    line-height: 55px;
    font-weight: 100
}
.facilities-section {
    padding: 80px 0;
}
.facilities-section  .section-title {
    margin-bottom: 30px;
    text-align: center;
}
.facilities-section .filter-group {
    text-align: center;
    margin-bottom: 25px;
}
.facilities-section .filter-group .filter-button {
    border: 1px solid #ff0000;
    border-radius: 5px;
    padding: 8px 30px;
    background: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #000;
    margin-right: 10px;
    width: max-content;
}
.facilities-section .filter-group .filter-button.active {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.facilities-section .gallery_product .card {
    border: 0;
    text-align: center;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
}
.facilities-section .gallery_product .card img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}
/* video Gallery */
.video-section {
    position: relative;
    padding: 60px 0
}

.video-section .card-video {
    background: #f5f9fb;
    border: 1px solid #d0e4ec;
    border-radius: 10px;
    height: 100%;
    overflow: hidden
}

.video-section .card-video .videoThumb {
    display: block;
    position: relative;
    height: 180px;
    overflow: hidden
}

.video-section .card-video .videoThumb a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%
}

.video-section .card-video .videoThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.video-section .card-video .videoThumb a:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: .5s
}

.video-section .card-video .videoThumb a i {
    font-size: 30px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 2px solid #fff;
    margin: auto;
    transform: scale(1);
    transition: .5s
}

.video-section .card-video:hover .videoThumb a i {
    color: var(--primary-color)
}

.video-section .card-video .content-card h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    color: var(--primary-color);
}

.video-section .card-video .content-card {
    padding: 15px 10px 10px
}

.video-section .card-video .content-card h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: var(--secondary-color);
    margin-bottom: 10px
}

/* blog details */
.blog-details {
    padding: 80px 0 60px
}

.blog-single-post {
    position: relative;
    margin-bottom: 40px
}

.blog-single-post.blog-salah .image img {
    width: auto;
    height: 500px
}

.blog-single-post .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.blog-single-post .image img {
    width: 100%
}

.blog-single-post .lower-content {
    position: relative;
    padding: 30px;
    border: 1px solid #ebf2f3;
    border-top: 0;
    border-radius: 5px
}

.blog-single-post ul.post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    margin-bottom: 13px
}

.blog-single-post .post-meta li {
    margin-right: 15px;
    padding-right: 15px;
    font-weight: 600;
    border-right: 1px solid #ddd
}

.blog-single-post .post-meta li i {
    margin-right: 8px;
    color: var(--primary-color);
}

.blog-single-post .post-meta li:last-child {
    border-right: 0
}

.blog-single-post h1 {
    position: relative;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3f3f3f
}

.blog-single-post h3 {
    position: relative;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3f3f3f
}

.blog-single-post .text {
    margin-bottom: 40px
}

.blog-single-post .text ul {
    padding-left: 0
}

.blog-single-post .text ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #3f3f3f;
    position: relative;
    padding-left: 30px
}

.blog-single-post .text ul li:before {
    color: var(--secondary-color);
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.blog-single-post .text ol li {
    list-style: inherit;
    margin-bottom: 10px;
    color: #3f3f3f
}

.blog-single-post .text h2 {
    position: relative;
    font-size: 28px;
    line-height: 44px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h3 {
    position: relative;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h4 {
    position: relative;
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h5 {
    position: relative;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h6 {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text table tr th,
.blog-single-post .text table tr td {
    border: 2px solid #ddd;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500
}

.blog-single-post .text table tr th {
    font-weight: 700
}

.blog-single-post blockquote {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #565872;
    margin-bottom: 30px
}

.blog-single-post blockquote:before {
    position: absolute;
    content: '';
    top: 0;
    width: 8px;
    bottom: 0;
    background: var(--secondary-color);
    left: 0;
    border-radius: 5px
}

.widget {
    position: relative;
    margin-bottom: 50px
}

.widget_popular_post {
    position: relative;
    max-width: 350px;
    margin-left: auto
}

.widget .widget-title {
    position: relative;
    font-size: 20px;
    color: #3f3f3f;
    margin-bottom: 20px;
    font-weight: 600
}

.widget_popular_post .post-thumb {
    position: relative;
    margin-right: 15px;
    margin-bottom: 0;
    overflow: hidden
}

.widget_popular_post .post-thumb:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(16 34 53/59%);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: all .3s ease-in
}

.widget_popular_post .post-thumb:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.widget_popular_post .post-thumb img {
    border-radius: 5px;
    float: left;
    height: 60px;
    width: 60px;
    object-fit: cover
}

.widget_popular_post .post {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    padding-bottom: 17px;
    padding: 14px;
    border-radius: 5px
}

.widget_popular_post .post:last-child {
    margin-bottom: 0
}

.widget_popular_post .content {
    position: relative;
    width: calc(100% - 75px)
}

.widget_popular_post .content h5 {
    position: relative;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: inherit
}

.widget_popular_post .content h5 a {
    color: #3f3f3f;
    transition: .5s
}

.widget_popular_post .content h5 a:hover {
    color: var(--secondary-color)
}

.widget_popular_post .content .post-info {
    font-size: 14px;
    color: #3f3f3f
}

.widget_popular_post .content .post-info i {
    margin-right: 4px;
    color: var(--secondary-color)
}

/* ............modeel.............. */
.modal.modal-appointment .modal-header {
    position: absolute;
    right: -45px;
    top: 10px;
    padding: 0;
    display: block;
}

.modal.modal-appointment .modal-header .btn-close {
    background-color: #fff;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    opacity: 1;
    padding: 10px;
}

.popup-header {
    text-align: center;
    padding: 0px;
}

.popup-header .logo {
    width: 150px;
    display: inline-block;
    padding: 10px 20px;
    background-color: black;
    border-radius: 5px;
    margin-bottom: 10px;
}

.popup-header .logo img {
    width: 100%;
}

.modal .contact-form textarea.form-control {
    height: 50px;
}

.modal .pop-up-stats .stats-card {
    background-color: #ff0000;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.modal .pop-up-stats .stats-card:last-child{
    margin-bottom: 0px;
}
.modal .pop-up-stats .stats-card .stats-icon {
    width: 50px;
    margin-right: 20px;
}

.modal .pop-up-stats .stats-card .stats-icon img {
    width: 100%;
}
.modal .pop-up-stats p{
    text-align: center;
}
.modal .pop-up-stats .stats-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #ffff;
    margin-right: 20px;
}

.modal .pop-up-stats .stats-card p {
    color: #fff;
    margin-bottom: 0px;
}
.modal .modal-body hr{
    margin: 0px 0px 20px;
}
.modal .contactbox{
    margin: 20px 0px;
    position: relative;
    text-align: center;
}

.modal .contactbox i{
    background-color: #ff0000;
    padding: 8px;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 10px;
}
.modal .contactbox span{
    display: block;
    font-weight: 600;
   font-size: 16px;
}
.modal .pop-up-stats ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.modal .pop-up-stats ul li {
    width: 30px;
    height: 30px;
}
.modal .pop-up-stats ul li img{
width: 100%;
}
.modal .contact-form .label {

font-size: 14px;}
/* Banquet Hall */
.content-grid.impress-guests .logo-iamge img{
    width: 100%;
    max-width: 400px;
    object-fit: contain;
}
.content-grid.impress-guests .content-body{
    text-align: center;
}
.call-action{
    padding:80px 0;
    background: url(../images/connect-bg.png), lightgray 50% / cover no-repeat;    
    background-blend-mode: multiply;
    text-align: center;
}
.call-action h3{
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5;
    text-transform: capitalize;
    color: var(--secondary-color);
    margin-bottom: 20px;
}
.call-action h3 span{
    color: var(--primary-color);
}
.call-action .btn-page{
    background-color: #25d366;
    border-color: #25d366;
}
.call-action .btn-page:hover{
    color: #fff;
}
.btn-page.whatsapp-btn{
    background-color: #25d366;
    border-color: #25d366;
}
.btn-page.whatsapp-btn:hover{
    color: #fff;
}
.content-grid.facilities-banquet .sidebar-images{
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #d1d1d1;
    position: sticky;
    top: 15%;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
}
.content-grid.facilities-banquet .sidebar-images .grid-image{
    border-radius: 0;
    height: 100%;
}
/* whatsapp */
.btn-whatsapp-pulse {
	background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: 500;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: auto;
    height: auto;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 50px;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
.btn-whatsapp-pulse:hover{
    color: #fff !important;
}
.btn-whatsapp-pulse span,
.btn-whatsapp-pulse i{
    position: relative;
}
.btn-whatsapp-pulse::before {
	content: "";
	position: absolute;
    width: 100%;
    height: 100%;
    padding:30px;
	border-radius: 50px;
	border: 5px solid #25d366;
    background-color:#25d366;
    transform: scale(1);
	opacity: 0.2;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		transform: scale(1.02);
		opacity: 0.2;
	}
    50% {
		transform: scale(1.06);
		opacity: 0.3;
	}
	75% {
		transform: scale(1.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
/*fixed home banner */
.body-overflow{
    overflow: hidden;
}
.fixed-home-banner{    
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: #000;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transform-origin: center;
    transition: all 0.3s ease;
    padding:80px 0;
    display: flex;
    align-items: center;
}
.fixed-home-banner .logo-niceevent{
    text-align: center;
}
.fixed-home-banner h3{
    font-size: 24px;
    color:#fff;
    font-weight: 600;
    text-align:center;
}
.fixed-home-banner .logo-niceevent h3{
    font-size: 60px;
    color: #fff;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: #3f3f3f;
    text-transform: uppercase;
    font-weight: 700;

}
.fixed-home-banner .logo-niceevent img{
    width: 100%;
    max-width: 350px;
    margin: auto;
    display: block;
}
.fixed-home-banner .event-logo{
    width: 100%;
    cursor: pointer;
}
.fixed-home-banner .event-logo img{
    width: 100%;
    max-width: 300px;
    display:block;
    margin: auto;
}
.fixed-home-banner .event-logo p{
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight:500;
}
.banquet-event{
    padding: 60px 0;
}
.banquet-event .card-events{
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow:0 0 7px -2px #d1d1d1;  
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.banquet-event .card-events .image{
    width: 100%;
    margin-bottom: 15px;
}
.banquet-event .card-events .image img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.banquet-event .card-events h4{
    line-height: 1.2;
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 15px;
}
.banquet-event .card-events p{
    margin: 0;
}

.error-section {
    position: relative;
    padding: 110px 0
}

.error-section .content {
    position: relative;
    text-align: center
}

.error-section h1 {
    position: relative;
    font-size: 200px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px
}

.error-section h2 {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 10px
}

.error-section p {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px
}

.error-section .theme-btn {
    position: relative
}
.modal-dialog{
    max-width: 800px;
}
.modal.modal-appointment .modal-body{
    padding:0;
}