@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Magra-Regular";
  src: url(../font/Magra/Magra-Regular.ttf);
}
@font-face {
  font-family: "Magra-Bold";
  src: url(../font/Magra/Magra-Bold.ttf);
}
@font-face {
  font-family: "Sansita-Regular";
  src: url(../font/Sansita/Sansita-Regular.ttf);
}
@font-face {
  font-family: "Sansita-Bold";
  src: url(../font/Sansita/Sansita-Bold.ttf);
}
body {
  font-family: "Magra-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sansita-Bold";
}

section {
  padding: 70px 0;
  overflow: hidden;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.web-btn {
  position: relative;
  padding: 10px 22px;
  border-radius: 0px;
  border: none;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  transition: all 0.3s ease;
  font-family: "Sansita-Regular";
}

.web-btn:active {
  transform: scale(0.96);
}

.web-btn:before,
.web-btn:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.web-btn:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #06ABD0 20%, transparent 20%), radial-gradient(circle, transparent 20%, #06ABD0 20%, transparent 30%), radial-gradient(circle, #06ABD0 20%, transparent 20%), radial-gradient(circle, #06ABD0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #06ABD0 15%, transparent 20%), radial-gradient(circle, #06ABD0 20%, transparent 20%), radial-gradient(circle, #06ABD0 20%, transparent 20%), radial-gradient(circle, #06ABD0 20%, transparent 20%), radial-gradient(circle, #06ABD0 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
.web-btn:hover {
  transform: scale(1.03);
}

.web-btn:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #06abd0 20%, transparent 20%), radial-gradient(circle, #06abd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #06abd0 15%, transparent 20%), radial-gradient(circle, #06abd0 20%, transparent 20%), radial-gradient(circle, #06abd0 20%, transparent 20%), radial-gradient(circle, #06abd0 20%, transparent 20%), radial-gradient(circle, #06abd0 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
.web-btn-2 {
  position: relative;
  padding: 10px 22px;
  border-radius: 0px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s ease;
  font-family: "Sansita-Bold";
  min-width: 130px;
}
.web-btn-2 span {
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.web-btn-2:active {
  transform: scale(0.96);
}

.web-btn-2:before,
.web-btn-2:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.web-btn-2:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, transparent 20%, #fff 20%, transparent 30%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fff 15%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: Web-Btn-animation 0.6s ease;
}

@keyframes Web-Btn-animation {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
.web-btn-2:hover {
  transform: scale(1.03);
}

.web-btn-2:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fff 15%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles-2 0.6s ease;
}

@keyframes greenbottomBubbles-2 {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
.section-title {
  max-width: 80%;
  margin-bottom: 42px;
}
.section-title h5 {
  font-size: 18px;
  color: #030303;
  position: relative;
  font-weight: 500;
  padding-left: 30PX;
  margin-bottom: 24px;
  font-family: "Sansita-Regular";
}
.section-title h5::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  border-radius: 100%;
  left: 0%;
  top: 3.2PX;
}
.section-title h3 {
  color: #3a3a3a;
  font-size: 58px;
}

.SectionContainer {
  border-top: 1px solid #06ABD0;
  padding-top: 18px;
}

#navbar-top {
  padding: 8px 0;
  z-index: 999;
  position: relative;
  background: #0A1229;
}
#navbar-top .navbar-contact {
  margin-bottom: 0;
  list-style-type: none;
  padding: 0;
}
#navbar-top .navbar-contact li {
  padding: 0 10px;
  transition: 300ms all ease;
  color: #FFF;
}
#navbar-top .navbar-contact li img {
  margin-right: 8px;
  max-width: 24px;
}
#navbar-top .navbar-contact li a {
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  transition: 300ms all ease;
  font-family: "Sansita-Bold";
  text-decoration: underline;
}
#navbar-top .social-profile {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  list-style: none;
  padding: 0;
  align-items: center;
  font-family: "Sansita-Bold";
}
#navbar-top .social-profile li {
  padding: 0;
}
#navbar-top .social-profile a {
  color: #fff;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
#navbar-top .social-profile a img {
  width: 32px;
  aspect-ratio: 2/1;
}

#header {
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.5490196078);
  background: #FFFFFF;
  position: sticky;
  width: 100%;
  z-index: 999;
  top: 0;
  font-family: "Sansita-Regular";
}
#header .navbar-brand img {
  width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .dropdown:hover .dropdown-menu.show {
  opacity: 1;
  display: block;
}
#header .dropdown-menu.show {
  opacity: 0;
  transition: 200ms all ease;
  display: none;
}
#header .dropdown:hover .dropdown-menu {
  opacity: 1;
  display: block;
}
#header .dropdown-menu {
  opacity: 0;
  transition: 200ms all ease;
  display: none;
}
#header .navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #FFFFFF;
  line-height: 1.5;
  padding: 24px 18px;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.5490196078);
}
#header .navbar-expand-lg .navbar-nav .dropdown-menu li:hover {
  border: 1px solid transparent;
}
#header .dropdown-item:focus,
#header .dropdown-item:hover {
  color: #0A1229;
}
#header .dropdown-item.active,
#header .dropdown-item:active {
  color: #0A1229;
}
#header .navbar > .container-fluid {
  align-items: flex-end;
  align-items: center;
}
#header .navbar-expand-lg .navbar-nav {
  width: -moz-fit-content;
  width: fit-content;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
#header li {
  position: relative;
  font-size: 16px;
  transition: 300ms all ease;
  color: #fff !important;
  font-family: "Poppins-SemiBold";
  letter-spacing: 1px;
  padding: 0 8px;
  border: 1px solid #fff;
  border-radius: 30px;
  transition: 300ms all ease;
}
#header li a {
  color: #000000;
  font-family: "Sansita-Regular";
  padding: 8px 4px;
  transition: 300ms all ease;
}
#header li:hover {
  border: 1px solid #06D0A8;
  border-radius: 30px;
}
#header li:hover a {
  color: #06D0A8;
}
#header li.active {
  border: 1px solid #06D0A8;
  border-radius: 30px;
}
#header li.active a {
  color: #06D0A8;
}
#header .contact-btn:hover {
  border: 1px solid transparent;
}

#mobile-nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 0;
}
#mobile-nav .mobile_nav_area {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.5490196078);
  padding: 8px 12px;
  display: block;
  position: sticky;
  top: 0;
  z-index: 999;
}
#mobile-nav .mobile_nav_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#mobile-nav .mobile_nav_right {
  width: 20%;
}
#mobile-nav .mobile_nav_right img {
  width: 100px;
  height: auto;
}
#mobile-nav .mobile_nav_left {
  width: 10%;
  margin-top: 0px;
}
#mobile-nav .mobile_nav_left i {
  cursor: pointer;
  color: #06ABD0;
  font-size: 28px;
}
#mobile-nav .mobile_nav_____ {
  background: #06ABD0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  margin-left: -1100px;
  transition: 0.2s all ease;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  margin-bottom: 0px;
  padding-left: 0;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item {
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
  margin: 0 4px;
  position: relative;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item a {
  padding: 8px 24px;
  font-family: "Playfair";
  text-decoration: none;
  position: relative;
  color: white;
  text-transform: capitalize;
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 6px;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item a .material-symbols-outlined {
  transition: 0.3s ease-in-out;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item .dropdown-list {
  position: absolute;
  top: 0px;
  left: 22px;
  width: 100%;
  padding: 12px 22px;
  transform: scale(0.8);
  flex-direction: column;
  background: #d47911;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item .web-btn-1 {
  position: relative;
  padding: 10px 22px;
  border-radius: 0px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s ease;
  font-family: "Sansita-Bold";
  min-width: 130px;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item .web-btn-1 ::before {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item .web-btn-1 ::after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item .web-btn-1 span {
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#mobile-nav .mobile_nav1_icon_____ {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 28px;
}
#mobile-nav .mobile_nav1_icon_____ i {
  color: #06ABD0;
  font-size: 42px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  display: block;
  margin: auto;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 16px;
  cursor: pointer;
  border: 1px solid #06ABD0;
}

#Hero {
  padding: 0;
}
#Hero .carousel-control-prev {
  display: none;
}
#Hero .carousel-control-next {
  display: none;
}
#Hero .carousel-indicators {
  bottom: 24px;
}
#Hero .carousel-indicators button {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #fff;
  border: none;
  transition: 300ms all ease;
}
#Hero .carousel-indicators .active {
  background: #06D0A8;
  width: 18px;
  height: 18px;
}
#Hero .carousel-caption {
  position: absolute;
  top: 25%;
}
#Hero .carousel-caption h5 {
  font-size: 88px;
  margin-bottom: 32px;
}
#Hero .carousel-caption h5 span {
  color: #06D0AF;
}
#Hero .web-btn {
  font-size: 21px;
  padding: 16px 38px 18px;
}

