body {
  font-size: 16px;
  line-height: 22px;
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
}

.container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}

p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #000;
}

/********POP UP*******/

#modalpopup img {
  width: 100%;
}

h4.modal-title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #c02536;
  margin-bottom: 0px;
}

#modalpopup .modal-lg {
  max-width: 600px;
}

a.btn.btn-learmore {
  border: 1px solid #370093;
  background-color: #370093;
  padding: 14px 40px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
}

a.btn.btn-learmore:hover {
  border: 1px solid #b92f2d;
  background-color: #b92f2d;
  color: #fff;
}

/* custom  css by */
.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

/*.d-scroll {
  display: none !important;
}*/

.cursor-pointer {
  cursor: pointer;
}

.align-items-center div.h6.mb-0 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #dc3545;
}

.align-items-center i.fa {
  color: #dc3545 !important;
  border: 1px solid #dc3545;
  padding: 10px;
  border-radius: 5px;
}

.align-items-center span {
  font-size: 14px;
}

/*********MENU SECTION*********/

.menu-section {
  background-color: #ffffff;
}

.menu-section.fixed-top {
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgb(0 0 0 / 69%);
}

nav.navbar.navbar-expand-lg.navbar-light {
  padding: 0px;
  background-color: transparent;
}

.menu-section.fixed-top a.navbar-brand img {
  /* max-width: 70px; */
/*  margin: 10px;*/
}

a.navbar-brand {
  padding: 0px;
}

a.navbar-brand p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #777;
  margin-bottom: 0px;
}

a.navbar-brand p span {
  display: block;
}

a.navbar-brand img {
  width: 100%;
  position: absolute;
  z-index: 9;
  max-width: 210px;
  top: 0;
  right: -20px;
  margin: 7px 10px 0 0;
}

.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: #fff;
  background-color: #890922;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  line-height: 46px;
  font-weight: 600;
  padding: 12px 20px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.dropdown-menu.sm-menu {
  margin-top: -2px;
  background-color: #fff;
  border-radius: 0px;
  padding: 0px;
}

a.dropdown-item {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  padding: 6px 12px;
  border-bottom: 1px solid #eee;
}

a.dropdown-item:hover {
  background-color: #b92f2d;
  color: #fff;
}

.menu-section .dropdown ul {
  padding: 0px;
  margin: 0px;
  height: auto;
  position: absolute;
  z-index: 999;
  background-color: #296bc2;
}

.menu-section .dropdown ul li:last-child {
  border-bottom: none;
}

.menu-section .dropdown ul li {
  display: none;
}

.menu-section .dropdown ul li a {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  padding: 7px 10px;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #424242;
  transition: all 0.3s ease 0s;
  background-color: #333;
}

.menu-section .dropdown:hover ul li {
  display: block;
  width: 150px;
  background-color: #fff;
}

.menu-section .dropdown ul li a:hover {
  background-color: #c13338;
  color: #fff;
}

/***************SEARCH***************/

.search-inline {
  width: 100%;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  top: 10px;
  height: 50px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #efefef;
  z-index: 99999;
  transition: all 0.5s ease-in-out;
}

.search-inline.search-visible {
  opacity: 1;
  visibility: visible;
  animation: fadeInDown 0.4s ease-in-out;
}

.search-inline button[type="submit"] {
  position: absolute;
  right: 52px;
  top: 0;
  background-color: transparent;
  border: 0px;
  top: 0;
  right: 80px;
  padding: 0px;
  cursor: pointer;
  width: 80px;
  height: 100%;
  background: #b92f2d;
  color: #fff;
}

.search-inline .form-control {
  border: 0px;
  padding-left: 0;
  font-size: 16px;
  position: absolute;
  left: 1%;
  top: 0;
  height: 100%;
  width: 99%;
  font-weight: 400;
  outline: none;
}

.form-control:focus {
  background-color: transparent;
  box-shadow: none;
}

.search-inline .search-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #616161;
  width: 80px;
  height: 100%;
  text-align: center;
  display: table;
  background: #efefef;
  text-decoration: none;
}

.search-inline .search-close i {
  display: table-cell;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #efefef;
  background-clip: padding-box;
  border: 1px solid #efefef;
  border-radius: 0.25rem;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.search-open i {
  color: #fff;
  /*background-color: #b92f2d;
  padding: 16px;
  border-radius: 50%;*/
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.header-login p {
  margin-top: 20px;
  margin-bottom: 0px;
}

.header-login p a {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.menu-section .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: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.menu-section .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

/* The Close Button */
.menu-section .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.menu-section .close:hover,
.menu-section .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.menu-section #myModal input.form-control {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  color: #111;
  height: 42px;
  border-radius: 3px;
  margin-bottom: 15px;
  background-color: #fff;
}

.menu-section #myModal button.btn.btn-primary {
  border: 1px solid #b92f2d;
  background-color: #b92f2d;
  padding: 14px 40px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 0px;
  width: 100%;
}

.menu-section #myModal button.btn.btn-primary:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.menu-section #myModal p {
  margin-bottom: 0px;
}

.menu-section #myModal p a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #b92f2d;
  text-decoration: none;
}

.menu-section #myModal p a:hover {
  text-decoration: underline;
  color: #5a0f0e;
}

