/**
* Updated: Aug 30 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/nova-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Asul:wght@400;700&display=swap");
:root {
  /* --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Raleway", sans-serif; */

  --font-default: "Asul", serif;
  --font-primary: "Asul", serif;
  --font-secondary: "Asul", serif;
}

/* Colors */
:root {
  --color-default: #2b180d;
  --color-primary: #56b8e6;
  --color-secondary: #204b85;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

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

a:hover {
  color: #82cbed;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  overflow: hidden;
  padding: 80px 0;
}

.section-header {
  text-align: center;
  padding-bottom: 5px;
  padding-top: 30px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Main body
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 6px 0;
}
.background {
  background-color: var(--color-secondary);
}
@media (max-width: 1200px) {
  .header {
    padding: 12px 0;
  }
}

.header.sticked {
  background: rgba(27, 47, 69, 0.9);
  padding: 12px 0;
}

.nav-header .logo img {
  max-height: 100px;
  margin-right: 6px;
}

.nav-header .logo h1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-secondary);
  margin: 0;
}

/* new headercode */

.nav-header {
  text-align: end;
  padding-top: 1%;
  position: fixed;
  width: 100%;
  z-index: 3;
  background-color: white;
}

#main {
  padding-top: 8%;
}

.nav-header .top,
.nav-header .bottom {
  padding-right: 3%;
}

.nav-header ul li {
  display: inline;
  color: black;
  margin-left: 10px;
}

.nav-header .dropdown-item {
  color: #204b85;
}

.nav-header .dropdown-item:hover {
  color: #0d6efd;
}

.nav-header ul li a {
  color: #ffffff;
}

.bottom {
  background-color: var(--color-secondary);
  /* height:60px; */
  height: 4.4rem;
  padding-top: 16px;
}

.bottom ul li {
  color: white;
}

.bottom li a {
  padding-right: 8px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.bottom li:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 1px;
  background: #999;
}

.bottom li:last-child::after {
  display: none;
}

/* nav top */

.top li a {
  /* padding-right: 8px; */
  line-height: 20px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.top li:after {
  margin-top: 5px;
  content: "";
  display: inline-block;
  position: absolute;
  height: 25px;
  width: 1px;
  background: #999;
}

.top li:last-child::after {
  display: none;
}

.logo {
  position: absolute;
  left: 3%;
}

#ham-menu,
.checkbtn {
  display: none;
}

.mobile-nav {
  display: none;
  overflow: scroll;
}

.button-login {
  background-color: #204b85;
  padding: 5px 25px;
  border: none;
  color: #fff;
}

.button-login:hover {
  background-color: rgb(2, 27, 107);
  color: #fff;
}

@media (max-width: 576px) {
  .custom-margin-top {
    margin-top: 6rem;
  }
}

.nav-header .dropdown-menu {
  background-color: #ffffff;
}

@media (max-width: 820px) {
  .nav-header {
    padding-top: 4%;
  }

  .checkbtn {
    display: block;
    color: #fff;
    font-size: 24px;
  }

  .bottom {
    padding-right: 3%;
  }

  .bottom ul {
    display: none;
  }

  .mobile-nav {
    padding-left: 30%;
    background-color: #204b85;
    margin-bottom: 0;
  }

  .mobile-nav ul {
    width: 100%;
    height: 50vh;
    top: 80px;
    left: 0;
    text-align: start;
    padding-top: 5%;
  }

  .mobile-nav ul li {
    display: block;
    color: #fff;
    margin-bottom: 21px;
  }
}

@media (min-width: 821px) {
  .mobile-nav {
    display: none;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 100px 0;
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%);
  overflow: hidden;
}

.carousel-img {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 10%;
}

.hero:before {
  position: absolute;
  content: "";
  /* background: rgba(27, 47, 69, 0.6); */
  inset: 0;
}

.container {
  margin-bottom: 8px;
}

/* @media (max-width: 1034px) {
  .hero:before {
    background: rgba(27, 47, 69, 0.7);
  }
} */

.hero .container {
  z-index: 1;
}

@media (min-width: 1365px) {
  .hero {
    background-attachment: fixed;
  }
}

.hero h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-family: var(--font-secondary);
}

.hero blockquote {
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  font-family: var(--font-default);
  border-left: 2px solid var(--color-primary);
  margin: 40px 0;
}

.hero .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
}

.hero .btn-get-started:hover {
  background: rgba(86, 184, 230, 0.8);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: #fff;
}

