/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
  font-family: 'Righteous';
  src: url('../fonts/BalooChettan-Regular.ttf');
  src: url('../fonts/BalooChettan-Regular.ttf');
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
  font-family: 'Raleway', sans-serif;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}
.welcome_heading {
  color: #f06624;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: -39px;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  /*padding-left: 300px;*/
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}
.button-pulse a {
  background: var(--bg-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  line-height: 65px;
  font-weight: 400;
  color: #005b91;
}

.pulsing:after,
.pulsing:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: inherit;
  top: 0;
  left: 0;
  z-index: 0;
  background: #61d3ff;
  border-radius: inherit;
  animation: 2.5s linear infinite pulsing;
}
.project-section {
  background-color: var(--white);

  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.project-section h2 {
  margin-bottom: 20px;
}

.project-section a {
  text-decoration: none;
  color: var(--light);
  /* position: absolute; */
  content: '';
  width: 100%;
  height: 100%;
  border: inherit;
  top: 0;
  left: 0;
  z-index: 0;
  background: #61d3ff;
  border-radius: inherit;
  animation: 2.5s linear infinite pulsing;
  padding: 9px;
  border-radius: 18px;
}

.event-section {
  display: flex;
  justify-content: space-around;
  width: 500px;
  margin: 0 auto;
}

.event-item {
  width: 150px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.event-item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.event-item span {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.index_icon {
  font-size: 24px;
}
.donation-section {
  margin-right: 20px;
}
.donation-btn {
  background-color: #61d3ff;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}
.donation-btn:hover {
  background-color: #0056b3;
}
.member_designation {
  text-align: center;
}
.rotry-app-pnl .app-box a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.rotry-app-pnl .app-box a i {
  margin-right: 5px;
}

p {
  font-family: 'Lora', serif; /* Choose an attractive font */
  font-size: 16px; /* Adjust font size */
  line-height: 1.6; /* Line height for better readability */
  color: #444; /* Text color */
  margin-bottom: 20px; /* Space below the paragraph */
  text-align: justify; /* Justify text for neat alignment */
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: -20px;
}
.contact-form h2 {
  margin-top: 0;
  text-align: center;
}
.contact-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form input[type='date'] {
  width: calc(100% - 20px);
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.contact-form input[type='submit'] {
  width: 100%;
  padding: 10px;
  background-color: #28a745;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.contact-form input[type='submit']:hover {
  background-color: #218838;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}
.nav_padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.nav3 {
  margin-right: 62px !important;
}
.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 50px;
  padding-bottom: 0px;
}

.padding_0 {
  padding: 0px;
}

/* header top section start */

.header_top_section {
  width: 100%;
  display: flex;
  background-color: #f8a420;
  height: auto;
  padding: 5px 18px;
}

.header_top_main {
  display: flex;
}

.call_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
}

.call_text a {
  color: #ffffff;
}

.call_text a:hover {
  color: #ffffff;
}

.call_text_1 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  text-align: right;
}

.call_text_1 a {
  color: #ffffff;
}

.call_text_1 a:hover {
  color: #ffffff;
}

.call_text_2 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  text-align: right;
  text-align: center;
}

.call_text_2 a {
  color: #ffffff;
}

.call_text_2 a:hover {
  color: #ffffff;
}

.padding_left_15 {
  padding-left: 10px;
}

/*---8/7/24----*/
.e-mrgn {
  margin: 0 5px 0 0;
}

.e-mrgn {
}
/* header top section end */

/* header section start */

.header_section {
  width: 100%;
  float: left;
  background-image: url(../images/banner-bg.png);
  height: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.header_bg {
  background: #1f1f1f;
}
.dhide {
  display: none;
}
.mhide {
  display: block;
}
.bg-light {
  background-color: transparent !important;
}

.logo {
  width: auto;
}
.modal-backdrop.show {
  opacity: 0 !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 16px;
  color: #fcfefe;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fda417;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fda417 !important;
}

.navbar {
  padding: -2px 0px 30px 0px;
}
.navbar-nav li {
  margin-right: 21px;
}
.members_button {
  font-size: 18px;
  background-color: #f8a420;
  padding: 12px;
  line-height: 2px;
  color: #ffffff;
  font-weight: 600;
}
.nav-t {
  position: absolute;
  right: 19px;
}

.login_text {
}

.login_text ul {
  margin: 0px;
  padding: 0px;
}

.login_text li {
  float: left;
  font-size: 18px;
  color: #ffffff;
  padding: 0px 30px;
}
.service-page {
  margin-bottom: 79px;
}

.login_text li a {
  color: #ffffff;
}

.login_text li a:hover {
  color: #fda417;
}

.quote_btn {
  width: 170px;
  float: left;
}

.quote_btn a {
  width: 100%;
  float: left;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  background-color: #fda417;
  border-radius: 40px;
  padding: 8px;
  text-transform: uppercase;
}

.quote_btn a:hover {
  background-color: #ffffff;
  color: #252525;
}

/* header section end */

/* banner section start */

.banner_section {
  width: 100%;
  float: left;
  padding: 90px 0px;
  margin-top: 285px;
}

.banner_taital_main {
  width: 62%;
  float: left;
}

.banner_taital {
  width: 100%;
  float: left;
  font-size: 50px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0px;
  line-height: 70px;
  font-family: 'Poppins', sans-serif;
}

.banner_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  margin-left: 0px;
  font-family: 'Poppins', sans-serif;
}

.btn_main {
  width: 100%;
  display: flex;
}

.started_text {
  width: 180px;
  margin-right: 20px;
  margin-top: 30px;
}

.started_text a {
  width: 100%;
  float: left;
  padding: 10px 10px;
  color: #ffffff;
  background-color: #4d7fd0;
  text-align: center;
  font-size: 16px;
  border-radius: 40px;
}

.started_text a:hover {
  color: #ffffff;
  background-color: #fda417;
}

.started_text.active a {
  color: #ffffff;
  background-color: #fda417;
}

#my_slider a.carousel-control-prev {
  left: 30px;
  top: 180px;
  right: 0px;
}

#my_slider a.carousel-control-next {
  right: 0px;
  top: 120px;
  left: 30px;
  color: #ffffff;
  background-color: #f8c30b;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
  width: 55px;
  height: 55px;
  background: #ffffff;
  opacity: 1;
  font-size: 40px;
  color: #070606;
  border-radius: 100px;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
  color: #ffffff;
  background-color: #f8c30b;
}

