@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap");

html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin: 0;
  color: #333;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 20px;
}

a {
  font-family: "Rubik", sans-serif;
  text-decoration: none;
  cursor: pointer;
  color: #008000;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  color: #4f4f67;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li {
  display: inline-block;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid #333;
}

.fix {
  overflow: hidden;
}

.section-padding {
  padding: 100px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 80px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 50px 35px;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding: 50px 20px;
  }
}
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.spacer {
  margin-top: 100px;
}

.section-title {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title h2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
  margin: 20px 0;
  color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 15px 0;
  }
}

.section-title h6 {
  font-size: 14px;
  font-weight: 500;
  color: #008000;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

.section-title h6:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}

.text-black {
  color: #333;
}

.main-btn {
  display: inline-block;
  background: #0d2ce2;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 28px;
  border-radius: 7px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-btn:hover {
  background-color: #008000;
  border-color: #008000;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-btn {
    padding: 12px 12px;
  }
}

.main-btn.primary {
  background: #ff7129;
  color: #fff;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-btn.primary {
    margin-right: 0;
  }
}
.main-btn.primary:hover {
  background-color: #008000;
  border-color: #008000;
  color: #fff;
}

.main-btn.white {
  background: #fff;
  color: #333;
  margin-right: 20px;
  border: 2px solid #fff;
}
.main-btn.white:hover {
  background-color: #ff7129;
  border-color: #ff7129;
  color: #fff;
}

.main-btn.border-btn {
  background: #fff;
  color: #333;
  margin-right: 20px;
  border: 2px solid #ff7129;
}
.main-btn.border-btn:hover {
  background-color: #ff7129;
  border-color: #ff7129;
  color: #fff;
}

input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #ddd;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
  border-radius: 7px;
}

textarea {
  height: 135px;
  resize: none;
}

input[type="submit"],
button[type="submit"] {
  border: none;
  border-radius: 0;
  display: inline-block;
  background: #008000;
  color: #fff;
  padding: 15px 30px;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  border-radius: 7px;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  background: #ff7129;
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

.navbar-toggler-icon {
  background-image: none;
}

.gray-bg {
  background: #f6f6f6;
}

.white-bg {
  background: #fff;
}

.dark-bg {
  background: #0d232e;
}

.sky-bg {
  background: #ebf1ed;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-1 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #002c42;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #191f2d;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-4 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
}

/* Scroll Top 
============== */
.go-top {
  background-color: #008000;
  color: #fff;
  width: 50px;
  height: 50px;
  bottom: 6em;
  right: 2em;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  display: none;
  position: fixed;
  z-index: 1;
  border-radius: 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .go-top {
    width: 35px;
    height: 35px;
    bottom: 5em;
    right: 2em;
    font-size: 15px;
    line-height: 33px;
  }
}
@media (max-width: 575px) {
  .go-top i:before {
    font-size: 14px;
  }
  .go-top {
    right: 1em;
    bottom: 6em;
    z-index: 1;
  }
}
.go-top:hover {
  background-color: #fff;
  color: #020e28;
}

.header-area .is-sticky .sticky-area {
  background: #fff;
  box-shadow: 0 3px 16px -2px #d0cece;
  z-index: 999 !important;
  -webkit-animation: slideInDown 0.6s forwards;
  animation: slideInDown 0.6s forwards;
  margin-top: 0;
}

.header-area .is-sticky .navigation {
  height: 100px;
  margin-top: 0;
}

.header-area .is-sticky .main-menu li:hover .sub-menu {
  top: 95px;
}

.header-area.absolute-header .is-sticky .navigation {
  background: #0d232e;
}

.header-area.absolute-header .is-sticky .sticky-area {
  box-shadow: 0 3px 16px -2px #484e4b;
}

#loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f3f8fb;
  z-index: 999999;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #008000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid #eee;
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #ffffff;
  padding: 40px 0 40px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  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;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 0;
  top: 0;
  color: #4c4c4d;
  font-size: 18px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #333333;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 10px;
  top: 0;
  background: transparent;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: #333333;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-top {
  background: #008000;
  margin: 0 auto;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top {
    display: none;
  }
}

.header-top-content p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.header-top-content p a {
  text-decoration: underline;
  margin-left: 5px;
}

.contact-info {
  color: #fff;
  font-size: 14px;
  margin-top: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contact-info {
    text-align: center;
  }
}

.contact-info i {
  color: #ff7129;
  margin-right: 5px;
}

.header-right {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .header-right {
    flex-direction: column;
  }
}

.social-area i {
  font-size: 18px;
  margin-right: 5px;
}

.header-area .navigation {
  padding: 0px 30px;
  background: #fff;
  height: 100px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area .navigation {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .header-area .navigation {
    padding: 0;
  }
}
.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-area .header-inner-box .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .logo {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    border-right: 0;
  }
}
.header-area .header-inner-box .phone-number-box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.header-area .header-inner-box .phone-number-box .icon i {
  background: #e5f0ec;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
}
.header-area .header-inner-box .phone-number-box .phone {
  padding-left: 15px;
}
.header-area .header-inner-box .phone-number-box .phone p {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .phone-number-box {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box .phone-number-box {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box {
    display: block;
  }
}

.icon-wrapper {
  display: flex;
  height: 90px;
  align-items: center;
  justify-content: flex-end;
  padding-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 150px;
    border-left: 0;
    display: none;
  }
}
@media (max-width: 767px) {
  .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 100px;
    border-left: 0;
    display: none;
  }
}
.icon-wrapper i {
  font-size: 25px;
  color: #333;
  cursor: pointer;
}

.shopping-cart i {
  margin-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shopping-cart i {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .shopping-cart i {
    margin-left: 25px;
  }
}

#header-2 .logo {
  height: 90px;
  display: flex;
  align-items: center;
  background: #e5f0ec;
}
@media (max-width: 767px) {
  #header-2 .logo {
    background: transparent;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header-2 .logo {
    background: transparent;
    padding: 0;
  }
}

.main-menu .navbar {
  padding: 0;
}

.main-menu li.nav-item {
  position: relative;
  margin-right: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu li.nav-item {
    margin-right: 15px;
  }
}

.main-menu .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 35px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1a2026;
}

.main-menu .navbar-nav .nav-item .nav-link.active {
  color: #008000;
}

.main-menu li.nav-item:hover > a {
  color: #008000;
}

.sub-menu {
  position: absolute;
  left: 0;
  top: 120px;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 99;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  border-radius: 7px;
}

.main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 95px;
}

.main-menu ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu .sub-menu li {
  display: block;
  padding: 0 25px;
}

.main-menu .sub-menu li:last-child {
  border-bottom: none;
}

