header nav {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  padding: .75rem 0 !important;
}

header nav.green {
  background-color: #00a77c;
}

header nav.green .btn-menu #line1,
header nav.green .btn-menu #line2 {
  background-color: white;
}

header nav.green .navbar-nav .nav-item .nav-link {
  color: #fff;
}

header nav.transparent {
  background-color: transparent;
}

header nav.transparent .navbar-nav .nav-item .nav-link {
  color: #fff;
}

header nav.dark {
  background: #404040;
}

header nav.light {
  background-color: #fafafa;
  color: #404040;
}

header nav.light-grey {
  background-color: #f1f1f1;
}

header nav .navbar-brand img {
  height: 50px;
  width: auto;
}

header nav .btn-menu {
  border: none;
  padding: 0;
  font-size: 28px;
  color: white;
  text-align: right;
}

header nav .btn-menu #line1 {
  width: 45px;
  height: 3px;
  background-color: white;
  margin-bottom: .5rem;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

header nav .btn-menu #line2 {
  width: 30px;
  height: 3px;
  background-color: white;
  margin-right: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

header nav .btn-menu.dark #line1,
header nav .btn-menu.dark #line2 {
  background-color: #404040;
}

header nav .btn-menu:hover #line1,
header nav .btn-menu:hover #line2 {
  width: 45px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

header nav .navbar-collapse {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

header nav .navbar-collapse .navbar-nav .nav-item {
  padding: 0 1rem;
}

header nav .navbar-collapse .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

header nav .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #404040;
  font-weight: 500;
}

header nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  background-color: #fafafa;
  border-color: #f1f1f1;
}

.offcanvas {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background: linear-gradient(135.31deg, rgba(241, 241, 241, 0.75) 20.23%, rgba(241, 243, 246, 0.75) 80.12%), url("/images/bg/textured-background-white-tone.jpg") bottom;
  transition: .5s ease-in-out;
}

.offcanvas .offcanvas-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.offcanvas .offcanvas-header img {
  height: 45px;
  width: auto;
}

.offcanvas .offcanvas-body {
  padding: 2rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.offcanvas .offcanvas-body ul {
  list-style: none;
}

.offcanvas .offcanvas-body ul li {
  padding: 1rem 0;
  border-top: 1px solid #dee2e6;
  width: 100%;
}

.offcanvas .offcanvas-body ul li a {
  font-size: 22px;
  font-weight: 500;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.offcanvas .offcanvas-body ul li a.active {
  border-bottom: 3px solid #07a479;
}

.offcanvas .offcanvas-body ul li a:hover {
  color: #07a479;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.offcanvas .offcanvas-body ul li:first-child {
  border-top: none;
}

.offcanvas .offcanvas-body ul.w-dropdown {
  background-color: transparent;
  border: none;
}

.offcanvas .offcanvas-body ul.w-dropdown li {
  padding: .3rem 0;
  border-top: none;
}

.offcanvas .offcanvas-body ul.w-dropdown li a {
  font-size: 18px;
}

@media (max-width: 991px) {
  header nav .navbar-brand #odesi {
    height: 44px;
  }
  header nav .navbar-brand #synergy {
    height: 32px;
  }
}

