body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: #585858;
}
.btn-primary {
  color: #ffffff;
  background-color: #71be40;
  border-color: #71be40;
  border-radius: 0;
  text-transform: uppercase;
  padding: 12px 28px;
}
.btn-primary:hover {
  background-color: #0063a7;
  border-color: #0063a7;
}
.container {
  width: 1250px;
}
@media only screen and (max-width: 1300px) {
  .container {
    max-width: 980px;
    width: 100%;
  }
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  font-weight: 700;
  margin-bottom: 5px;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
  line-height: 1.3;
}
h4 {
  font-size: 22px;
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section .widget {
  margin-top: 40px;
  margin-bottom: 40px;
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.botao {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}
.bg-grey {
  background-color: #e6e7e8;
}
#bg-menu-mobile {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  background: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  will-change: transform;
  z-index: 100;
  background-position: bottom left;
  background-repeat: no-repeat;
}
#bg-menu-mobile .bg-icon {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 100%;
}
#bg-menu-mobile .bg-icon img {
  width: 85%;
}
@media only screen and (max-width: 768px) {
  #bg-menu-mobile {
    width: 100%;
  }
}
#bg-menu-mobile .sidemenu-inner {
  padding: 15px 30px;
}
#bg-menu-mobile .top-spacing {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  #bg-menu-mobile .top-spacing {
    margin-top: 32px;
  }
}
#bg-menu-mobile .top-spacing .menu-outer {
  margin-bottom: 30px;
}
#bg-menu-mobile .top-spacing .menu-outer h4 {
  margin-bottom: 12px;
  font-size: 18px;
  margin-left: 30px;
  margin-right: 10px;
  color: #0063a7;
}
#bg-menu-mobile ul.menu-list {
  /*width: 100%;
	position: fixed;
	top: 100px;
	left:0; 
	left: 0;*/
  list-style: none;
  z-index: 3;
}
#bg-menu-mobile ul.menu-list li {
  margin-bottom: 6px;
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
  left: 0;
  cursor: pointer;
  will-change: transform;
}
#bg-menu-mobile ul.menu-list li a {
  color: #333;
  display: block;
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}
#bg-menu-mobile ul.menu-list li a:hover {
  color: #71be40;
}
#bg-menu-mobile ul.menu-list li a span {
  color: #67b693;
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
  position: absolute;
  left: 0;
}
img {
  max-width: 100%;
}
.main-logo {
  float: left;
}
@media only screen and (max-width: 768px) {
  .main-logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.main-logo .top-logo {
  display: block;
  max-width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 15px;
}
.bg-menu {
  background-color: #0063a7;
  width: 45px;
  height: 45px;
  margin: 11px auto;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 999;
  border-radius: 100%;
}
#hamburger {
  width: 29px;
  height: 29px;
  margin: 21px auto;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 23px;
  background-color: transparent;
  z-index: 999999;
}
#hamburger:hover span:nth-child(1) {
  top: 2px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#hamburger:hover span:nth-child(3) {
  top: 22px;
  -webkit-transition: 0.16s ease-in-out;
  transition: 0.16s ease-in-out;
}
#hamburger span {
  z-index: 3;
  display: block;
  position: absolute;
  height: 2px;
  width: 19px;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#hamburger span:nth-child(1) {
  top: 5px;
}
#hamburger span:nth-child(2) {
  top: 12px;
}
#hamburger span:nth-child(3) {
  top: 19px;
}
#hamburger.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #fff;
}
#hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
  -webkit-transition: 0.16s ease-in-out;
  transition: 0.16s ease-in-out;
}
#hamburger.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #fff;
}
.pdf-link {
  margin-left: 17px;
  padding: 15px;
  background-color: #0063a7;
}
.pdf-link h4 {
  font-size: 18px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pdf-link h4 a {
  color: #fff;
}
.pdf-link h4 a:hover {
  color: #67b693;
}
.pdf-link h4 img {
  width: 20px;
  margin-right: 10px;
}
.banner {
  position: relative;
  height: 650px;
  background-color: #fff;
  background-size: 50%;
  background-position: -120px;
  background-repeat: no-repeat;
}
.banner .scroll-down {
  border: 2px solid #71be40;
  border-radius: 20px;
  bottom: 100px;
  height: 50px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 30px;
}
.banner .scroll-down::before {
  -webkit-animation: scrollDownAnimation 2s infinite;
          animation: scrollDownAnimation 2s infinite;
  background-color: #71be40;
  border-radius: 100%;
  content: '';
  height: 6px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 6px;
}
@-webkit-keyframes scrollDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    opacity: 0;
  }
}
.banner .container-outer {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner .banner-content {
  margin-top: 170px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .banner .banner-content {
    text-align: center;
  }
}
.banner .banner-content h2 {
  color: #71be40;
  font-size: 80px;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 1;
}
.banner .banner-content h3 {
  font-size: 30px;
  color: #0063a7;
}
.banner .banner-content p {
  color: #909090;
}
.main-nav {
  border-bottom: 1px solid #f1f1f1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 68px;
  z-index: 999;
}
.main-nav .nav-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-nav .site-title {
  padding-right: 70px;
}
.main-nav .site-title p {
  margin-bottom: 0;
  color: #71be40;
  text-transform: uppercase;
  text-align: right;
  font-size: 12px;
  line-height: 1.2;
}
.main-nav .site-title p span {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .main-nav .main-logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.nav-margin {
  height: 68px;
}
.display-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .display-part {
    display: block;
  }
}
.display-part .link-bg1-hover {
  width: 24.7%;
}
.display-part .link-bg1-hover:hover h4 {
  color: #d3d3d3;
}
.display-part .link-bg1-hover.mr-8 {
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .display-part .link-bg1-hover.mr-8 {
    margin-right: 0px;
  }
}
.display-part .link-bg1-hover .link-bg1 {
  background-color: #71be40;
  background-position: center;
  background-size: cover;
  height: 292px;
  width: 100%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .display-part .link-bg1-hover .link-bg1 {
    margin-bottom: 8px;
  }
}
.display-part .link-bg1-hover .link-bg1 .bottom-section {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 25px;
  color: #fff;
}
.display-part .link-bg1-hover .link-bg1 .bottom-section h4 {
  line-height: 29px;
  font-weight: 500;
}
.display-part .link-bg1-hover .link-bg1 .bottom-section .arrow-right {
  text-align: right;
}
.display-part .link-bg1-hover .link-bg1 .bottom-section .arrow-right img {
  width: 35px;
}
.display-part .link-bg2-hover {
  width: 50%;
}
.display-part .link-bg2-hover:hover h4 {
  color: #d3d3d3;
}
.display-part .link-bg2-hover.mr-8 {
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .display-part .link-bg2-hover.mr-8 {
    margin-right: 0px;
  }
}
.display-part .link-bg2-hover .link-bg2 {
  background-color: #71be40;
  background-position: center;
  background-size: cover;
  height: 292px;
  width: 100%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .display-part .link-bg2-hover .link-bg2 {
    margin-bottom: 8px;
  }
}
.display-part .link-bg2-hover .link-bg2 .bottom-section {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 25px;
  color: #fff;
}
.display-part .link-bg2-hover .link-bg2 .bottom-section h4 {
  line-height: 29px;
  font-weight: 500;
}
.display-part .link-bg2-hover .link-bg2 .bottom-section .arrow-right {
  text-align: right;
}
.display-part .link-bg2-hover .link-bg2 .bottom-section .arrow-right img {
  width: 35px;
}
.img-bottom {
  position: absolute;
  left: 0;
  bottom: -851px;
}
.footer {
  margin-bottom: 15px;
}
.footer .footer-inner {
  border-top: 1px solid #0063a7;
  border-bottom: 1px solid #0063a7;
  padding: 0 12px;
}
.footer .footer-inner img {
  width: 60px;
}
.footer p {
  margin: 15px 0px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .footer p {
    text-align: left;
  }
}
.page-title {
  font-weight: 700;
}
.page-title2 {
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .scroll-height {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.quote-lg {
  width: 110px;
  margin-bottom: 10px;
}
.quote-sm {
  width: 53px;
  margin-bottom: 5px;
  position: absolute;
}
.home-banner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-banner {
    padding-top: 0;
  }
}
.home-banner .right-pic {
  top: 0;
  position: absolute;
  right: 0;
  width: 55%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .home-banner .right-pic {
    width: 100%;
    position: inherit;
    margin-bottom: 25px;
  }
}
.home-banner .spacing {
  padding: 64px 0;
}
@media only screen and (max-width: 767px) {
  .home-banner .spacing {
    padding: 0px 0;
  }
}
.home-banner .spacing h4 {
  text-transform: uppercase	;
  font-weight: 500;
}
.home-banner .spacing h1 {
  font-size: 72px;
  color: #71be40;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 67px;
}
@media only screen and (max-width: 767px) {
  .home-banner .spacing h1 {
    font-size: 42px;
    line-height: 40px;
  }
}
.home-banner .spacing h1 span {
  font-size: 120px;
  font-weight: 900;
  line-height: 100px;
}
@media only screen and (max-width: 767px) {
  .home-banner .spacing h1 span {
    font-size: 83px;
    line-height: 79px;
  }
}
.home-banner .spacing h1 span.small-text {
  font-size: 68px;
  font-weight: 800;
  line-height: 70px;
}
@media only screen and (max-width: 767px) {
  .home-banner .spacing h1 span.small-text {
    font-size: 42px;
  }
}
.home-banner .spacing p {
  font-size: 18px;
}
.home-banner .spacing .arrow-container {
  /* cubic-bezier-easing = sine / mehr Beispiele: https://easings.net/ */
  -webkit-animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
          animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}
.home-banner .spacing .arrow-container span {
  margin-left: 10px;
  font-size: 13px;
}
@-webkit-keyframes bounce {
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.section-business {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .section-business {
    padding-top: 0px;
  }
}
.section-business h3 {
  font-size: 20px;
  color: #0063a7;
}
.section-business h3 span {
  color: #333;
  font-weight: 500;
}
.section-business h4 {
  font-weight: 500;
  font-size: 20px;
}
.section-business .exc-icon {
  width: 90px;
}
.img-responsive1 {
  width: 100%;
}
.section-md-intro {
  padding-top: 10px;
}
.section-md-intro h3 {
  margin-bottom: 15px;
}
.section-md-intro p.intro {
  font-size: 19px;
}
.section-md-intro p.intro strong {
  color: #71be40;
}
.preloader {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  z-index: 99999999;
}
.preloader * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader .layers {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #71be40;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.preloader .layers span {
  width: 100%;
  height: 33.4%;
  position: absolute;
  left: 0;
  background: #fff;
}
.preloader .layers span:nth-child(1) {
  top: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.preloader .layers span:nth-child(2) {
  top: 33.33333%;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.preloader .layers span:nth-child(3) {
  top: 66.66666%;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.preloader .content-center {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
.preloader h5.name {
  color: #fff;
  opacity: 1;
  position: relative;
  top: 0;
  font-weight: 400;
}
.preloader #loading-bar {
  opacity: 1;
  height: 3px;
  width: 100%;
  max-width: 280px;
  position: relative;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
}
.preloader #loading-bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #71be40;
  width: 0%;
  transition-duration: 0ms;
  -webkit-transition-duration: 0ms;
}
.preloader .percentage {
  opacity: 1;
  color: #222;
  position: absolute;
  z-index: 8;
  font-weight: 400;
  left: 0;
  right: 0;
  font-size: 15px;
  text-align: center;
  bottom: 130px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  letter-spacing: 2px;
}
.preloader .logo-opener img {
  max-width: 500px;
  margin-bottom: 10px;
}
.preloader .text-giant {
  -webkit-text-stroke: 1px #71be40;
  color: transparent;
  font-size: 250px;
  position: absolute;
  font-weight: 700;
  line-height: 1;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0.2;
}
.preloader #particle {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
}
.bg-light-grey {
  background-color: #f9f9f9;
}
.page-loaded .percentage,
.page-loaded #loading-bar,
.page-loaded h5.name,
.page-loaded .logo-opener,
.page-loaded .text-giant {
  opacity: 0;
  top: -10px;
}
.page-loaded .preloader {
  left: -100%;
}
.page-loaded .preloader .layers {
  left: -100%;
}
.page-loaded .preloader .layers span {
  left: -100%;
}
.hidden-over {
  overflow: hidden;
}
.white-box {
  background: #fff;
  padding: 15px 15px;
}
.modal-director .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.modal-director .modal-header h4 {
  font-size: 18px;
}
.modal-director .modal-header h4 span {
  color: #0063a7;
  margin-right: 5px;
}
.modal-director .modal-header p {
  font-size: 14px;
}
.modal-director .modal-header p:after {
  display: block;
  content: "";
  width: 110px;
  height: 2px;
  background: #0063a7;
  margin-top: 10px;
}
.modal-director .modal-body {
  font-size: 14px;
  padding-top: 5px;
}
.white-box-overlay {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 20px;
}
p {
  word-wrap: anywhere;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 18px;
  font-weight: 600;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.sub-heads {
  margin-top: 15px;
  margin-bottom: 12px;
}
.description-ul {
  padding-left: 15px;
}
.description-ul li {
  margin-bottom: 6px;
}
.sender {
  color: #000;
  font-size: 16px;
}
.sender strong {
  color: #fc6726;
}
.graw-bg {
  background: #e6e7e9;
}
.director-box {
  position: relative;
}
.director-box .serial {
  background: #0063a7;
  width: 35px;
  height: 35px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  padding: 6px;
  top: 0;
  left: 0;
  z-index: 5;
}
.director-box img {
  width: 100%;
}
.director-box .director-name {
  position: relative;
  margin-top: 12px;
}
.director-box .director-name::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/director-name-arw.png);
  width: 20px;
  height: 10px;
}
.director-box .director-name h6 {
  color: #0063a7;
  margin: 4px 0 5px 0;
  font-size: 16px;
}
.director-box .director-name p {
  color: #333;
  font-size: 14px;
}
.leader-bg {
  position: relative;
}
.leader-bg .container {
  position: relative;
  z-index: 5;
}
.leader-bg::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-top: 1000px solid #f9f2e8;
  border-right: 1000px solid transparent;
}
@media only screen and (max-width: 991px) {
  .leader-bg::after {
    border-top: 500px solid #f9f2e8;
    border-right: 500px solid transparent;
  }
}
@media only screen and (max-width: 500px) {
  .leader-bg::after {
    border-top: 300px solid #f9f2e8;
    border-right: 300px solid transparent;
  }
}
.leader-bg::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1000px solid #ddf2ee;
  border-left: 1000px solid transparent;
}
@media only screen and (max-width: 991px) {
  .leader-bg::before {
    border-bottom: 500px solid #ddf2ee;
    border-left: 500px solid transparent;
  }
}
@media only screen and (max-width: 500px) {
  .leader-bg::before {
    border-bottom: 300px solid #ddf2ee;
    border-left: 300px solid transparent;
  }
}
.orange-text {
  color: #0063a7;
}
.green-bg {
  background: #007c5a;
}
.green-bg h1,
.green-bg h3,
.green-bg p {
  color: #fff;
}
.overlay-bg2 {
  background: rgba(0, 0, 0, 0.5);
  padding: 40px;
}
.overlay-bg2 h5,
.overlay-bg2 p {
  color: #fff !important;
}
.overlay-bg2 .provide-box {
  border: 1px solid #fff !important;
}
.full-bg-image {
  background-size: cover !important;
  min-height: 100vh;
  position: relative;
}
.full-bg-image .same-height {
  min-height: 100vh;
}
.full-bg-image .overlay-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  padding: 40px;
  border: 1px solid #ccc;
}
.full-bg-image .overlay-bg h3,
.full-bg-image .overlay-bg p {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .full-bg-image .overlay-bg {
    width: 80%;
    padding: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .full-bg-image .overlay-bg {
    width: 90%;
  }
}
.long-bg-image {
  background-size: cover !important;
  height: 900px;
  padding-top: 100px;
}
.health-data {
  border-bottom: 1px solid #333;
  padding: 15px 5px;
}
.health-data h2 {
  color: #0063a7;
  font-weight: bold;
  font-size: 40px;
}
.health-data h2 em {
  font-size: 17px;
  font-style: normal;
}
@media only screen and (max-width: 991px) {
  .health-data h2 {
    font-size: 30px;
  }
}
.health-data p {
  color: #000;
  font-size: 17px;
  margin-bottom: 0px;
  line-height: 1.2;
}
.intro {
  font-size: 18px;
}
.intro strong {
  color: #71be40;
}
.good-energy h2 {
  color: #fff;
  font-size: 26px;
}
.good-energy h2 span {
  color: #0063a7;
  font-size: 38px;
}
.into-img {
  float: left;
  margin-right: 15px;
}
.green-text {
  color: #72bf44 !important;
}
.blue-text {
  color: #005b94 !important;
}
.white-text {
  color: #fff !important;
}
.yellow-text {
  color: #d5a35b !important;
}
.blue-bg {
  background: #141e43;
}
.section-heads {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .section-heads {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heads {
    font-size: 16px;
  }
}
.section-heads span {
  font-size: 35px;
  letter-spacing: 1.5px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .section-heads span {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heads span {
    font-size: 28px;
  }
}
.benefit-data {
  padding: 0px;
  border: none;
}
.heads-five {
  margin-bottom: 10px;
}
.list-none {
  list-style: none;
  padding-left: 5px;
}
.testimonials-box {
  position: relative;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-height: 710px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .testimonials-box {
    min-height: auto;
  }
}
.testimonials-box .user-p,
.testimonials-box img,
.testimonials-box p {
  position: relative;
  z-index: 5;
}
.testimonials-box .user-p p {
  font-weight: bold;
  color: #19af92;
  margin-bottom: 3px;
}
.testimonials-box .user-p p b {
  color: #000;
}
.testimonials-box .testi-back-image {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 1;
}
.make-box .quality-image {
  float: left;
}
.make-box .benefit-data {
  float: left;
  padding-left: 25px;
}
.provide-box {
  border: 1px solid #333 !important;
  padding: 10px;
  border-radius: 4px;
}
.rising-page {
  min-height: 180vh;
}
.rising-page .same-height {
  min-height: 180vh;
}
.rising-page .overlay-bg h5 {
  color: #fff !important;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .rising-page .overlay-bg h5 {
    font-size: 16px;
  }
}
.rising-page .overlay-bg h2 {
  color: #fff !important;
  font-size: 75px;
  font-weight: bold;
  line-height: 0.7;
}
@media only screen and (max-width: 991px) {
  .rising-page .overlay-bg h2 {
    font-size: 45px;
  }
}
.rising-page .overlay-bg h2 em {
  font-size: 22px;
  line-height: 17px;
}
.rising-page .provide-box {
  border: 1px solid #fff !important;
}
.circle {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
}
.orange {
  background: #0063a7;
}
.orange-text {
  color: #0063a7 !important;
}
.overlay-bg h5 {
  color: #fff !important;
}
.regular-fonts {
  font-weight: 300;
  line-height: 1.4;
}
.windsolar {
  font-size: 120px;
  line-height: 0.9;
  font-weight: bold;
  color: #fff !important;
}
.windsolar em {
  font-size: 80px;
}
.convent-text {
  font-size: 80px;
  font-weight: bold;
  color: #fff !important;
  letter-spacing: 4px;
}
.black-text {
  color: #000 !important;
}
.product-box {
  position: relative;
  overflow: hidden;
}
.product-box .green-bg {
  background: rgba(100, 185, 47, 0.8) !important;
}
.product-box:hover .over-magnify {
  top: 0;
}
.product-box .over-magnify {
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 25% 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.product-box .over-magnify i {
  background: #71be40;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 36px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  margin-bottom: 14px;
}
.product-box .product-titels {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  background: rgba(0, 90, 160, 0.8);
}
.product-box .product-titels p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 20px;
}
.bottom-border-text {
  border-bottom: 1px solid #71be40;
  margin-bottom: 10px;
}
.custom-ul {
  padding-left: 15px !important;
}
.small-text {
  font-size: 15px;
  font-style: normal;
}
.awards-box h3 {
  position: relative;
  margin-bottom: 10px;
  margin-top: 40px;
  color: #d5a35b;
}
.awards-box h3::after {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  background: url(../img/green-arw.png) no-repeat left top;
  width: 31px;
  height: 16px;
}
.awards-box p {
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .windsolar {
    font-size: 90px;
  }
  .windsolar em {
    font-size: 50px;
  }
  .convent-text {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .quote-lg {
    width: 60px;
  }
  .rising-page .overlay-bg h2 br {
    display: none;
  }
  .rising-page .overlay-bg h2 {
    font-size: 30px;
  }
  .rising-page,
  .rising-page .same-height {
    min-height: auto;
  }
  .rising-page .overlay-bg {
    position: relative;
    left: 0%;
    top: 0%;
    width: 100%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .windsolar {
    font-size: 60px;
  }
  .windsolar em {
    font-size: 38px;
  }
  .convent-text {
    font-size: 35px;
    letter-spacing: 1px;
  }
}
.big-fonts {
  font-size: 28px;
}
.certification-box {
  padding: 15px;
  position: relative;
  border-top: 2px solid #d5a35b;
  border-bottom: 2px solid #d5a35b;
  text-align: center;
  margin-bottom: 50px;
}
.certification-box::after {
  position: absolute;
  background: url(../img/right-arw.png) no-repeat right bottom;
  content: "";
  width: 12px;
  height: 24px;
  bottom: -13px;
  right: 0;
}
.certification-box::before {
  position: absolute;
  background: url(../img/left-arw.png) no-repeat right bottom;
  content: "";
  width: 12px;
  height: 24px;
  top: -13px;
  left: 0;
}
.certification-box p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.chairman-box {
  padding: 15px;
  border-bottom: 1px solid #333;
}
.chairman-box p {
  margin-bottom: 0px;
}
.modal-content {
  border-radius: 0px !important;
}
.director-image {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.director-image .over-dtls {
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 28% 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.director-image .over-dtls p {
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.director-image .over-dtls .more-view {
  background: #71be40;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.3;
  display: inline-block;
  border-radius: 3px;
  margin-top: 7px;
}
.director-image:hover .over-dtls {
  top: 0;
}
.owl-nav {
  position: absolute;
  top: 45%;
  height: 1px;
  width: 100%;
}
.owl-nav .owl-prev {
  float: left;
  margin-left: 15px;
}
.owl-nav .owl-prev .las {
  background: #fff;
  border-radius: 5px;
  line-height: 42px;
  width: 42px;
  height: 42px;
  display: inline-block;
  color: #0063a7;
  font-size: 22px;
  -webkit-box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #c4c5cc;
}
.owl-nav .owl-prev .las:hover {
  background: #0063a7;
  color: #fff;
}
.owl-nav .owl-next {
  float: right;
  margin-right: 15px;
}
.owl-nav .owl-next .las {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  line-height: 42px;
  color: #0063a7;
  font-size: 22px;
  -webkit-box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #c4c5cc;
}
.owl-nav .owl-next .las:hover {
  background: #0063a7;
  color: #fff;
}
.owl-dots {
  display: none;
  position: absolute;
  z-index: 10;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 3px;
  display: inline-block;
  background: #ccc;
}
.owl-dots .owl-dot.active span {
  background: #0063a7;
  width: 22px;
  border-radius: 6px;
}
.all-performance .item {
  border: 1px solid #ccc;
  padding: 10px;
}
.all-human-box {
  margin-top: 90px;
}
@media (max-width: 1199px) {
  .banner .banner-content h2 {
    font-size: 60px;
  }
  .banner .banner-content h3 {
    font-size: 22px;
  }
  h1 {
    font-size: 32px;
  }
  .intro {
    font-size: 16px;
  }
  body {
    font-size: 15px;
    line-height: 1.5;
  }
  h3 {
    font-size: 20px;
  }
  .btn-primary {
    padding: 10px 25px;
  }
  .btn {
    font-size: 12px;
  }
  .quote-lg {
    width: 68px;
  }
  .quote-sm {
    width: 35px;
  }
  .mb30 {
    margin-bottom: 20px;
  }
  h5 {
    font-size: 15px;
  }
  .mb15 {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .banner .banner-content {
    margin-top: 50px;
  }
  .banner .banner-content h2 {
    font-size: 40px;
  }
  .banner .banner-content h3 {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 5px;
  }
  .banner .img-responsive {
    max-width: 80%;
  }
  .img-bottom {
    bottom: -500px;
  }
  .director-image .over-dtls {
    padding: 36% 10px;
  }
  .mt30 {
    margin-top: 20px;
  }
  #bg-menu-mobile {
    width: 80%;
  }
  .row-flex {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .owl-dots {
    display: inline-block;
    bottom: -27px;
  }
  .all-human-box .owl-dots {
    bottom: -10px;
  }
  .owl-nav {
    display: none;
  }
  h1 {
    font-size: 26px;
  }
  body {
    line-height: 1.4;
  }
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .img-bottom {
    bottom: inherit;
    top: 0;
    position: relative;
  }
  .row-flex {
    display: inline-block;
  }
  #bg-menu-mobile .top-spacing {
    margin-top: 90px;
  }
  h2 {
    font-size: 22px;
  }
  .preloader .logo-opener img {
    max-width: 100%;
  }
  .owl-nav .owl-next {
    margin-right: -10px;
  }
  .owl-nav .owl-prev {
    margin-left: -10px;
  }
  .all-human-box {
    margin-top: 10px;
  }
  .banner .scroll-down {
    bottom: 8px;
    background: #fff;
  }
  .banner .img-responsive {
    max-width: 300px;
    float: none;
    margin: auto;
  }
}