/**********MOBILE MENU***********/

.clickmenus {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 108px;
  left: 15px;
  color: #ffffff;
  z-index: 99;
  display: inline-block;

  display: none;
  background-color: #c13338;
  padding: 10px 14px;
  border-radius: 3px;
}

.fixed-top .clickmenus {
  top: 4px;
  z-index: 999999;
}

.gap-2 {
  gap: 4px;
}

.clickmenus h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #dc3545;
  text-transform: uppercase;
  float: right;
  margin-left: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: #c13338;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #fff;
}

.sidenav .closebtn {
  position: absolute;
  top: 5px;
  right: 11px;
  font-size: 50px;
  margin-left: 50px;
  z-index: 9999;
  padding: 0px;
  color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav a {
    font-size: 18px;
  }
}

.sidenav .card {
  background-color: transparent;
  border: none;
}

.card-header {
  background-color: transparent;
  border-bottom: 1px solid #eee;
}

.sidenav .card-body {
  padding: 0 10px;
}

.mobile-menus ul {
  padding: 0px;
  margin: 0px;
}

.mobile-menus ul li {
  list-style-type: none;
}

.mobile-menus ul li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  padding: 14px 20px;
  border-bottom: 1px solid #e4494e;
}

.sidenav .card-body ul li a {
  font-size: 12px;
}

.sidenav .card-body ul li a:hover {
  color: #fff;
  font-size: 13px;
  background-color: transparent;
}

.mobile-menus ul li a i.fa {
  float: right;
}

@media (max-width: 991px) {
  .clickmenus {
    display: block;
  }

  .shadow-img {
    display: none;
  }

  .navbar-light .navbar-brand {
    display: block;
  }

  .navbar-toggler-icon {
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light {
    height: 70px;
  }

  .navbar-light .navbar-toggler {
    display: none;
  }
  .menu-section.fixed-top,
  .menu-section.bg-danger{
    background-color: #0e0025 !important;
  }
}

/***************SLIDER**************/

/*.slider{
  margin-top: -49px;
}*/

.slider .carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 35%);
}

.slider img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.heading-box h2 {
  width: 100%;
}

.text-box {
  position: absolute;
  top: 65%;
  left: 12%;
  right: 12%;
  color: #f8931e;
  text-align: center;
  transform: translateY(-50%);
  z-index: 99;
}

.text-box h2 {
  font-family: "Exo 2", sans-serif;
  font-size: 54px;
  line-height: 60px;
  font-weight: 900;
  color: #fff;
}

.text-box p {
  font-style: italic;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.slider .carousel-indicators {
  bottom: 30px;
}

/****************WELCOME SECTION***************/

.welcome-section {
  padding-bottom: 50px;
  background-color: #f7f7f7;
}

.welcome-section .text-black {
  color: var(--danger) !important;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 10px;
}

.welcome-section h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  color: #777;
  margin-top: 30px;
  margin-bottom: 20px;
}

.welcome-right form {
  border: none;
  box-shadow: 0 19px 38px rgb(0 0 0 / 16%);
  border-radius: 3px;
  margin-top: -60px;
  line-height: 24px;
}

.welcome-right h2 {
  border: none;
  border-radius: 3px 3px 0 0;
  background: #b92f2d;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 4.5rem;
  letter-spacing: 0.2rem;
}

a.callout {
  border-radius: 10px;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.4rem;
  line-height: 1.714;
  display: block;
  width: 100%;
  color: #3d4543;
}

a.callout:hover {
  box-shadow: 0 19px 38px rgb(0 0 0 / 16%);
  color: #3d4543;
  text-decoration: none;
  background: #fff;
}

.benefit-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

a.callout:hover .benefit-box {
  transform: scale(0.9);
}

.benefit-box i {
  font-size: 20px;
  color: #777;
  margin-bottom: 10px;
}

.benefit-box h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.benefit-box span {
  display: block;
}

.benefit-box p {
  font-size: 14px;
  line-height: 20px;
}

.benefit-box h6 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #b92f2d;
  margin-bottom: 0px;
}

.welcome-right form .row {
  padding: 30px;
  margin-left: 0px;
  margin-right: 0px;
}