.hero .btn-watch-video:hover i {
  color: #82cbed;
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
    line-height: 1;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
}

/*header section*/

.hero_area {
  min-height: 100vh;
  position: relative;
}

.hero_area {
  height: auto;
}

.hero_area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--color-secondary);
  clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%);
}

.sub_page .hero_area::before {
  clip-path: none;
}

.hero_area.sub_pages {
  height: auto;
}

@media (min-width: 1034px) {
  .hero:after {
    position: absolute;
    content: "";
    width: 50%;
    background: var(--color-secondary);
    top: 0;
    bottom: 0;
  }
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.slider_section .carousel-indicators {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  color: #fff;
  justify-content: flex-start;
  margin: 0;
  left: 5%;
  align-self: center;
}

.slider_section .carousel-indicators li {
  text-indent: initial;
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  line-height: 10px;
  opacity: 0.9;
}

.slider_section .carousel-indicators .active {
  font-size: 24px;
}

.slider_section #carouselExampleControls,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.slider_section .carousel_btn-container {
  width: 100px;
  position: absolute;
  top: 55vh;
  display: flex;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center;
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
  background-color: #292727;
  background-size: 12px;
}

.slider_section .carousel-control-prev {
  background-image: url(../img/left-black-arrow.png);
}

.slider_section .carousel-control-next {
  background-image: url(../img/right-black-arrow.png);
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../img/prev.png);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../img/next.png);
}

.slider_detail {
  padding-top: 10%;
}

@media (max-width: 1120px) {
  .hero_area {
    height: auto;
  }

  .slider_section {
    padding-bottom: 175px;
  }
}

@media (max-width: 992px) {
  .navbar-collapse {
    flex: 0;
  }

  .about_card-container {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .slider_detail {
    padding: 55px 15px;
    text-align: left;
  }

  .slider_section .carousel_btn-container {
    top: 108%;
  }
}

@media (max-width: 850px) {
  .slider_section .carousel_btn-container {
    top: 108%;
  }
}

@media (max-width: 576px) {
  .info_section::before {
    clip-path: polygon(0 175px, 100% 0, 100% 100%, 0% 100%);
  }

  .info_content {
    margin-top: 150px;
  }
}

@media (max-width: 480px) {
}

@media (min-width: 930px) {
  .slider_section .carousel_btn-container {
    top: 108%;
  }
}

@media (max-width: 380px) {
  .slider_section .carousel_btn-container {
    top: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
/* end slider section */

/*--------------------------------------------------------------
# Why Choose Us Section
--------------------------------------------------------------*/
.why-us {
  padding-bottom: 0;
}

.why-us .img-bg {
  min-height: 500px;
  background-size: cover;
}

.why-us .slides {
  background-color: #f7f9fc;
}

.why-us h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-secondary);
}

.why-us h4 {
  font-size: 18px;
  font-weight: 400;
  color: #29486a;
  font-family: var(--font-secondary);
}

.why-us .swiper {
  margin: 140px 140px 120px 140px;
  overflow: hidden;
}

.why-us .swiper-button-prev:after,
.why-us .swiper-button-next:after {
  font-size: 24px;
  color: var(--color-secondary);
}

.why-us .swiper-button-prev {
  left: 80px;
}

.why-us .swiper-button-next {
  right: 80px;
}

.why-us .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.why-us .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--color-secondary);
}

.why-us .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 1200px) {
  .why-us .swiper {
    margin: 60px 60px 40px 60px;
  }

  .why-us .swiper-button-prev,
  .why-us .swiper-button-next {
    display: none;
  }
}

@media (max-width: 575px) {
  .why-us .swiper {
    margin: 40px 40px 20px 40px;
  }
}

.page-about .why-us {
  padding: 0 0 80px 0;
}
/* services */
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: #204b85;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #204b85;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .icon {
  margin: 0 auto 5px auto;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #204b85;
  transition: all 0.3s ease-in-out;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 0;
  text-align: center;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #3498db;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fbfe;
}

/*--------------------------------------------------------------
# Rates Section
--------------------------------------------------------------*/
.rates {
  padding-bottom: 0;
}