/* banner section end */

/* about section start */

.about_section {
  width: 100%;
  float: left;
  padding: 90px 0px 0px 0px;
  margin-bottom: 34px;
}

.about_taital {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #16498a;
  font-weight: bold;
  padding-top: 40px;
}

.about_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #5a5959;
  margin-left: 0px;
  margin-bottom: -2px;
  line-height: 19px;
  margin-top: 9px;
}
.event_img {
  width: 100%;
  height: 286px;
  padding: 9px;
  border: 2px solid #ddd8d8;
  background: #ddd5d5;
  border-radius: 24px;
}

.about_img {
  width: 100%;
  float: left;
  background-image: url(../images/about-img.png);
  height: auto;
  background-size: cover;
  padding: 0px 0px 0px 0px;
}

.video_bt {
  width: 100%;
  padding: 155px 0px;
}

.play_icon img {
  width: 80px;
}

.play_icon {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  text-align: center;
}

.play_icon::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 90px;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
  background-color: rgb(253, 164, 23, 0.8);
  border-radius: 100%;
  animation: fadeEffect 1.3s infinite ease;
  box-shadow: 0px 0px 10px 0px;
  right: 0px;
  margin: 0 auto;
  z-index: -1;
}

@keyframes fadeEffect {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

.read_bt_1 {
  width: 180px;
  float: left;
  margin-top: 20px;
  margin-bottom: 16px;
}

.read_bt_1 a {
  width: 100%;
  float: left;
  font-size: 16px;
  text-align: center;
  background-color: #282828;
  color: #ffffff;
  padding: 10px 0px;
  border-radius: 40px;
  font-weight: bold;
}

.read_bt_1 a:hover {
  background-color: #fda417;
  color: #ffffff;
}

/* about section end */

/* services section start */

.services_section {
  width: 100%;
  float: left;
}

.services_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #16498a;
  font-weight: bold;
  text-align: center;
}
.footer_contact {
  color: #ffffff !important;
}