.welcome-right form p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.welcome-right input.form-control {
  width: 100%;
  height: 44px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

.welcome-right label {
  display: block;
  font-size: 13px;
  line-height: 18px;
}

.welcome-right label a {
  color: #b92f2d;
  text-decoration: none;
}

.welcome-right label a:hover {
  color: #000;
  text-decoration: underline;
}

.welcome-right form textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

.welcome-right button.btn.btn-primary {
  border: 1px solid #370093;
  background-color: #370093;
  padding: 14px 40px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 0px;
  width: 100%;
}

.welcome-right button.btn.btn-primary:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

/*********************BENEFITS SECTION*******************/

.benefit-section {
  background: #030303 url("../images/benefit-img1.jpg") top right no-repeat;
  padding: 70px 0;
}

.benefit-left h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.benefit-left h4 {
  font-size: 60px;
  line-height: 75px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}

.benefit-left h4 span {
  display: block;
}

a.btn.btn-check {
  border: 1px solid #b92f2d;
  background-color: #b92f2d;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
}

a.btn.btn-check:hover {
  border: 1px solid #b92f2d;
  background-color: #b92f2d;
  color: #fff;
}

/*****************MESSAGE ****************/

.profile-tab {
  transition: all 0.3s ease;
  border-radius: 8x !important;
  margin: 0px;
}

.profile-tab div h5 {
  color: black;
  font-size: 20px;
  font-weight: 600;
}

.profile-tab div small {
  font-size: 14px;
  font-weight: 400;
}

/*.profile-tab:hover {
  background-color: #f8f9fa;
  transform: translateX(5px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}*/

.nav-link.active {
  box-shadow: 0px -1px 5px rgb(191 191 191 / 40%);
}

.profile-img {
  transition: transform 0.3s ease;
  width: 60px;
  height: 60px;
  border: 2px solid var(--danger);
}

.profile-content {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.tab-pane:not(.active) {
  opacity: 0;
  transform: scale(0.95);
}

.tab-pane.active {
  opacity: 1;
  transform: scale(1);
  text-align: center;
  border: 2px solid #eee;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px -1px 5px rgb(191 191 191 / 40%);
}

.under-center-tag::after {
  position: absolute;
  bottom: -2px;
  left: 45%;
  border-radius: 15px;
  height: 3px;
  width: 10%;
  content: " ";
  background-color: var(--danger);
}

.profile-content img {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  cursor: pointer;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: 0.5s;
}

.profile-content img:hover {
  transform: scale(1.01);
}

a.btn.btn-danger.mt-3 {
  color: #fff;
  text-decoration: none;
}

/***************BEWS VIDEO SECTION**************/

.news-video {
  padding: 40px 0;
  background-color: #dc354517;
}

.news-video h4 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.news-video .title_alt a {
  color: #000;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
}

.news-video a.btn.btn-primary.btn-xs {
  border: 1px solid #370093;
  background-color: #370093;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}

.news-video .table {
  margin-bottom: 0px;
}

.news-video .table td img {
  width: 40px;
}

.news-video ul.tabs {
  list-style-type: none;
  padding: 0px;
  border-radius: 5px;
  margin-bottom: 0px;
}

.news-video ul.tabs li {
  cursor: pointer;
  padding: 10px 20px;
  color: #dc3545;
  display: inline-block;
  border-radius: 0px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  border: 1px solid #ccc;
  border-bottom: none;
}

.news-video ul.tabs li:last-child {
  margin-right: 0px;
}

.news-video ul.tabs li.active {
  background-color: #fff;
  color: #370093;
  border-color: #fff;
}

.tab_content {
  background-color: #fff;
  padding: 20px;
  border-radius: 0px;
}

.tab_content p {
  font-size: 23px;
  line-height: 28px;
}

.news-video .tab_content.hidden {
  display: none;
}

.news-video .tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 767px) {
  .news-video ul.tabs {
    display: none;
  }
  .news-video .tab_drawer_heading {
    background-color: #370093;
    color: #fff;
    display: block;
    user-select: none;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
  }
  .news-video .d_active {
    background-color: #370093;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
  }
}

/*****************OUR TEAM****************/
.team-card {
  background: linear-gradient(to top, var(--danger) 59%, #fff 41%);
  border-radius: 5px;
  padding: 50px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  position: relative;
  box-shadow: 0px -1px 5px rgb(191 191 191 / 40%);
  height: 350px !important;
  border: 1px solid #ddd;
}

.team-card .img-box {
  position: relative;
}

.team-card .img-box img {
  border-radius: 50%;
  height: 147px;
  text-align: center;
  width: 147px;
  transition: all 0.1s ease-in-out;
  border: 5px solid white;
}

.team-card .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 147px;
  height: 80px;
  border: 5px solid var(--danger);
  border-bottom: none;
  border-radius: 100px 100px 0 0;
  opacity: 1;
}

.team-card:hover .team-card .img-box::after {
  opacity: 0;
}

.team-card:hover .img-box img {
  border: 5px solid var(--danger);
}

.team-card:hover {
  transform: scale(1.1);
  box-shadow: 0px -1px 5px rgb(191 191 191 / 40%);
}

/*****************ACTIVITIES SECTION****************/
.activities .container h2 {
  color: #fff;
  font-size: 14px;
  padding: 14px;
  cursor: default;
}

.activities .container h2 span {
  font-size: 30px !important;
  font-weight: 700;
  margin: 0 5px !important;
}

.activities .container div a {
  transition: 0.5s;
  padding: 10px;
}

.activities .container div a:hover {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  transform: scale(1.02);
  color: #fff;
}

/*****************PEACE SECTION****************/

.peace-section {
  padding: 40px 0;
  background-color: #edf0f2;
}

.peace-section h3 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
  color: #777;
  margin-bottom: 20px;
}

.peace-section h5 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #111;
  margin-bottom: 20px;
}

.peace-section p {
  max-width: 600px;
  width: 100%;
  text-align: justify;
}

.peace-section h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

a.btn.btn-join {
  border: 1px solid #370093;
  background-color: #370093;
  padding: 14px 40px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0px;
  float: right;
  margin: auto;
}

a.btn.btn-join:hover {
  border: 1px solid #dc3545;
  background-color: #dc3545;
  color: #fff;
}

