/**
* Template Name: Moderna - v2.2.0
* Template URL: https://bootstrapmade.com/free-bootstrap-template-corporate-moderna/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  color: #a4c91e;
}

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

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Roboto", sans-serif;
}

.margin-b {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #a4c91e;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #7b961a;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #000;
}

#header.header-transparent {
  background: none;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.6);
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 18px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 14px;
  }
  #header .logo span {
    font-size: 18px !important;
  }
  #header .logo img {
    display: none;
  }
}
#header .logo span {
  font-size: 24px;
  color: #a4c91e; 
  letter-spacing: 2px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin-right: 4px;
  max-height: 40px;
}

#main {
  padding-top: 10px;
  background-color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #a4c91e;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 0);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #000;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #7b961a;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #000;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #a4c91e;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero-video {
  object-fit: cover;
  width: 100%;
  height: 90vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#hero::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 0;
  transform: translateX(-50%);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero h3 {
  color: #fff;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #a4c91e;
}

#hero .btn-get-started:hover {
  background: #a4c91e;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}


@media (max-width: 575px) {
  #hero h2 {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
# Hero No Slider Section
--------------------------------------------------------------*/
#hero-no-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#hero-no-slider::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.6)), url("../img/hero-bg.jpg") center top no-repeat;
}

#hero-no-slider h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
}

#hero-no-slider p {
  color: #fff;
}

#hero-no-slider .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #68A4C4;
}

#hero-no-slider .btn-get-started:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 575px) {
  #hero-no-slider h2 {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

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

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

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

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #a4c91e;
  bottom: 0;
  left: calc(50% - 20px);
}

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f3f8fa;
  min-height: 40px;
  margin-top: 70px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

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

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

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

@media (max-width: 992px) {
  .breadcrumbs h2 {
    font-size: 21px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features ul {
  padding-left: 0;
}
.features ul li {
  list-style: none;
  position: relative;
  margin-left: 20px;
}
.features ul li i {
  color: #3fcdc7;
  line-height: 24px;
  position: absolute;
  left: -20px;
}

/*--------------------------------------------------------------
# Services-details
--------------------------------------------------------------*/
.service-details .section-product {
  padding: 60px 0 30px 0;
  border-bottom: 4px solid #dee2e6;
}
.service-details .section-product:last-child {
  border-bottom: none;
}
.service-details .product-description h2 {
  color: #a4c91e;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  font-weight: normal;
  padding-bottom: 8px;
}
.service-details .product-description {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .service-details .product-description {
    margin: 0;
  }
  .service-details .product-description h2 {
    font-size: 28px;
  }
  .product-description div div > h3 {
    margin-top: 30px;
    font-size: 21px;
  }
  .service-details .section-title h1 {
    font-size: 32px;
  }
}

.service-details .product-description .section-title {
  margin-top: 60px;
}
.service-details ul {
  padding-left: 20px;
}
.service-details ul.nav.nav-pills {
  display: flex;
  justify-content: center;
  padding-left: 0;
}
@media (max-width: 768px) {
  .service-details ul.nav.nav-pills {
    padding: 20px;
  }
  .service-details ul.nav.nav-pills li.nav-item {
    width: 50%;
  }
  .service-details ul.nav.nav-pills li.nav-item:nth-child(5) {
    width: 100%;
  }
  .service-details ul.nav-pills a.nav-link {
    padding: 10px 4px;
    line-height: 1.35;
  }
}
.service-details ul.nav-pills .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 0;
  height: 70px;
}
.service-details ul.nav-pills .nav-link:hover {
  color: #444444;
  border: 1px solid #444444;
}

.service-details ul.nav-pills-cyan .nav-link.active {
  color: #3fcdc7;
  background-color: transparent;
  border: 4px solid #3fcdc7;
  border-radius: 0;
  font-weight: bold;
}
.service-details ul.nav-pills-cyan .nav-link.active:hover {
  color: #3fcdc7;
  border: 4px solid #3fcdc7;
}
.service-details ul.nav-pills-green .nav-link.active {
  color: #41cf2e;
  background-color: transparent;
  border: 4px solid #41cf2e;
  border-radius: 0;
  font-weight: bold;
}
.service-details ul.nav-pills-green .nav-link.active:hover {
  color: #41cf2e;
  border: 4px solid #41cf2e;
}
.service-details ul.nav-pills-light-green .nav-link.active {
  color: #a4c91e;
  background-color: transparent;
  border: 4px solid #a4c91e;
  border-radius: 0;
  font-weight: bold;
}
.service-details ul.nav-pills-light-green .nav-link.active:hover {
  color: #a4c91e;
  border: 4px solid #a4c91e;
}
.service-details ul.nav-pills-orange .nav-link.active {
  color: #FF9800;
  background-color: transparent;
  border: 4px solid #FF9800;
  border-radius: 0;
  font-weight: bold;
}
.service-details ul.nav-pills-orange .nav-link.active:hover {
  color: #FF9800;
  border: 4px solid #FF9800;
}

.service-details .product-description ul li, .service-details .product-caracteristics ul li {
  position: relative;
  margin-left: 18px;
}

.service-details .product-description ul li i, .service-details .product-caracteristics ul li i {
  position: absolute;
  color: #a4c91e;
  left: -24px;
  line-height: 24px !important;
}
.service-details td i {
  color: #a4c91e;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.service-details .product-caracteristics .bx-check {
  color: #a4c91e;
}
.service-details .product-caracteristics .bx-caret-right, .service-details .product-description .bx-caret-right {
  color: #3fcdc7;
}
.service-details .product-caracteristics {
  margin-top: 30px;
}
.service-details .product-caracteristics table td:first-child {
  font-weight: bold;
}
.service-details .product-caracteristics table td {
  font-size: 14px;
}
.service-details .product-caracteristics table ul {
  padding-left: 0;
}
.service-details .product-caracteristics table ul li ul {
  padding-left: 20px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(233 236 239 / 0.4);
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 80px 0;
}

.why-us .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  background: #fff;
  padding: 3rem;
}

