@import url('fonts.css');
body{
    padding:0;
}
body, p, span {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
a{
    text-decoration: none;
}
h1{
    font-size:2rem;
    font-weight: bold;
}
.header-menu{
    background: linear-gradient(135deg, rgb(0, 2, 8) 0%, rgb(0, 1, 10) 30%, rgb(6, 11, 21) 55%, rgb(0 23 30) 70%, rgb(0 17 22) 100%);
}
.header-menu .navbar .nav-item .nav-link{
    color:#fff;
    font-size:18px;
    padding:.5rem 18px;
    font-weight: 600;
}
.header-menu .navbar .nav-item .nav-link:hover{
    opacity:0.8;
}
.header-menu .logo{
    font-size:2rem;
    font-weight: bold;
    color:#fff;
}
.header-menu .logo img{
    width:180px;
}
.navbar-toggler i.navbar-toggler-icon{
    color:#fff !important;
    font-size:30px;
}
.navbar-toggler-icon{
    height:auto !important;
    width:auto !important;
}
.banner-section{
    background-image:url('../images/home-banner.jpg');
    width: 100%;
    min-height:527px;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    position: relative;
}
.banner-section::before{
    content:'';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position: absolute;
    top:0;
    z-index:0;
}
.banner-content-section{
    z-index:1;
    margin:auto;
    color:#fff;
}
.banner-section .banner-title{
    color:#fff;
    font-size: 76px;
}
.banner-section .banner-info-content{
    color:#fff;
    font-size:22px;
}
.banner-btn{
    border:2px solid #fff;
    color:#fff;
    border-radius: 50px;
    padding:1.5rem 3.38rem;
    font-size:18px;
    font-weight:bold;
}
.banner-btn:hover{
    color:#000;
    background-color: #fff;
    border:2px solid #fff;
}

/* Mission statement section css */
.mission-statement-section{
    padding:5.06rem 0px;
    background-color: #fafafa;
}
.mission-statement-section .main-title{
    font-size:60px; 
    margin-bottom:20px;   
}
.mission-statement-section .section-content{
    font-size:20px;
}

/* upcoming events section */
.upcoming-events-section{
    padding:5.06rem 0px;
}
.upcoming-events-section .main-title{
    font-size:60px; 
    margin-bottom:20px;   
}
.upcoming-events-section .section-content{
    font-size:20px;
}
.owl-carousel .event-slide {
    padding:1px;
    margin: 10px;
    color: #000;
    border-radius: 10px;background-color: #fafafa;
    border-color: #e2eef1 !important;
}
.card.event-slide .card-body{
    padding:10px;
}
.card.event-slide .img-part{
    height:255px;
    overflow: hidden;
}
.card.event-slide .img-part img{
    width:100%;
    border-radius: 7px;
    height:100%;
}
.event-details{
    text-align: left;
    margin-top:10px;
}
.event-details .event-title{
    font-size:18px;
}
.event-details .event-date{
    font-size:15px;
}
.event-details .event-info-content{
    font-size:16px;
}
.event-info-content-wrapper{
    line-height:21px;
}
.theme-btn{
    border:2px solid #000;
    color:#000;
    border-radius: 50px;
    padding:5px 13px;
    font-size:14px;
    font-weight:bold;
}
.theme-btn:hover{
    border:2px solid #000;
    color:#fff;
    background-color: #000;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    position: relative;
    line-height:20px !important;
    font-size: 45px !important;
    height: 2.5rem;
    width: 2.5rem;
    background: #ffffff !important;
    border: solid 1px #e2eef1 !important;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 100px;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover{
    color:#000;
    background: #e2eef1 !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{
    position: absolute;
    top:7px;
    left:13.5px;
}


/* News Letter section css */
.news-letter-section{
    padding:5.06rem 0px;
    background-color: #fafafa;
}
.news-letter-section .main-title{
    font-size:42px; 
    margin-bottom:20px;   
}
.news-letter-section .section-content{
    font-size:18px;
}
.news-letter-card{
    background-color: #000;
    color:#fff;
    border-radius: 50px;
}
.news-letter-card .card-body{
    padding:3.38rem 1.5rem;
}
.theme-white-btn-1{
    background: transparent none;
    border-color: currentColor;
    border-width: 2px;
    border-style: solid;
    color: currentColor;
    padding-top: 0.667em;
    padding-right: 1.33em;
    padding-bottom: 0.667em;
    padding-left: 1.33em;
    border-radius:50px;
    font-weight:bold;
    font-size: 18px;
}
.theme-white-btn-1:hover{
    background-color: #fff;
    border: 2px solid #fff;
    color:#000;
}
.subscribe-email-field{
    padding:15.5px;
    border:none;
    border-radius: 50px;
}

/* Member form section css */
.member-form-section{
    padding:5.06rem 0px;
}
.member-form-section .main-title{
    font-size:42px; 
    margin-bottom:20px;   
}
.member-form-section .section-content{
    font-size:20px;
}

.member-form-section .member-form-card-section input {
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 7px;
}
.member-form-section .member-form-card-section{
    border-radius: 10px;
}
.member-form-section .member-form-card-section .field-wrapper{
    text-align: left;
}
.member-form-section .member-form-card {
    background-color: #000;
    color: #fff;
    /* box-shadow: 0px 1px 9px -5px; */
    border-radius: 50px;
    padding: 40px;
}
.member-form-section .member-form-card-section input::placeholder {
    font-size: 16px; /* Change to your desired size */
}


/* Footer css */
footer{
    background: linear-gradient(135deg, rgb(0, 2, 8) 0%, rgb(0, 1, 10) 30%, rgb(6, 11, 21) 55%, rgb(0 23 30) 70%, rgb(0 17 22) 100%);
}
footer .footer-section{
    padding:50px 15px 10px;
    margin:auto;
    color:#fff;
}
footer .footer-section .logo{
    margin-bottom:10px;
    color:#fff;
}
footer .social-link-list{
    display: flex;
    list-style:none;
    padding-left:0;
    justify-content: center;
    margin-top:10px;
    margin-bottom:5px;
} 
footer .social-link-list .social-link{
    padding:0px 15px;
} 
footer .social-link-list .social-link i{
    font-size:30px;
    color:#fff;
}
footer .footer-menu-link-list{
    padding-left:0;
    list-style: none;
    display:flex;
    flex-wrap:wrap;
    margin-top:15px;
    justify-content: center;
    margin-bottom:5px;
}
footer .footer-menu-link-list li{
    padding:5px 20px 10px; 
}
footer .footer-menu-link-list li a{
    color:#fff;
}
footer .copyright-text{
    color:#fff;
}

/* go to top */
#goToTop {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 999;
    background-color: #4dc7a0;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 12px 17px;
    font-size: 21px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    pointer-events: none;
}
  
