/*custom-css*/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import '@fortawesome/fontawesome-free/css/all.min.css';

html {
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.9;
    font-weight: 400;
    color: #000;
    top: 0 !important;
/*    overflow-x: hidden;*/
}

hr {
    margin: 30px 0;
}

img {
    max-width: 100%;
    height: auto;
}
a {
  color:  #000;
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

a:hover {
  color: blue;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}
.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.mt-100{
    margin-top: 100px;
}
.mb-100{
    margin-bottom: 100px;
}
.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom: 50px;
}

/* Main Menu */
/*====================
11. Header top css
======================*/

.header-top {
  padding: 9px 0 10px 0;
  position: relative;
  background: #000;
  z-index: 1;
}

.header-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-contact ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-top-contact ul li{
  display: flex;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, .2);
  padding-right: 20px;
}

.header-top-contact ul li:last-child{
  border: none;
  padding-right: 0;
}

.header-top-contact ul li a {
  color: #fff;
  font-weight: 400;
}

.header-top-contact ul li a i{
  color: #FF7700;
  margin-right: 5px;
}

.header-top-social span{
  color: #fff;
  font-weight: 500;
}

.header-top-social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
  background: #FF7700;
  text-align: center;
  margin-left: 5px;
  border-radius: 50px;
  transition: all .5s ease-in-out;
}

.header-top-social a:hover {
  color: #FF7700;
  background: #fff;
}


@media all and (max-width: 1199px) {
  .header-top-contact ul{
    gap: 10px;
  }

  .header-top-social a{
    width: 34px;
    height: 34px;
    line-height: 37px;
    margin-left: 0;
  }
}

@media all and (max-width: 992px) {
  .header-top {
    display: none;
  }
}



/*====================
12. Navbar css
======================*/

.navbar {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 999;
}

.custom-nav{
  background: #fff;
  position: relative;
}

.navbar.fixed-top {
  background: #fff !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  animation: slide-down 0.7s;
}


@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-mobile-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-brand img {
  width: 170px;
  position: absolute;
    margin-top: -60px;
    z-index: 99999;
}

.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: 'Font Awesome 6 Pro';
  content: "\f107";
  font-weight: 600;
  border: none;
  font-size: 14px;
}

@media all and (max-width: 1199px) {
  .nav-right {
    margin-left: 25px !important;
  }

  .navbar .nav-item .nav-link {
    margin-right: 15px;
  }

  .navbar .nav-right-btn {
    display: none;
  }
}

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 22px;
    padding: 30px 0 30px 0;
    font-size: 16px;
    font-weight: 600;
    color:  #000;
    text-transform: capitalize;
  }

  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    border: none;
    left: -15px;
    border-radius: 0px;
    border-top: 4px solid #FF7700;
    background: #fff;
    width: 220px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  }

  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    padding: 8px 25px;
    font-weight: 500;
    color:  #000;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #FF7700;
    padding-left: 32px;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "//";
    position: absolute;
    left: 15px;
    top: 8px;
    color: #FF7700;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
    z-index: -1;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .navbar .nav-item .nav-link {
    position: relative;
  }

  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: #FF7700;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }

  .navbar #main_nav {
    justify-content: flex-end;
  }

  /* nav right */
  .nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: 20px;
  }

  .nav-right-link {
    position: relative;
    font-size: 20px;
    color:  #000;
    transition: all .5s ease-in-out;
  }

  .nav-right-link:hover {
    color: #FF7700 !important;
  }

  .nav-right .sidebar-btn .nav-right-link,
  .nav-right .search-btn .nav-right-link {
    border: none;
    background: transparent;
    color: #000;
    font-size: 28px;
    padding-right: 0;
  }

  .nav-right .search-btn .nav-right-link {
    font-size: 20px;
    padding: 0;
  }

  .nav-right .cart-btn .nav-right-link {
    position: relative;
    font-size: 20px;
    padding: 0;
    margin-right: 15px;
  }

  .nav-right .cart-btn span{
    position: absolute;
    right: -9px;
    top: -2px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background: #FF7700;
    color: #fff;
  }

}


