* {
  font-family: sans-serif;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.HeroSection {
  background-color: #0fb9b9;
  color: #ffffff;
  position: relative;
}
b{
  font-size: 25px !important;
}

.Details {
  margin-top: 90px !important;
}
.goals {
  width: 45%;
  background-color: #ffffff !important;
  color: #0fb9b9 !important;
  position: absolute;
  top: 80%;
  left: 29%;
  box-shadow: 0px 0px 57px 6px rgba(0, 0, 0, 0.1);
  border: 0px;
  border-radius: 8px;
}
.detailsPart2 {
  width: 55% !important;
}
.VideoPart2 {
  width: 45% !important;
}
.part2 {
  margin-top: 120px;
}
.part3 {
  margin-top: 100px;
}
.Service {
  width: 30%;
  margin-top: 28px !important;
  padding: 10px;

  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.111);
  background-color: #ffffff;
  border-radius: 8px;
}
.Service {
  transform: scale(1);
  position: relative;
  transition: transform 0.5s;
  box-sizing: content-box !important;
}
.Service:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.Service h4 {
  margin-top: 10px;
}
.Service img {
  margin-top: 40px;
}
.Service p {
  margin-top: 20px;
  text-align: center;
}

.Section4-1 {
  width: 60% !important;
  object-fit: cover;
}
.Section4-1 img {
  width: 100% !important;
  object-fit: cover;
}
.Section4 {
  width: 50% !important ;
}

