@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
@font-face {
  font-family: AvennirRoman;
  src: url("../fonts/AvenirLTStd-Roman.otf") format("opentype");
}

body {
  /* font-family: "Poppins", sans-serif; */
  font-family: "AvennirRoman", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #121212;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Poppins", sans-serif; */
  font-family: "AvennirRoman", sans-serif;
  font-weight: 600;
  color: #121212;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*==== Section Title =====*/
.section-title .title {
  font-size: 44px;
  font-weight: 500;
  color: #121212;
  line-height: 55px;
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 35px;
  }
}
.section-title .text {
  font-size: 16px;
  line-height: 24px;
  color: #6c6c6c;
  margin-top: 24px;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}
.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}
.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}
.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}
.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}
.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #575757 #575757 #e4e7eb;
  border-radius: 50%;
  border-width: 6px;
}
.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #e4e7eb;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}
.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #e4e7eb;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
/*===========================
       BUTTON css 
===========================*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0 32px;
  font-size: 16px;
  line-height: 46px;
  color: #666;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .main-btn {
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
  }
}

/*===== Rounded Buttons =====*/
.rounded-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .rounded-buttons ul li {
    margin-left: 0;
  }
}
.rounded-buttons ul li:first-child {
  margin-left: 0;
}
.rounded-buttons .main-btn {
  border-radius: 50px;
}
.rounded-buttons .rounded-one {
  border-color: #38f9d7;
  color: #38f9d7;
}
.rounded-buttons .rounded-one:hover {
  background-color: rgba(56, 249, 215, 0.4);
}
.rounded-buttons .rounded-two {
  color: #fff;
  background-color: #38f9d7;
  border-color: #38f9d7;
}
.rounded-buttons .rounded-two:hover {
  background-color: rgba(56, 249, 215, 0.4);
  border-color: rgba(56, 249, 215, 0.4);
}
.rounded-buttons .rounded-three {
  overflow: hidden;
  line-height: 52px;
  background: -webkit-linear-gradient(
    left,
    #43cae9 0%,
    #38f9d7 50%,
    #43cae9 100%
  );
  background: -o-linear-gradient(left, #43cae9 0%, #38f9d7 50%, #43cae9 100%);
  background: linear-gradient(to right, #43cae9 0%, #38f9d7 50%, #43cae9 100%);
  background-size: 200% auto;
  color: #fff;
  border: 0;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rounded-buttons .rounded-three {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .rounded-buttons .rounded-three {
    line-height: 44px;
  }
}
.rounded-buttons .rounded-three:hover {
  background-position: right center;
}
.rounded-buttons .rounded-four {
  border-color: #38f9d7;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .rounded-buttons .rounded-four {
    padding-left: 40px;
  }
}
.rounded-buttons .rounded-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .rounded-buttons .rounded-four span {
    left: 15px;
  }
}
.rounded-buttons .rounded-four:hover {
  color: #fff;
  background-color: #38f9d7;
}
.rounded-buttons .rounded-four:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
.rounded-buttons .rounded-five {
  color: #fff;
  background-color: #38f9d7;
  border-color: #38f9d7;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .rounded-buttons .rounded-five {
    padding-left: 40px;
  }
}
.rounded-buttons .rounded-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .rounded-buttons .rounded-five span {
    left: 15px;
  }
}
.rounded-buttons .rounded-five:hover {
  color: #38f9d7;
  background-color: transparent;
}
.rounded-buttons .rounded-five:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
.rounded-buttons .rounded-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  background: -webkit-linear-gradient(
    left,
    #43cae9 0%,
    #38f9d7 50%,
    #43cae9 100%
  );
  background: -o-linear-gradient(left, #43cae9 0%, #38f9d7 50%, #43cae9 100%);
  background: linear-gradient(to right, #43cae9 0%, #38f9d7 50%, #43cae9 100%);
  background-size: 200% auto;
  color: #fff;
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rounded-buttons .rounded-six {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .rounded-buttons .rounded-six {
    padding-right: 40px;
    line-height: 44px;
  }
}
.rounded-buttons .rounded-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .rounded-buttons .rounded-six span {
    right: 15px;
  }
}
.rounded-buttons .rounded-six:hover {
  background-position: right center;
}
.rounded-buttons .rounded-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

@-webkit-keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
/*===========================
       HEADER css 
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
  padding: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-area .navbar-brand img {
  max-width: 150px;
}
@media only screen and (max-width: 479px){
  .navbar-brand-media img {
    width: 40px;
  }
  .navbar-brand-media span {
    font-size: 0.9rem;
  }
  .navbar-brand-media {
    padding-top: 10px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area {
    padding: 0 0;
  }
}
@media (max-width: 767px) {
  .navbar-area {
    padding: 0 0;
  }
}
.navbar-area .navbar {
  position: relative;
  padding: 0;
}
.navbar-area .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 3px;
  background-color: #338b3d;
  margin: 4px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}
@media only screen and (min-width: 992px){
  .navbar-nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 108%;
    left: 0;
    width: 100%;
    background-color: #f4f6f7;
    z-index: 8;
    padding: 10px 16px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 108%;
    left: 0;
    width: 100%;
    background-color: #f4f6f7;
    z-index: 8;
    padding: 10px 16px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}
.navbar-area .navbar .navbar-nav {
  margin-right: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav {
    margin-right: 0;
  }
}
.navbar-area .navbar .navbar-nav .nav-item {
  position: relative;
  padding-left: 15px;
}
.navbar-area .navbar .navbar-nav .nav-item.active{
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-area .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 11px 16px;
  color: #11532f;
  text-transform: uppercase;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 14px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    border: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    border: 0;
    margin: 0;
  }
}
.navbar-area .navbar .navbar-nav .nav-item a::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 4px;
  background-color: #11532f;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateX(-50%) scaleX(0);
  -moz-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  -o-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a::before {
    display: none;
  }
}
.navbar-area .navbar .navbar-nav .nav-item.active > a::before,
.navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
  -webkit-transform: translateX(-50%) scaleX(1);
  -moz-transform: translateX(-50%) scaleX(1);
  -ms-transform: translateX(-50%) scaleX(1);
  -o-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu {
  position: absolute;
  right: 0;
  top: 100%;
  width: 260px;
  background-color: #11532f;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
  }
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li {
  position: relative;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-nav-toggler {
  color: #121212;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 24px;
  position: relative;
  color: #121212;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
  float: right;
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
    display: none;
  }
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler i {
  display: inline-block;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a::before {
  display: none;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    padding-left: 30px;
  }
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
  color: #fff;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a {
  color: #fff;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a::after {
  opacity: 1;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a::before {
  opacity: 1;
}
.navbar-area .navbar .navbar-nav .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 11px;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-btn {
    position: absolute;
    right: 60px;
    top: 11px;
  }
}
.navbar-area .navbar .navbar-btn .menu-bar {
  font-size: 40px;
  position: relative;
  overflow: hidden;
  color: #338b3d;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-area.navbar-transparent {
  background: transparent;
}
.navbar-area.navbar-transparent .navbar .navbar-toggler .toggler-icon {
  background-color: #fff;
}
.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
    color: #121212;
  }
}
@media (max-width: 767px) {
  .navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
    color: #121212;
  }
}
.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a::before {
  background-color: #38f9d7;
}
.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item.active a,
.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item:hover a {
  color: #38f9d7;
}
.navbar-area.navbar-transparent .navbar .navbar-btn .menu-bar {
  color: #fff;
}
.navbar-area.navbar-transparent .navbar .navbar-btn .menu-bar:hover {
  color: #38f9d7;
}
.navbar-area.navbar-transparent.sticky {
  background-color: #fff;
}
.navbar-area.navbar-transparent.sticky .navbar .navbar-toggler .toggler-icon {
  background-color: #121212;
}
.navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item a {
  color: #121212;
}
.navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item.active a,
.navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item:hover a {
  color: #38f9d7;
}
.navbar-area.navbar-transparent.sticky .navbar .navbar-btn .menu-bar {
  color: #121212;
}
.navbar-area.navbar-transparent.sticky .navbar .navbar-btn .menu-bar:hover {
  color: #38f9d7;
}
.navbar-area.navbar-transparent-2 {
  background: transparent;
}
.navbar-area.navbar-transparent-2 .navbar .navbar-toggler .toggler-icon {
  background-color: #fff;
}
.navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a {
  color: #121212;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a {
    color: #121212;
  }
}
@media (max-width: 767px) {
  .navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a {
    color: #121212;
  }
}
.navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a::before {
  background-color: #38f9d7;
}
.navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item.active a,
.navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item:hover a {
  color: #38f9d7;
}
.navbar-area.navbar-transparent-2 .navbar .navbar-btn .menu-bar {
  color: #fff;
}
.navbar-area.navbar-transparent-2 .navbar .navbar-btn .menu-bar:hover {
  color: #38f9d7;
}
.navbar-area.navbar-transparent-2.sticky {
  background-color: #fff;
}
.navbar-area.sticky {
  position: fixed;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 5px 0;
  background: #fff;
  /* display: none; */
  
}
.navbar-area.sticky .col-lg-12 {
  margin-left: -15px;
}
.sidebar-right {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 300px;
  padding-top: 80px;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar-content .sidebar-logo img {
  width: 50%;
}

.sidebar-right.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 767px) {
  .sidebar-right {
    width: 250px;
  }
}
.sidebar-right .sidebar-close {
  position: absolute;
  top: 30px;
  left: 30px;
}
.sidebar-right .sidebar-close .close {
  font-size: 24px;
  color: #121212;
  text-shadow: 0 1px 0 #318b3d;
  opacity: 1;
}
.sidebar-right .sidebar-content .sidebar-menu {
  margin-top: 40px;
}
.sidebar-right .sidebar-content .sidebar-menu ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 11px 26px;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  /* border-bottom: 1px solid #cbced1; */
  display: block;
}
.sidebar-right .sidebar-content .sidebar-menu ul li a:hover {
  color: #358342;
}
.sidebar-right .sidebar-content .sidebar-menu ul li.active a {
  color: #358342;
}
.sidebar-right .sidebar-content .sidebar-social {
  margin-top: 30px;
}
.sidebar-right .sidebar-content .sidebar-social span {
  font-size: 16px;
  line-height: 24px;
  color: #6c6c6c;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 14px;
}
.sidebar-right .sidebar-content .sidebar-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.sidebar-right .sidebar-content .sidebar-social ul li a {
  font-size: 32px;
  color: #38f9d7;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.overlay-right {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}
.overlay-right.open {
  display: block;
}

section.header-area > div:nth-child(2) {
  padding-top: 70px;
}
/*===== SLIDER ONE =====*/

.slider-area .bd-example .carousel .carousel-inner {
  background-color: #38f9d7;
}
.slider-area .bd-example .carousel .carousel-inner .carousel-item {
  height: 700px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .bd-example .carousel .carousel-inner .carousel-item {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .bd-example .carousel .carousel-inner .carousel-item {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .slider-area .bd-example .carousel .carousel-inner .carousel-item {
    height: 400px;
  }
}
.carousel-caption{
  text-align: left;
}
.carousel-caption p{
  color: #FFF;
  font-size: 20px;
}
.slider-area
  .bd-example
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
.slider-area
  .bd-example
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption
  .carousel-title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 55px;
}
@media (max-width: 767px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.slider-area
  .bd-example
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption
  .carousel-btn
  li {
  display: inline-block;
  margin: 16px 8px 0;
}
@media (max-width: 767px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-btn
    li {
    margin: 16px 3px 0;
  }
}
.slider-area
  .bd-example
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption
  .carousel-btn
  li
  a.rounded-three {
  border: 0;
}
.slider-area
  .bd-example
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption
  .carousel-btn
  li
  a.rounded-one {
  border-color: #fff;
  color: #fff;
}
.slider-area
  .bd-example
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption
  .carousel-btn
  li
  a.rounded-one:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.slider-area .bd-example .carousel .carousel-control-prev,
.slider-area .bd-example .carousel .carousel-control-next {
  top: 50%;
  width: auto;
  height: auto;
  font-size: 70px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  left: 0px;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .bd-example .carousel .carousel-control-prev,
  .slider-area .bd-example .carousel .carousel-control-next {
    left: 30px;
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .bd-example .carousel .carousel-control-prev,
  .slider-area .bd-example .carousel .carousel-control-next {
    left: 30px;
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .slider-area .bd-example .carousel .carousel-control-prev,
  .slider-area .bd-example .carousel .carousel-control-next {
    left: 20px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .bd-example .carousel .carousel-control-prev,
  .slider-area .bd-example .carousel .carousel-control-next {
    font-size: 34px;
  }
}
.slider-area .bd-example .carousel .carousel-control-next {
  right: 0px;
  left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .bd-example .carousel .carousel-control-next {
    right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .bd-example .carousel .carousel-control-next {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .slider-area .bd-example .carousel .carousel-control-next {
    right: 20px;
  }
}
.slider-area .bd-example .carousel .carousel-indicators {
  margin-bottom: 20px;
}
.slider-area .bd-example .carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  border-radius: 50px;
  border: 0;
  opacity: 1;
}
.slider-area .bd-example .carousel .carousel-indicators li.active {
  width: 14px;
  background-color: #338B3D;
  border-radius: 5px;
}
.slider-area .bd-example .carousel:hover .carousel-control-prev {
  left: 5%;
  opacity: 1;
  top: 60%;
}
.slider-area .bd-example .carousel:hover .carousel-control-next {
  right: 5%;
  opacity: 1;
  top: 60%;
}

.slider-3 {
  padding-top: 0px;
}
.slider-3 .bd-example .carousel .carousel-inner .carousel-item {
  height: 850px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-3 .bd-example .carousel .carousel-inner .carousel-item {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .slider-3 .bd-example .carousel .carousel-inner .carousel-item {
    height: 550px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-3 .bd-example .carousel .carousel-inner .carousel-item {
    height: 650px;
  }
}

/*===== LINK =====*/
.link div {
  padding: 5px 2.5px;
  height: 300px;
  text-align: center;
}

.link span {
  color: #FFF;
  margin-top: 30%;
  font-size: 32px;
}

.link .weare {
  background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(../images/about-us.jpg);
}

.link .wedo {
  background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(../images/service.jpg);
}

.link .projects {
  background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(../images/klcc1.jpg);
}

.link .ongoing {
  background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(../images/ongoing-project.jpg);
}

/*===========================
         weare css 
===========================*/
.weare-area .bg{
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/about-us.jpg);
  height: 300px;
}
.weare-area .bg-title {
  color: #FFF;
  font-size: 40px;
  font-weight: bolder;
  margin-top: 140px;
  padding-left: 20px;
}
.weare-text {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.weare-text p {
  color: #575757;
}

.story-title {
  text-align: center;
  padding: 10px 0;
  color: #338B3D;
}

/* https://codepen.io/itbruno/pen/KwarLp */
#timeline .timeline-item:after, header:before, #timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#timeline:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #575757;
  left: 50%;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
  /* margin-bottom: 50px; */
  position: relative;
  text-align: center;
  line-height: 3.2;
}
#timeline .timeline-item .timeline-icon {
  background: #FFFFFF;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px #575757 solid;
  font-size: 25px;
  color:#338B3D;
  font-weight: bold;
}
#timeline .timeline-item .timeline-icon svg {
  position: relative;
  top: 14px;
  left: 14px;
}
#timeline .timeline-item .timeline-content {
  width: 45%;
  /* background: #fff; */
  padding: 0 20px 20px 20px;
  min-height: 150px;
  /* -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1); */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* #timeline .timeline-item .timeline-content h2 {
  padding: 15px;
  background: #ee4d4d;
  color: #fff;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
} */
/* #timeline .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ee4d4d;
} */
#timeline .timeline-item .timeline-content.right {
  float: right;
}
/* #timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #ee4d4d;
} */

@media screen and (min-width: 769px) {
  #timeline .timeline-item:nth-child(odd) .timeline-content{
    text-align: right;
  }
  #timeline .timeline-item:nth-child(even) .timeline-content{
    text-align: left;
  }

  .timeline-content.right.wow.fadeInRight p {
    text-align: left;
  }

  .timeline-content.wow.fadeInLeft p {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  #timeline {
    margin: 40px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
    text-align: left;
  }
  /* #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #ee4d4d;
  } */
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}

/*===========================
         wedo css 
===========================*/
.wedo-area .bg{
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/service.jpg);
  height: 300px;
}
.wedo-area .bg-green{
  background-color: #338B3D;
  /* height: 380px; */
  text-align: center;
}
.wedo-area .bg-title {
  color: #FFF;
  font-size: 40px;
  font-weight: bolder;
  margin-top: 140px;
  padding-left: 20px;
}
.wedo-area .bg-title-2 {
  color: #FFF;
  font-size: 40px;
  font-weight: bolder;
}
.wedo-area .bg-title.part-2{
  color: #338B3D;
  margin-top: 100px;
  padding-left: 0;
}
.wedo-area .bg-text {
  color: #FFF;
  font-size: 20px;
}
.wedo-text {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.wedo-text p {
  color: #575757;
}
.wedo-text p.wedo-title {
  color: #338B3D;
  font-weight: bolder;
}

.wedo-area .service-name{
  text-align:center; 
  margin-top: -63px !important;;
  color: white;
  margin: 437px auto 0;
  font-size: 22px;
  background-image: linear-gradient(transparent, black);
  padding: 15px 0;
}

.wedo-area .bg_cover_service {
  height: 500px;
  transition: transform .2s; /* Animation */
  /* padding: 0; */
}

.wedo-area .row {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

/* https://w3bits.com/css-image-hover-zoom/ */
/* [1] The container */
.wedo-area .img-hover-zoom {
  height: 500px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  padding: 0;
}
/* [2] Transition property for smooth transformation of images */
.wedo-area .img-hover-zoom img {
  transition: transform .5s ease;
  height: 500px;
  width: 100%;
  position: relative;
  z-index: -1;
}
/* [3] Finally, transforming the image when container gets hovered */
.wedo-area .img-hover-zoom:hover img {
  transform: scale(1.2);
}

/* .wedo-area .bg-row-1-left { background-image: url(../images/services-curtain_wall.jpg); } 
.wedo-area .bg-row-1-right { background-image: url(../images/services-louvers.jpg); }
.wedo-area .bg-row-2-left { background-image: url(../images/services-perforated_meta.jpg); }
.wedo-area .bg-row-2-right { background-image: url(../images/services-canopy.jpg); }
.wedo-area .bg-row-3-left { background-image: url(../images/services-glass_wall.jpg); }
.wedo-area .bg-row-3-right { background-image: url(../images/services-window-door.jpg); }
.wedo-area .bg-row-4-left { background-image: url(../images/services-wall_panel.jpg); }
.wedo-area .bg-row-4-right { background-image: url(../images/.jpg); }
.wedo-area .bg-row-5-left { background-image: url(../images/services-steel_works.jpg); }
.wedo-area .bg-row-5-right { background-image: url(../images/services-shop_front.jpg); }
*/

/* .wedo-area .bg-row-1-left:hover, .wedo-area .bg-row-1-right:hover, 
.wedo-area .bg-row-2-left:hover, .wedo-area .bg-row-2-right:hover, 
.wedo-area .bg-row-3-left:hover, .wedo-area .bg-row-3-right:hover, 
.wedo-area .bg-row-4-left:hover, .wedo-area .bg-row-4-right:hover, 
.wedo-area .bg-row-5-left:hover, .wedo-area .bg-row-5-right:hover {
  transform: scale(1.05); 
  z-index: 1;
}  */
/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
/*===========================
         weare css 
===========================*/
.contactus-area .bg{
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/contactus.jpeg);
  height: 300px;
}
.contactus-area .bg_map{
  background-image: url(../images/map.jpg);
  height: 500px;
}
.contactus-area .bg-title {
  color: #FFF;
  font-size: 40px;
  font-weight: bolder;
  margin-top: 140px;
  padding-left: 20px;
}
.contactus-text {
  padding-top: 40px;
  /* padding-bottom: 40px; */
  padding-left: 20px;
  padding-right: 20px;
}
.contactus-text p {
  color: #575757;
}

.contactus-area .map {
  /* Set the size of the div element that contains the map */
  height: 600px;
  /* The height is 400 pixels */
  width: 95%;
  /* The width is the width of the web page */
  margin-left: auto;
  margin-right: auto
}

/*===========================
         projects css 
===========================*/
.projects-area .bg{
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/klcc1.jpg);
  height: 300px;
}
.projects-area .bg_map{
  background-image: url(../images/map.jpg);
  height: 500px;
}
.projects-area .bg-title {
  color: #FFF;
  font-size: 40px;
  font-weight: bolder;
  margin-top: 140px;
  padding-left: 20px;
}
.projects-text {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.projects-text p {
  color: #575757;
}

.projects-tab {
  padding: 10%;
  margin-top: -8%;
}
.projects-tab #tabs{
  background: #338b3d;
  color: #eee;
}
.projects-tab #tabs h6.section-title{
  color: #eee;
}
.projects-tab #tabs .nav-tabs .nav-item.show .nav-link, 
.projects-tab .nav-tabs .nav-link.active {
  color: #338b3d;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 3px solid !important;
  font-size: 16px;
  font-weight: bold;
}