/* mobile menu */
.mobile-menu-right {
  display: none;
}

@media all and (max-width: 991px) {
  .navbar {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
  }
  .navbar-brand {
    padding-left: 10px;
  }

  .navbar-brand img {
    width: 130px;
  }

  .navbar-collapse {
    max-height: 220px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
    background-color: #fff;
    margin-top: 10%;
  }

  .dropdown-toggle::after {
    float: right;
  }

  .navbar .nav-item .nav-link {
    color:  #000;
    font-weight: 700;
    transition: all .5s ease-in-out;
  }

  .navbar .nav-item .nav-link:hover {
    color: #FF7700 !important;
  }

  .navbar-toggler {
    padding: 0;
    border: none;
  }

  .mobile-menu-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .mobile-menu-right .nav-right-link {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #000;
  }

  .mobile-menu-right .nav-right-link:hover{
    color: #FF7700;
  }

  .search-area.open{
    top: 50px !important;
  }

  .navbar-toggler-mobile-icon {
    font-size: 25px;
    color:  #000;
    font-weight: 500;
  }

  .navbar .dropdown-menu {
    border-radius: 0px;
  }

  .nav-right {
    display: none;
  }

}


/*============================
13. Mega menu
==============================*/

@media (min-width: 992px){
  .nav-item.mega-menu {
    position: static;
  }
  
  .navbar .nav-item.mega-menu .dropdown-menu{
    width: 98%;
    left: 12px;
  } 

  .mega-menu .mega-content{
    padding: 30px;
  }

  .mega-menu .mega-content h5{
    color: #FF7700;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item{
    padding-left: 0;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item::before{
    left: 0;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item:hover{
    padding-left: 15px;
  }

  .menu-about-logo{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .menu-about-logo img{
    width: 180px;
  }

  .menu-about p{
    color: #fff;
  }
}


@media (max-width: 991px){
  .menu-about-logo{
    display: none;
  }

  .mega-menu .mega-content h5{
    margin: 15px 0;
  }

  .banner-txt .tagline-txt{
    margin: 10px 0px 10px 0px !important;
  }
  .banner-txt {
    padding: 100px 0px 0px 0px !important;
}
.events-card .event-img .tag {
    margin-left: 170px !important;
}
.navbar {
  height: 100px;
}
}



/*============================
14. Multi level dropdown menu
==============================*/

.navbar .nav-item .dropdown-submenu {
  position: relative;
}

.navbar .nav-item .dropdown-submenu .dropdown-menu::before {
  display: none;
}

.navbar .nav-item .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 10px;
  font-weight: 600;
}

.navbar .nav-item .dropdown-submenu a:hover {
  background: transparent;
  color: #fff;
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
  top: 120%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 991px) {
  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    margin: 0 17px;
  }

  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    opacity: unset;
    visibility: unset;
  }

  .navbar .nav-item .dropdown-submenu a::after {
    top: 4px;
  }

  .navbar .nav-item .dropdown-submenu a:hover {
    color: #FF7700;
  }
}

/*====================
8. Theme button
======================*/