#Projects-gallery {
  background: url(../images/project.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#Projects-gallery .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 110%;
  position: absolute;
  top: 43%;
  left: -5%;
  z-index: -1;
}
#Projects-gallery .owl-carousel .owl-nav button.owl-next {
  background: url(../images/arrow_circle_right.svg);
  background-size: contain;
  opacity: 0.6;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  color: transparent;
}
#Projects-gallery .owl-carousel .owl-nav button.owl-prev {
  background: url(../images/arrow_circle_left.svg);
  background-size: contain;
  opacity: 0.6;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  color: transparent;
}
#Projects-gallery .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}
#Projects-gallery .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
}
#Projects-gallery .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 24px;
  left: 46%;
  /* right: auto; */
}
#Projects-gallery button.owl-dot.active span {
  background: #06D0A8;
  height: 18px;
  width: 18px;
  transition: 300ms all ease;
}
#Projects-gallery button.owl-dot span {
  background: #fff;
  transition: 300ms all ease;
  height: 18px;
  width: 18px;
}
#Projects-gallery .ProjectSlider .ProjectItem {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
#Projects-gallery .ProjectSlider .ProjectItem:hover .ReadMoreBtn .read-more-text {
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#Projects-gallery .ProjectSlider .ProjectItem:hover .ReadMoreBtn .ImgMain img {
  transform: rotateZ(-45deg);
  opacity: 0 !important;
}
#Projects-gallery .ProjectSlider .ProjectItem:hover .ReadMoreBtn .ImgMain .img-hov {
  transform: rotateZ(-45deg);
  opacity: 1 !important;
}
#Projects-gallery .ProjectSlider .ProjectItem .ProjectDetails {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  position: absolute;
  right: 0;
  top: 11.5%;
  max-width: 35%;
  padding: 40px;
  width: 539px;
  border-radius: 24px 0px 0px 24px;
  color: #fff;
}
#Projects-gallery .ProjectSlider .ProjectItem .ProjectDetails .project-subtitle {
  color: #F2F2F2;
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 12px 3px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#Projects-gallery .ProjectSlider .ProjectItem .ProjectDetails .project-title {
  font-size: 28px;
  font-family: "Sansita-Regular";
  margin-bottom: 12px;
}
#Projects-gallery .ProjectSlider .ProjectItem .ProjectDetails .Project-para {
  font-family: "Magra-Regular";
  font-size: 17px;
  text-align: justify;
  line-height: 1.5;
  color: #D1D1D1;
}
#Projects-gallery .ProjectSlider .ProjectItem .ProjectDetails .ReadMoreBtn {
  display: block;
  gap: 14px;
  align-items: center;
  font-size: 21px;
  font-family: "Sansita-Bold";
  transition: 300ms all ease;
}
#Projects-gallery .ProjectSlider .ProjectItem .ProjectDetails .ReadMoreBtn .read-more-text {
  transition: 300ms all ease;
}
#Projects-gallery .ProjectSlider .ProjectItem .ProjectDetails .ReadMoreBtn .ImgMain {
  margin: 0px 14px 0px;
  position: relative !important;
  width: 32px;
  height: 32px;
  top: -3px;
}
#Projects-gallery .ProjectSlider .ProjectItem .ProjectDetails .ReadMoreBtn .ImgMain .img-hov {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 500ms all ease;
}
#Projects-gallery .ProjectSlider .ProjectItem .ProjectDetails .ReadMoreBtn .ImgMain img {
  width: 32px;
  height: 32px;
  transition: 500ms all ease;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

#Services {
  background: url(../images/service.png);
}
#Services .SectionContainer {
  border-color: #ffffff;
}
#Services .View-all-btn {
  margin-top: 32px;
  text-align: center;
}
#Services .View-all-btn .web-btn-2 {
  padding: 16px 34px;
}
#Services .section-title {
  color: #fff;
}
#Services .section-title h5 {
  color: #fff;
}
#Services .section-title h5::after {
  background: #ffffff;
  background-repeat: no-repeat;
}
#Services .section-title h3 {
  color: #fff;
}
#Services .section-title p {
  color: #D1D1D1;
  font-size: 16px;
  letter-spacing: 0.9;
}
#Services .service-box {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.1019607843);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  transition: 600ms all ease;
}
#Services .service-box .ServiceContent {
  display: flex;
  gap: 24px;
  align-items: center;
}
#Services .service-box .ServiceContent .ServiceIcon {
  position: relative;
}
#Services .service-box .ServiceContent .ServiceIcon img {
  width: 85px;
  transition: 300ms all ease;
}
#Services .service-box .ServiceContent .ServiceIcon .img-hov {
  position: absolute;
  left: 0;
  top: 0;
  transition: 300ms all ease;
  opacity: 0;
}
#Services .service-box .ServiceContent .ServiceDetails p {
  margin-bottom: 8px;
  color: #F5F5F5;
  transition: 300ms all ease;
}
#Services .service-box .ServiceContent .ServiceDetails h5 {
  font-size: 28px;
  font-family: "Sansita-Regular";
  color: #ffffff;
  transition: 300ms all ease;
}
#Services .service-box .Service-Arrow {
  position: relative;
}
#Services .service-box .Service-Arrow img {
  width: 52px;
  transition: 600ms all ease;
}
#Services .service-box .Service-Arrow .img-hov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 600ms all ease;
}
#Services .service-box:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3215686275);
  transform: translateY(-8px);
}
#Services .service-box:hover .ServiceContent .ServiceIcon img {
  width: 85px;
}
#Services .service-box:hover .ServiceContent .ServiceIcon .img-hov {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
#Services .service-box:hover .ServiceContent .ServiceDetails p {
  color: #5a5a5a;
}
#Services .service-box:hover .ServiceContent .ServiceDetails h5 {
  color: #070707;
  transition: 300ms all ease;
}
#Services .service-box:hover .Service-Arrow {
  position: relative;
}
#Services .service-box:hover .Service-Arrow img {
  opacity: 0;
  transform: rotate(-45deg);
}
#Services .service-box:hover .Service-Arrow .img-hov {
  transform: rotate(-45deg);
  opacity: 1;
}

#client .client-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 28px;
}
#client .client-row .image-wrapper {
  margin-bottom: 48px;
}
#client .client-row .image-wrapper:hover img {
  filter: grayscale(0);
}
#client .client-row .image-wrapper img {
  width: 80%;
  transition: 300ms all ease;
  filter: grayscale(1);
}

#cta {
  background: url(../images/cta.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
}
#cta .section-title {
  text-align: center;
  color: #fff;
  margin: auto;
  max-width: 70%;
  margin-bottom: 42px;
}
#cta .section-title h3 {
  color: #fff;
  font-size: 72px;
  margin-bottom: 24px;
}
#cta .section-title p {
  color: #d5d5d5;
  font-size: 19px;
  font-family: "Magra-Regular";
  font-weight: 300;
}
#cta .web-btn {
  font-size: 19px;
  margin: 0 auto;
  padding: 16px 46px 18px;
}

#HomeAbout {
  background: url(../images/HomeAbout.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#HomeAbout .SectionContainer {
  border-color: #fff;
}
#HomeAbout .section-title h5 {
  color: #fff;
}
#HomeAbout .section-title h5::after {
  background: #fff;
}
#HomeAbout .section-title h3 {
  color: #fff;
}
#HomeAbout .AboutContent {
  color: #ffffff;
  max-width: 70%;
}
#HomeAbout .AboutContent h5 {
  font-size: 34px;
  font-family: "Sansita-Regular";
  margin-bottom: 14px;
}
#HomeAbout .AboutContent p {
  font-size: 19px;
  color: #d5d5d5;
  text-align: justify;
  margin-bottom: 32px;
}
#HomeAbout .AboutContent .web-btn-2 {
  padding: 16px 36px;
}
#HomeAbout .CounterBox {
  padding: 24px;
  color: #fff;
  text-align: center;
}
#HomeAbout .CounterBox:hover h4 {
  color: #fff;
}
#HomeAbout .CounterBox h4 {
  color: transparent;
  transition: 300ms all ease;
  font-size: 62px;
  -webkit-text-stroke: 1px #ffffff;
}
#HomeAbout .CounterBox .CounterName {
  font-size: 21px;
}
#HomeAbout .BorderBottom {
  border-bottom: 1px solid rgba(6, 171, 208, 0.5254901961);
}
#HomeAbout .BorderRight {
  border-right: 1px solid rgba(6, 171, 208, 0.5254901961);
}
#HomeAbout .AboutBox {
  background: rgba(0, 0, 0, 0.2196078431);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 32px;
  transition: 500ms all ease;
}
#HomeAbout .AboutBox:hover {
  background: #ffffff;
  transform: translateY(-10px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
#HomeAbout .AboutBox:hover .AboutIcon .img-hov {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
#HomeAbout .AboutBox:hover .AboutTitle {
  color: #070707;
}
#HomeAbout .AboutBox:hover .AboutPara {
  color: #5a5a5a;
}
#HomeAbout .AboutBox .AboutIcon {
  position: relative;
}
#HomeAbout .AboutBox .AboutIcon img {
  width: 25px;
  transition: 300ms all ease;
}
#HomeAbout .AboutBox .AboutIcon .img-hov {
  position: absolute;
  left: 0;
  top: 0;
  transition: 300ms all ease;
  opacity: 0;
}
#HomeAbout .AboutBox .AboutTitle {
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 14px;
  transition: 300ms all ease;
  font-family: "Sansita-Regular";
}
#HomeAbout .AboutBox .AboutPara {
  font-size: 14px;
  color: #F2F2F2;
  letter-spacing: 0.6px;
  transition: 300ms all ease;
}
#HomeAbout .AboutBox .AboutPara p {
  margin: 0;
}

