:root {
  --swiper-theme-color: #099752;
}

body {
  font-family: "Titillium Web";
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

#main {
  margin-top: 5.6rem;
}

#navbar {
  transition: all 0.5s;
}

#navbar.navbar-scrolled {
  box-shadow: 0px 2px 15px #0000001a;
  padding: 0.2rem 0 !important;
}

.nav-item {
  font-style: normal;
  font-weight: 400;
  font-size: 1.063rem;
  line-height: 2.188rem;
  /* or 35px */
  color: #3D464E;
  text-decoration: none;
  margin-left: 1rem;
  margin-right: 1rem;
}

.nav-item:hover {
  color: #008C52;
}


.navbar-nav .active {
  color: #008C52;
  border-bottom: 2px solid #008C52;
}

.btn-primary {
  background: linear-gradient(90deg, #008C52 0%, #2DC850 100%);
  border-color: #2DC850;
}

.btn-primary:hover {
  background-color: #008C52;
  border-color: #008C52;
}


.btn-primary:focus {
  background-color: #008C52;
  border-color: #008C52;
  box-shadow: 0 0 0 0.25rem #2DC85088;
}


.btn-primary:active {
  background-color: #008C52;
  border-color: #008C52;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem #2DC85088;
}

.btn-outline-primary {
  color: #099752;
  border-color: #099752;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #099752;
  border-color: #099752;
}

.btn-outline-primary:active {
  color: #fff;
  background-color: #099752;
  border-color: #099752;
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem #09975288;
}

.bg-light {
  background: #e9f6f0 !important;
}

.bg-light-sec {
  background: #D5F4DC;
}


.bg-gradient {
  background: linear-gradient(90deg, #008C52 0%, #2DC850 100%) !important;
}

.bg-3d464e {
  background: #3d464e !important;
}

.bg-gradient-3d464e {
  background: linear-gradient(90deg, #3D464E, #3D464Ecc, #3d464e00);
}

.text-primary {
  color: #099752 !important;
}

.border-primary {
  border-color: #099752 !important;
}

h1 {
  font-size: 2.688rem;
  font-weight: 700;
  line-height: 2.938rem;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
}

h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h5 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
}

#contact h5 {
  font-size: 1.313rem;
  font-weight: 500;
  line-height: 1.563rem;
}

.map-height {
  height: 34.75rem;
  margin-bottom: -0.5rem;
}

.bg-join-our-team {
  background: url('../img/bg/join-our-team.png');
  /* background-size: cover; */
  background-repeat: no-repeat;
}

#join-our-team .career {
  width: 18.688rem;
  height: 18.688rem;
  display: flex;
  align-items: center;
}

.form-control:focus {
  color: #3D464E;
  background-color: #fff;
  border-color: #099752;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #09975240;
}

.box {
  padding: 1.875rem;
  position: relative;
  overflow: hidden;
  color: #FFFFFF !important;
  opacity: 0.8 !important;
  box-shadow: 0 0.25rem 2.938rem 0.063rem #0000001c !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0.625rem;
  z-index: 1;
}

.box::before {
  content: "";
  position: absolute;
  right: -3.75rem;
  top: -2.5rem;
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 3.1rem;
  transition: all 0.3s;
  z-index: -1;

}

.box:hover::before {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  border-radius: 0px;
}

.dark {
  background: #3D464E;
}

.dark::before {
  background: linear-gradient(90deg, #008C52 0%, #2DC850 100%) !important;
}

.dark:hover::before {
  background: linear-gradient(90deg, #008C52 0%, #2DC850 100%) !important;
}

.green {
  background: linear-gradient(90deg, #008C52 0%, #2DC850 100%) !important;
  /* background: #3D464E; */
}

.green::before {
  background: #3D464E;
}

.green:hover::before {
  background: #3D464E;
}

.n-mt-3 {
  margin-top: -3rem;
  ;
}


#slider p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

#portfolio p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  opacity: 0.8;
}

#testimonials p {
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.219rem;
  opacity: 0.7;
}

#links p {
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.563rem;
  opacity: 0.9;
}