.main-menu .sub-menu li a {
  display: block;
  padding: 14px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li:hover > a {
  color: #008000;
}

.main-menu .sub-menu li:hover > a {
  border-color: #008000;
}

.dropdown-toggle::after {
  display: none !important;
}

.quatation-box {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .quatation-box {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quatation-box {
    display: none;
  }
}

.quatation-box a {
  color: #fff;
  font-weight: 500;
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .navigation {
  background: transparent;
}

.absolute-header .main-menu .navbar-nav .nav-link {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .absolute-header .main-menu .navbar-nav .nav-link {
    color: #333;
  }
}
@media (max-width: 767px) {
  .absolute-header .main-menu .navbar-nav .nav-link {
    color: #333;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .absolute-header .main-menu .navbar-nav .nav-link {
    color: #333;
  }
}

.absolute-header .contact-info {
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .absolute-header .contact-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .absolute-header .contact-info {
    display: none;
  }
}

.absolute-header .contact-info i {
  font-size: 20px;
  margin-left: 0;
}

.header-area.absolute-header .icon-wrapper i {
  color: #fff;
  font-size: 20px;
}

.contact-info span {
  font-size: 13px;
  letter-spacing: 0px;
}

.header-area .contact-info {
  font-size: 15px;
  color: #333;
  padding-right: 35px;
}

.header-area .contact-info i {
  font-size: 18px;
  color: #008000;
}

.header-area .contact-info {
  display: flex;
  align-items: center;
}

.header-area.absolute-header .contact-info {
  display: block;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.absolute-header .contact-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-area.absolute-header .contact-info {
    display: none;
  }
}

button.sub-nav-toggler {
  display: none;
}

.auto-container {
  position: static;
  max-width: 1150px;
  padding: 0;
  margin: 0 auto;
  background: #fff;
  z-index: 1;
  margin-top: -50px;
  transition: 0.3s ease;
}

#header-3.header-area {
  background: #f6f6f6;
  height: 140px;
  z-index: -1;
  align-items: flex-start;
}

.is-sticky .auto-container {
  margin-top: 0;
  max-width: 100% !important;
}

.is-sticky .sticky-area {
  background: #fff;
  box-shadow: 0 3px 16px -2px #d0cece;
  z-index: 999 !important;
  -webkit-animation: slideInDown 0.6s forwards;
  animation: slideInDown 0.6s forwards;
  margin-top: 0;
}

.single-slide-item {
  background-image: url(../img/slide-1.jpg);
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  color: #fff;
  width: 100%;
  height: 600px;
  display: table;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .single-slide-item {
    height: 600px;
  }
}
.single-slide-item .hero-area-content {
  display: table-cell;
  vertical-align: middle;
}
.single-slide-item h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
  letter-spacing: 1px;
  margin: 30px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-slide-item h1 {
    font-size: 65px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slide-item h1 {
    font-size: 75px;
    line-height: 85px;
  }
}
@media (max-width: 767px) {
  .single-slide-item h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-slide-item h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.single-slide-item p {
  color: #ccc7c7;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-slide-item p {
    font-size: 15px;
  }
}

.hero-area-bg-2 {
  background-image: url(../img/slide-2.jpg);
}

.hero-area-bg-3 {
  background-image: url(../img/slide-3.jpg);
}

.hero-area-bg-4 {
  background-image: url(../img/slider/slide-4.jpg);
}

.hero-area-bg-5 {
  background-image: url(../img/slider/slide-6.jpg);
}

.hero-area-bg-6 {
  background-image: url(../img/slider/slide-3.jpg);
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border: 2px solid;
  font-size: 20px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -25px;
  color: #008000;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 15px;
}

.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
  visibility: visible;
  opacity: 0.3;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
  background: #008000;
  color: #fff;
  border-color: #008000;
  opacity: 1;
}

.single-slide-item .main-btn {
  margin-top: 30px;
}

#home-2 .single-slide-item {
  height: 700px;
}

#home-3.homepage-slides {
  margin-top: -50px;
  z-index: -1;
}

.pop-up-video {
  position: relative;
}

.pop-up-video a.video-play-btn {
  font-size: 25px;
  color: #fff;
  border: 2px solid #ff7129;
  padding: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 140px;
  margin-left: -35px;
  margin-top: -35px;
  background: #ff7129;
  cursor: pointer;
  z-index: 9;
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.pop-up-video a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fcd1c1;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both
    infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.pop-up-video a span {
  font-size: 15px;
  position: absolute;
  bottom: -40px;
  left: -20px;
  width: 100px;
  font-weight: 400;
}

.about-content-wrap {
  padding-right: 50px;
}

.about-img {
  position: relative;
  max-width: calc(100% - 30px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-img {
    max-width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about-img {
    margin-top: 30px;
  }
}
.about-img img {
  border-radius: 7px;
}

.about-counter {
  background: #008000;
  display: inline-flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px 0px 10px 0px;
  position: absolute;
  bottom: -15px;
  right: 0;
}
@media (max-width: 767px) {
  .about-counter {
    padding: 10px 20px;
  }
}

.counter-number span {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .counter-number span {
    font-size: 30px;
    margin: 15px 0;
  }
}

.counter-icon img {
  width: inherit;
}
@media (max-width: 767px) {
  .counter-icon img {
    width: 45px;
  }
}

.about-counter h6 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}

.about-counter p {
  color: #fff;
  font-size: 17px;
}

.founder-number {
  text-align: left;
}

.founder-number p {
  font-size: 45px;
  line-height: 1.5;
  margin: 0;
}

.about-thumb {
  background-image: url(../img/about/about.jpg);
  background-size: cover;
  background-position: center;
  height: 300px;
}

.philoshopy-content h5 {
  margin: 15px 0;
  position: relative;
  padding-left: 30px;
}

.philoshopy-content h5:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 7px;
  height: 30px;
  background: #008000;
  margin-top: -15px;
}

.philoshopy-content p {
  padding-left: 30px;
}

#about-3 a.main-btn.about-us-btn {
  margin-left: 30px;
  background: #008000;
}
#about-3 a.main-btn.about-us-btn:hover {
  background: #ff7129;
}

#about-1 a.main-btn.about-us-btn {
  background: #008000;
  margin-top: 0;
}
#about-1 a.main-btn.about-us-btn:hover {
  background: #ff7129;
}

.about-content-inner h5 {
  margin: 15px 0;
  padding-left: 25px;
}

.about-content-inner h5:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 5px;
  height: 30px;
  background: #008000;
  margin-top: -15px;
}

.service-single {
  background: #fff;
  padding: 40px 20px 35px 40px;
  position: relative;
  z-index: 1;
  border-radius: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-single {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-single {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .service-single {
    margin-bottom: 40px;
  }
}

.service-single .service-icon {
  width: 50px;
  position: relative;
  z-index: 1;
}

.service-icon:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background:rgba(0, 128, 0, 0.8);
  top: -5px;
  left: -5px;
  z-index: -1;
  border-radius: 50px;
}

.service-single:hover .service-icon:after {
  background: #ffffff;
}

.service-single h4 {
  font-size: 18px;
  margin: 30px 0 20px;
}

.service-single a {
  font-size: 16px;
}

.service-single p {
  color: #4f4f67;
}

#service-2 .service-single {
  background: #0e242f;
}