.bg-danger.activities {
  background-color: #370093 !important;
}

.joinnow-col {
  width: 100%;
  margin: 0 auto;
}

.peace-section .businesssvg {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}

.businesssvg:hover {
  transform: scale(1.01);
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.3));
}

/****************GALLERY**************/

.gallery-section {
  padding: 50px 0;
  position: relative;
}

/*.gallery-section .container .row div {
  position: relative !important;
}*/

/* .underline-gallery::after {
  position: absolute;
  bottom: 3px;
  left: 42%;
  height: 3px;
  width: 11.5rem;
  content: " ";
  background-color: var(--danger);

} */

.gallery-section h4 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
  color: #777;
  margin-bottom: 30px;
}

.gallery-section figure {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.gallery-section figure img {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform ease 0.2s;
  -ms-transition: transform ease 0.2s;
}

.gallery-section figure img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery-left img{
  height: 330px !important;
}

.gallery-rights img{
  height: 150px !important;
  margin-bottom: 30px;
}

/*
.gallery-left {
  padding-right: 5px;
}

.gallery-left1 {
  padding-left: 5px;
}

.gallery-left2 {
  padding-right: 5px;
}
*/
.gallery-left2 img {
  height: 200px !important;
}

/*.gallery-left3 {
  padding-left: 5px;
}*/

.gallery-left3 img {
  height: 200px !important;
}

/*.gallery-left4 {
  padding-left: 0px;
}*/

.gallery-left4 img {
  height: 200px !important;
}

.gallery-left1 img {
  padding-bottom: 5px;
}

/******************FAQS SECTION*****************/

.faqs-section {
  background: url("../images/faq-img1.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.faqs-section .overlay {
  background-color: rgb(249 244 241 / 87%);
  padding: 40px 0;
}

.faqs-section h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
  line-height: 1.4;
}

.faqs-section .faqs-text {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 15px;
}

/***************INSPIRATION SECTION***************/

.inspiration-section {
  padding: 40px 0;
}

.inspire-left img {
  background-color: #fff;
  height: 400px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  box-shadow: 0 0 5px rgb(0 0 0 / 50%);
  padding: 15px;
  border-radius: 5px;
  object-fit: cover;
  position: relative;
  transition: 0.3s;
  /* Smooth transition for scaling */
}

.inspire-left img:hover {
  box-shadow: 5px 5px 20px rgb(0 0 0 / 50%);
}

.inspire-right {
  padding-left: 60px;
}

.inspire-right h4 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.inspire-right p {
  line-height: 34px;
}

a.btn.btn-take {
  border: 1px solid #370093;
  background-color: #370093;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
}

a.btn.btn-take:hover {
  border: 1px solid #dc3545;
  background-color: #dc3545;
  color: #fff;
}

/*****************OWL CAROUSEl******************/
.owl-carousel .item {
  padding: 20px;
  text-align: center;
  color: #000;
  margin: 5px;
}

.single-clients img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.single-clients:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

.single-clients.active img {
  transform: scale(1.1);
  opacity: 1;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}

/*****************FOOTER******************/

.top-footer {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #e9ecef;
}

.footer-logo {
  display: flex;
  align-items: center;
  /* margin: auto 10px; */
  margin-bottom: 10px;
}

.footer-logo img {
  max-width: 180px;
  width: 100%;
  margin-bottom: 10px;
}

.footer-logo p {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  line-height: 24px;
}

.top-footer h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-left p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 2px;
}

.footer-left p a {
  color: #b92f2d;
  text-decoration: none;
}

.footer-left p a:hover {
  color: #000;
  text-decoration: underline;
}

.footer-right ul {
  padding: 0px;
  margin: 0px;
  text-align: right;
  margin-top: 76px;
}

.footer-right ul li {
  list-style-type: none;
  display: inline-block;
  padding-left: 15px;
}

.footer-right ul li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.footer-right ul li a:hover {
  color: #b92f2d;
}

.footer-text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}

.footer-text h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.footer-text ul {
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
}

.footer-text ul li {
  list-style-type: none;
  display: inline-block;
}

.footer-text ul li a {
  text-decoration: none;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #ddd;
  display: block;
}

.footer-text ul li a img {
  width: 60px;
  height: 30px;
}

.bottom-footer {
  padding: 15px 0;
  background-color: #370093;
}

.copyright p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 0px;
}

.copyright a {
  text-decoration: underline;
  color: #fff;
}

.copyright p a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-icons ul {
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.footer-icons ul li {
  list-style-type: none;
  display: inline-block;
  padding-left: 15px;
}

.footer-icons ul li a i {
  font-size: 14px;
  color: #fff;
}

.footer-icons ul li a i:hover {
  color: #fff;
}

.modal1 {
  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: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content1 {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

/* The Close Button */
.close1 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.close1:hover,
.close1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.contact-box p {
  position: fixed;
  bottom: 0;
  right: 15px;
  background-color: #b92f2d;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: 20px;
}

.contact-box p a {
  color: #fff;
  text-decoration: none;
}

#myModal1 input.form-control {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  color: #111;
  height: 42px;
  border-radius: 3px;
  margin-bottom: 15px;
  background-color: #fff;
}

#myModal1 textarea {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  color: #111;
  height: 140px;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 15px;
  background-color: #fff;
}

#myModal1 input#myFile {
  margin-bottom: 15px;
}

