@charset "utf-8";
:root {
--primaryfont:'Inter', sans-serif;
--secondaryfont:'Arial', 'Helvetica', sans-serif;
--primarycolor:#0a5a9d;
--secondarycolor:#10ab4d;
--tertiarycolor:#022949;
--quaternarycolor:#999999;
--quinarycolor:#888888;
--senarycolor:#777777;
--septenarycolor:#666666;
--octonarycolor:#555555;
--nonarycolor:#333333;
--denarycolor:#111111;
--colorwhite:#fff;
--colorblack:#000;
--whitearrow: url("../images/icons/icon-move-light.png"), move;
--blackarrow: url("../images/icons/icon-move-black.png"), move;
}
body {
  background: var(--colorwhite);
 font-size: .875rem;
  line-height: 1.6;
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", 'Helvetica', 'Helvetica Neue', Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: var(--octonarycolor);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
}
p {
  font-weight: 500;
}
.text-brand-1 {
  color: var(--primarycolor);
}
.text-brand-2 {
  color: var(--secondarycolor);
}
.text-brand-3 {
  color: var(--tertiarycolor);
}
.background-brand-1 {
  background: var(--primarycolor);
}
.background-brand-2 {
  background: var(--secondarycolor);
}
.background-brand-3 {
  background: var(--tertiarycolor);
}
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-padding-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.section-padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-padding-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
a {
  color: var(--primarycolor);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
a:focus, a:hover {
  color: var(--secondarycolor);
  text-decoration: none;
  outline: 0;
}
a:active {
  color: var(--tertiarycolor);
  text-decoration: none;
  outline: 0;
}
a.normal-link {
  color: var(--primarycolor);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
a.normal-link:focus, a.normal-link:hover {
  color: var(--secondarycolor);
  text-decoration: none;
  outline: 0;
}
a.normal-link:active {
  color: var(--tertiarycolor);
  text-decoration: none;
  outline: 0;
}
.col-5th {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 991.98px) {
.col-5th {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
}
@media (max-width: 767.98px) {
.col-5th {
  flex: 0 0 50%;
  max-width: 50%;
}
}
@media (max-width: 575.98px) {
.col-5th {
  flex: 0 0 100%;
  max-width: 100%;
}
.col-5th.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
}
/* Backgrounds */
.white-move .slide-arrow {
  cursor: var(--whitearrow);
}
.black-move .slide-arrow {
  cursor: var(--blackarrow);
}
/* Header */
header.header .navbar-brand img {
  width: 300px;
  height: auto;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
header.header nav li.nav-item .nav-link, header.header .navbar-nav > li > .dropdown-menu a.dropdown-item{
  font-family:var(--roboto-font);
}
@media (max-width: 575.98px) {
header.header .navbar-brand img {
  width: 225px;
  height: auto;
}
header.header.sticky-header .navbar-brand img {
  width: 200px;
  height: auto;
}
}
@media (max-width: 991.98px) {
header.header nav li.nav-item.dropdown span.menu-arrow {
  float: right;
}
}
header.header .navbar-nav > li > .dropdown-menu {
  left: 10%;
}
/* Footer */
footer.footer {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: inherit;
  position: relative;
  color: var(--colorwhite);
  background: #062017;
}
footer.footer .spacing {
  padding: 120px 0px 120px 0px;
}
.social-media-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--disabled);
  font-size: 10px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 10px;
}
a.footer-links {
  color: var(--disabled);
  -moz-transition: all, ease-in-out .5s;
  -o-transition: all, ease-in-out .5s;
  -webkit-transition: all, ease-in-out .5s;
  transition: all, ease-in-out .5s;
}
a.footer-links:hover {
  color: var(--colorwhite);
  text-decoration: underline!important;
}
.backtotop {
  color: var(--disabled);
  cursor: pointer;
  -moz-transition: all, ease-in-out .5s;
  -o-transition: all, ease-in-out .5s;
  -webkit-transition: all, ease-in-out .5s;
  transition: all, ease-in-out .5s;
}
.backtotop:hover {
  color: var(--colorwhite);
}
.social-media-section {
  display: none;
}
.whatsapp {
  position: fixed;
  z-index: 99999;
  bottom: 100px;
  left: 35px;
}
/* Pages */
.img-item {
  position: relative;
  overflow: hidden;
  display: block;
}
.img-item img.img-transition {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .5s, filter 1.5s ease-in-out;
}
.img-item:hover img.img-transition {
  transform: scale(1.1);
}
.img-item:hover::before {
  opacity: 1;
}
.lazy-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: var(--colorwhite);
}
.top-banner {
  position: relative;
  padding: 150px 0;
}
@media (max-width: 575.98px) {
.top-banner {
  position: relative;
  padding: 120px 0px;
}
}
.top-banner .content {
  position: relative;
  z-index: 99;
}
.top-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .40)
}
img.lazy {
  width: auto;
  height: auto;
  display: block;
}
.table {
  vertical-align: middle;
}
.SwiperRight .swiper-slide, .SwiperLeft .swiper-slide {
  width: auto!important;
  height: auto!important;
}
.SwiperRight .swiper-wrapper, .SwiperLeft .swiper-wrapper {
  transition-timing-function: linear !important;
}
.featured-box {
  width: 200px;
  height: auto;
}
.serve-box {
  width: 200px;
  height: auto;
}
.PrimaryColorSwiper .swiper-pagination-bullet-active {
  background: var(--primarycolor);
}
.about-animate-banner {
  position: absolute;
  right: -30px;
  bottom: 30px;
}
.custom-slow-10 {
 --animate-duration: 10s;
}
.custom-slow-15 {
 --animate-duration: 15s;
}
.service-box {
  background: var(--silver);
  border: 2px solid var(--primarycolor);
  border-top: 5px solid var(--primarycolor);
  -moz-transition: all, ease-in-out .5s;
  -o-transition: all, ease-in-out .5s;
  -webkit-transition: all, ease-in-out .5s;
  transition: all, ease-in-out .5s;
}
.service-box:hover {
  background: var(--colorwhite);
  border: 2px solid var(--secondarycolor);
  border-top: 5px solid var(--secondarycolor);
}
.single-process-box-two {
  text-align: center;
  padding: 0 46px 0;
  position: relative;
}
.single-process-box-two.style-one::before {
  background: transparent;
}
.single-process-box-two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 84px;
  top: 98px;
  background: url(../images/pages/process-shape.png);
  background-repeat: repeat;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .single-process-box-two::before{
    background: transparent;
  }
}
.process-icon-thumb-two {
  position: relative;
  z-index: 1;
}
.process-icon-thumb-two::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  left: 0;
  right: 0;
  top: 17px;
  border: 2px dashed #49AF45;
  border-radius: 50%;
  margin: auto;
  animation: rotateme 20s linear infinite;
  z-index: -1;
}
@keyframes rotateme {
from {
transform: rotate(0deg);
}
to {
  transform: rotate(360deg);
}
}
.approach-skew{
  color: var(--colorwhite);
  background-color: var(--primarycolor);
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition:all 0.3s ease-in-out; 
  -webkit-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out; 
  position: relative;
  transform: skewY(3deg);
  overflow: hidden;
}
.approach-skew:hover{
  color: var(--colorwhite);
  background-color: var(--secondarycolor);
  transform: skewY(0deg);
}
.approach-skew-alt{
  color: var(--colorwhite);
  background-color: var(--secondarycolor);
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition:all 0.3s ease-in-out; 
  -webkit-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out; 
  position: relative;
  transform: skewY(3deg);
  overflow: hidden;
}
.approach-skew-alt:hover{
  color: var(--colorwhite);
  background-color: var(--primarycolor);
  transform: skewY(0deg);
}
.our-approach-skew{
  color: var(--colorwhite);
  background-color: var(--primarycolor);
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition:all 0.3s ease-in-out; 
  -webkit-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out; 
  position: relative;
  overflow: hidden;
}
.our-approach-skew:hover{
  color: var(--colorwhite);
  background-color: var(--secondarycolor);
}
.our-approach-skew-alt{
  color: var(--colorwhite);
  background-color: var(--secondarycolor);
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition:all 0.3s ease-in-out; 
  -webkit-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out; 
  position: relative;
  overflow: hidden;
}
.our-approach-skew-alt:hover{
  color: var(--colorwhite);
  background-color: var(--primarycolor);
}

