
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #3763eb;
  text-decoration: none;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #3763eb;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 0;
}
h5 {
  font-size: 14px;
  font-weight: 700;
}
h6{
  font-size: 14px;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
    /* Topbar left */
.topbar {
  background-color: #00796a;
  padding: 8px 0;
}
.top-contact {
  padding-top: 0px;
}
.topbar .single-contact {
  display: inline-block;
  margin-right: 25px;
  color: #ccc;
  cursor: pointer;
}
.topbar .single-contact:last-child{
  margin-right:0px;
}
.topbar .single-contact,
.topbar .single-contact a{
  color: #fff;
  font-weight:normal;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  transition:all 0.3s ease;
  font-size:14px;
}
.topbar .single-contact i {
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.topbar .single-contact:hover,
.topbar .single-contact a:hover{
  color:#ccc;
}
/* Top right */
.topbar-right {
    position: relative;
    float: right;
}
.topbar-right .button {
    float: left;
    right: 0;
}
.topbar-right .button .bizwheel-btn {
   height: auto;
   text-transform: initial;
   padding: 8px 15px;
   line-height: initial;
   background: #fff;
   font-size:14px;
   color: #f3a712;
   border: 1px solid transparent;
}
.topbar-right .button .bizwheel-btn:hover{
  background:transparent;
  border-color:#fff;
  color:#fff;
}
/*--------------------------------------------------------------
# Social Icons 
--------------------------------------------------------------*/
.topbar .social-icons {
  float: left;
}
.topbar .social-icons li {
  display: inline-block;
  margin-right: 10px;
}
.topbar .social-icons li:last-child{
  margin:0;
}
.topbar .social-icons li a {
  color: #fff;
}
.topbar .social-icons li a:hover{
  color:#ccc;
}
.selectpicker {
    font-size: 14px;
    width: 85px;
    border-radius: 5px;
    padding: 4px;
    color: #fff;
    border:1px solid #fff;
    background-color:  #00796a;;
  }
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  }
#header #logo h1 a {
  color: #0c2e8a;
}
#header #logo h1 a span {
  color: #5cb377;
}
#header #logo img {
  padding: 0;
  margin: 0;
  display: block;
  max-width: 200px;
  height: auto;
}
@media (max-width: 768px) {
  #header {
    height: 60px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #444;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color:  #00796a;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #00796a;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav-toggle {
  color: #0c2e8a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

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

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(8, 30, 91, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0c2e8a;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #00796a;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #3763eb;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.d-non{ float: none; }
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.section {
  padding: 60px 0;
  overflow: hidden;
}
.title-decaration-1{
  width:500px;
  margin: 0 auto!important;
}
.title-decaration-2{
  width:375px;
}
/*--------------------------------------------------------------
# Section Header
--------------------------------------------------------------*/
.section-header {
  margin-bottom: 30px;
}
.section-header h2 {
  font-size: 32px;
  color:#00796a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.section-header h2::before {
  content: "";
  display: block;
  width: 50px;
  position: absolute;
  height: 3px;
  background: #00796a;
  bottom: 0;
  left: 0;
}
.section-header p {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f6f6f6;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# Scroll Text
--------------------------------------------------------------*/

.my-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.onoffswitch3
{
    position: relative; 
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 0px;
}

.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block; float: left; position: relative; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: 'Open Sans', sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #EEEEEE; color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    width: 100px;
    padding-left: 16px;
    background-color: #EEEEEE; color: #FFFFFF;
    text-align: right;
}

.onoffswitch3-switch {
    display: block; width: 50%; margin: 0px; text-align: center; 
    border: 0px solid #999999;border-radius: 0px; 
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch3-active .onoffswitch3-switch {
    background: #00796a; left: 0;
    width: 160px;
}
.onoffswitch3-inactive{
    background: #A1A1A1; right: 0;
    width: 20px;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.glyphicon-remove{
    padding: 3px 0px 0px 0px;
    color: #fff;
    background-color: #000;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.scroll-text{
    color: #000;
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.carousel-caption {
    z-index: 10;
}
.text-start {
    text-align: left !important;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

.carousel-item > img {
    top: 0;
    left: 0;
    min-width: 100%;
    height: auto;
}
@media (max-width: 768px) {

.carousel-caption h3 {
  font-size: 10px;
}
.carousel-caption p {
  font-size: 8px
}
#carousel h1 {
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}
.carousel-item > img {
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

}

#voter {
  padding: 60px 0 30px 0;
}
#carousel h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  color: #d22621;
}

#carousel h1 span {
  color: #fff;
}

#carousel h2 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400;
}

#carousel .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #00796a;
}

#carousel .btn-get-started:hover {
  background: #00716a;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
  padding: 60px 0 30px 0;
}
.bg {
  background-color: #00796a;
}
#about .about-img {
  overflow: hidden;
}
#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}
@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}
#about .content h2 {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  padding: 20px 0 0 0;
}
#about .content h3 {
  color: #444444;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}