.rates h3 {
  color: var(--color-secondary);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.rates .icon-list i {
  margin-right: 10px;
  font-size: 24px;
  line-height: 1.2;
}

.rates .icon-list span {
  font-size: 18px;
  color: #29486a;
}

.rates .phone-wrap {
  width: 100%;

  /* height: 900px;
  background-image: url('../img/iphone.png');
  background-repeat: no-repeat; */
}
.table-container {
  height: 500px;
  border: 10px solid black;
  border-radius: 10px;
  overflow: auto;
  justify-content: center;
  box-shadow: 10px 20px 16px #363535;
}

.table-container th {
  color: #fff;
  background-color: #204b85;
}

.table-container.sgRates,
.table-container.reserveRatios,
.table-container.LD_rates {
  display: none;
}

.button-container {
  display: block;
  text-align: center;
}

.button-container .button-item {
  width: 80%;
  height: 75px;
  background-image: url("../img/money.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 10px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: none;
  /* border-radius: 10px; */
  overflow: hidden;
}

.button-container .button-item span {
  width: 100%;
  height: 100%;
  background-color: rgba(17, 59, 137, 0.6);
  color: white;
  padding: 24px 0;
  display: block;
}

.button-container .button-item:nth-child(1) {
  background-position-y: 0;
}

.button-container .button-item:hover {
  background-color: rgba(137, 17, 17, 0.6);
}

.button-container .button-item:nth-child(2) {
  background-position-y: -75px;
}

.button-container .button-item:nth-child(3) {
  background-position-y: -150px;
}

.button-container .button-item:nth-child(4) {
  background-position-y: -225px;
}

.button-container .button-item,
.button-item span:hover {
  background-color: rgba(6, 64, 105, 1);
  transition: background-color 0.3s ease;
}

.sgRates {
  display: none;
}

.rates .phone-wrap img {
  width: 420px;
  height: 600px;
  margin-top: 4%;
  border-top-left-radius: 10%;
  border-top-right-radius: 10%;
  margin-right: 7%;
}

@media (max-width: 768px) {
  .rates .phone-wrap {
    position: relative;
  }
}

@media (max-width: 989px) {
  .phone-wrap {
    background-position: 50% 0;
  }
}

.details h4,
.details p {
  text-align: center;
}

.rates .details h4 {
  color: var(--color-secondary);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.rates .details p {
  margin-bottom: 20px;
  font-size: 15px;
}

.rates .details .btn-get-started {
  font-family: var(--font-primary);
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  background-color: var(--color-primary);
  color: #fff;
}

.rates .details .btn-get-started:hover {
  background: #2aa5df;
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
h5 {
  color: var(--color-secondary);
}

.custom-h5 {
  color: black;
  font-size: 17px;
}

.custom-h5-2 {
  font-size: 17px;
}

@media (max-width: 477px) {
  .customContainer {
    padding-top: 3rem;
  }
}

@media (max-width: 476px) {
  .custom-h5 {
    font-size: 12px;
  }
}

.section-title {
  text-align: center;
  padding-bottom: 10px;
  color: #fff;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

#portfolio-sub {
  /* height: 100vh; */
  overflow: hidden;
  border-top: 2px solid var(--color-secondary);
  padding: 5px 0 0 0;
}

.portfolio .portfolio-item {
  margin-bottom: 10px;
  /* height: 87vh;
  overflow: scroll; */
}

@media (min-width: 992px) {
  .portfolio .portfolio-item {
    height: 95vh;
    overflow: scroll;
  }
}

.portfolio #portfolio-flters {
  padding: 0 0 5px 0;
  margin-top: 1px;
  margin: 0 0 -10px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 20px 55px 20px 55px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover {
  background-color: var(--color-secondary);
  color: #fff;
}

@media (min-width: 768px) {
  .portfolio #portfolio-flters li {
    width: 218px;
  }
}

.portfolio #portfolio-flters .filter-active {
  background-color: var(--color-secondary);
  color: #fff;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.portfolio .portfolio-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

#portfolio-service-li {
  padding: 0;
  margin-top: 1px;
  margin: 0 auto -10px auto;
  list-style: none;
  text-align: center;
}

#portfolio-service-li li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-wrap img {
  height: 125px;
  width: auto;
  transition: all ease-in-out 0.3s;
  display: block;
  margin: 0 auto;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #3498db;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio-wrap .tbank-image {
  width: 170px !important;
  height: 105px !important;
}

.portfolio-wrap .bob-image {
  width: 135px !important;
  height: 120px !important;
}
.portfolio-button {
  float: right;
}

.media-container {
  text-decoration: none;
  color: black;
}

.media-container h6 {
  color: var(--color-secondary);
}

.media-box {
  padding: 10px 8px 0 8px;
}

.media-container:hover .media-box {
  background-color: rgb(236, 248, 255);
  color: #000;
}
.media-container:hover h6 {
  text-decoration: underline;
}

/* CSS for iPad view (landscape and portrait) */
@media (min-width: 768px) and (max-width: 1024px) {
  .portfolio .portfolio-item {
    width: 100%;
    float: left;
    box-sizing: border-box;
  }

  .portfolio .portfolio-item img {
    width: 100%;
    height: 200px;
  }

  .portfolio .portfolio-item:nth-child(2n) {
    clear: left;
  }

  .portfolio-wrap .tbank-image {
    width: 190px !important;
    height: 150px !important;
  }

  .portfolio-wrap .bob-image {
    width: 170px !important;
    height: 160px !important;
  }

  .portfolio-wrap .ricb-image {
    width: 480px !important;
    height: 200px !important;
  }
}

#portfolio-subor {
  background-color: #eee;
  border: 1px solid rgb(177, 177, 177);
}