#Process {
  background: url(../images/process.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#Process .section-title {
  width: 100%;
  max-width: 100%;
}
#Process .ProcessBox {
  padding: 42px;
  border-radius: 18px;
  background: #ffffff;
  text-align: center;
  position: relative;
  transform: 300ms all ease;
}
#Process .ProcessBox:hover .ProcessIcon img {
  width: 85px;
  opacity: 0;
}
#Process .ProcessBox:hover .ProcessIcon .img-hov {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1 !important;
}
#Process .ProcessBox:hover h5,
#Process .ProcessBox:hover p {
  color: #ffffff;
}
#Process .ProcessBox h5 {
  font-size: 32px;
  font-family: "Sansita-Regular";
  letter-spacing: 0.2em;
  margin-bottom: 12px;
  position: relative;
  z-index: 3;
  transform: 300ms all ease;
}
#Process .ProcessBox p {
  font-size: 18px;
  position: relative;
  transform: 300ms all ease;
  z-index: 3;
}
#Process .ProcessBox .ProcessIcon {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 14px;
}
#Process .ProcessBox .ProcessIcon img {
  width: 85px;
  transition: 300ms all ease;
}
#Process .ProcessBox .ProcessIcon .img-hov {
  position: absolute;
  left: 0;
  top: 0;
  transition: 300ms all ease;
  opacity: 0;
}
#Process .box-1 {
  overflow: hidden;
  background: url(../images/Box1.svg);
  transition: 500ms all ease;
}
#Process .box-1:hover {
  transform: scale(0.95);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
#Process .box-1:hover::before {
  opacity: 1;
}
#Process .box-1::before {
  content: "";
  transition: 500ms all ease;
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: url(../images/box1-hov.svg);
}
#Process .box-2 {
  overflow: hidden;
  background: url(../images/Box2.svg);
  transition: 500ms all ease;
}
#Process .box-2:hover {
  transform: scale(0.95);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
#Process .box-2:hover::before {
  opacity: 1;
}
#Process .box-2::before {
  content: "";
  transition: 500ms all ease;
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: url(../images/box2-hov.svg);
}
#Process .box-3 {
  overflow: hidden;
  background: url(../images/Box3.svg);
  transition: 500ms all ease;
}
#Process .box-3:hover {
  transform: scale(0.95);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
#Process .box-3:hover::before {
  opacity: 1;
}
#Process .box-3::before {
  content: "";
  transition: 500ms all ease;
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: url(../images/box3-hov.svg);
}

#FAQS {
  background: url(../images/faq-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#FAQS .SectionContainer {
  border-color: #ffffff;
}
#FAQS .section-title {
  max-width: 100%;
}
#FAQS .section-title h5 {
  color: #fff;
}
#FAQS .section-title h5::after {
  background: #fff;
}
#FAQS .section-title h3 {
  color: #ffffff;
}
#FAQS .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  box-shadow: none;
}
#FAQS .accordion-button {
  background: transparent;
  box-shadow: none;
  color: #ffffff;
  font-size: 24px;
  font-family: "Sansita-Regular";
  letter-spacing: 1px;
}
#FAQS .accordion-collapse {
  color: #f5f5f5;
  font-size: 16px;
  letter-spacing: 1px;
}
#FAQS .accordion-button:not(.collapsed) {
  padding-bottom: 0;
}
#FAQS .accordion-button::after {
  background-image: url(../images/Chevron\ down.svg);
}
#FAQS .contact-box {
  padding: 24px 18px;
}
#FAQS .contact-box .contact-title {
  font-size: 32px;
  color: #fff;
  margin-bottom: 24px;
}
#FAQS .contact-box .Contact-Details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
#FAQS .contact-box .Contact-Details a {
  background: #06D0A8;
  border: 1px solid rgba(255, 255, 255, 0.5490196078);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  color: #ffffff;
  border-radius: 12px;
  transition: 0.7s;
  font-size: 20px;
}
#FAQS .contact-box .Contact-Details a:hover {
  transform: scale(1.06);
}
#FAQS .contact-box .Contact-Details a img {
  width: 24px;
  margin-top: -3px;
}
#FAQS .Form-wrapper {
  padding: 10px 40px 40px;
  background-color: #ffffff;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0px 0px 35.63px 0px rgba(0, 0, 0, 0.1411764706);
}
#FAQS .Form-wrapper ::file-selector-button {
  position: relative;
  padding: 10px 22px;
  border-radius: 0px;
  border: none;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  transition: all 0.3s ease;
  font-family: "Sansita-Regular";
}
#FAQS .Form-wrapper ::file-selector-button:hover {
  transform: scale(1.05);
}
#FAQS .Form-wrapper h1 {
  font-size: 52px;
  margin-bottom: 42px;
  padding-bottom: 30px;
  border-bottom: 1.11px solid #E0E0E0;
}
#FAQS .Form-wrapper h1 span {
  color: #06ABD0;
}
#FAQS .field-wrapper {
  display: block;
  margin: 30px 0px;
  position: relative;
  outline: none;
  width: 100%;
}
#FAQS .field-wrapper.focused label {
  transition: all 0.2s linear;
  top: -20px;
}
#FAQS label {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  font-size: 19px;
  position: absolute;
  top: 10px;
  left: 14px;
  display: inline-block;
  background: #FFF;
  margin: 8px 5px;
  line-height: 1.4em;
  padding: 0 10px;
  transition: all 0.2s linear;
  text-transform: capitalize;
  color: #a8a8a8;
  font-weight: 200;
  letter-spacing: 1px;
}
#FAQS input {
  width: 100%;
  border: 1.11px solid #B5B5B5;
  padding: 19px;
  border-radius: 14px;
  outline: none;
}
#FAQS input:focus {
  border-color: #06D0A8;
}
#FAQS .field-wrapper.focused label {
  color: #06D0A8;
}
#FAQS select {
  width: 100%;
  border: 1.11px solid #B5B5B5;
  padding: 19px 25px;
  border-radius: 14px;
  color: #a8a8a8;
  font-size: 19px;
}
#FAQS select option {
  color: #000000;
}
#FAQS textarea {
  width: 100%;
  border: 1.11px solid #B5B5B5;
  padding: 19px 25px;
  border-radius: 14px;
  color: #a8a8a8;
  font-size: 19px;
  outline: none;
}
#FAQS textarea:focus {
  border-color: #06D0A8;
}
#FAQS .form-btn .web-btn {
  width: auto;
  min-width: 120px;
  padding: 14px 30px;
  outline: none;
  border: none;
  border-radius: 0;
  font-size: 18px;
  text-transform: capitalize;
}

#Testimonials {
  background: url(../images/testimonial.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#Testimonials .owl-nav {
  width: 115%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: -8%;
  top: 42%;
}
#Testimonials .TestimonialBox {
  background: #ffffff;
  padding: 42px;
  position: relative;
  border-radius: 24px;
  height: 100%;
}
#Testimonials .TestimonialBox .Review {
  font-family: "Sansita-Regular";
  font-size: 28px;
  color: #000000;
  margin-bottom: 28px;
}
#Testimonials .TestimonialBox .Logo {
  width: 140px;
  margin-bottom: 24px;
}
#Testimonials .TestimonialBox .Logo img {
  width: 100%;
}
#Testimonials .TestimonialBox .Profile-Details {
  padding: 24px 0 0;
  border-top: 1px solid #dedede;
}
#Testimonials .TestimonialBox .Profile-Details h4 {
  font-family: "Sansita-Regular";
}
#Testimonials .TestimonialBox .Profile-Details p {
  color: #B5B5B5;
}
#Testimonials .TestimonialBox .comma-img {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
#Testimonials .TestimonialBox .comma-img img {
  width: 49px;
}
#Testimonials .owl-carousel .owl-nav button.owl-next {
  background: url(../images/arrow_circle_right-w.svg);
  background-size: contain;
  opacity: 0.8;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  color: transparent;
}
#Testimonials .owl-carousel .owl-nav button.owl-prev {
  background: url(../images/arrow_circle_left-w.svg);
  background-size: contain;
  opacity: 0.8;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  color: transparent;
}
#Testimonials .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}
#Testimonials .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
}