/*
CSS - Basic v1.0.0

---------- TABLE OF CONTENTS ----------

1. GOOGLE FONTS IMPORT
2. BOOTSTRAP FRAMEWORK
3. BOOTSTRAP OVERRIDES

---------- TABLE OF CONTENTS ----------
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  letter-spacing: .5px;
  font-weight: 300;
  line-height: 1.5;
  color: #404040;
  text-align: left;
  background-color: #fdfdfd;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

body.dark {
  background: #0a2c3d;
  color: #fff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

body.dark header nav {
  background-color: #0a2c3d;
}

body.dark header nav .navbar-brand .light {
  display: none;
}

body.dark header nav .navbar-brand .dark {
  display: inline;
}

body.dark header nav .nav-link {
  color: #fff !important;
}

body.light-grey {
  background-color: #eef6f4;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
}

p {
  margin: 0;
}

a {
  color: #404040;
  text-decoration: none;
  background-color: transparent;
}

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

img {
  vertical-align: middle;
}

.text-primary {
  color: #07a479 !important;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn {
  padding: 12px 24px !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  -webkit-transition: -webkit-box-shadow 1s;
  transition: -webkit-box-shadow 1s;
  transition: box-shadow 1s;
  transition: box-shadow 1s, -webkit-box-shadow 1s;
}

.btn.btn-primary {
  background: #07a479;
  border: 1px solid #07a479;
  color: #fff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-box-shadow: 5px 5px 6px #e5e5e5, -5px -5px 6px #fdfdfd;
          box-shadow: 5px 5px 6px #e5e5e5, -5px -5px 6px #fdfdfd;
}

.btn.btn-primary:hover {
  background-color: #07a479;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.btn.btn-dark {
  background-color: #404040;
  border: 1px solid #404040;
  color: #fff;
}

.btn.btn-outline-primary {
  background: transparent;
  border: 2px solid #07a479;
  color: #07a479;
}

.btn.btn-border-dark {
  background: transparent;
  border: 2px solid #404040;
  color: #404040;
}

.btn.btn-grey {
  color: #404040;
  background: #f1f1f1;
  border: #f1f1f1 solid 1px;
  -webkit-box-shadow: 5px 5px 6px #e5e5e5, -5px -5px 6px #fdfdfd;
          box-shadow: 5px 5px 6px #e5e5e5, -5px -5px 6px #fdfdfd;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.btn.btn-grey:hover {
  -webkit-box-shadow: 5px 5px 5px #ececec, -5px -5px 5px #f6f6f6;
          box-shadow: 5px 5px 5px #ececec, -5px -5px 5px #f6f6f6;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.btn.btn-light {
  color: #07a479;
}

.btn-scroll {
  background-color: #404040;
  color: #dee2e6;
  border: none;
  position: fixed;
  right: 100px;
  bottom: 100px;
  opacity: 0.2;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border-radius: 5px;
  width: auto;
}

.btn-scroll:hover {
  opacity: 0.6;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: #fff;
}

.card {
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 7px #e5e7ea, -3px -3px 7px #fdffff;
          box-shadow: 3px 3px 7px #e5e7ea, -3px -3px 7px #fdffff;
  border-radius: 5px;
  border: none;
  width: 100%;
}

.card .card-title {
  margin: 1rem 0;
}

.card .card-body .card-text {
  margin-bottom: 1rem;
}

.card.card-1 {
  padding: 1rem;
}

.card.card-1 i {
  color: #425045;
  font-size: 1.75rem;
}

.card .card-img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.card .card-img-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: #fff;
  position: absolute;
  top: 300px;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.card .card-img-overlay .card-text {
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.card:hover .card-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.card:hover .card-img-overlay {
  top: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.card:hover .card-img-overlay .card-text {
  opacity: 1;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

footer {
  background-color: #f1f1f1;
}

footer .initiated img,
footer .partner img {
  height: 100px;
  width: auto;
}

footer img {
  height: auto;
  width: 300px;
  margin-bottom: 20px;
}

footer .light-source {
  text-align: center;
}

footer .light-source img {
  /* height: 140px; */
  height: 100px;
  width: auto;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer a:hover {
  color: #313131;
  font-weight: 500;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

section {
  padding: 100px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.page-title {
  text-align: left;
  height: 65vh;
  background-color: #f1f1f1;
  border-bottom: 1px solid #dee2e6;
  background-size: cover;
}

section.page-title .container h1 {
  font-size: 45px;
  color: #404040;
  font-weight: 700;
}

section .section-title {
  width: 60%;
  text-align: center;
  margin: 50px auto;
}

section .section-title h2 {
  font-size: 32px;
  font-weight: bold;
}

section .section-title p small {
  color: #07a479;
  font-weight: 400;
}

.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

#eclipse1 {
  position: absolute;
  border-radius: 50%;
  width: 292px;
  height: 292px;
  left: 656px;
  top: 613px;
  background: rgba(36, 191, 145, 0.08);
}

#eclipse2 {
  position: absolute;
  border-radius: 50%;
  width: 292px;
  height: 292px;
  right: 15%;
  bottom: 14%;
  background: rgba(36, 191, 145, 0.08);
}