.portfolio-item-services {
  border: none;
  text-align: center;
}

.image-container {
  display: flex;
  width: 100%;
  /* height: 235px; */
  background-image: url("../img/money-service.jpg");
  background-size: 100% 100%;
  padding-top: 185px;
}

.mytext-overlay {
  padding: 10px;
  /* height: 100px; */
  transform: translateY(-50%);
  background-color: #204b85;
}

.portfolio-item-forms {
  padding-top: 10px;
  padding-left: 10px;
}
@media (max-width: 376px) {
  .image-container {
    padding-top: 176px;
  }
  /* .mytext-overlay{
    height: 117px;
  } */
}

/*--------------------------------------------------------------
# Recent about Posts Section
--------------------------------------------------------------*/
.publications .post-box {
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  /* padding-left: 21%;
  padding-top: 15%; */
}

.publications .post-box .post-img {
  overflow: hidden;
  position: relative;
}

.publications .post-box .post-img img {
  transition: 0.5s;
}

.publications .post-box .meta {
  margin-top: 15px;
}

.publications .post-box .meta .post-date {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-primary);
}

.publications .post-box .meta .post-author {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-secondary);
}

.publications .post-box .post-title {
  font-size: 18px;
  color: var(--color-secondary);
  font-weight: 700;
  margin: 15px 0 0 0;
  position: relative;
  transition: 0.3s;
}

.publications .post-box p {
  margin: 15px 0 0 0;
  color: rgba(27, 47, 69, 0.7);
}

.publications .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  margin-top: 15px;
}

.publications .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.publications .post-box:hover .post-title {
  color: var(--color-primary);
}

.publications .post-box:hover .post-img img {
  transform: scale(1.1);
}

/* ============== Advocacy Video ================== */
#videos .section-header {
  margin-top: -40px;
}

#videos .container {
  width: 100%;
}

#videos h1 {
  margin: 20px 0px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
}

#videos .scrollBox {
  float: right;
  width: 400px;
  height: 53vh;
  margin: 20px 5px;
  margin-top: 0px;
  overflow-y: scroll;
  background: #fff;
  border-radius: 40px;
}

#videos .container .video {
  float: left;
  width: 560px;
  height: 100%;
  margin: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
}
#videos .box {
  overflow: hidden;
  max-width: 300px;
  margin: 10px 10px;
  display: inline-block;
  position: relative;
  border-radius: 10px;
}

#videos .box:hover {
  box-shadow: 0px 5px 30px 0px #121212;
}

#videos .box img {
  width: 50%;
  height: 50%;
  display: block;
}

#videos .btn {
  display: inline-block;
  text-decoration: none;
  background: #2e8d86;
  color: #fff;
  padding: 0.5em 1.2em;
  margin-top: 0.8rem;
  margin-left: 10px;
  position: relative;
  transition: 0.2s ease-in-out;
  border-radius: 3px;
}

#videos .btn:hover {
  box-shadow: 10px 15px 20px 0px #000000;
  transform: scale(1.3);
}

#videos h3 {
  color: #fff;
  margin: 0 10px;
}

#videos .box .box-content {
  position: absolute;
  top: 80%;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  opacity: 0;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

#videos .box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 1;
  transform: scaleY(0);
  transform-origin: 100% 100%;
  background: rgba(0, 0, 0, 0.73);
  transition: all 0.3s ease-in-out;
}