#Blogs .web-btn {
  margin: auto;
  margin-top: 32px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 21px;
  padding: 13px 36px;
}
#Blogs .trending-blog {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
#Blogs .trending-blog:hover .view-btn img {
  transform: rotate(-45deg);
}
#Blogs .trending-blog:hover .view-btn .img-hov {
  opacity: 1;
}
#Blogs .trending-blog::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
}
#Blogs .trending-blog img {
  width: 100%;
}
#Blogs .trending-blog .trending-blog-title {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 10;
  width: 90%;
}
#Blogs .trending-blog .trending-blog-title:hover .readmore span {
  transform: translateX(10px);
}
#Blogs .trending-blog .trending-blog-title h3 {
  width: 80%;
  font-size: 32px;
  color: #fff;
  margin-bottom: 0px;
}
#Blogs .trending-blog .trending-blog-title p {
  color: #fff;
}
#Blogs .trending-blog .trending-blog-title .blog-date {
  z-index: 1;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  color: #fff;
}
#Blogs .trending-blog .trending-blog-title .blog-date .day {
  height: 12px;
  width: 12px;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 12px;
}
#Blogs .trending-blog .view-btn {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 10;
  display: block;
  transition: 300ms all ease;
}
#Blogs .trending-blog .view-btn img {
  width: 48px;
  transition: 300ms all ease;
}
#Blogs .trending-blog .view-btn .img-hov {
  transition: 300ms all ease;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#Blogs .trending-blog .view-btn.small {
  right: 40px;
  bottom: 40px;
}

#ContactStrip {
  background: url(../images/contactStrip.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#ContactStrip .section-title {
  margin: 0;
  max-width: 100%;
}
#ContactStrip .section-title h3 {
  margin: 0;
  color: #ffffff;
  font-size: 68px;
}
#ContactStrip .Contact-Main {
  padding: 18px;
  border: 2px solid #fff;
  width: 90%;
  float: right;
}
#ContactStrip .Contact-Main .contact-btn {
  padding: 18px;
  border: 2px solid #fff;
}
#ContactStrip .Contact-Main .contact-btn .web-btn-2 {
  width: 100%;
  font-size: 28px;
  padding: 24px;
  display: block;
  text-align: center;
}

#Footer {
  background: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 0;
  color: #fff;
}
#Footer .padding-none {
  padding: 0;
}
#Footer .FooterTitle {
  font-family: "Sansita-Bold";
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  transition: 300ms all ease;
}
#Footer .FooterTitle .material-symbols-outlined {
  font-size: 32px;
  margin-top: 6px;
}
#Footer .FooterTitle:hover {
  color: #06abd0;
}
#Footer ul li {
  font-family: "Magra-Regular";
  color: #D2D2D2;
  font-size: 18px;
  margin-bottom: 8px;
  transition: 300ms all ease;
}
#Footer ul li:hover {
  color: #06abd0;
  transform: translateX(10px);
}
#Footer ul .FooterContact {
  display: flex;
  align-items: center;
  gap: 32px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: space-between;
}
#Footer .FooterBottom {
  height: 75px;
  border-top: 1px solid #fff;
  padding: 0;
  margin: 0;
  margin-top: 70px;
}
#Footer .FooterBottom .FooterBottomFlex {
  display: flex;
  width: 100%;
  align-items: center;
}
#Footer .FooterBottom .FooterBottomFlex .FooterLogo img {
  width: 156px;
  height: 75px;
}
#Footer .FooterBottom .FooterBottomFlex .FooterBottomContent {
  width: 70%;
  display: flex;
  justify-content: space-evenly;
}
#Footer .FooterBottom .FooterBottomFlex .FooterIcons {
  display: flex;
}
#Footer .FooterBottom .FooterBottomFlex .FooterIcons .FooterIconItem {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  width: 75px;
  margin-left: -1px;
}
#Footer .FooterBottom .FooterBottomFlex .FooterIcons .FooterIconItem img {
  width: 40%;
  aspect-ratio: 1/1;
}

.BrochureBtn {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  top: 50%;
  z-index: 1000;
  left: -68px;
  transform: rotateZ(90deg);
}
.BrochureBtn .web-btn-2 {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 24px;
  box-shadow: 4px 0px 24px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 24px 24px 0px 0px;
}

#Modal {
  padding: 0;
  box-shadow: 0px 0px 35.63px 0px rgba(0, 0, 0, 0.1411764706);
}
#Modal .Form-wrapper {
  padding: 0 12px;
  background-color: #ffffff;
  border-radius: 24px;
  text-align: center;
}
#Modal .Form-wrapper .field-wrapper {
  display: block;
  margin: 30px 0px;
  position: relative;
  outline: none;
  width: 100%;
}
#Modal .Form-wrapper .field-wrapper.focused label {
  transition: all 0.2s linear;
  top: -20px;
}
#Modal .Form-wrapper label {
  pointer-events: none;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  font-size: 19px;
  position: absolute;
  top: 4px;
  left: 14px;
  display: inline-block;
  background: #FFF;
  margin: 8px 5px;
  line-height: 1.4em;
  padding: 0 10px;
  transition: all 0.2s linear;
  text-transform: capitalize;
  color: #a8a8a8;
  font-weight: 200;
  letter-spacing: 1px;
}
#Modal .Form-wrapper input {
  width: 100%;
  border: 1.11px solid #B5B5B5;
  padding: 12px;
  border-radius: 14px;
  outline: none;
}
#Modal .Form-wrapper input:focus {
  border-color: #06D0A8;
}
#Modal .Form-wrapper .field-wrapper.focused label {
  color: #06D0A8;
}
#Modal .Form-wrapper select {
  width: 100%;
  border: 1.11px solid #B5B5B5;
  padding: 19px 25px;
  border-radius: 14px;
  color: #a8a8a8;
  font-size: 19px;
}
#Modal .Form-wrapper select option {
  color: #000000;
}
#Modal .Form-wrapper textarea {
  width: 100%;
  border: 1.11px solid #B5B5B5;
  padding: 19px 25px;
  border-radius: 14px;
  color: #a8a8a8;
  font-size: 19px;
  outline: none;
}
#Modal .Form-wrapper textarea:focus {
  border-color: #06D0A8;
}
#Modal .Form-wrapper .form-btn .web-btn {
  width: auto;
  min-width: 120px;
  padding: 10px;
  outline: none;
  border: none;
  border-radius: 0;
  font-size: 18px;
  text-transform: capitalize;
}

#Floating-btn {
  padding: 0;
  position: fixed;
  bottom: 6px;
  right: 20px;
  overflow: visible;
  z-index: 1000;
}
#Floating-btn .FlotingBox {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: end;
  margin-bottom: 16px;
}
#Floating-btn .FlotingBox .Btn-text {
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#Floating-btn .FlotingBox .icon {
  width: 60px;
  transition: 300ms all ease;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50%;
}
#Floating-btn .FlotingBox .icon:hover {
  transform: scale(1.05);
}
#Floating-btn .FlotingBox .icon img {
  width: 100%;
}

#OtherPage {
  padding: 0;
}
#OtherPage .hero-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#OtherPage .Page-Title {
  position: absolute;
  top: 38%;
  width: 70%;
}
#OtherPage .Page-Title h3 {
  color: #FFFFFF;
  text-align: center;
  font-size: 72px;
}

#ProductServices .ServiceBox {
  border-bottom: 2px solid #E2E2E2;
  transition: 300ms all ease;
  position: relative;
}
#ProductServices .ServiceBox:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #06D0A8;
  transition: 500ms all ease;
}
#ProductServices .ServiceBox:hover {
  border: 1px transparent;
}
#ProductServices .ServiceBox:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #06D0A8;
}
#ProductServices .ServiceBox:hover .ServiceImg:after {
  opacity: 1;
}
#ProductServices .ServiceBox:hover .ServiceImg img {
  transform: scale(1.2);
}
#ProductServices .ServiceBox:hover .ServiceImg .Icon img {
  opacity: 0;
  transform: scale(1);
}
#ProductServices .ServiceBox:hover .ServiceImg .Icon .img-hov {
  opacity: 1;
}
#ProductServices .ServiceBox:hover .ServiceName {
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ProductServices .ServiceBox .ServiceImg {
  position: relative;
  overflow: hidden;
  border-radius: 19px;
}
#ProductServices .ServiceBox .ServiceImg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 500ms all ease;
}
#ProductServices .ServiceBox .ServiceImg img {
  width: 100%;
  transition: 0.7s;
}
#ProductServices .ServiceBox .ServiceImg .Icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
#ProductServices .ServiceBox .ServiceImg .Icon img {
  width: 65px;
  transition: 300ms all ease;
}
#ProductServices .ServiceBox .ServiceImg .Icon .img-hov {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}
#ProductServices .ServiceBox .ServiceName {
  display: block;
  font-size: 27px;
  text-align: center;
  padding: 12px 0;
  transition: 370ms all ease;
  background: linear-gradient(0deg, #3A3A3A, #3A3A3A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#Locations .LocationTitle {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}
#Locations .LocationTitle .pin-img {
  width: 42px;
}
#Locations .LocationTitle a {
  text-decoration: underline;
}
#Locations .LocationTitle a:hover h2 {
  color: #06D0A8;
}
#Locations .LocationTitle a h2 {
  color: #3A3A3A;
  font-size: 42px;
  transition: 300ms all ease;
}
#Locations .LocationList li {
  font-size: 27px;
}
#Locations .Locations {
  transition: 300ms all ease;
}
#Locations .Locations:hover {
  transform: translateY(-10px);
}