#about .content p {
  line-height: 26px;
  color: #fff;
}
#about .content a {
  color: #fff;
}
#about .content p:last-child {
  margin-bottom: 0;
}
#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #fff;
}
#about .content ul {
  list-style: none;
  padding: 0;
}
#about .content ul li {
  padding-bottom: 10px;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 30px 15px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.services .service-item .icon {
  font-size: 36px;
  padding: 20px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.services .service-item h3 {
  font-size: 16px;
  font-weight: 700;
}
.services .service-item p {
    padding: 0;
    margin: 0;
}


.services .service-item .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.services .service-item .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.services .service-item.item-cyan {
  border-bottom: 3px solid #0dcaf0;
}

.services .service-item.item-cyan .icon {
  color: #0dcaf0;
  background: rgba(13, 202, 240, 0.1);
}

.services .service-item.item-cyan .read-more {
  color: #0dcaf0;
}

.services .service-item.item-cyan:hover {
  background: #0dcaf0;
}

.services .service-item.item-orange {
  border-bottom: 3px solid #fd7e14;
}

.services .service-item.item-orange .icon {
  color: #fd7e14;
  background: rgba(253, 126, 20, 0.1);
}

.services .service-item.item-orange .read-more {
  color: #fd7e14;
}

.services .service-item.item-orange:hover {
  background: #fd7e14;
}

.services .service-item.item-teal {
  border-bottom: 3px solid #20c997;
}

.services .service-item.item-teal .icon {
  color: #20c997;
  background: rgba(32, 201, 151, 0.1);
}

.services .service-item.item-teal .read-more {
  color: #20c997;
}

.services .service-item.item-teal:hover {
  background: #20c997;
}

.services .service-item.item-red {
  border-bottom: 3px solid #df1529;
}

.services .service-item.item-red .icon {
  color: #df1529;
  background: rgba(223, 21, 4, 0.1);
}

.services .service-item.item-red .read-more {
  color: #df1529;
}

.services .service-item.item-red:hover {
  background: #df1529;
}

.services .service-item.item-indigo {
  border-bottom: 3px solid #6610f2;
}

.services .service-item.item-indigo .icon {
  color: #6610f2;
  background: rgba(102, 16, 242, 0.1);
}

.services .service-item.item-indigo .read-more {
  color: #6610f2;
}

.services .service-item.item-indigo:hover {
  background: #6610f2;
}

.services .service-item.item-pink {
  border-bottom: 3px solid #f3268c;
}

.services .service-item.item-pink .icon {
  color: #f3268c;
  background: rgba(243, 38, 140, 0.1);
}

.services .service-item.item-pink .read-more {
  color: #f3268c;
}

.services .service-item.item-pink:hover {
  background: #f3268c;
}

.services .service-item:hover h3,
.services .service-item:hover p,
.services .service-item:hover .read-more {
  color: #fff;
}

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


.services{
  padding-bottom: 170px;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
#clients {
  padding: 30px 0;
}
#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}
#clients img:hover {
  opacity: 1;
}
#clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
#clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5cb377;
}
#clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5cb377;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/ 
#testimonials {
  padding: 30px 0;
}
#testimonials .testimonials-carousel, #testimonials .testimonials-slider {
  overflow: hidden;
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}
#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px!important;
}
#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px !important;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5cb377;
}
#testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5cb377;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}
#testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
#testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #50d8af;
  }
