
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&family=Roboto+Condensed&family=Yanone+Kaffeesatz&display=swap');


body {
  font-family: 'Roboto Condensed', sans-serif;
  color: #444444;
}
.fontt{
  font-family: "SolaimanLipi","Arial", sans-serif !important;
}

a {
  text-decoration: none;
  color: #12633a;
}

/*======See More Button=========*/
/*==============================*/
.see-all .see-all-btn {
  line-height: 0;
  padding: 10px 20px;
  border-radius: 20px;
  transition: 0.5s;
  color: #12633a;
  border: 2px solid #12633a;

}

.see-all .see-all-btn span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
}
.see-all .see-all-btn i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.see-all .see-all-btn:hover i {
  transform: translateX(5px);
}
/*======See More Button=========*/
/*==============================*/


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

h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto Condensed', sans-serif;
}


/*======Back to top button=========*/
/*================================*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background:#12633a;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #12633a;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*======Back to top button=========*/
/*================================*/


/*======Breadcrumbs=========*/
/*==========================*/
.breadcrumbs {
  padding: 17px 0;
  background-image: url("../img/bun.jpg");
  min-height: 40px;
  margin-top: 78px;
}

.breadcrumbs h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li a {
  color: #fff;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
  color: #e6dada;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #e6dada;
  content: "/";
}

@media (max-width: 430px) {
  .breadcrumbs {
    margin-top: 75px;
  }

  .breadcrumbs .d-flex {

  }

  .breadcrumbs h2 {
    font-size:17px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*======Breadcrumbs=========*/
/*==========================*/


/*======Header Start=========*/
/*===========================*/
#header {
  background: white;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  border-bottom: 3px solid #ab620b;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#header .logo a {
  color: #12633a;
}

#header .logo img {
  max-height: 45px;
}


/*======Desktop Navigation=======*/
.bordertop{
  border-top: 2px solid #12633a;
}
.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 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #12633a;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 14px;
  line-height: 0;
  margin-left: 5px;
  font-weight: 600;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ab620b;
}


.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: 5px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}

.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: #ab620b;
}

.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;
}

.navbar .login-btn i{
    font-size: 20px;
    color: #ab620b;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (max-width: 991px) {
    .navbar .login-btn i{
      display: none;
    }

    .navbar .login-btn2{
        display: block !important;
    }
}


/*=======Mobile Navigation======*/
.mobile-nav-toggle {
  color: #ab620b;;
  font-size: 30px;
  cursor: pointer;
  font-weight: bold;
  border:2px solid #12633a;
  display: none;
  line-height: 0;
  border-radius: 10%;
  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(63, 73, 83, 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: #12633a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #12633a;
}

.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: #12633a;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/*======Header End=========*/
/*=========================*/




/*======Hero Section=========*/
/*===========================*/
#hero {
  width: 100%;
  height: 80vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #12633a;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

#hero .carousel-item::before {
  background-color: rgba(51, 58, 66, 0.6);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
  margin-top: 350px;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 600;
}

#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  transition: 0.3s;
  border: 2px solid #12633a;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #12633a;
}

#hero .btn-get-started {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #12633a;
}



@media (max-width:576px) {
    #hero {
        height: 40vh;
    }

    #hero .carousel-control-next-icon,
    #hero .carousel-control-prev-icon {
        display: none !important;
    }
    .animate__animated{
        display: none;
    }
    #hero .carousel-item {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}
/*======Hero Section=========*/
/*===========================*/

/*======Section Start=========*/
/*===========================*/
section {
  padding: 60px 0;
  overflow: hidden;
}

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

.section-title {
  text-align: center;
  padding-bottom: 45px;
}

.section-title .h22 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #ab620b;
}

.section-title h2 {
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  color: #12633a;
}


.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin: 15px 0 0 0;
}
/*======Section End=========*/
/*===========================*/


/*======About Start=========*/
/*===========================*/
.about .content {
  background-color: #f6f9ff;
  padding: 37px;
}
.about img{
    height: 100% !important;
    width: 100% !important;
}
.about h3 {
  font-size: 25px;
  font-weight: 700;
  color: #12633a;;
}

.about .p2 {
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #12633a;
  text-align: justify;
}

.about p {
  margin: 15px 0 30px 0;
  font-weight: 500;
  font-family: "SolaimanLipi","Arial", sans-serif !important;
  line-height: 24px;
  font-size: 20px;
  text-align: justify;
}

.about .btn-read-more {
  line-height: 0;
  padding: 15px 20px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #12633a;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}
/*======About End=========*/
/*===========================*/


/*======Recent Product=========*/
/*=============================*/
.product {
  position: relative;
  z-index: 2;
}

.product .icon-box {
  padding: 30px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.5s;
  height: 100%;
}

.product .icon-box h3 {
  font-weight: 600;
  margin-bottom:10px;
  font-size: 20px;
  color: #12633a;
}

.product .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: justify;
}

.product .icon-box:hover {
  background: #12633a;
}

.product .icon-box:hover h3,
.product .icon-box:hover p {
  color: #fff;
}

.product .read-more {
  line-height: 0;
  padding: 10px 10px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #12633a;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.product .icon-box:hover .read-more {
  background: #fff;
  color: #12633a;
}

.product .read-more span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 15px;

}

.product .read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.product .read-more:hover i {
  transform: translateX(5px);
}
/*======Recent Product=========*/
/*=============================*/


/*========All Product=========*/
/*=============================*/
.allproduct .icon-box {
  border-radius: 4px;
  border:1px solid rgb(190, 190, 190);
  align-items: center;
  padding: 20px;
  text-align: center;
  background: #ffffff;
  transition: ease-in-out 0.3s;
}

