* {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
a.btn {
  font-family: "Rajdhani", sans-serif !important;
  font-weight: 600 !important;
}

.navbar-brand img {
  max-height: 85px;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 1.2em;
  color: #fff;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

#navbar_top.fixed-top,
.team-page #navbar_top {
  background-color: #2b8842 !important;
  padding-left: 8rem;
  padding-right: 8rem;
  box-shadow: 0.5px 1px 7px #7e7e7e;
}

.text-theme,
.text-theme a {
  color: #2b8842 !important;
}

.link-theme {
  text-decoration: none;
  color: #2b8842 !important;
  border-bottom: 2px solid #2b8842 !important;
  transition: 0.5s all ease-in;
}

.link-theme:hover {
  border-bottom: 0 !important;
  border-top: 2px solid #2b8842 !important;
}

.input-theme {
  border: 0;
  background-color: #f7f7f7;
}

.form-theme {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #7e7e7e;
  border-radius: 0;
}

.navbar-brand {
  margin-right: 90px;
}

.navbar {
  background-color: transparent !important;
  border-color: transparent !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  border-bottom: 2px solid #fff;
}

#banner {
  height: 100vh;
  width: 100%;
  position: relative;
}

#banner #bgvid {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}

#banner .layer {
  position: absolute;
  background-color: #2588428c;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 400;
}

#banner .container {
  position: relative;
  z-index: 1000;
}

#banner .bg-gray {
  background: #0006;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 401;
  width: 50%;
  margin: 0 auto;
  outline: 1px solid #0006;
  outline-offset: 0px;
  transition: 0.2s ease-in all;
}

#banner .we {
  z-index: 406;
  position: relative;
  width: 50%;
  margin: 0 auto;
  top: 20%;
  color: #fff;
}

#banner .bg-gray:hover {
  outline: 2px solid #fff;
  outline-offset: 5px;
}

#solutions,
#contact,
#team {
  background-color: #f7f7f7;
  margin-top: 20px;
}

#banner h1 span {
  display: block;
}

.btn {
  border-radius: 0 !important;
  font-weight: 600;
  display: inline-block;
  padding-right: 1.05rem;
  padding-left: 1.05rem;
}

.btn-theme, form .btn {
  color: #fff;
  background-color: #2b8842;
  border-color: #2b8842;
}

.btn-theme:hover {
  color: #2b8842;
  background-color: #fff;
  border-color: #2b8842;
}

.btn-theme-alt {
  color: #2b8842;
  background-color: #fff;
  border-color: #2b8842;
}

.btn-theme-alt:hover {
  color: #fff;
  background-color: #2b8842;
  border-color: #2b8842;
}

.btn-play {
  display: flex;
  align-items: center;
}

#playBtn {
  display: inline-block;
  width: 74px;
  height: 74px;
  background-image: url("../images/play-button.png");
  transition: 0.5s all ease-in;
}

#playBtn:hover {
  background-image: url("../images/play-button-hover.png");
}

.border-theme {
  border-bottom: 1px solid #2b8842;
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 80px;
  background: #2b8842;
  z-index: 405;
}

#services .col-md-2 {
  width: 20%;
}

/* Team */

.slick-slide img {
  margin: 0 auto;
}

.team-info {
  position: relative;
}

.team-info .info {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  transition: 0.7s ease-in;
  background: #bdbdbd;
  padding: 10px 15px;
}

.team-info .info h3 {
  text-align: center;
  color: #2b8842;
}

.team-info .info h4 {
  text-align: center;
  color: #353535;
}

.showinfo {
  opacity: 1 !important;
  position: static !important;
  clip: auto !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  overflow: visible !important;
}

.circle-container {
  position: relative;
  width: 30em;
  height: 30em;
  border-radius: 50%;
  margin: 1.75em auto 0;
  margin-bottom: 5em;
}

.circle-container a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7em;
  height: 7em;
  margin: -2em;
  border-radius: 50%;
  color: #fff;
}

.circle-container img {
  display: block;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #2b8842;
  padding: 2px;
}

.image-wrapper {
  transition: 0.9s ease-in all;
}

.image-wrapper .info {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #2b8842ba;
  width: 7em;
  height: 7em;
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s ease-in all;
}

.team-info .info::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #bdbdbd;
  position: absolute;
  right: -20px;
  top: 20px;
}

.image-wrapper:hover .info {
  cursor: pointer;
  opacity: 1;
}

.opacity-7 {
  opacity: 0.7;
}

.image-wrapper .info h2 {
  font-size: 16px;
  max-width: 66%;
  margin: 0px auto;
  margin-top: 15px;
  margin-bottom: 5px;
}

.image-wrapper .info p {
  font-size: 13px;
}

.deg0 {
  transform: translate(14em);
}

.center {
  transform: rotate(35deg) translate(-6em) rotate(-35deg);
}

.center-2 {
  transform: rotate(-35deg) translate(6em) rotate(35deg);
}

