@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*
  Theme Name: Social Business Pedia
  Theme URI: https://islamhossain.info/
  Author: Islamhossain.info.
  Author URI: http://islamhossain.info/
  Description: Social Business Pedia is a Creative HTML5 Template for Saas, Startup & any ytpe of confarence.
  Version: 1.0.0
  Tags: app, landing page, marketing, responsive template, seo, software, Software Services, startup, tech, web application landing page.
*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
}

body {
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  counter-reset: my-sec-counter;
  scroll-behavior: smooth;
  scrollbar-width: 2px;
  letter-spacing: 0.065em;
  font-size: 0.75rem !important;
  line-height: 25.5px;
}
@media (min-width: 576px) {
  body {
    font-size: 0.875rem !important;
  }
}
body.dark-theme {
  background-color: #111111;
  color: #08906B;
}

body.overflow {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.sb-text-primary {
  color: #136A82;
}

.sb-text-secondary {
  color: #08906B;
}

.sb-text-light {
  color: #fff;
}

.sb-text-dark {
  color: #333333 !important;
}

.sb-text-gray {
  color: #b0b2b1;
}

.sb-border-light {
  border-color: #B0B2B1 !important;
}

body.dark-theme .sb-text-primary {
  color: #136A82;
}
body.dark-theme .sb-text-secondary {
  color: #08906B;
}
body.dark-theme .sb-text-light {
  color: #fff;
}
body.dark-theme .sb-text-dark {
  color: #fff !important;
}
body.dark-theme .sb-text-gray {
  color: #b0b2b1;
}
body.dark-theme .sb-border-light {
  border-color: #fff !important;
}

.sb-paragraph {
  font-size: 1rem;
}

.sb-bg-primary {
  background-color: #136A82;
}

.sb-bg-secondary {
  background-color: #08906B;
}

.sb-bg-light {
  background-color: #fff;
}

.sb-bg-dark {
  background-color: #111111;
}

body.dark-theme .sb-bg-primary {
  background-color: #136A82;
}
body.dark-theme .sb-bg-secondary {
  background-color: #08906B;
}
body.dark-theme .sb-bg-light {
  background-color: #fff;
}
body.dark-theme .sb-bg-dark {
  background-color: #111111;
}

.sb-btn-primary {
  background-color: #136A82;
  color: #fff;
  transition: 0.3s;
}
.sb-btn-primary:hover {
  background-color: #08906B;
  color: #fff;
}

body.dark-theme .sb-btn-primary {
  background-color: #08906B;
  color: #fff;
  transition: 0.3s;
}
body.dark-theme .sb-btn-primary:hover {
  background-color: #136A82;
  color: #fff;
}

.sb-btn-secondary {
  background-color: #08906B;
  color: #fff;
  transition: 0.3s;
}
.sb-btn-secondary:hover {
  background-color: #136A82;
  color: #fff;
}

body.dark-theme .sb-btn-secondary {
  background-color: #136A82;
  color: #fff;
  transition: 0.3s;
}
body.dark-theme .sb-btn-secondary:hover {
  background-color: #08906B;
  color: #fff;
}

.sb-btn-light {
  background-color: #fff;
  color: #08906B;
  transition: 0.3s;
}
.sb-btn-light:hover {
  background-color: #08906B;
  color: #fff;
}

body.dark-theme .sb-btn-light {
  background-color: #08906B;
  color: #fff;
  transition: 0.3s;
}
body.dark-theme .sb-btn-light:hover {
  background-color: #136A82;
  color: #fff;
}

.sb-btn-dark {
  background-color: #111111;
  color: #fff;
  transition: 0.3s;
}
.sb-btn-dark:hover {
  background-color: #136A82;
  color: #fff;
}

body.dark-theme .sb-btn-dark {
  background-color: #136A82;
  color: #fff;
  transition: 0.3s;
}
body.dark-theme .sb-btn-dark:hover {
  background-color: #08906B;
  color: #fff;
}

.sb-btn-trans {
  background-color: #F6F6F6;
  color: #08906B;
  transition: 0.3s;
}
.sb-btn-trans:hover {
  background-color: #08906B;
  color: #fff;
}

body.dark-theme .sb-btn-trans {
  background-color: #08906B;
  color: #fff;
  transition: 0.3s;
}
body.dark-theme .sb-btn-trans:hover {
  background-color: #136A82;
  color: #fff;
}

.sb-shadow {
  box-shadow: 0px 4px 20px 0px #F6F6F6;
  background: rgb(255, 255, 255);
}

body.dark-theme .sb-shadow {
  box-shadow: 0px 4px 20px 0px #111111;
  background: rgba(0, 0, 0, 0.8);
}

.sb-shadow-dark {
  box-shadow: 0px 4px 20px 0px #F6F6F6;
}

body.dark-theme .sb-shadow-dark {
  box-shadow: 0px 4px 20px 0px #B0B2B1;
}

.section-super-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  line-height: 48px;
}