.allproduct .icon-box img{
  text-align: center;
  margin: auto;
}

.allproduct .icon-box h3 {
  font-weight: 700;
  margin-top:15px;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.allproduct .icon-box h3 {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.allproduct .icon-box:hover h3 {
  color: #3498db;

}

.allproduct .zoom:hover {
  transform: scale(1.05);
  background: #fdfdfd;
  cursor: pointer;
}


@media (max-width:575px) {
  .product-details{
    padding: 1rem !important;
  }
  .mediaa{
    display: flex;
  }
  .mediaaa{
    width: 50%;
  }
  .allproduct .icon-box {
   width: 100%;
  }
}
/*========All Product=========*/
/*=============================*/


/*========Gallery Start=========*/
/*=============================*/
.back-color{
 border: 1px solid #12633a;
 padding: 0px 0px;
}

.glightbox-clean .gdesc-inner {
  padding: 15px 10px;
}


.back-color{
  color: #12633a;
  font-size: 14px;
  font-weight: 500;
  width: 375px;
  margin: auto;
}

@media (max-width: 576px) {
  .back-color{
    width: 95%;
  }
}

@media (max-width: 991px) {
  .back-color{
    width: 95%;
  }
}

.gallery .gallery-item {
  overflow: hidden;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  height: 290px;
  width: 100%;
}

.gallery .gallery-item2 img {
  transition: all ease-in-out 0.4s;
  height: 400px;
  width: 100%;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
/*========Gallery Start=========*/
/*=============================*/



/*========Video Gallery Start=========*/
/*===================================*/
.videoslider .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.videoslider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color:white;
  border: 1px solid #12633a;
  opacity: 1;
}

.videoslider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #12633a;
}

.bg-videogallery{
  border: 2px solid #2d7c12;
  padding: 0px 0px;
  width: 560px;
  margin: auto;
}

@media (max-width: 1200px) {
  .bg-videogallery{
    width: 450px;
  }
}

@media (max-width: 991px) {
  .bg-videogallery{
    width: 350px;
  }
}

@media (max-width: 768px) {
  .bg-videogallery{
    width: 100%;
  }
}



.bg-videogallery p{
color: #26760c;
  font-size: 15px;
  font-weight: 500;
  margin: auto;
}
/*========Video Gallery Start=========*/
/*===================================*/


/*======Frequently Asked Questions=========*/
/*=========================================*/
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  background: #fff;
  border:1px solid #dee2e6;
  border-radius: 4px;
  position: relative;
  padding: 10px 40px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 17px;
  font-weight:500;
  padding: 0 30px;
  padding-left: 0px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  font-size: 16px;
  text-align: justify;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #12633a;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #12633a;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .faq .faq-list li {
    padding: 10px 10px;
  }
}
/*======Frequently Asked Questions=========*/
/*=========================================*/


/*========Testimonial Start=========*/
/*===================================*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  margin-top: 0px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
  border:1px solid #dee2e6;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 25px 0 5px 0;
  color: #12633a;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ab620b;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #c171124a;
    font-size: 18px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -3px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -3px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 30px auto 15px auto;
  font-size: 15px;
}

.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 #12633a;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #12633a;
}
/*========Testimonial End==========*/
/*===================================*/


/*==========Contact Start==========*/
/*===================================*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px 0 17px 0;
  }

  .contact .info-box i {
  font-size: 32px;
  color: #12633a;
  border-radius: 20%;
  padding: 8px;

  }

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

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

  .contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
  }

  .contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #12633a;
  text-align: left;
  padding: 15px;
  font-weight: 600;
  }

  .contact .php-email-form .error-message br+br {
  margin-top: 25px;
  }

  .contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #12633a;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  }

  .contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  }

  .contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #12633a;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
  }

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

  .contact .php-email-form input:focus,
  .contact .php-email-form textarea:focus {
  border-color: #12633a;
  }

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

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

  .contact .php-email-form button[type=submit] {
  background: #12633a;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  }

  .contact .php-email-form button[type=submit]:hover {
  background: #12633a;
  }

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

  100% {
      transform: rotate(360deg);
  }
  }
/*==========Contact End============*/
/*===================================*/


/*==========Footer Start============*/
/*===================================*/
#footer {
  background: #ffffff;
  padding: 0 0 20px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #12633a;
  padding: 60px 0 40px 0;
}

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

#footer .footer-top .social-links a:hover {
  background: #fff;
  color: #12633a;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 17px;
  font-weight:500;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
}

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

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  color:rgba(255, 255, 255, 0.6);
  align-items: center;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  margin: 6px 0px;
}

#footer .footer-top .footer-links ul a:hover {
  color: white;
}

#footer .credits {
  padding-top: 10px;
  text-align: left;
  font-size: 16px;
  color: #12633a;
}

#footer .credits a {
  color: #12633a;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 990px) {
  #footer .footer-links .marginnone{
    margin-left:0px !important;
  }
}

@media (max-width: 576px) {
  #footer .footer-links .marginnone2{
    margin-left:0px !important;
  }
}

#footer .credits a:hover {
  color:#20415a;
}
/*==========Footer End=============*/
/*===================================*/


/*===========pagination Start=============*/
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    margin-top:25px !important;

}


.active>.page-link, .page-link.active {
    background-color: #12633a !important;
    color:white !important;

}
.page-link {
    color: #12633a !important;
    font-weight: 700 !important;

}
.pagination{
    margin: auto !important;
}
/*===========pagination End=============*/