#ProjectSlider .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 110%;
  position: absolute;
  top: 43%;
  left: -5%;
  z-index: -1;
}
#ProjectSlider .owl-carousel .owl-nav button.owl-next {
  background: url(../images/arrow_circle_right.svg);
  background-size: contain;
  opacity: 0.6;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  color: transparent;
}
#ProjectSlider .owl-carousel .owl-nav button.owl-prev {
  background: url(../images/arrow_circle_left.svg);
  background-size: contain;
  opacity: 0.6;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  color: transparent;
}
#ProjectSlider .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}
#ProjectSlider .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
}
#ProjectSlider .ServiceBox {
  border-bottom: 2px solid #E2E2E2;
  transition: 300ms all ease;
  position: relative;
}
#ProjectSlider .ServiceBox:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #06D0A8;
  transition: 500ms all ease;
}
#ProjectSlider .ServiceBox:hover {
  border: 1px transparent;
}
#ProjectSlider .ServiceBox:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #06D0A8;
}
#ProjectSlider .ServiceBox:hover .ServiceImg:after {
  opacity: 1;
}
#ProjectSlider .ServiceBox:hover .ServiceImg img {
  transform: scale(1.2);
}
#ProjectSlider .ServiceBox:hover .ServiceImg .Icon img {
  opacity: 0;
  transform: scale(1);
}
#ProjectSlider .ServiceBox:hover .ServiceImg .Icon .img-hov {
  opacity: 1;
}
#ProjectSlider .ServiceBox:hover .ServiceName {
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ProjectSlider .ServiceBox .ServiceImg {
  position: relative;
  overflow: hidden;
  border-radius: 19px;
}
#ProjectSlider .ServiceBox .ServiceImg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 500ms all ease;
}
#ProjectSlider .ServiceBox .ServiceImg img {
  width: 100%;
  transition: 0.7s;
}
#ProjectSlider .ServiceBox .ServiceImg .Icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
#ProjectSlider .ServiceBox .ServiceImg .Icon img {
  width: 65px;
  transition: 300ms all ease;
}
#ProjectSlider .ServiceBox .ServiceImg .Icon .img-hov {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}
#ProjectSlider .ServiceBox .ServiceName {
  display: block;
  font-size: 27px;
  text-align: center;
  padding: 12px 0;
  transition: 370ms all ease;
  background: linear-gradient(0deg, #3A3A3A, #3A3A3A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#OurProjects .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 14px;
  left: 38%;
  /* right: auto; */
}
#OurProjects button.owl-dot.active span {
  background: #06D0A8;
  height: 10px;
  width: 10px;
  transition: 300ms all ease;
}
#OurProjects button.owl-dot span {
  background: #fff;
  transition: 300ms all ease;
  height: 10px;
  width: 10px;
}
#OurProjects .ProjectItem:hover .ProjectImg .ProjectDetails {
  transform: scale(1);
}
#OurProjects .ProjectItem .ProjectImg {
  position: relative;
}
#OurProjects .ProjectItem .ProjectImg img {
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
#OurProjects .ProjectItem .ProjectImg .ProjectDetails {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  position: absolute;
  right: 5%;
  top: 0%;
  padding: 24px 20px;
  width: 90%;
  border-radius: 24px 24px;
  color: #fff;
  margin: 20px 0;
  transform: scale(0);
  transition: 300ms all ease;
}
#OurProjects .ProjectItem .ProjectImg .ProjectDetails .project-subtitle {
  color: #F2F2F2;
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 12px 3px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#OurProjects .ProjectItem .ProjectImg .ProjectDetails .project-title {
  font-size: 24px;
  font-family: "Sansita-Regular";
  margin-bottom: 12px;
}
#OurProjects .ProjectItem .ProjectImg .ProjectDetails .Project-para {
  font-family: "Magra-Regular";
  font-size: 16px;
  text-align: justify;
  line-height: 1.4;
  color: #D1D1D1;
}
#OurProjects .ProjectItem .ProjectImg .ProjectDetails .ReadMoreBtn {
  display: block;
  gap: 14px;
  align-items: center;
  font-size: 21px;
  font-family: "Sansita-Bold";
  transition: 300ms all ease;
}
#OurProjects .ProjectItem .ProjectImg .ProjectDetails .ReadMoreBtn .read-more-text {
  transition: 300ms all ease;
}
#OurProjects .ProjectItem .ProjectImg .ProjectDetails .ReadMoreBtn .ImgMain {
  margin: 0px 14px 0px;
  position: relative !important;
  width: 32px;
  height: 32px;
  top: -3px;
}
#OurProjects .ProjectItem .ProjectImg .ProjectDetails .ReadMoreBtn .ImgMain .img-hov {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 500ms all ease;
}
#OurProjects .ProjectItem .ProjectImg .ProjectDetails .ReadMoreBtn .ImgMain img {
  width: 32px;
  height: 32px;
  transition: 500ms all ease;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

#ServiceAbout .section-title {
  max-width: 100%;
}
#ServiceAbout .section-title p {
  color: #646464;
  font-size: 20px;
}
#ServiceAbout .AboutTitle h4 {
  color: #06ABD0;
  font-size: 28px;
}
#ServiceAbout .AboutTitle p {
  color: #646464;
  font-size: 20px;
}

#WhyChooseService {
  background: #036B83;
}
#WhyChooseService .SectionContainer {
  border-color: #ffffff;
}
#WhyChooseService .SectionContainer .section-title h5 {
  color: #fff;
}
#WhyChooseService .SectionContainer .section-title h5::after {
  background: #fff;
}
#WhyChooseService .SectionContainer .section-title h3 {
  color: #fff;
}
#WhyChooseService .WhyChooseMain {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 660px;
}
#WhyChooseService .WhyChooseMain .WhyChooseContent {
  background: #ffffff;
  padding: 48px;
  width: 60%;
  z-index: 1;
  border-radius: 18px;
}
#WhyChooseService .WhyChooseMain .WhyChooseContent h4 {
  color: #414141;
  font-size: 24px;
  line-height: 1.3;
  text-align: justify;
  margin-bottom: 18px;
  font-family: "Magra-Bold";
}
#WhyChooseService .WhyChooseMain .WhyChooseContent p {
  font-size: 19px;
  color: #646464;
  text-align: justify;
  margin-bottom: 24px;
}
#WhyChooseService .WhyChooseMain .WhyChooseContent p a {
  color: #06D0A8;
}
#WhyChooseService .WhyChooseMain .WhyChooseContent .web-btn {
  padding: 14px 24px;
  margin-top: 32px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
#WhyChooseService .WhyChooseMain .WhyChooseImg {
  position: absolute;
  width: 60%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 0;
}

#Layouts .owl-carousel .owl-stage-outer {
  padding: 24px 0;
}
#Layouts .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 110%;
  position: absolute;
  top: 43%;
  left: -5%;
  z-index: -1;
}
#Layouts .owl-carousel .owl-nav button.owl-next {
  background: url(../images/arrow_circle_right.svg);
  background-size: contain;
  opacity: 0.6;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  color: transparent;
}
#Layouts .owl-carousel .owl-nav button.owl-prev {
  background: url(../images/arrow_circle_left.svg);
  background-size: contain;
  opacity: 0.6;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  color: transparent;
}
#Layouts .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}
#Layouts .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
}
#Layouts .LayoutBox {
  padding: 48px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1215686275);
  border-radius: 24px;
  transition: 300ms all ease;
}
#Layouts .LayoutBox:hover {
  background: #06D0A8;
}