#goToTop:hover {
    background-color: #3a9f83;
    transform: scale(1.1);
}

/* About us page */

/* page-title css */
.main-middle-section .page-title{
    padding:80px 0px;
    text-align: center;
    background-image: url('https://t4.ftcdn.net/jpg/04/17/96/25/360_F_417962579_Ury0fdIal2v4DsMDPHwzMoFMwK9554cP.jpg');
    background-size: cover;
    color:#fff;
    position: relative;
    width:100%;
    z-index: 1;
    display: grid;
}
.main-middle-section .page-title::before{
    content:'';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position: absolute;
    top:0;
    z-index:0;
    left:0;
}
.page-title-wrapper{
    z-index:1;
}
.main-middle-section .page-title .main-title{
    font-size:55px;
}

/* same content section */
.same-content-section{
    padding:5.06rem 0px;
}
.same-content-section .main-title{
    font-size:30px; 
    margin-bottom:20px;   
}
.same-content-section .section-content{
    font-size:20px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: #ddd;
  border: none;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -40px;
}
.logo-img{
    width: 100%;
    height:60px;
}
.logo-img img{
    height: 100%;
    object-fit:contain;
}
.logo-slider .owl-stage-outer{
    background-color:#fafafa;
}
.logo-slider .event-slide{
    border:none;
}
.owl-carousel.logo-slider, .owl-carousel.carousel-width{
    width:93%;
}
.logo-slider-wrapper, .owl-carousel-wrapper{
    display:flex;
    justify-content:center;
}

/* contact-us page */
.map-section-card{
    background-color: #fafafa;
    border-color:#e2eef1;
}
.map-wrapper{
    display: flex;
    align-items: center;
}
.map-wrapper iframe{
    width:100%;
}
.contact-info-wrapper .icon-section{
    display: flex;
    align-items: center;
    padding-left:10px;
    margin-top:10px;
}
.contact-info-wrapper .icon-section{
    margin-bottom:0;    
}
.contact-info-wrapper .icon-section .icon{
    width:35px;
    height:35px;
    background-color:#000;
    border-radius:5px;
    position: relative;
    margin-right:7px;
}
.contact-info-wrapper .icon-section .icon i{
    font-size:20px;
    color:#fff;
}
.contact-info-wrapper .icon-section .icon-1 i{
    position: absolute;
    top:8px;
    left:10px;
}   
.contact-info-wrapper .icon-section .icon-2 i{
    position: absolute;
    top:8px;
    left:8px;
}   
.contact-info-wrapper .icon-section .icon-3 i{
    position: absolute;
    top:8px;
    left:8px;
}   
.contact-info-wrapper .sectio-content{
    font-size:18px;
    font-weight: 600;
}
.copyright-text{
    margin-bottom:0;
    padding-right:5px;
}
.bottom-bar{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-bar{
    padding-bottom:15px;
}
hr{
    margin-top:60px;
    margin-bottom:60px;
}
.required-symbol{
    color:red;
}
.invalid .wpcf7-response-output, .invalid .wpcf7-not-valid-tip {
    background: #dc0014;
    border: none !important;
    color: #fff;
    font-size: 14px;
    padding: 0px 5px;
}
.news-letter-card .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    border-radius:11px;
}
.theme-big-btn{
    border:2px solid #000;
    color:#000;
    border-radius: 50px;
    padding:.9rem 2.5rem;
    font-size:16px;
    font-weight:bold;
}
.theme-big-btn:hover{
    border:2px solid #000;
    color:#fff;
    background-color: #000;
}
.event-slide-wrapper{
    margin-top:1.5rem;
}
.event-slide-wrapper .event-slide {
    padding: 1px;
    margin: 10px;
    color: #000;
    border-radius: 10px;
    background-color: #fafafa;
    border-color: #e2eef1 !important;
}
.page-numbers{
    border: 2px solid #000;
    padding: 2px 9px;
    margin:0px 2px;
    color:#000;
    font-weight: 600;
}
.page-numbers:hover{
    border: 2px solid #000;
    background-color: #000;
    color:#fff;
}
.page-numbers.current{
    background-color: #000;
    color:#fff;
}
@media (max-width:766px){
    .page-numbers{
        display: none;
    }
    .page-numbers.current, .page-numbers.next, .page-numbers.prev{
        display: block;
    }
}
.single-event-img{
    width:100%;
    height:100%;
}
.owl-carousel.logo-slider .owl-stage-outer {
    border: 1px solid #e2eef1;
    border-radius: 10px;
}
.footer-logo img{
    width:190px;
}