#service-2 .service-single h4 {
  color: #fff;
}

#service-2 .service-single p {
  color: #fff;
}

#service-2 .service-icon:after {
  background: #ff722a;
}

#service-3 .service-single {
  background: #fff;
  padding: 40px 20px 35px 40px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

.service-single:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  background-size: cover;
  background-position: center;
  border-radius: 7px;
}

.service-single-1:before {
  background-image: url(../img/backgound-services-1.jpg);
}

.service-single-2:before {
  background-image: url(../img/backgound-services-2.jpg);
}

.service-single-3:before {
  background-image: url(../img/backgound-services-3.jpg);
}

.service-single-4:before {
  background-image: url(../img/backgound-services-4.jpg);
}

.service-single:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 128, 0, 0.80);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border-radius: 7px;
}

.service-single:hover::before {
  visibility: visible;
  opacity: 1;
}

.service-single:hover::after {
  visibility: visible;
  opacity: 0.9;
}

.service-single:hover h4 {
  color: #fff;
}

.service-single:hover p {
  color: #fff;
}

.service-content a {
  display: flex;
  align-items: center;
}

.service-content a i {
  font-size: 30px;
  margin-left: 20px;
}

.service-single:hover .service-content a {
  color: #fff;
}

.feature-wrap {
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.05);
}

.feature-inner {
  display: flex;
  margin-top: 25px;
  padding-right: 50px;
}

.feature-icon i {
  color: #64be62;
  font-size: 25px;
}

.feature-content {
  padding-left: 20px;
}

.feature-content h6 {
  font-size: 18px;
  margin: 0px 0 10px;
}

.feature-img img {
  border-radius: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-img img {
    width: 40%;
  }
}

.feature-area {
  position: relative;
  z-index: 9;
}