#myModal1 button.btn.btn-primary {
  border: 1px solid #b92f2d;
  background-color: #b92f2d;
  padding: 14px 40px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 0px;
  width: 100%;
}

#myModal1 button.btn.btn-primary:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

#myModal1 p {
  margin-bottom: 0px;
}

#myModal1 p a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #b92f2d;
  text-decoration: none;
}

#myModal1 p a:hover {
  text-decoration: underline;
  color: #5a0f0e;
}

/*************TEAM PAGE START HERE**************/

.team-banner {
  background: url(../images/slider1.jpg) center center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 400px;
}

.team-banner .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 400px;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}

.team-banner h1 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.team-banner h1:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #fff;
  margin: 0 auto;
  display: block;
  margin-top: 7px;
}

.team-banner ul.breadcrumb {
  background: transparent;
  padding: 14px;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
  border-radius: 0px;
}

.team-banner ul.breadcrumb li {
  display: inline;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}

.team-banner ul.breadcrumb li + li:before {
  padding: 8px;
  content: "/\00a0";
  color: #fff;
}

.team-banner ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}

.team-banner ul.breadcrumb li a:hover {
  text-decoration: underline;
}

.team-body {
  padding: 60px 0;
  text-align: center;
}

.team-body h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: #b92f2d;
  margin-bottom: 15px;
}

.team-body h4 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.team-body p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #777;
  margin-bottom: 0px;
  font-style: italic;
}

.team-body img {
  width: 100%;
  max-width: 160px;
  height: 160px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.team-row {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.team-card2 {
  background-color: #f8f9fa;
  box-shadow: 0px -1px 5px rgb(191 191 191 / 40%) !important;
}

.events-boxs a {
  text-decoration: none;
}

.events-boxs small {
  color: #000;
}

.img-box2 img {
  max-width: 100%;
  height: 90%;
  border-radius: 5px;
}

.img-box2 p {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/***********ABOUT US PAGE START HERE************/

.about-section {
  padding: 50px 0;
}

.about-section h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.about-section img {
  width: 400px;
  float: right;
  margin-left: 20px;
  border-radius: 10px;
}

.aboutus-rows {
  margin-bottom: 30px;
}

/************PUBLICATION PAGE START HERE************/

.publication-section {
  padding: 50px 0;
}

/*.publication-section img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}*/

.publication-section .public-img {
  position: relative;
  width: 100%;
  height: 400px;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 0px;
}

.publication-section a .public-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.publication-section .public-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  background: rgb(0 0 0 / 41%);
}

.publication-section a .public-img:hover:before {
  background: rgb(0 0 0 / 1%);
}

.publication-content {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px;
  box-shadow: 0px -1px 5px rgb(191 191 191 / 40%);
}

.publication-content p {
  margin-bottom: 10px;
  font-size: 16px;
}

.publication-section h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}

.publication-section h4 a {
  color: #000;
  text-decoration: none;
}

.publication-section h4 a:hover {
  color: #b92f2d;
}

/*****************BLOG PAGE START HERE****************/

.blog-body {
  padding: 50px 0;
  background-color: #eee;
}

.blog-body h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
  line-height: 1.4;
}

.blog-body img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.blog-content {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0px -1px 5px rgb(191 191 191 / 40%);
}

.blog-content p {
  margin-bottom: 0px;
  font-size: 16px;
}

.blog-body h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-body h4 a {
  color: #000;
  text-decoration: none;
}

.blog-body h4 a:hover {
  color: #b92f2d;
}

.blog-body ul {
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
}

.blog-body ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #888;
}

.blog-body ul li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #888;
  text-decoration: none;
}

.blog-body ul li a:hover {
  color: #b92f2d;
}

a.btn.btn-viewblog {
  border: 1px solid #370093;
  background-color: #370093;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  max-width: 132px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

a.btn.btn-viewblog:hover {
  border: 1px solid #b92f2d;
  background-color: #b92f2d;
  color: #fff;
}

.blog-body .pagination {
  text-align: center;
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-body .pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 200px;
}

.blog-body .page-number {
  cursor: pointer;
  background-color: white;
  color: #999;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}

.blog-body .active {
  font-size: 1.3em;
  height: 40px;
  width: 40px;
  background-color: #0057b3;
  color: white;
}

.blog-body button {
  width: 120px;
  padding: 8px 16px;
  background-color: #ffffff00;
  color: #0057b3;
  border: none;
  cursor: pointer;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-body button:hover {
  color: #0056b3;
}

.blog-body button:disabled {
  background-color: #ffffff00;
  color: #ccc;
  cursor: not-allowed;
}

.blog-body #prevPage {
  margin-right: 20px;
}

.blog-body #nextPage {
  margin-left: 20px;
}

.blog-body .arrow {
  font-size: 1.2em;
}

.blog-body .nav-text {
  font-size: 0.7em;
  letter-spacing: 0.3em;
}

/*****************BLOG DETAIL PAGE START HERE****************/

.detail-body {
  padding: 50px 0;
}

.detail-left img {
  width: 100%;
  margin-bottom: 15px;
}

.detail-left h4 {
  font-size: 34px;
  line-height: 38px;
  font-weight: 600;
  color: #b92f2d;
  margin-bottom: 10px;
}

.detail-left h3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.detail-left ul {
  padding: 0px;
  margin: 0px;
  text-align: right;
  margin-bottom: 10px;
}

.detail-left ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
}