#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}
@media (min-width: 1200px){
 h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #444444;
}}

.owl-2-style .owl-nav {
   display: none; 
}

.owl-2-style .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px; 
}

.owl-2-style .owl-dots .owl-dot {
   display: inline-block;
   }

.owl-2-style .owl-dots .owl-dot span {
   display: inline-block;
   width: 10px;
   height: 10px;
   border-radius: 0px;
   background: #cccccc;
   -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
   -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
   transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
   margin: 3px;
   border-radius: 50%;
    }

.owl-2-style .owl-dots .owl-dot.active span {
   background: #00796a; 
 }

 .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
   outline: none; }

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.media-29101 img {
    margin-bottom: 20px;
    border-radius: 50%;
    width: 80px !important;
    margin: 0 auto 40px auto;
}
.media-29101 {
    box-sizing: content-box;
    padding: 10px 0 0 0;
    text-align: center;
    min-height: 300px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}




/*--------------------------------------------------------------
 #Counter
--------------------------------------------------------------*/ 
#count {
  margin: 60px 0;
}
.counte {
  padding: 60px 0;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.count h2{
  font-size: 26px;
  font-weight: 700;
  color: #00796a;
  padding-bottom: 30px;
  text-decoration: underline;
}
.space {
  overflow-y: scroll;
  max-height: 350px !important;
}
.spaces {
  overflow-y: scroll;
  min-height: 250px !important;
}

.counter-box {
  display: block;
  padding: 10px;
  text-align: center;
  transition: 0.4s;
  height: 100%;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #444444;
  font-size: 16px;
  font-weight: 500
}

.counter-box i {
  font-size: 24px;
  margin: 0 0 15px;
  color:#00796a
}

.counter { 
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #00796a;
  line-height: 28px
}

.counter-box.colored {
  background: #3acf87 !important;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff
}
.btn-primary {
  color: #fff;
  background-color: #3763eb;
  border-color: #0d6efd;
}
.counter-area{
  height: 900px;
  overflow-x: scroll;
}

.count .content h3 {
  font-weight: 600;
  font-size: 24px;
  padding: 0 0 0 20px
}
.count .content h2 {
  font-weight: 700;
  font-size: 26px;
  padding: 0 0 30px 0; 
}
}

.count .content ul {
  list-style: none;
  padding: 0;
}

.count .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.count .content ul li:first-child {
  margin-top: 35px;
}

.count .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.count .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.count .content ul p {
  font-size: 15px;
}
.count .content p:last-child {
  margin-bottom: 0;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
@media (min-width: 1024px){
.section-title p {
    width: 50%; 
}}
.section-title p {
    margin: 15px auto 0 auto;
    font-weight: 600;
}
.section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #e7f1fd;
    color: #00796a;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}
.section-title h3 {
    margin: 15px 0 20px 0;
    color: #00796a;
    font-size: 26px;
    font-weight: 700;
}
 .dropdown:hover .dropdown-menu{
        display: block;
    }
.dropdown-menu{
        margin-top: 0;
    }
.mt-1 {
  margin-top: 50rem;
}
.containt-title {
    text-align: left;
    padding-bottom: 30px;
}
.containt-title p {
    font-weight: 600;
}
.containt-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    background: #e7f1fd;
    color: #3763eb;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
    text-align: left;;
}
.containt-title h3 {
    font-size: 26px;
    font-weight: 700;
}
.candidate img{
  height: 177px;
  width: 150px;
}
/*--------------------------------------------------------------
# Bread cumb
--------------------------------------------------------------*/
.breadcrumbs-title {
    text-align: left;
    padding-bottom: 20px;
}
.breadcrumbs-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #e7f1fd;
    color: #3763eb;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}