.tilt-warp-sevices {
  font-family: 'Tilt Warp', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: 'XROT' 0, 'YROT' 0;
}
.member {
  padding: 18px;
  background-color: #ffffff;
  border: 1px solid #dfd6d6;
  margin-bottom: 35px;
}
.member_name {
  color: #16498a;
  text-align: center;
  margin-bottom: 3px;
}
.member_position {
  text-align: center;
  margin-bottom: -12px;
  font-weight: 600;
}

.member_number {
  text-align: center;
}
.fa-solid,
.fas {
  font-weight: 900;
}
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: 'Font Awesome 6 Free';
}
.services_text_1 {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  color: #1f1f1f;
  padding-top: 20px;
  text-align: center;
}

.services_text {
  width: 100%;
  font-size: 14px;
  margin: 0px;
  color: #ffffff;
  padding-top: 20px;
}
.navbar2 {
  background-color: transparent;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.member_a {
  color: #ffffff !important;
}

.wrap-box {
  width: 100%;
  height: auto;
}
.gallery {
  display: initial;
  width: auto;
  height: auto;
}
.list-none {
  list-style: none;
}
.banner-area {
  position: relative;
  min-height: 180px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.image-thumbnail {
  display: inherit;
  width: auto;
  height: auto;
  margin: 5px 4px;

  transition: 300ms ease;
}
.banner-heading {
  text-align: center;
}
.banner-title {
  color: #131111;
  font-size: 38px;
  font-weight: 600;
}
.breadcrumb {
  padding: 0;
  background: none;
  font-weight: 700;
  font-size: 12px;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
p {
  text-align: justify;
  font-family: -webkit-body;
}

.services_section_2 {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}
.modal-target {
  width: 300px;
  border-radius: 5px;
  transition: 0.3s;
}

.modal-target:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1200px;
}

/* Caption of Modal Image */
.modal-caption {
  margin: auto;
  display: block;
  width: 44%;
  height: 356px;
  max-width: 1200px;
  text-align: center;
  color: white;
  font-size: 20px;
}

/* Close button */
.modal-close {
  font-size: 33px;
  color: black;
  padding: 0px 15px;
  cursor: pointer;
  position: absolute;
  top: 38px;
  right: 93px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
}

.modal-close:hover {
  background-color: rgba(255, 255, 255, 1); /* Full opacity on hover */
}

/* Add Animation */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modal-content,
.modal-caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.box_main {
  width: 100%;
  background-color: #16498a;
  height: auto;
  padding: 40px 20px 40px 20px;

  margin-top: 30px;
}

.box_main.active {
  background-color: #16498a;
  box-shadow: 0px 0px 20px 0px;
}

.service_img {
  width: 30%;
  min-height: 71px;
}

.development_text {
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  padding: 20px 0px 0px 0px;
  text-transform: uppercase;
  min-height: 80px;
}

.service_img img {
  min-height: 80px;
}

.readmore_bt {
  width: 140px;
  padding-top: 30px;
}

.readmore_bt a {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  padding: 15px 20px;
  margin-top: 10px;
  font-weight: bold;
  background-color: #f8a420;
}

.readmore_bt a:hover {
  color: #252525;
}
.text-center {
  text-align: center !important;
}
.welcome_to {
  background-color: #f8a420 !important;
}

.welcome_to:hover {
  background-color: #d7d5d0 !important;
}

/* services section end */

/* projects section start */

.projects_section {
  width: 100%;
  float: left;
  padding-bottom: 51px;
}
.tonggler_menu {
  background: #16498a;
  width: 95%;
}

.projects_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #192955;
  font-weight: 600;
  padding-bottom: 30px;
  text-align: center;
}
.breadcrump-color {
  color: #1558ae !important;
}
.gallery_image {
  max-width: 100%;
  height: 200px !important;
  margin: 16px 0px;
}

.projects_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #5a5959;
  margin: 0px;
}

.projects_section_2 {
  padding: 50px 0px;
  width: 100%;
}

.pets_section_2 {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.member--image {
  width: 169px;
  height: 169px;
  overflow: hidden;
  background-color: #eee;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 15px;
  box-shadow: 2px 5px 0px 0px #f06524, 4px 10px 0px 0px #2ab8c7;
  margin-top: 0;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 310px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgb(45, 45, 45, 0.5);
  margin: 0 auto;
}

.container_main {
  position: relative;
}

.container_main:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}

.some_text {
  color: #fefefd;
  text-align: center;
  font-size: 20px;
  padding-bottom: 0;
  font-weight: bold;
}