#ProjectService {
  background: #036B83;
}
#ProjectService .SectionContainer {
  border-color: #fff;
}
#ProjectService .SectionContainer .section-title h5 {
  color: #fff;
}
#ProjectService .SectionContainer .section-title h5:after {
  background: #fff;
}
#ProjectService .SectionContainer .section-title h3 {
  color: #fff;
}
#ProjectService .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 110%;
  position: absolute;
  top: 43%;
  left: -5%;
  z-index: -1;
}
#ProjectService .owl-carousel .owl-nav button.owl-next {
  background: url(../images/arrow_circle_right-w.svg);
  background-size: contain;
  opacity: 0.6;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  color: transparent;
}
#ProjectService .owl-carousel .owl-nav button.owl-prev {
  background: url(../images/arrow_circle_left-w.svg);
  background-size: contain;
  opacity: 0.6;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  color: transparent;
}
#ProjectService .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}
#ProjectService .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
}
#ProjectService .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 24px;
  left: 46%;
  /* right: auto; */
}
#ProjectService button.owl-dot.active span {
  background: #06D0A8;
  height: 18px;
  width: 18px;
  transition: 300ms all ease;
}
#ProjectService button.owl-dot span {
  background: #fff;
  transition: 300ms all ease;
  height: 18px;
  width: 18px;
}
#ProjectService .ProjectSlider .ProjectItem {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
#ProjectService .ProjectSlider .ProjectItem:hover .ReadMoreBtn .read-more-text {
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ProjectService .ProjectSlider .ProjectItem:hover .ReadMoreBtn .ImgMain img {
  transform: rotateZ(-45deg);
  opacity: 0 !important;
}
#ProjectService .ProjectSlider .ProjectItem:hover .ReadMoreBtn .ImgMain .img-hov {
  transform: rotateZ(-45deg);
  opacity: 1 !important;
}
#ProjectService .ProjectSlider .ProjectItem .ProjectDetails {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  position: absolute;
  right: 0;
  top: 11.5%;
  max-width: 35%;
  padding: 40px;
  width: 539px;
  border-radius: 24px 0px 0px 24px;
  color: #fff;
}
#ProjectService .ProjectSlider .ProjectItem .ProjectDetails .project-subtitle {
  color: #F2F2F2;
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 12px 3px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#ProjectService .ProjectSlider .ProjectItem .ProjectDetails .project-title {
  font-size: 28px;
  font-family: "Sansita-Regular";
  margin-bottom: 12px;
}
#ProjectService .ProjectSlider .ProjectItem .ProjectDetails .Project-para {
  font-family: "Magra-Regular";
  font-size: 17px;
  text-align: justify;
  line-height: 1.5;
  color: #D1D1D1;
}
#ProjectService .ProjectSlider .ProjectItem .ProjectDetails .ReadMoreBtn {
  display: block;
  gap: 14px;
  align-items: center;
  font-size: 21px;
  font-family: "Sansita-Bold";
  transition: 300ms all ease;
}
#ProjectService .ProjectSlider .ProjectItem .ProjectDetails .ReadMoreBtn .read-more-text {
  transition: 300ms all ease;
}
#ProjectService .ProjectSlider .ProjectItem .ProjectDetails .ReadMoreBtn .ImgMain {
  margin: 0px 14px 0px;
  position: relative !important;
  width: 32px;
  height: 32px;
  top: -3px;
}
#ProjectService .ProjectSlider .ProjectItem .ProjectDetails .ReadMoreBtn .ImgMain .img-hov {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 500ms all ease;
}
#ProjectService .ProjectSlider .ProjectItem .ProjectDetails .ReadMoreBtn .ImgMain img {
  width: 32px;
  height: 32px;
  transition: 500ms all ease;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

#OtherServices .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 110%;
  position: absolute;
  top: 43%;
  left: -5%;
  z-index: -1;
}
#OtherServices .owl-carousel .owl-nav button.owl-next {
  background: url(../images/arrow_circle_right.svg);
  background-size: contain;
  opacity: 0.6;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  color: transparent;
}
#OtherServices .owl-carousel .owl-nav button.owl-prev {
  background: url(../images/arrow_circle_left.svg);
  background-size: contain;
  opacity: 0.6;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  color: transparent;
}
#OtherServices .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}
#OtherServices .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
}
#OtherServices .ServiceBox {
  border-bottom: 2px solid #E2E2E2;
  transition: 300ms all ease;
  position: relative;
}
#OtherServices .ServiceBox:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #06D0A8;
  transition: 500ms all ease;
}
#OtherServices .ServiceBox:hover {
  border: 1px transparent;
}
#OtherServices .ServiceBox:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #06D0A8;
}
#OtherServices .ServiceBox:hover .ServiceImg:after {
  opacity: 1;
}
#OtherServices .ServiceBox:hover .ServiceImg img {
  transform: scale(1.2);
}
#OtherServices .ServiceBox:hover .ServiceImg .Icon img {
  opacity: 0;
  transform: scale(1);
}
#OtherServices .ServiceBox:hover .ServiceImg .Icon .img-hov {
  opacity: 1;
}
#OtherServices .ServiceBox:hover .ServiceName {
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#OtherServices .ServiceBox .ServiceImg {
  position: relative;
  overflow: hidden;
  border-radius: 19px;
}
#OtherServices .ServiceBox .ServiceImg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 500ms all ease;
}
#OtherServices .ServiceBox .ServiceImg img {
  width: 100%;
  transition: 0.7s;
}
#OtherServices .ServiceBox .ServiceImg .Icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
#OtherServices .ServiceBox .ServiceImg .Icon img {
  width: 65px;
  transition: 300ms all ease;
}
#OtherServices .ServiceBox .ServiceImg .Icon .img-hov {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}
#OtherServices .ServiceBox .ServiceName {
  display: block;
  font-size: 27px;
  text-align: center;
  padding: 12px 0;
  transition: 370ms all ease;
  background: linear-gradient(0deg, #3A3A3A, #3A3A3A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#AboutUs {
  padding-bottom: 0;
}
#AboutUs .CounterBox {
  padding: 12px;
  color: #fff;
  text-align: left;
  height: 100%;
}
#AboutUs .CounterBox:hover h4 {
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0px #ffffff;
}
#AboutUs .CounterBox h4 {
  color: transparent;
  transition: 300ms all ease;
  font-size: 58px;
  -webkit-text-stroke: 1px #ffffff;
}
#AboutUs .CounterBox .CounterName {
  font-size: 19px;
}
#AboutUs .BorderBottom {
  border-bottom: 1px solid rgba(6, 171, 208, 0.5254901961);
}
#AboutUs .BorderRight {
  border-right: 1px solid rgba(6, 171, 208, 0.5254901961);
}
#AboutUs .AboutImg {
  position: relative;
}
#AboutUs .AboutCounter {
  padding: 32px;
  width: 62%;
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 24px;
}
#AboutUs .section-title {
  margin-bottom: 0;
}
#AboutUs .section-title h6 {
  color: #000000;
  font-size: 27px;
}
#AboutUs .AboutUsContent p {
  font-size: 18px;
  color: #646464;
  text-align: justify;
}
#AboutUs .AboutUsContent .certificate {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 32px;
}
#AboutUs .AboutUsContent .certificate img {
  margin-bottom: 12px;
}

#Marquee {
  padding: 0;
}
#Marquee .marquee {
  margin: 0em 10px;
}
#Marquee .marquee-box-one {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  margin: 1em 0 0 0;
}
#Marquee .marquee-content-one {
  display: flex;
  gap: 20px 0;
  padding: 0 20px;
  animation: scroll-one 40s linear infinite;
}
#Marquee .marquee-box-two {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  margin: 1em 0 60px 0;
}
#Marquee .marquee-content-two {
  display: flex;
  gap: 20px 0;
  padding: 0 20px;
  animation: scroll-two 40s linear infinite;
}
#Marquee .marquee-text {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 100;
  flex-shrink: 0;
  margin: 0;
  padding: 15px 30px;
  border-radius: 50px;
  color: white;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#Marquee .marquee-text img {
  filter: grayscale(1);
  width: 170px;
  aspect-ratio: 2/1;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 300ms all ease;
}
#Marquee .marquee-text:hover img {
  filter: grayscale(0);
}
@keyframes scroll-one {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-two {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

#VisionMission {
  background: url("../images/vision-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#VisionMission .SectionContainer .section-title {
  max-width: 100%;
}
#VisionMission .SectionContainer .section-title h5 {
  color: #fff;
}
#VisionMission .SectionContainer .section-title h5::after {
  background: #fff;
}
#VisionMission .SectionContainer .section-title h3 {
  color: #fff;
}
#VisionMission .VisionMissionBox {
  background: rgba(6, 171, 208, 0.5019607843);
  border-radius: 24px;
  padding: 32px;
  transition: 500ms all ease;
}
#VisionMission .VisionMissionBox:hover {
  background: rgba(6, 208, 168, 0.5019607843);
  transform: translateY(-14px);
}
#VisionMission .VisionMissionBox .VisionMissionTitle h2 {
  font-size: 62px;
  color: #ffffff;
  max-width: 70%;
  margin-bottom: 24px;
}
#VisionMission .VisionMissionBox .VisionContent p {
  color: #ffffff;
  font-size: 18px;
  text-align: justify;
}
#VisionMission .VisionMissionBox .VisionIcon {
  text-align: right;
}
#VisionMission .VisionMissionBox .VisionIcon img {
  width: 65px;
}