#eclipse3 {
  position: absolute;
  border-radius: 50%;
  width: 292px;
  height: 292px;
  left: 0px;
  top: 403px;
  background: rgba(36, 191, 145, 0.08);
}

#eclipse4 {
  position: absolute;
  border-radius: 50%;
  width: 292px;
  height: 292px;
  left: 357px;
  top: 0px;
  background: rgba(36, 191, 145, 0.08);
}

.sub--title {
  position: relative;
  padding-left: 85px;
}

.sub--title::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 70px;
  background-color: #54af6e;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#home--mainSec {
  height: 100vh;
  color: #404040;
  position: relative;
}

#home--mainSec.green {
  background: #07a479;
  color: white;
}

#home--mainSec.green #main--title .sub--title::before {
  background-color: white;
}

#home--mainSec.index {
  background-color: #f1f1f1;
  background-image: none;
}

#home--mainSec.index h1 {
  font-size: 40px;
  font-weight: 500 !important;
}

#home--mainSec.index h1 span {
  font-weight: 700;
}

#home--mainSec.index h2 {
  font-size: 34px;
}

#home--mainSec.index2 {
  background: url("/assets/images/bg/eclipse.png") no-repeat bottom, linear-gradient(135.31deg, rgba(2, 132, 99, 0.95) 20.23%, #00a77c 60.12%, rgba(6, 114, 87, 0.9) 90.12%);
  color: #fff;
  overflow: hidden;
  height: 100vh;
}

#home--mainSec.index2 .bg-image {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
}

#home--mainSec.index2 #main--title .sub--title::before {
  background-color: #fff;
}

#home--mainSec.index2 #main--title h1 {
  color: #fff;
}

#home--mainSec.index2 .img-globe {
  height: 425px;
}

#home--mainSec .eclipse {
  position: absolute;
  right: 0;
  bottom: 0;
}

#home--mainSec img {
  height: 650px;
  width: auto;
}

#home--mainSec #main--title .sub--title {
  margin-bottom: 0;
}

#home--mainSec #main--title .sub--title::before {
  background-color: #404040;
}

#home--mainSec #main--title h1 {
  color: #404040;
  text-transform: none;
  font-weight: 700;
}

#home--mainSec #main--desc {
  position: absolute;
  text-align: center;
  width: 35%;
  bottom: 4%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#tx-upgrading {
  height: 100vh;
}

#benefit-sec {
  position: relative;
  min-height: 100vh;
  background-color: #f9f9f9;
}

#benefit-sec #benefit-bg {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  opacity: 0.6;
}

#benefit-sec #city-bg {
  position: absolute;
  width: 50% !important;
  height: auto !important;
  left: 0;
  bottom: 0;
  opacity: 0.9;
  width: auto;
  height: 100%;
}

#benefit-sec .list-group {
  border: none;
}

#benefit-sec .list-group .list-group-item {
  background-color: transparent;
  padding: 1.5rem 1rem;
  border: none;
  border-top: 1px solid #dee2e6;
}

#benefit-sec .list-group .list-group-item img {
  height: 55px;
  width: auto;
}

#benefit-sec .list-group .list-group-item h5 {
  font-weight: 700;
}

#benefit-sec .list-group .list-group-item:first-child {
  border-top: none;
}

#asSeenOn {
  background: linear-gradient(135.31deg, #0F5156 20.23%, #1A755A 80.12%);
  border-radius: 0 0 50px 50px;
  text-align: center;
  padding: 150px 0;
}