.breadcrumbs-title h3 {
    margin: 15px 0 0 0;
    font-size: 26px;
    font-weight: 700;
  }
 .breadcrumbs-title p {
    padding: 0 0 10px 0;
    text-align: left;
    font-weight:300;
  }
  
.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
  border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
  margin-bottom: -1px;
}

/*--------------------------------------------------------------
# Carasol
--------------------------------------------------------------*/
.owl-3-style .owl-nav {
   display: none; 
}

.owl-3-style .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px; 
}

.owl-3-style .owl-dots .owl-dot {
   display: inline-block;
   }

.owl-3-style .owl-dots .owl-dot span {
   display: inline-block;
   width: 10px;
   height: 10px;
   border-radius: 0px;
   background: #cccccc;
   -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
   -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
   transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
   margin: 3px;
   border-radius: 50%;
    }

.owl-3-style .owl-dots .owl-dot.active span {
   background: #00796a; 
 }

 .owl-3-style .owl-dots .owl-dot:active, .owl-3-style .owl-dots .owl-dot:focus {
   outline: none; 
 }
 /*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/ 
#team{
    margin: 60px 0;

}
.team  h2 {
  text-align: center;
  color: #00796a;
  font-weight: 700;
  font-size: 26px;
  padding: 0 0 50px 0; 
}
.rounded {
  border-radius: .25rem !important;
  margin-bottom: 20px;
  padding: 10px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/ 
.f-top {
  background-color: #f6f6f6;
}
.ftext-light{
  color: #fff
}
.text-light{
  color: #fff
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: var(--light);
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}
.footer .btn.btn-link::before {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}
.copyright {
  color: #fff;
  background: #00796a;
    }
.copyright a {
  color: #fff;
}
.copyright a:hover {
  color:#444;
}

.social-l {
  color: #fff;
  padding: 0 15px;
  display: inline-block;
  line-height: 1px;
}
.social-lf {
  color: #fff;
  padding:0 15px 0 0;
  display: inline-block;
  line-height: 1px;
}
.btn-link {
  text-decoration: none;
}
.py-5 {
  padding-top: none;

}

.text-md-start {
  text-align: center!important;


}
/*--------------------------------------------------------------
# Card Section
--------------------------------------------------------------*/
.cards .card-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 10px 10px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.cards .card-item .icon {
  font-size: 36px;
  padding: 20px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}
.card .card-item p {
  padding: 0;
  margin: 0 ;
}
.cards .card-item h3 {
  font-size: 16px;
  font-weight: 700;
}

.cards .card-item .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.cards .card-item .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.cards .card-item.item-cyan {
  border-bottom: 3px solid #0dcaf0;
}

.cards .card-item.item-cyan .icon {
  color: #0dcaf0;
  background: rgba(13, 202, 240, 0.1);
}

.cards .card-item.item-cyan .read-more {
  color: #0dcaf0;
}

.cards .card-item.item-cyan:hover {
  background: #0dcaf0;
}

.cards .card-item.item-orange {
  border-bottom: 3px solid #fd7e14;
}

.cards .card-item.item-orange .icon {
  color: #fd7e14;
  background: rgba(253, 126, 20, 0.1);
}

.cards .card-item.item-orange .read-more {
  color: #fd7e14;
}

.cards .card-item.item-orange:hover {
  background: #fd7e14;
}

.cards .card-item.item-teal {
  border-bottom: 3px solid #20c997;
}

.cards .card-item.item-teal .icon {
  color: #20c997;
  background: rgba(32, 201, 151, 0.1);
}