.feature-area .single-feature-item {
  background: #fff;
  margin-top: -100px;
  transform: translateY(0);
  transition: 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area .single-feature-item {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .feature-area .single-feature-item {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.feat-icon {
  padding: 60px 30px 50px;
  height: 100%;
}

.feat-icon i:before {
  font-size: 60px;
  color: #70c150;
}

.feat-content {
  padding: 30px 25px;
  border-right: 1px solid #eee;
}

.feat-content p {
  margin: 15px 0;
}

.feat-content a {
  font-size: 20px;
  color: #87c03d;
}

.feature-img {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-img {
    display: flex;
    gap: 10px;
  }
}

.feature-img img {
  width: 100%;
  height: 280px;
}

.portfolio-area {
  border-top: 1px solid #eee;
}

ul.port-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  ul.port-menu {
    float: left;
  }
}
@media (max-width: 767px) {
  ul.port-menu {
    float: left;
  }
}
ul.port-menu.recent {
  float: none;
}

ul.port-menu li {
  display: inline-block;
  padding: 20px;
  color: #222;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  ul.port-menu li {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  ul.port-menu li {
    padding: 10px;
  }
}

ul.port-menu li.active {
  color: #64be62;
}

.single-portfolio-item {
  background-image: url(../img/realization-1.jpg);
}

.port-bg-2 {
  background-image: url(../img/realization-2.jpg);
}

.port-bg-3 {
  background-image: url(../img/realization-3.jpg);
}

.port-bg-4 {
  background-image: url(../img/realization-4.jpg);
}

.port-bg-5 {
  background-image: url(../img/realization-5.jpg);
}

.port-bg-6 {
  background-image: url(../img/realization-6.jpg);
}

.portfolio-list {
  overflow: hidden;
  margin-left: -1%;
  margin-top: 20px;
}

.single-portfolio-item {
  float: left;
  width: 31.33%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-color: #333;
  position: relative;
  margin-left: 2%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-portfolio-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single-portfolio-item {
    width: 100%;
  }
}

.single-portfolio-item.large {
  height: 610px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-portfolio-item.large {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .single-portfolio-item.large {
    height: 300px;
  }
}

.single-portfolio-item.wide {
  width: 65.55%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-portfolio-item.wide {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single-portfolio-item.wide {
    width: 100%;
  }
}

.single-portfolio-item .details {
  background: #ff7129;
  width: 100%;
  height: 100%;
  padding: 50px 35px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.theme-2 .single-portfolio-item .details {
  background: rgba(16, 204, 117, 0.87);
}

.single-portfolio-item .info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  margin-top: -20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.single-portfolio-item .info a:hover {
  color: #fff;
}

.single-portfolio-item .info a {
  font-size: 24px;
  color: #fff;
}

.single-portfolio-item h5 {
  margin-bottom: 10px;
}

.single-portfolio-item:hover .details {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.single-portfolio-item:hover .details .info {
  opacity: 1;
  margin-top: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio-list.recent {
  margin-top: 0;
}

ul.port-menu.recent {
  list-style: none;
  padding: 0;
  bottom: 0;
  text-align: center;
  position: inherit;
  margin-bottom: 10px;
}

.load-more-btn {
  text-align: center;
}

.load-more-btn .main-btn {
  padding: 10px 20px;
  margin-top: 60px;
}

.portfolio-single-section h3 {
  margin: 30px 0;
}

.project-info {
  border: 1px solid #ddd;
  padding: 30px;
}

.project-info h5 {
  margin-bottom: 40px;
}

.project-info p {
  margin: 25px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.project-info p b {
  color: #222;
}

.project-info span {
  float: right;
}

.project-info .main-btn {
  padding: 12px 18px;
  font-size: 15px;
  margin: 20px 0;
  width: 60%;
  margin-left: 20%;
}

.project-overview h5 {
  margin: 30px 0;
}

.project-overview p:last-child {
  margin-bottom: 40px;
}

.port-img img {
  min-width: 540px;
  min-height: 540px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .port-img img {
    min-width: 300px;
    min-height: 300px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .port-img img {
    min-width: 200px;
    min-height: 200px;
    margin-bottom: 30px;
  }
}

.portfolio-area-2 {
  margin-top: -100px;
}

.cta-area {
  background-image: url(../img/slide-2.jpg);
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.cta-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(54, 183, 248, 0.8);
  opacity: 0.9;
  z-index: -1;
}

.cta-area h2 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .cta-area h2 {
    text-align: center;
  }
}

.cta-area .main-btn {
  margin-top: 28px;
}

.cta-area .main-btn:hover {
  background: #fff;
  color: #333e38;
}

.cta-area p {
  color: #fff;
}
@media (max-width: 767px) {
  .cta-area p {
    text-align: center;
    margin-top: 20px;
  }
}

.process-item-wrap {
  margin-top: 50px;
}

.single-process-item {
  text-align: center;
  position: relative;
}

.process-icon {
  border: 10px solid #f6f6f6;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  padding: 35px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: 0.3s;
}

.single-process-item h5 {
  font-size: 20px;
  margin: 25px 25px;
  line-height: 30px;
}

.single-process-item:hover .process-icon {
  border-color: #64be62;
}

[class*="col-lg-4"]:not(:last-child) .process-icon:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -165px;
  width: 80px;
  height: 1px;
  border: 1px dashed #64be62;
  opacity: 0.7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  [class*="col-lg-4"]:not(:last-child) .process-icon:after {
    display: none;
  }
}
@media (max-width: 767px) {
  [class*="col-lg-4"]:not(:last-child) .process-icon:after {
    display: none;
  }
}

.working-process-image {
  position: relative;
}

.working-process-image .pop-up-video a.video-play-btn {
  top: -250px;
}

.founder-sign img {
  width: 175px;
}

.author-wrap {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.author-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50px;
}

.author-desc {
  padding-left: 20px;
}

.author-desc p {
  font-size: 90%;
  font-weight: 400;
}

.testimonial-inner {
  background: #fff;
  padding: 30px;
  margin-top: 30px;
}

.testimonial-img img {
  width: 60px;
}

.owl-carousel .owl-item img {
  width: inherit;
}

.testimonial-thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
}

.testimonial-thumb {
  display: flex;
  align-items: center;
  position: relative;
}

.testimonial-meta p {
  margin: 0;
}

.testimonial-meta {
  padding-left: 20px;
}

.testimonial-content p {
  margin-top: 20px;
}

.testimonial-quote {
  position: absolute;
  top: 0;
  right: 0;
}

.testimonial-quote i {
  font-size: 50px;
  color: #008000;
}

.testimonial-wrap .owl-nav button.owl-prev,
.testimonial-wrap .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  right: 55px;
  bottom: 0px;
  margin-top: -25px;
  color: #fff;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #008000;
}

.testimonial-wrap .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.testimonial-wrap .owl-nav button.owl-prev:hover,
.testimonial-wrap .owl-nav button.owl-next:hover {
  background: #008000;
  color: #fff;
  border-color: #008000;
  opacity: 1;
}

.testimonial-wrap .owl-nav {
  display: block !important;
}

.testimonial_bg_img {
  background-image: url(../img/testimonial_img.jpg);
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: 0 0;
}

.testimonial-text {
  margin: 50px 0;
  background: #fff;
  padding: 20px;
  font-size: 14px;
  position: relative;
  margin-top: 20px;
}

.testimonial-text i {
  font-size: 30px;
  display: inline-block;
  margin-bottom: 20px;
  color: #ff7129;
}

.testimonial-text:after {
  position: absolute;
  content: "";
  bottom: -14px;
  left: 7px;
  background: #008000;
  width: 33px;
  height: 33px;
  transform: rotate(41deg);
  display: none;
}

.testimonial-bottom {
  position: relative;
  display: none;
}

.testimonial-bottom img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -16px;
}

.author-desc {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  line-height: 34px;
  color: #191919;
  padding-left: 80px;
}

.author-desc span {
  display: block;
  font-size: 90%;
  opacity: 0.5;
}

.single-testimonial-box {
  height: 350px;
}

.single-testimonial-box.active i {
  color: #fff;
}

.active .testimonial-text {
  background: #008000;
  color: #fff;
}

.active .testimonial-text p {
  color: #fff;
}

.active .testimonial-text:after {
  display: block;
}

.active .testimonial-bottom {
  display: block;
}

.team-carousel .owl-dots button {
  width: 12px;
  height: 12px;
  background: #008000;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}

.team-carousel .owl-dots button.active {
  background: #fff;
}

.team-carousel .owl-dots {
  display: block;
  text-align: center;
  margin: 40px;
}

.team-carousel {
  margin-top: 35px;
}

.single-blog {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .single-blog {
    margin-bottom: 100px;
  }
}

.single-blog img {
  height: 250px;
  width: 100%;
}

.single-blog .blog-content {
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px;
  transform: translateY(50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

.blog-content span a {
  text-transform: uppercase;
  font-size: 14px;
  color: #777;
}

.blog-content h3 a {
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0;
  color: #071b24;
}
.blog-content h3 a:hover {
  color: #008000;
}

.blog-content .blog-date p {
  font-size: 14px;
  margin: 0;
}

.blog-content a.read-more {
  position: absolute;
  bottom: 40px;
  left: 20px;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #ff722a;
}

.single-blog:hover .blog-content span a {
  opacity: 0;
  transform: translateY(-200%);
}

.single-blog:hover .blog-content h3 a {
  transform: translateY(-22px);
}

.single-blog:hover .blog-date p {
  opacity: 0;
}

.single-blog:hover .blog-content a.read-more {
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.blog-area.section-padding {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .blog-area.section-padding {
    padding-bottom: 50px;
  }
}

.footer-area {
  background: #0d232e;
  color: #fff;
}
.footer-area h6 {
  font-size: 16px;
  color: #fff;
  margin: 20px 0;
}
.footer-area p {
  font-size: 16px;
  margin-top: 14px;
  margin-left: 0;
  color: #eee;
}
.footer-area ul li a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #d7d7d7;
  padding: 7px 0;
}
.footer-area ul li a:hover {
  color: #ff7129;
}
@media (max-width: 767px) {
  .footer-area {
    text-align: center;
  }
}

.footer-area .contact-info {
  text-align: left;
}
@media (max-width: 767px) {
  .footer-area .contact-info {
    text-align: center;
  }
}

.contact-info p {
  font-size: 14px;
  margin-bottom: 10px;
}

.social-area {
  padding-left: 25px;
}

.subscribe-form {
  position: relative;
}
.subscribe-form button {
  font-size: 16px;
  line-height: 13px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0px 10px 10px 0px;
  border: 0;
  cursor: pointer;
}
.subscribe-form input {
  margin: 0;
  background: #fff;
  border-radius: 7px 0px 0px 7px;
  border: 0;
}
.subscribe-form input::placeholder {
  color: #797a7e;
  font-size: 14px;
}

.subscribe-form form {
  display: flex;
  align-items: center;
}

.footer-up {
  padding: 60px 0;
  padding-top: 80px;
}
.footer-up .social-area i {
  color: #eee;
  font-size: 21px;
  margin-right: 10px;
  margin-top: 20px;
}

.footer-bottom {
  background: #081c26;
  padding: 20px 0;
}
.footer-bottom p {
  font-size: 15px;
  color: #95999e;
  margin-bottom: 0;
}
.footer-bottom a {
  font-size: 15px;
  color: #95999e;
  font-weight: 400;
}
.footer-bottom p.privacy {
  text-align: center;
}

.copyright-area {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright-area {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .copyright-area {
    text-align: center;
  }
}

p.privacy a {
  position: relative;
  z-index: 1;
  margin: 0 10px;
}

p.privacy a:hover {
  text-decoration: underline;
}

p.privacy a:not(:last-of-type)::after {
  position: absolute;
  content: "|";
  display: inline-block;
  padding: 0 10px;
}

.footer-bottom .social-area {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom .social-area {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-bottom .social-area {
    text-align: center;
  }
}

.footer-bottom .social-area i {
  font-size: 20px;
  color: #fff;
  margin-right: 14px;
}

.histroy-desc-inner {
  background: #fff;
  padding: 40px;
  border-radius: 7px;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.11);
}

.history-desc {
  position: relative;
}

.history-desc:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 4px;
  height: 140px;
  background: #008000;
  margin-top: -70px;
}

.history-section.section-padding {
  padding-bottom: 150px;
}

.chooseus-image-wrap {
  display: flex;
  align-items: center;
}

.double-img {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .double-img {
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

.double-img img {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .double-img img {
    margin-bottom: 40px;
  }
}

.single-img img {
  max-width: initial;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-img img {
    margin-right: 40px;
  }
}

.chooseus-image-wrap img {
  border-radius: 7px;
}

.feature-content-wrap {
  padding-left: 30px;
}

.single-feature-item {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .single-feature-item {
    margin-bottom: 40px;
  }
}

.feature-content-wrap p {
  margin: 0;
  line-height: 1.5;
}

.feature-content-wrap h6 {
  margin: 10px 0;
  font-size: 18px;
}

button.btn.btn-link.collapsed.active {
  background: #ff7129 !important;
  color: #fff !important;
}

.progress-bar-area {
  margin-top: 35px;
}

.single-bar-item {
  padding-top: 7px;
}

.single-bar-item h6 {
  margin-bottom: 7px;
}

.single-bar-item h4 {
  font-size: 18px;
  margin-bottom: 6px;
}

.barfiller .fill {
  background: #008000 !important;
  border-radius: 7px;
}

.expertise-content {
  padding: 100px 95px;
}

.expertise-img {
  background-image: url(../img/expertise.jpg);
  background-size: cover;
  background-position: top center;
  height: 50%;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expertise-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .expertise-img {
    height: 350px;
  }
}

.subscribed-wrap {
  height: 50%;
  background: #ff722a;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribed-wrap {
    height: 350px;
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .subscribed-wrap {
    height: 350px;
    padding: 60px;
  }
}

.subscribed-wrap h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

.subscribed-wrap button[type="submit"] {
  background: #0d232e;
}

.team-area {
  border-top: 1px solid #eee;
}

.team-member-bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
  border-radius: 7px;
}

.team-member-bg {
  background-image: url(../img/team/1.jpg);
}

.team-bg-2 {
  background-image: url(../img/team/2.jpg);
}

.team-bg-3 {
  background-image: url(../img/team/3.jpg);
}

.team-bg-4 {
  background-image: url(../img/team/4.jpg);
}

.team-bg-5 {
  background-image: url(../img/team/5.jpg);
}

.team-bg-6 {
  background-image: url(../img/team/6.jpg);
}

.team-bg-7 {
  background-image: url(../img/team/7.jpg);
}

.team-bg-8 {
  background-image: url(../img/team/8.jpg);
}

.single-team-member {
  position: relative;
  margin-top: 25px;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.11);
}

.single-team-member .team-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.team-content .team-title {
  font-weight: 500;
  margin-bottom: -3px;
}

.team-content .team-title a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #191919;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 16px 0 5px;
}

.team-content .team-subtitle p {
  font-size: 15px;
  color: #7c7c7c;
  margin-bottom: 10px;
}

ul.team-social {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.team-social li {
  display: inline-block;
}

ul.team-social li a {
  font-size: 16px;
  padding: 10px;
  padding-top: 0;
  transition: all 0.3s ease-out;
}

.single-team-member:hover .team-social li a {
  color: #f35c27;
}

.single-client {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.single-client img {
  max-width: inherit;
  opacity: 0.5;
}
.single-client img:hover {
  opacity: 1;
}

.breadcrumb-area {
  background-image: url(../img/breadcrumb/about.jpg);
}

.service-bg {
  background-image: url(../img/breadcrumb/services.jpg);
}

.team-bg {
  background-image: url(../img/breadcrumb/team.jpg);
}

.process-bg {
  background-image: url(../img/breadcrumb/process.jpg);
}

.faq-bg {
  background-image: url(../img/breadcrumb/faq.jpg);
}

.price-bg {
  background-image: url(../img/breadcrumb/price.jpg);
}

.solar_energy {
  background-image: url(../img/breadcrumb/solar_energy.jpg);
}

.wind_turbine {
  background-image: url(../img/breadcrumb/wind_turbine.jpg);
}

.hydropower_plant {
  background-image: url(../img/breadcrumb/hydropower_plant.jpg);
}

.solar_development {
  background-image: url(../img/breadcrumb/solar_development.jpg);
}

.battery_backup {
  background-image: url(../img/breadcrumb/battery_backup.jpg);
}

.project-bg {
  background-image: url(../img/breadcrumb/project.jpg);
}

.project-details {
  background-image: url(../img/breadcrumb/project-details.jpg);
}

.blog-bg {
  background-image: url(../img/breadcrumb/blog-bg.jpeg);
}

.blog-details {
  background-image: url(../img/breadcrumb/blog-details.jpg);
}

.contact-bg {
  background-image: url(../img/breadcrumb/contact-us.jpg);
}

.quote-bg {
  background-image: url(../img/breadcrumb/quote-bg.jpg);
}

.breadcrumb-area {
  height: 500px;
  background-size: cover;
  background-position: center bottom;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.breadcrumb-area .breadcrumb-title h1 {
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 50px;
  }
}

.breadcrumb-area h6 {
  color: #ff7129;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 25px;
}
.breadcrumb-area h6 a {
  color: #fff;
}

.breadcrumb-area p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}

.breadcrumb-meta {
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}

.breadcrumb-meta ul {
  margin: 0;
}

.accordion.faqs .card .card-header {
  background: #fff;
  padding: 0;
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
}

.accordion.faqs .card {
  margin-bottom: 20px;
  border-radius: 0px;
  border: 2px solid #f3f5f8;
}

.accordion.faqs .card:last-child {
  margin-bottom: 0;
}

.accordion.faqs .card .card-header .btn-link {
  padding: 15px 40px;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  border-radius: 0px;
  position: relative;
  text-decoration: none;
  border: none;
  padding-right: 95px;
}
.accordion.faqs .card .card-header .btn-link:hover {
  background: #008000;
  color: #fff;
}
.accordion.faqs .card .card-header .btn-link:focus {
  outline: none !important;
  box-shadow: none !important;
}
.accordion.faqs .card .card-header .btn-link:active {
  outline: none !important;
}

.accordion.faqs .card .card-header .btn-link::after {
  right: 40px;
  content: "+";
  height: 50px;
  width: 50px;
  text-align: center;
  top: 50%;
  font-size: 25px;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  line-height: 51px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion.faqs .card .subtitle > button[aria-expanded="true"]::after {
  content: "-";
}

.accordion.faqs .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion.faqs .card .card-body .content {
  font-size: 16px;
  line-height: 24px;
  padding-left: 10px;
  text-align: justify;
}

.accordion.faqs .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 2px solid #f3f5f8;
}

.faq-icon-box {
  position: absolute;
  width: 140px;
  height: 140px;
  background: #fff;
  top: 40%;
  right: 85px;
  margin-top: -70px;
  z-index: 2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-thumb {
  position: relative;
  z-index: 2;
}

.faq-icon-box img {
  -webkit-animation: 1.5s shake infinite;
  animation: 1.5s shake infinite;
  width: 80px;
  height: auto;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
.faq-icon-box::after {
  width: 180px;
  height: 180px;
  -webkit-box-shadow: 0 8px 16px 0px rgba(130, 139, 148, 0.3);
  box-shadow: 0 8px 16px 0px rgba(130, 139, 148, 0.3);
  left: -20px;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.faq-section h2 {
  margin-bottom: 40px;
}

.question-section {
  background: #008000;
  padding: 40px;
}

.question-section h6 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
}

.question-section input::placeholder,
.question-section textarea::placeholder {
  font-size: 14px;
  color: #fff;
}

.question-section button {
  font-size: 14px;
  letter-spacing: 1px;
}

.question-section input,
.question-section textarea,
.question-section select {
  width: 100%;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
}

.single-price-item {
  background: #f8f9fa;
  padding: 30px 50px;
  margin-top: 50px;
  transition: 0.3s;
}

.single-price-item h5 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin: 20px 0;
}

.single-price-item h6 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
}

.single-price-item h5:before {
  position: absolute;
  content: "";
  width: 54px;
  height: 2px;
  bottom: -10px;
  left: 0;
  right: 0;
  background: #008000;
}

.single-price-item p b {
  font-size: 45px;
  color: #008000;
  margin-right: 10px;
  margin-left: 3px;
}

.single-price-item p {
  font-size: 16px;
  margin: 40px 0px;
}

.price-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.price-list ul li {
  display: block;
  margin: 10px 0;
  font-size: 17px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.3s;
}

.price-list i {
  font-size: 18px;
  color: #008000;
  margin-right: 15px;
  font-weight: 500;
}

.single-price-item .main-btn {
  display: inline-block;
  margin: 30px 0 0;
  padding: 14px 30px;
  font-size: 14px;
}

.single-price-item.active {
  background: #fff;
  box-shadow: 0 3px 9px -2px #d0cece;
  overflow: visible;
  padding-bottom: 75px;
}

.service-details {
  position: relative;
  display: block;
  padding: 120px 0 60px;
}
@media (max-width: 767px) {
  .service-details {
    padding: 60px 0 0;
  }
}

.service-details_sidebar {
  position: relative;
  display: block;
}

.service-details_sidebar-service {
  position: relative;
  display: block;
}

.service-details_sidebar-service-list {
  margin: 0;
}

.service-details_sidebar-service-list li + li {
  margin-top: 2px;
}

.service-details_sidebar-service-list li a {
  color: #008000;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background-color: #edf3f6;
  padding: 20px 40px;
  margin-bottom: 10px;
}

.service-details_sidebar-service-list li.current a,
.service-details_sidebar-service-list li a:hover {
  background-color: #008000;
  color: #fff;
}

.service-details_sidebar-service-list li a span {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #008000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.service-details_sidebar-service-list li.current a span,
.service-details_sidebar-service-list li a:hover span {
  transform: translateY(-50%) scale(1);
  color: #fff;
}

.service-details_need-help {
  position: relative;
  display: block;
  padding: 53px 50px 51px;
  text-align: center;
  z-index: 1;
  background-color: #008000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details_need-help {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-details_need-help {
    display: none;
  }
}

.service-details_need-help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #008000;
  opacity: 0.1;
  z-index: -1;
}

.service-details_need-help-icon {
  height: 57px;
  width: 57px;
  background-color: #fff;
  color: #333;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 0;
  transition: all 500ms ease;
}

.service-details_need-help-icon:hover {
  background-color: #fff;
  color: #008000;
}

.service-details_need-help-title {
  font-size: 35px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 33px;
}

.service-details_need-help-contact {
  position: relative;
  display: block;
  margin-top: 31px;
}

.service-details_need-help-contact p {
  font-size: 16px;
  color: #eee;
  margin: 0;
  line-height: 29px;
}

.service-details_need-help-contact a {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details_need-help-contact a:hover {
  color: #008000;
}

.service-details_right {
  position: relative;
  display: block;
}

.service-details_img {
  position: relative;
  display: block;
}

.service-details_img img {
  width: 100%;
}

.service-details_img-icon {
  position: absolute;
  bottom: -40px;
  right: 30px;
  height: 98px;
  width: 98px;
  background-color: #008000;
  font-size: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 12px 0px rgba(176, 180, 183, 0.2392156863);
}

.service-details_img-icon img {
  width: 55px;
  height: auto;
}

.service-details_content {
  position: relative;
  display: block;
  margin-top: 30px;
}

.service-details_title {
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 23px;
}

.service-details_text-1 {
  margin: 0;
}

.service-details_text-2 {
  margin: 0;
}

.service-details_two-icons {
  position: relative;
  display: flex;
  overflow: hidden;
  border-top: 1px solid #c9d5db;
  border-bottom: 1px solid #c9d5db;
  padding: 39px 0 43px;
  margin: 49px 0 49px;
}
@media (max-width: 767px) {
  .service-details_two-icons {
    flex-direction: column;
    margin: 30px 0 30px;
    padding: 20px 0 20px;
  }
}

.service-details_two-icon-single {
  position: relative;
  display: block;
  max-width: 360px;
  width: 100%;
  padding-left: 110px;
  float: left;
}
@media (max-width: 767px) {
  .service-details_two-icon-single {
    margin-bottom: 30px;
  }
}

.service-details_two-icon {
  height: 90px;
  width: 90px;
  background-color: #b9dbcf;
  font-size: 28px;
  color: #008000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 11px;
  left: 0;
}

.service-icon img {
  width: 50px;
}

.service-details_two-icon span {
  position: relative;
  display: inline-block;
}

.service-details_two-icon-content {
  font-size: 20px;
  color: #008000;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}

.service-details_text-3 {
  margin: 0;
}

.service-details_bottom {
  position: relative;
  display: flex;
  background-color: #008000;
  align-items: center;
  padding: 51px 60px 51px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .service-details_bottom {
    flex-direction: column;
  }
}

.service-details_bottom-icon {
  display: flex;
  align-items: center;
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .service-details_bottom-icon {
    width: inherit;
  }
}

.service-details_bottom-icon span {
  font-size: 62px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.service-details_bottom-text {
  font-size: 17px;
  color: #fff;
  margin: 0;
  font-weight: 500;
  line-height: 32px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .service-details_bottom-text {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}

.service-details_how-we-help {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.service-details_how-we-help-img {
  position: relative;
  display: block;
}

.service-details_how-we-help-img img {
  width: 100%;
}

.service-details_how-we-help-content {
  position: relative;
  display: block;
  margin-top: -9px;
}

.service-details_how-we-help-title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

.service-details_how-we-help-text {
  font-size: 20px;
  margin: 0;
  padding-top: 11px;
  padding-bottom: 35px;
}

.service-details_how-we-help-points {
  position: relative;
  display: block;
}

.service-details_how-we-help-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.service-details_how-we-help-points li + li {
  margin-top: 6px;
}

.service-details_how-we-help-points li .icon {
  height: 15px;
  width: 15px;
  background-color: #008000;
  color: #fff;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.service-details_how-we-help-points li .text {
  margin-left: 15px;
}

.service-details_how-we-help-points li .text p {
  color: #008000;
  margin: 0;
  font-weight: 500;
}

.service-details_two-icon .service-icon i:before {
  color: #008000;
  font-size: 50px;
  font-weight: 500;
}

.service-details_bottom-icon {
  font-size: 50px;
  color: #fff;
}

.service-details_sidebar-service-list i:before {
  font-size: 25px;
}

.service-details_two-icons .service-icon:before {
  display: none;
}

.service_details_slider .owl-nav button.owl-prev,
.service_details_slider .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border: 2px solid;
  font-size: 20px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -25px;
  color: #008000;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.service_details_slider .owl-nav button.owl-next {
  left: auto;
  right: 15px;
}

.service_details_slider .owl-nav button.owl-prev:hover,
.service_details_slider .owl-nav button.owl-next:hover {
  background: #008000;
  color: #fff;
  border-color: #008000;
  opacity: 1;
}

.service-details_img .pop-up-video a.video-play-btn {
  font-size: 25px;
  color: #fff;
  border: 2px solid #ff7129;
  padding: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -240px;
  margin-left: -35px;
  margin-top: -35px;
  background: #ff7129;
  cursor: pointer;
  z-index: 9;
}

.need_help_img {
  margin-top: 50px;
}

.single-content-wrapper {
  position: relative;
}

.project-details-box {
  background: #008000;
  color: #fff;
  width: 360px;
  position: absolute;
  bottom: -230px;
  right: 0;
}
@media (max-width: 767px) {
  .project-details-box {
    position: relative;
    bottom: -40px;
  }
}

.project-details-box {
  padding: 30px;
}

.project-details-box-title h4 {
  font-size: 24px;
  color: #fff;
  padding: 10px;
}

.detail-box-list .list-details h5 {
  font-size: 16px;
  color: #fff;
  padding-left: 15px;
}

.detail-box-list .list-details p {
  color: #fff;
}

.list-details {
  display: flex;
  align-items: center;
}

.list-details h5 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

.detail-box-list li {
  padding: 15px 0;
  display: block;
  margin-left: 15px;
}

.list-details i:before {
  color: #fff;
  font-size: 24px;
}

.detail-box-list ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.single-content-area h4 {
  margin: 30px 0 20px;
  font-size: 24px;
}

.single-content-area p {
  margin: 0;
  text-align: justify;
}

#project-page .single-service-item {
  box-shadow: none;
}

#project-page .single-service-item .service-rating {
  display: none;
}

.project-solutions-list li {
  display: flex;
  align-items: center;
  padding: 8px 0;
  color: #3c6382;
}

.project-solutions-list i {
  font-size: 24px;
  color: #64be62;
}

.project-solutions-list i:before {
  padding-right: 15px;
}

.project-details-btn {
  margin: 50px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-img-wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .single-img-wrapper {
    margin-top: 20px;
  }
}

.project-solutions .pop-up-video a.video-play-btn {
  font-size: 25px;
  color: #fff;
  border: 2px solid #63bd62;
  padding: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -160px;
  margin-left: -35px;
  margin-top: -35px;
  background: #63bd62;
  cursor: pointer;
  z-index: 9;
}

.single-img-wrapper img {
  border-radius: 7px;
}

.project-solutions img {
  border-radius: 7px;
}

#blog-page .single-blog-item {
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0 3px 9px -2px #d0cece;
}

#blog-page .blog-bg img {
  width: 100%;
  height: 100%;
}

#blog-page .blog-content p.blog-meta {
  font-size: 16px;
  color: #898a9c;
}

#blog-page .blog-content a {
  font-size: 24px;
  font-weight: 500;
  color: #00283f;
  margin-bottom: 20px;
}

#blog-page .blog-content a:hover {
  color: #fe7129;
}

#blog-page .blog-content a.read-more {
  text-transform: uppercase;
  font-size: 16px;
  color: #fe7129;
}

.blog-search input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #eee;
  padding: 0;
  padding-bottom: 15px;
}