#asSeenOn h6 {
  color: #fff;
}

#asSeenOn .asSeen-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 2rem;
  margin-bottom: 4rem;
}

#asSeenOn .asSeen-logo img {
  height: 80px;
}

#sel-quotes {
  position: relative;
  height: 100vh;
}

#sel-quotes.bg-grey {
  background-color: #f1f1f1;
}

#sel-quotes.bg-grey .col-lg-6 img {
  border: 2px solid #f1f1f1;
  -webkit-box-shadow: 5px 5px 6px #e5e5e5, -5px -5px 6px #fdfdfd;
          box-shadow: 5px 5px 6px #e5e5e5, -5px -5px 6px #fdfdfd;
  border-radius: 10px;
}

#sel-quotes.bg-grey .col-lg-6 video {
  border-radius: 10px;
}

#sel-quotes .sub--title {
  font-size: 18px;
}

#sel-quotes .sub--title::before {
  top: 10%;
  bottom: auto;
  background-color: #404040;
}

#sel-quotes button {
  margin-left: 85px;
}

#ready {
  height: 100vh;
  background: linear-gradient(135.31deg, rgba(33, 33, 33, 0.9) 20.1%, rgba(33, 33, 33, 0.8) 75.12%), url("/assets/images/bg/alexandre-pellaes-6vAjp0pscX0-unsplash.jpg") no-repeat center;
  background-size: cover;
}

#ready h1 {
  font-size: 42px;
  font-weight: 700;
  color: white;
  margin-bottom: 2.5rem;
}

#whoWeAre .card {
  padding: 1.5rem 3rem;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border: 1px solid #dee2e6;
  background-color: transparent;
}

#whoWeAre .card i {
  font-size: 36px;
  color: #07a479;
  margin-bottom: 1rem;
}

#whoWeAre .card h5 {
  font-weight: 700;
}

#whoWeAre .card:hover {
  background: #07a479;
  color: white;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(196, 196, 196, 0.6);
          box-shadow: 2px 2px 4px 0px rgba(196, 196, 196, 0.6);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#whoWeAre .card:hover i {
  color: white;
}

#ourJourney {
  background-color: #fafafa;
}

#ourJourney .year {
  padding: 2rem 0;
  position: relative;
}

#ourJourney .year::before {
  content: '';
  position: absolute;
  left: 0;
  margin: 0 auto;
  height: 1rem;
  width: 1rem;
  border-radius: 100%;
  background-color: #07a479;
  z-index: 1000;
}

#ourJourney .year h4 {
  font-weight: 700;
  color: #07a479;
}

#ourJourney .year img {
  height: 35px;
  width: auto;
  margin: 1rem 0;
}

#ourJourney .year p {
  font-size: 14px;
}

#ourJourney .year p b {
  font-weight: 700;
}

#ourJourney .top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#ourJourney .top::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #dee2e6;
  bottom: 0;
  left: 0;
}

#ourJourney .top .year::before {
  bottom: -8px;
}

#ourJourney .bottom {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#ourJourney .bottom .year::before {
  top: -8px;
}

#synergyWorldMap {
  background-color: #fff;
}

#synergyWorldMap img {
  margin: 0 auto;
}

#synergy-partner {
  min-height: 100vh;
}

#synergy-partner #partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

#synergy-partner #partner img {
  height: 80px;
  width: auto;
}

#synergy-partner p {
  text-align: justify;
}

#aboutprogram {
  background-color: #f1f1f1;
}

#aboutprogram .city-council a img {
  height: 150px;
  width: auto;
}

#aboutprogram .city-council a img:first-child {
  margin-bottom: 20px;
}

#party {
  background-color: #fafafa;
  background-size: cover;
}

#party .card {
  padding: 1.5rem 3rem;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border: 1px solid #dee2e6;
  background-color: transparent;
}