.why-us h3.title {
  font-size: 28px;
  margin-bottom: 2rem;
}
.why-us .p-5 {
  padding: 15px !important;
}
.why-us .mobile-hide {
  display: none;
}

@media (min-width: 768px) {
  .why-us .p-5 {
    padding: 0 0 0 54px !important;
  }
  .why-us .mobile-hide {
    display: block;
  }
  .why-us h3.title {
    font-size: 32px;
  }
  .why-us .icon-box .icon {
    width: 72px !important;
    height: 72px !important;
  }
  .why-us .icon-box .description {
    margin-left: 95px !important;
  }
  .why-us .icon-box .icon i {
    font-size: 32px !important;
  }
}

.why-us .icon-box .icon {
  width: 32px;
  height: 32px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6fdfc;
  border-radius: 50px;
  transition: 0.5s;
}

.why-us .icon-box .icon i {
  color: #3fcdc7;
  font-size: 24px;
}

.why-us .icon-box:hover .icon {
  background: #3fcdc7;
}

.why-us .icon-box:hover .icon i {
  color: #fff;
}

.why-us .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.why-us .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.why-us .icon-box .title a:hover {
  color: #68A4C4;
}

.why-us .icon-box .description {
  margin-left: 45px;
  line-height: 24px;
  font-size: 14px;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 400;
  font-size: 26px;
}

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

.about ul li {
  padding-bottom: 10px;
}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68A4C4;
}

.about p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  min-width: 210px;
  width: 100%;
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
}
@media (max-width: 992px) {
  .services .icon-box {
    margin-bottom: 30px;
  }
   
  section.services {
    padding: 30px 0;
  }
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

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

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

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

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box-orange .icon {
  background: #fff3d1;
}

.services .icon-box-orange .icon i {
  color: #FF9800;
}

.services .icon-box-orange:hover {
  border-color: #FF9800;
}

.services .icon-box-cyan .icon {
  background: #e6fdfc;
}

.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.services .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

.services .icon-box-green .icon {
  background: #eafde7;
}

.services .icon-box-green .icon i {
  color: #41cf2e;
}

.services .icon-box-green:hover {
  border-color: #41cf2e;
}

.services .icon-box-light-green .icon {
  background: #f2fbc5;
}

.services .icon-box-light-green .icon i {
  color: #a4c91e;
}

.services .icon-box-light-green:hover {
  border-color: #a4c91e;
}

/*--------------------------------------------------------------
# Service Details 2
--------------------------------------------------------------*/


.service-details {
  padding-bottom: 10px;
}

.service-details ul li {
  list-style: none;
}

.service-details .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.service-details .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.service-details .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.service-details .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin: 30px 0;
  transition: 0.3s;
}

.service-details .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.service-details .card-title a {
  color: #1e4356;
  transition: 0.3s;
}

.service-details .card-text {
  color: #5e5e5e;
}

.service-details .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.service-details .read-more a:hover {
  color: #68A4C4;
}

.service-details .card:hover img {
  transform: scale(1.1);
}

.service-details .card:hover .card-body {
  border-color: #68A4C4;
}

.service-details .card:hover .card-body .card-title a {
  color: #68A4C4;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
/*.contact-page {
  width: 100% !important;
  min-width: 360px !important;
}
.contact-page .fixed-top {
  position: absolute !important;
  width: 100%;
  min-width: 360px !important;
}
.contact-page button.mobile-nav-toggle.d-lg-none {
  right: 200px !important;
}
.contact-page .back-to-top {
  display: none !important;
}*/
.contact .row.info-box {
    width: 100%;
    margin: 0 auto;
}

.contact {
  padding-bottom: 30px;
}

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

.contact .info-box i {
  font-size: 32px;
  color: #a4c91e;
  border-radius: 50%;
  padding: 8px;
  border: 2px solid #a4c91e;
}

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

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
/*.eapps-form-floating-button-position-right {
  transform: translateX(0) !important;
  right: 200px !important;
}*/


/*--------------------------------------------------------------

# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-devis {
  padding: 50px 0;
  background: #222;
}

#footer .footer-devis h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #a4c91e;
}

#footer .footer-devis a.btn-devis {
  float: right;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 30px;
  margin: 3px;
  background: transparent;
  border: 1px solid #a4c91e;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
@media (max-width: 991px) {
  #footer .footer-devis a.btn-devis {
    float: left;
  }
}

#footer .footer-devis a.btn-devis:hover {
  background: #a4c91e;
}

#footer .footer-top {
  background: #222;
  border-top: 1px solid #777;
  border-bottom: 1px solid #444;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #aaa;
  font-weight: 600;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
#footer .footer-top .footer-info .partners {
  display: block;
  color: #fff;
}
#footer .footer-top .footer-info .partners:hover {
  text-decoration: underline;
}
#footer .footer-top .footer-info .partners img {
  height: 40px;
  margin-right: 8px;
}

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

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

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #aaa;
  position: relative;
  padding-bottom: 12px;
}

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

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

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #aaa;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

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

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

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

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}


#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #000;
}

#footer .credits a {
  color: #000;
}