.theme-btn {
  font-size: 14px;
  color: #fff;
  padding: 14px 20px;
  transition: all .5s ease-in-out;
  text-transform: uppercase;
  position: relative;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #FF7700;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}

.theme-btn::before {
  content: "";
  height: 300px;
  width: 300px;
  background:  #FFDA00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.theme-btn:hover {
  color: #000;
  background-color: #FFDA00;
}

.theme-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.theme-btn i {
  margin-left: 5px;
}

.theme-btn span {
  margin-right: 5px;
}

.theme-btn2{
  background: #fff;
  color: #000;
}

.theme-btn2::before{
  background: #FF7700;
}

.theme-btn2:hover{
  color: #fff;
}


/*Banner-Part*/
.banner{
    background-image: url('../images/banner/banner-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-txt{
    padding: 100px 50px 100px 50px;
    text-align: left;
}
.banner-txt span{
    color: #fff;
    font-size: 2em;
    font-weight: 600;
}
.underline{
    background-color: #FFEA00;
    max-width: 150px;
    width: 100%;
    height: 5px;
    margin-top: -10px;
}
.banner-txt h1{
    color: #fff;
    font-size: 4em;
    font-weight: 900;
  -webkit-text-stroke-color: red;
  -webkit-text-stroke-width: 3px;
  padding: 10px 0px 10px 0px;
}
.banner-txt p{
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
}
.banner-txt .tagline-txt{
    margin-top: 20px;
}
.banner-txt .tagline-txt{
    background-color: #FFEA00;
    padding: 15px;
    border-radius: 20px;
    margin: 10px 100px 10px 0px;
}
.banner-txt .tagline-txt span{
    color: #B60000;
    font-size: 1.3em;
    font-weight: 600;
}
.btn{
    border: 2px solid #000;
    font-weight: 600;
}
.banner-btn{
    padding: 50px 0px 50px 0px;
}
.banner-btn .white-btn {
    background-color: #fff;
    color: #000;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.banner-btn .white-btn:hover {
    background-color: #FFDA00;
}
.banner-btn .yellow-btn {
    background-color: #FFDA00;
    color: #000;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.banner-btn .yellow-btn:hover {
    background-color: #fff;
}

.banner-img{
    float: right;
}
@media (min-width: 1200px) {
    .container-custom {
        max-width:1440px !important;
    }
}

/*About Section*/
.about-section{
    position: relative;
    padding: 100px 0px 100px 0px;
}
.about-img img{
    background-color: #FF7700;
    padding: 10px;
    border-radius: 20px;
}

.about-img .small-img{
    position: relative;
    margin-top: -135px;
    float: right;
    margin-right: 65px;
}
.sec-title span{
    font-size: 1.8rem;
    font-weight: 600;
    color: #FF7700;
}
.sec-title h2{
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    padding: 5px;
}
.sec-content{
    text-align: justify;
    color: #000;
}
.sec-content .btn{
    border-radius: 10px;
}

/*Our Impact Section*/
.impact-section{
    position: relative;
    background-color: #F2F2F2;
    text-align: center;
}
.impact-section .sec-title h4{
    font-size: 2.5rem;
    color: #000;
    font-weight: 700;
}
.impact-section .sec-title p{
    color: #000;
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 1.4;
}
.impact-card {
    width: 100%;
  height: 100%;
  max-height: 250px;
  margin-top: 20px;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #fd8700 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  text-align: center;
}
.impact-card .title h4{
    font-size: 1.3rem;
    font-weight: 700;
}
.impact-card .desc p{
    font-size:0.9rem;
    line-height: 1.5;
}
.impact-card a{
  color: #fd8700;
  font-weight: 600;
}
.impact-card a:hover{
  color: #000;
}

/*custom-bullet*/
.custom-bullet li{
  font-weight: 600;
  line-height: 1.2;
  padding-top: 10px;
}
.custom-bullet li::before{
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  color: #FF7700;
}

/*join-us section*/
.joinus-section{
  background-image: url('../images/joinus-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.joinus-section .overlay {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  top: 0;
  left: 0;
  padding: 150px 50px;
  z-index:99;
}
.joinus-section .title h4{
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}
.joinus-section .theme-btn{
  border-radius: 10px;
  padding: 10px 50px;
  margin-top: 15px;
}

/*events section*/
.events-section{
    position: relative;
    text-align: center;
}
.events-section .sec-title h4{
    font-size: 2.5rem;
    color: #000;
    font-weight: 700;
}
.events-section .sec-title p{
    color: #000;
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 1.4;
}

/* events Carousel */
.events {
    padding-top: 50px;
    width: 100%;
    margin: auto;
}
.events-card {
    background-color: #fff;
    max-width: 350px;
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.events-card .event-img img{
  width: 100%;
  height: 250px;
  border-radius: 20px;
}
.events-card .event-img .date{
  position: absolute;
  background-color: #fff;
  max-width: 80px;
  width: 100%;
  margin-top: -100px;
  margin-left: 10px;
  border: 2px solid #fd8700;
  padding: 5px;
}
.events-card .event-img .tag{
  position: absolute;
  background-color: #fd8700;
  padding: 3px 15px;
  /*top: 50px;
  right: 30px;*/
  margin-top: -225px;
  margin-left: 220px;
  border: 2px solid #fff;
  border-radius: 20px;
}
.events-card .event-img .tag h4{
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.events-card .event-img .date h4{
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}
.events-card .event-img .date span{
  font-size: 0.8rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  line-height: 1.2;
}
.events-card .content .title h4{
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
}
.events-card .content .desc p{
  font-size: 0.8rem;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
}
.events-card .content .desc a{
  color: #FD8700;
  font-weight: 600;
  font-size: 1rem;
}
.events-card .content .desc a:hover{
  color: #000;
}
.swiper {
    width: 100%;
    padding-bottom: 30px;
}
.slider-button-wrap {
    text-align: right;
    margin-top: 20px;
}
.slider-button-prev,
.slider-button-next {
    display: inline-block;
    padding: 10px 15px;
    background-color: #fd8700;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px;
    border: 2px solid #fff;
}
.slider-button-prev:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
}
.slider-button-next:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
}

/*Feature section*/
.features-section{
    background-color: #F2F2F2;
    position: relative;
    text-align: left;
  }
.features-section .feature-pic img{
  width: 100%;
}
.features-section .sec-content .custom-bullet li{
  font-size: 1.5rem;
  padding-top: 30px;
}

/*Newsletter Section*/

.newsletter-section{
  position: relative;
  background-color: #ff7700;
}
.newsletter-section .sec-content{
  text-align: left;
}
.newsletter-section .sec-content h4{
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  padding: 20px 0px;
}
.newsletter-section .sec-content input{
  width: 100%;
  padding: 15px 5px;
  border-radius: 10px;
  border: none;
}
.black{
  background-color: #000 !important;
  margin-top: 5px;
}
.black:hover{
  background-color: #FFEA00 !important;
  color: #000 !important;
}

/*footer section*/

.footer{
  background-image: url('../images/footer-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
    background-color: #1D1D1D;
}
.footer-info img{
    max-width: 150px;
    width: 100%;
}
.footer-info{
    color: #fff;
    text-align: center;
}
.footer-info .content{
    font-size: 0.6rem;
  padding-top: 10px;
}
.footer-menu .title{
    text-align: left;
    color: #fff;
}
.footer-menu .title h4::before{
    content: "";
    position: absolute;
    margin-top: 30px;
    width: 100px;
    height: 3px;
    background-color: #FD8700;
}
.footer-menu .menu-item{
    padding-left: 5px;
}
.footer-menu .menu-item li{
    list-style: none;
    padding-top: 10px;
}
.footer-menu .menu-item li a{
    text-decoration: none;
    color: #fff;
}
.footer-menu .menu-item li a:hover{
    color: #FD8700;
}
.footer-menu .menu-item li i{
    color: #FD8700;
}
.footer-menu .social-media .icons{
  text-align: left;
}
.footer-menu .social-media a{
    font-size: 28px;
    text-decoration: none;
    color: #FD8700;
    padding: 10px;
}
.footer-menu .social-media a:hover{
    color: #fff;
}
.footer-menu .location{
  padding-top: 15px;
}
/*footer-news*/
.news{
  position: relative;
  padding-top: 15px;
}
.news .item{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.news-pic img{
  min-width: 80px;
  width: 100%;
}
.news-desc{
  padding: 5px;
}
.news-desc h4{
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.news-desc a{
  color: #ff7700;
  font-weight: 600;
}
.news-desc a:hover{
  color: #FFEA00;
}

/*copy-right*/
.copy-right{
    background-color: #000;
    text-align: center;
    padding: 10px;
}
.copy-right .content p{
    color: #fff;
    margin-bottom: 0px;
}

/*Hero Section*/
.hero-secton{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.hero-secton .overlay {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  top: 0;
  left: 0;
  z-index:99;
}
.hero-secton .title h2{
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
.hero-secton .links,.links a{
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.hero-secton .links span a{
  color: #FF7700;
}



/*===================
40. Contact us css 
=====================*/

.contact-wrapper {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}

.contact-img{
  position: relative;
  padding-left: 20px;
}

.contact-img::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: #000;
  border-radius: 20px 0 0 20px;
  clip-path: polygon(100% 0, 20% 50%, 100% 100%, 0 100%, 0 0);
  z-index: -1;
}

.contact-img img{
  width: 100%;
  clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0 50%, 10% 0);
}

.contact-form{
  padding: 25px;
}

.contact-form-header {
  margin-bottom: 30px;
}

.contact-form-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color:  #19232B;
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form .form-group .form-control {
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: none;
  transition: all .5s ease-in-out;
}

.contact-form .form-group .form-control:focus {
  border-color: #FDA31B;
}

.contact-map {
  margin-bottom: -9px;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
}

.contact-content {
  margin-bottom: 50px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 35px;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 25px;
  border-radius: 50px 50px 50px 0;
  background:#ffffff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  transition: all .5s ease-in-out;
}

.contact-info::before{
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -8px;
  background: #ff7700;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  height: 20px;
  z-index: -1;
}

.contact-info-icon{
  font-size: 35px;
  color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative;
  border-radius: 30px;
  background: #000;
}

.contact-info-icon::before{
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border: 3px solid #ff7700;
  border-radius: 40px;
}

.contact-info h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color:  #19232B;
}

.contact-info p{
  color:  #19232B;
  font-weight: 500;
  font-size: 16px;
}


@media all and (max-width: 768px) {
  .contact-content {
    margin-bottom: 50px;
  }
}

/*====================
47. Pagination css 
======================*/

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.pagination .page-link {
  border: none;
  background:  #ff7700;
  color: #ffffff;
  margin: 0 10px;
  border-radius: 12px !important;
  width: 40px;
  height: 40px;
  line-height: 28px;
  text-align: center;
  transition: all .5s ease-in-out;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  background: #000000;
  color: #ffffff;
}

/*Translator*/

/*toogle button*/

/* Hide Google Translate UI */
  .skiptranslate,
  .goog-logo-link,
  .goog-te-banner-frame,
  #goog-gt-tt,
  .goog-te-balloon-frame,
  .goog-te-gadget span,
  .goog-text-highlight {
    display: none !important;
  }

  .goog-te-gadget {
    color: transparent !important;
    font-size: 0;
  }

  #google_translate_element select {
    display: none;
  }

  /* Toggle Switch */
  .switch {
    position: relative;
    display: inline-block;
    margin: 0 5px;
  }

  .switch > span {
    position: absolute;
    top: 14px;
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
  }

  input.check-toggle-round-flat:checked ~ .off {
    color: #F36F25;
  }

  input.check-toggle-round-flat:checked ~ .on {
    color: #fff;
  }

  .switch > span.on {
    left: 0;
    padding-left: 2px;
    color: #F36F25;
  }

  .switch > span.off {
    right: 0;
    padding-right: 4px;
    color: #fff;
  }

  .check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
  }

  .check-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    user-select: none;
    padding: 2px;
    width: 97px;
    height: 35px;
    background-color: #F36F25;
    border-radius: 60px;
  }

  .check-toggle + label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #F36F25;
    border-radius: 60px;
  }

  .check-toggle + label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 48px;
    background-color: #fff;
    border-radius: 52px;
    transition: margin 0.2s;
  }

  .check-toggle:checked + label:after {
    margin-left: 44px;
  }

/* News section */



/* events Carousel */
.news-section{
  position: relative;
  text-align: center;
}
.news-card {
    background-color: #fff;
    max-width: 750px;
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.news-card .event-img .date{
  position: relative;
  background-color: #fff;
  min-width: 80px;
  width: 100%;
  border: 2px solid #fd8700;
  padding: 5px;
  text-align: center;
}
.news-card .event-img .date h4{
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}
.news-card .event-img .date span{
  font-size: 0.8rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  line-height: 1.2;
}
.news-card .content{
  padding-left: 10px;
}
.news-card .content .title h4{
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
}
.news-card .content .desc p{
  font-size: 0.8rem;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0;
}
.news-card .content .desc a{
  color: #FD8700;
  font-weight: 600;
  font-size: 1rem;
}
.news-card .content .desc a:hover{
  color: #000;
}

/*blogs section*/
.blogs-section{
    position: relative;
    text-align: center;
}
.blogs-section .sec-title h4{
    font-size: 2.5rem;
    color: #000;
    font-weight: 700;
}
.blogs-section .sec-title p{
    color: #000;
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 1.4;
}

/* blogs Carousel */
.blogs {
    padding-top: 50px;
    width: 100%;
    margin: auto;
}
.blogs-card {
    background-color: #fff;
    max-width: 350px;
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    text-align: center;
}
.blogs-card .event-img img{
  width: 100%;
  height: 250px;
  border-radius: 20px;
}
.blogs-card .event-img .tag{
  position: absolute;
  background-color: #fd8700;
  padding: 3px 15px;
  /*top: 50px;
  right: 30px;*/
  margin-top: -225px;
  margin-left: 220px;
  border: 2px solid #fff;
  border-radius: 20px;
}
.blogs-card .event-img .tag h4{
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.blogs-card .event-img .date h4{
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}
.blogs-card .event-img .date span{
  font-size: 0.8rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  line-height: 1.2;
}
.blogs-card .content .title h4{
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
}
.blogs-card .content .desc p{
  font-size: 0.8rem;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
}
.blogs-card .content .desc a{
  color: #FD8700;
  font-weight: 600;
  font-size: 1rem;
}
.blogs-card .content .desc a:hover{
  color: #000;
}




/*========================
38. Blog single css
==========================*/

.blog-single-content img{
  border-radius: 20px;
}

.blog-thumb-img {
  margin-bottom: 20px;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.blog-meta .blog-meta-left ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-meta .blog-meta-left ul li{
  font-weight: 500;
}

.blog-meta i {
  margin-right: 5px;
  color: #FDA31B;
}

.blog-meta a {
  color: #757F95;
  font-weight: 500;
}

.blog-meta a:hover {
  color: #116E63;
}

.blog-details-title {
  font-size: 34px;
  color:  #19232B;
}

.blockqoute {
  background: #F2F3F5;
  border-left: 5px solid #FDA31B;
  padding: 30px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0;
  border-radius: 50px 50px 50px 0;
}

.blockqoute-author {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
  color: #19232B;
}

.blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: #FDA31B;
  left: 0;
  top: 10px;
}

.blog-details-tags {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-details-tags h5 {
  color: #19232B;
}

.blog-details-tags ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-details-tags ul a {
  background: #F2F3F5;
  color:  #19232B;
  padding: 6px 18px;
  border-radius: 8px;
  transition: all .5s ease-in-out;
}

.blog-details-tags ul a:hover {
  background: #116E63;
  color: #ffffff;
}

.blog-author {
  display: flex;
  justify-content: start;
  align-items: center;
  background: #ffffff;
  border-radius: 50px 50px 50px 0;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  margin: 50px 0;
  padding: 20px;
}

.blog-author-img {
  width: 320px;
}

.blog-author-img img{
  border-radius: 40px 40px 40px 0;
}

.author-name {
  font-size: 22px;
  color: #116E63;
  margin: 8px 0;
}

.author-info {
  padding: 0 20px;
}

.author-social {
  margin-top: 10px;
}

.author-social a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  border: 2px solid #116E63;
  border-radius: 50px;
  margin-right: 5px;
  color: #116E63;
  transition: all .5s ease-in-out;
}

.author-social a:hover {
  color: #ffffff;
  background: #116E63;
}

.blog-comments {
  margin-bottom: 50px;
}

.blog-comments h3 {
  color: #19232B;
}

.blog-comments-wrapper {
  margin: 30px 0;
}

.blog-comments-single {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  margin-top: 50px;
}

.blog-comments-single img {
  border-radius: 50%;
}

.blog-comments-content {
  padding: 0 0 0 20px;
}

.blog-comments-content span {
  font-size: 14px;
  color: #FDA31B;
  font-weight: 500;
}

.blog-comments-content a {
  font-weight: 500;
  margin-top: 5px;
  color: #FDA31B;
}

.blog-comments-content a:hover {
  color: #116E63;
}

.blog-comments-content h5 {
  color: #19232B;
}

.blog-comments-reply {
  margin-left: 50px;
}

.blog-comments-form {
  padding: 30px;
  margin-top: 50px;
  border-radius: 20px;
  background: #F2F3F5;
}

.blog-comments-form h3 {
  margin-bottom: 20px;
}

.blog-comments-form .form-group {
  margin-bottom: 20px;
}

.blog-comments-form .form-control {
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: none;
  transition: all .5s ease-in-out;
}

.blog-comments-form .form-control:focus {
  border-color: #FDA31B;
}



@media all and (max-width: 767px) {
  .blog-meta {
    flex-direction: column;
    font-size: 15px;
  }

  .blog-meta .blog-meta-left ul {
    gap: 10px;
  }

  .blog-details-tags {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-author {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }

  .author-info{
    margin-top: 25px;
  }

  .blog-comments-single {
    flex-direction: column;
    text-align: center;
    padding: 30px 0px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
    border-radius: 10px;
  }

  .blog-comments-single img{
    margin: 0 auto 20px auto;
  }

  .blog-comments-reply {
    margin-left: 0px;
  }
}



/*=======================
39. Widget sidebar css
=========================*/

.widget {
  background: #F2F3F5;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
}

.widget .widget-title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-size: 22px;
  color:  #19232B;
}

.widget .widget-title::before {
  position: absolute;
  content: '';
  width: 15px;
  border-bottom: 3px solid #FDA31B;
  bottom: 0;
  left: 0;
}

.widget .widget-title::after {
  position: absolute;
  content: '';
  width: 30px;
  border-bottom: 3px solid #FDA31B;
  bottom: 0;
  left: 22px;
}

.widget .search-form .form-control {
  padding: 12px 15px 12px 15px;
  border-radius: 8px;
  box-shadow: none;
}

.widget .search-form {
  position: relative;
}

.widget .search-form .form-control:focus {
  border-color: #116E63;
}

.widget .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 8px 18px 6px 18px;
  background: transparent;
  border: none;
  color: #FDA31B;
}

.widget .category-list a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  border-bottom: 1px solid #ced4da;
  transition: all .5s ease-in-out;
}

.widget .category-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.widget .category-list a:hover {
  padding-left: 10px;
  color: #FDA31B;
}

.widget .category-list a i {
  margin-right: 5px;
  color: #FDA31B;
}

.widget .category-list a span {
  float: right;
}

.widget .recent-post-single {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}

.widget .recent-post-img {
/*  margin-right: 20px;*/
  min-width: 100px;
}

.widget .recent-post-img img {
  width: 80px;
  border-radius: 10px;
}

.widget .recent-post-bio h6 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.widget .recent-post-bio span {
  font-size: 14px;
  color: #FDA31B;
  font-weight: 500;
}

.widget .recent-post-bio span i {
  margin-right: 5px;
}

.widget .recent-post-bio h6 a:hover {
  color: #FDA31B;
}

.widget .social-share-link a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  border: 2px solid #116E63;
  color: #116E63;
  text-align: center;
  margin-right: 5px;
  border-radius: 50px;
  transition: all .5s ease-in-out;
}