#Benefits .section-title {
  max-width: 100%;
}
#Benefits .section-title p {
  font-size: 19px;
  color: #4F4F4F;
  text-align: justify;
}
#Benefits .BenefitsFlex {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 24px;
}
#Benefits .BenefitsFlex .BenefitsBox {
  width: 16%;
  margin: 1%;
  text-align: center;
}
#Benefits .BenefitsFlex .BenefitsBox .BenefitIcon {
  box-shadow: 0px 0px 3.03px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 42px;
  border-radius: 100%;
  position: relative;
  display: flex;
  height: 200px;
  width: 200px;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 300ms all ease;
}
#Benefits .BenefitsFlex .BenefitsBox .BenefitIcon:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: 500ms all ease;
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
}
#Benefits .BenefitsFlex .BenefitsBox .BenefitIcon:hover:after {
  opacity: 1;
}
#Benefits .BenefitsFlex .BenefitsBox .BenefitIcon:hover .img-hov {
  opacity: 1;
}
#Benefits .BenefitsFlex .BenefitsBox .BenefitIcon:hover .BenefitsNo {
  box-shadow: 0px 0px 3.03px 0px rgba(0, 0, 0, 0.2509803922);
}
#Benefits .BenefitsFlex .BenefitsBox .BenefitIcon:hover .BenefitsNo:after {
  opacity: 1;
}
#Benefits .BenefitsFlex .BenefitsBox .BenefitIcon:hover .BenefitsNo span {
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#Benefits .BenefitsFlex .BenefitsBox .BenefitIcon .IconMain {
  position: relative;
  z-index: 4;
}
#Benefits .BenefitsFlex .BenefitsBox .BenefitIcon img {
  width: 70px;
}
#Benefits .BenefitsFlex .BenefitsBox .BenefitIcon .img-hov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 500ms all ease;
}
#Benefits .BenefitsFlex .BenefitsBox .BenefitIcon .BenefitsNo {
  position: absolute;
  top: 25px;
  left: -10px;
  font-size: 24px;
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  padding-bottom: 5px;
  z-index: 4;
  padding-left: 2px;
}
#Benefits .BenefitsFlex .BenefitsBox .BenefitIcon .BenefitsNo:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 500ms all ease;
  background: #fff;
}
#Benefits .BenefitsFlex .BenefitsBox .BenefitIcon .BenefitsNo span {
  transition: 400ms all ease;
  position: relative;
  z-index: 4;
}
#Benefits .BenefitsFlex .BenefitsBox .BenefitName {
  margin-top: 14px;
}

#WhyChooseUs {
  background: url(../images/whychoose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#WhyChooseUs .section-title h5 {
  color: #fff;
}
#WhyChooseUs .section-title h5::after {
  background: #fff;
}
#WhyChooseUs .section-title h3 {
  color: #fff;
}
#WhyChooseUs .WhyChooseBox {
  background: rgba(0, 0, 0, 0.1607843137);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 24px;
  gap: 14px;
  transition: 500ms all ease;
}
#WhyChooseUs .WhyChooseBox:hover {
  transform: scale(0.95);
}
#WhyChooseUs .WhyChooseBox:hover .WhyUsIcon img {
  opacity: 0;
}
#WhyChooseUs .WhyChooseBox:hover .WhyUsIcon .img-hov {
  opacity: 1;
}
#WhyChooseUs .WhyChooseBox .WhyUsIcon {
  position: relative;
}
#WhyChooseUs .WhyChooseBox .WhyUsIcon img {
  width: 65px;
  transition: 400ms all ease;
}
#WhyChooseUs .WhyChooseBox .WhyUsIcon .img-hov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 400ms all ease;
}
#WhyChooseUs .WhyChooseBox .WhyChooseTitle h4 {
  font-size: 19px;
  margin: 0;
  color: #fff;
}

#Teams {
  background: url(../images/teams-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#Teams .card {
  padding: 18px;
  border-radius: 16px;
  display: block;
  transition: 0.7s;
}
#Teams .card:hover {
  transform: scale(0.95);
}
#Teams .card:hover .card-img-top {
  filter: grayscale(0) !important;
}
#Teams .card:hover .social-media {
  filter: contrast(100%);
}
#Teams .card-img-top {
  filter: grayscale(1) !important;
  transition: 0.7s;
}
#Teams .card-body {
  padding: 18px 12px;
}
#Teams .card-body .card-title {
  color: #19191B;
  font-size: 24px;
  margin-bottom: 10px;
}
#Teams .card-body .Designation {
  color: #06ABD0;
  text-transform: uppercase;
  font-family: "Sansita-Regular";
  font-size: 18px;
  margin-bottom: 12px;
}
#Teams .card-body .experience {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: #787A82;
}
#Teams .card-body .experience span {
  color: #969696;
}
#Teams .card-body .experience p {
  margin: 0;
}
#Teams .card-body .social-media {
  display: flex;
  gap: 14px;
  align-items: center;
  filter: contrast(0);
  transition: 300ms all ease;
}
#Teams .card-body .social-media img:hover {
  transform: translateY(-3px);
  transition: 300ms all ease;
}

#Manufacturer .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 110%;
  position: absolute;
  top: 41%;
  left: -5%;
  z-index: -1;
}
#Manufacturer .owl-carousel .owl-nav button.owl-next {
  background: url(../images/arrow_circle_right.svg);
  background-size: contain;
  opacity: 0.6;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  color: transparent;
}
#Manufacturer .owl-carousel .owl-nav button.owl-prev {
  background: url(../images/arrow_circle_left.svg);
  background-size: contain;
  opacity: 0.6;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  color: transparent;
}
#Manufacturer .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}
#Manufacturer .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
}
#Manufacturer .DescriptionBox {
  width: 100%;
  position: absolute;
  max-width: 400px;
  right: 20px;
  top: 30%;
  background: #fff;
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1607843137);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}
#Manufacturer .DescriptionBox .Title {
  display: flex;
  gap: 12px;
}
#Manufacturer .DescriptionBox .Title img {
  width: 24px;
}
#Manufacturer .DescriptionBox p {
  text-align: justify;
}

#ContactDetails .ContactBox {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  padding: 48px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  transition: 0.7s;
  height: 100%;
  display: block;
}
#ContactDetails .ContactBox:hover {
  transform: scale(0.95);
}
#ContactDetails .ContactBox:hover::after {
  opacity: 1;
}
#ContactDetails .ContactBox:hover .ContactIcon img {
  opacity: 0;
}
#ContactDetails .ContactBox:hover .ContactIcon .img-hov {
  opacity: 1;
}
#ContactDetails .ContactBox:hover .ContactTitle h4 {
  color: #ffffff;
}
#ContactDetails .ContactBox:hover .ContactDetails {
  color: #fff;
}
#ContactDetails .ContactBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  z-index: -1;
  opacity: 0;
  transition: 300ms all ease;
}
#ContactDetails .ContactBox .ContactIcon {
  position: relative;
  width: 65px;
  margin: auto;
  margin-bottom: 14px;
}
#ContactDetails .ContactBox .ContactIcon img {
  width: 100%;
  transition: 300ms all ease;
}
#ContactDetails .ContactBox .ContactIcon .img-hov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms all ease;
}
#ContactDetails .ContactBox .ContactTitle h4 {
  font-size: 27px;
  transition: 300ms all ease;
}
#ContactDetails .ContactBox .ContactDetails {
  transition: 300ms all ease;
  color: #7A7A7A;
  font-size: 18px;
}