.cards .card-item.item-teal .read-more {
  color: #20c997;
}

.cards .card-item.item-teal:hover {
  background: #20c997;
}

.cards .card-item.item-red {
  border-bottom: 3px solid #df1529;
}

.cards .card-item.item-red .icon {
  color: #df1529;
  background: rgba(223, 21, 4, 0.1);
}

.cards .card-item.item-red .read-more {
  color: #df1529;
}

.cards .card-item.item-red:hover {
  background: #df1529;
}

.cards .card-item.item-indigo {
  border-bottom: 3px solid #6610f2;
}

.cards .card-item.item-indigo .icon {
  color: #6610f2;
  background: rgba(102, 16, 242, 0.1);
}

.cards .card-item.item-indigo .read-more {
  color: #6610f2;
}

.cards .card-item.item-indigo:hover {
  background: #6610f2;
}

.cards .card-item.item-pink {
  border-bottom: 3px solid #f3268c;
}

.cards .card-item.item-pink .icon {
  color: #f3268c;
  background: rgba(243, 38, 140, 0.1);
}

.cards .card-item.item-pink .read-more {
  color: #f3268c;
}

.cards .card-item.item-pink:hover {
  background: #f3268c;
}

.cards .card-item:hover h3,
.cards .card-item:hover p,
.cards .card-item:hover .read-more {
  color: #fff;
}

.cards .card-item:hover .icon {
  background: #fff;
}

.card {
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 30px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.card .card-header {
    padding: 15px 15px 0;
    background-color: #fff;
    border-bottom: none !important;
}
.card-header:first-child {

}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card .ct-chart {
    margin: 30px 0;
    height: 245px;
}
.ct-perfect-fourth {
    display: block;
    position: relative;
    width: 100%;
}
.ct-perfect-fourth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
svg:not(:root) {
    overflow: hidden
    }
.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
    fill: #ffa534;
}
.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
    fill: #fb404b;
}
.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
    fill: #1dc7ea;
}
.card-title {
    margin-bottom: 0.5rem;
    text-align: center;;
}

/* Pie Chart Card Styles */
.counte .row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    align-items: stretch;
}
.counte .row > [class*="col-"] {
    display: flex;
}
.counte .card {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.counte .card .card-header {
    flex: 0 0 auto;
}
.counte .card .card-body {
    padding: 10px;
    flex: 0 0 auto;
}
.counte .card .ct-chart {
    margin: 10px auto;
    height: 200px;
    width: 200px;
}
.counte .card .card-footer {
    background-color: #f8f9fa;
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 8px 12px;
    height: 90px;
    overflow-y: auto;
    flex: 0 0 auto;
}
.counte .card .card-footer .legend {
    font-size: 0.75rem;
    line-height: 1.8;
}
.counte .card .card-footer .legend .legend-item {
    display: inline-block;
    margin-right: 10px;
    white-space: nowrap;
}
/* Info boxes below chart */
.counte .card > .px-2 {
    height: 60px;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.lightboxpreview {
   transition: all .3s linear;
padding-top:60%;
  cursor:pointer;
  background-size:cover;
}
   
.lightbox-content {
max-height:75vh;
  height:75vh;
  width:100%;
  max-width: 1000px;}

.lightbox-close { 
  cursor:pointer;
    margin-left: auto;
  position:absolute;
  right:-30px;
  top:-30px;
  color:white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;}
.modal_inner_image {
    min-height: 400px;
    z-index: 1000;}
.modal-content {
    width: 100%;}

.modalscale {transform:scale(0);
opacity:0;}

.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
.lightbox_img_wrap {padding-top:65%;
  position:relative;
  overflow:hidden;
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {width:100%;
height:100%;
  position:absolute;
  top:0;
object-fit:cover;
cursor:pointer;}

.lightbox-container {width:100vw;
height:100vh;
position:fixed;
top:0;
left:0;
  display:flex;
  align-items:center;
  justify-content:center;
background-color:rgba(0,0,0,.6);
z-index:9999;
opacity:0;
pointer-events:none;
}

.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
  color:white;
  z-index:9999999;
 cursor:pointer; 
  position:absolute;

  font-size:50px;
}

.lightbox-btn:focus {
  outline:none;
}

.left {left:50px;}
.right {right:50px;}
#close {top:50px;
right:50px;}

.lightbox-image {
  width:100%;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19); 
box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19);
  max-height:95vh;
  object-fit:cover;
 }