.widget .social-share-link a:hover {
  background: #116E63;
  color: #ffffff;
}

.widget .tag-list a {
  background: #ffffff;
  color:  #19232B;
  padding: 5px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 10px;
  display: inline-block;
  transition: all .5s ease-in-out;
}

.widget .tag-list a:hover {
  background-color: #FDA31B;
  color: #ffffff;
}




/* ========================
25. Gallery css 
=========================== */

.gallery-section h2{
  font-size: 26px;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}
.gallery-item {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.gallery-img {
  height: 100%;
}

.gallery-img img {
  width: 100%;
  height: 250px;
  border-radius: 50px 50px 50px 0;
}

.gallery-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gallery-content::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: #ff7700;
  border-radius: 50px 50px 50px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.gallery-content:hover::before {
  opacity: 0.9;
  visibility: visible
}

.gallery-link {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  font-size: 60px;
  color: #ffffff;
}

.gallery-link:hover {
  color: #ffffff;
}

.gallery-content:hover .gallery-link {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/*====================
4. Preloader with Logo
======================*/

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF7700; /* Keep your theme background */
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-loader {
  width: 120px; /* adjust size */
  height: auto;
  animation: pulseZoom 1.5s ease-in-out infinite;
}

/* Simple scale + fade animation */
@keyframes pulseZoom {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}



/*====================
10. Scroll top css
======================*/

#scroll-top {
  position: fixed;
  bottom: -20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  border-radius: 50px;
  color: #fff;
  background-color: #FF7700;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  transition: all .5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

#scroll-top.active{
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}


@media all and (min-width: 768px) and (max-width: 1199px) {
  #scroll-top.active {
    bottom: 100px;
  }
}