#party .card img {
  margin-bottom: 1rem;
  height: 120px;
  width: auto;
}

#party .card h5 {
  font-weight: 700;
  margin-bottom: 1rem;
}

#party .card:hover {
  background: #07a479;
  color: white;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(196, 196, 196, 0.6);
          box-shadow: 2px 2px 4px 0px rgba(196, 196, 196, 0.6);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#party .card:hover i {
  color: white;
}

#ledUpgrade .card {
  padding: 2.5rem;
  background-color: #CDDFB4;
  border-radius: 10px;
}

#ledUpgrade .card .rate {
  padding: 1rem;
  background-color: #e1edd0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

#ledUpgrade .list-group {
  border: none;
}

#ledUpgrade .list-group .list-group-item {
  background-color: transparent;
  padding: 0.5rem 1rem;
  border: none;
  border-top: 1px solid #dee2e6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#ledUpgrade .list-group .list-group-item:first-child {
  border-top: none;
}

#ledUpgrade .list-group .list-group-item img {
  height: 45px;
  width: auto;
}

#ledUpgrade .list-group .list-group-item h6 {
  font-weight: 700;
  color: #07a479;
}

#traUpgrade {
  background: #fafafa;
}

#traUpgrade .card {
  padding: 2.5rem;
  background-color: #c1d4dd;
  border-radius: 10px;
}

#traUpgrade .card .rate {
  padding: 1rem;
  background-color: #e1edd0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

#traUpgrade .list-group {
  border: none;
}

#traUpgrade .list-group .list-group-item {
  background-color: transparent;
  padding: 0.5rem 1rem;
  border: none;
  border-top: 1px solid #dee2e6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#traUpgrade .list-group .list-group-item:first-child {
  border-top: none;
}

#traUpgrade .list-group .list-group-item img {
  height: 45px;
  width: auto;
}

#traUpgrade .list-group .list-group-item h6 {
  font-weight: 700;
  color: #2E5995;
}

#xBenefit1 .icon-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 200px;
  width: auto;
  z-index: -1;
}

#xBenefit1 #property .card {
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border: 1px solid #dee2e6;
  background-color: transparent;
}

#xBenefit1 #property .card h5 {
  font-weight: 700;
  margin-bottom: 1rem;
}

#xBenefit1 #property .card .card-body {
  padding: 1.5rem 3rem;
}

#xBenefit1 #property .card:hover {
  background: #558b92;
  color: white;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(196, 196, 196, 0.6);
          box-shadow: 2px 2px 4px 0px rgba(196, 196, 196, 0.6);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#xBenefit1 #property .card:hover i {
  color: white;
}

#xBenefit1 #management .card {
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border: 1px solid #dee2e6;
  background-color: transparent;
}

#xBenefit1 #management .card h5 {
  font-weight: 700;
  margin-bottom: 1rem;
}

#xBenefit1 #management .card .card-body {
  padding: 1.5rem 3rem;
}

#xBenefit1 #management .card:hover {
  background: #07a479;
  color: white;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(196, 196, 196, 0.6);
          box-shadow: 2px 2px 4px 0px rgba(196, 196, 196, 0.6);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#xBenefit1 #management .card:hover i {
  color: white;
}

#page404 {
  text-align: center;
  height: 100vh;
  background-color: #f1f1f1;
}

#page404 h1 {
  font-size: 300px;
}

#contact-us .bd-synergy {
  border-bottom: 3px solid #5CBD77;
}

#contact-us .contact-info p i {
  color: #5CBD77;
}

#contact-us .breadcrumb {
  text-align: center;
}

#contact-us .breadcrumb a {
  color: #5CBD77;
  font-weight: bold;
}

.page-header {
  /* background: url('/assets/images/bg/textured-background-white-tone.jpg') ; */
  background: #e7eaed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  margin-top: 80px;
}