@keyframes slideleft {
  33% {transform:translateX(-300px);
  opacity:0;
  }
  66% {transform:translateX(300px);
  opacity:0;
  }
}


.slideleft {
   animation-name: slideleft;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
@keyframes slideright {
  33% {transform:translateX(300px);
  opacity:0;}
  66% {transform:translateX(-300px);
  opacity:0;}
}


.slideright{
   animation-name: slideright;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
.pr{padding-right:30px }
.pl{padding-left:30px }

/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .title-decaration-1 {
    width: 100%;
    max-width: 450px;
  }
  .counte .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .topbar .top-contact {
    text-align: center;
  }
  .topbar-right {
    float: none;
    text-align: center;
    margin-top: 8px;
  }
  .topbar .social-icons {
    float: none;
    display: inline-block;
  }
  #header {
    padding: 10px 0;
  }
  #header .logo img {
    max-height: 50px;
  }
  .section {
    padding: 40px 0;
  }
  .section-header h2 {
    font-size: 26px;
  }
  .title-decaration-1,
  .title-decaration-2 {
    width: 100%;
    font-size: 1.2rem;
  }
  .counte .card .ct-chart {
    height: 180px;
    width: 180px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .topbar {
    padding: 5px 0;
  }
  .topbar .single-contact {
    margin-right: 15px;
    font-size: 12px;
  }
  .topbar .single-contact i {
    font-size: 14px;
    margin-right: 5px;
  }
  .topbar .social-icons li {
    margin-right: 5px;
  }
  .topbar .vl {
    display: none;
  }
  #header {
    height: auto;
    padding: 10px 15px;
  }
  #header .logo img {
    max-height: 40px;
  }
  .section {
    padding: 30px 0;
  }
  .section-header h2 {
    font-size: 22px;
  }
  .title-decaration-1,
  .title-decaration-2 {
    width: 100%;
    font-size: 1rem;
    padding: 0 10px;
  }
  /* Pie chart cards - single column on mobile */
  .counte .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .counte .card .ct-chart {
    height: 200px;
    width: 200px;
  }
  .counte .card .card-footer {
    height: auto;
    max-height: 120px;
  }
  .counte .card > .px-2 {
    height: auto;
    min-height: 50px;
  }
  /* Services section */
  .services .service-item {
    margin-bottom: 20px;
  }
  /* Counter section */
  .counter-content h2 {
    font-size: 28px;
  }
  /* Form elements */
  .form-select,
  .form-control {
    font-size: 14px;
  }
  /* Tables */
  .table-responsive {
    font-size: 12px;
  }
  /* Carousel */
  .carousel-caption h2 {
    font-size: 1.5rem;
  }
  .carousel-caption p {
    font-size: 0.9rem;
    display: none;
  }
  /* Hero section adjustments */
  .hero-section h1 {
    font-size: 1.8rem;
  }
  .hero-section p {
    font-size: 1rem;
  }
  /* Card adjustments */
  .card .card-header h4 {
    font-size: 1rem;
  }
  /* Footer */
  footer .container {
    padding: 0 15px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    overflow-x: hidden;
  }
  .topbar .row {
    flex-direction: column;
  }
  .topbar .col-lg-8,
  .topbar .col-lg-4 {
    width: 100%;
    text-align: center;
  }
  .topbar .top-contact {
    margin-bottom: 5px;
  }
  .topbar .single-contact {
    display: block;
    margin-right: 0;
    margin-bottom: 3px;
  }
  #header .container {
    padding: 0 10px;
  }
  .section-header h2 {
    font-size: 18px;
  }
  .title-decaration-1,
  .title-decaration-2 {
    font-size: 0.9rem;
  }
  .counte .card .card-header h4 {
    font-size: 0.9rem;
  }
  .counte .card .ct-chart {
    height: 160px;
    width: 160px;
  }
  .counte .card .card-footer .legend {
    font-size: 0.7rem;
  }
  /* Counter voters */
  .counter-content h2 {
    font-size: 24px;
  }
  .counter-content p {
    font-size: 12px;
  }
  /* Buttons */
  .btn {
    font-size: 14px;
    padding: 8px 16px;
  }
  /* Forms */
  select.form-select {
    width: 100% !important;
  }
  /* Dropdown filters */
  .pairs-dropdown {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* Landscape mode for mobile */
@media (max-height: 500px) and (orientation: landscape) {
  .topbar {
    display: none;
  }
  #header {
    position: relative;
  }
  .counte .card .ct-chart {
    height: 150px;
    width: 150px;
  }
}