.blog-search button {
  background: none;
  margin: 0;
  padding: 0;
}

.blog-search button i {
  color: #191919;
  font-size: 20px;
  opacity: 0.5;
  position: absolute;
  top: 18px;
  right: 28px;
}

.blog-category h5,
.archive h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 25px 0;
}

.blog-category a,
.archive a {
  display: block;
  color: #191919;
  font-size: 16px;
  margin-bottom: 20px;
}

.blog-category a:hover,
.archive a:hover {
  color: #f35e27;
}

.blog-category a.active,
.archive a.active {
  color: #fe7129;
}

.recent-post h5 {
  margin: 30px 0;
  margin-top: 50px;
  font-weight: 600;
}

.single-recent-post h6 {
  margin: 0;
  padding-left: 30px;
  line-height: 1.5;
}

.single-recent-post {
  padding-bottom: 25px;
  display: flex;
  align-items: center;
}

.single-recent-post .recent-post-content {
  display: block;
  padding-left: 110px;
}

.single-recent-post h6 a {
  color: #1d2143;
  line-height: 1.5;
}

.popular-tag h5 {
  margin: 30px 0;
  margin-top: 50px;
  font-weight: 600;
}

.popular-tag span {
  padding: 8px 15px;
  background: #00283f;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 15px;
  border-radius: 7px;
}