i.fa.fa-link {
  background: #0fbdd7;
  padding: 20px 20px 18px 20px;
  border-radius: 100%;
}

.padding_right0 {
  padding-right: 0px;
}

.development_box {
  width: 100%;
  background: red;
  height: auto;
  background-size: cover;
}

.work_text {
  width: 100%;
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
}
.service_section {
  height: 200px;
}

.dummy_text {
  /* width: 100%; */
  /* font-size: 15px; */
  /* margin: 0px; */
  color: #ffffff;
  font-family: 'Lora', serif;
  font-size: 16.7px;
  line-height: 1.6;
  /* color: #444; */
  margin-bottom: 20px;
  text-align: justify;
}
.event_button {
  font-size: 18px;
  background-color: #16498a;
  padding: 12px;
  line-height: 2px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 24px;
}
.about_us {
  padding: 4px 0px !important;
}
.we-do {
  margin: 72px 0px;
}
.we_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #16498a;
  font-weight: bold;
  padding-top: 40px;
  text-align: center;
}
.li-we_d0 {
  color: #000000;
  margin: 9px 0px !important;
  font-size: 16px;
}
.about-ul {
  font-size: 21px;

  margin-bottom: 12px;
  line-height: 31px;
}
.oue-member-home {
  background: aliceblue;
}

.project_main {
    width: 100%;
    padding: 20px;
    background-color: #16498a;
    height: 320px;
    top: -2px;
    position: relative;
    margin-bottom: 22px;
}
.upcomeing_section {
  width: 100%;
  float: left;
  background-color: #ff6262;
  height: auto;
  padding: 0px 50px 50px 50px;
}
.projects_section {
  background-color: #ffffff;
  padding: 40px 0;
}
.month_tabs {
  background-color: #ffffff;
  padding-bottom: 20px;
}
.month_tabs .nav-tabs {
  border-bottom: 2px solid #dddddd;
  display: flex;
  justify-content: center;
}
.month_tabs .nav-item {
  margin-bottom: -1px;
}
.month_tabs .nav-link {
  border: 1px solid transparent;
  border-radius: 0;
  color: #555;
  font-weight: 500;
  margin-right: 5px;
  padding: 10px 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.month_tabs .nav-link:hover {
  background-color: #f8f9fa;
  color: #007bff;
}
.month_tabs .nav-link.active {
  background-color: #007bff;
  color: #ffffff !important;
  border-color: #007bff #007bff #ffffff;
}

.video_menu {
  width: 100%;
  float: left;
}

.video_menu ul {
  margin: 0px;
  padding: 0px;
}

.video_menu li a {
  float: left;
  font-size: 18px;
  color: #464646;
  background-color: #ffffff;
  padding: 10px;
}

.video_menu li a:hover {
  color: #ffffff;
  background-color: #ff6262;
}

.video_menu li.active a {
  color: #ffffff;
  background-color: #ff6262;
}

.hover_main {
  width: 100%;
  float: left;
  transition: 0.3s all;
}

.hover_main:hover {
  transform: translateY(30px);
}

.projects_section .tab-content {
}

.projects_section ul {
  margin-bottom: 0;
  float: left;
}
.event_content {
  background: #fff;
  border-bottom: 2px solid #cacaca;

  padding-bottom: 26px;
}

.projects_section ul .nav-link {
  color: #000;
  background-color: #fff;
  padding: 12px 10px;
    width: 92px;
  text-align: center;
  margin: 0px 0px;
  text-transform: uppercase;
  position: relative;
}

.projects_section ul .nav-link.active {
  background-color: #fda417;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .readmore_bt {
    padding-top: 50px !important;
  }
  .navbar {
    height: 84px !important;
  }
  .gallery_image {
    max-width: 100%;
    height: 158px !important;
    margin: 16px 0px;
  }

  .about_section {
    width: 100%;
    float: left;
    padding: 90px 0px 0px 0px;
    margin-bottom: 34px;
    z-index: 999 !important;
    margin-top: -141px !important;
  }
  .dhide {
    display: block !important;
  }
  .mhide {
    display: none !important;
  }
  .calender_button {
    display: none;
  }

  .about_taital {
    margin-top: 47px;
  }
  .logo-img {
    max-width: 66%;
    height: auto;
  }
  .navbar-nav {
    padding-left: 0px !important;
  }
  .home_page {
    display: none;
  }
  .become-member {
    margin-top: 0px;
  }
  .d-hide {
    display: block !important;
  }
}