#videos .box:hover .box-content {
  opacity: 1;
  top: 30%;
}

#videos .box:hover::after {
  opacity: 1;
  transform: scaleY(1);
}

#videos .scrollTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 100000;
}

@media (max-width: 1310px) {
  #videos .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }
}

@media (max-width: 865px) {
  #videos .container .video {
    width: 95%;
    float: none;
  }

  #videos .container .scrollBox {
    float: none;
  }
}

@media (max-width: 775px) {
  #videos .container .video {
    width: 95%;
  }

  #videos .scrollBox {
    margin-top: 40px;
  }
}

@media (max-width: 500px) {
  #videos .container .video {
    width: 80%;
  }
}

/* new */
.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
  padding-left: 2%;
}

@media (min-width: 873px) and (max-width: 1200px) {
  .carousel-inner .carousel-item.active,
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    padding-left: 0%;
  }
}

@media (min-width: 776px) and (max-width: 872px) {
  .carousel-inner .carousel-item.active,
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    padding-left: 0%;
  }
}

@media (min-width: 765px) and (max-width: 775px) {
  .carousel-inner .carousel-item.active,
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    padding-left: 0%;
    padding-top: 10%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #fff;
  background: var(--color-secondary) top center no-repeat;
  background-size: cover;
  font-size: 14px;
  padding: 80px 0 60px 0;
  position: relative;
}

.footer:before {
  content: "";
  position: absolute;
  inset: 0;
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul li {
  padding: 4px 0;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

.footer .footer-content .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-legal {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .footer-legal2 {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .footer-legal .social-links a {
  font-size: 18px;
  /* display: inline-block; */
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  /* line-height: 1; */
  margin-right: 8px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  /* transition: 0.3s; */
}

.footer .footer-legal .social-links a:hover {
  background: blue;
  text-decoration: none;
}

.footer .footer-legal2 ul a {
  color: rgba(255, 255, 255, 0.6);
}

.footer .footer-legal2 ul a:hover {
  color: #fff;
}

/* Advocacy video */

.contain {
  display: grid;
  gap: 15px;
  align-items: flex-start;
}
/* 
.contain .main-video{
  background-color: #474748;
  border-radius: 5px;

} */

.contain .main-video iframe {
  /* 
  border-radius: 5px; */
  display: none;
  width: 100%;
}

.contain .main-video .iframe {
  /* 
    border-radius: 5px; */
  width: 100%;
  padding: 16% 10%;
  background-color: rgb(238, 237, 237);
  text-align: center;
}

.contain .main-video h6 {
  font-weight: 500;
  display: none;
}

.contain .video-list {
  background-color: #fff;
  border-radius: 5px;
  height: 400px;
  overflow-y: scroll;
}

.contain .video-list::-webkit-scrollbar {
  width: 7px;
}

.contain .video-list::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 50px;
}

.contain .video-list::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 50px;
}

.contain .video-list .vid iframe {
  width: 100px;
  border-radius: 5px;
  height: 80px;
}

.contain .video-list .vid {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f7f7f7;
  border-radius: none;
  margin: 10px;
  padding: 2px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.contain .video-list .vid p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.contain .video-list .vid:hover {
  background: #eee;
}

.contain .video-list .vid .title {
  color: #333;
  font-size: 17px;
}

/*--------------------------------------------------------------
# about Details Page
--------------------------------------------------------------*/
.about .about-desc {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.about .about-desc .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.about .about-desc .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.about .about-desc .content {
  margin-top: 20px;
}

.about .about-desc .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.about .about-desc .content blockquote {
  overflow: hidden;
  background-color: rgba(27, 47, 69, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.about .about-desc .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.about .about-desc .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.about .about-desc .meta-top {
  margin-top: 20px;
  color: var(--color-gray);
}

.about .about-desc .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.about .about-desc .meta-top ul li + li {
  padding-left: 20px;
}

.about .about-desc .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(86, 184, 230, 0.8);
}

.about .about-desc .meta-top a {
  color: var(--color-gray);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.about .about-desc .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(27, 47, 69, 0.15);
}

.about .about-desc .meta-bottom i {
  color: #38618e;
  display: inline;
}

.about .about-desc .meta-bottom a {
  color: rgba(27, 47, 69, 0.8);
  transition: 0.3s;
}

.about .about-desc .meta-bottom a:hover {
  color: var(--color-primary);
}

.about .about-desc .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.about .about-desc .meta-bottom .cats li {
  display: inline-block;
}

.about .about-desc .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.about .about-desc .meta-bottom .tags li {
  display: inline-block;
}

.about .about-desc .meta-bottom .tags li + li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.about .about-desc .meta-bottom .share {
  font-size: 16px;
}

.about .about-desc .meta-bottom .share i {
  padding-left: 5px;
}

.about .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.about .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.about .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.about .post-author .social-links {
  margin: 0 10px 10px 0;
}

.about .post-author .social-links a {
  color: rgba(27, 47, 69, 0.5);
  margin-right: 5px;
}

.about .post-author p {
  font-style: italic;
  color: rgba(var(--color-gray-rgb), 0.8);
  margin-bottom: 0;
}

.quotes-1 {
  float: left;
  width: 8%;
}

.quotes-2 {
  float: right;
  width: 8%;
}

/*--------------------------------------------------------------
# about Sidebar
--------------------------------------------------------------*/
.about .sidebar {
  background-color: #ffffff;
  position: fixed;
  width: 23%;
}

.sidebar-title {
  font-size: 22px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

.sidebar-contain {
  padding-top: 8%;
}

/* Gallery */

input {
  display: none;
}
.contain {
  width: 100%;
  text-align: center;
}
.top-content {
  background-color: #fff;
  width: 90%;
  margin: 0 auto 20px auto;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  box-shadow: 1.5px 1.5px 4px lightgray;
  justify-content: center;
  padding: 40px 0;
}

.top-content h5 {
  font-weight: 300;
}

.heading span {
  font-weight: 100;
}

.photo-gallery {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.pic {
  position: relative;
  height: 230px;
  border-radius: 10px;
  box-shadow: 1px 1px 4px lightgrey;
}

.pic img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media (max-width: 830px) {
  .photo-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 530px) {
  .photo-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Board of directors */

#directors .row .col {
  text-align: center;
  padding-left: 42px;
  justify-content: center;
}

#directors .row .col .director-container {
  width: 300px;
  height: 350px;
  justify-content: center;
  padding-top: 17px;
  margin-bottom: 30px;
  background: linear-gradient(var(--color-secondary) 60%, #fff 40%) no-repeat;
}

#directors .row .col .image-directors {
  width: 200px;
  height: 180px;
  margin-left: 50px;
  border-radius: 100%;
  overflow: hidden;
}

#directors .row .col .image-directors img {
  width: 100%;
  height: 100%;
}

#directors .row .col .bio-content {
  margin-top: 35px;
}

#my-modal {
  text-align: center;
  margin-top: 20px;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 100px;
  left: 0;
  top: -20px;
  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 */
#my-modal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  overflow: scroll;
}

#my-modal .modal-content .director-container {
  align-items: center;
}

#my-modal .modal-content .image-directors img {
  width: 220px;
  height: 200px;
  border-radius: 100%;
}

/* The Close Button */
#my-modal .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

#directors .row .col .modal {
  border-radius: none;
}