/* Slider */
.home-slider, .home-slider .swiper, .home-slider .swiper-wrapper, .home-slider .swiper-slide {
  height: 100%;
}
.home-slider .slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-slider .slide-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-slider .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.20);
  z-index: 1;
}
.home-slider .home-slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 1rem;
}
.home-slider .swiper-button-next, .home-slider .swiper-button-prev {
  color: #fff;
  transition: opacity 0.3s ease;
}
.home-slider .swiper-button-next:hover, .home-slider .swiper-button-prev:hover {
  opacity: 0.7;
}
.home-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--colorwhite);
}
.home-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--green);
}
/* Buttons */
.white-button {
  color: var(--secondarycolor);
  background-color: var(--colorwhite);
  border: 1px solid var(--secondarycolor);
 border-radius: .25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 12px 14px;
  position: relative;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
}
.white-button:hover, .white-button:focus {
  color: var(--primarycolor);
  background-color: var(--colorwhite);
  border: 1px solid var(--primarycolor);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}
.white-button:active {
  color: var(--tertiarycolor);
  background-color: var(--colorwhite);
  border: 1px solid var(--tertiarycolor);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}
.white-button-alt {
  color: var(--dark-75);
  background-color: var(--colorwhite);
  border: 1px solid var(--colorwhite);
 border-radius: .25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 12px 14px;
  position: relative;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
}
.white-button-alt:hover, .white-button-alt:focus {
  color: var(--dark-50);
  background-color: var(--colorwhite);
  border: 1px solid var(--colorwhite);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}