.numberC h2 {
  color: #ffffff;
}
.numberCh6 {
  color: #ffffff;
}
.NumberC2 {
  width: 25% !important;
}
.list p {
  margin-bottom: 8px !important;
}
.list i {
  color: #35c2c7 !important;
}
.counter {
  font-size: 50px;
  font-weight: 700;
  color: #fdfdfd !important;
}
.CounterNumber h1 {
  color: #35c2c7 !important;
}
.image {
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.cardss {
  position: relative;
  top: 0;
  transition: top ease 0.6s;
}
.cardss h4 {
  margin-top: 10px;
}
.cardss:hover {
  top: -50px;
}

button {
  cursor: pointer;
  padding: 8px 16px;
}

main {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
}

.controls {
  padding: 10px;
}

.slides-container {
  position: relative;
  overflow: hidden;
  display: flex;
  flex: 1;
}

.slide {
  position: absolute;
  font-size: 90px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100vw;
}

.slides-inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.image-slideshow {
  max-width: 100%;
  position: relative;
  margin: auto;
  height: 200px;
}

.fade1 {
  animation-name: fade1;
  animation-duration: 2s;
}
.image1 p {
  line-height: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #aab0bc;
}
.image1 h3 {
  color: #414a5c;
  font-weight: 700;
  overflow: hidden;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.quote {
  width: 30px !important;
  color: #aab0bc !important;
}
.span2 {
  color: #7aad48 !important;
  font-weight: 600 !important;
}

/* Responsive */
@media (min-width: 1441px) {
  .Service {
    width: 28% !important;
  }
  .Section4-1 {
    width: 60% !important;
  }
  .Section4 {
    width: 40% !important;
  }
  .cardss {
    width: 31% !important;
  }
  input {
    width: 100% !important;
  }
  textarea {
    width: 98% !important;
  }
  .detailsPart2 {
    width: 55% !important;
  }
  .VideoPart2 {
    width: 45% !important;
  }
  .NumberC2 {
    width: 25% !important;
  }
  .numberCh6 {
    margin-bottom: 60px !important;
  }
  .details2 {
    width: 40% !important;
  }
  .map-2 {
    width: 60% !important;
  }
  .heroDetails {
    width: 60% !important;
    text-align: start !important;
  }
  .heroImage {
    width: 40% !important;
  }
  .counter1 {
    width: 32% !important;
  }
  .goals {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    top: 94% !important;
    left: 29% !important;
  }
  #navbar li a {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 1em !important;
    height: 50px;
    letter-spacing: 1px;
    margin: 0 20px !important;
    padding: 0 4px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  .active a {
    font-size: 21px !important;
    font-weight: bold;
  }
  .nav-logo{
    width: 140px !important;
    height: 33px !important;
  }
}
@media (min-width: 1024px) {
  .Service {
    width: 28% !important;
  }
  .Section4-1 {
    width: 60% !important;
  }
  .Section4 {
    width: 40% !important;
  }
  .cardss {
    width: 31% !important;
  }
  input {
    width: 100% !important;
  }
  textarea {
    width: 98% !important;
  }
  .detailsPart2 {
    width: 55% !important;
  }
  .VideoPart2 {
    width: 45% !important;
  }
  .NumberC2 {
    width: 25% !important;
  }
  .numberCh6 {
    margin-bottom: 60px !important;
  }
  .details2 {
    width: 40% !important;
  }
  .map-2 {
    width: 60% !important;
  }
  .heroDetails {
    width: 60% !important;
    text-align: start !important;
  }
  .heroImage {
    object-fit: cover;
    width: 40% !important;
  }
  .counter1 {
    width: 32% !important;
  }
  .goals {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    top: 90% !important;
    left: 29% !important;
  }
  #navbar li a {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 1em;
    height: 50px;
    letter-spacing: 1px;
    margin: 0 20px;
    padding: 0 4px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  .nav-logo{
      width: 160px !important;
      height: 40px !important;
  }
}
@media (max-width: 926px) {
  .Service {
    width: 40% !important;
  }
  .Section4-1 {
    width: 100% !important;
  }
  .Section4 {
    width: 100% !important;
  }
  .detailsPart2 {
    width: 55% !important;
  }
  .VideoPart2 {
    width: 45% !important;
  }
  .NumberC2 {
    width: 25% !important;
  }
  .numberCh6 {
    margin-bottom: 30px;
  }
  .footer {
    margin-top: 100px;
  }
  .heroDetails {
    width: 60% !important;
    text-align: start !important;
  }
  .heroImage {
    width: 40% !important;
  }
  .counter1 {
    width: 33% !important;
    top: 90%;
  }
  .goals {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    top: 96% !important;
    left: 24% !important;
  }
}
@media (max-width: 769px) {
  .Service {
    width: 40% !important;
  }
  .Section4-1 {
    width: 100% !important;
  }
  .Section4 {
    width: 100% !important;
  }
  .cardss {
    width: 100% !important;
  }
  input {
    width: 100% !important;
  }
  .btn2 {
    width: 100% !important;
  }
  .detailsPart2 {
    width: 100% !important;
  }
  .VideoPart2 {
    width: 100% !important;
  }
  .NumberC2 {
    width: 25% !important;
  }
  .numberCh6 {
    margin-bottom: 30px;
  }
  .footer {
    margin-top: 20px;
  }
  .details2 {
    width: 100% !important;
  }
  .map-2 {
    width: 100% !important;
  }
  .heroDetails {
    width: 100% !important;
    text-align: center !important;
    background-image: url("image/blur-image.png") !important;
  }
  .heroImage {
    display: none !important;
  }
  .goals {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    top: 96% !important;
    left: 30% !important;
  }
  .nav-logo{
    width: 126px !important;
    height: 60px !important;
  }
}
@media (max-width: 426px) {
  .Service {
    width: 90% !important;
  }
  .Section4-1 {
    width: 100% !important;
  }
  .Section4 {
    width: 100% !important;
  }
  .cardss {
    width: 100% !important;
  }
  input {
    width: 100% !important;
  }
  .inputFill {
    width: 100% !important;
  }
  .btn2 {
    width: 100% !important;
  }
  .detailsPart2 {
    width: 100% !important;
  }
  .VideoPart2 {
    width: 100% !important;
  }
  .part2 {
    margin-top: 20px !important;
  }
  .part3 {
    margin-top: 80px !important;
  }
  .NumberC2 {
    width: 50% !important;
  }
  .numberCh6 {
    margin-bottom: 20px !important;
    font-size: 14px;
  }
  .footer {
    margin-top: 30px;
  }
  .details2 {
    width: 100% !important;
  }
  .map-2 {
    width: 100% !important;
  }
  .heroDetails {
    height: 100% !important;
    width: 100% !important;
    text-align: center !important;
    background-image: url("image/blur-image.png");
    background-repeat: no-repeat !important;
    background-position: center;
  }
  .heroImage {
    display: none !important;
  }
  #menu {
    display: none !important;
  }
  /* .counter1{
    width: 20px !important;
  } */
  .goals {
    width: 60% !important;
    padding: 0px !important;
    top: 96% !important;
    left: 24% !important;
  }
  #navbar li {
    display: inline-block;
  }

  #navbar li a {
    color: #0fb9b9;
    display: block;
    font-size: 10px !important;
    height: 20px;
    letter-spacing: 1px;
    margin: 0 0px !important;
    padding: 0 4px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #menu {
    display: block !important;
  }
  .nav-logo{
    width: 80px !important;
    height: 33px !important;
  }
}
.social i{
  color: #757575 !important;
}
body {
  font-family: Lato, Helvetica, Arial, sans-serif;
}

