
/*@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");*/
:root {
  --clr-common-white: #FFFFFF;
  --clr-common-black: #0F291F;
  --clr-common-lightBlack: #0F291F;
  --clr-common-border: #525252;
  --clr-body-heading: #0B0C0F;
  --clr-body-text: #475569;
  --clr-theme-primary: #62bfcf;
  --clr-theme-primary-dark: #5839FF;
  --clr-theme-primary-soft: #E5F8F0;
  --clr-bg-gray: #F7F9FB;
}
/* ///////////////////////////////////////////////////////////
Animation Declaration
/////////////////////////////////////////////////////////// */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes wcSlideBottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wcSlideBottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes reveal {
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes reveal {
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@-webkit-keyframes wcfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wcfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes wcSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes wcSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--clr-body-text);
  font-size: 16px;
  line-height: 26px;
}

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a,
.button, button {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Manrope", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
  transition: all 0.3s linear 0s;
}

p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--clr-body-text);
}

ul {
  margin: 0;
  padding: 0;
}
.nh_blog_details-content a {
  color:blue;
}
.nh_blog_details-content ul {
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.nh_blog_details-content ul li {
  list-style: disc;
}
.nh_blog_details-content ul li ul {
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.nh_blog_details-content ul li ul li {
  list-style:circle;
}
.nh_blog_details-content ul li ul li ul {
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.nh_blog_details-content ul li ul li ul li {
  list-style-type: "\000BB ";
  padding-left: 5px;
}
.nh_blog_details-content ul li ul li ul li::marker {
  font-size: 18px;
}
.nh_blog_details-content ul li ul li ul li ul{
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.nh_blog_details-content ul li ul li ul li ul li {
  list-style-type: "\02192 ";
  padding-left: 5px;
}
.nh_blog_details-content ul li ul li ul li ul li::marker {
  font-size: 18px;
}
.nh_blog_details-content ol {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.nh_blog_details-content ol li {
  list-style: default;
}
hr {
  border-top: 0 none;
  padding: 0;
  opacity: 1;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  text-shadow: none;
}

::-moz-selection {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  text-shadow: none;
}

::selection {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  text-shadow: none;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

input::-webkit-input-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
input:-moz-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
input::-moz-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
input:-ms-input-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

textarea::-webkit-input-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
textarea:-moz-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
textarea::-moz-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
textarea:-ms-input-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/* <<<<<<<    Common Classes   >>>>>>>>> */
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.nh_light_bg {
  background-color: var(--clr-bg-gray);
}

.nh_border_bottom {
  border-bottom: 1px solid rgb(242, 242, 242);
}

.pb-06 {
  padding-bottom: 6px;
}

.mb-05 {
  margin-bottom: 5px;
}

.pt-280 {
  padding-top: 280px;
}

.pt-220 {
  padding-top: 220px;
}

.pb-280 {
  padding-bottom: 280px;
}

/* <<<<<<<    Overlay   >>>>>>>>> */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/* <<<<<<<    Margin & Padding     >>>>>>>>> */
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  --bs-gutter-x: 30px;
}
.row.g-0 {
  --bs-gutter-x: 0;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
  .container.container_custom-1 {
    max-width: 1450px;
  }
}
i[class^=flaticon-]:before, i[class*=" flaticon-"]:before {
  line-height: inherit;
}

/*---------------------------------------------------*/
/*          mouse cursor animation
/*---------------------------------------------------*/
.cursor {
  position: fixed;
  left: 0;
  pointer-events: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: var(--white);
  background-color: var(--clr-common-primary);
  /*text-transform: capitalize;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  mix-blend-mode: hard-light;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cursor.large {
  width: 180px;
  height: 180px;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
}


.nh_navigation {
  display: flex;
  gap: 15px;
  align-items: center;
}

.nh_navigation div {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: var(--clr-common-black);
  background-color: #fff;
  border: 1px solid rgb(242, 242, 242);
  cursor: pointer;
}

.nh_navigation div:hover {
  background: var(--clr-theme-primary);
  color: var(--clr-common-white);
  border-color: var(--clr-theme-primary);
}

.nh_pagination {
  text-align: center;
}
.nh_pagination .swiper-pagination-bullets {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.nh_pagination .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  background: #475569;
  opacity: 1;
}
.nh_pagination .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--clr-theme-primary);
}
.nh_pagination_white .swiper-pagination-bullets .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}
.nh_pagination_white .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
}

.nh_pagination_2 {
  text-align: center;
}
.nh_pagination_2 .swiper-pagination-bullets {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.nh_pagination_2 .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  background: rgba(6, 177, 110, 0.5);
  opacity: 1;
  position: relative;
  z-index: 1;
}
.nh_pagination_2 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--clr-theme-primary);
  width: 22px;
  height: 22px;
  background: transparent;
  border: 1px solid var(--clr-theme-primary);
}
.nh_pagination_2 .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--clr-theme-primary);
  border-radius: 50%;
  z-index: 9;
}
.nh_about-btn {
  margin-top: 25px;
}
.nh_theme-btn {
  height: 60px;
  display: inline-flex;
  align-items: center;
  padding: 0 40px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  /*text-transform: capitalize;*/
  background-color: #62bfd0;
  border-radius: 8px;
  gap: 6px;
}
.nh_theme-btn:hover {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
}
.nh_theme-btn-white {
  background-color: #fff;
  color: rgb(15, 41, 31);
}
.nh_theme-btn-black {
  background-color: var(--clr-common-black);
  color: #fff;
}
.nh_theme-btn-black:hover {
  background-color: var(--clr-theme-primary);
  color: #fff;
}
.nh_theme-btn-transparent {
  border: 1px solid rgb(15, 41, 31);
  border-radius: 8px;
  height: 57px;
  display: inline-flex;
  padding: 0 28px;
  align-items: center;
  color: rgb(15, 41, 31);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  gap: 6px;
}
.nh_theme-btn-transparent:hover {
  background-color: var(--clr-theme-primary);
  color: #fff;
  border-color: var(--clr-theme-primary);
}
.nh_theme-btn-transparent-w {
  border-color: #fff;
  color: #fff;
}

/* Header */
.nh_header-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.nh_header-area {
  /*background: #0097b2;*/
  background: #ffcef6;
}
.nh_header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .nh_header-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .nh_header-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.nh_header-logo {
  float: left;
}
@media (max-width: 767px) {
  .nh_header-logo img {
    max-width: 155px;
  }
}
@media (max-width: 595px) {
  .nh_header-logo img {
    max-width: 105px!important;
  }
}
.nh_header-logo img {
  width: 100%;
  max-width: 155px;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .nh_header-menu {
    display: none;
  }
}
.nh_header-menu nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 40px;
  margin-bottom: 0;
}
.nh_header-menu nav ul .menu-has-child {
  position: relative;
  z-index: 99;
  text-align: start;
}
.nh_header-menu nav ul li a {
  color: #333;
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 300;
  height: 100px;
  line-height: 100px;
  border-bottom: 3px solid transparent;
}
.nh_header-menu nav ul li a.active {
  color: #333;
  font-weight: 700;
}
.nh_header-menu nav ul li a:hover {
  color: #333;
  font-weight: 500;
}
.nh_header-menu nav ul li .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 240px;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  box-shadow: 0 9px 19px rgba(0, 0, 0, 0.1);
  display: block;
}
.nh_header-menu nav ul li .submenu li {
  display: block;
  margin-right: 0;
  position: relative;
  z-index: 99;
}
.nh_header-menu nav ul li .submenu li a {
  padding: 12px 25px;
  color: #333;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  height: auto;
  line-height: 20px;
  border-bottom: 0;
}
.nh_header-menu nav ul li .submenu li .submenu {
  left: 100%;
  top: 0;
}
.nh_header-menu nav ul li .submenu li:hover > a {
  font-weight: 500;
}
.nh_header-menu nav ul li .submenu li:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.nh_header-menu nav ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}
.nh_header-menu nav ul li:hover > a {
  color: #333;
  border-color:#333;
}
.nh_header-action {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nh_header-action-menu {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #333;
  border-radius: 50%;
  font-size: 22px;
  color: #333;
}
.nh_header-action-search {
  font-size: 25px;
  color: #0F291F;
}

/* Header */
.h3_nh_header-top {
  /*background-color: #ffcef6;*/
  background: #0097b2;
  padding-top: 15px;
  padding-bottom: 15px;
  color:#fff;
}
@media (max-width: 768px) {
  .h3_nh_header-top {
    display: none;
  }
}
.h3_nh_header-contact {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .h3_nh_header-contact {
    justify-content: center;
  }
  .nh_hero-area {
    padding-bottom: 10px!important;
    padding-top: 180px!important;
  }
  .nh_about-area {
    padding-top: 50px!important;
  }
  .nh_hero-content, .nh_section-area{
    padding-left: 20px;
    padding-right: 20px;
  }
  .nh_about-btn {
    margin-left: 20px;
  }
}
.h3_nh_header-contact {
  color: #fff;
}
.h3_nh_header-contact span {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 5px;
}
.h3_nh_header-contact p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
}
.h3_nh_header-contact span.call {
  background: #ffcef6;
  color:#111;
  border-radius: 50px;
  width: 28px;
  height: 28px;
  margin-left: 0px;
  padding: 7px;
}
.h3_nh_header-contact span.call i {
  font-size: 13px;
  margin-left: 1px;
}
.h3_nh_header-contact span.call:hover {
  background: #fff;
  color:#111;
}
/*.h3_nh_header-contact span:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  margin-right: 20px;
  padding-right: 20px;
}*/
.h3_nh_header-action {
  display: flex;
  align-items: center;
  justify-content: end;
  color:#333;
}
@media (max-width: 991px) {
  .h3_nh_header-action {
    justify-content: center;
  }
}
.h3_nh_header-user span {
  display: flex;
  align-items: center;
  gap: 10px;
  color:#333;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.h3_nh_header-social {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.35);
  padding-left: 20px;
  margin-left: 20px;
}
.h3_nh_header-social-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.h3_nh_header-social-list a {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  color: #63bfd0;
  font-size: 12px;
}
.h3_nh_header-social-list a:hover {
  background: #fff;
}

/* Hero*/
.nh_hero-area {
  /*background: linear-gradient(180deg, rgba(0, 151, 178, 0.65), rgba(0, 151, 178, 0) 100%);*/
  background: #0097B2;
  background: linear-gradient(180deg, rgba(0, 151, 178, 1) 20%, rgba(255, 255, 255, 1) 100%);
  min-height: 600px;
  padding-top: 280px;
  padding-bottom: 200px;
}
.nh_hero-content-img {
  margin-bottom: 25px;
}
.nh_hero-content-title, .nh_hero-content h1 {
  font-family: "Manrope", sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  color: var(--clr-body-heading);
  margin-bottom: 20px;
}
.nh_hero-content h2 {
  font-family: "Manrope", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  color: var(--clr-body-heading);
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .nh_hero-content-title, .nh_hero-content h1 {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .nh_hero-content-title, .nh_hero-content h1 {
    font-size: 65px;
  }
  .nh_hero-content h2 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .nh_hero-content-title, .nh_hero-content h1 {
    font-size: 55px;
  }
  .nh_hero-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .nh_hero-content-title, .nh_hero-content h1.maintitle {
    font-size: 42px;
  }
  .nh_hero-content h2 {
    font-size: 26px;
  }
}
.nh_hero-content-title span {
  color: var(--clr-theme-primary);
}
.nh_hero-content-text, .nh_hero-content p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  .nh_hero-content-text br {
    display: none;
  }
}
@media (max-width: 767px) {
  .nh_hero-content-text, .nh_hero-content p {
    font-size: 16px;
  }
}

/* ///////////////////////////////////////////////////////////
02. video CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Header CSS o1 Start
/////////////////////////////////////////////////////////// */

/* ///////////////////////////////////////////////////////////
02. brand CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Header CSS o1 Start
/////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////////////
Header CSS 02 Start
/////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////////////
Header CSS 03 Start
/////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////////////
04. section CSS
/////////////////////////////////////////////////////////// */
.nh_section-subtitle {
  border-radius: 4px;
  background: #ffcef6;
  height: 26px;
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.nh_section-subtitle.koylio {
  background: #62bfcf;
  color: #fff;
}
@media (max-width: 575px) {
  .nh_section-subtitle {
    margin-bottom: 18px;
  }
}
.nh_section-subtitle-white {
  background-color: var(--clr-theme-primary);
  color: #fff;
}
.nh_section-subtitle-2 {
  background-color: rgba(6, 177, 110, 0.15);
  color: var(--clr-theme-primary);
}
.nh_section-subtitle-inner {
  margin-bottom: 18px;
}
.nh_section-title {
  color: var(--clr-body-heading);
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
}
@media (max-width: 1399px) {
  .nh_section-title {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .nh_section-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .nh_section-title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .nh_section-title {
    font-size: 32px;
  }
}
.nh_section-title-white {
  color: #fff;
}
.nh_section-title-small {
  font-size: 44px;
}
@media (max-width: 1199px) {
  .nh_section-title-small {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .nh_section-title-small {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .nh_section-title-small {
    font-size: 32px;
  }
}
.nh_section-text, .nh_section-area p {
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.nh_section-text-white {
  color: rgba(255, 255, 255, 0.7);
}

.h5_nh_section-heading {
  color: rgb(15, 41, 31);
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -1px;
}
@media (max-width: 480px) {
  .h5_nh_section-heading {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .h5_nh_section-area .nh_section-title {
    font-size: 30px;
  }
}

/* ///////////////////////////////////////////////////////////
02. video CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Header CSS 01 Start
/////////////////////////////////////////////////////////// */



/* ///////////////////////////////////////////////////////////
Header CSS 02 Start
/////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////////////
02. price CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Header CSS 01 Start
/////////////////////////////////////////////////////////// */
.nh_price-tab {
  display: flex;
}
.nh_price-tab .nav-tabs {
  border: 1px solid rgb(242, 242, 242);
  border-radius: 8px;
  padding: 4px;
  background-color: #fff;
}
.nh_price-tab .nav-tabs .nav-link {
  height: 46px;
  border-radius: 8px;
  border: 0;
  padding: 0 38px;
  color: var(--clr-body-heading);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  /*text-transform: capitalize;*/
}
.nh_price-tab .nav-tabs .nav-link.active {
  background-color: var(--clr-theme-primary);
  color: #fff;
}

.nh_price-item {
  border: 1px solid rgb(242, 242, 242);
  border-radius: 10px;
  background: rgb(255, 255, 255);
  padding: 40px 30px 50px;
}
.nh_price-item.active {
  border: 1px solid rgb(6, 177, 110);
  border-radius: 10px;
  background: rgb(229, 248, 240);
  margin-top: 0;
}
@media (max-width: 991px) {
  .nh_price-item.mt-30 {
    margin-top: 0;
  }
}
.nh_price-item-head {
  margin-bottom: 27px;
}
.nh_price-item-head h3 {
  color: rgb(6, 177, 110);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 14px;
}
.nh_price-item-head p {
  color: rgb(71, 85, 105);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
}
.nh_price-item-amount {
  border-top: 1px solid rgb(242, 242, 242);
  border-bottom: 1px solid rgb(242, 242, 242);
  padding-top: 20px;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.nh_price-item-amount h1 {
  color: rgb(6, 177, 110);
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .nh_price-item-amount h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .nh_price-item-amount h1 {
    font-size: 56px;
  }
}
@media (max-width: 480px) {
  .nh_price-item-amount h1 {
    font-size: 50px;
  }
}
.nh_price-item-amount h1 span {
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  margin-left: 5px;
}
.nh_price-item-list {
  margin-bottom: 40px;
}
.nh_price-item-list ul {
  list-style: none;
}
.nh_price-item-list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 25px;
}
.nh_price-item-list ul li:last-child {
  margin-bottom: 0;
}
.nh_price-item-list ul li i {
  width: 20px;
  height: 20px;
  background: #E9F8F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-theme-primary);
  font-size: 12px;
}
.nh_price-item-btn a {
  width: 100%;
  height: 60px;
  background-color: var(--clr-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  /*text-transform: capitalize;*/
  border-radius: 10px;
  padding: 0 30px;
}

/* ///////////////////////////////////////////////////////////
Header CSS 01 Start
/////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////////////
Header CSS 01 Start
/////////////////////////////////////////////////////////// */

/* ///////////////////////////////////////////////////////////
Header CSS 01 Start
/////////////////////////////////////////////////////////// */

.h4_nh_combine_section {
  position: relative;
  z-index: 1;
}
.h4_nh_combine_section::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(6, 177, 110, 0), rgba(6, 177, 110, 0.1) 100%);
  z-index: -1;
}

/* ///////////////////////////////////////////////////////////
02. service CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Header CSS 01 Start
/////////////////////////////////////////////////////////// */
.nh_service-item {
  padding: 30px 30px 30px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border: 1px solid rgb(242, 242, 242);
  border-radius: 10px;
  background: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .nh_service-item {
    padding: 30px 25px 30px;
  }
}
.nh_service-item-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(6, 177, 110, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.nh_service-item-icon svg {
  color: var(--clr-theme-primary);
}
.nh_service-item-content {
  text-align: center;
}
.nh_service-item-content-title {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.8px;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.nh_service-item-content p {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: rgb(133, 133, 133);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 23px;
}
.nh_service-item-content-btn {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: inline-flex;
  align-items: center;
  height: 41px;
  padding: 0 30px;
  border-radius: 8px;
  color: var(--clr-body-heading);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  /*text-transform: capitalize;*/
  border: 1px solid rgba(217, 217, 217, 0.5);
}
.nh_service-item:hover {
  background-color: var(--clr-theme-primary);
}
.nh_service-item:hover .nh_service-item-icon {
  background-color: #fff;
}
.nh_service-item:hover .nh_service-item-content-title {
  color: #fff;
}
.nh_service-item:hover .nh_service-item-content p {
  color: rgba(255, 255, 255, 0.7);
}
.nh_service-item:hover .nh_service-item-content-btn {
  background-color: var(--clr-body-heading);
  border-color: var(--clr-body-heading);
  color: #fff;
}

/* ///////////////////////////////////////////////////////////
Header CSS 02 Start
/////////////////////////////////////////////////////////// */



/* ///////////////////////////////////////////////////////////
Header CSS 02 Start
/////////////////////////////////////////////////////////// */
.h3_nh_service-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 30px 28px;
  border-bottom: 1px solid #F2F2F2;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  .h3_nh_service-item {
    padding: 28px 20px 28px;
  }
}
@media (max-width: 480px) {
  .h3_nh_service-item {
    flex-wrap: wrap;
  }
}
.h3_nh_service-item:last-child {
  border-bottom: 0;
}
.h3_nh_service-item-icon {
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 177, 110, 0.08);
  flex-shrink: 0;
  border-radius: 50%;
  color: var(--clr-theme-primary);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 575px) {
  .h3_nh_service-item-icon {
    width: 80px;
    height: 80px;
  }
}
.h3_nh_service-item-content h5 {
  color: rgba(11, 12, 15, 0.7);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  margin-bottom: 11px;
}
.h3_nh_service-item-content h5:hover a {
  color: var(--clr-theme-primary);
}
.h3_nh_service-item-content p {
  color: rgb(133, 133, 133);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.h3_nh_service-item:hover {
  border-radius: 5px;
  background: rgba(6, 177, 110, 0.1);
}
.h3_nh_service-item:hover .h3_nh_service-item-icon {
  background: var(--clr-theme-primary);
  color: #fff;
}
@media (max-width: 1399px) {
  .h3_nh_service-img.ml-50 {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .h3_nh_service-img.ml-50 {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .h3_nh_service-wrap.mr-20 {
    margin-right: 0;
  }
}

.nh_inner_service-item {
  position: relative;
  z-index: 1;
  padding: 40px 30px 33px;
  box-sizing: border-box;
  border: 1px solid rgb(242, 242, 242);
  border-radius: 6px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.nh_inner_service-item:hover {
  box-shadow: 0px 8px 40px 0px rgba(11, 12, 15, 0.08);
  background: rgb(255, 255, 255);
  border-color: #fff;
}
.nh_inner_service-item-icon {
  width: 60px;
  height: 60px;
  background: rgb(229, 248, 240);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-theme-primary);
  border-radius: 50%;
  margin-bottom: 28px;
}
.nh_inner_service-item-title {
  color: var(--clr-body-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 23px;
}
.nh_inner_service-item-title:hover {
  color: var(--clr-theme-primary);
}
.nh_inner_service-item-text {
  color: rgb(133, 133, 133);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.inn_nh_service-item {
  border: 1px solid rgb(242, 242, 242);
  padding: 25px 25px 18px;
  border-radius: 8px;
}
.inn_nh_service-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.inn_nh_service-item-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(242, 242, 242);
  border-radius: 4px;
}
.inn_nh_service-item-link {
  background: #f3f4f6;
  padding: 8px 8px 8px 14px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1;
}
.inn_nh_service-item-link:hover {
  background-color: #e5e7eb;
}
.inn_nh_service-item-link .title {
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
  color: var(--clr-body-heading);
}
.inn_nh_service-item-link .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #fff;
}
.inn_nh_service-item-title {
  font-size: 20px;
  color: var(--clr-body-heading);
  letter-spacing: -0.32px;
  margin-bottom: 5px;
  line-height: 1.2;
  font-weight: 600;
}
.inn_nh_service-item-bottom p {
  margin-bottom: 0;
}

/* ///////////////////////////////////////////////////////////
02. video CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Header CSS o1 Start
/////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////////////
23. faq
/////////////////////////////////////////////////////////// */
@media (max-width: 1599px) {
  .nh_faq-img.mr-65 {
    margin-right: 40px;
  }
}
@media (max-width: 1399px) {
  .nh_faq-img.mr-65 {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .nh_faq-img.mr-65 {
    margin-right: 0;
  }
}
@media (max-width: 1599px) {
  .nh_faq-content.ml-20 {
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  .nh_faq-content.ml-20 {
    margin-left: 0;
  }
}
.nh_faq-content .accordion-item {
  overflow: hidden;
  background: transparent;
  border-radius: 8px;
  border: none;
}
.nh_faq-content .accordion-button {
  position: relative;
  cursor: pointer;
  box-shadow: none;
  background: rgb(242, 251, 248);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: rgb(15, 41, 31);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.5px;
  border-radius: 8px 8px 0 0 !important;
  padding: 22px 50px 22px 30px;
  border: 2px solid transparent;
  border-bottom: 0;
}
@media (max-width: 480px) {
  .nh_faq-content .accordion-button {
    font-size: 18px;
    padding: 22px 45px 22px 20px;
  }
}
.nh_faq-content .accordion-button::after {
  display: none;
}
.nh_faq-content .accordion-button::before {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  font-family: "Font Awesome 6 Pro";
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-weight: 600;
  color: var(--clr-theme-primary);
  text-align: center;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .nh_faq-content .accordion-button::before {
    right: 20px;
  }
}
.nh_faq-content .accordion-button:not(.collapsed) {
  padding-bottom: 16px;
  border-color: var(--clr-theme-primary);
}
.nh_faq-content .accordion-button:not(.collapsed)::before {
  content: "\f068";
}
.nh_faq-content .accordion-body {
  padding: 0 30px;
  padding-right: 35px;
  background: rgb(242, 251, 248);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-radius: 0 0 8px 8px;
  border: 2px solid var(--clr-theme-primary);
  border: 2px solid rgb(6, 177, 110);
  border-top: 0;
}
@media (max-width: 480px) {
  .nh_faq-content .accordion-body {
    padding: 0 20px;
  }
}
.nh_faq-content .accordion-body p {
  padding: 0 0 23px;
  margin-bottom: 0;
  color: rgba(71, 85, 105, 0.9);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 1199px) {
  .h3_nh_faq-wrap.pl-80 {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .h3_nh_faq-wrap.pl-80 {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .h3_nh_faq-wrap.pr-80 {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .h3_nh_faq-wrap.pr-80 {
    padding-right: 0;
  }
}
.h3_nh_faq-content .accordion-item {
  overflow: hidden;
  background: transparent;
  border-radius: 8px;
  border: none;
}
.h3_nh_faq-content .accordion-button {
  position: relative;
  cursor: pointer;
  box-shadow: none;
  background: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: rgba(15, 41, 31, 0.7);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.5px;
  border-radius: 8px 8px 0 0 !important;
  padding: 22px 70px 22px 30px;
  border-bottom: 0;
}
@media (max-width: 575px) {
  .h3_nh_faq-content .accordion-button {
    padding: 22px 60px 22px 20px;
    font-size: 16px;
  }
}
.h3_nh_faq-content .accordion-button::after {
  display: none;
}
.h3_nh_faq-content .accordion-button::before {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  font-family: "Font Awesome 6 Pro";
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-weight: 600;
  color: var(--clr-theme-primary);
  text-align: center;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .h3_nh_faq-content .accordion-button::before {
    right: 20px;
  }
}
.h3_nh_faq-content .accordion-button:not(.collapsed) {
  padding-bottom: 16px;
  background-color: var(--clr-theme-primary);
  color: #fff;
}
.h3_nh_faq-content .accordion-button:not(.collapsed)::before {
  content: "\f068";
  color: #fff;
}
.h3_nh_faq-content .accordion-body {
  padding: 0 30px;
  padding-right: 35px;
  background: rgb(242, 251, 248);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-radius: 0 0 8px 8px;
  border: 0;
  background-color: var(--clr-theme-primary);
}
@media (max-width: 575px) {
  .h3_nh_faq-content .accordion-body {
    padding-left: 20px;
    padding-right: 25px;
  }
}
.h3_nh_faq-content .accordion-body p {
  padding: 0 0 23px;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 1599px) {
  .h4_nh_faq-content.mr-70 {
    margin-right: 50px;
  }
}
@media (max-width: 1399px) {
  .h4_nh_faq-content.mr-70 {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .h4_nh_faq-content.mr-70 {
    margin-right: 0;
  }
}
.h4_nh_faq-content .accordion-item {
  overflow: hidden;
  background: transparent;
  border-radius: 8px;
  border: none;
}
.h4_nh_faq-content .accordion-button {
  position: relative;
  cursor: pointer;
  box-shadow: none;
  background: #F7F9FB;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: rgba(15, 41, 31, 0.7);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.5px;
  border-radius: 8px 8px 0 0 !important;
  padding: 15px 70px 15px 30px;
  border-bottom: 0;
}
@media (max-width: 575px) {
  .h4_nh_faq-content .accordion-button {
    padding: 15px 60px 15px 20px;
    font-size: 16px;
  }
}
.h4_nh_faq-content .accordion-button::after {
  display: none;
}
.h4_nh_faq-content .accordion-button::before {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  font-family: "Font Awesome 6 Pro";
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-weight: 600;
  color: var(--clr-theme-primary);
  text-align: center;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .h4_nh_faq-content .accordion-button::before {
    right: 20px;
  }
}
.h4_nh_faq-content .accordion-button:not(.collapsed) {
  padding-bottom: 16px;
  background-color: var(--clr-theme-primary);
  color: #fff;
}
.h4_nh_faq-content .accordion-button:not(.collapsed)::before {
  content: "\f068";
  color: #fff;
}
.h4_nh_faq-content .accordion-body {
  padding: 0 30px;
  padding-right: 35px;
  background: rgb(242, 251, 248);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-radius: 0 0 8px 8px;
  border: 0;
  background-color: var(--clr-theme-primary);
}
@media (max-width: 575px) {
  .h4_nh_faq-content .accordion-body {
    padding-left: 20px;
    padding-right: 25px;
  }
}
.h4_nh_faq-content .accordion-body p {
  padding: 0 0 23px;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .h4_nh_faq-img.mr-20 {
    margin-right: 0;
  }
}

@media (max-width: 1399px) {
  .h5_nh_faq-content.mr-70 {
    margin-right: 50px;
  }
}
@media (max-width: 1199px) {
  .h5_nh_faq-content.mr-70 {
    margin-right: 0;
  }
}
@media (max-width: 1399px) {
  .h5_nh_faq-content.ml-60 {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .h5_nh_faq-content.ml-60 {
    margin-left: 0;
  }
}
.h5_nh_faq-content .accordion-item {
  overflow: hidden;
  background: transparent;
  border-radius: 8px;
  border: none;
}
.h5_nh_faq-content .accordion-button {
  position: relative;
  cursor: pointer;
  box-shadow: none;
  background: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: var(--clr-body-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.5px;
  border-radius: 8px 8px 0 0 !important;
  padding: 22px 70px 22px 30px;
  border-bottom: 0;
}
@media (max-width: 575px) {
  .h5_nh_faq-content .accordion-button {
    padding: 22px 60px 22px 20px;
    font-size: 16px;
  }
}
.h5_nh_faq-content .accordion-button::after {
  display: none;
}
.h5_nh_faq-content .accordion-button::before {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  font-family: "Font Awesome 6 Pro";
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-weight: 600;
  color: var(--clr-theme-primary);
  text-align: center;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .h5_nh_faq-content .accordion-button::before {
    right: 20px;
  }
}
.h5_nh_faq-content .accordion-button:not(.collapsed) {
  padding-bottom: 16px;
  background-color: var(--clr-common-black);
  color: #fff;
}
.h5_nh_faq-content .accordion-button:not(.collapsed)::before {
  content: "\f068";
  color: #fff;
}
.h5_nh_faq-content .accordion-body {
  padding: 0 30px;
  padding-right: 35px;
  background: rgb(242, 251, 248);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-radius: 0 0 8px 8px;
  border: 0;
  background-color: var(--clr-common-black);
}
@media (max-width: 575px) {
  .h5_nh_faq-content .accordion-body {
    padding-left: 20px;
    padding-right: 25px;
  }
}
.h5_nh_faq-content .accordion-body p {
  padding: 0 0 23px;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 1399px) {
  .h5_nh_faq-right.ml-40 {
    margin-left: 0;
  }
}
.h5_nh_faq-contact {
  display: flex;
  align-items: center;
  gap: 12px;
}
.h5_nh_faq-contact-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-theme-primary);
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
}
.h5_nh_faq-contact-info a {
  color: rgb(11, 12, 15);
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.5px;
  display: block;
}
.h5_nh_faq-contact-info span {
  color: rgb(133, 133, 133);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 1399px) {
  .inner_nh_faq-content.ml-60 {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .inner_nh_faq-content.ml-60 {
    margin-left: 0;
  }
}
.inner_nh_faq-content .accordion-item {
  overflow: hidden;
  background: transparent;
  border-radius: 8px;
  border: none;
}
.inner_nh_faq-content .accordion-button {
  position: relative;
  cursor: pointer;
  box-shadow: none;
  background: #F7F9FB;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: var(--clr-body-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.5px;
  border-radius: 8px 8px 0 0 !important;
  padding: 22px 70px 22px 30px;
  border-bottom: 0;
}
@media (max-width: 575px) {
  .inner_nh_faq-content .accordion-button {
    padding: 22px 60px 22px 20px;
    font-size: 16px;
  }
}
.inner_nh_faq-content .accordion-button::after {
  display: none;
}
.inner_nh_faq-content .accordion-button::before {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  font-family: "Font Awesome 6 Pro";
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-weight: 600;
  color: var(--clr-theme-primary);
  text-align: center;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .inner_nh_faq-content .accordion-button::before {
    right: 20px;
  }
}
.inner_nh_faq-content .accordion-button:not(.collapsed) {
  padding-bottom: 16px;
  background-color: var(--clr-common-black);
  color: #fff;
}
.inner_nh_faq-content .accordion-button:not(.collapsed)::before {
  content: "\f068";
  color: #fff;
}
.inner_nh_faq-content .accordion-body {
  padding: 0 30px;
  padding-right: 35px;
  background: rgb(242, 251, 248);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-radius: 0 0 8px 8px;
  border: 0;
  background-color: var(--clr-common-black);
}
@media (max-width: 575px) {
  .inner_nh_faq-content .accordion-body {
    padding-left: 20px;
    padding-right: 25px;
  }
}
.inner_nh_faq-content .accordion-body p {
  padding: 0 0 23px;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

/* ///////////////////////////////////////////////////////////
04. Hero CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Hero CSS o1 Start
/////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////////////
Hero CSS o1 Start
/////////////////////////////////////////////////////////// */

/* ///////////////////////////////////////////////////////////
04. Hero CSS
/////////////////////////////////////////////////////////// */
/* Uutiset & Tarjoukset */
.tmpl-tarjoukset .nh_blog-area {
  background: #f7f9fb;
  margin-top: 0px;
}
.nh_blog-area {
  background: linear-gradient(180deg, rgba(0, 151, 178, 0.65), rgba(0, 151, 178, 0) 100%);
  margin-top: 100px;
}
.blog-box {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border: 1px solid #eee;
}
.nh_blog-item {
  margin-bottom: 30px;
}
.nh_blog-item-img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.nh_blog-item-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  object-fit: cover;
}
.nh_blog-item-date {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
  color: #333;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  background-color: #ffcef6;
  border-radius: 5px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.nh_blog-item-date.koylio {
  color: #fff;
  background-color: #62bfcf;
}
.nh_blog-item-content {
  padding: 23px 0 15px;
}
.nh_blog-item-content-meta {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.nh_blog-item-content-meta span {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.nh_blog-item-content-title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.6px;
  margin-bottom: 15px;
}
.nh_blog-item-content-desc {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
}
.price {
  color: red;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}
.nh_blog-item-content-btn {
  color: rgb(15, 41, 31);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  width: max-content;
}
.nh_blog-item:hover .nh_blog-item-img img {
  transform: scale(1.08);
}

/* ///////////////////////////////////////////////////////////
Hero CSS 02 Start
/////////////////////////////////////////////////////////// */

.nh_inner-pagination ul {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.nh_inner-pagination ul li a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F2F2F2;
  border-radius: 50%;
  color: var(--clr-common-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.nh_inner-pagination ul li a:hover {
  background: var(--clr-theme-primary);
  color: var(--clr-common-white);
  border-color: var(--clr-theme-primary);
}
.nh_blog_details-left {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  border: 1px solid rgb(245, 245, 245);
}
@media (max-width: 480px) {
  .nh_blog_details-left {
    padding: 30px 20px;
  }
}
.nh_blog_details-content .back {
  margin-top: 30px;
  margin-bottom: 15px;
}
.nh_blog_details-content-img {
  position: relative;
  z-index: 1;
}
.nh_blog_details-content-img img {
  border-radius: 8px;
  width: 100%;
}
/*.nh_blog_details-content-img a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  background: var(--clr-common-black);
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-theme-primary);
}
.nh_blog_details-content-img a::after, .nh_blog_details-content-img a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  animation-name: popupBtn;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.nh_blog_details-content-img a::before {
  animation-delay: 1s;
}*/
.nh_blog_details-content-title, .nh_blog_details-content h1 {
  color: #111;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}
.nh_blog_details-content h2, .richtext h2 {
  color: #111;
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.8px;
  margin-bottom: 10px;
}
.nh_blog_details-content h3, .nh_blog_details-content h4, .richtext h3, .richtext h4 {
  color: #111;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.8px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /*.nh_blog_details-content-title, .nh_blog_details-content h1 {
    font-size: 28px;
  }*/
}
@media (max-width: 480px) {

}
.nh_blog_details-content-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.nh_blog_details-content-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(15, 41, 31, 0.7);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.nh_blog_details-content-meta span i {
  color: var(--clr-theme-primary);
}
.nh_blog_details-content-meta span img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
}
.nh_blog_details-content-text {
  color: rgba(71, 85, 105, 0.7);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.nh_blog_details-content blockquote {
  padding: 30px 30px 23px;
  margin: 0;
  margin-bottom: 42px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgb(6, 177, 110);
  border-radius: 10px;
  background: rgb(255, 255, 255);
}
.nh_blog_details-content blockquote svg {
  color: var(--clr-theme-primary);
  margin-bottom: 20px;
}
.nh_blog_details-content blockquote p {
  margin-bottom: 10px;
  color: rgb(15, 41, 31);
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.8px;
}
@media (max-width: 575px) {
  .nh_blog_details-content blockquote p {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .nh_blog_details-content blockquote p {
    font-size: 20px;
  }
}
.nh_blog_details-content blockquote span {
  display: flex;
  justify-content: end;
}
.nh_blog_details-content blockquote cite {
  position: relative;
  z-index: 1;
  display: block;
  color: rgba(15, 41, 31, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-style: normal;
}
.nh_blog_details-content blockquote cite::before {
  position: absolute;
  left: -38px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  background-color: rgb(242, 242, 242);
  content: "";
}
.nh_blog_details-content-bottom {
  border-top: 1px solid rgb(242, 242, 242);
  border-bottom: 1px solid rgb(242, 242, 242);
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .nh_blog_details-content-bottom {
    flex-wrap: wrap;
  }
}
.nh_blog_details-content-list {
  list-style: none;
}
.nh_blog_details-content-list li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: rgb(15, 41, 31);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
}
.nh_blog_details-content-list li:last-child {
  margin-bottom: 0;
}
.nh_blog_details-content-list li i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--clr-theme-primary);
  color: var(--clr-common-white);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nh_blog_details-content-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nh_blog_details-content-social a {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(15, 41, 31, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 15px;
  color: var(--clr-common-black);
}
.nh_blog_details-content-social a:hover {
  background: var(--clr-theme-primary);
  border-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
/* Navi */
.nh_blog_details-post-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .nh_blog_details-post-navigation {
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: center;
  }
}
.nh_blog_details-post-navigation-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.nh_blog_details-post-navigation-item .icon a {
  width: 56px;
  height: 56px;
  border: 1px solid #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 4px;
  color: rgb(15, 41, 31);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.nh_blog_details-post-navigation-item .icon a:hover {
  border-color: var(--clr-theme-primary);
  color: var(--clr-theme-primary);
}
.nh_blog_details-post-navigation-item .info-2 {
  text-align: end;
}
@media (max-width: 767px) {
  .nh_blog_details-post-navigation-item .info-2 {
    text-align: start;
  }
}
.nh_blog_details-post-navigation-item .info span {
  color: rgba(15, 41, 31, 0.6);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.nh_blog_details-post-navigation-item .info h5 {
  color: rgb(15, 41, 31);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.3px;
  margin-bottom: 0;
}
.nh_blog_details-post-navigation-item .info h5:hover {
  color: var(--clr-theme-primary);
}

.nh_blog_widget-wrap {
  border-radius: 8px;
  background: rgb(42, 71, 65);
  padding: 30px 30px 40px;
  box-sizing: border-box;
  border: 1px solid rgb(245, 245, 245);
  border-radius: 12px;
  /* White */
  background: rgb(255, 255, 255);
}
@media (max-width: 480px) {
  .nh_blog_widget-wrap {
    padding: 30px 25px 40px;
  }
}
.nh_blog-widget:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 21px;
  padding-bottom: 30px;
}
.nh_blog-widget-title {
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
  color: rgb(15, 41, 31);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -4%;
}
/*.nh_blog-widget form {
  position: relative;
  z-index: 1;
}
.nh_blog-widget form input {
  width: 100%;
  height: 56px;
  background: transparent;
  border: 2px solid var(--clr-theme-primary);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 20px;
  padding-right: 50px;
}
.nh_blog-widget form button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
}*/
.nh_blog-widget-post {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nh_blog-widget-post-img {
  height: 90px;
  width: 90px;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .nh_blog-widget-post-img {
    width: 80px;
    height: 80px;
  }
}
.nh_blog-widget-post-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}
.nh_blog-widget-post-content h4 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.6px;
  margin-bottom: 1px;
  color: rgb(15, 41, 31);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -4%;
  text-align: left;
  /*text-transform: capitalize;*/
}
.nh_blog-widget-post-content p.price {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 480px) {
  .nh_blog-widget-post-content h4 {
    font-size: 16px;
  }
}
.nh_blog-widget-post-content h4:hover a {
  color: var(--clr-theme-primary);
}
.nh_blog-widget-post-content span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(15, 41, 31, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}
.nh_blog-widget-post-content span i {
  color: var(--clr-theme-primary);
}
.nh_blog-widget-category {
  list-style: none;
}
.nh_blog-widget-category li:not(:last-child) {
  margin-bottom: 10px;
}
.nh_blog-widget-category li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: #33574F;
  border-radius: 8px;
  height: auto;
  padding: 15px 20px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 6px;
  /* Border */
  background: rgb(242, 242, 242);
  color: rgb(15, 41, 31);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}
.nh_blog-widget-category li a:hover {
  background: #62bfcf;
  color: #fff;
}
.nh_blog-widget-category li.is-in-active-path a.active {
  font-weight: 700;
  background: #62bfcf;
  color:#fff;
}
.nh_blog-widget-category li.is-in-active-path ul {
  margin-top: -5px;
  background: #62bfcf;
  padding-bottom: 10px;
}
.nh_blog-widget-category li.is-in-active-path ul li {
  background: #62bfcf;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nh_blog-widget-category li.is-in-active-path ul li a {
  font-size: 14px;
  line-height: 22px;
  background: #62bfcf;
  color:#fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: auto;
  padding: 10px 15px;
  border-radius: 0px;
}
.nh_blog-widget-category li.is-in-active-path ul li {
  margin-bottom: 0px;
}
.nh_blog-widget-category li.is-in-active-path ul li a.active {
  font-weight: 700;
  background: #62bfcf;
  color:#fff;
}
/* ///////////////////////////////////////////////////////////
02. video CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Header CSS 01 Start
/////////////////////////////////////////////////////////// */
.nh_work-content-subtitle {
  border-radius: 4px;
  background: var(--clr-theme-primary-soft);
  height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  color: var(--clr-theme-primary);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.nh_work-content-title {
  color: rgb(11, 12, 15);
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .nh_work-content-title {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .nh_work-content-title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .nh_work-content-title {
    font-size: 32px;
  }
}

/* ///////////////////////////////////////////////////////////
Header CSS 02 Start
/////////////////////////////////////////////////////////// */

/* ///////////////////////////////////////////////////////////
22. sidebar
/////////////////////////////////////////////////////////// */
.cursor-pointer {
  cursor: pointer;
}

ul {
  list-style: none;
}

.zq_mobile_menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  /*background: #1d1d1d;*/
  background: #0097b2;
  overflow: hidden;
  z-index: 9999;
  /*transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);*/
}
.zq_mobile_menu .logo {
  position: absolute;
  top: 40px;
  left: 40px;
}
.zq_mobile_menu .logo img {
  width: 100%;
  max-width: 115px;
  height: auto;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .zq_mobile_menu .logo {
    left: 25px;
  }
}
@media (max-width: 480px) {
  .zq_mobile_menu .logo {
    left: 15px;
  }
}
.zq_mobile_menu .close-menu {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 4;
  font-size: 25px;
}
.zq_mobile_menu .close-menu i {
  color:#fff;
  font-size: 25px;
}
@media (min-width: 992px) {
  .zq_mobile_menu .close-menu {
    border: 2px solid #333;
  }
  .zq_mobile_menu .close-menu i {
    color:#333;
  }
}
@media (max-width: 767px) {
  .zq_mobile_menu .close-menu {
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .zq_mobile_menu .menu-navbar {
    padding-top: 80px!important;
  }
}
@media (max-width: 480px) {
  .zq_mobile_menu .close-menu {
    right: 15px;
    font-size: 18px;
  }
}
.zq_mobile_menu .logo, .zq_mobile_menu .close-menu {
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.4s;
}
.zq_mobile_menu .menu-navbar {
  color: #fff;
  height: 100vh;
  padding-top: 140px;
  overflow: auto;
  padding-bottom: 50px;
}
.zq_mobile_menu .menu-navbar::-webkit-scrollbar {
  width: 5px;
}
.zq_mobile_menu .menu-navbar::-webkit-scrollbar-track {
  background: #111;
}
.zq_mobile_menu .menu-navbar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.zq_mobile_menu .menu-navbar .main-menu {
  position: relative;
  z-index: 2;
  margin-top: 45px;
}
.zq_mobile_menu .menu-navbar .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.zq_mobile_menu .menu-navbar .main-menu > li {
  transition: all 0.5s;
}
.zq_mobile_menu .menu-navbar .main-menu > li:last-of-type .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.zq_mobile_menu .menu-navbar .main-menu > li .link {
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 20px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  position: relative;
  display: block;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.7s;
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.5px;
}
.zq_mobile_menu .menu-navbar .main-menu a.active {
  font-weight: 700!important;
}
.zq_mobile_menu .mobile-content {

}
.zq_mobile_menu .holder {

}
li.mobile {
  display: none;
}
.zq_mobile_menu  .holder h6.sub-title {
  font-size: 18px;
  margin-bottom: 5px!important;
  line-height: 26px;
}
.zq_mobile_menu  .holder h5 {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 22px;
}
.zq_mobile_menu .holder p {
  color:#fff;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 22px;
  text-transform: none;
}
.zq_mobile_menu .holder p a {
  color:#fff;
  font-weight: 700px!important;
}
.zq_mobile_menu .menu-navbar .main-menu > li .link .holder .h3_nh_header-social-list a i {
  color:#333!important;
  display: none;
}
.zq_mobile_menu .menu-navbar .main-menu > li .link .holder .h3_nh_header-social-list a {
  color:#111!important;
  background: white;
}
@media (max-width: 1399px) {
  .zq_mobile_menu .menu-navbar .main-menu > li .link {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .zq_mobile_menu .menu-navbar .main-menu > li .link {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .zq_mobile_menu .menu-navbar .main-menu > li .link {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .zq_mobile_menu .menu-navbar .main-menu > li .link {
    font-size: 20px;
  }
}
.zq_mobile_menu .menu-navbar .main-menu > li .link i {
  position: absolute;
  width: 100px;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
}
@media (max-width: 767px) {
  .zq_mobile_menu .menu-navbar .main-menu > li .link i {
    width: 90px;
  }
}
@media (max-width: 480px) {
  .zq_mobile_menu .menu-navbar .main-menu > li .link i {
    width: 70px;
  }
}
.zq_mobile_menu .menu-navbar .main-menu > li .link i::before, .zq_mobile_menu .menu-navbar .main-menu > li .link i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "+";
  font-family: "Font Awesome 6 Sharp";
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
}
.zq_mobile_menu .menu-navbar .main-menu > li .link i::after {
  content: "\f068";
}
.zq_mobile_menu .menu-navbar .main-menu > li .link.dopen i:before {
  opacity: 0;
}
.zq_mobile_menu .menu-navbar .main-menu > li .link .fill-text {
  position: relative;
  color: rgba(255, 255, 255);
  font-family: "Manrope", sans-serif;
}
.zq_mobile_menu .menu-navbar .main-menu > li .link .fill-text:after {
  content: attr(data-text);
  position: absolute;
  top: 4px;
  left: 0;
  color: #fff;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
}
.zq_mobile_menu .menu-navbar .main-menu > li.hoverd .link .fill-text:after {
  width: 0;
}
.zq_mobile_menu .menu-navbar .main-menu .sub-menu {
  display: none;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.zq_mobile_menu .menu-navbar .main-menu .sub-menu li {
  padding: 0;
  margin: 0;
}
.zq_mobile_menu .menu-navbar .main-menu .sub-menu li:last-child a {
  border-bottom: 0;
}
.zq_mobile_menu .menu-navbar .main-menu .sub-menu li a {
  padding: 20px 20px 20px 40px;
  opacity: 1;
  transition: all 0.4s;
  display: block;
  font-size: 29px;
  font-weight: 400;
  padding-left: 50px;
  /*text-transform: capitalize;*/
  letter-spacing: normal;
  border-color: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.009);
}
@media (max-width: 991px) {
  .zq_mobile_menu .menu-navbar .main-menu .sub-menu li a {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .zq_mobile_menu .menu-navbar .main-menu .sub-menu li a {
    padding-left: 30px;
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .zq_mobile_menu .menu-navbar .main-menu .sub-menu li a {
    font-size: 20px;
    padding-left: 25px;
    padding-top: 18px;
    padding-bottom: 21px;
  }
}
@media (max-width: 480px) {
  .zq_mobile_menu .menu-navbar .main-menu .sub-menu li a {
    font-size: 16px;
    padding-left: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.zq_mobile_menu .menu-navbar .main-menu .sub-menu li a:hover {
  opacity: 1;
}
.zq_mobile_menu .menu-text {
  position: relative;
  z-index: 1;
  height: 100%;
}
.zq_mobile_menu .menu-text:after {
  content: "";
  width: 1px;
  height: 0;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: -30px;
  bottom: -75vh;
  transition: all 1s ease;
}
.zq_mobile_menu .menu-text .text {
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}
.zq_mobile_menu .menu-text .text h2 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 10vw;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.08;
  margin: 0;
  color: #fff;
}
.zq_mobile_menu .cont-info {
  padding-top: 140px;
  padding-left: 15px;
  position: relative;
  z-index: 3;
}
.zq_mobile_menu .h3_nh_header-social {
  margin-top: 10px;
  border:none;
  padding-left: 0px;
  margin-left: 0px;
}
.zq_mobile_menu .h3_nh_header-social-list a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  color: #333;
  font-size: 22px;
  padding: 10px;
}
.zq_mobile_menu .h3_nh_header-social-list a:hover {
  background: #333;
  color: #fff;
}
.zq_mobile_menu .cont-info:after {
  content: "";
  width: 300%;
  height: 200vh;
  position: absolute;
  left: -30px;
  top: -75vh;
  /*background: #b7fcff;*/
  background: #ffcef6;
  z-index: -1;
}
.zq_mobile_menu .cont-info .sub-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-family: "Manrope", sans-serif;
  color: #333;
}
.zq_mobile_menu .cont-info .item {
  transform: translateY(50px);
  transition: all 0.4s;
  opacity: 0;
}
.zq_mobile_menu .cont-info .item h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
}
.zq_mobile_menu .cont-info .item p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: #333;
}
.zq_mobile_menu .cont-info .item h5:hover a, .zq_mobile_menu .cont-info .item p a:hover {
  color: #333;
  text-decoration: underline;
}
.zq_mobile_menu .cont-info .item ul.social {
  list-style: none;
}
.zq_mobile_menu .cont-info .item ul.social li a {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.zq_mobile_menu .cont-info .item ul.social li a:hover {
  color: red;
}
.zq_mobile_menu.open .logo, .zq_mobile_menu.open .close-menu {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}
.zq_mobile_menu.open .menu-navbar .main-menu > li .link {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}
.zq_mobile_menu.open .cont-info .item {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1.4s;
}
.zq_mobile_menu.open .menu-text .text {
  opacity: 1;
  transition-delay: 1s;
}
.zq_mobile_menu.open .menu-text:after {
  height: 200vh;
  transition-delay: 0.7s;
}

@media screen and (max-width: 991px) {
  .navbar .search-form,
  .zq_mobile_menu .menu-text,
  .zq_mobile_menu .cont-info {
    display: none;
  }
  .zq_mobile_menu .menu-navbar {
    height: calc(100vh - 40px);
  }
  li.mobile {
    display: block;
  }
}
/* ///////////////////////////////////////////////////////////
04. domain CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Hero CSS 01 Start
/////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////////////
02. about CSS
/////////////////////////////////////////////////////////// */
.nh_about-img {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
}
.nh_about-img img {
  width: 100%;
  height: auto;
  max-width: 800px;
  border-radius: 40px 100px / 120px;
}
@media (max-width: 1199px) {
  .nh_about-img.ml-15 {
    margin-left: 0;
  }
}
@media (max-width: 1399px) {
  .nh_about-img.mr-15 {
    margin-right: 0;
  }
}
@media (max-width: 1399px) {
  .nh_about-img.mr-35 {
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .nh_about-img.mr-35 {
    margin-right: 0px;
  }
}
@media (max-width: 1599px) {
  .nh_about-img.mr-50 {
    margin-right: 30px;
  }
}
@media (max-width: 1399px) {
  .nh_about-img.mr-50 {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .nh_about-img.mr-50 {
    margin-right: 0px;
  }
}
@media (max-width: 1399px) {
  .nh_about-left.mr-20 {
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .nh_about-left.mr-20 {
    margin-right: 0;
  }
}
@media (max-width: 1399px) {
  .nh_about-left.ml-20 {
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  .nh_about-left.ml-20 {
    margin-left: 0;
  }
}

.h2_nh_about-list ul {
  list-style: none;
}
.h2_nh_about-list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 25px;
}
.h2_nh_about-list ul li:last-child {
  margin-bottom: 0;
}
.h2_nh_about-list ul li i {
  width: 20px;
  height: 20px;
  background: #E9F8F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-theme-primary);
  font-size: 12px;
}

.h3_nh_about-text {
  border-radius: 8px;
  background: rgba(6, 177, 110, 0.08);
  padding: 23px 20px 23px 42px;
  position: relative;
  z-index: 1;
  width: max-content;
}
@media (max-width: 1199px) {
  .h3_nh_about-text {
    width: auto;
  }
}
.h3_nh_about-text::before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 12px;
  background: #e4f4f0;
  border-radius: 50%;
  border: 3px solid var(--clr-theme-primary);
}
.h3_nh_about-text p {
  color: rgb(6, 177, 110);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.2px;
  margin-bottom: 0;
}

.h5_nh_about-list ul {
  list-style: none;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}
@media (max-width: 480px) {
  .h5_nh_about-list ul {
    grid-template-columns: 1fr;
  }
}
.h5_nh_about-list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--clr-body-heading);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.h5_nh_about-list ul li i {
  width: 20px;
  height: 20px;
  background: var(--clr-theme-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}

/* ///////////////////////////////////////////////////////////
04. section CSS
/////////////////////////////////////////////////////////// */
@media (max-width: 1599px) {
  .h2_nh_choose-img.ml-65 {
    margin-left: 40px;
  }
}
@media (max-width: 1399px) {
  .h2_nh_choose-img.ml-65 {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .h2_nh_choose-img.ml-65 {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .h2_nh_choose-img.ml-65 {
    margin-left: 0;
  }
}
@media (max-width: 1599px) {
  .h2_nh_choose-img.mr-65 {
    margin-right: 40px;
  }
}
@media (max-width: 1399px) {
  .h2_nh_choose-img.mr-65 {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .h2_nh_choose-img.mr-65 {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .h2_nh_choose-img.mr-65 {
    margin-right: 0;
  }
}
@media (max-width: 1599px) {
  .h2_nh_choose-content.mr-70 {
    margin-right: 40px;
  }
}
@media (max-width: 1399px) {
  .h2_nh_choose-content.mr-70 {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .h2_nh_choose-content.mr-70 {
    margin-right: 0;
  }
}
@media (max-width: 1599px) {
  .h2_nh_choose-content.ml-70 {
    margin-left: 40px;
  }
}
@media (max-width: 1399px) {
  .h2_nh_choose-content.ml-70 {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .h2_nh_choose-content.ml-70 {
    margin-left: 0;
  }
}
.h2_nh_choose-counter {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  row-gap: 30px;
}
.h2_nh_choose-counter-item-title {
  color: rgb(15, 41, 31);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.h2_nh_choose-counter-item-subtitle {
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

/* ///////////////////////////////////////////////////////////
02. video CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Header CSS 03 Start
/////////////////////////////////////////////////////////// */
.h3_nh_headline-area {
  background-color: var(--clr-common-black);
  padding-top: 38px;
  padding-bottom: 38px;
}
@media (max-width: 991px) {
  .h3_nh_headline-area {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.h3_nh_headline-title {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 0;
  text-align: center;
  margin-right: 25px;
  width: max-content !important;
}
.h3_nh_headline-title .title {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  cursor: pointer;
  display: block;
  color: rgb(255, 255, 255);
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .h3_nh_headline-title .title {
    font-size: 40px;
  }
}
.h3_nh_headline-title .title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: var(--clr-theme-primary);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
  visibility: hidden;
}
.h3_nh_headline-title .number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  background-color: var(--clr-theme-primary);
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.6px;
  border-radius: 50%;
}
.h3_nh_headline-title:hover .title {
  color: var(--clr-theme-primary);
}
.h3_nh_headline-title:hover .title::before {
  opacity: 1;
  visibility: visible;
}

/* ///////////////////////////////////////////////////////////
Header CSS 05 Start
/////////////////////////////////////////////////////////// */





/* ///////////////////////////////////////////////////////////
inner heading Start
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
23. faq
/////////////////////////////////////////////////////////// */
.h3_nh_feature-item {
  border: 1px solid #F2F2F2;
  padding: 20px 20px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1399px) {
  .h3_nh_feature-item {
    padding: 20px 15px 20px;
  }
}
.h3_nh_feature-item-icon {
  background: rgba(6, 177, 110, 0.1);
  width: 69px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .h3_nh_feature-item-icon {
    width: 65px;
    height: 65px;
  }
}
.h3_nh_feature-item-content-title {
  color: var(--clr-body-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .h3_nh_feature-item-content-title {
    font-size: 22px;
  }
}
.h3_nh_feature-item-content-title:hover a {
  color: var(--clr-theme-primary);
}

.h4_nh_feature-wrap {
  background-color: var(--clr-theme-primary);
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-top: -64px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .h4_nh_feature-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .h4_nh_feature-wrap {
    grid-template-columns: 1fr;
  }
}
.h4_nh_feature-item {
  padding: 30px 30px 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid rgba(229, 248, 240, 0.25);
}
@media (max-width: 1199px) {
  .h4_nh_feature-item {
    padding: 30px 20px 30px;
  }
}
@media (max-width: 991px) {
  .h4_nh_feature-item {
    border-bottom: 1px solid rgba(229, 248, 240, 0.25);
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .h4_nh_feature-item {
    justify-content: center;
    border-right: 0;
  }
}
.h4_nh_feature-item-icon {
  background: #fff;
  width: 69px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--clr-theme-primary);
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .h4_nh_feature-item-icon {
    width: 60px;
    height: 60px;
  }
  .h4_nh_feature-item-icon svg {
    width: 26px;
  }
}
.h4_nh_feature-item-content-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .h4_nh_feature-item-content-title {
    font-size: 22px;
  }
}

.inner_nh_feature-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  .inner_nh_feature-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .inner_nh_feature-wrap {
    grid-template-columns: 1fr;
  }
}

.inner_nh_feature-item {
  padding: 69px 30px 62px;
  border: 1px solid rgb(242, 242, 242);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.inner_nh_feature-item:first-child {
  border-top: 0;
  border-left: 0;
}
.inner_nh_feature-item:nth-child(2) {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.inner_nh_feature-item:nth-child(3) {
  border-top: 0;
  border-right: 0;
}
.inner_nh_feature-item:nth-child(4) {
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
}
.inner_nh_feature-item:nth-child(5) {
  border: 0;
}
.inner_nh_feature-item:last-child {
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
}
.inner_nh_feature-item svg {
  margin-bottom: 15px;
  color: var(--clr-theme-primary);
}
.inner_nh_feature-item-title {
  color: var(--clr-body-heading);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.8px;
  margin-bottom: 13px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
  z-index: 1;
}
.inner_nh_feature-item-title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 5%;
  height: 1px;
  background-color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.inner_nh_feature-item p {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: rgb(133, 133, 133);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.inner_nh_feature-item-number {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  display: block;
  font-family: "Manrope", sans-serif;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--clr-body-heading);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.inner_nh_feature-item:hover {
  background-color: #F2F2F2;
}
.inner_nh_feature-item:hover .inner_nh_feature-item-title::before {
  width: 100%;
  background-color: var(--clr-theme-primary);
}
.inner_nh_feature-item:hover .inner_nh_feature-item-number {
  -webkit-text-stroke: 2px var(--clr-theme-primary);
}
.inner_nh_feature-item.active {
  background-color: #F2F2F2;
}
.inner_nh_feature-item.active .inner_nh_feature-item-title::before {
  width: 100%;
  background-color: var(--clr-theme-primary);
}
.inner_nh_feature-item.active .inner_nh_feature-item-number {
  -webkit-text-stroke: 2px var(--clr-theme-primary);
}

/* ///////////////////////////////////////////////////////////
02. cta CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Header CSS o1 Start
/////////////////////////////////////////////////////////// */
.nh_cta-area {
  margin-bottom: -125px;
  position: relative;
  z-index: 1;
}
.nh_cta-wrap {
  background: var(--clr-theme-primary);
  border-radius: 10px;
  padding: 60px 80px 70px;
  display: flex;
  align-items: center;
  gap: 20px;
  row-gap: 30px;
}
@media (max-width: 1199px) {
  .nh_cta-wrap {
    padding: 60px 50px 70px;
  }
}
@media (max-width: 991px) {
  .nh_cta-wrap {
    padding: 50px 50px 60px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .nh_cta-wrap {
    padding: 50px 40px 60px;
  }
}
@media (max-width: 575px) {
  .nh_cta-wrap {
    padding: 40px 30px 50px;
  }
}
.nh_cta-title {
  width: 500px;
}
@media (max-width: 1199px) {
  .nh_cta-title {
    width: 340px;
  }
}
@media (max-width: 991px) {
  .nh_cta-title {
    width: 100%;
  }
}
.nh_cta-title h2 {
  color: rgb(255, 255, 255);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .nh_cta-title h2 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .nh_cta-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .nh_cta-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .nh_cta-title h2 {
    font-size: 34px;
  }
}
.nh_cta-form {
  width: calc(100% - 520px);
}
@media (max-width: 1199px) {
  .nh_cta-form {
    width: calc(100% - 360px);
  }
}
@media (max-width: 991px) {
  .nh_cta-form {
    width: 100%;
  }
}
.nh_cta-form form {
  display: flex;
  align-items: center;
  gap: 20px;
}
/*@media (max-width: 480px) {
  .nh_cta-form form {
    flex-wrap: wrap;
  }
}
.nh_cta-form form input {
  height: 60px;
  border-radius: 10px;
  border: none;
  padding: 0 20px;
  color: rgb(133, 133, 133);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: rgba(133, 133, 133, 0.5);
  width: 100%;
}
.nh_cta-form form button {
  background: var(--clr-common-black);
  border: none;
  border-radius: 10px;
  height: 60px;
  padding: 0 40px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .nh_cta-form form button {
    width: 100%;
  }
}*/

/* ///////////////////////////////////////////////////////////
02. price CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Header CSS 01 Start
/////////////////////////////////////////////////////////// */
.h5_nh_counter-area {
  margin-top: -110px;
  position: relative;
  z-index: 1;
}
.h5_nh_counter-wrap {
  background: var(--clr-theme-primary);
  border-radius: 16px;
  padding: 50px 55px 55px;
  display: grid;
  grid-template-columns: 1fr 300px 300px 1fr;
}
@media (max-width: 1199px) {
  .h5_nh_counter-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .h5_nh_counter-wrap {
    grid-template-columns: 1fr 1fr;
    row-gap: 25px;
  }
}
@media (max-width: 767px) {
  .h5_nh_counter-wrap {
    padding: 50px 20px 55px;
  }
}
@media (max-width: 575px) {
  .h5_nh_counter-wrap {
    grid-template-columns: 1fr;
    padding: 50px 20px 55px;
  }
}
.h5_nh_counter-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h5_nh_counter-item::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 105px;
  background: url("../../assets/images/bg/counter-line.png");
}
@media (max-width: 575px) {
  .h5_nh_counter-item::after {
    display: none;
  }
}
.h5_nh_counter-item:first-child {
  align-items: start;
}
@media (max-width: 991px) {
  .h5_nh_counter-item:first-child {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .h5_nh_counter-item:nth-child(2)::after {
    display: none;
  }
}
.h5_nh_counter-item:last-child {
  align-items: end;
}
@media (max-width: 991px) {
  .h5_nh_counter-item:last-child {
    align-items: center;
  }
}
.h5_nh_counter-item:last-child::after {
  display: none;
}
.h5_nh_counter-item-title {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .h5_nh_counter-item-title {
    font-size: 60px;
  }
}
.h5_nh_counter-item-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
  display: block;
  position: relative;
  z-index: 1;
}
.h5_nh_counter-item-subtitle::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  transform: translate(-50%, -50%) rotate(180deg);
  width: 61px;
  height: 61px;
  background: linear-gradient(180deg, rgb(252, 252, 252), rgba(252, 252, 252, 0) 100%);
  opacity: 0.15;
  border-radius: 50%;
}

/* ///////////////////////////////////////////////////////////
02. price CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Header CSS 01 Start
/////////////////////////////////////////////////////////// */
.h5_nh_project-wrap {
  position: relative;
  z-index: 1;
}
.h5_nh_project-btn a {
  border-radius: 50px;
}
.h5_nh_project-item {
  display: flex;
  align-items: center;
  padding: 30px;
  background: #fff;
}
@media (max-width: 991px) {
  .h5_nh_project-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .h5_nh_project-item {
    padding: 30px 20px;
  }
}
.h5_nh_project-item-img {
  width: 48.7%;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .h5_nh_project-item-img {
    width: 100%;
  }
}
.h5_nh_project-item-img img {
  width: 100%;
}
.h5_nh_project-item-content {
  padding: 20px 50px 20px 20px;
}
@media (max-width: 1199px) {
  .h5_nh_project-item-content {
    padding: 0;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .h5_nh_project-item-content {
    padding: 0;
  }
}
.h5_nh_project-item-content img {
  margin-bottom: 26px;
}
.h5_nh_project-item-content-title {
  color: rgb(11, 12, 15);
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -1px;
}
@media (max-width: 1199px) {
  .h5_nh_project-item-content-title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .h5_nh_project-item-content-title {
    font-size: 24px;
  }
}
.h5_nh_project-item-content-text {
  color: rgb(133, 133, 133);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.h5_nh_project-navigation div {
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.h5_nh_project-navigation div.h5_nh_project-next {
  left: auto;
  right: -24px;
}
.h5_nh_project-navigation.nh_navigation {
  display: flex;
  gap: 15px;
  align-items: center;
}
.h5_nh_project-navigation.nh_navigation div {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: var(--clr-common-black);
  cursor: pointer;
  box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.12);
  background: rgb(255, 255, 255);
}
.h5_nh_project-navigation.nh_navigation div:hover {
  background: var(--clr-theme-primary);
  color: var(--clr-common-white);
  border-color: var(--clr-theme-primary);
}

.nh_inner_project-item {
  position: relative;
  z-index: 1;
}
.nh_inner_project-item-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.nh_inner_project-item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 8px;
  background: rgba(15, 41, 31, 0.8);
  padding: 30px 20px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.nh_inner_project-item-content-subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 10px;
  background: var(--clr-theme-primary);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 23px;
}
.nh_inner_project-item-content-title {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.6px;
  margin-bottom: 25px;
}
.nh_inner_project-item-content-title:hover a {
  color: var(--clr-theme-primary);
}
.nh_inner_project-item-content-btn {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.nh_inner_project-item-content-btn:hover {
  background-color: var(--clr-theme-primary);
  color: #fff;
  border-color: var(--clr-theme-primary);
}
.nh_inner_project-item:hover .nh_inner_project-item-content {
  opacity: 1;
  visibility: visible;
}

.nh_project_details-list ul {
  list-style: none;
}
.nh_project_details-list ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  /* Paragraph */
  color: rgb(71, 85, 105);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.nh_project_details-list ul li:last-child {
  margin-bottom: 0;
}
.nh_project_details-list ul li i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--clr-theme-primary);
  color: var(--clr-common-white);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nh_project_details-img {
  position: relative;
  z-index: 1;
}
.nh_project_details-img img {
  border-radius: 8px;
  width: 100%;
}
.nh_project_details-img a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  background: var(--clr-theme-primary);
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-common-white);
}
.nh_project_details-img a::after, .nh_project_details-img a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  animation-name: popupBtn;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.nh_project_details-img a::before {
  animation-delay: 1s;
}

.nh_project_details-info {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-radius: 8px;
  background: rgba(6, 177, 110, 0.07);
}
@media (max-width: 1199px) {
  .nh_project_details-info {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .nh_project_details-info {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .nh_project_details-info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .nh_project_details-info {
    grid-template-columns: repeat(1, 1fr);
  }
}
.nh_project_details-info-item {
  padding: 32px 30px 34px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .nh_project_details-info-item {
    padding: 32px 26px 34px;
  }
}
.nh_project_details-info-item::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: rgba(71, 85, 105, 0.1);
  width: 1px;
  height: 53px;
}
.nh_project_details-info-item:last-child::after {
  display: none;
}
.nh_project_details-info-item span {
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin-bottom: 3px;
}
.nh_project_details-info-item p {
  color: #475569;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  margin-bottom: 0;
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.3;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* ///////////////////////////////////////////////////////////
04. section CSS
/////////////////////////////////////////////////////////// */
.h5_nh_process-item {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  padding: 30px 30px 23px;
}
.h5_nh_process-item::after {
  position: absolute;
  right: -20px;
  top: 30px;
  width: 40px;
  height: 40px;
  background: #F7F7F7;
  content: "";
  border-radius: 50%;
}
.h5_nh_process-item-number {
  width: 40px;
  height: 40px;
  background: rgb(15, 41, 31);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 22px;
}
.h5_nh_process-item-title {
  color: rgb(11, 12, 15);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
.h5_nh_process-item-text {
  color: rgb(133, 133, 133);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.h5_nh_process_main:not(:last-child) .h5_nh_process-item::before {
  position: absolute;
  right: -30px;
  top: 12px;
  content: "";
  width: 50px;
  height: 40px;
  border-bottom: 2px dashed rgba(15, 41, 31, 0.2);
  z-index: 1;
}
@media (max-width: 991px) {
  .h5_nh_process_main:nth-child(2) .h5_nh_process-item::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .h5_nh_process_main .h5_nh_process-item::before {
    display: none;
  }
}

/* ///////////////////////////////////////////////////////////
02. video CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Header CSS o1 Start
/////////////////////////////////////////////////////////// */
.h5_nh_team-item {
  border-radius: 0px 0px 8px 8px;
  background: rgb(247, 247, 247);
}
.h5_nh_team-item-img {
  border-radius: 0px 0px 8px 8px;
  position: relative;
  z-index: 1;
}
.h5_nh_team-item-img img {
  width: 100%;
}
.h5_nh_team-item-social {
  position: absolute;
  right: 20px;
  bottom: -38px;
  border-radius: 70px;
  cursor: pointer;
  overflow: hidden;
}
.h5_nh_team-item-social ul {
  padding-top: 20px;
  padding-bottom: 20px;
  background: var(--clr-theme-primary);
  border-radius: 70px 70px 0 0;
  padding-bottom: 40px;
  margin-bottom: -20px;
  transform: translateY(100px);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border: 3px solid #fff;
  border-bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.h5_nh_team-item-social ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h5_nh_team-item-social ul li:not(:last-child) a {
  padding-bottom: 23px;
}
.h5_nh_team-item-social span {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 2;
  position: relative;
  display: block;
  border: 3px solid transparent;
  border-radius: 0 0 70px 70px;
  border-top: 0;
}
.h5_nh_team-item-social span i {
  width: 50px;
  height: 50px;
  background: var(--clr-common-black);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 70px;
  cursor: pointer;
  outline: 3px solid #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.h5_nh_team-item-social:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.h5_nh_team-item-social:hover span {
  border-radius: 0 0 70px 70px;
  border-color: #fff;
}
.h5_nh_team-item-social:hover span i {
  outline: 0;
}
.h5_nh_team-item-content {
  padding: 20px 25px 22px;
}
.h5_nh_team-item-content-title {
  color: rgb(11, 12, 15);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 6px;
}
.h5_nh_team-item-content-title:hover a {
  color: var(--clr-theme-primary);
}
.h5_nh_team-item-content p {
  color: rgb(133, 133, 133);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.inner_nh_team-area .h5_nh_team-item-content {
  background: #fff;
}

.nh_team_details-img img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 1399px) {
  .nh_team_details-img {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .nh_team_details-img {
    margin-right: 0;
  }
}
.nh_team_details-contact {
  display: grid;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
  border-radius: 8px;
  background: rgb(247, 249, 251);
}
@media (max-width: 480px) {
  .nh_team_details-contact {
    grid-template-columns: 1fr;
  }
}
.nh_team_details-contact-item {
  padding: 0 25px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nh_team_details-contact-item:first-child {
  border-bottom: 1px solid rgba(15, 41, 31, 0.06);
  border-right: 1px solid rgba(15, 41, 31, 0.06);
}
@media (max-width: 480px) {
  .nh_team_details-contact-item:first-child {
    border-right: 0;
  }
}
.nh_team_details-contact-item:nth-child(2) {
  border-bottom: 1px solid rgba(15, 41, 31, 0.06);
}
.nh_team_details-contact-item:nth-child(3) {
  border-right: 1px solid rgba(15, 41, 31, 0.06);
}
@media (max-width: 480px) {
  .nh_team_details-contact-item:nth-child(3) {
    border-bottom: 1px solid rgba(15, 41, 31, 0.06);
    border-right: 0;
  }
}
.nh_team_details-contact-item span {
  display: block;
  color: rgba(15, 41, 31, 0.5);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.nh_team_details-contact-item a, .nh_team_details-contact-item p {
  display: block;
  margin-bottom: 0;
  color: rgb(15, 41, 31);
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
}

.nh_skill-content-progress {
  margin-bottom: 24px;
}
.nh_skill-content-progress .progress-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}
.nh_skill-content-progress .progress-title p {
  margin-bottom: 0;
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.nh_skill-content-progress .progress-title span {
  display: block;
  color: rgb(71, 85, 105);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.nh_skill-content-progress .progress {
  height: 10px;
  border-radius: 20px;
  background-color: rgb(229, 248, 240);
}
.nh_skill-content-progress .progress-bar {
  background-color: var(--clr-theme-primary);
  border-radius: 20px;
}

.w-80 {
  width: 80%;
}

.w-86 {
  width: 86%;
}

.w-92 {
  width: 92%;
}

/* Murupolku */

.nh_breadcrumb-area {
  background: #0097B2;
  background: linear-gradient(180deg, rgba(0, 151, 178, 1) 20%, rgba(255, 255, 255, 1) 100%);
}
.nh_breadcrumb-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  min-height: 480px;
  padding-top: 223px;
  padding-bottom: 160px;
}
.nh_breadcrumb-wrap-2 {
  padding-top: 240px;
  padding-bottom: 198px;
}
.nh_breadcrumb-wrap-3 {
  padding-top: 200px;
}
.nh_breadcrumb-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  /*background: rgba(15, 41, 31, 0.75);*/
  z-index: -1;
}
.nh_breadcrumb-content-title {
  color: #333;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .nh_breadcrumb-wrap {
    min-height: 200px;
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .nh_breadcrumb-content-title {
    font-size: 32px;
  }
  .nh_breadcrumb-content-list {
    justify-content: flex-start; /* Ei enää keskitetty vaan vasemmalle */
    flex-wrap: wrap; /* Mahdollistaa rivittymisen tarvittaessa */
    gap: 6px; /* Vähemmän väliä pienessä tilassa */
    padding: 0 10px; /* Vähän marginaalia reunoille */
  }
}
@media (max-width: 575px) {
  .nh_breadcrumb-content-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .nh_breadcrumb-content-title {
    font-size: 20px;
  }
  .nh_breadcrumb-wrap {
    min-height: 200px;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .nh_breadcrumb-content-list a {
    color:#333;
    font-size: 14px!important;
  }
  .nh_breadcrumb-content-list {
    justify-content: flex-start; /* Ei enää keskitetty vaan vasemmalle */
    flex-wrap: wrap; /* Mahdollistaa rivittymisen tarvittaessa */
    gap: 6px; /* Vähemmän väliä pienessä tilassa */
    padding: 0 10px; /* Vähän marginaalia reunoille */
  }
}
.nh_breadcrumb-content-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.nh_breadcrumb-content-list a {
  color:#333;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
  display: block;
}
.nh_breadcrumb-content-list a:hover {
  color: #333;
}
.nh_breadcrumb-content-list span, .nh_breadcrumb-content-list a.active {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
}
.nh_breadcrumb-content-list span::before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  margin-top: 1px;
}

/* ///////////////////////////////////////////////////////////
02. about CSS
/////////////////////////////////////////////////////////// */
.nh_inner_contact-title {
  color: rgb(29, 29, 29);
  font-size: 32px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.8px;
}
.nh_inner_contact-form {
  border-radius: 8px;
  background: rgb(247, 249, 251);
  padding: 40px 30px 40px;
}
@media (max-width: 480px) {
  .nh_inner_contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nh_inner_contact-form p {
  color: #111;
  font-size: 14px;
  margin-bottom: 5px;
}
.nh_inner_contact-form .form-check label{
  color: #111;
}
.nh_inner_contact-form .radio-buttons {
  margin-bottom: 25px;
}
.nh_inner_contact-form input[type=text],.nh_inner_contact-form input[type=email],
.nh_inner_contact-form textarea {
  width: 100%;
  margin-bottom: 25px;
  color: #111;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 6px;
  background: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 400;
  line-height: 56px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.nh_inner_contact-form input::-webkit-input-placeholder,
.nh_inner_contact-form textarea::-webkit-input-placeholder {
  color: #111;
  font-size: 16px;
}
.nh_inner_contact-form input:-moz-placeholder,
.nh_inner_contact-form textarea:-moz-placeholder {
  color: #111;
  font-size: 16px;
}
.nh_inner_contact-form input::-moz-placeholder,
.nh_inner_contact-form textarea::-moz-placeholder {
  color: #111;
  font-size: 16px;
}
.nh_inner_contact-form input:-ms-input-placeholder,
.nh_inner_contact-form textarea:-ms-input-placeholder {
  color: #111;
  font-size: 16px;
}
.nh_inner_contact-form input:focus,
.nh_inner_contact-form textarea:focus {
  border-color: var(--clr-theme-primary);
}
.nh_inner_contact-form textarea {
  height: 240px;
  margin-bottom: 30px;
  resize: none;
}
.nh_inner_contact-form-btn {
  border-radius: 8px;
  background: var(--clr-theme-primary);
  height: 60px;
  display: inline-flex;
  align-items: center;
  padding: 0 30px;
  border: 0;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.nh_inner_contact-form-btn:hover {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
}
.nh_inner_contact-form .nice-select {
  height: 56px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 25px;
  color: #A3A3A3;
  font-size: 15px;
  line-height: 56px;
  font-weight: 400;
  padding: 0 20px;
}
.nh_inner_contact-form .nice-select::after {
  border-bottom: 2px solid #A3A3A3;
  border-right: 2px solid #A3A3A3;
  content: "";
  display: block;
  height: 10px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 21px;
  top: 50%;
  transform-origin: 50% 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s ease-in-out;
  width: 9.5px;
}
/* Captcha */
.captcha {
	font-size:13px;
	padding-top:0.5em;
	padding-bottom:1em;
	margin-bottom:0em!important;
	width:100%;
  color:#111;
}
.captcha-input {
  font-size:13px;
	padding:0em;
	padding-bottom:40px;
  color:#111;
}
.captcha-input input{
	float:left;
	clear:right;
	margin-right:10px;
  text-align: center;
  padding: 0px!important;
  height: 28px;
  border: 1px solid #62bfcf!important;
  border-radius: 0px!important;
  font-size: 13px!important;
  color:#111!important;
}
.captcha-input img{
	float:left;
	clear:right;
	margin-right:0.5em;
	margin-top:0em;
}

/*.nh_inner_contact-form .nice-select ul {
  width: 100%;
  border-radius: 8px;
  border: none;
  background-color: #fff;
  margin-top: 4px;
  border: 1px solid var(--clr-theme-primary);
}
.nh_inner_contact-form .nice-select ul li {
  color: var(--clr-common-black);
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  min-height: 50px;
}
.nh_inner_contact-form .nice-select ul li.selected {
  font-weight: 400;
}
.nh_inner_contact-form .nice-select ul li:hover {
  background-color: var(--clr-theme-primary);
  color: #fff;
}*/
.nh_inner_contact-form .nice-select .option.focus, .nh_inner_contact-form .nice-select .nice-select .option.selected.focus {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-black);
}
.nh_inner_contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nh_inner_contact-item-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #ffcef6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.nh_inner_contact-item-icon i {
  font-size: 25px;
}
.koylio .nh_inner_contact-item-icon {
  background: #62bfcf;
  color: #fff;
}
.nh_inner_contact-item-info span {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 3px;
}
.nh_inner_contact-item-info p, .nh_inner_contact-item-info a {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  margin-bottom: 0;
  display: block;
}
.nh_inner_contact-item-info a:hover {
  color:#222;
  text-decoration: underline;
}
@media (max-width: 1599px) {
  .nh_inner_contact-left.ml-70 {
    margin-left: 50px;
  }
}
@media (max-width: 1399px) {
  .nh_inner_contact-left.ml-70 {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .nh_inner_contact-left.ml-70 {
    margin-left: 0px;
  }
}
@media (max-width: 1399px) {
  .nh_inner_contact-img.ml-35 {
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  .nh_inner_contact-img.ml-35 {
    margin-left: 0px;
  }
}

.nh_inner_contact_radius {
  border-radius: 60px;
}

.nh_inner_map-wrap {
  position: relative;
  z-index: 1;
}
.nh_inner_map-wrap iframe {
  width: 100%;
  height: 650px;
}
.nh_inner_map-item_1 {
  position: absolute;
  left: 30%;
  top: 250px;
  z-index: 1;
  transform: translateX(-50%);
}
.nh_inner_map-item_1::before {
  position: absolute;
  left: 50%;
  top: -43px;
  content: "";
  width: 25px;
  height: 25px;
  background: var(--clr-theme-primary);
  border-radius: 50%;
  border: 6px solid var(--clr-common-black);
  transform: translateX(-50%);
  cursor: pointer;
}
.nh_inner_map-item_2 {
  position: absolute;
  left: 50%;
  top: 190px;
  transform: translateX(-50%);
  z-index: 1;
}
.nh_inner_map-item_2::before {
  position: absolute;
  left: 50%;
  top: -43px;
  content: "";
  width: 25px;
  height: 25px;
  background: var(--clr-theme-primary);
  border-radius: 50%;
  border: 6px solid var(--clr-common-black);
  transform: translateX(-50%);
  cursor: pointer;
}
.nh_inner_map-item-content {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #fff;
  width: 320px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
}
.nh_inner_map-item-head {
  display: flex;
  align-items: center;
  background: var(--clr-theme-primary);
  padding: 23px 25px 23px;
  justify-content: space-between;
  gap: 20px;
  border-radius: 8px 8px 0 0;
  position: relative;
  z-index: 1;
}
.nh_inner_map-item-head::before {
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translateX(-50%) rotate(45deg);
  content: "";
  width: 14px;
  height: 14px;
  background: var(--clr-theme-primary);
}
.nh_inner_map-item-head h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.nh_inner_map-item-head span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -1px;
  display: block;
}
.nh_inner_map-item-info {
  padding: 24px 25px 24px;
}
.nh_inner_map-item-info p {
  color: rgb(15, 41, 31);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  /*text-transform: capitalize;*/
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 90px 1fr;
}
.nh_inner_map-item-info p:not(:last-child) {
  margin-bottom: 14px;
}
.nh_inner_map-item-info p span {
  color: rgb(71, 85, 105);
  display: block;
}

.nh_inner_map-item_1:hover .nh_inner_map-item-content,
.nh_inner_map-item_2:hover .nh_inner_map-item-content {
  opacity: 1;
  visibility: visible;
}

/* ///////////////////////////////////////////////////////////
19. error
/////////////////////////////////////////////////////////// */
.nh_error-wrap img {
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .nh_error-wrap {
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media (max-width: 767px) {
  .nh_error-wrap {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media (max-width: 575px) {
  .nh_error-wrap {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.nh_error-content h2 {
  color: rgb(20, 20, 20);
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 23px;
}
@media (max-width: 1199px) {
  .nh_error-content h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .nh_error-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .nh_error-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .nh_error-content h2 {
    font-size: 28px;
  }
}
.nh_error-content p {
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin-bottom: 33px;
}
@media (max-width: 991px) {
  .nh_error-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .nh_error-content p {
    font-size: 16px;
  }
}

/* ///////////////////////////////////////////////////////////
02. price CSS
/////////////////////////////////////////////////////////// */
.nh_hosting_price-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 390px 1fr 1fr 1fr;
  border-radius: 16px;
  background: rgb(255, 255, 255);
}
@media (max-width: 1199px) {
  .nh_hosting_price-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .nh_hosting_price-wrap {
    grid-template-columns: 1fr;
  }
}
.nh_hosting_price-top {
  height: 228px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nh_hosting_price-item {
  border-right: 1px solid rgb(242, 242, 242);
}
.nh_hosting_price-item:last-child {
  border: none;
}
@media (max-width: 1199px) {
  .nh_hosting_price-item:nth-child(2) {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .nh_hosting_price-item {
    border-right: 0;
  }
}
.nh_hosting_price-head {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #fff;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .nh_hosting_price-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.nh_hosting_price-head-heading {
  color: rgb(6, 177, 110);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.nh_hosting_price-head-title {
  color: rgb(6, 177, 110);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.6;
  margin-bottom: 5px;
}
.nh_hosting_price-head-price {
  display: flex;
  justify-content: center;
  color: rgb(6, 177, 110);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.nh_hosting_price-head span {
  color: rgb(71, 85, 105);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 13px;
  display: block;
}
.nh_hosting_price-head-btn {
  border-radius: 8px;
  background: var(--clr-theme-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 48px;
  border-radius: 58px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  /*text-transform: capitalize;*/
}
.nh_hosting_price-head-btn:hover {
  background-color: var(--clr-common-black);
  color: #fff;
}
.nh_hosting_price-list-title li {
  border-top: 1px solid rgb(242, 242, 242);
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px 0 30px;
  height: 62px;
  line-height: 62px;
  display: flex;
  align-items: center;
}
.nh_hosting_price-list-item li {
  border-top: 1px solid rgb(242, 242, 242);
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 400;
  padding: 0 20px 0 35px;
  height: 62px;
  line-height: 62px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .nh_hosting_price-list-item li {
    padding-left: 30px;
  }
}
.nh_hosting_price-list-item li .fa-check {
  color: var(--clr-theme-primary);
}

.nh_hosting_details-wrap {
  border-radius: 12px;
  background: rgb(247, 249, 251);
  padding: 30px 30px;
}
@media (max-width: 480px) {
  .nh_hosting_details-wrap {
    padding: 30px 20px;
  }
}
.nh_hosting_details-img img {
  width: 100%;
}
.nh_hosting_details-title {
  color: rgb(15, 41, 31);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.8px;
  /*text-transform: capitalize;*/
}
@media (max-width: 480px) {
  .nh_hosting_details-title {
    font-size: 28px;
  }
}
.nh_hosting_details-text {
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.nh_hosting_details-title_2 {
  color: rgb(15, 41, 31);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.nh_hosting_details-map {
  border-radius: 10px;
  background: rgb(15, 41, 31);
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nh_hosting_details-map img {
  width: 78%;
}
.nh_hosting_details-counter {
  border-radius: 8px;
  background: rgb(255, 255, 255);
  padding: 35px 50px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .nh_hosting_details-counter {
    padding: 35px 40px 32px;
    justify-content: center;
  }
}
.nh_hosting_details-counter-item {
  width: 130px;
  text-align: center;
}
.nh_hosting_details-counter-content {
  position: relative;
  z-index: 1;
  width: 130px;
  height: 130px;
  margin-bottom: 18px;
}
.nh_hosting_details-counter-circle {
  width: 130px;
  height: 130px;
  transform: rotateX(-190deg) rotate(270deg);
}
.nh_hosting_details-counter-number {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.nh_hosting_details-counter-number span {
  color: rgb(6, 177, 110);
  font-family: Manrope;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}
.nh_hosting_details-counter-year {
  color: rgb(15, 41, 31);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.nh_hosting_details-widget {
  border: 1px solid rgb(242, 242, 242);
  border-radius: 12px;
  background: rgb(255, 255, 255);
  padding: 35px 30px 30px;
}
.nh_hosting_details-widget-title {
  color: rgb(71, 85, 105);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.3px;
  margin-bottom: 26px;
}
.nh_hosting_details-list li {
  border-radius: 8px;
  background: rgb(249, 249, 249);
  color: rgb(71, 85, 105);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 8px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.nh_hosting_details-list li a {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nh_hosting_details-list li:hover {
  background: var(--clr-theme-primary);
  color: #fff;
}
.nh_hosting_details-list li:hover a {
  background: var(--clr-common-black);
  color: #fff;
}
.nh_hosting_details-banner {
  position: relative;
  z-index: 1;
  padding: 42px 30px 50px;
}
@media (max-width: 480px) {
  .nh_hosting_details-banner {
    padding: 42px 25px 50px;
  }
}
.nh_hosting_details-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 12px;
  object-fit: cover;
}
.nh_hosting_details-banner span {
  color: rgb(6, 177, 110);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 13px;
}
.nh_hosting_details-banner h2 {
  color: rgb(255, 255, 255);
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 51px;
}
@media (max-width: 767px) {
  .nh_hosting_details-banner h2 {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .nh_hosting_details-banner h2 {
    font-size: 30px;
  }
}
/*.nh_hosting_details-banner form {
  position: relative;
  z-index: 1;
}
.nh_hosting_details-banner form input {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 60px;
  color: rgba(71, 85, 105, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.nh_hosting_details-banner form button {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--clr-theme-primary);
  border: none;
  border-radius: 6px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}*/

/* ///////////////////////////////////////////////////////////
02. video CSS
/////////////////////////////////////////////////////////// */
@media (max-width: 1599px) {
  .nh_inner_support-img.mr-50 {
    margin-right: 30px;
  }
}
@media (max-width: 1399px) {
  .nh_inner_support-img.mr-50 {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .nh_inner_support-img.mr-50 {
    margin-right: 0px;
  }
}

/* ///////////////////////////////////////////////////////////
02. footer CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Header CSS o1 Start
/////////////////////////////////////////////////////////// */
.nh_footer-area {
  background-color:#ffcef6;
  color:#333
}
.nh_footer-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .nh_footer-top {
    display: none;
  }
}
.nh_footer-top-wrap {
  display: grid;
  align-items: center;
  grid-template-columns: 50% 50%;
}
.nh_footer-top-item {
  display: flex;
  gap: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
}
.nh_footer-top-item:not(:first-child) {
  justify-content: center;
}
.nh_footer-top-item:last-child {
  border-right: 0;
}
.nh_footer-top-item-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #62bfcf;
  border-radius: 50%;
  font-size: 28px;
  color: #fff;
  margin-right: 15px;
}
.nh_footer-top-item-content span {
  color: #333;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  /*text-transform: capitalize;*/
}
.nh_footer-top-item-content p {
  color: #333;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0px;
}
.nh_footer-top-item-content h4 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.nh_footer-top-item-content h4:hover a {
  color: var(--clr-theme-primary);
}
.nh_footer-main {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@media (max-width: 1199px) {
  .nh_footer-widget.mr-70 {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .nh_footer-widget.mr-70 {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .nh_footer-widget.ml-50 {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .nh_footer-widget.ml-50 {
    margin-left: 0;
  }
}
.nh_footer-widget-logo {
  margin-bottom: 33px;
}
.nh_footer-widget-text, .nh_footer-widget p {
  color:#333;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
.nh_footer-widget-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nh_footer-widget-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #333;
  border-radius: 50%;
  color: #333;
  font-size: 16px;
}
.nh_footer-widget-social a:hover {
  background: #62bfd0;
  border-color: var(--clr-theme-primary);
}
.nh_footer-widget-title {
  color: #333;
  font-family: Manrope;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 28px;
}
h5.nh_footer-widget-title {
  color: #333;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -1px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.nh_footer-widget ul {
  list-style: none;
}
.nh_footer-widget ul li:not(:last-child) {
  margin-bottom: 16px;
}
.nh_footer-widget ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.nh_footer-widget ul li a.active {
  font-weight: 700;
}
.nh_footer-widget ul li a:hover {
  color: #333;
  text-decoration: underline;
}
.nh_footer-widget ul li a i {
  font-size: 14px;
}
.nh_footer-widget-form button {
  width: 100%;
  border: none;
  background: #62bfcf;
  border-radius: 6px;
  height: 56px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 20px;
}
.nh_footer-widget-form button:hover {
  background-color: #fff;
  color: #62bfcf;
}
.nh_footer-copyright p {
  margin-bottom: 0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.nh_footer-copyright p a {
  color: #333;
}
.nh_footer-menu ul {
  list-style: none;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
.nh_footer-menu ul li:not(:first-child) {
  margin-left: 25px;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}
.nh_footer-menu ul li:not(:first-child)::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 2px;
  background: rgba(255, 255, 255, 0.12);
  content: "";
}
@media (max-width: 991px) {
  .nh_footer-menu ul li:not(:first-child) {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .nh_footer-menu ul li:not(:first-child) {
    margin-left: 0;
  }
  .nh_footer-menu ul li:not(:first-child)::before {
    display: none;
  }
}
.nh_footer-menu ul li a {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.nh_footer-menu ul li a:hover {
  color: #333;
  text-decoration: underline;
}
.nh_footer-contact-wrap {
  padding: 0 50px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: 29% 42% 29%;
}
.nh_footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-right: 2px solid rgb(15, 41, 31);
  width: 100%;
  justify-content: center;
}
.nh_footer-contact-item:first-child {
  justify-content: start;
}
.nh_footer-contact-item:last-child {
  justify-content: end;
  border-right: 0;
}
.nh_footer-contact-item-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(229, 248, 240);
  border-radius: 50%;
  font-size: 28px;
  color: var(--clr-theme-primary);
}
.nh_footer-contact-item-content span {
  color: rgba(255, 255, 255, 0.5);
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  /*text-transform: capitalize;*/
}
.nh_footer-contact-item-content h4 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.nh_footer-contact-item-content h4:hover a {
  color: var(--clr-theme-primary);
}
@media (min-width: 992px) {
  .h2_nh_footer-area .nh_footer-main {
    border-bottom: 0;
  }
}
/* Sivun alkuun */
#backtotop {
  display: inline-block;
  background-color: #FF9800;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
}
#backtotop:hover {
  cursor: pointer;
  background-color: #333;
}
#backtotop:active {
  background-color: #555;
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 500px) {
  #backtotop {
    margin: 30px;
  }
}
.alert {
  font-size: 14px;
}
/*# sourceMappingURL=main.css.map */