/* Bhutanses Currency
 */

.money {
  width: 100%;
  height: 100%;
}

.money-last-front {
  width: 100%;
  height: 35%;
}

.money-last {
  width: 100%;
  height: 40%;
}

.money-desc {
  padding: 30px 10px;
}

.money-header {
  border-bottom: 1px solid lightgray;
  margin-bottom: 3px;
}

.row {
  margin-bottom: 2rem;
}

#banknotes,
#coins,
#identify,
#c_notes,
#old_banknotes,
.back-responsive,
.topbar-contain {
  display: none;
}

.col-lg-7,
.col-lg-5,
.col-12 {
  padding: 10px;
}

.coin-img {
  width: 80hv;
  height: 80hv;
}

.coin-img img {
  width: 100%;
  height: 100%;
}

.sidenav button:hover {
  background-color: #0d6efd;
  color: #fff;
}

#old_banknotes hr {
  margin-bottom: 40px;
}

#old_banknotes .money-old {
  width: 100%;
  height: 80%;
}

@media (max-width: 915px) {
  .back-responsive {
    display: block;
  }
  .back {
    display: none;
  }

  .topbar-contain {
    display: block;
    text-align: center;
  }
  .sidebar-contain {
    display: none;
  }

  .money-last-front {
    width: 100%;
    height: 100%;
  }
}

.news {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 8px;
}

.news h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-secondary);
}

.news h4 {
  font-size: 18px;
  font-weight: 400;
  color: #29486a;
  font-family: var(--font-secondary);
}