.projects-tab .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  padding: .5rem 2rem;
  color: #575757;
  font-size: 16px;
  font-weight: 600;
}
/* .projects-tab .nav-link:hover {
  border: none;
} */

.projects-tab thead{
  background: #4b4b4b;
  color: #fff;
}

.projects-tab tr:nth-child(even) {
  background: #f5f5f5;
}

.projects-tab a{
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

.projects-area .tab-content {
  margin-top: 26px;
}

.projects-area .nav-tabs {
  border-bottom: none;
}
.projects-area * {
  box-sizing: border-box;
}

/* Float four columns side by side */
.projects-area .column {
  float: left;
  width: 33%;
  min-height: 450px;
}

/* Remove extra left and right margins, due to padding */
.projects-area .row {margin: 0 -5px;}

/* Clear floats after the columns */
.projects-area .row:after {
  content: "";
  display: table;
  clear: both;
}

.projects-area .nav {
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: pre;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .projects-area .column {
    width: 100%;
    display: block;
  }
  .projects-tab {
    padding: 10% 0 10% 0;
    margin-top: -8%;
  }
  .projects-tab .nav-tabs .nav-link.active {
    width: 100%;
  }
}

/* Style the counter cards */
.projects-area .card {
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1; */
  border: none;
  padding: 12px 16px 20px;
}

.projects-area .card span{
  color: #575757;
  font-size: 15px;
}

.projects-area .card img{
  padding-bottom: 18px;
  height: 220px;
}

.projects-area .pagination {
  /* display: inline-block; */
  margin-left: auto;
  margin-right: auto;
  flex-wrap: nowrap;
  overflow-x: auto;
  /* white-space: pre; */
  display: flex;
}

.projects-area .pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  background-color: #ddd;
  margin: 0 4px;
  border-radius: 50px;
}