.detail-left ul li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #111;
  text-decoration: none;
}

.detail-left ul li a:hover {
  color: #dc3545;
}

.posts {
  width: 100%;
}

.posts h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.recent-post {
  display: block;
  height: 82px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.posts a {
  text-decoration: none;
}

.posts img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 10px;
  object-fit: cover;
}

.posts h6 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
}

.posts h6:hover {
  color: #b92f2d;
}

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

.posts ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #888;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #888;
}

.posts ul li:last-child {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}

.posts ul li a {
  color: #000;
  text-decoration: none;
}

.posts ul li a:hover {
  color: #b92f2d;
}

.detail-left input {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #999;
}

.detail-left textarea {
  width: 100%;
  height: 140px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0px;
  margin-bottom: 15px;
  font-size: 14px;
  padding: 10px;
  color: #999;
}

.detail-left button.btn.btn-primary {
  border: 1px solid #b92f2d;
  background-color: #b92f2d;
  padding: 12px 40px;
  border-radius: 0px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.detail-left button.btn.btn-primary:hover {
  border: 1px solid #000;
  background-color: #000;
}

/************EVENTS SECTIONS************/

.events-sections {
  padding: 50px 0;
  background-color: #eee;
}

.events-boxs {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0px -1px 5px rgb(191 191 191 / 40%);
}

.events-boxs img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  margin-bottom: 15px;
}

.events-boxs h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

.events-boxs h2 a {
  color: #000;
  text-decoration: none;
}

.events-boxs h2 a:hover {
  color: #dc3545;
}

.events-boxs ul {
  padding: 0px;
  margin: 0px;
}

.events-boxs ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
}

.events-boxs ul li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #111;
}

.events-boxs ul li a:hover {
  color: #dc3545;
}

.events-sections .pagination {
  text-align: center;
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.events-sections .pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 130px;
}

.events-sections .page-number {
  cursor: pointer;
  background-color: white;
  color: #999;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}

.events-sections .active {
  font-size: 1.3em;
  height: 40px;
  width: 40px;
  background-color: #0057b3;
  color: white;
}

.events-sections button {
  width: 120px;
  padding: 8px 16px;
  background-color: #ffffff00;
  color: #0057b3;
  border: none;
  cursor: pointer;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.events-sections button:hover {
  color: #0056b3;
}

.events-sections button:disabled {
  background-color: #ffffff00;
  color: #ccc;
  cursor: not-allowed;
}

.events-sections #prevPage {
  margin-right: 20px;
}

.events-sections #nextPage {
  margin-left: 20px;
}

.events-sections .arrow {
  font-size: 1.2em;
}

.events-sections .nav-text {
  font-size: 0.7em;
  letter-spacing: 0.3em;
}

/**************SEARCH PAGE START HERE*************/

.search-body {
  padding: 50px 0;
}

.search-box {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px -1px 5px rgb(191 191 191 / 40%);
}

.search-box img {
  width: 134px;
  height: 85px;
  float: left;
  border-radius: 5px;
  margin-right: 15px;
  object-fit: cover;
}

.search-box h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.search-box h2 a {
  color: #000;
  text-decoration: none;
}

.search-box h2 a:hover {
  color: #b92f2d;
}

.search-box p {
  font-size: 16px;
  margin-bottom: 0px;
}

.single-body {
  padding: 50px 0;
}

.single-body h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.single-body p {
  line-height: 32px;
}

img.single-image {
  width: 400px;
  float: left;
  border-radius: 10px;
  margin-right: 20px;
}

img.single-image1 {
  width: 400px;
  float: right;
  border-radius: 10px;
  margin-left: 20px;
}

/******************COTNACT US PAGE START HERE*****************/

.contact-body {
  background: url(../images/dots-bg.png) center center repeat;
  padding: 70px 0;
  text-align: center;
}

.contact-body i {
  border: 2px solid #b92f2d;
  background-color: #fff;
  color: #b92f2d;
  padding: 20px;
  width: 70px;
  font-size: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.contact-body h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}

.contact-message {
  padding: 70px 0;
  background-color: #f5f5f5;
}

.contact-message h4 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  color: #b92f2d;
  text-align: center;
  margin-bottom: 25px;
}

.contact-message form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.contact-message input {
  width: 100%;
  height: 40px;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 0px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #999;
}

.contact-message textarea {
  width: 100%;
  height: 140px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #999;
}