.popular-tag a {
  color: #fff;
  padding: 5px;
}

.popular-tag span.active {
  background: #fe7129;
}

.popular-tag span:hover {
  background: #fe7129;
}

.popular-tag span:hover a {
  color: #fff;
}

.author-profile img {
  width: 90px;
  height: 90px;
  float: left;
  border-radius: 50%;
}

.comments-section h5 {
  font-size: 22px;
  margin: 40px 0;
}

.comments-section img {
  width: 90px;
  height: 90px;
  float: left;
  border-radius: 7px;
}

.single-comments-section p {
  padding-left: 120px;
}

.single-comments-section p b {
  color: #333;
}

a.reply-btn {
  text-transform: uppercase;
  font-size: 14px;
  background: #eee;
  padding: 2px 10px;
  border-radius: 7px;
}

.comments-form h3 {
  margin: 50px 0;
}

.author-info {
  padding-left: 120px;
}

.author-info h6 {
  margin: 10px 0;
}

.single-comments-section p span {
  font-size: 15px;
  display: block;
}

.blog-search {
  border: 1px solid #eee;
  padding: 15px;
}

.blog-category,
.recent-post,
.archive,
.popular-tag {
  border: 1px solid #eee;
  padding: 10px 30px 20px;
  margin: 20px 0;
}