/*--------------------------------------------------------------
# about Sidebar
--------------------------------------------------------------*/
#management .container {
  width: 80%;
}

#management .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

#management table {
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 14px;
}

#management tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

#management tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

#management td {
  display: table-cell;
  /* text-align: center; */
  width: 50%;
  padding: 18px;
}

#management td.first_td {
  text-align: start;
  width: 75%;
}

#management td.second_td {
  text-align: start;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
  padding-bottom: 30px;
}

.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
}

.contact .info-box i {
  font-size: 32px;
  color: #68a4c4;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #a2cce3;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form,
.shadow {
  box-shadow: 0 0 10px rgba(214, 215, 216, 0.6);
  padding: 30px;
  height: 100%;
}
.contact .php-email-form,
.shadow-two {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  margin-bottom: 30px;
}

.contact .php-email-form input,
.contact .php-email-form textarea,
.contact .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus,
.contact .php-email-form select::focus {
  background-color: #68a4c4;
}

.contact .php-email-form input,
.contact .php-email-form select {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #68a4c4;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #8dbad2;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 400px;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 400px;
}
.gmap_iframe {
  height: 400px !important;
}

/*--------------------------------------------------------------
# Payment System
--------------------------------------------------------------*/
.payment .about-desc {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.payment .sidebar {
  background-color: #ffffff;
  position: fixed;
  width: 23%;
}

.payment .sidebar-title {
  font-size: 22px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

.payment .sidebar-contain {
  padding-top: 8%;
}

.payment .about-desc .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.payment .about-desc .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.payment .about-desc .content {
  margin-top: 20px;
}

#paymentsystem .payment .about-desc .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

#paymentsystem .payment .about-desc .meta-top {
  margin-top: 20px;
  color: var(--color-gray);
}

#paymentsystem .payment .about-desc .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

#paymentsystem .payment .about-desc .meta-top ul li + li {
  padding-left: 20px;
}

#paymentsystem .payment .about-desc .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(86, 184, 230, 0.8);
}

#paymentsystem .payment .about-desc .meta-top a {
  color: var(--color-gray);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

#paymentsystem .payment .about-desc .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(27, 47, 69, 0.15);
}

#paymentsystem .payment .about-desc .meta-bottom i {
  color: #38618e;
  display: inline;
}

#paymentsystem .payment .about-desc .meta-bottom a {
  color: rgba(27, 47, 69, 0.8);
  transition: 0.3s;
}

#paymentsystem .payment .about-desc .meta-bottom a:hover {
  color: var(--color-primary);
}

#paymentsystem .payment .about-desc .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

#paymentsystem .payment .about-desc .meta-bottom .cats li {
  display: inline-block;
}

#paymentsystem .payment .about-desc .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

#paymentsystem .payment .about-desc .meta-bottom .tags li {
  display: inline-block;
}

#paymentsystem .payment .about-desc .meta-bottom .tags li + li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

#paymentsystem .payment .about-desc .meta-bottom .share {
  font-size: 16px;
}

#paymentsystem .about .about-desc .meta-bottom .share i {
  padding-left: 5px;
}

#paymentsystem .payment .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

#paymentsystem .payment .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

#paymentsystem .payment .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

#paymentsystem .payment .post-author .social-links {
  margin: 0 10px 10px 0;
}

#paymentsystem .payment .post-author .social-links a {
  color: rgba(27, 47, 69, 0.5);
  margin-right: 5px;
}

#paymentsystem .payment .post-author p {
  font-style: italic;
  color: rgba(var(--color-gray-rgb), 0.8);
  margin-bottom: 0;
}

#paymentsystem .quotes-1 {
  float: left;
  width: 8%;
}

#paymentsystem .quotes-2 {
  float: right;
  width: 8%;
}

/*--------------------------------------------------------------
# SARIF Members
--------------------------------------------------------------*/

.sairf_mem .col-sm-4 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #sairf_members .col-sm-4 {
    margin-bottom: 10px;
  }

  #sairf_members .row {
    margin-bottom: 8px;
  }
}