/* projects section end */

/* testimonial section start */

.testimonial_section {
  width: 100%;
  float: left;
  background-color: #252525;
  height: auto;
  padding: 90px 0px 150px 0px;
  background-size: 100%;
}
.d-hide {
  display: none;
}

.testimonial_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

.testimonial_section_2 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding-top: 30px;
}

.client_name_text {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}

.textimonial_text {
  width: 100%;
  background-color: #ffffff;
  padding: 40px;
  color: #0d0d0d;
  margin: 0px;
  text-align: left;
  border-radius: 4px;
}

#costum_slider a.carousel-control-next {
  right: -60px;
  left: 0px;
  top: 500px;
}

#costum_slider a.carousel-control-prev {
  left: -60px;
  right: 0px;
  top: 500px;
  color: #fff;
  background-color: #fda417;
}

#costum_slider .carousel-control-next,
#costum_slider .carousel-control-prev {
  width: 55px;
  height: 55px;
  background: #ffffff;
  opacity: 1;
  font-size: 30px;
  color: #252525;
  margin: 0 auto;
  text-align: center;
  border-radius: 100px;
}

#costum_slider .carousel-control-next:focus,
#costum_slider .carousel-control-next:hover,
#costum_slider .carousel-control-prev:focus,
#costum_slider .carousel-control-prev:hover {
  color: #fff;
  background-color: #fda417;
}

/* testimonial section end  */

/* contact section start */

.contact_section {
  width: 100%;
  float: left;
  margin-top: 83px;
}
.event_padding {
  margin-bottom: 19px;
}

.contact_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #16498a;
  padding-left: 100px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}
.send-button {
  padding: 9px;
  border-radius: 7px;
  background-color: #f8a420;
}
.bg-primary {
  background-color: #f3f3fe !important;
  height: 150px;
  margin-top: 134px;
}
.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem !important;
}
.display-3 {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 1.2;
}
.breadcrumb-item.active {
  color: #0f599c !important;
}
.contact_section_2 {
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-bottom: 90px;
}

.mail_section_1 {
  width: 100%;
  float: left;
  padding-left: 85px;
  padding-top: 30px;
}

.mail_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #c5c8c7;
  border: 0px;
  background-color: transparent;
  padding: 8px 15px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 10px 0px #cfcfcf;
}

input.mail_text::placeholder {
  color: #c5c8c7;
}

.massage-bt {
  color: #c5c8c7;
  width: 100%;
  height: 110px;
  font-size: 18px;
  background-color: transparent;
  padding: 40px 15px 0px 15px;
  border: 0px;
  box-shadow: 0px 0px 10px 0px #cfcfcf;
}

textarea#comment.massage-bt::placeholder {
  color: #c5c8c7;
}

.send_bt {
  width: 170px;
  float: left;
}

.send_bt a {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background-color: #fda417;
  padding: 12px;
  text-transform: uppercase;
  margin-top: 30px;
  display: block;
  font-weight: bold;
  border-radius: 40px;
}

.send_bt a:hover {
  color: #ffffff;
  background-color: #252525;
}

.contact_img {
  width: 100%;
  float: left;
}

.padding_left_15 {
  padding-right: 0px;
}

/* contact section end */

/* footer section start */

.footer_section {
  width: 100%;
  float: left;
  background-color: #16498a;
  height: auto;
  padding-bottom: 50px;
}

.footer_section_2 {
  width: 100%;
  float: left;
}

.useful_text {
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.lorem_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
}

.location_text {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.location_text ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: center;
}

.location_text li {
  float: left;
  font-size: 16px;
  color: #ffffff;
  padding: 0px 120px 30px 120px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
}

.location_text li a {
  color: #ffffff;
}

.location_text li a:hover {
  color: #fda417;
}

.location_text li.active a {
  color: #fda417;
}

.padding_15 {
  font-size: 30px;
}

.social_icon {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 40px;
}

.social_icon ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.social_icon li {
  float: left;
}

.social_icon li a {
  float: left;
  padding: 5px 15px;
  background-color: #ffffff;
  color: #000;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 5px;
  width: 50px;
  text-align: center;
  margin-top: 10px;
}