/*confeete*/

/* Curtain & Confetti Styles */
    /*#inauguration-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: #FF7700;
      z-index: 9999;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #scene {
      width: 100%;
      height: 100%;
      position: relative;
    }

    #curtain .left, #curtain .right {
      position: absolute;
      top: 0;
      width: 50%;
      height: 100%;
      background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/950358/curtain.svg");
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 1;
    }

    #curtain .left {
      left: 0;
      animation: left-curtain-opening 4s ease-in-out forwards;
    }

    #curtain .right {
      left: 50%;
      animation: right-curtain-opening 4s ease-in-out forwards;
    }

    @keyframes left-curtain-opening {
      from { transform: translate(0); }
      to { transform: translate(-100%) rotate(20deg) scale(0, 2); }
    }

    @keyframes right-curtain-opening {
      from { transform: translate(0); }
      to { transform: translate(100%) rotate(-20deg) scale(0, 2); }
    }

    .confetti {
      position: absolute;
      z-index: 9999;
    }

    .red { background-color: #d13447; }
    .yellow { background-color: #ffbf00; }
    .blue { background-color: #263672; }

    .welcome-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  color: white;
  font-size: 2.5em;
  font-family: "Segoe UI", sans-serif;
  text-align: center;
  opacity: 0;
  z-index: 2;
  animation: textFadeIn 2s ease-out 2s forwards;
}

@keyframes textFadeIn {
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}*/