@media (width: 768px) {
  .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (width: 820px) {
  .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (width: 912px) {
  .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 740px) and (max-width: 915px) {
  .hero_area {
    padding-top: 0;
  }
  .hero {
    background-size: 80% 60%;
    background-position: 50% 50%;
    min-height: 100vh;
    padding-top: 10%;
  }

  .carousel-img {
    width: 80%;
    margin-left: 7%;
  }

  .slider_detail {
    padding-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 550px) {
  .slider_detail {
    display: none;
  }
  .hero_area {
    min-height: 100vh;
  }
  .hero {
    padding-top: 40%;
    background-size: 100% 50%;
    min-height: 90vh;
  }
  .carousel-img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20%;
  }
}

@media (max-width: 380px) {
  .hero {
    padding-top: 35%;
    background-size: 100% 50%;
    min-height: 90vh;
  }
}

/* home2 */

.cardBody {
  height: 180px;
}

@media (max-width: 477px) {
  .cardBody {
    height: 100px;
  }
}
.card {
  background-color: #eee;
  border-radius: 0;
}

.custom-container {
  /* max-width: fit-content; */
  background-color: #204b85;
  box-shadow: 0 0 10px rgba(19, 2, 2, 0.1);
  width: 75%;
}

.custom-heading {
  color: #204b85;
}

.bi-arrow-right-circle-fill path {
  fill: #204b85;
  transition: fill 0.3s ease;
}

.bi-arrow-right-circle-fill:hover path {
  fill: rgb(0, 102, 204);
}

.custom-head {
  max-width: fit-content;
  background-color: #204b85;
}

.custom-atag {
  color: #204b85;
  border: 1px solid #204b85;
}
.custom-atag:hover {
  background-color: #204b85;
  color: white;
}

.custom-link {
  color: #204b85;
}

.custom-link:hover {
  color: rgb(0, 102, 204);
}

/* New slider */
#slider {
  background-color: rgb(255, 255, 255);
}

.slide-container {
  max-width: 1148px;
  width: 100%;
  padding: 10px 0;
}

.card-slider {
  background-color: #fff;
  height: 500px;
  background: linear-gradient(#eeeeee 60%, #204b85 40%) no-repeat;
  justify-content: center;
}

.description {
  font-size: 21px;
  color: #ffffff;
  text-align: center;
}

.swiper-navBtn {
  color: #6e93f7;
  transition: color 0.3s ease;
}

.swiper-navBtn:hover {
  color: #4070f4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet {
  background-color: #6e93f7;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #4070f4;
}

.img-container {
  /* width: 320px; */
  height: 80%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .publication-img{
  width: 70%;
  height: 80%;
  display: block;
  object-fit: cover;
} */

.publication-link {
  display: block;
  width: 70%; /* Set the link's width */
  height: 80%; /* Set the link's height */
  /* margin: 0 15%; */ /* You can remove this line if not needed */
  overflow: hidden; /* Hide any overflow */
}

.publication-link .publication-img {
  width: 100%; /* Set the image width to 100% of its container */
  height: 100%; /* Set the image height to 100% of its container */
  object-fit: cover; /* Cover the container while maintaining aspect ratio */
}

/* @media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
} */

/* @media screen and (max-width: 630px){
  .img-container{
    width: 370px;
    
  }
  .publication-img{
    margin: 0 25%;
  }
} */

/* timeline */
/* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #939597;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #ffffff;
  border: 5px solid var(--color-secondary);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 4;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

.card {
  border: none;
}

.card-body {
  /* background-color: #fff; */
  background-color: #eee;
  border: 1px solid rgb(177, 177, 177);
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 18px;
  }

  .left::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

/* responsive-image */
.responsive-image {
  width: 100%;
}

@media (min-width: 768px) {
  /* Medium screen */
  .responsive-image {
    width: 50%;
  }
}

@media (min-width: 992px) {
  /* Large screen */
  .responsive-image {
    width: 50%;
  }
}

p {
  text-align: justify;
}

/* modal */
@media (min-width: 992px) {
  .custom-modal-dialog {
    width: 70%;
  }
}

/* advocacy sider */
.responsiveHeader {
  display: none !important;
}

@media (max-width: 956px) {
  .responsiveHeader {
    display: block !important;
    margin-top: 5rem !important;
  }

  .responsiveHeader img {
    height: 100% !important;
    width: 100% !important;
  }

  .responsiveHeaderMain {
    display: none !important;
  }
}

.image-container1 {
  position: relative;
  width: 30%;
  height: 30%;
}

.image-container2 img {
  display: block; /* Ensure the image takes the full width of its container */
  max-width: 100%; /* Ensure the image doesn't exceed the container's width */
  height: auto; /* Allow the image to adjust its height proportionally */
}