.contact-message button.btn.btn-primary {
  border: 1px solid #b92f2d;
  background-color: #b92f2d;
  padding: 12px;
  border-radius: 0px;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.contact-message button.btn.btn-primary:hover {
  border: 1px solid #000;
  background-color: #000;
}

.profile-body {
  padding: 50px 0;
}

.profile-body img {
  width: 30px;
  height: 30px;
}

.member-list-section {
  padding: 50px 0;
}

.team-member {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-radius: 10px;
}

.team-member figure img {
  min-width: 100%;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.team-member figcaption p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member figcaption ul li a {
  color: #fff;
  font-size: 20px;
}

.team-member figcaption ul li a:hover {
  color: #fff;
}

.team-member h4 {
  margin: 10px 0 0;
  padding: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
}

.team-member p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px;
}

.team-member figcaption {
  padding: 20px 30px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
  background: rgb(55 0 147 / 74%);
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
  color: #fff;
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a.view-details {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border: 1px solid #370093;
  padding: 5px;
  display: block;
  border-radius: 5px;
  background-color: #370093;
  text-align: center;
}

a.view-details:hover {
  border: 1px solid #dc3545;
  background-color: #dc3545;
  color: #fff;
  text-decoration: none;
}

.profiledetail-body {
  padding: 50px 0;
}

.profiledetail-body img {
  width: 230px;
  height: 200px;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
}

.profiledetail-body p span {
  font-weight: 600;
}

.pdf-section {
  padding: 50px 0;
}

.pdf-section a {
  text-decoration: none;
}

.pdf-box {
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 69%);
}

.pdf-box img {
  width: 100%;
  height: 372px;
}

.pdf-box h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.pdf-box p {
  background-color: #000;
  padding: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 0px;
}

.pdf-box p:hover {
  background-color: #b92f2d;
}

.pdf-section table a {
  text-decoration: none;
  border: 1px solid #370093;
  background-color: #370093;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}

/*************BACK TO TOP**************/

/*.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #e11b22;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 0px;
    right: 15px;
    bottom: 40px;
    padding-top: 8px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
    font-size: 26px;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 12px;
}
*/

/**************JOURNEY SECTION*************/

.thumbnail_slider {
  background: url("https://Baracci.org.np/images/gallery4.jpg") top center
    no-repeat;
  width: 100%;
  background-size: cover;
}

.thumbnail_slider .overlay {
  padding-top: 150px;
  background-color: rgb(0 0 0 / 67%);
}

.splide__track {
  xbackground: url("../images/line.PNG") center center no-repeat;
  background-size: cover;
  width: 100%;
}

ul.splide__list li.splide__slide .row {
  margin-left: 10%;
  margin-right: 10%;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  height: 550px !important;
}

.thumbnail_slider h4 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 30px;
}

.thumbnail_slider h5 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}

.thumbnail_slider p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

.right-sideimg img {
  width: 100%;
  height: 400px;
}

.splide--nav > .splide__track > .splide__list > .splide__slide,
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #fff !important;
  color: #fff;
  font-size: 20px;
  height: 30px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  background: linear-gradient(90deg, #0000 calc(100% - 2px), #4f4f52 0);
  background-size: calc((100% - 1 * 1px) / 10 + 1px) 100%;
}

a.btn.btn-tunner {
  border: 1px solid #dc3545;
  background-color: #dc3545;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
}

a.btn.btn-tunner i {
  padding-left: 10px;
}

/*.splide__arrow--prev {
    right: 4em !important;
    left: unset !important;
}
ul.splide__list{
  transform: translateX(100px) !important;
}*/

.karyasamiti-section {
  padding: 50px 0;
}

.karyasamiti-section table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.karyasamiti-section td,
.karyasamiti-section th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.karyasamiti-section table img {
  width: 60px;
  height: 60px;
}




.branch-section {
  padding: 50px 0;
}

.branch-section h2{
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #dc3545;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.branch-section table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.branch-section td,
.branch-section th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  vertical-align:top;
}


.branch-section table img {
  width: 80px;
  height: 80px;
}

.branch-section table tr:nth-child(even) {background-color: #f2f2f2;}

.branch-section table h3{
      font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.branch-section table p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.ad-section img{
  width: 100%;
  padding-bottom: 40px;
}






/*********************MEDIA QUERY********************/

@media (max-width: 1024px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 12px 15px;
  }

  .clickmenus {
    top: 108px;
  }

  .fixed-top .clickmenus {
    top: 15px;
  }
}

@media (max-width: 991px) {
  .header-login p {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    opacity: 0;
    z-index: -999;
  }

  .searching {
    opacity: 0;
  }

  /*.heading-part {
    display: none !important;
  }*/

  .team-body p {
    margin-bottom: 30px;
  }
  .welcome-right form .row {
    padding: 10px 0;
  }
  .thumbnail_slider h4 {
    font-size: 45px;
    line-height: 50px;
  }
  .thumbnail_slider h5 {
    font-size: 30px;
    line-height: 36px;
  }
  .news-video ul.tabs li {
    padding: 10px;
  }
  .news-video ul.tabs li {
    line-height: 20px;
  }
  .news-video h4 {
    font-size: 20px;
  }
  .news-video .title_alt a {
    line-height: 20px;
  }
}

@media (max-width: 834px) {
  .text-box h2 {
    font-size: 46px;
    line-height: 50px;
  }

  .welcome-section h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .welcome-right form .row {
    padding: 10px;
  }

  .peace-section h3 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 0px;
  }

  .peace-section h5 {
    font-size: 30px;
    line-height: 34px;
  }

  .inspire-right h4 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 10px;
  }

  .inspire-right {
    padding-left: 30px;
    padding-top: 30px;
  }

  .inspire-left img {
    height: 300px;
  }

  .footer-right ul li {
    padding-left: 5px;
  }

  .blog-body img {
    height: 300px;
  }
  .top-header .d-flex.align-items-center.mt-3.mt-md-0 {
    display: none !important;
  }
  .welcome-right h2 {
    font-size: 20px;
  }
  .thumbnail_slider h4 {
    font-size: 35px;
  }
  .news-video ul.tabs li {
    font-size: 12px;
    padding: 5px;
  }
}