.projects-area .pagination a:first-child,
.projects-area .pagination a:last-child {
  min-width: 57px;
}

.projects-area .pagination img {
  height: 25px;
  width: 25px;
}

.projects-area .pagination a:first-child,
.projects-area .pagination a:last-child{
  border: none;
  background-color: transparent;
}

.projects-area .pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.projects-area .pagination a:hover:not(.active) {
  background-color: #aaa;
}

/*===========================
    footer css 
===========================*/
.footer-area .footer-widget {
  padding-top: 90px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-widget {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-widget {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.footer-area .footer-widget .footer-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #6c6c6c;
}
.footer-area .footer-widget .footer-link {
  margin-top: 32px;
}
.footer-area .footer-widget .footer-link ul {
  margin-top: 8px;
}
.footer-area .footer-widget .footer-link ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  margin-top: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-area .footer-widget .footer-link ul li a:hover {
  color: #38f9d7;
}
.footer-area .footer-copyright {
  padding-top: 13px;
  padding-bottom: 23px;
}
.footer-area .footer-copyright .copyright .text {
  color: #121212;
}
.footer-area .footer-copyright .social li {
  display: inline-block;
  margin-right: 10px;
}
.footer-area .footer-copyright .social li:last-child {
  margin-right: 0;
}
.footer-area .footer-copyright .social li a {
  font-size: 24px;
  color: #6c6c6c;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-area .footer-copyright .social li a:hover {
  color: #38f9d7;
}
.footer-area.footer-dark {
  background-color: #121212;
}
.footer-area.footer-dark .footer-widget .footer-title {
  color: #fff;
}
.footer-area.footer-dark .footer-widget .footer-link ul li a {
  color: #fff;
}
.footer-area.footer-dark .footer-widget .footer-link ul li a:hover {
  color: #38f9d7;
}
.footer-area.footer-dark .footer-copyright .copyright .text {
  color: #fff;
}
.footer-area.footer-dark .footer-copyright .social li a {
  color: #fff;
}
.footer-area.footer-dark .footer-copyright .social li a:hover {
  color: #38f9d7;
}

.bottom-navigation{
  display: flex;
  flex-wrap: nowrap;
  width: 900px;
  justify-content: flex-start;
  overflow: auto;
  padding-bottom: 30px;
  padding-top: 30px;

  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #121212;

  margin-left: auto;
  margin-right: auto;
}
.bottom-navigation a{
  color: #121212;
  width: 180px;
  text-align: center;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: #4caf50;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}
.back-to-top:hover {
  color: #121212;
  background-color: #38f9d7;
}

/*# sourceMappingURL=style.css.map */

.hidden{
  display: none !important;
}