.center-3 {
  transform: rotate(90deg) translate(4em) rotate(-90deg);
}

.deg45 {
  transform: rotate(45deg) translate(14em) rotate(-45deg);
}

.deg90 {
  transform: rotate(90deg) translate(14em) rotate(-90deg);
}

.deg135 {
  transform: rotate(135deg) translate(14em) rotate(-135deg);
}

.deg180 {
  transform: translate(-16em);
}

.deg225 {
  transform: rotate(225deg) translate(16em) rotate(-225deg);
}

.deg270 {
  transform: rotate(270deg) translate(16em) rotate(-270deg);
}

.deg315 {
  transform: rotate(315deg) translate(16em) rotate(-315deg);
}

h1.title {
  position: relative;
  color: #353535;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  margin: 30px auto;
}

h1.title a {
  font-size: 22px;
}

/**********************************/

/************ Team CSS ************/

/**********************************/

.the-team .team-content {
  padding: 7px;
}

.team .info h3 {
  margin: 0 0 5px 0;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}

.team .info h4 {
  margin: 0 0 15px 0;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.the-team .team-content p {
  margin: 0 0 15px 0;
  color: #353535;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.the-team .team-skill {
  width: 100%;
}

.the-team .skill-name {
  text-align: left;
}

.the-team .skill-name .fab,
.the-team .skill-name .fas {
  color: #2b8842;
  font-size: 20px;
}

.the-team .skill-name p {
  display: inline-block;
  color: #353535;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.the-team .skill-name p:last-child {
  float: right;
}

.the-team .progress {
  position: relative;
  width: 100%;
  height: 5px;
  margin-bottom: 10px;
  background: #dddddd;
}

.the-team .progress:last-child {
  margin: 0;
}

.the-team .progress-bar {
  position: absolute;
  width: 0%;
  height: 5px;
  top: 0;
  left: 0;
  background: #454545;
  z-index: 1;
  transition: 1s ease-in all;
}

.showinfo .the-team .progress-bar.w-70 {
  width: 70%;
}

.showinfo .the-team .progress-bar.w-80 {
  width: 80%;
}

.showinfo .the-team .progress-bar.w-90 {
  width: 90%;
}

.showinfo .the-team .progress-bar.w-full {
  width: 100%;
}

/* Partners */

#partners .slick-slide {
  filter: grayscale(1);
  transition: 0.5s all ease-in;
}

#partners .slick-slide:hover,
#partners .slick-slide.slick-current {
  filter: grayscale(0);
}

.slick-next {
  right: -50px;
}

.slick-prev {
  left: -50px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: auto;
  outline: none;
  background: #2b8842;
}

.slick-dots li button:before {
  font-size: 12px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #2b8842;
}

/* Testimonials */

.card {
  position: relative;
  display: flex;
  width: 350px;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 11px;
  -webkit-box-shadow: 0px 0px 2px 0px rgb(249, 249, 250);
  -moz-box-shadow: 0px 0px 2px 0px rgba(212, 182, 212, 1);
  box-shadow: 0px 0px 2px 0px rgb(161, 163, 164);
}

.card:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
  box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

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

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card .fas {
  color: #2b8842;
}

.profile {
  margin-top: 16px;
  margin-left: 11px;
}

.profile-pic {
  width: 58px;
}

.cust-name {
  font-size: 18px;
}

.cust-profession {
  font-size: 10px;
}

.items {
  width: 90%;
  margin: 0px auto;
  margin-top: 100px;
}

.slick-slide {
  margin: 10px;
}

.navbar-light .navbar-toggler {
  color: rgb(255 255 255 / 55%);
  border-color: rgba(255, 2555, 2555, 0.9);
}

@media only screen and (max-width: 1200px) {
  .team-info {
    display: none;
    visibility: hidden;
  }
  .circle-container {
    margin-top: 60px;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .circle-container a {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    width: 48%;
    height: auto;
    float: left;
    margin: 0;
    margin-left: 10px;
    margin-top: 10px;
  }
  .image-wrapper .info {
    width: 100%;
    height: 100%;
  }
  .image-wrapper .info h2 {
    font-size: 22px;
    margin-top: 35px;
  }
  #services .col-md-2 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .slick-next {
    right: 20px;
  }
  .slick-prev {
    left: 20px;
  }
  #banner .bg-gray {
    width: 90%;
    top: 30%;
    padding: 1em !important;
  }
  #banner .we {
    width: 90%;
    top: 7%;
  }
  #navbar_top.fixed-top,
  .team-page #navbar_top {
    background-color: #2b8842 !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .circle-container a {
    width: 80%;
    float: none;
    margin: 10px auto;
  }
  #services .col-md-2 {
    width: 100%;
  }
  #partners .slick-slide img {
    max-width: 80%;
  }
  #partners .slick-slide {
    opacity: 0;
  }
  #partners .slick-slide.slick-current {
    opacity: 1;
  }
}