@media (max-width: 991px) {
  section {
    padding: 50px 15px;
  }
  section .section-title {
    width: 80%;
  }
  section.page-title {
    height: 35vh;
  }
  #home--mainSec {
    padding-top: 150px;
  }
  #home--mainSec #main--title {
    text-align: center;
  }
  #home--mainSec #main--title h1 {
    font-size: 36px;
  }
  #home--mainSec #main--title p.sub--title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #home--mainSec #main--title p:not(.sub--title) {
    margin: 0 auto;
  }
  #home--mainSec .col-lg-7 {
    margin-top: 50px;
  }
  #home--mainSec .col-lg-7 img {
    height: 500px;
  }
  #asSeenOn {
    padding: 50px;
  }
  #asSeenOn .asSeen-logo img {
    height: 30px;
  }
  #sel-quotes {
    text-align: center;
  }
  #sel-quotes video {
    margin-top: 50px;
  }
  #ourJourney .row {
    width: 50%;
  }
  #ourJourney .row.top {
    float: left;
  }
  #ourJourney .row.top .year {
    text-align: end;
    padding: 0 2rem;
    margin-bottom: 100px;
  }
  #ourJourney .row.top .year::before {
    left: auto;
    right: -5%;
    bottom: auto;
    top: 5%;
  }
  #ourJourney .row.top .year:first-child {
    margin-bottom: 140px;
  }
  #ourJourney .row.top .year:nth-child(2) {
    margin-bottom: 200px;
  }
  #ourJourney .row.top .year:nth-child(3) {
    margin-bottom: 160px;
  }
  #ourJourney .row.top::after {
    width: 2px;
    height: 100%;
    bottom: auto;
    left: auto;
    right: -3%;
    margin: 0 auto;
  }
  #ourJourney .row.bottom {
    float: right;
    padding: 160px 0;
  }
  #ourJourney .row.bottom .year {
    padding: 0 2rem;
    margin-bottom: 100px;
  }
  #ourJourney .row.bottom .year::before {
    left: -6%;
    right: auto;
    bottom: auto;
    top: 5%;
  }
  #ourJourney .row.bottom .year:first-child {
    margin-bottom: 140px;
  }
  #ourJourney .row.bottom .year:nth-child(2) {
    margin-bottom: 160px;
  }
}

@media (max-width: 767px) {
  section .section-title h2 br {
    content: ' ';
  }
  section .section-title h2 br::after {
    content: ' ';
  }
  section.page-title {
    height: 45vh;
  }
  .sub--title {
    padding-left: 0;
  }
  .sub--title::before {
    display: none;
  }
  #home--mainSec {
    padding-top: 100px;
  }
  #home--mainSec #main--title {
    text-align: center;
  }
  #home--mainSec #main--title h1 {
    font-size: 28px;
  }
  #home--mainSec #main--title p.sub--title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #home--mainSec #main--title p:not(.sub--title) {
    margin: 0 auto;
  }
  #home--mainSec .col-lg-7 {
    margin-top: 50px;
  }
  #home--mainSec .col-lg-7 img {
    height: 300px;
  }
  #asSeenOn {
    padding: 0 50px;
  }
  #asSeenOn .asSeen-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #asSeenOn .asSeen-logo img {
    height: auto;
    margin-bottom: 1rem;
  }
  #sel-quotes .sub--title {
    font-size: 14px;
  }
  #sel-quotes video {
    width: 350px;
    height: 100%;
  }
  #sel-quotes button {
    margin-left: 0;
  }
  #ready h1 {
    font-size: 32px;
  }
  #ourJourney .row.top .year {
    padding: 0 1rem;
  }
  #ourJourney .row.top .year::before {
    right: -11%;
  }
  #ourJourney .row.top::after {
    right: -7%;
  }
  #ourJourney .row.bottom .year {
    padding: 0 1rem;
  }
  #ourJourney .row.bottom .year::before {
    left: -11%;
  }
}
/*# sourceMappingURL=style.css.map */