.social_icon li a:hover {
  background-color: #fda417;
  color: #ffffff;
}
.navbar {
  background-color: #16498a !important;
  /* height: 108px;*/
}

.pt-50 {
  padding-top: 4px;
}
.foun-bg {
  background-color: #f6efef;
  margin-bottom: 54px;
}
.pd-all {
  padding: 30px;
}
.foun-pic {
  border: 1px solid grey;
  padding: 9px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.founder {
  background-color: #c1c7d3;
}
.navbar-nav .nav-link {
  color: #fff !important; /* Set link text color to white */
}

.navbar-nav .nav-link:hover {
  color: #f0f0f0 !important; /* Set hover color */
}

.navbar-brand img {
  max-height: 40px; /* Adjust logo size as needed */
}
.back {
  background-image: url('images/back.webp');
  background-size: cover;
  background-position: center;
  padding: 50px 0; /* Adjust padding as needed */
}

.white {
  color: #fff;
}
.text-justify {
  text-align: justify;
}

.update_mail {
  color: #918f8f;
  width: 100%;
  height: 55px;
  font-size: 18px;
  padding: 10px 20px 0px 20px;
  background-color: #ffffff;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
  margin-top: 20px;
  border-radius: 40px;
}

.subscribe_bt {
  width: 170px;
  float: left;
  padding-top: 30px;
}

.subscribe_bt a {
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 0px;
  background-color: #fda417;
  text-transform: uppercase;
  text-align: center;
  border-radius: 40px;
}

.subscribe_bt a:hover {
  color: #252525;
  background-color: #ffffff;
}

.footer_menu_main {
  width: 100%;
  float: left;
}

.footer_menu {
  width: 77%;
  display: flex;
  flex-wrap: wrap;
}

.footer_menu ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.footer_menu li {
  font-size: 16px;
  color: #ffffff;
  padding: 0px 0px 0px 0px;
  flex-basis: 60% !important;
}

.footer_menu li a {
  color: #ffffff;
}

.footer_menu li a:hover {
  color: #fda417;
}

.footer_menu li.active a {
  color: #f9bc19;
}

/* footer section end */

/* copyright section start */

.copyright_section {
  width: 100%;
  float: left;
  background-color: #f8a420;
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  font-size: 16px;
  margin: 2px 0px;
  color: #ffffff;
  text-align: center;
}

.copyright_text a {
  color: #ffffff;
  text-decoration: underline !important;
}
.copyright_text a:hover {
  text-decoration: none;
}

/* copyright section end */

.margin_top90 {
  margin-top: 90px;
}

/*-------8/7/2024--------*/
.scnd-bar {
  background-color: #ffffff;
}

.app-section {
  justify-content: right;
}

* {
  box-sizing: border-box;
}

.rotry-app-pnl {
  display: flex;
  flex-direction: row;
  color: #133a77;
  font-weight: bold;
  margin-top: 2%;
}

.download-text {
  padding: 10px;
  flex: 70%;
  text-align: right;
}
.app-box {
  padding: 10px;
  flex: 22%;
  text-align: right;
  margin-right: 66px;
}
.ap-icon-clr {
  color: #f7a81b;
}
.header-1 {
  position: absolute !important;
  top: 27px !important;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .rotry-app-pnl {
    flex-direction: column;
  }
  .download-text {
    text-align: center;
  }
  .app-box {
    text-align: center;
  }
  .app-box,
  .download-text {
    padding: 0px;
  }
}
.contact-mrgntop {
  margin-top: 100px;
}

/*----contact form-------*/

.membership_form {
  font-size: 12px;
  font-weight: normal;
}
/* Combined Section Styling */
/* Combined Section Styling */
.combined-section {
  padding: 20px 0;
}

.project-section h2 a {
  text-decoration: none;
  color: #007bff;
  animation: colorChange 2s infinite;
}

@keyframes colorChange {
  0% {
    color: #007bff;
  }
  50% {
    color: #ff4081;
  }
  100% {
    color: #007bff;
  }
}

/* Event Section Styling */
.event-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;

  transition: box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.event-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.event-item span {
  font-size: 10px;
  animation: blink 1s step-start infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.event-item a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.event-item a:hover {
  color: #007bff;
}

.event-item i {
  color: #007bff;
  font-size: 24px;
  margin-right: 9px;
}
