@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 800 !important;
}

body {
  font: normal normal normal 16px/24px Nunito Sans;
  letter-spacing: 0px;
  color: #252525;
}

.btn {
  text-align: center;
  font: normal normal 500 13px/25px Nunito Sans;
  letter-spacing: 0.6px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  border: 1px solid #2c7973;
  padding: 10px 25px !important;
  min-width: 100px;
  border-radius: 30px;
}

.btn-primary {
  background: #2c7973 0% 0% no-repeat padding-box;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: transparent !important;
  color: #2c7973 !important;
  border-color: #2c7973 !important;
}
.btn-primary .right-arrow {
  font-size: 18px;
  font-weight: 100;
  position: relative;
  top: 2px;
}

.btn-read {
  font: normal normal 600 14px/18px Nunito Sans;
  color: #fff;
  text-decoration: underline !important;
  transition: all ease 0.4s;
}
.btn-read:hover {
  color: #fff;
}

.btn-light {
  color: #2c7973 !important;
}
.btn-light:hover {
  background: #2c7973;
  color: #fff !important;
  border-color: #2c7973;
}

.theme-color {
  color: #2c7973;
}

.theme-bg {
  background: #2c7973;
}

.dropdown .dropdown-toggle {
  font: normal normal normal 14px/20px Nunito Sans;
  color: #a1a1a1;
  text-align: left;
  padding: 10px 0;
  text-decoration: none;
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #262424;
  border-radius: 0;
  text-transform: none;
}
.dropdown .dropdown-toggle::after {
  content: "\e313";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  font-size: 22px;
  right: 0;
  font-family: "Material Symbols Outlined";
  color: #2c7973;
  border: 0;
}
.dropdown .dropdown-toggle:hover, .dropdown .dropdown-toggle:active, .dropdown .dropdown-toggle:focus {
  color: #a1a1a1 !important;
  border-bottom: 1px solid #262424 !important;
}
.dropdown .dropdown-menu {
  width: 100%;
  transform: translate(0px, 40px) !important;
  border-radius: 0;
  padding: 0;
}
.dropdown .dropdown-menu .dropdown-item {
  background-color: #fff;
  margin: 0;
  padding: 12px 10px;
  text-indent: 15px;
  font: normal normal 13px/20px Nunito Sans;
  letter-spacing: 0px;
  color: #262424;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3490196078);
  transition: all ease 0.4s;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #2c7973;
  color: #fff;
}

a {
  text-decoration: none !important;
}

.sub-title {
  position: relative;
}
.sub-title span {
  font: normal normal 600 18px/20px Nunito Sans;
  letter-spacing: 1px;
  color: #252525;
  position: relative;
  z-index: 7;
}

.headingh1 {
  font: normal normal 700 38px/45px Nunito Sans;
  letter-spacing: 1.8px;
  color: #2c7973;
}

.headingh2 {
  font: normal normal 700 25px/34px Nunito Sans;
  letter-spacing: 0px;
  color: #1d2327;
}

.headingh3 {
  font: normal normal 700 20px/28px Nunito Sans;
  color: #252525;
}