a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}

#navbar {
  background: #ffffff;
  color: #0fb9b9;
  position: fixed;
  box-shadow: 0 0 2.25rem rgba(21, 22, 21, 0.09);
  top: 0;
  height: 60px;
  line-height: 60px;
  width: 100vw;
  z-index: 50;
}

.nav-wrapper {
  margin: auto;
  text-align: center;
  width: 80%;
}
@media (max-width: 768px) {
  .nav-wrapper {
    width: 90%;
  }
}
@media (max-width: 638px) {
  .nav-wrapper {
    width: 100%;
  }
}

.logo {
  float: left;
  margin-left: 28px;
  font-size: 1.5em;
  height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#navbar ul {
  display: inline-block;
  float: right;
  list-style: none;
  margin-top: -2px;
  text-align: right;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
}
@media (max-width: 640px) {
}
@media (orientation: landscape) {
  #navbar ul {
    display: inline-block;
  }
}

#navbar li {
  display: inline-block;
}

#navbar li a {
  color: #0fb9b9;
  display: block;
  font-size: 1em;
  height: 50px;
  letter-spacing: 1px;
  margin: 0 20px;
  padding: 0 4px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

#navbar li a:hover {
  color: rgb(70, 96, 113);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

#navbar li a:before,
#navbar li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -1px;
  background: rgb(13, 26, 38);
}

#navbar li a:before {
  left: 0;
  transition: 0.5s;
}

#navbar li a:after {
  background: rgb(13, 26, 38);
  right: 0;
}

#navbar li a:hover:before {
  background: rgb(2, 255, 2);
  width: 100%;
  transition: width 0.5s cubic-bezier((0.22, 0.61, 0.36, 1));
}

#navbar li a:hover:after {
  background: transparent;
  width: 100%;
}
.nav-logo {
  margin-bottom: 10px !important;
  object-fit: cover;
}

.active a {
  font-size: 21px !important;
  font-weight: bold;
}
.nav > .nav-btn {
  display: none;
}

li:first-child {
  margin-bottom: 20px;
  color: #757575 !important;
}

li {
  margin-bottom: 7px;
}
.list-unstyled li a{
  text-decoration: none;
  color: #757575 !important;
}
i {
  margin-right: 10px;
}
footer {
  color: #757575 !important;
}
.footer {
  margin-top: 100px;
}

.social {
  position: relative;
  left: -10px;
}

.cursor-pointer {
  cursor: pointer !important;
  color: green;
  font-weight: bold;
}

.carousel {
  position: relative;
  width: 270px;
  height: 160px;
  overflow: hidden;
}

.carousel-item .slide-image {
  width: 270px;
  /* height: 160px;  */
  /* background-size: cover;  */
  /* background-repeat: no-repeat;  */
}

.carousel-item {
  position: absolute;
  width: 100%;
  height: 270px;
  border: none;
  top: 0;
  left: 100%;
}

.carousel-item.active {
  left: 0;
  /* transition: all 0.3s ease-out;  */
}

.carousel-item div {
  height: 100%;
}