.w-60 {
  width: 60% !important;
}

.clients {
  background: #3D464E;
  padding: 20px 0;
  text-align: center;
}

.clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients img {
  width: 30%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}


.vertical-swiper {
  height: 25rem !important;

}

.slide-bg {
  background: linear-gradient(0deg, #3D464E, #3D464E, #3D464E00);
}

.slide-bg-reverse {
  background: linear-gradient(0deg, #3D464E, #3D464E, #3D464E00);
}

.slide-content {
  width: 100%;
  padding: 1rem 2rem;
}

.slide-height {
  height: 29rem;
  /* height: 421px; */
}

.slide {
  display: flex;
  align-items: end;
  justify-content: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}


.slide-1 {
  background: url('../img/bg/pm-automotive-erp.png');
}

.slide-2 {
  background: url('../img/bg/pm-crm-mobile-application.png');
}

.slide-3 {
  background: url('../img/bg/pm-kestrel-education.png');
}

.slide-4 {
  background: url('../img/bg/pm-healthcare-project.png');
}

.slide-5 {
  background: url('../img/bg/pm-docunizer.png');
}

.slide-6 {
  background: url('../img/bg/pm-where-app.png');
}

.slide-7 {
  background: url('../img/bg/pm-silentus.png');
}

.slide-8 {
  background: url('../img/bg/pm-dont-die-app.png');
}

.content-col {
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
  margin-top: 2rem;
}

.bg-contact-us {
  background: linear-gradient(0deg, #abeab9, #abeab9cc, #abeab944, transparent);
}

.career-m {
  margin: 0.5rem;
}


.portfolio-detail-top {
  background: linear-gradient(90deg, #008C52, #2DC850);
  padding: 10px 50px;
}

.portfolio-detail-description {
  padding: 1rem 1rem 0rem 1rem;
  margin: -3rem 2rem 0rem 2rem;
}

.mb-portfolio-1 {
  margin-bottom: -3rem;
}

.mb-portfolio-2 {
  margin-bottom: -2rem;
}

.w-portfolio-1 {
  width: 100% !important;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

  .mb-portfolio-1 {
    margin-bottom: -3rem;
  }

  .mb-portfolio-2 {
    margin-bottom: -2rem;
  }

  .w-portfolio-1 {
    width: 90% !important;
  }

  .portfolio-detail-top {
    background: linear-gradient(90deg, #008C52, #2DC850);
    padding: 10px 50px;
  }

  .portfolio-detail-description {
    padding: 1rem 1rem 0rem 1rem;
    margin: -3rem 2rem 0rem 2rem;
  }

  .clients img {
    width: 40%;
  }

  .vertical-swiper {
    height: 30rem !important;
  }

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

  .mb-portfolio-1 {
    margin-bottom: -6rem;
  }

  .mb-portfolio-2 {
    margin-bottom: -4rem;
  }

  .w-portfolio-1 {
    width: 80% !important;
  }

  .portfolio-detail-top {
    background: linear-gradient(90deg, #008C52, #2DC850);
    padding: 13px 65px;
  }

  .portfolio-detail-description {
    padding: 2rem 2rem 0rem 2rem;
    margin: -4rem 3rem 1rem 3rem;
  }

  .clients img {
    width: 50%;
  }

  .slide-height {
    height: 35rem;
    /* height: 421px; */
  }

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .mb-portfolio-1 {
    margin-bottom: -9rem;
  }

  .mb-portfolio-2 {
    margin-bottom: -6rem;
  }

  .w-portfolio-1 {
    width: 70% !important;
  }

  .mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: block;
    line-height: 0;
    transition: 0.5s;
  }

  .mobile-nav-toggle.bi-x {
    color: #fff;
  }

  .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both !important;
    margin-top: 5rem;
  }

  .portfolio-detail-top {
    background: linear-gradient(90deg, #008C52, #2DC850);
    padding: 15px 75px;
  }

  .portfolio-detail-description {
    padding: 3rem 3rem 0rem 3rem;
    margin: -5rem 4rem 1rem 4rem;
  }

  .career-m1 {
    margin: 0rem 0.5rem !important;
  }

  .career-m2 {
    margin: 6rem 0.5rem !important;
  }

  .career-m3 {
    margin: -11rem 0.5rem 0rem 0.5rem !important;
  }

  .career-m4 {
    margin: -5rem 0.5rem 0rem 0.5rem !important;
  }

  .bg-contact-us {
    background: linear-gradient(270deg, #abeab9, #abeab944, transparent, transparent);
  }

  h1 {
    font-size: 3.688rem;
    font-weight: 700;
    line-height: 3.938rem;
  }

  h2 {
    font-size: 2.438rem;
    font-weight: 600;
    line-height: 2.375rem;
  }

  h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.125rem;
  }

  h4 {
    font-size: 1.688rem;
    font-weight: 400;
    line-height: 2.011rem;
  }

  h5 {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.901rem;
  }

  #contact h5 {
    font-size: 1.313rem;
    font-weight: 500;
    line-height: 1.563rem;
  }

  .content-col {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
  }

  .slide-bg {
    background: linear-gradient(270deg, #3D464E, #3D464E, #3D464Ecc);
  }

  .slide-bg-reverse {
    background: linear-gradient(90deg, #3D464E, #3D464E, #3D464Eaa);
  }

  .slide-content {
    width: 45%;
    padding: 0 5rem;
  }

  .slide-height {
    height: 22.688rem;
    /* height: 363px; */
  }

  .slide {
    display: flex;
    align-items: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  .slide-justify-end {
    justify-content: end;
  }

  .slide-justify-start {
    justify-content: start;
  }

  .slide-1 {
    background: url('../img/bg/p-automotive-erp.png');
  }

  .slide-2 {
    background: url('../img/bg/p-crm-mobile-application.png');
  }

  .slide-3 {
    background: url('../img/bg/p-kestrel-education.png');
  }

  .slide-4 {
    background: url('../img/bg/p-healthcare-project.png');
  }

  .slide-5 {
    background: url('../img/bg/p-docunizer.png');
  }

  .slide-6 {
    background: url('../img/bg/p-where-app.png');
  }

  .slide-7 {
    background: url('../img/bg/p-silentus.png');
  }

  .slide-8 {
    background: url('../img/bg/p-dont-die-app.png');
  }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .mb-portfolio-1 {
    margin-bottom: -12rem;
  }

  .mb-portfolio-2 {
    margin-bottom: -8rem;
  }

  .w-portfolio-1 {
    width: 60% !important;
  }

  .mobile-nav-toggle {
    display: none;
  }

  .portfolio-detail-top {
    background: linear-gradient(90deg, #008C52, #2DC850);
    padding: 20px 100px;
  }

  .portfolio-detail-description {
    padding: 4rem 4rem 0rem 4rem;
    margin: -7rem 5rem 2rem 5rem;
  }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .mb-portfolio-1 {
    margin-bottom: -15rem;
  }

  .mb-portfolio-2 {
    margin-bottom: -10rem;
  }

  .w-portfolio-1 {
    width: 50% !important;
  }

  .portfolio-detail-top {
    background: linear-gradient(90deg, #008C52, #2DC850);
    padding: 20px 100px;
  }

  .portfolio-detail-description {
    padding: 4rem 4rem 0rem 4rem;
    margin: -7rem 5rem 2rem 5rem;
  }

  #join-our-team .career {
    width: 20rem;
    height: 20rem;
    display: flex;
    align-items: center;
  }
}

.icon-box p {
  font-size: 1rem !important;
  font-weight: 300 !important;
  line-height: 1.625rem !important;
}

p {
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.594rem;
}

.copyright {
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1.688rem;
  opacity: 0.7;
}

.section-more {
  font-size: 1rem;
  line-height: 2.084rem;
  font-weight: 600;
}

.section-more .bar::after {
  content: "";
  width: 1.313rem;
  height: 0.125rem;
  background: #099752;
  display: inline-block;
  margin: 0.25rem;
}

.section-more .bar-primary::after {
  background: #099752;
}

.section-more .bar-white::after {
  background: #FFFFFF;
}

.sub-heading {
  font-size: 1.5rem;
  line-height: 1.463rem;
  font-weight: 400;
}

.icon-box {
  padding: 1.875rem;
  position: relative;
  overflow: hidden;
  background: #FFFFFF !important;
  opacity: 0.8 !important;
  box-shadow: 0 0.25rem 2.938rem 0.063rem #0000001c !important;
  color: #3D464E !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0.625rem;
  z-index: 1;
  width: 18.688rem;
  min-height: 20.625rem;
  margin-right: auto;
  margin-left: auto;
}


.icon-box::before {
  content: "";
  position: absolute;
  background: #373b3f !important;
  right: -3.75rem;
  top: -2.5rem;
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 3.1rem;
  transition: all 0.3s;
  z-index: -1;
}

.icon-box:hover::before {
  background: #3D464E !important;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  border-radius: 0px;
}

.icon-box:hover .heading {
  color: #099752;
}

.icon-box:hover .description,
.icon-box:hover .bar {
  color: #FFFFFF !important;
}

.br-9 {
  border-radius: 0.563rem !important;
}

#testimonial .img {
  width: 2rem;
}

.swiper-pagination-bullet-active-main {
  background: transparent !important;
  border: 0.1rem solid #008C52;
  padding: 0.1rem;
}

.links-heading {
  font-weight: 500;
  font-size: 1.313rem;
  line-height: 1.563rem;
}

.link {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.938rem;
}

.links-bar::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #099752;
  display: inline-block;
}

.links-bar::before {
  margin: 0 15px 10px 0;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #099752;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2dc850;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.accordion-button:focus {

  border-color: #099752;
  box-shadow: none;
  /* box-shadow: 0 0 0 0.25rem #09975240; */
}

.accordion-button:not(.collapsed) {
  color: #099752;
  background-color: #D5F4DC;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  transform: rotate(-180deg); */

  width: 38px;
  height: 38px;
  background: url('../img/about-us/plus-bg-primary.png');
}

.accordion-button::after {
  width: 17px;
  height: 17px;
  background: url('../img/about-us/plus-primary.png');
}

.animated {
  -webkit-animation: none;
  animation: none;
}

.text-justify {
  text-align: justify !important;
}

.blog {
  width: 24.5rem;
  height: 16.25rem;
}

.bg-blog {
  background: linear-gradient(0deg, #07111B, #07111B44, #07111B00);
}

.o-4 {
  opacity: 0.4;
}

.o-6 {
  opacity: 0.6;
}

.bg-07111B {
  background: #07111B;
}

.dh-1 {
  height: 6.688rem;
  overflow: auto;
  /* text-align: justify; */
  padding-right: 0.2rem !important;
}

.dh-2 {
  height: 5.188rem;
  overflow: auto;
  /* text-align: justify; */
  padding-right: 0.2rem !important;
}

/* width */
::-webkit-scrollbar {
  width: 0.2rem;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #099752;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #099752;
}

.footer-social-images:hover {
  color: #099752;
}


.footer-social-images {
  filter: grayscale(100);
  transition: all 0.5s ease-in-out;
}

.footer-social-images:hover {
  filter: none;
  transform: scale(1.2);
}

.logo {
  width: 11rem;
}

.footer-logo {
  width: 15rem;
}