.helpline-section {
  background-size: cover;
  background-position: center center;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.helpline-section {
  background-image: url(../img/helpline.jpg);
}

.helpline-content h4 {
  color: white;
}

.helpline-content p {
  color: #fff;
  margin-top: 20px;
}

.helpline-content button {
  z-index: 9;
  position: relative;
}

.pagination-block {
  display: block;
  margin: 45px auto;
}

.pagination-block .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #656c76;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #e9eef6;
  border-radius: 3px;
  margin: 0 3px;
  padding: 0;
  transition: all 0.3s ease 0s;
}

.page-numbers.current {
  background: #fe7129;
  color: #fff;
  border-color: #fe7129;
}

.pagination-block .page-numbers:hover {
  background: #fe7129;
  color: #fff;
  border-color: #fe7129;
}

.blog-content i {
  color: #fe7129;
  font-size: 20px;
  margin-right: 7px;
}

.blog-content a.read-more {
  text-transform: uppercase;
  font-size: 16px;
  color: #fe7129;
}

.single-blog-wrap .blog-meta {
  margin: 20px 0;
}

.single-blog-wrap .blog-meta span i {
  color: #fe7129;
  font-size: 20px;
  margin-right: 10px;
}

.single-blog-wrap h3 {
  font-size: 28px;
  margin: 20px 0;
}