body.dark-theme .section-super-title {
  color: #fff;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333333;
  line-height: 38px;
}

body.dark-theme .section-title {
  color: #fff;
}

.section-sub-title {
  font-size: 1.125rem;
  font-weight: 400;
}

body.dark-theme .section-sub-title {
  color: #fff;
}

.content-title {
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
}

body.dark-theme .content-title {
  color: #b0b2b1;
}

.content-text {
  font-size: 0.875rem;
  font-weight: 400;
}

body.dark-theme .content-text {
  color: #fff;
}

.sb-link-primary {
  color: #136A82;
  transition: 0.3s;
}
.sb-link-primary:hover {
  color: #08906B;
}

body.dark-theme .sb-link-primary {
  color: #fff;
  transition: 0.3s;
}
body.dark-theme .sb-link-primary:hover {
  color: #08906B;
}

.sb-link-secondary {
  color: #08906B;
  transition: 0.3s;
}
.sb-link-secondary:hover {
  color: #136A82;
}

body.dark-theme .sb-link-secondary {
  color: #fff;
  transition: 0.3s;
}
body.dark-theme .sb-link-secondary:hover {
  color: #136A82;
}

.text-primary {
  color: #136A82 !important;
}

.text-secondary {
  color: #08906B !important;
}

.text-dark {
  color: #333333 !important;
}

.text-light {
  color: #fff !important;
}

.sb-btn-primary-light {
  background-color: #fff;
  color: #136A82;
  transition: 0.3s;
}
.sb-btn-primary-light:hover {
  background-color: #136A82;
  color: #fff;
}

.sb-btn-secondary-light {
  background-color: #fff;
  color: #08906B;
  transition: 0.3s;
}
.sb-btn-secondary-light:hover {
  background-color: #08906B;
  color: #fff;
}

.sb-pagination {
  color: #fff;
}
.sb-pagination .page-item .page-link {
  color: #08906B;
}
.sb-pagination .page-item.active .page-link {
  background-color: #08906B;
  color: #fff;
}
.sb-pagination .page-item:hover .page-link {
  background-color: #08906B;
  color: #fff;
}

.dark-component {
  display: none;
}

.light-component {
  display: block;
}

.hover-component {
  display: none;
}

.mySwiper .swiper-slide:hover .dark-component {
  display: none;
}
.mySwiper .swiper-slide:hover .light-component {
  display: none;
}
.mySwiper .swiper-slide:hover .hover-component {
  display: block;
}