.white-button-alt:active {
  color: var(--dark-50);
  background-color: var(--colorwhite);
  border: 1px solid var(--colorwhite);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}
.green-button {
  color: var(--colorwhite);
  background-color: var(--secondarycolor);
  border: 1px solid var(--secondarycolor);
 border-radius: .25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 12px 14px;
  position: relative;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
}
.green-button:hover, .green-button:focus {
  color: var(--colorwhite);
  background-color: var(--primarycolor);
  border: 1px solid var(--primarycolor);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}
.green-button:active {
  color: var(--colorwhite);
  background-color: var(--secondarycolor);
  border: 1px solid var(--secondarycolor);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}
.blue-button {
  color: var(--colorwhite);
  background-color: var(--primarycolor);
  border: 1px solid var(--primarycolor);
 border-radius: .25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 12px 14px;
  position: relative;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
}
.blue-button:hover, .blue-button:focus {
  color: var(--colorwhite);
  background-color: var(--secondarycolor);
  border: 1px solid var(--secondarycolor);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}
.blue-button:active {
  color: var(--colorwhite);
  background-color: var(--primarycolor);
  border: 1px solid var(--primarycolor);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}
/* Home Hero Section */
.HomeSliderCarousel{
  height: calc(100vh - 76px);
  min-height: 500px;
  position: relative;
}
@media (max-width: 767.98px) {
.HomeSliderCarousel {
  height: calc(100vh - 76px);
}
}
.HomeSliderCarousel .carousel,
.HomeSliderCarousel .carousel-inner,
.HomeSliderCarousel .carousel-item {
  height: 100%;
}
.HomeSliderCarousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.HomeSliderCarousel .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.HomeSliderCarousel .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  text-align: left;
  width: 100%;
  z-index: 2;
  left: 0;
  right: 0;
  padding: 0;
}
.HomeSliderCarousel .carousel-indicators [data-bs-target]{
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity:.2;
}
.HomeSliderCarousel .carousel-indicators button.active {
  background-color:var(--colorwhite);
  opacity:1;
}
.framework {
  background: var(--colorwhite);
  border: none;
  border: 1px solid var(--octonarycolor);
  color: var(--octonarycolor);
  padding: 0.5em 1.25em;
  font-weight: 400;
  font-size: 14px;
  border-radius: 50px;
  display: inline-block;
  width: auto;
}
.about-leaf-animated{
  right: 50px;
  top: 50px;
}