.single-blog-wrap h5 {
  margin: 20px 0;
}

.post-thumb img {
  width: 120px;
  height: auto;
  border-radius: 7px;
}

.contact-page iframe {
  width: 100%;
  height: 400px;
}

.contact-wrap {
  background: rgba(0, 128, 0, 0.9);
  padding: 30px;
  border-radius: 10px;
}

.contact-headline h3 {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.contact-single-info i {
  color: #fff;
  font-size: 24px;
  margin: 15px 0;
}

.contact-single-info h6 {
  font-size: 18px;
  color: #fff;
}

.contact-single-info p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}

.contact-single-info {
  margin-top: 10px;
}

.quotation-wrap {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.11);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .quotation-wrap {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quotation-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .quotation-wrap {
    padding: 30px;
    margin-top: 40px;
  }
}

.quotation-inner h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .quotation-inner h5 {
    margin: 10px 0;
  }
}

.quotation-desc {
  font-size: 15px;
  line-height: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .quotation-desc {
    font-size: 14px;
  }
}

label.form-label {
  color: #1a2a36;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  label.form-label {
    margin-bottom: 5px;
  }
}

.nice-select.form-control {
  width: 100%;
  display: flex;
  align-items: center;
}

.nice-select.open .list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contact-icon img {
  max-width: initial;
}

.contact-info p {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  margin-left: 20px;
}

.contact-info a {
  color: #0984e3;
  font-size: 15px;
  text-decoration: underline;
}

.quote-list-wrap i {
  font-size: 20px;
  color: #64be62;
  margin-right: 10px;
}

.quote-list-wrap li {
  padding: 12px 0 0;
}

.quote-list-wrap {
  margin-bottom: 30px;
}

.skill-bg {
  background-image: url(../img/skill-bg.jpg);
}

.skill-bg {
  width: 50%;
  height: auto;
  position: relative;
  background-size: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .skill-bg {
    display: none;
  }
}
@media (max-width: 767px) {
  .skill-bg {
    display: none;
  }
}
.skill-content {
  width: 50%;
  padding: 80px 100px 50px;
  padding-bottom: 60px;
  background: #0d232e;
}

.skill-content p {
  font-size: 16px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skill-content {
    padding: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .skill-content {
    width: 100%;
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .skill-content {
    width: 100%;
    padding: 50px;
  }
}
.skill-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.skill-area .section-title h2 {
  color: #fff;
}

.skill-area .single-count-box {
  padding-bottom: 20px;
  padding: 30px;
}

.single-count-box h6 {
  color: #fff;
  font-weight: 400;
}

.single-count-box.one {
  border-top: none;
  border-left: none;
}

.single-count-box.two {
  border-top: none;
  border-right: none;
  border-left: none;
}

.single-count-box.three {
  border-top: none;
  border-left: none;
  border-bottom: none;
}

.single-count-box.four {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
}

.skill-area .fact-icon i:before {
  font-size: 45px;
  line-height: 40px;
  margin: 10px 0;
}

.skill-area .single-count-box .count-number span {
  font-size: 50px;
  font-weight: 600;
  margin: 10px 0 5px;
  color: #ff7129;
}

.skill-area .fact-icon i:before {
  background: none;
  color: #f35c27;
}

.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid #eee;
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #ffffff;
  padding: 40px 0 40px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  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;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 0;
  top: 0;
  color: #4c4c4d;
  font-size: 18px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #333333;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 10px;
  top: 0;
  background: transparent;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: #333333;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.counter-wrap {
  background: #008000;
  padding: 45px;
  border-radius: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counter-wrap {
    padding: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .counter-wrap {
    margin-top: 30px;
  }
}

.counter-number p.counting {
  font-size: 45px;
  font-weight: 500;
  color: #212529;
}

.counter-number h6 {
  font-size: 18px;
  margin: 20px 0 5px;
}

.counter-number p {
  color: #fff;
  margin-bottom: 26px;
}

.counter-section {
  background-image: url(../img/cta-bg.jpg);
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .counter-section {
    height: 600px;
    text-align: center;
  }
}

.counter-section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #0e242f 50%, rgba(8, 40, 64, 0.86) 100%);
  z-index: -1;
}

.counter-wrap-2 .counter-number p.counting {
  font-size: 50px;
  color: #ff712a;
}

.counter-wrap-2 .counter-number h6 {
  color: #fff;
}

.counter-wrap-2 .counter-number p {
  color: #fff;
  margin-bottom: 23px;
  font-size: 15px;
  line-height: 25px;
  margin-top: 14px;
}

.about-content-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-content-inner ul li {
  display: flex;
  align-items: center;
  padding: 4px 0;
  font-size: 1rem;
  color: #333;
}

.about-content-inner ul li::before {
  content: "✓";
  color: #008000;
  font-size: 1.2rem;
  margin-right: 10px;
}

.service-item-wrap .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-item-wrap .col-lg-3 {
  flex: 1;
  display: flex;
}

.service-single {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.realization {
  transition: all 0.4s ease;
}

.realization:hover {
  box-shadow: 0 6px 20px rgba(0, 128, 0, 0.6);
  transform: translateY(-5px);
}

.shadow {
  box-shadow: 0 8px 20px rgba(54, 183, 248, 0.4);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.contact-icon {
  font-weight: 600;
}

.contant-content {
  color: #021a94;
}

.contact-logo {
  background-color: white;
  padding: 5px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .contact-logo {
    width: 25%;
  }
}

.contact-link {
  color: white;
  font-weight: 600;
}

.contact-link:hover {
  text-decoration: underline;
  color: white;
}