.flaoting-icon {
  position: fixed;
  bottom: 95px;
  right: 28px;
  z-index: 99;
}
.flaoting-icon .up-arrow {
  font-size: 24px;
  color: #fff;
  background: #24a1de;
  font-weight: 100;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.bottom-top {
  position: fixed;
  bottom: 34px;
  right: 28px;
  z-index: 99;
  display: none;
}
.bottom-top .up-arrow {
  font-size: 20px;
  color: #fff;
  background: #2c7973;
  font-weight: 100;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

form .form-group .form-control {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border: 0;
  font: normal normal 500 14px/20px Nunito Sans;
  letter-spacing: 0px;
  color: #202020;
  opacity: 1;
  padding: 14px 10px;
  box-shadow: none;
}
form .form-group label {
  font: normal normal bold 1 px/18px Nunito Sans;
  margin-bottom: 8px;
}

.fixed {
  background-color: #fff;
  position: fixed !important;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9;
}
.fixed .topbar {
  display: none;
}
.fixed .nav1 .navbar-brand img {
  width: 150px;
}

header {
  background: rgba(44, 121, 115, 0.1215686275);
}
header .navbar {
  width: 100%;
  transition: all ease 0.4s;
}
header .navbar .container {
  background: #fff;
  padding: 15px 12px;
}
header .navbar .navbar-toggler .bi-list {
  color: #fff;
  font-size: 20px;
}
header .navbar .navbar-nav {
  align-items: center;
}
header .navbar .navbar-nav .nav-item {
  margin: 0 15px;
}
header .navbar .navbar-nav .nav-item:last-child {
  margin: 0;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font: normal normal normal 15px/22px Nunito Sans;
  letter-spacing: 0.5px;
  color: #252525;
  text-transform: capitalize;
  padding: 0px;
  opacity: 1;
  transition: 0.4s ease all;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #2c7973;
}
header .navbar .navbar-nav .social-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #854901 0% 0% no-repeat padding-box;
  border-radius: 8px;
  transition: all ease 0.4s;
}
header .navbar .navbar-nav .social-icon .bi {
  color: white;
  font-size: 18px;
}
header .navbar .navbar-nav .social-icon:hover {
  background: #221300 0% 0% no-repeat padding-box;
}

footer {
  background: rgba(44, 121, 115, 0.1215686275) 0% 0% no-repeat padding-box;
}
footer marquee {
  font-size: 50px;
  display: inline-block;
  padding: 20px 0;
  margin-top: 15px;
  font-weight: bold;
  color: #2c7973;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
footer .footer-top {
  padding: 50px 0px;
}
footer .footer-top p {
  letter-spacing: 1px;
}
footer .footer-top .footer-logo p {
  font: normal normal normal 14px/22px Nunito Sans;
  color: #252525;
}
footer .footer-top .footer-links ul li {
  font: normal normal normal 14px/20px Nunito Sans;
  letter-spacing: 0px;
  color: #252525;
  margin-bottom: 10px;
}
footer .footer-top .footer-links ul li a {
  color: #252525;
}
footer .footer-top .footer-links ul li .tel-name {
  color: #2c7973;
}
footer .footer-top .footer-links ul li .mail-link {
  color: #2c7973;
  text-decoration: underline !important;
}
footer .footer-top .links1 ul {
  -moz-column-count: 2;
       column-count: 2;
}
footer .footer-top .footer-title {
  font: normal normal 600 20px/28px Nunito Sans;
  color: #2c7973;
  margin-bottom: 20px;
}
footer .footer-top .social-icon a {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #2c7973;
  margin-right: 12px;
  color: #2c7973;
}
footer .footer-top .social-icon a:hover {
  background: #2c7973;
  border-color: #2c7973;
  color: #fff;
}
footer .footer-bottom {
  padding: 8px 0;
  background: #2c7973;
}
footer .footer-bottom p {
  font: normal normal normal 12px/18px Nunito Sans;
  color: #ffffff;
  margin-bottom: 0;
}
footer .footer-bottom p a {
  color: #ffffff;
}

.card {
  border-color: #2c7973;
  background: rgba(44, 121, 115, 0.1215686275);
  margin-bottom: 10px;
}

#profileForm h3 {
  margin-bottom: 10px;
}
#profileForm p {
  line-height: 1.5;
  margin-bottom: 0;
}

.banner {
  position: relative;
  z-index: 0;
  min-height: 70vh;
  display: grid;
  place-items: center;
  background: rgba(44, 121, 115, 0.1215686275);
}
.banner .banner-title {
  font: normal normal bold 50px/60px Nunito Sans;
  letter-spacing: 1.7px;
  color: #000;
}
.banner .container {
  max-width: 1070px;
}

.border-primary1 {
  background: #2c7873 !important;
  border: 0;
}

.home1 {
  padding: 60px 0px;
  background: rgba(182, 209, 206, 0.8705882353);
}
.home1 .assistance-box {
  border: 0;
  background: #fff;
  border-radius: 10px;
  padding: 12px 3px 0px;
  height: 100%;
  box-shadow: 0 0 3px #2c7973;
  min-height: 125px;
  display: grid;
  place-items: center;
}
.home1 .assistance-box img {
  border-radius: 10px;
}
.home1 .assistance-box .assistance-text {
  padding: 15px;
}
.home1 .assistance-box:hover {
  background: #2c7973;
}
.home1 .assistance-box:hover .assistance-text h6 {
  color: #fff;
}

.home2 {
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 60px 0;
}
.home2 .counter-box .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #2c7973;
}
.home2 .counter-box .icon img {
  filter: invert(1);
  width: 40px;
}
.home2 .counter-box .text {
  width: calc(100% - 60px);
  padding-left: 15px;
}
.home2 .center-box {
  font: normal normal bold 16px/18px Nunito Sans;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 5px 0 #cdcdcd;
  position: absolute;
  top: 30%;
  left: -140px;
  translate: 0 -50%;
  background-color: #fff;
}
.home2 .center-box span {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #2c7973;
  color: #fff;
  display: inline-grid;
  place-items: center;
  margin-right: 12px;
  font-size: 20px;
}

.assistance-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 0 5px #2c7973;
}
.assistance-box .img-box {
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: #2c7973;
  margin: 0 auto 15px;
}
.assistance-box img {
  border-radius: 10px;
}
.assistance-box .assistance-text p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
}
.assistance-box:hover {
  background: #2c7973;
}
.assistance-box:hover .img-box {
  background: #fff;
}
.assistance-box:hover h6 {
  color: #fff;
}