/* Curtain & Confetti Styles */
    #inauguration-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: #FF7700;
      z-index: 9999;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #scene {
      width: 100%;
      height: 100%;
      position: relative;
    }

    #curtain .left, #curtain .right {
      position: absolute;
      top: 0;
      width: 50%;
      height: 100%;
      background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/950358/curtain.svg");
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 1;
    }

    #curtain .left {
      left: 0;
      animation: left-curtain-opening 4s ease-in-out forwards;
    }

    #curtain .right {
      left: 50%;
      animation: right-curtain-opening 4s ease-in-out forwards;
    }

    @keyframes left-curtain-opening {
      from { transform: translate(0); }
      to { transform: translate(-100%) rotate(20deg) scale(0, 2); }
    }

    @keyframes right-curtain-opening {
      from { transform: translate(0); }
      to { transform: translate(100%) rotate(-20deg) scale(0, 2); }
    }

    .welcome-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0.8);
      color: white;
      font-size: 2.5em;
      font-family: "Segoe UI", sans-serif;
      text-align: center;
      opacity: 0;
      z-index: 2;
      animation: textFadeIn 2s ease-out 2s forwards;
    }

    @keyframes textFadeIn {
      to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
      }
    }

    #flowers {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
    }

    /* Flower Style */
    .flower {
      width:35px;
  height:35px;
  position:absolute;
  background: url(http://img.babathe.com/upload/specialDisplay/htmlImage/2019/20190104_rose2.png);
  background-size: 100% 100%;
      z-index: 100;
      animation: fall 4s infinite ease-in-out;
    }

    /* Animation for flower movement */
    @keyframes fall {
      0% {
        transform: translateY(-100px) rotate(0deg);
        opacity: 1;
      }
      100% {
        transform: translateY(100vh) rotate(720deg);
        opacity: 0;
      }
    }

    .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}