@media (max-width: 768px) {
  .benefit-box h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .benefit-box h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .benefit-box {
    padding: 5px;
  }
  .heading-part.d-none {
    display: block !important;
  }
  .thumbnail_slider .overlay{
    padding-top: 50px;
  }
  .thumbnail_slider p,
  .thumbnail_slider h5,
  .thumbnail_slider h4{
    margin-bottom: 10px;
  }
  ul.splide__list li.splide__slide .row {
    margin-left: 2%;
    margin-right: 2%;
  }
}

@media (max-width: 767px) {
  .slider img {
    height: 300px;
  }

  .welcome-right form {
    margin-top: 0px;
  }

  a.btn.btn-join {
    float: none;
    margin-bottom: 20px;
  }

  .peace-section p {
    max-width: 100%;
  }

  .events-boxs img,
  .gallery-left2 img,
  .gallery-left2 img,
  .gallery-left3 img,
  .gallery-left4 img,
  .inspire-left img {
    height: auto !important;
  }

  .footer-right ul {
    text-align: left;
    margin-top: 20px;
  }

  .footer-icons ul {
    text-align: left;
    margin-top: 10px;
  }

  .detail-left button.btn.btn-primary {
    margin-bottom: 30px;
  }

  .blog-body img {
    height: auto;
  }

  .contactbox {
    margin-bottom: 30px;
  }
  .welcome-right form .row {
    padding: 15px 0;
  }
  .right-sideimg {
    display: none;
  }
  ul.splide__list li.splide__slide .row {
    margin-left: 1%;
    margin-right: 1%;
  }
  .news-video .tab_content,
  .news-video .tab_container {
    margin-bottom: 20px;
  }
  .peace-section .businesssvg {
    max-width: 100%;
  }
  .detail-left ul {
    text-align: left;
  }
  .team-member figure img {
    height: 500px;
  }
  .gallery-left img{
    margin-bottom: 30px;
  }
  h4.modal-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #c02536;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 600px) {
  .detail-left h4,
  .detail-left h4,
  .text-box h2 {
    font-size: 26px;
    line-height: 30px;
  }

  /*.modal-content {
    width: 70%;
  }*/

  .team-banner {
    height: 300px;
  }

  .team-banner .overlay {
    height: 300px;
  }
  .team-card {
    padding: 26px;
    height: 310px !important;
  }
  .splide--nav > .splide__track > .splide__list > .splide__slide,
  .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    font-size: 14px;
    height: 26px !important;
  }
  .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
    height: 500px !important;
  }
  .thumbnail_slider .overlay {
    padding-top: 30px;
  }
  .thumbnail_slider p,
  .thumbnail_slider h5,
  .thumbnail_slider h4 {
    margin-bottom: 10px;
  }
  .about-section img {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .branch-section,
  .search-body,
  .publication-section,
  .member-list-section,
  .detail-body,
  .contact-body,
  .contact-message,
  .about-section {
    padding: 40px 0;
  }
  .contactbox {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .branch-section h2,
  .welcome-section h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .welcome-right h2 {
    font-size: 20px;
    line-height: 45px;
  }

  .benefit-left h4 {
    font-size: 30px;
    line-height: 35px;
  }

  .gallery-section h4 {
    font-size: 30px;
    line-height: 34px;
  }

  .faqs-section h3 {
    font-size: 30px;
    line-height: 34px;
  }

  .inspire-right h4 {
    font-size: 30px;
    line-height: 34px;
  }
  .inspire-right h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .footer-right ul li {
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .profiledetail-body img {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .search-box img {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .activities .container div a {
    transition: 0.5s;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .activities .container h2 {
    margin-bottom: 0px;
  }
  .activities .container h2 {
    text-align: center;
  }
  .publication-section .public-img:before,
  .publication-section .public-img {
    height: 500px;
  }
}

@media (max-width: 520px) {
  .team-member figure img {
    height: 400px;
  }
}

@media (max-width: 450px) {
  .team-banner {
    height: 200px;
  }

  .team-banner .overlay {
    height: 200px;
  }
}

@media (max-width: 400px) {
  /*.modal-content {
    width: 90%;
  }*/

  .text-box h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .slider img {
    height: auto;
  }

  .team-banner h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .team-body h2 {
    font-size: 30px;
  }
  .about-section h2,
  .welcome-section .text-black {
    font-size: 22px;
    line-height: 30px;
  }
  .footer-text ul li a img {
    width: 40px;
    height: 20px;
  }
  .team-card {
    padding: 16px;
  }
  .team-member figure img {
    height: 300px;
  }
}

@media (max-width: 360px) {
  .publication-section .public-img:before,
  .publication-section .public-img {
    height: 450px;
  }
}