.qa-box {
  position: relative;
  overflow: hidden;
}
.qa-box input[type=radio] {
  display: none;
}
.qa-box .answer-box {
  display: block;
  border: 1px solid #1d2327;
  padding: 8px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.qa-box .answer-box.checked {
  background: #53cc84;
  color: #fff;
  border-color: #53cc84;
}
.qa-box .answer-box.error {
  background: #ff1520;
  color: #fff;
  border-color: #ff1520;
}

.has-copyright {
  position: relative;
  overflow: hidden;
  padding: 50px 12px;
}
.has-copyright::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100px;
  translate: 0% -50%;
  width: 185px;
  height: 185px;
  background-image: url(../img/logo.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: -1;
  rotate: -35deg;
  opacity: 0.1;
}

.home3 {
  background: #2c7973;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  position: relative;
  z-index: 0;
}
.home3 .sub-title span {
  background: #2c7973;
}
.home3 .industries-box {
  margin-bottom: 100px;
}

.service-box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.service-box .service-text {
  padding: 25px 0;
  background-color: #2c7973;
}
.service-box .service-text .headingh3 {
  margin-bottom: 0;
}
.service-box .service-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(120, 21, 90, 0.6156862745) 0% 0% no-repeat padding-box;
  z-index: 1;
  display: flex;
  align-items: end;
  padding: 0 45px 45px 45px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.service-box .service-overlay .service-overlay-text .service-title {
  font: normal normal 600 25px/32px Nunito Sans;
  letter-spacing: 1.2px;
  color: #fff;
}
.service-box .service-overlay .service-overlay-text p {
  font: normal normal normal 15px/20px Nunito Sans;
  color: #ffffff;
}
.service-box:hover .service-overlay {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.industries-box {
  position: relative;
  z-index: 0;
}
.industries-box .industries-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.industries-box .industries-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #2c7973;
  transition: 1s ease all;
  opacity: 0;
  transform-origin: center;
}
@keyframes slide {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.industries-box .industries-inner {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 94%;
  height: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 25px;
  display: flex;
  align-items: end;
  transition: all ease 0.4s;
  z-index: 99;
  min-height: 175px;
  border-radius: 0 10px 10px 10px;
  border: 1px solid #2c7973;
}
.industries-box .industries-inner .industries-text .industries-title {
  font: normal normal 500 26px/32px Nunito Sans;
  letter-spacing: 1.2px;
  color: #1d2327;
  translate: 0 15px;
  transition: 0.8s ease all;
}
.industries-box .industries-inner .industries-text .description {
  font: normal normal normal 15px/24px Nunito Sans;
  color: #1d2327;
  margin-bottom: 22px;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s ease all;
  height: 0;
  translate: 0 15px;
}
.industries-box .industries-inner a {
  color: #2c7973;
  translate: 0 8px;
  transition: 0.8s ease all;
}
.industries-box:hover .industries-inner .industries-text .description {
  visibility: visible;
  opacity: 1;
  height: auto;
  translate: 0 0px;
}
.industries-box:hover .industries-inner .industries-text .industries-title {
  translate: 0 0px;
}
.industries-box:hover .industries-inner .industries-text a {
  translate: 0 0px;
}
.industries-box:hover .industries-img:before {
  animation: slide 2s linear;
  width: 100%;
}
.industries-box:hover .industries-img:after {
  animation: slide 2s linear;
  width: 0;
}

.home4 {
  padding: 60px 0;
  position: relative;
  background-color: #f2f2f2;
}
.home4::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  background-image: url(../img/map.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.home4 .leaf1 {
  position: absolute;
  top: 50px;
  right: 100px;
  animation: animate 2s linear infinite;
}
.home4 .leaf2 {
  position: absolute;
  bottom: 50px;
  left: 100px;
  animation: animate 2s linear infinite;
}
@keyframes animate {
  0% {
    scale: 0.8;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.8;
  }
}
.home4 .sub-title::before {
  display: none;
}
.home4 .single-testimonial {
  position: relative;
  z-index: 2;
  border-radius: 5px;
  overflow: hidden;
}
.home4 .single-testimonial p {
  color: #252525;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font: normal italic 500 25px/35px Nunito Sans;
}
.home4 .single-testimonial .client-video {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  position: relative;
  z-index: 99;
}
.home4 .single-testimonial .client-info .client-details {
  color: #252525;
  text-align: left;
}
.home4 .single-testimonial .client-info .client-details h6 {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home4 .single-testimonial .client-info .client-details span {
  font-size: 14px;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  height: 50px;
  display: none !important;
}
.owl-theme .owl-nav button {
  background: #2c7973 !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  display: grid;
  place-items: center;
  color: #fff !important;
  box-shadow: 0 0 0px 1px #fff;
  position: absolute;
}
.owl-theme .owl-nav button span {
  height: 30px;
  display: inline-block;
  font-size: 22px;
}
.owl-theme .owl-nav button:hover {
  background: #1d2327 !important;
}
.owl-theme .owl-nav .owl-prev {
  left: -2.5%;
}
.owl-theme .owl-nav .owl-next {
  right: -2.5%;
}

.owl-theme {
  text-align: left;
}
.owl-theme .owl-dots {
  margin-top: 30px !important;
  text-align: left !important;
}
.owl-theme .owl-dots button {
  width: 20px;
  height: 20px;
  border: 5px solid transparent;
  box-shadow: 0 0 0 2px #2c7973;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-grid !important;
  place-items: center;
  opacity: 0.5;
}
.owl-theme .owl-dots button span {
  margin: 0 !important;
  background: #2c7973 !important;
  opacity: 1;
}
.owl-theme .owl-dots button.active {
  opacity: 1;
}

.home5 {
  padding: 50px 0;
  background: #212529;
}
.home5 .counter-box {
  padding: 50px;
  background: #1d2327;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 5px;
}
.home5 .counter-box .bi {
  font-size: 60px;
}
.home5 .counter-box .count {
  font-size: 40px;
  font-weight: bold;
  margin: 20px 0 10px;
}

.home6 {
  padding: 60px 0;
  position: relative;
}
.home6 .owl-nav {
  display: none !important;
}

.feature-section {
  min-height: 100vh;
  background-image: url(../img/feature-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.feature-section .col-lg-3 {
  background-image: url(../img/feature-slider-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
}
.feature-section .col-lg-3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.77;
  background-color: black;
}
.feature-section .col-lg-3 .div {
  position: relative;
  color: #fff;
}
.feature-section .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #2c7973;
  margin-bottom: 20px;
}
.feature-section .icon img {
  filter: invert(1);
  width: 40px;
}

.cta {
  padding: 30px 0;
}

.parent {
  overflow-x: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.parent .number-list {
  width: -moz-max-content;
  width: max-content;
}
.parent .number-list .number-btn {
  width: 40px;
  height: 40px;
  display: inline-grid;
  min-width: 1px;
  padding: 0 !important;
  border-radius: 50%;
  color: #2c7973;
  place-items: center;
  font-size: 16px;
  margin: 5px;
}
.parent .number-list .number-btn:hover {
  background: #2c7973;
  color: #fff;
}
.parent .number-list .number-btn.finish {
  border-color: #e4e4e4;
  background: #e4e4e4;
  position: relative;
}
.parent .number-list .number-btn.finish i {
  position: absolute;
  bottom: -6px;
  right: 0;
  font-size: 10px;
}
.parent .number-list .number-btn.finish:hover {
  border-color: #e4e4e4;
  background: #e4e4e4;
  color: #2c7973;
}
.parent .filter-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  display: grid;
  place-items: center;
  border: 0 !important;
  background: #fff;
  border-radius: 0;
  color: #1d2327;
  min-width: 1px;
  padding: 0 !important;
  z-index: 9;
}

.allquestions {
  height: 100vh !important;
}
.allquestions .rest-numbers .number-btn {
  width: 40px;
  height: 40px;
  display: inline-grid;
  min-width: 1px;
  padding: 0 !important;
  border-radius: 50%;
  color: #2c7973;
  place-items: center;
  font-size: 16px;
  margin: 8px;
}
.allquestions .rest-numbers .number-btn:hover {
  background: #2c7973;
  color: #fff;
}
.allquestions .rest-numbers .number-btn.finish {
  border-color: #e4e4e4;
  background: #e4e4e4;
  position: relative;
}
.allquestions .rest-numbers .number-btn.finish i {
  position: absolute;
  bottom: -6px;
  right: 0;
  font-size: 10px;
}
.allquestions .rest-numbers .number-btn.finish:hover {
  border-color: #e4e4e4;
  background: #e4e4e4;
  color: #2c7973;
}

.left-panel .current-question {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
}
.left-panel span {
  font-size: 13px;
}
.input_wrapper {
  position: relative;
  cursor: pointer;
  height: 15px;
}

.input_wrapper input[type=checkbox] {
  width: 40px;
  height: 15px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #adb1b1;
  border-radius: 30px;
  position: relative;
  outline: 0;
  transition: all 0.2s;
}

.input_wrapper input[type=checkbox]:after {
  position: absolute;
  content: "HI";
  top: 50%;
  left: -5px;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  background: #fff;
  z-index: 2;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: all 0.35s;
  box-shadow: 0 0 3px #000;
  font-size: 12px;
}

.input_wrapper span {
  position: absolute;
  top: 50%;
  transform-origin: 50% 50%;
  fill: #fff;
  transition: all 0.35s;
  z-index: 1;
}

.input_wrapper .is_checked {
  width: 18px;
  left: 18%;
  transform: translateX(190%) translateY(-30%) scale(0);
}

.input_wrapper .is_unchecked {
  width: 15px;
  right: 10%;
  transform: translateX(0) translateY(-30%) scale(1);
}

/* Checked State */
.input_wrapper input[type=checkbox]:checked {
  background: #2c7973;
}

.input_wrapper input[type=checkbox]:checked:after {
  left: calc(100% - 20px);
  content: "EN";
}

.input_wrapper input[type=checkbox]:checked + .is_checked {
  transform: translateX(0) translateY(-30%) scale(1);
}

.input_wrapper input[type=checkbox]:checked ~ .is_unchecked {
  transform: translateX(-190%) translateY(-30%) scale(0);
}

.result-circle {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #2c7973;
  color: #fff;
}

.tableFixHead thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
.tableFixHead tfoot {
  position: sticky;
  bottom: 0;
  z-index: 1;
}

.page-banner {
  background: #2c7973;
  width: 100%;
  padding: 30px 0;
  display: grid;
  place-items: center;
  position: relative;
}
.page-banner .page-title {
  font: normal normal 600 40px/50px Nunito Sans;
  letter-spacing: 2.4px;
  color: #ffffff;
  margin-bottom: 0;
}
.page-banner .container {
  position: relative;
}

.breadcumb li {
  font: normal normal normal 14px/20px Nunito Sans;
  color: #fff;
  margin: 0 3px;
}
.breadcumb li a {
  color: #ffffff;
}
.breadcumb .space-arrow {
  color: #fff;
}

.breadcumb1 li a {
  color: #a1a1a1;
}
.breadcumb1 .space-arrow {
  color: #a1a1a1;
}

.pagination li {
  margin: 0 2px;
}
.pagination li a {
  font: normal normal normal 14px/22px Nunito Sans;
  color: #252525;
  text-align: center;
  border: none;
  background-color: transparent;
  text-align: center;
  padding: 0 4px;
  display: flex;
}
.pagination li a .bi {
  color: #252525;
  font-weight: bold;
}
.pagination li a.active {
  background: transparent;
  font-weight: bold;
  color: #854901;
}

.industries-detail .heading-box .headingh1 {
  font-size: 58px;
  line-height: 64px;
}

.about1 .mission-text {
  padding: 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 22px;
  padding: 50px;
  border-radius: 10px;
  position: relative;
  line-height: 22px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2784313725);
  color: #fff;
}
.about1 .mission-text p {
  position: relative;
}
.about1 .mission-text .mission-title {
  font: normal normal bold 28px/32px Nunito Sans;
  color: #fff;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 15px;
}
.about1 .mission-text .mission-title::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 60px;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.about1 .mission-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #2c7973;
  transition: 0.8s ease all;
}
.about1 .mission-text:hover::before {
  height: 40%;
}

.about2 {
  background: #f2f2f2 0% 0% no-repeat padding-box;
  padding: 50px 0 70px;
}
.about2 .owl-theme .owl-nav button {
  height: 40px;
  width: 40px;
  display: grid;
  place-items: center;
}
.about2 .owl-theme .owl-nav button .bi {
  color: #fff;
}
.about2 .owl-theme .owl-nav button:hover .bi {
  color: #fff;
}

.main {
  width: 100%;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2c7973;
}
.main .profile-card {
  position: relative;
  font-family: Nunito Sans;
  width: 220px;
  height: 220px;
  background: #fff;
  padding: 30px;
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(51, 51, 51, 0.4);
  transition: 0.6s;
  margin: 0 25px;
}
.main .profile-card:hover {
  border-radius: 10px;
  height: 260px;
}
.main .profile-card .img {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  z-index: 99;
}
.main .profile-card:hover .img {
  transform: translateY(-60px);
}
.main .img img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(51, 51, 51, 0.4);
  transition: 0.6s;
}
.main .profile-card:hover img {
  border-radius: 10px;
}
.main .caption {
  text-align: center;
  transform: translateY(-80px);
  opacity: 0;
  transition: 0.6s;
}
.main .profile-card:hover .caption {
  opacity: 1;
}
.main .caption h3 {
  font-size: 21px;
  font-family: Nunito Sans;
  margin-bottom: 0;
}
.main .caption p {
  font-size: 15px;
  color: #1d2327;
  font-family: Nunito Sans;
  margin-bottom: 20px;
}
.main .caption .social-links a {
  color: #333;
  margin-right: 15px;
  font-size: 21px;
  transition: 0.6s;
}
.main .social-links a:hover {
  color: #0c52a1;
}

.about-gallery {
  padding: 100px 0;
  background-color: #f3f3f3;
}

.key-values {
  padding: 70px 0;
  background: #1d2327;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}

.accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #2c7973;
  background-image: none !important;
}

.accordion-button.collapsed::after {
  background-color: #1d2327;
}

.contact {
  padding: 60px 0 80px 0;
  background-color: #f2f2f2;
}
.contact .address {
  text-align: center;
  height: 100%;
  padding: 50px;
  border-radius: 10px;
  background: #fff;
}
.contact .address .icon-img {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  font-size: 20px;
  background: #2c7973;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #fff;
}
.contact .address .address-text p {
  line-height: 20px;
  margin-bottom: 0;
  font-size: 16px;
}
.contact .address .address-text .address-title {
  font: normal normal 800 25px/30px Nunito Sans;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.contact .address .address-text a {
  color: #252525;
  font-size: 16px;
}

.login-area {
  padding: 100px 0;
  background-color: #e6f1ef;
}
.login-area .login-form {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 15px;
}
.login-area .login-content {
  position: relative;
}
.login-area .login-content .overlay-div {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  color: #fff;
  padding: 50px;
  display: grid;
  place-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5254901961) 50%, rgba(255, 255, 255, 0.1921568627) 100%);
}
.login-area .login-content .overlay-div h2 {
  font-size: 50px;
  line-height: 1;
}

.user-profile {
  background-color: #e6f1ef;
  padding: 100px 0;
}
.user-profile .order-detail {
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  padding: 60px;
  border-radius: 50px;
  position: sticky;
  top: 100px;
}
.user-profile .order-detail .profile-link {
  padding-bottom: 10px;
}
.user-profile .order-detail form .user-img {
  position: relative;
}
.user-profile .order-detail form .user-img img {
  border-radius: 50%;
  width: 170px;
  height: 170px;
  margin: 0 auto;
}
.user-profile .order-detail form .user-img button {
  border: 1px solid #ddd;
  border-radius: 20px;
  position: absolute;
  right: 30px;
  bottom: 50px;
  width: 40px;
  height: 40px;
}
.user-profile .order-detail form .user-img .form-control {
  opacity: 0;
  visibility: hidden;
}
.user-profile .order-detail .profile-link ul li .active {
  font-weight: bold;
}
.user-profile .order-detail .profile-link ul li a {
  font: normal normal normal 16px/28px Nunito Sans;
  letter-spacing: 0px;
  color: #1b1a1a;
  opacity: 1;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.user-profile .order-detail .other-links ul li .active {
  color: #3059e5;
  font-weight: 600;
}
.user-profile .order-detail .other-links ul li a {
  font: normal normal normal 13px/24px Nunito Sans;
  letter-spacing: 0px;
  color: #707070;
}
.user-profile .orders-inner form .form-group .fa {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  color: #cbcbcb;
}
.user-profile .notification-box {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
.user-profile .notification-box .time {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}
.cursor-pointer {
  cursor: pointer;
}

.download-btn {
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: #047cdf;
  border-radius: 3px;
  color: #fff;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #2c7973;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: #2c7973;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #2c7973;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #2c7973;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #2c7973;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.form_group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form_group label {
  position: relative;
  cursor: pointer;
}

.form_group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #2c7973;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form_group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: solid #2c7973;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
@media only screen and (max-width: 1199px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    width: 100%;
  }
  header .navbar .navbar-nav .nav-item {
    margin: 0 12px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  .banner .carousel .carousel-inner .carousel-item .carousel-caption .banner-title {
    font: normal normal 600 42px/48px Nunito Sans;
  }
  .career-detail .quality-control .headingh1 {
    font: normal normal 600 36px/42px Nunito Sans;
  }
  .career-detail .career-sidebar {
    padding: 40px 20px;
  }
  .owl-theme .owl-nav .owl-prev {
    left: -20px;
  }
  .owl-theme .owl-nav .owl-next {
    right: -20px;
  }
  .shop-detail .carousel .carousel-indicators {
    margin-right: 8.5%;
  }
}
@media only screen and (max-width: 1099px) {
  header .navbar .navbar-nav .nav-item {
    margin: 0 9px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
  .about1 .mission-text .mission-title {
    font: normal normal bold 22px/26px Nunito Sans;
  }
  .about1 .mission-text p {
    line-height: 18px;
    font-size: 15px;
  }
  .about2 .owl-theme .owl-nav {
    bottom: -25px;
  }
  .login-area {
    padding: 50px 0;
  }
  .login-area .col-lg-6 {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .headingh1 {
    font: normal normal 600 30px/36px Nunito Sans;
    letter-spacing: 1px;
  }
  .headingh3 {
    font: normal normal 600 18px/24px Nunito Sans;
  }
  header {
    padding: 10px;
    background: transparent;
  }
  header .navbar {
    padding: 8px 0;
    background: #2c7873;
    border-radius: 10px;
    margin: 0 auto;
  }
  header .navbar .navbar-toggler {
    padding: 0;
    border: 0;
    box-shadow: none !important;
    z-index: 99;
  }
  header .navbar .navbar-nav {
    display: block;
    padding: 0 10px;
  }
  header .navbar .navbar-nav .nav-item {
    margin: 0 0;
    margin-bottom: 15px;
  }
  header .navbar .navbar-nav .nav-item:last-child {
    margin: 0;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
    font-size: 15px;
    text-align: left;
  }
  header .navbar .navbar-brand img {
    filter: invert(1) brightness(4.5);
  }
  .navbar-collapse {
    background: #fff;
    padding: 30px 12px;
    position: fixed;
    width: 250px;
    left: 0;
    top: 0;
    z-index: 999;
    height: 100vh;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    overflow: scroll;
  }
  .navbar-collapse::-webkit-scrollbar {
    display: none;
  }
  .home1 .partner-box {
    padding: 15px 15px;
  }
  .service-box .service-overlay {
    padding: 0 20px 30px 20px;
  }
  .service-box .service-overlay .service-overlay-text .service-title {
    font: normal normal 600 23px/28px Nunito Sans;
  }
  .industries-box .industries-inner .industries-text .industries-title {
    font: normal normal 500 24px/28px Nunito Sans;
    letter-spacing: 0.2px;
    margin-bottom: 10px !important;
  }
  .industries-box .industries-inner .industries-text p {
    line-height: 22px;
    margin-bottom: 8px;
  }
  .common-contact .headingh1 {
    font: normal normal 600 36px/42px Nunito Sans;
  }
  .about2 .owl-theme .owl-nav {
    position: static;
    margin: auto;
    margin-top: 15px;
  }
  .capabilities .machine-img {
    border-radius: 10px 10px 0 0;
  }
  .capabilities .machine-text {
    border-radius: 0 0 10px 10px;
  }
  .capabilities .machine-center .machine-text {
    border-radius: 10px 10px 0 0;
  }
  .capabilities .machine-center .machine-img {
    border-radius: 0 0 10px 10px;
  }
  .contact .contact-info {
    padding: 40px 20px;
  }
  .owl-theme .owl-nav {
    position: static;
    translate: 0 0;
    margin-top: 20px !important;
  }
  .owl-theme .owl-nav button {
    position: static;
  }
  .capabilities-detail .heading-box .headingh1 {
    font: normal normal 600 44px/50px Nunito Sans;
  }
  .shop-detail .carousel .carousel-indicators {
    margin-right: 5.5%;
  }
  .shop-detail .carousel .carousel-indicators button {
    width: 75px;
    height: 75px;
  }
  .industries-detail .heading-box .headingh1 {
    font-size: 48px;
    line-height: 56px;
  }
  .feature-section .col-lg-3 {
    min-height: 50vh;
  }
  .banner {
    min-height: 1px;
  }
  .banner::after {
    top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .about1 .mission-text {
    padding: 30px 30px;
  }
  .page-banner .page-title {
    font: normal normal 600 42px/50px Nunito Sans;
  }
  .capabilities .machine-text {
    padding: 30px 30px;
  }
  .capabilities .machine-text .machine-title {
    font: normal normal 600 28px/34px Nunito Sans;
  }
  .capabilities .machine-text p {
    margin-bottom: 1.5rem;
  }
  .career .career-box .career-title {
    font: normal normal bold 24px/30px Nunito Sans;
  }
  .career .heading-box p {
    font-size: 16px;
  }
  .shop-detail .carousel .carousel-inner {
    width: 100%;
  }
  .shop-detail .carousel .carousel-indicators {
    position: relative;
    display: flex;
    margin-top: 10px;
  }
  .shop-detail .carousel .carousel-indicators button {
    margin: 0 4px;
  }
  .sub-title span {
    font-size: 11px;
  }
  .home1 {
    padding-top: 40px;
  }
  .home2 .panel h3 {
    font-size: 18px;
    left: 16px;
  }
  .owl-theme .owl-dots {
    display: none;
  }
  .service2 .service2-content-valuation ul li {
    margin: 30px 0;
  }
  .service2 .service2-content-valuation ul li::before {
    left: 50%;
    top: inherit;
    right: inherit;
    bottom: -40px;
    width: 1px;
    height: 40px;
    border: 1px dashed #0f2d7a;
    z-index: -1;
  }
  .home2 .center-box {
    top: 0;
    left: inherit;
    right: 30px;
  }
  .agree-section {
    position: sticky;
    bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .headingh1 {
    font: normal normal 600 26px/32px Nunito Sans;
  }
  .common-contact .headingh1 {
    font: normal normal 600 32px/38px Nunito Sans;
  }
  footer .footer-top .footer-title {
    margin-bottom: 10px;
  }
  .our-work .nav-tabs .nav-item {
    margin: 0 10px;
  }
  .our-work .nav-tabs .nav-item .nav-link {
    font: normal normal 600 12px/20px Nunito Sans;
    letter-spacing: 0;
  }
  .career-detail .quality-control .headingh1 {
    font: normal normal 600 28px/36px Nunito Sans;
  }
  .capabilities-detail .heading-box .headingh1 {
    font: normal normal 600 34px/40px Nunito Sans;
  }
  .shop-detail .carousel .carousel-inner {
    width: 100%;
  }
  .capabilities1 table thead tr th {
    font-size: 16px;
  }
  .capabilities1 table tbody tr td {
    font-size: 15px;
  }
  .industries-detail .heading-box .headingh1 {
    font-size: 42px;
    line-height: 46px;
  }
  .home2 .row.m-0 {
    display: block;
  }
  .home2 .panel {
    height: auto;
    padding: 30px 25px;
    border-radius: 15px;
    margin: 10px 0;
  }
  .home2 .panel .card-content {
    display: block;
    position: relative;
    translate: 0 0;
    left: inherit;
    top: inherit;
  }
  .home2 .panel h3 {
    display: none;
  }
  .industries-box .industries-inner {
    min-height: 125px;
  }
  .industries-box .industries-inner .industries-text .industries-title {
    translate: 0 0px;
  }
  .industries-box .industries-inner .industries-text .description {
    visibility: visible;
    opacity: 1;
    height: auto;
    translate: 0 0px;
  }
  .page-banner {
    padding: 14px 0;
  }
  .page-banner .page-title {
    margin-bottom: 0;
  }
  .page-banner .g-2 .col-md-12 {
    margin: 0;
  }
  .navbar-brand img {
    height: 30px;
  }
  body {
    font-size: 14px;
  }
  .btn {
    font-size: 10px;
    line-height: 1.2;
    padding: 10px !important;
  }
  .py-5,
  .home1 {
    padding: 20px 0 !important;
  }
  .pt-5 {
    padding-top: 20px !important;
  }
  .pb-5 {
    padding-bottom: 20px !important;
  }
  .g-3 {
    --bs-gutter-y: 0.5rem;
  }
  .anstip .col-lg-4 img {
    width: 20px;
  }
  .anstip .col-lg-4 span {
    line-height: 1;
  }
  .result-page img {
    width: 25px;
  }
  .home1 .assistance-box {
    margin-bottom: 6px;
  }
  .home1 .assistance-box img {
    width: 75px !important;
  }
  h6 {
    font-size: 13px;
  }
  .page-banner {
    margin: 0 auto;
    border-radius: 10px;
    width: calc(100% - 24px);
  }
  .page-banner .page-title {
    font: normal normal 600 20px/24px Nunito Sans;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .breadcumb li {
    font: normal normal normal 12px/14px Nunito Sans;
  }
  .bottom-top .up-arrow {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .has-copyright::before {
    left: 50%;
    translate: -50% -50%;
  }
}
@media only screen and (max-width: 460px) {
  .banner .carousel .carousel-inner .carousel-item .carousel-caption .banner-title {
    font: normal normal 600 28px/34px Nunito Sans;
  }
  .industries-box .industries-inner .industries-text .industries-title {
    font: normal normal 500 18px/26px Nunito Sans;
    margin-bottom: 5px !important;
  }
  .industries-box .industries-inner .industries-text p {
    line-height: 19px;
    margin-bottom: 3px;
    font-size: 13px;
  }
  .about1 .mission-text {
    padding: 30px 18px;
  }
  .about2 .about2-img {
    padding: 10px 10px;
  }
  .capabilities .machine-text {
    padding: 30px 15px;
  }
  .capabilities .machine-text .machine-title {
    font: normal normal 600 24px/30px Nunito Sans;
  }
  .product-box .product-text .pro-title,
  .product-box .product-text .price {
    font: normal normal 600 14px/22px Nunito Sans;
  }
  .contact .headingh1 {
    font: normal normal 600 26px/36px Nunito Sans;
    letter-spacing: 0;
  }
  .industries-detail .heading-box .headingh1 {
    font-size: 36px;
    line-height: 42px;
  }
  .career .career-box {
    padding: 20px 20px;
  }
  .shop-detail .shop-inner-content .count-list {
    display: block !important;
  }
  .shop-detail .shop-inner-content .count-list .counter {
    margin-right: 0 !important;
    margin-bottom: 10px;
    padding: 8px 15px;
  }
  .login-area .login-form {
    padding: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .our-work .nav-tabs {
    display: block;
  }
  .our-work .nav-tabs .nav-item .nav-link {
    margin: 10px auto;
    font-size: 14 px;
  }
  .capabilities-detail .heading-box .headingh1 {
    font: normal normal 600 28px/34px Nunito Sans;
  }
}
.help-block {
  display: inline-block;
  font-size: 13px;
  background: #bd0028;
  color: white;
  padding: 2px 10px;
  margin-top: 8px;
  position: relative;
  border-radius: 3px;
}
.help-block::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #bd0028;
}/*# sourceMappingURL=style.css.map */