.home.active-light-mode .rbt-information-list li a {
  color: var(--color-white-dark);
}
.home.active-light-mode .rbt-information-list li a:hover {
  color: var(--color-white);
}
.home ul.rbt-dropdown-menu li a {
  color: var(--color-white);
}

.home .switcher-language .sub-menu .menu-item {
  color: var(--color-black);
}
.home .rbt-banner-area h1,
.home .rbt-banner-area ul li {
  color: var(--color-white);
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.home .rbt-banner-area {
  position: relative;
}
.home .rbt-banner-area::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}

.navbar-logo {
  display: flex !important;
  align-items: center;
  gap: 1rem;
}

.navbar-logo .txt {
  height: 25px;
}

.key-developments {
    text-align: center;
}

.key-developments .icon-bg-1{
    padding: 16px 16px 16px 16px;
    background-image: url(/images/background-1.png);
    background-position: 150px 0px;
    background-repeat: no-repeat;
}
.key-developments .icon-bg-2{
    padding: 16px 16px 16px 16px;
    background-image: url(/images/background-2.png);
    background-position: 150px 0px;
    background-repeat: no-repeat;
}
.key-developments .icon-bg-3{
    padding: 16px 16px 16px 16px;
    background-image: url(/images/background-3.png);
    background-position: 150px 0px;
    background-repeat: no-repeat;
}

.key-developments img {
    width: 100px;
}
.key-developments h3 {
    font-size: 24px;
}

.key-developments p {
    font-size: 16px;
    max-width: 80%;
    margin: auto;
}
@media screen and (min-width: 992px) {
    .key-developments .col-md-4:first-child{
        transform: translateY(-40px);
    }
    
    .key-developments .col-md-4:last-child {
        transform: translateY(-50px);
    }
}

@media screen and (max-width: 991px) {
    .key-developments .col-md-4 {
        margin-bottom: 2rem;
    }
}

.banner-content-center .rbt-badge-2{
    margin-left: auto;
    margin-right: auto;
}

.banner-content-center .title{
    text-align: center;
}
.banner-content-center p{
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.banner-content-center .rbt-list-style-2 {
    justify-content: center;
}
.justify-content-center {
  justify-content: center;
}

/* .rbt-advance-tab-area .list-item {
    padding-left: 0;
    list-style: none;
} */

.rbt-advance-tab-area .list-item li{
    margin-bottom: 2rem;
}

.about-banner {
  padding: 200px 0 100px !important;
}

@media screen and (min-width: 992px) {
  .mt--200 {
    margin-top: 200px;
  }
}

.success-box {
  background: #20ff2042;
  padding: 2rem;
  color: #65a461;
  border-radius: 10px;
  display: none;
}

.success .success-box {
  display: block;
  margin-bottom: 2rem;
}

.error-box {
  background: #ffbbde42;
  padding: 2rem;
  color: #bc7a7a;
  border-radius: 10px;
  display: none;
}

.error .error-box {
  display: block;
  margin-bottom: 2rem;
}

.ts {
  text-shadow: 2px 2px 5px #0000007a;
}

.circle-wrapper {
  position: relative;
}

.circle-wrapper .circle::before {
  width: 30px;
  height: 30px;
  background: blue;
  opacity: 0.5;
  display: block;
  position: absolute;
  left: 0;
}

.quote-wrapper .title {
  color: #fff;
}

.quote-wrapper .moderbt-btn-text {
  color: #b8b8b8;
}

.link:hover {
  color: var(--color-primary);
  cursor: pointer;
}

.w3-modal {
  z-index: 99;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.w3-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px;
  border-radius: 6px;
}

.w3-container, .w3-panel {
  padding: 1.5rem 2rem !important;
}

.w3-container:after,
.w3-container:before {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 600px) {
  .w3-modal-content {
    margin: 0 10px;
    width: auto !important;
  }
  .w3-modal {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .w3-modal-content {
    width: 500px;
  }
  .w3-modal {
    padding-top: 50px;
  }
}
@media (min-width: 993px) {
  .w3-modal-content {
    width: 900px;
  }
}

.w3-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 32px;
}
.w3-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w3-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 992px) {
  .category-filter {
    float: right !important;
  }
}