.header {
  background-color: #fff;
  border-bottom: 1px solid #EDEDED;
  transition: all 0.2s ease-in-out;
}
.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header.fixed .middle-menu {
  display: block;
}
.header .middle-menu {
  display: none;
}
.header .middle-menu .site-title a {
  font-size: 1.25rem !important;
  color: #136A82 !important;
  font-weight: 700;
}
.header .middle-menu .site-title a span {
  color: #08906B !important;
}
.header .menu-area {
  display: none;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header .menu-area {
    display: flex;
    justify-content: space-between;
  }
  .header .menu-area .left-side-menu .left-menu {
    display: flex;
  }
  .header .menu-area .left-side-menu .left-menu .dropdown {
    border-right: 1px solid;
    border-color: #EDEDED;
    padding: 15px 25px;
  }
  .header .menu-area .left-side-menu .left-menu .dropdown .drop-btn {
    text-transform: uppercase;
    color: #333333;
    padding: 0px 0px;
    font-size: 0.875rem;
  }
  .header .menu-area .left-side-menu .language, .header .menu-area .left-side-menu .search, .header .menu-area .left-side-menu .theme-light-dark {
    border-right: 1px solid #EDEDED;
    padding: 15px 25px;
  }
  .header .menu-area .left-side-menu .sun-icon.theme-dark {
    display: none;
  }
  .header .menu-area .left-side-menu .sun-icon.theme-light {
    display: block;
  }
  .header .menu-area .left-side-menu .theme-light-dark.theme-light {
    display: block;
  }
  .header .menu-area .left-side-menu .theme-light-dark.theme-dark {
    display: none;
  }
  .header .menu-area .left-side-menu .language .drop-btn {
    text-transform: uppercase;
    color: #4F4F4F;
    padding: 0px 0px;
    font-size: 1rem;
  }
  .header .menu-area .left-side-menu .search-icon {
    padding: 5px 0;
  }
  .header .menu-area .left-side-menu .search-icon.theme-light {
    display: block;
  }
  .header .menu-area .left-side-menu .search-icon.theme-dark {
    display: none;
  }
  .header .menu-area .left-side-menu .search-icon img {
    max-height: 29px;
  }
  .header .menu-area .left-side-menu .search {
    font-size: 0.875rem;
    position: inherit;
  }
  .header .menu-area .left-side-menu .search .search-form {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 0;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .header .menu-area .left-side-menu .search .search-form.active {
    width: 99%;
    height: 70px;
    opacity: 1;
  }
  .header .menu-area .middle-menu .logo p {
    font-size: 1.438rem;
    color: #136A82;
    margin: 0;
    padding: 0;
    font-weight: 1000;
  }
  .header .menu-area .middle-menu .logo p span {
    color: #08906B;
  }
  .header .menu-area .right-side-menu {
    border-right: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .header .menu-area .right-side-menu a {
    font-size: 0.875rem;
    border-right: 1px solid #E7EAED;
    color: #4F4F4F;
    padding: 2px 20px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .header .menu-area .right-side-menu a img {
    margin: 0 10px;
  }
  .header .menu-area .right-side-menu a:hover {
    color: #08906B;
  }
}
.header .mobile-menu-area {
  display: block;
}
.header .mobile-menu-area .left-side-menu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}
.header .mobile-menu-area .left-side-menu a {
  font-size: 0.875rem;
  color: #4F4F4F;
  padding: 15px 3px;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .mobile-menu-area .left-side-menu a img {
  margin: 0 10px;
}
.header .mobile-menu-area .left-side-menu a:hover {
  text-decoration: underline;
}
.header .mobile-menu-area .left-side-menu .search-icon {
  padding: 5px 0;
}
.header .mobile-menu-area .left-side-menu .search-icon img {
  max-height: 29px;
}
.header .mobile-menu-area .left-side-menu .search {
  font-size: 0.875rem;
  position: inherit;
}
.header .mobile-menu-area .left-side-menu .search .search-form {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.header .mobile-menu-area .left-side-menu .search .search-form.active {
  width: 99%;
  height: 70px;
  opacity: 1;
}
.header .mobile-menu-area .right-side-menu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.header .mobile-menu-area .right-side-menu a {
  font-size: 0.875rem;
  color: #4F4F4F;
  padding: 15px 3px;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .mobile-menu-area .right-side-menu a img {
  margin: 0 10px;
}
.header .mobile-menu-area .right-side-menu a:hover {
  color: #08906B;
}
@media (min-width: 992px) {
  .header .mobile-menu-area {
    display: none;
  }
}

body.dark-theme .dark-component {
  display: block;
}
body.dark-theme .light-component {
  display: none;
}
body.dark-theme .header {
  background-color: #111111;
  background-color: #333333;
  border-bottom: 1px solid #333333;
}
@media (min-width: 992px) {
  body.dark-theme .header .menu-area .left-side-menu .dropdown-menu {
    padding: 10px;
    background-color: #333333;
  }
  body.dark-theme .header .menu-area .left-side-menu .dropdown-menu li a {
    color: white !important;
  }
  body.dark-theme .header .menu-area .left-side-menu .left-menu .dropdown {
    border-right: 1px solid #333333;
    background-color: #333333;
  }
  body.dark-theme .header .menu-area .left-side-menu .left-menu .dropdown .drop-btn {
    text-transform: uppercase;
    color: #fff;
  }
  body.dark-theme .header .menu-area .left-side-menu .language .drop-btn {
    text-transform: uppercase;
    color: #fff;
  }
  body.dark-theme .header .menu-area .left-side-menu .language, body.dark-theme .header .menu-area .left-side-menu .search, body.dark-theme .header .menu-area .left-side-menu .theme-light-dark {
    border-right: 1px solid #333333;
    padding: 15px 25px;
  }
  body.dark-theme .header .menu-area .left-side-menu .search-icon {
    padding: 5px 0;
  }
  body.dark-theme .header .menu-area .left-side-menu .search-icon.theme-light {
    display: none;
  }
  body.dark-theme .header .menu-area .left-side-menu .search-icon.theme-dark {
    display: block;
  }
  body.dark-theme .header .menu-area .left-side-menu .search-icon img {
    max-height: 29px;
  }
  body.dark-theme .header .menu-area .left-side-menu .theme-light-dark.theme-light {
    display: none;
  }
  body.dark-theme .header .menu-area .left-side-menu .theme-light-dark.theme-dark {
    display: block;
  }
  body.dark-theme .header .menu-area .left-side-menu .sun-icon.theme-dark {
    display: block;
  }
  body.dark-theme .header .menu-area .left-side-menu .sun-icon.theme-light {
    display: none;
  }
  body.dark-theme .header .menu-area .right-side-menu a {
    font-size: 0.875rem;
    border-right: 1px solid #333333;
    color: #fff;
    display: flex;
    align-items: center;
  }
  body.dark-theme .header .menu-area .right-side-menu a :hover {
    color: #08906B !important;
  }
}
body.dark-theme .header .sidebar-menu .sidebar-main-menu {
  background-color: #333333;
  box-shadow: none;
}
body.dark-theme .header .sidebar-menu .sidebar-main-menu .main-menu li a {
  color: white;
}

.sidebar-menu {
  box-shadow: 0px 5px 20px 0px rgba(203, 202, 202, 0.2509803922);
  position: absolute;
  width: 99.9%;
  z-index: 99;
  transition: all 0.2s ease-in-out;
  transform: scaley(0);
  transition-duration: 0.2s;
  transform-origin: top;
}
.sidebar-menu.active {
  transform: scaley(1);
}
.sidebar-menu .top-bar {
  border-bottom: 1px solid #E7EAED;
}
.sidebar-menu .top-bar .search-sidebar {
  font-size: 0.875rem;
  position: inherit;
}
.sidebar-menu .top-bar .search-sidebar .search-icon {
  background-color: white;
  padding: 2px 10px;
  margin: 0 0.875rem;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}
.sidebar-menu .top-bar .search-sidebar .search-form {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar-menu .top-bar .search-sidebar .search-form.active {
  width: 300px;
  opacity: 1;
}
.sidebar-menu .top-bar .form-select {
  width: auto;
  border: 1px solid #D9D9D9;
  color: #4F4F4F;
}
.sidebar-menu .sidebar-main-menu {
  height: 100vh;
  background-color: #F8FBFF;
  padding: 20px 30px;
}
.sidebar-menu .sidebar-main-menu p {
  color: #08906B;
  margin-left: 20px;
  font-size: 1.438rem;
  font-weight: 700;
}
.sidebar-menu .sidebar-main-menu ul {
  margin-left: 20px;
  padding: 0;
}
.sidebar-menu .sidebar-main-menu ul li {
  list-style: none;
  margin: 0px 0;
}
.sidebar-menu .sidebar-main-menu ul li a {
  color: #828282;
  font-size: 0.875rem;
}
.sidebar-menu .sidebar-main-menu ul li a:hover {
  text-decoration: underline;
}
.sidebar-menu .sidebar-main-menu ul li img {
  margin-right: 20px;
}

.dropdown-item {
  font-size: 0.875rem;
  line-height: 16px;
  margin-bottom: 3px;
}

.dropdown-item:hover {
  background-color: transparent !important;
  color: #08906B !important;
}

.dropdown-item:active {
  background-color: red !important;
  color: #08906B !important;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: transparent !important;
  color: #08906B !important;
}

.close-btn {
  color: #08906B !important;
}

.section {
  padding: 80px 0 30px 0;
}
.section .section-header {
  position: relative;
}
.section .section-header h4 {
  color: #333333;
  font-size: 2.5rem;
  font-weight: 700;
}
.section .section-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.2px; /* adjust thickness */
  background: linear-gradient(to right, #08906B 10%, rgb(209, 208, 208) 10%, rgb(212, 212, 212) 92%, transparent 90%);
}
.section .section-header .see-more {
  font-size: 0.875rem;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: -10px;
  color: #136A82;
  cursor: pointer;
  transition: 0.3s;
}
.section .section-header .see-more:hover {
  opacity: 0.8;
}

body.dark-theme .section .section-header {
  color: #fff;
}
body.dark-theme .section .section-header h4 {
  color: #fff;
}
body.dark-theme .section .section-header::before {
  background: linear-gradient(to right, #136A82 10%, gray 10%, gray 92%, transparent 90%);
}

.page-search {
  background: #08906B !important;
}
.page-search .section-super-title {
  font-size: 2.5rem;
  color: #fff;
}
.page-search .search-content {
  padding: 1.5rem;
}
.page-search .search-content .breadcrumb .breadcrumb-item a {
  color: #fff;
  opacity: 0.8;
}
.page-search .search-content .breadcrumb .breadcrumb-item a:hover {
  color: #fff;
  opacity: 1;
}
.page-search .search-content .search-input .form-control {
  background-color: transparent;
  color: #fff !important;
  border-radius: 5px !important;
}
.page-search .search-content .search-input .input-group-text {
  background-color: rgba(253, 253, 253, 0.2509803922);
  border-radius: 5px !important;
  color: #fff;
  font-size: 20px;
}
.page-search .search-content .search-input::-moz-placeholder {
  color: #fff !important; /* Adjust the color as needed */
  opacity: 1; /* Optional: Ensures full opacity for the placeholder */
}
.page-search .search-content .search-input::placeholder {
  color: #fff !important; /* Adjust the color as needed */
  opacity: 1; /* Optional: Ensures full opacity for the placeholder */
}

body.dark-theme .page-search {
  background-color: #333333 !important;
}

.page-content-top-menu {
  background: #fff;
}
.page-content-top-menu .tab-menu {
  list-style: none;
}
.page-content-top-menu .tab-menu .page-sub-menu {
  color: #333333;
  opacity: 0.8;
  font-size: 1rem;
  font-weight: 700;
}
.page-content-top-menu .tab-menu .page-sub-menu:hover {
  color: #08906B;
  opacity: 1;
}
.page-content-top-menu .tab-menu .page-sub-menu-active {
  color: #08906B;
  opacity: 1;
}

body.dark-theme .page-content-top-menu {
  background-color: transparent !important;
}
body.dark-theme .page-content-top-menu .tab-menu {
  list-style: none;
}
body.dark-theme .page-content-top-menu .tab-menu .page-sub-menu {
  color: #fff;
  opacity: 0.8;
  font-size: 1rem;
  font-weight: 700;
}
body.dark-theme .page-content-top-menu .tab-menu .page-sub-menu:hover {
  color: #08906B;
  opacity: 1;
}
body.dark-theme .page-content-top-menu .tab-menu .page-sub-menu-active {
  color: #08906B;
  opacity: 1;
}

table tr td, table tr th {
  background-color: transparent !important;
  color: #333333 !important;
}

body.dark-theme table tr td, body.dark-theme table tr th {
  background-color: transparent !important;
  color: #fff !important;
}

.search-input input[type=search]::-moz-placeholder {
  color: #fff !important; /* Adjust the color as needed */
  opacity: 1; /* Optional: Ensures full opacity for the placeholder */
}

.search-input input[type=search]::placeholder {
  color: #fff !important; /* Adjust the color as needed */
  opacity: 1; /* Optional: Ensures full opacity for the placeholder */
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-item-active a {
  color: #55FEFF !important;
}

.item-grid-box {
  max-height: 300px !important;
  overflow: hidden;
}
.item-grid-box .org-item {
  border-radius: 5px;
  background: #fff;
  height: 120px;
  line-height: 120px;
  padding: 1%;
}
.item-grid-box .org-item img {
  width: 100%;
  max-height: 100%;
}

.dropdown-menu {
  background-color: #fff;
  border: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

body.dark-theme .dropdown-menu {
  background-color: #111111;
}

.footer {
  border-top: 1px solid #E7EAED;
}
.footer .footer-area {
  background: #F8FBFF;
  background-image: url("/uploads/sb-footer-bgi.png");
  background-position-x: right;
  background-position-y: bottom;
  background-size: 70%;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.footer .footer-area .dark-theme-logo {
  display: none;
}
.footer .footer-area .light-theme-logo {
  display: block;
}
.footer .footer-area h4 {
  color: #333333;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
}
.footer .footer-area .social-link {
  display: flex;
  margin: 0;
  padding: 0;
}
.footer .footer-area .social-link li {
  list-style: none;
  margin: 10px 5px;
}
.footer .footer-area .social-link li a {
  background-color: #08906B;
  color: #136A82;
  font-size: 0.875rem;
  border-radius: 50%;
}
.footer .footer-area .social-link li a:hover {
  background-color: #136A82;
  color: #fff;
}
.footer .footer-area .social-link li a.facebook {
  padding: 10px 1rem;
}
.footer .footer-area .social-link li a.twitter {
  padding: 10px 12px;
}
.footer .footer-area .social-link li a.google {
  padding: 10px 10px;
}
.footer .footer-area .social-link li a.linkedin {
  padding: 10px 15px;
}
.footer .footer-area p {
  font-size: 1.25rem;
  color: #333333;
}
.footer .footer-area .footer-link {
  margin: 0;
  padding: 0;
}
.footer .footer-area .footer-link li {
  list-style: none;
  margin: 5px 0;
}
.footer .footer-area .footer-link li a {
  color: #333333;
  padding: 5px 0;
  font-size: 0.875rem;
}
.footer .footer-area .footer-link li a:hover {
  opacity: 0.8;
}
.footer .footer-bottom {
  min-height: 45px;
  position: relative;
  color: #fff;
  width: 100%;
  padding: 10px 0 15px 0;
}
.footer .footer-bottom img {
  max-height: 18px;
  margin-top: 15px;
}
.footer .footer-bottom p {
  color: #b0b2b1;
  margin: 15px 0 0 0;
  padding: 0 15px 0 0;
  font-size: 0.875rem;
}
.footer .footer-bottom ul {
  margin: 15px 0 0 0;
  padding: 0;
}
.footer .footer-bottom ul li {
  list-style: none;
  padding: 0 15px;
}
.footer .footer-bottom ul li a {
  color: #333333;
  font-size: 0.875rem;
}
.footer .footer-bottom ul li a:hover {
  opacity: 0.8;
}
.footer .footer-bottom .footer-language {
  margin: 15px 0 0 0;
}
.footer .footer-bottom .footer-language select {
  border: 1px solid #fff;
  color: #08906B;
  font-weight: bold;
}

.dark-theme .footer {
  border-top: 1px solid #333333;
}
.dark-theme .footer .footer-area {
  background: #111111;
  background-image: url("/uploads/sb-footer-bgi.png");
  background-position-x: right;
  background-position-y: bottom;
  background-size: 70%;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.dark-theme .footer .footer-area .dark-theme-logo {
  display: none;
}
.dark-theme .footer .footer-area .light-theme-logo {
  display: block;
}
.dark-theme .footer .footer-area h4 {
  color: #333333;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
}
.dark-theme .footer .footer-area .social-link {
  display: flex;
  margin: 0;
  padding: 0;
}
.dark-theme .footer .footer-area .social-link .connect-title {
  color: #333333;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.dark-theme .footer .footer-area .social-link li {
  list-style: none;
  margin: 10px 5px;
}
.dark-theme .footer .footer-area .social-link li a {
  background-color: #08906B;
  color: #136A82;
  font-size: 0.875rem;
  border-radius: 50%;
}
.dark-theme .footer .footer-area .social-link li a:hover {
  background-color: #136A82;
  color: #fff;
}
.dark-theme .footer .footer-area .social-link li a.facebook {
  padding: 10px 1rem;
}
.dark-theme .footer .footer-area .social-link li a.twitter {
  padding: 10px 12px;
}
.dark-theme .footer .footer-area .social-link li a.google {
  padding: 10px 10px;
}
.dark-theme .footer .footer-area .social-link li a.linkedin {
  padding: 10px 15px;
}
.dark-theme .footer .footer-area p {
  font-size: 1.25rem;
  color: #333333;
}
.dark-theme .footer .footer-area .footer-link {
  margin: 0;
  padding: 0;
}
.dark-theme .footer .footer-area .footer-link li {
  list-style: none;
  margin: 5px 0;
}
.dark-theme .footer .footer-area .footer-link li a {
  color: #fff;
  padding: 5px 0;
  font-size: 0.875rem;
}
.dark-theme .footer .footer-area .footer-link li a:hover {
  opacity: 0.8;
  color: #08906B;
}
.dark-theme .footer .footer-bottom {
  min-height: 45px;
  position: relative;
  color: #fff;
  background: #333333;
  width: 100%;
  padding: 10px 0 15px 0;
}
.dark-theme .footer .footer-bottom img {
  max-height: 18px;
  margin-top: 15px;
}
.dark-theme .footer .footer-bottom p {
  color: #b0b2b1;
  margin: 15px 0 0 0;
  padding: 0 15px 0 0;
  font-size: 0.875rem;
}
.dark-theme .footer .footer-bottom ul {
  margin: 15px 0 0 0;
  padding: 0;
}
.dark-theme .footer .footer-bottom ul li {
  list-style: none;
  padding: 0 5px;
}
.dark-theme .footer .footer-bottom ul li a {
  color: #fff;
  font-size: 0.875rem;
}
.dark-theme .footer .footer-bottom ul li a:hover {
  opacity: 0.8;
  color: #08906B;
}
.dark-theme .footer .footer-bottom .footer-language {
  margin: 10px 0 0 0;
}
.dark-theme .footer .footer-bottom .footer-language select {
  border: 1px solid #fff;
  color: #08906B;
  font-weight: bold;
}

.banner-logo-area .light-theme-logo {
  display: block;
}
.banner-logo-area .dark-theme-logo {
  display: none;
}

body.dark-theme .banner-logo-area .light-theme-logo {
  display: none;
}
body.dark-theme .banner-logo-area .dark-theme-logo {
  display: block;
}

.mySwiper .swiper-slide {
  width: auto !important;
  padding: 0.91% 1.5%;
}
.mySwiper .swiper-slide .slider-content {
  line-height: 20px;
}
.mySwiper .swiper-slide .slider-content a {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
}
.mySwiper .swiper-slide .slider-content a .strong {
  font-size: 1.125rem;
  color: #333333;
  opacity: 0.8;
  font-weight: 700;
}
.mySwiper .swiper-slide:hover {
  cursor: pointer;
  background: #08906B;
  transition: 0.3s;
}
.mySwiper .swiper-slide:hover .slider-content a {
  color: #fff !important;
}
.mySwiper .swiper-slide:hover .slider-content a .strong {
  color: #fff;
}

body.dark-theme .mySwiper .swiper-slide .slider-content a {
  color: #b0b2b1;
  font-size: 0.875rem;
  font-weight: 400;
}
body.dark-theme .mySwiper .swiper-slide .slider-content a .strong {
  font-size: 1.125rem;
  color: #fff;
  opacity: 0.8;
  font-weight: 700;
}
body.dark-theme .mySwiper .swiper-slide:hover {
  cursor: pointer;
  background: #08906B;
  transition: 0.3s;
}
body.dark-theme .mySwiper .swiper-slide:hover .slider-content a {
  color: #b0b2b1;
}
body.dark-theme .mySwiper .swiper-slide:hover .slider-content a .strong {
  color: #fff;
}

.swiper-button-area .swiper-button-next, .swiper-button-area .swiper-button-prev {
  padding: 20px 32px;
  border-radius: 50%;
  background: #136A82;
  box-shadow: 0px 0px 30px rgba(241, 89, 89, 0.1);
  height: auto;
  transition: all 0.2s ease-in-out;
}
.swiper-button-area .swiper-button-next::after, .swiper-button-area .swiper-button-prev::after {
  display: none;
}
.swiper-button-area .swiper-button-next i, .swiper-button-area .swiper-button-prev i {
  font-size: 0.875rem;
  color: #fff;
}
.swiper-button-area .swiper-button-next:hover, .swiper-button-area .swiper-button-prev:hover {
  background-color: #08906B;
}
.swiper-button-area .swiper-button-next:hover i, .swiper-button-area .swiper-button-prev:hover i {
  color: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: orange !important;
}

.news-date {
  color: #08906B;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 15px;
  border-color: #08906B !important;
}

body.dark-theme .news-date {
  color: #fff;
  border-color: #fff !important;
}

.news-slider {
  margin-top: 32px;
}
.news-slider .newsSwiper {
  padding: 0px;
  margin: 0px;
  height: 350px;
}
.news-slider .newsSwiper .swiper-wrapper {
  height: 310px;
  padding: 0px;
  margin: 0px;
}
.news-slider .newsSwiper .swiper-wrapper .swiper-slide {
  padding: 0px;
  margin: 0px;
}
.news-slider .newsSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 220px;
}
.news-slider .newsSwiper .swiper-wrapper .swiper-slide .news-category {
  color: #fff;
  text-align: left !important;
  margin-top: -15%;
  margin-left: 5%;
  background-color: #08906B !important;
  position: absolute;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 0.625rem;
}
.news-slider .newsSwiper .swiper-wrapper .swiper-slide .date {
  color: #08906B;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 10px 0 0 2%;
  border-color: #08906B !important;
}
.news-slider .newsSwiper .swiper-wrapper .swiper-slide:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}

body.dark-theme .news-slider .newsSwiper .swiper-wrapper .swiper-slide .news-category {
  color: #fff;
  background-color: #136A82 !important;
}
body.dark-theme .news-slider .newsSwiper .swiper-wrapper .swiper-slide .date {
  color: #fff;
  border-color: #fff !important;
}
body.dark-theme .news-slider .newsSwiper .swiper-wrapper .swiper-slide:hover {
  background-color: transparent;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}

.news-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.news-status-bar {
  color: #08906B;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.news-content {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 24px;
}

.popular-news-details-page .section-header {
  margin-bottom: 40px;
}
.popular-news-details-page .section-header h4 {
  color: #08906B;
  font-size: 2rem;
  font-weight: 700;
}
.popular-news-details-page .news-card-right {
  color: #333333;
}
.popular-news-details-page .news-card-right img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.popular-news-details-page .news-card-right .card-text {
  color: #333333;
}

.news-search-section .section-sub-title {
  color: #08906B;
}

.swipper-content-title {
  color: #333333;
}

.home-page-full-width-ads {
  background-color: #C41457;
  font-size: 2.5rem;
  line-height: 48px;
  color: #fff;
  font-weight: 200;
  padding: 10px 0;
  margin: 0 0 20px 0;
}
.home-page-full-width-ads span {
  font-weight: 700;
}

.call2action-2 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #08906B !important;
}
.call2action-2 h3 {
  color: #333333 !important;
}

.call2action-3 {
  background-color: #136A82;
  padding: 50px 0;
  border-radius: 10px;
}
.call2action-3 .section-super-title {
  color: #b0b2b1 !important;
}
.call2action-3 .section-super-title span {
  color: #fff !important;
}
.call2action-3 .content-text {
  opacity: 0.5;
  color: #b0b2b1 !important;
}

.call2action-event-2 {
  background-color: #F98342 !important;
}

.people-cover-banner {
  background-color: #08906B;
}
.people-cover-banner .profile-name {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
}
.people-cover-banner a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  transition: 0.3s;
}
.people-cover-banner a:hover {
  color: #fff;
}

.people_topbar .nav-link {
  color: #08906B !important;
}

.profile-info {
  color: #333333;
  background-color: transparent;
}

body.dark-theme .profile-info {
  color: #fff;
}

.profile-details {
  height: 260px;
  width: 100%;
}
.profile-details .section-sub-title {
  color: #333333;
}
.profile-details .addresss {
  color: #b0b2b1;
}

.profile-details-overley {
  height: 260px;
  background-color: rgba(73, 173, 161, 0.8);
  opacity: 0;
  margin-top: -260px;
  position: relative;
}
.profile-details-overley a {
  font-size: 1.125rem;
  color: #fff;
  line-height: 260px;
}

.overley-parent:hover .profile-details-overley {
  opacity: 1;
  transition: 0.3s;
}
.overley-parent:hover .profile-details-overley a {
  font-weight: bold;
}

.people_topbar .nav-link {
  color: #136A82 !important;
  font-weight: 700;
}
.people_topbar .sb-profile-active {
  border-bottom: 3px solid #136A82;
}

.login-form-area .section-super-title {
  color: #08906B;
  font-size: 2.5rem;
  font-weight: 700;
}
.login-form-area .form-control {
  background-color: #EFFBF9;
  border-radius: 4px;
}
.login-form-area .show-password {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.organization-card .overley-frame {
  height: 210px;
}
.organization-card .overley {
  background-color: rgba(73, 173, 161, 0.8);
  margin-top: -210px;
  height: 210px;
  line-height: 210px;
  z-index: 1;
  position: relative;
  opacity: 0;
}
.organization-card .overley a {
  font-size: 1.125rem;
  color: #fff;
  display: block;
}
.organization-card:hover .overley {
  opacity: 1;
  transition: 0.3s;
}

body {
  background-color: #F8FBFF !important;
}

body.dark-theme {
  background-color: #111111 !important;
}/*# sourceMappingURL=style.css.map */