#ContactForm {
  background: url(../images/faq-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#ContactForm .SectionContainer {
  border-color: #ffffff;
}
#ContactForm .section-title {
  max-width: 100%;
}
#ContactForm .section-title h5 {
  color: #fff;
}
#ContactForm .section-title h5::after {
  background: #fff;
}
#ContactForm .section-title h3 {
  color: #ffffff;
}
#ContactForm .contact-box {
  padding: 24px 18px;
}
#ContactForm .contact-box .contact-title {
  font-size: 32px;
  color: #fff;
  margin-bottom: 24px;
}
#ContactForm .contact-box .Contact-Details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
#ContactForm .contact-box .Contact-Details a {
  background: #06D0A8;
  border: 1px solid rgba(255, 255, 255, 0.5490196078);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  color: #ffffff;
  border-radius: 12px;
  transition: 0.7s;
  font-size: 20px;
}
#ContactForm .contact-box .Contact-Details a:hover {
  transform: scale(1.06);
}
#ContactForm .contact-box .Contact-Details a img {
  width: 24px;
  margin-top: -3px;
}
#ContactForm .Form-wrapper {
  padding: 10px 40px 40px;
  background-color: #ffffff;
  border-radius: 24px;
  text-align: center;
}
#ContactForm .Form-wrapper ::file-selector-button {
  position: relative;
  padding: 10px 22px;
  border-radius: 0px;
  border: none;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(82.21deg, #06ABD0 1.01%, #06D0A8 100%);
  transition: all 0.3s ease;
  font-family: "Sansita-Regular";
}
#ContactForm .Form-wrapper ::file-selector-button:hover {
  transform: scale(1.05);
}
#ContactForm .Form-wrapper h1 {
  font-size: 52px;
  margin-bottom: 42px;
  padding-bottom: 30px;
  border-bottom: 1.11px solid #E0E0E0;
}
#ContactForm .Form-wrapper h1 span {
  color: #06ABD0;
}
#ContactForm .field-wrapper {
  display: block;
  margin: 30px 0px;
  position: relative;
  outline: none;
  width: 100%;
}
#ContactForm .field-wrapper.focused label {
  transition: all 0.2s linear;
  top: -20px;
}
#ContactForm label {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  font-size: 19px;
  position: absolute;
  top: 10px;
  left: 14px;
  display: inline-block;
  background: #FFF;
  margin: 8px 5px;
  line-height: 1.4em;
  padding: 0 10px;
  transition: all 0.2s linear;
  text-transform: capitalize;
  color: #a8a8a8;
  font-weight: 200;
  letter-spacing: 1px;
}
#ContactForm input {
  width: 100%;
  border: 1.11px solid #B5B5B5;
  padding: 19px;
  border-radius: 14px;
  outline: none;
}
#ContactForm input:focus {
  border-color: #06D0A8;
}
#ContactForm .field-wrapper.focused label {
  color: #06D0A8;
}
#ContactForm select {
  width: 100%;
  border: 1.11px solid #B5B5B5;
  padding: 19px 25px;
  border-radius: 14px;
  color: #a8a8a8;
  font-size: 19px;
}
#ContactForm select option {
  color: #000000;
}
#ContactForm textarea {
  width: 100%;
  border: 1.11px solid #B5B5B5;
  padding: 19px 25px;
  border-radius: 14px;
  color: #a8a8a8;
  font-size: 19px;
  outline: none;
}
#ContactForm textarea:focus {
  border-color: #06D0A8;
}
#ContactForm .form-btn .web-btn {
  width: auto;
  min-width: 120px;
  padding: 14px 30px;
  outline: none;
  border: none;
  border-radius: 0;
  font-size: 18px;
  text-transform: capitalize;
}
#ContactForm .Map {
  height: 100%;
}
#ContactForm .Map iframe {
  height: 100%;
  width: 100%;
}
#ContactForm .ContactContainer {
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 24px;
  box-shadow: 0px 0px 35.63px 0px rgba(0, 0, 0, 0.1411764706);
}
#ContactForm .ContactContainer .row {
  width: 100%;
}

#Gallery {
  padding-bottom: 0;
}
#Gallery .menu {
  overflow: hidden;
  cursor: grab;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 40vh;
}
#Gallery .menu.is-dragging {
  cursor: grabbing;
}
#Gallery .menu--wrapper {
  counter-reset: count;
  display: flex;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
#Gallery .menu--item {
  counter-increment: count;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 30vw;
  height: 100%;
  padding: 0 1.5vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  #Gallery .menu--item {
    width: 40vw;
    height: 40vw;
  }
}
#Gallery .menu--item:nth-child(n+10):before {
  content: counter(count);
}
#Gallery .menu--item figure {
  position: absolute;
  z-index: 1;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  transform-origin: center;
}
#Gallery .menu--item figure img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  transform-origin: center;
}
#Gallery .menu--item figure:before {
  position: absolute;
  z-index: 2;
  bottom: 1vw;
  left: 1vw;
  display: inline-block;
  content: "0" counter(count);
  color: #ffffff;
  font-size: 3vw;
}
#Gallery .version {
  display: inline-block;
  position: fixed;
  text-align: center;
  z-index: 1;
  text-decoration: none;
  background: #333;
  font-family: sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 10px;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  top: -30px;
  right: -50px;
  bottom: auto;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  border-radius: 0;
  padding: 8px 30px;
  font-size: 11px;
}
#Gallery .version:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100px;
  bottom: 0;
  right: 0%;
  background: transparent;
}
@media (max-width: 767px) {
  #Gallery .version {
    transform: scale(0.6) rotate(45deg);
    right: -100px;
  }
}

#Gallery2 {
  padding: 0;
  /* MAIN STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* FOOTER STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
#Gallery2 .section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 100vh;
  text-align: center;
  color: white;
  background: #003049;
}
#Gallery2 .section span {
  text-decoration: underline;
}
#Gallery2 .section-slides {
  margin-top: -1px;
}
#Gallery2 .slides {
  display: grid;
  overflow: hidden;
}
#Gallery2 .slide {
  grid-area: 1/1;
}
#Gallery2 .slide figure {
  margin: 0;
  position: relative;
  height: 100vh;
}
#Gallery2 .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #f1faee;
}
#Gallery2 .slide figcaption {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.15);
}
#Gallery2 .slide .heading {
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  font-size: clamp(2.5rem, 2vh, 5rem);
  line-height: 1;
  font-weight: bold;
  color: #d62828;
  background: #fcbf49;
}
#Gallery2 .page-footer {
  position: fixed;
  right: 0;
  bottom: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 1;
  font-size: 14px;
  background: white;
}
#Gallery2 .page-footer a {
  display: flex;
  margin-left: 4px;
}

#CareerList .section-title {
  max-width: 100%;
}
#CareerList .section-title p {
  font-size: 18px;
  margin-top: 24px;
  color: #646464;
  text-align: justify;
}
#CareerList .CareerOverview {
  border: 1px solid #e3eaed;
  border-radius: 12px;
  padding: 32px;
  inset: 0% 0% auto auto;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  margin-bottom: 20px;
  float: right;
  width: 320px;
  flex-direction: column;
}
#CareerList .CareerOverview .overview-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 2.25rem;
  justify-content: flex-start;
}
#CareerList .CareerOverview .overview-title img {
  width: 45px;
}
#CareerList .CareerOverview .overview-title h2 {
  font-size: 29px;
}
#CareerList .CareerOverview .CompanyDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
#CareerList .CareerOverview .CompanyDetails .Title {
  color: #677b82;
  font-size: 16px;
}
#CareerList .CareerOverview .CompanyDetails .Stat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Sansita-Bold";
}
#CareerList .CareerOverview .CompanyDetails .Stat span {
  color: #3d5761;
  font-weight: 500;
  font-weight: 18px;
}
#CareerList .CareerOverview .CompanyDetails .Stat .material-symbols-outlined {
  font-size: 18px;
}
#CareerList .CareerOverview .web-btn {
  display: block;
  margin-top: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
#CareerList .wrapper {
  height: 100%;
  margin-inline: auto;
  margin-top: 5rem;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0));
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0));
  position: relative;
  width: 90%;
}
#CareerList .marquee {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
#CareerList .marquee-content {
  display: flex;
  animation: marquee 20s linear infinite;
  animation-play-state: running;
  animation-delay: -25s;
  animation-fill-mode: both;
}
#CareerList .marquee:hover .marquee-content {
  animation-play-state: paused;
}
#CareerList .marquee-item {
  flex-shrink: 0;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  font-size: 20px;
  transition: transform 0.4s ease, filter 0.4s ease;
}
#CareerList .marquee:hover .marquee-item {
  filter: blur(4px);
  transform: scale(0.9);
}
#CareerList .marquee .marquee-item:hover {
  filter: none;
  transform: scale(1.1);
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

#JobList .positions_header-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e3eaed;
  grid-template-rows: auto;
  grid-template-columns: 30rem 1fr 10rem 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 1rem;
  display: grid;
}
#JobList .positions_column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.25rem;
  display: flex;
  position: relative;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 1rem;
  color: #677b82;
  font-weight: 400;
}
#JobList .listing_row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e3eaed;
  grid-template-rows: auto;
  grid-template-columns: 30rem 1fr 10rem 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 1rem;
  display: grid;
  position: relative;
  transition: 300ms all ease;
}
#JobList .listing_row:hover {
  background-color: #f1f7f9;
}
#JobList .listing_row:hover .arrow {
  transform: none;
  opacity: 1;
}
#JobList .profile img {
  width: 42px;
  border-radius: 100%;
}
#JobList .listing_column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
  font-size: 17px;
}
#JobList .arrow {
  position: absolute;
  top: 30px;
  right: 30px;
  transform: translate(-15px, 15px);
  transition: 300ms all ease;
  opacity: 0;
}
#JobList .arrow span {
  color: #06ABD0;
}
#JobList .positions_title-mobile {
  color: #677b82;
  margin-bottom: 14px;
  font-size: 0.75rem;
  display: none;
}/*# sourceMappingURL=style.css.map */