/* Carousel responsive */
.carousel {
  max-height: 80vh;
  overflow: hidden;
  max-width: 100%;
}
.carousel-inner,
.carousel-item {
  max-height: 80vh;
  max-width: 100%;
}
.carousel-item img {
  object-fit: cover;
  width: 100%;
  max-height: 80vh;
}
.carousel-caption {
  max-width: 100%;
  overflow: hidden;
}
.carousel-caption iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media (max-width: 767.98px) {
  .carousel,
  .carousel-inner,
  .carousel-item {
    max-height: 60vh;
  }
  .carousel-item img {
    min-height: 200px;
    max-height: 60vh;
  }
  .carousel-caption {
    padding: 10px 15px;
  }
  .carousel-caption .col-lg-6 {
    width: 100%;
    padding: 0;
  }
  .carousel-caption iframe {
    width: 100% !important;
    height: 150px !important;
  }
  .btn-get-started {
    padding: 8px 20px;
    font-size: 14px;
  }
}

/* Counter voters section responsive */
.counter-section .row {
  gap: 15px 0;
}
@media (max-width: 767.98px) {
  .counter-section [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .counter-section [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Services section responsive */
.services .row {
  gap: 15px 0;
}
@media (max-width: 767.98px) {
  .services .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .services .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Map section responsive */
.map-section svg {
  max-width: 100%;
  height: auto;
}

/* Dropdown select responsive */
select.form-select,
.bootstrap-select {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .bootstrap-select,
  .bootstrap-select .dropdown-toggle {
    width: 100% !important;
  }
}

/* Table responsive wrapper */
.table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Owl carousel responsive */
.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
}
@media (max-width: 767.98px) {
  .owl-carousel .owl-nav button {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

/* Hide elements on mobile when needed */
.hide-mobile {
  display: block;
}
@media (max-width: 767.98px) {
  .hide-mobile {
    display: none !important;
  }
}

/* Show elements only on mobile */
.show-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .show-mobile {
    display: block !important;
  }
}

/* Fix for language toggle on mobile */
@media (max-width: 575.98px) {
  .topbar .social-icons li:last-child {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
}

/* Fix marquee/breaking news overflow on mobile */
@media (max-width: 767.98px) {
  .stats.container {
    max-width: 100%;
    padding: 0 10px;
  }
  .onoffswitch3 {
    max-width: 100%;
    overflow: hidden;
  }
  .onoffswitch3-label {
    max-width: 100%;
  }
  .onoffswitch3-active .onoffswitch3-switch {
    width: 120px;
  }
  marquee {
    max-width: calc(100% - 130px);
  }
}

/* Print styles */
@media print {
  .topbar,
  #header nav,
  .mobile-nav-toggle,
  footer {
    display: none !important;
  }
  .counte .card {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}  
