/*
************
*************************

   Template Name: Eula - Creative Personal Portfolio HTML Template
   Description: Philip is a modern unique design layout focused for resume, cv, vCard, startup business, companies, agencies, all types of professions person which need a professional way to showcase their projects and services with 100% super responsive experience.
   Author: _ThemePhi
   Version: 1.0

-----------------------------------------------------------------------------------

CSS INDEX
=================== 
01. common
02. header
03. banner


******************************************************* 
*************************************************************** */
/*
************
*************************
01. common
******************************************************* 
*************************************************************** */
/* ///////////////////////////////////////////////////////////
Responsive Layout Declaration 
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Font Family Declaration 
/////////////////////////////////////////////////////////// */
@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");
/* ///////////////////////////////////////////////////////////
Color Declaration 
/////////////////////////////////////////////////////////// */
: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: #06B16E; */
    --clr-theme-primary: #299195;

  --clr-theme-primary-dark: #5839FF;

  --clr-theme-primary-soft: #E5F8F0;
  --clr-bg-gray: #F7F9FB;

    /* --clr-theme-primary-dark: #5839FF; */


  
}

/* ///////////////////////////////////////////////////////////
Mixin Declaration 
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
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;
}

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;
}

.cursor1 {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid var(--clr-common-primary);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: 999;
  mix-blend-mode: difference;
}

@media (max-width: 1200px) {
  .cursor1 {
    display: none;
  }
}
.cursor1.hide {
  opacity: 0;
  visibility: hidden;
}

.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: var(--clr-common-primary);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
  mix-blend-mode: difference;
}

.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_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: var(--clr-theme-primary);
  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;
}

/* Search  */
.ba-search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-110%);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.ba-search-popup::after {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-image: url(../images/bg/waves-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  content: "";
}
.ba-search-popup .ba-color-layer {
  position: fixed;
  content: "";
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.ba-search-popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  width: 50%;
}
@media (max-width: 991px) {
  .ba-search-popup-inner {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .ba-search-popup-inner {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .ba-search-popup-inner {
    width: 70%;
  }
}
.ba-search-popup-inner form {
  position: relative;
}
.ba-search-popup-inner form input {
  width: 100%;
  height: 70px;
  border: 0;
  border-radius: 60px;
  padding: 0 20px;
  padding-right: 90px;
}
.ba-search-popup-inner form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 70px;
  border: 0;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  background: var(--clr-theme-primary);
  color: #fff;
  font-size: 20px;
}

.search-active .ba-search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

/* ///////////////////////////////////////////////////////////
02. Header CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Header CSS 01 Start
/////////////////////////////////////////////////////////// */
.nh_header-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid rgba(15, 41, 31, 0.08);
}
.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 {
  width: 150px;
}
@media (max-width: 767px) {
  .nh_header-logo {
    width: 140px;
  }
}
.nh_header-logo img {
  width: 100%;
}
@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: var(--clr-body-text);
  display: block;
  color: rgb(71, 85, 105);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 100px;
  line-height: 100px;
  border-bottom: 3px solid transparent;
}
.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: var(--clr-common-black);
  -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 {
  background-color: var(--clr-theme-primary);
  color: #fff;
}
.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: var(--clr-theme-primary);
  border-color: var(--clr-theme-primary);
}
.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: 1px solid #0F291F;
  border-radius: 50%;
  font-size: 22px;
  color: #0F291F;
}
.nh_header-action-search {
  font-size: 25px;
  color: #0F291F;
}

/* ///////////////////////////////////////////////////////////
Header CSS 03 Start
/////////////////////////////////////////////////////////// */
.h3_nh_header-top {
  background-color: var(--clr-theme-primary);
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 575px) {
  .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;
    margin-bottom: 10px;
  }
}
.h3_nh_header-contact span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.h3_nh_header-contact span:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 20px;
  padding-right: 20px;
}
.h3_nh_header-action {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991px) {
  .h3_nh_header-action {
    justify-content: center;
  }
}
.h3_nh_header-user span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.h3_nh_header-social {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  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: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: var(--clr-theme-primary);
  font-size: 10px;
}
.h3_nh_header-social-list a:hover {
  background: #fff;
}

/* ///////////////////////////////////////////////////////////
Header CSS 01 Start
/////////////////////////////////////////////////////////// */
.h4_nh_header-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.h4_nh_header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .h4_nh_header-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .h4_nh_header-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .h4_nh_header-menu {
    display: none;
  }
}
.h4_nh_header-menu nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 40px;
  margin-bottom: 0;
}
.h4_nh_header-menu nav ul .menu-has-child {
  position: relative;
  z-index: 99;
  text-align: start;
}
.h4_nh_header-menu nav ul li:is(.menu-has-child) > a::after {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-size: 12px;
  font-weight: 500;
  margin-left: 5px;
  color: var(--clr-theme-primary);
}
.h4_nh_header-menu nav ul li a {
  color: #fff;
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 80px;
  line-height: 80px;
}
.h4_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;
}
.h4_nh_header-menu nav ul li .submenu li {
  display: block;
  margin-right: 0;
  position: relative;
  z-index: 99;
}
.h4_nh_header-menu nav ul li .submenu li a {
  padding: 12px 25px;
  color: var(--clr-common-black);
  -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;
}
.h4_nh_header-menu nav ul li .submenu li .submenu {
  left: 100%;
  top: 0;
}
.h4_nh_header-menu nav ul li .submenu li:hover > a {
  background-color: var(--clr-theme-primary);
  color: #fff;
}
.h4_nh_header-menu nav ul li .submenu li:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.h4_nh_header-menu nav ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}
.h4_nh_header-menu nav ul li:hover > a {
  color: var(--clr-theme-primary);
}
.h4_nh_header-action {
  display: flex;
  align-items: center;
  gap: 30px;
}
.h4_nh_header-action-menu {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-theme-primary);
  border-radius: 50%;
  font-size: 22px;
  color: #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;
}
.h4_nh_header-action-menu:hover {
  background-color: #fff;
  color: var(--clr-theme-primary);
}
.h4_nh_header-action-search {
  font-size: 25px;
  color: #fff;
}

.h5_nh_header-top {
  background-color: var(--clr-theme-primary);
  padding-top: 13px;
  padding-bottom: 13px;
}
@media (max-width: 767px) {
  .h5_nh_header-top {
    display: none;
  }
}
.h5_nh_header-top-contact {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .h5_nh_header-top-contact {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.h5_nh_header-top-contact span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-transform: capitalize;
}
.h5_nh_header-top-contact span:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 20px;
  padding-right: 20px;
}
.h5_nh_header-top-action {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 1199px) {
  .h5_nh_header-top-action {
    justify-content: center;
  }
}
.h5_nh_header-top-user span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.h5_nh_header-top-language {
  position: relative;
  z-index: 9;
  padding-left: 20px;
  margin-left: 20px;
}
.h5_nh_header-top-language::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.3);
}
.h5_nh_header-top-language-option.nice-select {
  border-radius: 8px;
  border: 0;
  width: 100%;
  padding: 0;
  background: transparent;
  z-index: 99;
  height: 22px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-transform: capitalize;
}
.h5_nh_header-top-language-option.nice-select ul {
  background-color: #fff;
  width: 85px;
  z-index: 99;
  border-radius: 4px;
  border: none;
  margin-top: 7px;
  box-shadow: 0px 6px 50px 0px rgba(27, 42, 82, 0.2);
}
.h5_nh_header-top-language-option.nice-select ul li {
  color: #7F879E;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  padding: 0 15px;
  min-height: 30px;
  height: 30px;
  line-height: 30px;
}
.h5_nh_header-top-language-option.nice-select .option.selected {
  font-weight: 500;
}
.h5_nh_header-top-language-option.nice-select::after {
  display: none;
}
.h5_nh_header-top-language-option.nice-select::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  margin-top: 1px;
}
.h5_nh_header-top-language-option.nice-select.open::before {
  content: "\f106";
}
.h5_nh_header-action {
  display: flex;
  align-items: center;
  gap: 30px;
}
.h5_nh_header-action-call {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1399px) {
  .h5_nh_header-action-call {
    display: none;
  }
}
.h5_nh_header-action-call-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.12);
}
.h5_nh_header-action-call-info span {
  color: rgb(133, 133, 133);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin-bottom: 1px;
}
.h5_nh_header-action-call-info a {
  color: rgb(11, 12, 15);
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.5px;
  display: block;
}

/* ///////////////////////////////////////////////////////////
04. Hero CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Hero CSS 01 Start
/////////////////////////////////////////////////////////// */
.nh_hero-area {
  background: linear-gradient(180deg, rgba(6, 177, 110, 0.09), rgba(6, 177, 110, 0) 100%);
  min-height: 600px;
  padding-top: 200px;
  padding-bottom: 310px;
}
.nh_hero-content-img {
  margin-bottom: 25px;
}
.nh_hero-content-title {
  font-family: "Manrope", sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -4px;
  color: var(--clr-body-heading);
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .nh_hero-content-title {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .nh_hero-content-title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .nh_hero-content-title {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .nh_hero-content-title {
    font-size: 42px;
  }
}
.nh_hero-content-title span {
  color: var(--clr-theme-primary);
}
.nh_hero-content-text {
  color: rgb(133, 133, 133);
  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 {
    font-size: 16px;
  }
}
.nh_hero-content-form {
  max-width: 805px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .nh_hero-content-form {
    max-width: 700px;
  }
}
@media (max-width: 575px) {
  .nh_hero-content-form {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
}
.nh_hero-content-form-input {
  width: 100%;
  border: 1px solid rgb(242, 242, 242);
  border-radius: 8px;
  background: rgb(255, 255, 255);
  height: 60px;
  line-height: 60px;
  text-align: left;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .nh_hero-content-form-input {
    padding: 0 20px;
  }
}
.nh_hero-content-form-input input {
  border: none;
  height: 40px;
  background: transparent;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: rgb(15, 41, 31);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 0;
  padding-right: 20px;
}
.nh_hero-content-form-input input::-webkit-input-placeholder {
  color: rgba(15, 41, 31, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.nh_hero-content-form-input input:-moz-placeholder {
  color: rgba(15, 41, 31, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.nh_hero-content-form-input input::-moz-placeholder {
  color: rgba(15, 41, 31, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.nh_hero-content-form-input input:-ms-input-placeholder {
  color: rgba(15, 41, 31, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.nh_hero-content-form-input select {
  border: none;
  background: transparent;
  color: rgb(6, 177, 110);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 0;
  padding-left: 30px;
  height: 40px;
}
.nh_hero-content-form-button {
  background: var(--clr-theme-primary);
  border: none;
  color: #fff;
  height: 60px;
  border-radius: 8px;
  color: rgb(255, 255, 255);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  padding: 0 30px;
  flex-shrink: 0;
}
.nh_hero-content-form-option.nice-select {
  border-radius: 8px;
  border: 0;
  width: 100%;
  width: auto;
  padding: 0;
  background: transparent;
  z-index: 99;
  height: 22px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-transform: capitalize;
  border: none;
  background: transparent;
  color: rgb(6, 177, 110);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 30px;
  height: 40px;
}
.nh_hero-content-form-option.nice-select ul {
  background-color: #fff;
  width: auto;
  z-index: 99;
  border-radius: 4px;
  border: none;
  margin-top: 7px;
  box-shadow: 0px 6px 50px 0px rgba(27, 42, 82, 0.2);
}
.nh_hero-content-form-option.nice-select ul li {
  color: #7F879E;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  padding: 0 20px;
  min-height: 30px;
  height: 30px;
  line-height: 30px;
}
.nh_hero-content-form-option.nice-select .option.selected {
  font-weight: 500;
}
.nh_hero-content-form-option.nice-select::after {
  display: none;
}
.nh_hero-content-form-option.nice-select::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  margin-top: 2px;
}
.nh_hero-content-form-option.nice-select.open::before {
  content: "\f106";
}

/* ///////////////////////////////////////////////////////////
Hero CSS 02 Start
/////////////////////////////////////////////////////////// */
.h2_nh_hero-area {
  padding: 265px 0 160px;
  min-height: 600px;
  background: linear-gradient(180deg, rgb(247, 249, 251), rgba(247, 249, 251, 0) 100%);
}
.h2_nh_hero-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-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.h2_nh_hero-content-title {
  color: rgb(11, 12, 15);
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -4px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .h2_nh_hero-content-title {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .h2_nh_hero-content-title {
    font-size: 58px;
    letter-spacing: -2px;
  }
}
@media (max-width: 480px) {
  .h2_nh_hero-content-title {
    line-height: 1.2;
    font-size: 40px;
  }
}
.h2_nh_hero-content p {
  color: rgb(71, 85, 105);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  .h2_nh_hero-content p {
    font-size: 16px;
  }
}
.h2_nh_hero-img {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .h2_nh_hero-img {
    margin-top: 80px;
  }
}
.h2_nh_hero-img img {
  width: 100%;
}
.h2_nh_hero-img-content {
  background: #fff;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: -48px;
  padding: 34px 28px 34px;
}
.h2_nh_hero-circle {
  width: 130px;
  height: 130px;
  transform: rotate(90deg);
}
.h2_nh_hero-counter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.h2_nh_hero-counter h2 {
  color: rgb(6, 177, 110);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-bottom: 7px;
}
.h2_nh_hero-counter span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  display: block;
}

/* ///////////////////////////////////////////////////////////
Hero CSS 03 Start
/////////////////////////////////////////////////////////// */
.h3_nh_hero-area {
  min-height: 600px;
  padding-top: 230px;
}
.h3_nh_hero-content {
  padding-bottom: 100px;
}
.h3_nh_hero-content-subtitle {
  box-sizing: border-box;
  border: 1px solid rgba(6, 177, 110, 0.1);
  border-radius: 4px;
  color: rgb(6, 177, 110);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0 15px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 52px;
}
@media (max-width: 991px) {
  .h3_nh_hero-content-subtitle {
    margin-bottom: 30px;
  }
}
.h3_nh_hero-content-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 21px;
}
.h3_nh_hero-content-title span {
  color: rgb(11, 12, 15);
  font-size: 80px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
  width: max-content;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .h3_nh_hero-content-title span {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .h3_nh_hero-content-title span {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .h3_nh_hero-content-title span {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .h3_nh_hero-content-title span {
    font-size: 40px;
    display: none;
  }
}
.h3_nh_hero-content-title span:last-child {
  margin-bottom: 0;
}
.h3_nh_hero-content-title-small {
  display: none !important;
}
@media (max-width: 480px) {
  .h3_nh_hero-content-title-small {
    display: block !important;
    width: auto !important;
    line-height: 1.3 !important;
  }
}
.h3_nh_hero-content-title-link {
  position: relative;
  z-index: 1;
  height: 72px;
  width: 174px;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .h3_nh_hero-content-title-link {
    display: none;
  }
}
.h3_nh_hero-content-title-link i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
}
.h3_nh_hero-content-title-img {
  height: 72px;
}
@media (max-width: 991px) {
  .h3_nh_hero-content-title-img {
    display: none;
  }
}
.h3_nh_hero-content-title-shape {
  position: absolute;
  right: -20px;
  top: -10px;
}
@media (max-width: 991px) {
  .h3_nh_hero-content-title-shape {
    display: none;
  }
}
.h3_nh_hero-content-text {
  color: rgb(133, 133, 133);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  .h3_nh_hero-content-text {
    font-size: 16px;
    line-height: 26px;
  }
  .h3_nh_hero-content-text br {
    display: none;
  }
}
.h3_nh_hero-content-form {
  max-width: 805px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .h3_nh_hero-content-form {
    max-width: 700px;
  }
}
@media (max-width: 575px) {
  .h3_nh_hero-content-form {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
}
.h3_nh_hero-content-form-input {
  width: 100%;
  border: 1px solid rgb(242, 242, 242);
  border-radius: 8px;
  background: rgb(255, 255, 255);
  height: 60px;
  line-height: 60px;
  text-align: left;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .h3_nh_hero-content-form-input {
    padding: 0 20px;
  }
}
.h3_nh_hero-content-form-input input {
  border: none;
  height: 40px;
  background: transparent;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: rgb(15, 41, 31);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 0;
  padding-right: 20px;
}
.h3_nh_hero-content-form-input input::-webkit-input-placeholder {
  color: rgba(15, 41, 31, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.h3_nh_hero-content-form-input input:-moz-placeholder {
  color: rgba(15, 41, 31, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.h3_nh_hero-content-form-input input::-moz-placeholder {
  color: rgba(15, 41, 31, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.h3_nh_hero-content-form-input input:-ms-input-placeholder {
  color: rgba(15, 41, 31, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.h3_nh_hero-content-form-input select {
  border: none;
  background: transparent;
  color: rgb(6, 177, 110);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 0;
  padding-left: 30px;
  height: 40px;
}
.h3_nh_hero-content-form-button {
  background: var(--clr-theme-primary);
  border: none;
  color: #fff;
  height: 60px;
  border-radius: 8px;
  color: rgb(255, 255, 255);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  padding: 0 30px;
  flex-shrink: 0;
}
.h3_nh_hero-content-form-option.nice-select {
  border-radius: 8px;
  border: 0;
  width: auto;
  padding: 0;
  z-index: 99;
  padding-right: 20px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  border: none;
  background: transparent;
  color: rgb(6, 177, 110);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 30px;
  height: 40px;
}
.h3_nh_hero-content-form-option.nice-select ul {
  background-color: #fff;
  width: auto;
  z-index: 99;
  border-radius: 4px;
  border: none;
  margin-top: 7px;
  box-shadow: 0px 6px 50px 0px rgba(27, 42, 82, 0.2);
}
.h3_nh_hero-content-form-option.nice-select ul li {
  color: #7F879E;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  padding: 0 20px;
  min-height: 30px;
  height: 30px;
  line-height: 30px;
}
.h3_nh_hero-content-form-option.nice-select .option.selected {
  font-weight: 500;
}
.h3_nh_hero-content-form-option.nice-select::after {
  display: none;
}
.h3_nh_hero-content-form-option.nice-select::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  margin-top: 2px;
}
.h3_nh_hero-content-form-option.nice-select.open::before {
  content: "\f106";
}

/* ///////////////////////////////////////////////////////////
Hero CSS 01 Start
/////////////////////////////////////////////////////////// */
.h4_nh_hero-area {
  position: relative;
  z-index: 1;
}
.h4_nh_hero-single {
  min-height: 600px;
  padding-top: 220px;
  padding-bottom: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.h4_nh_hero-single::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(15, 41, 31, 0.8);
  z-index: -1;
}
.h4_nh_hero-content-img {
  margin-bottom: 25px;
}
.h4_nh_hero-content-title {
  margin-bottom: 23px;
}
.h4_nh_hero-content-title span {
  color: #fff;
  font-size: 80px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -1px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1199px) {
  .h4_nh_hero-content-title span {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .h4_nh_hero-content-title span {
    font-size: 60px;
  }
  .h4_nh_hero-content-title span br {
    display: none;
  }
}
@media (max-width: 575px) {
  .h4_nh_hero-content-title span {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .h4_nh_hero-content-title span {
    font-size: 40px;
  }
}
.h4_nh_hero-content-title span:last-child {
  margin-bottom: 0;
}
.h4_nh_hero-content-title-link {
  position: relative;
  z-index: 1;
  height: 72px;
  width: 174px;
  border-radius: 50px;
  border: 2px solid var(--clr-theme-primary);
  display: inline-block;
}
@media (max-width: 991px) {
  .h4_nh_hero-content-title-link {
    display: none;
  }
}
.h4_nh_hero-content-title-link i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
}
.h4_nh_hero-content-title-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h4_nh_hero-content-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .h4_nh_hero-content-text br {
    display: none;
  }
}
@media (max-width: 575px) {
  .h4_nh_hero-content-text {
    font-size: 16px;
  }
}
.h4_nh_hero-content-form {
  max-width: 805px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .h4_nh_hero-content-form {
    max-width: 700px;
  }
}
@media (max-width: 575px) {
  .h4_nh_hero-content-form {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
}
.h4_nh_hero-content-form-input {
  width: 100%;
  border: 1px solid rgb(242, 242, 242);
  border-radius: 8px;
  background: rgb(255, 255, 255);
  height: 60px;
  line-height: 60px;
  text-align: left;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .h4_nh_hero-content-form-input {
    padding: 0 20px;
  }
}
.h4_nh_hero-content-form-input input {
  border: none;
  height: 40px;
  background: transparent;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: rgb(15, 41, 31);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 0;
  padding-right: 20px;
}
.h4_nh_hero-content-form-input input::-webkit-input-placeholder {
  color: rgba(15, 41, 31, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.h4_nh_hero-content-form-input input:-moz-placeholder {
  color: rgba(15, 41, 31, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.h4_nh_hero-content-form-input input::-moz-placeholder {
  color: rgba(15, 41, 31, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.h4_nh_hero-content-form-input input:-ms-input-placeholder {
  color: rgba(15, 41, 31, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.h4_nh_hero-content-form-input select {
  border: none;
  background: transparent;
  color: rgb(6, 177, 110);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 0;
  padding-left: 30px;
  height: 40px;
}
.h4_nh_hero-content-form-button {
  background: var(--clr-theme-primary);
  border: none;
  color: #fff;
  height: 60px;
  border-radius: 8px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  padding: 0 30px;
  flex-shrink: 0;
}
.h4_nh_hero-content-form-option.nice-select {
  border-radius: 8px;
  border: 0;
  width: auto;
  padding: 0;
  background: transparent;
  z-index: 99;
  padding-right: 20px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  background: transparent;
  color: rgb(6, 177, 110);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 30px;
  height: 40px;
}
.h4_nh_hero-content-form-option.nice-select ul {
  background-color: #fff;
  width: auto;
  z-index: 99;
  border-radius: 4px;
  border: none;
  margin-top: 7px;
  box-shadow: 0px 6px 50px 0px rgba(27, 42, 82, 0.2);
}
.h4_nh_hero-content-form-option.nice-select ul li {
  color: #7F879E;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  padding: 0 20px;
  min-height: 30px;
  height: 30px;
  line-height: 30px;
}
.h4_nh_hero-content-form-option.nice-select .option.selected {
  font-weight: 500;
}
.h4_nh_hero-content-form-option.nice-select::after {
  display: none;
}
.h4_nh_hero-content-form-option.nice-select::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  margin-top: 2px;
}
.h4_nh_hero-content-form-option.nice-select.open::before {
  content: "\f106";
}

.h4_nh_hero-social {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  position: absolute;
  left: 110px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .h4_nh_hero-social {
    left: 45px;
  }
}
@media (max-width: 991px) {
  .h4_nh_hero-social {
    display: none;
  }
}
.h4_nh_hero-social .inner_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.h4_nh_hero-social span {
  writing-mode: sideways-lr;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}
.h4_nh_hero-social a {
  width: 31px;
  height: 31px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--clr-common-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.h4_nh_hero-social a:hover {
  background-color: var(--clr-theme-primary);
}

.h4_nh_nav {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
@media (max-width: 1399px) {
  .h4_nh_nav {
    right: 45px;
  }
}
@media (max-width: 991px) {
  .h4_nh_nav {
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: 94px;
  }
}
.h4_nh_nav .nh_navigation {
  flex-direction: column;
}
@media (max-width: 991px) {
  .h4_nh_nav .nh_navigation {
    flex-direction: row;
  }
}
.h4_nh_nav .nh_navigation div {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: #fff;
}
.h4_nh_nav .nh_navigation div:hover {
  background-color: var(--clr-theme-primary);
  border-color: var(--clr-theme-primary);
}

.h5_nh_hero-single {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 600px;
  padding-top: 170px;
  padding-bottom: 225px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .h5_nh_hero-single {
    padding-bottom: 170px;
  }
}
.h5_nh_hero-single::before {
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgb(11, 12, 15) 36.094%, rgba(11, 12, 15, 0) 64.925%);
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.h5_nh_hero-single::after {
  position: absolute;
  left: 210px;
  bottom: -105px;
  content: "";
  width: 434px;
  height: 434px;
  border-radius: 50%;
  filter: blur(490px);
  background: rgb(6, 177, 110);
  z-index: -1;
}
.h5_nh_hero-content-subtitle {
  color: rgb(6, 177, 110);
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px dashed var(--clr-theme-primary);
  border-radius: 44px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 15px;
}
.h5_nh_hero-content-title {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .h5_nh_hero-content-title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .h5_nh_hero-content-title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .h5_nh_hero-content-title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .h5_nh_hero-content-title {
    font-size: 38px;
  }
}
.h5_nh_hero-content-title span {
  color: var(--clr-theme-primary);
}
.h5_nh_hero-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .h5_nh_hero-content p br {
    display: none;
  }
}
.h5_nh_hero-social {
  position: absolute;
  left: 95px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1599px) {
  .h5_nh_hero-social {
    display: none;
  }
}
.h5_nh_hero-social a {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.h5_nh_hero-social a:hover {
  background: var(--clr-theme-primary);
  border-color: var(--clr-theme-primary);
}
.h5_nh_hero-info {
  position: absolute;
  right: 16%;
  bottom: 100px;
  background: var(--clr-common-black);
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 68px;
  gap: 12px;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .h5_nh_hero-info {
    right: 15%;
  }
}
@media (max-width: 991px) {
  .h5_nh_hero-info {
    right: 5%;
  }
}
@media (max-width: 767px) {
  .h5_nh_hero-info {
    display: none;
  }
}
.h5_nh_hero-info-img {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.h5_nh_hero-info-img-link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
}
.h5_nh_hero-info-img-link:hover {
  color: #fff;
}
.h5_nh_hero-info-content h4 {
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 8px;
}
.h5_nh_hero-info-content span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}
.h5_nh_hero-info-content span i {
  color: #FFB800;
}
.h5_nh_hero-info-shape {
  position: absolute;
  left: -50px;
  top: -79px;
}

.h5_nh_service-item {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.h5_nh_service-img {
  position: relative;
  z-index: 1;
}
.h5_nh_service-img img {
  width: 100%;
}
.h5_nh_service-img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(21, 14, 50, 0.7), rgba(11, 12, 15, 0.7) 0.01%, rgba(6, 177, 110, 0.7) 100%);
  z-index: 1;
  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;
}
.h5_nh_service-img-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 0 20px 40px;
  text-align: center;
  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;
}
.h5_nh_service-img-content-icon {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
}
.h5_nh_service-img-content-info h5 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 15px;
}
.h5_nh_service-img-content-info p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.h5_nh_service-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -41px;
  z-index: 1;
  padding-right: 20px;
  padding-left: 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;
}
.h5_nh_service-content-icon {
  width: 56px;
  height: 56px;
  background-color: var(--clr-common-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: -28px;
  z-index: 9;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.h5_nh_service-content-info {
  border-radius: 8px;
  box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.12);
  background: rgb(255, 255, 255);
  z-index: 9;
  padding: 45px 20px 20px;
}
.h5_nh_service-content-title {
  color: rgb(11, 12, 15);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 0;
}

.h5_nh_service-item:hover .h5_nh_service-img::before {
  opacity: 1;
  visibility: visible;
}
.h5_nh_service-item:hover .h5_nh_service-img-content {
  opacity: 1;
  visibility: visible;
}
.h5_nh_service-item:hover .h5_nh_service-content {
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
}

/* ///////////////////////////////////////////////////////////
02. video CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Header CSS o1 Start
/////////////////////////////////////////////////////////// */
.nh_video-area {
  margin-top: -210px;
  position: relative;
  z-index: 1;
}
.nh_video-wrap {
  position: relative;
  z-index: 1;
}
.nh_video-btn {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  color: var(--clr-theme-primary);
}
@media (max-width: 575px) {
  .nh_video-btn {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}

/* ///////////////////////////////////////////////////////////
02. brand CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Header CSS o1 Start
/////////////////////////////////////////////////////////// */
.nh_brand-wrap {
  display: flex;
  align-items: center;
}
.nh_brand-title {
  width: 100%;
  flex-shrink: 0;
  max-width: 250px;
}
@media (max-width: 1199px) {
  .nh_brand-title {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .nh_brand-title {
    max-width: 180px;
  }
}
.nh_brand-title p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--clr-theme-primary);
}
.nh_brand-content {
  flex-shrink: 0;
  width: calc(100% - 250px);
}
@media (max-width: 1199px) {
  .nh_brand-content {
    width: calc(100% - 200px);
  }
}
@media (max-width: 991px) {
  .nh_brand-content {
    width: calc(100% - 180px);
  }
}

/* ///////////////////////////////////////////////////////////
Header CSS 02 Start
/////////////////////////////////////////////////////////// */
.h2_nh_brand-area {
  margin-top: -180px;
}
.h2_nh_brand-area.inner_nh_brand-area {
  margin-top: -145px;
}
.h2_nh_brand-wrap {
  border-radius: 12px;
  box-shadow: 0px 8px 40px 0px rgba(11, 12, 15, 0.08);
  background: rgb(255, 255, 255);
  padding-top: 93px;
  padding-bottom: 100px;
}
.h2_nh_brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.h2_nh_brand-title {
  color: rgb(6, 177, 110);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 44px;
}

/* ///////////////////////////////////////////////////////////
Header CSS 03 Start
/////////////////////////////////////////////////////////// */
.h3_nh_brand-area {
  margin-top: 0;
}

/* ///////////////////////////////////////////////////////////
04. section CSS
/////////////////////////////////////////////////////////// */
.nh_section-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: 28px;
}
@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 {
  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
/////////////////////////////////////////////////////////// */
.nh_reason-item {
  border-radius: 8px;
  box-shadow: 0px 8px 40px 0px rgba(11, 12, 15, 0.08);
  background: #fff;
  padding: 30px 30px 23px;
  -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_reason-item-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgb(229, 248, 240);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  -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_reason-item-icon svg {
  color: var(--clr-theme-primary);
}
.nh_reason-item-content {
  text-align: center;
}
.nh_reason-item-content-title {
  color: var(--clr-body-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  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;
}
@media (max-width: 1399px) {
  .nh_reason-item-content-title {
    font-size: 22px;
  }
}
.nh_reason-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: 0;
}
.nh_reason-item:hover {
  background-color: var(--clr-theme-primary);
}
.nh_reason-item:hover .nh_reason-item-icon {
  background-color: #fff;
}
.nh_reason-item:hover .nh_reason-item-content-title {
  color: #fff;
}
.nh_reason-item:hover .nh_reason-item-content p {
  color: #fff;
}

/* ///////////////////////////////////////////////////////////
Header CSS 02 Start
/////////////////////////////////////////////////////////// */
.h2_nh_reason-item-icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: rgb(229, 248, 240);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -50px;
  margin-left: 25px;
  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;
  border: 5px solid rgb(247, 249, 251);
}
.h2_nh_reason-item-icon svg {
  -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-theme-primary);
}
.h2_nh_reason-item-content {
  border-radius: 8px;
  box-shadow: 0px 8px 40px 0px rgba(11, 12, 15, 0.08);
  background: #fff;
  padding: 85px 25px 23px;
  -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;
}
.h2_nh_reason-item-content-title {
  color: var(--clr-body-heading);
  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;
}
@media (max-width: 1399px) {
  .h2_nh_reason-item-content-title {
    font-size: 22px;
  }
}
.h2_nh_reason-item-content-title:hover a {
  color: var(--clr-theme-primary);
}
.h2_nh_reason-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: 0;
}
.h2_nh_reason-item:hover .h2_nh_reason-item-icon {
  background-color: var(--clr-theme-primary);
}
.h2_nh_reason-item:hover .h2_nh_reason-item-icon svg {
  color: #fff;
}

/* ///////////////////////////////////////////////////////////
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
/////////////////////////////////////////////////////////// */
.h2_nh_price-area .nh_price-item-btn a {
  background: rgba(6, 177, 110, 0.1);
  color: var(--clr-theme-primary);
}
.h2_nh_price-area .nh_price-item-btn a:hover {
  background-color: var(--clr-theme-primary);
  color: #fff;
}
.h2_nh_price-area .nh_price-item.active {
  border: 1px solid rgb(6, 177, 110);
  border-radius: 10px;
  background: #fff;
  margin-top: 0;
}
.h2_nh_price-area .nh_price-item.active .nh_price-item-btn a {
  background-color: var(--clr-theme-primary);
  color: #fff;
}

/* ///////////////////////////////////////////////////////////
Header CSS 01 Start
/////////////////////////////////////////////////////////// */
.h3_nh_price-area .nh_price-item-btn a {
  background-color: var(--clr-theme-primary);
  color: #fff;
}
.h3_nh_price-area .nh_price-item-btn a:hover {
  background-color: var(--clr-common-black);
  color: #fff;
}
.h3_nh_price-area .nh_price-item.active {
  border: 1px solid rgb(6, 177, 110);
  border-radius: 10px;
  background: rgb(229, 248, 240);
}

/* ///////////////////////////////////////////////////////////
Header CSS 01 Start
/////////////////////////////////////////////////////////// */
.h4_nh_price-area .nh_price-item-btn a {
  background: rgba(6, 177, 110, 0.1);
  color: var(--clr-theme-primary);
}
.h4_nh_price-area .nh_price-item-btn a:hover {
  background-color: var(--clr-theme-primary);
  color: #fff;
}
.h4_nh_price-area .nh_price-item.active {
  border: 1px solid rgb(6, 177, 110);
  border-radius: 10px;
  background: var(--clr-common-black);
  margin-top: 0;
}
.h4_nh_price-area .nh_price-item.active .nh_price-item-head {
  margin-bottom: 27px;
}
.h4_nh_price-area .nh_price-item.active .nh_price-item-head p {
  color: #fff;
}
.h4_nh_price-area .nh_price-item.active .nh_price-item-amount {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.h4_nh_price-area .nh_price-item.active .nh_price-item-amount h1 span {
  color: #fff;
}
.h4_nh_price-area .nh_price-item.active .nh_price-item-list ul li {
  color: #fff;
}
.h4_nh_price-area .nh_price-item.active .nh_price-item-list ul li i {
  background: var(--clr-theme-primary);
  color: #fff;
}
.h4_nh_price-area .nh_price-item.active .nh_price-item-btn a {
  background-color: var(--clr-theme-primary);
  color: #fff;
}
.h4_nh_price-area .nh_price-item.active .nh_price-item-btn a:hover {
  color: var(--clr-theme-primary);
  background-color: #fff;
}

.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
/////////////////////////////////////////////////////////// */
.h2_nh_service-item {
  padding: 30px 30px 30px;
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 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;
  cursor: pointer;
}
@media (max-width: 991px) {
  .h2_nh_service-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .h2_nh_service-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.h2_nh_service-item-heading {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 45%;
}
@media (max-width: 991px) {
  .h2_nh_service-item-heading {
    width: 100%;
    gap: 25px;
  }
}
@media (max-width: 480px) {
  .h2_nh_service-item-heading {
    flex-wrap: wrap;
  }
}
.h2_nh_service-item-heading span {
  display: block;
  color: var(--clr-body-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
}
.h2_nh_service-item-heading-icon {
  width: 105px;
  height: 105px;
  background: rgb(230, 247, 240);
  display: flex;
  align-items: center;
  justify-content: center;
  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;
  flex-shrink: 0;
}
.h2_nh_service-item-heading-title {
  color: var(--clr-body-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.h2_nh_service-item-heading-title:hover a {
  color: var(--clr-theme-primary);
}
.h2_nh_service-item-content {
  width: 40%;
}
@media (max-width: 991px) {
  .h2_nh_service-item-content {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .h2_nh_service-item-content {
    width: calc(100% - 120px);
  }
}
@media (max-width: 480px) {
  .h2_nh_service-item-content {
    width: 100%;
  }
}
.h2_nh_service-item-content p {
  color: rgb(133, 133, 133);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.h2_nh_service-item-icon {
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  border: 1px solid rgb(242, 242, 242);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: rgba(15, 41, 31, 0.5);
  -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;
  flex-shrink: 0;
}
.h2_nh_service-item:hover {
  background: rgba(6, 177, 110, 0.1);
  border-radius: 5px;
}
.h2_nh_service-item:hover .h2_nh_service-item-heading-icon {
  background: var(--clr-theme-primary);
  color: #fff;
}
.h2_nh_service-item:hover .h2_nh_service-item-icon {
  border-color: transparent;
  background: var(--clr-body-heading);
  color: #fff;
}

/* ///////////////////////////////////////////////////////////
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
/////////////////////////////////////////////////////////// */
.nh_data-area {
  background-color: var(--clr-common-black);
}

/* ///////////////////////////////////////////////////////////
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
/////////////////////////////////////////////////////////// */
.nh_testimonial-item {
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px 40px;
  position: relative;
  z-index: 1;
  border: 2px solid transparent;
}
@media (max-width: 480px) {
  .nh_testimonial-item {
    padding: 40px 25px 40px;
  }
}
.nh_testimonial-item-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 22px;
}
.nh_testimonial-item-rating i {
  color: rgb(255, 183, 0);
  font-size: 16px;
}
.nh_testimonial-item-title {
  color: rgb(11, 12, 15);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .nh_testimonial-item-title {
    font-size: 22px;
  }
}
.nh_testimonial-item-text {
  color: rgba(133, 133, 133, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .nh_testimonial-item-text {
    font-size: 18px;
  }
}
.nh_testimonial-admin {
  border-top: 1px solid rgb(242, 242, 242);
  margin-top: 21px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.nh_testimonial-admin-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.nh_testimonial-admin-content h5 {
  color: var(--clr-body-heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1px;
  text-align: left;
  margin-bottom: 5px;
}
.nh_testimonial-admin-content span {
  color: rgba(11, 12, 15, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.nh_testimonial-quote {
  position: absolute;
  right: 30px;
  bottom: 28px;
  color: var(--clr-theme-primary);
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 480px) {
  .nh_testimonial-quote {
    right: 20px;
    bottom: 45px;
    font-size: 45px;
  }
}

.nh_testimonial-active.swiper .swiper-slide-active .nh_testimonial-item {
  border-color: var(--clr-theme-primary);
}

/* ///////////////////////////////////////////////////////////
Hero CSS o1 Start
/////////////////////////////////////////////////////////// */
.h2_nh_testimonial-item {
  position: relative;
  z-index: 1;
  border: 2px solid transparent;
}
.h2_nh_testimonial-item-content {
  background: #fff;
  border-radius: 5px;
  padding: 28px 30px 35px;
  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;
}
@media (max-width: 480px) {
  .h2_nh_testimonial-item-content {
    padding: 28px 20px 35px;
  }
}
.h2_nh_testimonial-item-content::before {
  -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: absolute;
  left: 20px;
  top: -21px;
  content: "";
  width: 40px;
  height: 33px;
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: 1;
}
.h2_nh_testimonial-item-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 23px;
}
.h2_nh_testimonial-item-rating i {
  color: rgb(255, 183, 0);
  font-size: 16px;
}
.h2_nh_testimonial-item-text {
  color: #858585;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 17px;
}
@media (max-width: 480px) {
  .h2_nh_testimonial-item-text {
    font-size: 18px;
  }
}
.h2_nh_testimonial-admin {
  border-top: 1px solid rgb(242, 242, 242);
  margin-top: 21px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.h2_nh_testimonial-admin-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 30px;
}
.h2_nh_testimonial-admin-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h2_nh_testimonial-admin-content h5 {
  color: var(--clr-body-heading);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 4px;
}
.h2_nh_testimonial-admin-content span {
  color: #475569;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.h2_nh_testimonial-quote {
  color: var(--clr-theme-primary);
  font-size: 60px;
  line-height: 1;
  margin-bottom: 8px;
}

.h2_nh_testimonial-active.swiper .swiper-slide-active .h2_nh_testimonial-item-content {
  background-color: var(--clr-theme-primary);
}
.h2_nh_testimonial-active.swiper .swiper-slide-active .h2_nh_testimonial-item-content::before {
  background-color: var(--clr-theme-primary);
}
.h2_nh_testimonial-active.swiper .swiper-slide-active .h2_nh_testimonial-item-text {
  color: #fff;
}
.h2_nh_testimonial-active.swiper .swiper-slide-active .h2_nh_testimonial-quote {
  color: #fff;
}
.h2_nh_testimonial-active.swiper .swiper-slide-active .h2_nh_testimonial-admin-content h5 {
  color: #fff;
}
.h2_nh_testimonial-active.swiper .swiper-slide-active .h2_nh_testimonial-admin-content span {
  color: #fff;
}

.h3_nh_testimonial-wrap {
  margin-left: -375px;
  margin-right: -375px;
}
@media (max-width: 1199px) {
  .h3_nh_testimonial-wrap {
    margin-left: -200px;
    margin-right: -200px;
  }
}
@media (max-width: 767px) {
  .h3_nh_testimonial-wrap {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .h3_nh_testimonial-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.h3_nh_testimonial-item {
  background-color: #F7F9FB;
  padding: 54px 50px 0;
  border-radius: 16px;
}
@media (max-width: 575px) {
  .h3_nh_testimonial-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.h3_nh_testimonial-content {
  margin-bottom: 42px;
  text-align: center;
}
.h3_nh_testimonial-content-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 39px;
  color: rgba(15, 41, 31, 0.1);
}
.h3_nh_testimonial-content-text {
  color: rgba(15, 41, 31, 0.1);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
}
.h3_nh_testimonial-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.h3_nh_testimonial-rating i {
  color: #FFB700;
  font-size: 16px;
  line-height: 1;
}
.h3_nh_testimonial-thumbs-wrap {
  width: 870px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-top: 20px;
  margin-top: -20px;
  margin-top: -170px;
  border-radius: 0 0 16px 16px;
}
.h3_nh_testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  -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;
  width: 60px;
  height: 60px;
  border: 4px solid transparent;
}
.h3_nh_testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h3_nh_testimonial-quote {
  position: absolute;
  right: 0;
  top: -4px;
  background: var(--clr-theme-primary);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
}

.h3_nh_testimonial-active .swiper-slide-active .h3_nh_testimonial-item {
  padding-bottom: 170px;
}
.h3_nh_testimonial-active .swiper-slide-active .h3_nh_testimonial-content-title {
  color: var(--clr-common-black);
}
.h3_nh_testimonial-active .swiper-slide-active .h3_nh_testimonial-content-text {
  color: rgba(15, 41, 31, 0.7);
}

.h3_nh_testimonial-thumbs {
  width: 330px;
  padding-top: 25px;
}
@media (max-width: 575px) {
  .h3_nh_testimonial-thumbs {
    width: 200px;
  }
}
.h3_nh_testimonial-thumbs .swiper-slide-thumb-active .h3_nh_testimonial-img {
  border-color: #fff;
  transform: scale(1);
}
.h3_nh_testimonial-thumbs .swiper-slide-thumb-active .h3_nh_testimonial-img .h3_nh_testimonial-quote {
  opacity: 1;
  visibility: visible;
}

.h5_nh_testimonial-area {
  background-color: var(--clr-common-black);
}
.h5_nh_testimonial-content {
  background: var(--clr-theme-primary);
  border-radius: 16px;
  padding: 38px 35px 45px;
  position: relative;
  z-index: 1;
  margin-bottom: 65px;
}
@media (max-width: 575px) {
  .h5_nh_testimonial-content {
    padding: 38px 30px 45px;
  }
}
@media (max-width: 480px) {
  .h5_nh_testimonial-content {
    padding: 33px 25px 40px;
  }
}
.h5_nh_testimonial-content::before {
  position: absolute;
  left: 50px;
  bottom: -50px;
  content: "";
  width: 50px;
  height: 50px;
  background: var(--clr-theme-primary);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.h5_nh_testimonial-content i {
  font-size: 60px;
  color: #fff;
  margin-bottom: 22px;
}
.h5_nh_testimonial-content p {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .h5_nh_testimonial-content p {
    font-size: 18px;
  }
}
.h5_nh_testimonial-admin {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
}
.h5_nh_testimonial-admin img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.h5_nh_testimonial-admin-info h5 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 2px;
}
.h5_nh_testimonial-admin-info span {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
}

/* ///////////////////////////////////////////////////////////
04. Hero CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Hero CSS 01 Start
/////////////////////////////////////////////////////////// */
.nh_blog-item {
  overflow: hidden;
  border-radius: 10px;
  background-color: #F7F9FB;
  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;
}
.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: rgba(11, 12, 15, 0.7);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.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: rgb(15, 41, 31);
  font-size: 16px;
  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-meta span:not(:last-child) {
  padding-right: 12px;
  margin-right: 8px;
}
.nh_blog-item-content-meta span::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 5px;
  background: rgb(15, 41, 31);
  border-radius: 50%;
  -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-meta span:last-child::after {
  display: none;
}
.nh_blog-item-content-title {
  color: rgb(15, 41, 31);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.6px;
  margin-bottom: 26px;
}
.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-content-btn::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  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;
}
.nh_blog-item-content-btn:hover {
  color: var(--clr-common-black);
}
.nh_blog-item-content-btn:hover::before {
  background-color: var(--clr-common-black);
}
.nh_blog-item:hover {
  background-color: var(--clr-theme-primary);
}
.nh_blog-item:hover .nh_blog-item-content-meta span {
  color: #fff;
}
.nh_blog-item:hover .nh_blog-item-content-meta span::after {
  background: #fff;
}
.nh_blog-item:hover .nh_blog-item-content-title {
  color: #fff;
}
.nh_blog-item:hover .nh_blog-item-content-btn {
  color: #fff;
}
.nh_blog-item:hover .nh_blog-item-content-btn::before {
  background-color: #fff;
}

.nh_blog-item:hover .nh_blog-item-img img {
  transform: scale(1.08);
}

/* ///////////////////////////////////////////////////////////
Hero CSS 02 Start
/////////////////////////////////////////////////////////// */
.h2_nh_blog-item {
  position: relative;
  z-index: 1;
}
.h2_nh_blog-item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(15, 41, 31, 0), rgb(15, 41, 31) 100%);
  z-index: auto;
}
.h2_nh_blog-item-img img {
  width: 100%;
}
.h2_nh_blog-item-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
}
@media (max-width: 991px) {
  .h2_nh_blog-item-content {
    left: 25px;
    right: 25px;
  }
}
@media (max-width: 480px) {
  .h2_nh_blog-item-content {
    left: 20px;
    right: 20px;
    bottom: 25px;
  }
}
.h2_nh_blog-item-content-meta {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  width: max-content;
  gap: 15px;
  padding: 3px 10px 3px;
  margin-bottom: 13px;
}
.h2_nh_blog-item-content-meta a {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.h2_nh_blog-item-content-meta a:hover {
  color: var(--clr-theme-primary);
}
.h2_nh_blog-item-content-meta a i {
  color: var(--clr-theme-primary);
}
.h2_nh_blog-item-content-title {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
.h2_nh_blog-item-content-title:hover a {
  color: var(--clr-theme-primary);
}
.h2_nh_blog-item-content-btn {
  height: 40px;
  display: inline-flex;
  border: 2px solid var(--clr-theme-primary);
  align-items: center;
  border-radius: 5px;
  padding: 0 25px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.h2_nh_blog-item-content-btn:hover {
  background-color: var(--clr-theme-primary);
  color: #fff;
}

.h3_nh_blog-area .nh_blog-item-date {
  background-color: var(--clr-theme-primary);
  color: #fff;
}

/* ///////////////////////////////////////////////////////////
Hero CSS 04 Start
/////////////////////////////////////////////////////////// */
.h4_nh_blog-item {
  overflow: hidden;
  border-radius: 10px;
  background-color: #F7F9FB;
  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;
}
.h4_nh_blog-item-img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.h4_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;
}
.h4_nh_blog-item-date {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
  color: var(--clr-theme-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  background-color: #E5F8F0;
  border-radius: 5px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.h4_nh_blog-item-content {
  padding: 13px 0 15px;
}
.h4_nh_blog-item-content-meta {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.h4_nh_blog-item-content-meta span {
  color: rgb(15, 41, 31);
  font-size: 16px;
  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;
}
.h4_nh_blog-item-content-meta span:not(:last-child) {
  padding-right: 12px;
  margin-right: 8px;
}
.h4_nh_blog-item-content-meta span::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 5px;
  background: rgb(15, 41, 31);
  border-radius: 50%;
  -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;
}
.h4_nh_blog-item-content-meta span:last-child::after {
  display: none;
}
.h4_nh_blog-item-content-title {
  color: rgb(15, 41, 31);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.6px;
  margin-bottom: 18px;
}
.h4_nh_blog-item-content-title:hover a {
  color: var(--clr-theme-primary);
}
.h4_nh_blog-item-content p {
  color: #858585;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 24px;
}
.h4_nh_blog-item-content-btn {
  height: 41px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: capitalize;
  background-color: var(--clr-theme-primary);
  border-radius: 10px;
}
.h4_nh_blog-item-content-btn:hover {
  background-color: var(--clr-common-black);
  color: #fff;
}

.h4_nh_blog-item:hover .h4_nh_blog-item-img img {
  transform: scale(1.08);
}

/* ///////////////////////////////////////////////////////////
Hero CSS 04 Start
/////////////////////////////////////////////////////////// */
.h5_nh_blog-item {
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.12);
  background: rgb(255, 255, 255);
}
.h5_nh_blog-item-img {
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}
.h5_nh_blog-item-img img {
  -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;
  width: 100%;
}
.h5_nh_blog-item-content {
  padding: 25px 20px 30px 70px;
  position: relative;
  z-index: 1;
}
.h5_nh_blog-item-content-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--clr-common-black);
  display: flex;
  padding: 36px 15px 36px;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  border-radius: 0px 0px 0px 8px;
  -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_blog-item-content-meta span {
  writing-mode: sideways-lr;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}
.h5_nh_blog-item-content-title {
  color: rgb(15, 41, 31);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .h5_nh_blog-item-content-title {
    font-size: 17px;
  }
}
.h5_nh_blog-item-content-title:hover a {
  color: var(--clr-theme-primary);
}
.h5_nh_blog-item-content-admin {
  display: flex;
  align-items: center;
  gap: 8px;
}
.h5_nh_blog-item-content-admin img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.h5_nh_blog-item-content-admin span {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #A6A6A6;
  display: flex;
  align-items: center;
  gap: 5px;
}
.h5_nh_blog-item-content-admin span a {
  color: #4F4F4F;
}
.h5_nh_blog-item:hover .h5_nh_blog-item-img img {
  transform: scale(1.08);
}
.h5_nh_blog-item:hover .h5_nh_blog-item-content-meta {
  background-color: var(--clr-theme-primary);
}

.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: #F7F9FB;
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 480px) {
  .nh_blog_details-left {
    padding: 30px 20px;
  }
}
.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 {
  color: rgb(15, 41, 31);
  font-family: Manrope;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.8px;
}
@media (max-width: 767px) {
  .nh_blog_details-content-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .nh_blog_details-content-title {
    font-size: 24px;
  }
}
.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;
  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;
  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: Plus Jakarta Sans;
  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;
  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;
  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);
}
.nh_blog_details-comment {
  background: #fff;
  border-radius: 8px;
  padding: 30px 30px 30px;
  display: flex;
  align-items: start;
  gap: 15px;
}
@media (max-width: 575px) {
  .nh_blog_details-comment {
    flex-wrap: wrap;
  }
}
.nh_blog_details-comment img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  flex-shrink: 0;
}
.nh_blog_details-comment-info h5 {
  letter-spacing: -0.6px;
  margin-bottom: 2px;
  color: rgb(23, 27, 42);
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.nh_blog_details-comment-info span {
  display: block;
  margin-bottom: 15px;
  color: rgb(23, 27, 42);
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.nh_blog_details-comment-info p {
  margin-bottom: 20px;
  color: rgb(71, 85, 105);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.nh_blog_details-comment-social {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nh_blog_details-comment-social a {
  width: 28px;
  height: 28px;
  border: 1px solid rgb(242, 242, 242);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  color: var(--clr-common-black);
  -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-comment-social a:hover {
  background: var(--clr-theme-primary);
  border-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.nh_blog_details-reply h3 {
  color: rgb(15, 41, 31);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.6px;
  margin-bottom: 25px;
}
.nh_blog_details-reply form {
  background: #fff;
  border-radius: 8px;
  padding: 30px 30px;
}
@media (max-width: 480px) {
  .nh_blog_details-reply form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nh_blog_details-reply-item input,
.nh_blog_details-reply-item textarea {
  height: 56px;
  line-height: 56px;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 22px;
  box-sizing: border-box;
  border: 1px solid rgb(242, 242, 242);
  border-radius: 6px;
  background: rgb(255, 255, 255);
  color: rgba(15, 41, 31, 0.7);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
}
.nh_blog_details-reply-item input:focus,
.nh_blog_details-reply-item textarea:focus {
  border-color: var(--clr-theme-primary);
}
.nh_blog_details-reply-item textarea {
  margin-bottom: 0;
  height: 220px;
}
.nh_blog_details-reply-item button {
  border: none;
  background: var(--clr-theme-primary);
  height: 60px;
  border-radius: 8px;
  padding: 0 30px;
  margin-top: 30px;
  color: rgb(255, 255, 255);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}
.nh_blog_details-reply-item button:hover {
  background-color: var(--clr-common-black);
  color: #fff;
}

.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;
  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;
  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: Plus Jakarta Sans;
  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;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -4%;
  text-align: left;
  text-transform: capitalize;
}
@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: 15px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(15, 41, 31, 0.7);
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  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: 56px;
  padding: 0 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: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}
.nh_blog-widget-category li a:hover {
  background: var(--clr-theme-primary);
  color: #fff;
}
.nh_blog-widget-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 12px;
}
.nh_blog-widget-tag a {
  box-sizing: border-box;
  border: 1px solid rgb(247, 249, 251);
  border-radius: 50px;
  height: 31px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  color: rgba(23, 27, 42, 0.7);
  font-family: Plus Jakarta Sans;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
}
.nh_blog-widget-tag a:hover {
  background: var(--clr-theme-primary);
  color: #fff;
  border-color: var(--clr-theme-primary);
}

/* ///////////////////////////////////////////////////////////
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
/////////////////////////////////////////////////////////// */
.h2_nh_work-area {
  position: relative;
  z-index: 1;
  margin-bottom: -220px;
}
.h2_nh_work-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 480px) {
  .h2_nh_work-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.h2_nh_work-content-title {
  color: rgb(255, 255, 255);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .h2_nh_work-content-title {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .h2_nh_work-content-title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .h2_nh_work-content-title {
    font-size: 30px;
  }
}
.h2_nh_work-content p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .h2_nh_work-content p br {
    display: none;
  }
}

.h5_nh_work-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 600px;
  display: flex;
  align-items: end;
}
.h5_nh_work-content {
  background: var(--clr-common-black);
  padding: 40px 50px 40px;
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .h5_nh_work-content {
    padding: 40px 25px 40px;
  }
}
.h5_nh_work-content::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--clr-body-heading);
  z-index: 1;
}
.h5_nh_work-content-title {
  color: rgb(255, 255, 255);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 41px;
}
@media (max-width: 1399px) {
  .h5_nh_work-content-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .h5_nh_work-content-title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .h5_nh_work-content-title {
    font-size: 30px;
  }
}
.h5_nh_work-content img {
  margin-bottom: 22px;
}
.h5_nh_work-content-btn {
  height: 57px;
  display: inline-flex;
  align-items: center;
  background: var(--clr-theme-primary);
  padding: 0 28px;
  gap: 8px;
  border-radius: 50px;
  color: rgb(247, 247, 247);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.h5_nh_work-content-btn:hover {
  background-color: #fff;
  color: var(--clr-theme-primary);
}

/* ///////////////////////////////////////////////////////////
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;
  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;
}
@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: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 4;
  font-size: 25px;
}
@media (max-width: 767px) {
  .zq_mobile_menu .close-menu {
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
@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;
}
.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.05);
}
.zq_mobile_menu .menu-navbar .main-menu > li .link {
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 20px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  width: 100%;
  position: relative;
  display: block;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.7s;
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.5px;
}
@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.02);
  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, 0.4);
  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.05);
}
.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: 0.6;
  transition: all 0.4s;
  display: block;
  font-size: 29px;
  font-weight: 500;
  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.05);
  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 .cont-info:after {
  content: "";
  width: 300%;
  height: 200vh;
  position: absolute;
  left: -30px;
  top: -75vh;
  background: #1a1a1a;
  z-index: -1;
}
.zq_mobile_menu .cont-info .sub-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  font-family: "Manrope", sans-serif;
  color: var(--clr-theme-primary);
}
.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: 0;
  color: #fff;
}
.zq_mobile_menu .cont-info .item h5:hover a {
  color: var(--clr-theme-primary);
}
.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: #fff;
  font-weight: 400;
}
.zq_mobile_menu .cont-info .item ul.social li a:hover {
  color: var(--clr-theme-primary);
}
.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);
  }
}
/* ///////////////////////////////////////////////////////////
04. domain CSS
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Hero CSS 01 Start
/////////////////////////////////////////////////////////// */
.h2_nh_domain-area {
  position: relative;
  z-index: 1;
  margin-bottom: -180px;
}
.h2_nh_domain-wrap {
  background-color: var(--clr-common-black);
  padding: 70px 80px 70px;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .h2_nh_domain-wrap {
    padding: 70px 50px 70px;
  }
}
@media (max-width: 767px) {
  .h2_nh_domain-wrap {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 575px) {
  .h2_nh_domain-wrap {
    padding: 60px 20px 60px;
  }
}
.h2_nh_domain-content {
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .h2_nh_domain-content {
    max-width: 700px;
  }
}
.h2_nh_domain-title {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -1px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .h2_nh_domain-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .h2_nh_domain-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .h2_nh_domain-title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .h2_nh_domain-title {
    font-size: 30px;
  }
}
.h2_nh_domain-form {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .h2_nh_domain-form {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
}
.h2_nh_domain-form-input {
  width: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  text-align: left;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .h2_nh_domain-form-input {
    padding: 0 20px;
  }
}
.h2_nh_domain-form-input input {
  height: 60px;
  line-height: 60px;
  border: none;
  background: transparent;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 0;
  padding-right: 20px;
}
.h2_nh_domain-form-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.h2_nh_domain-form-input input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.h2_nh_domain-form-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.h2_nh_domain-form-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.h2_nh_domain-form-input select {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 0;
  padding-left: 30px;
  height: 60px;
}
.h2_nh_domain-form-button {
  background: var(--clr-theme-primary);
  border: none;
  color: #fff;
  height: 60px;
  border-radius: 8px;
  color: rgb(255, 255, 255);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  padding: 0 30px;
  flex-shrink: 0;
}
.h2_nh_domain-form-option.nice-select {
  border-radius: 8px;
  border: 0;
  width: auto;
  padding: 0;
  z-index: 99;
  padding-right: 20px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 30px;
  height: 60px;
}
.h2_nh_domain-form-option.nice-select ul {
  background-color: #fff;
  width: auto;
  z-index: 99;
  border-radius: 4px;
  border: none;
  margin-top: 7px;
  box-shadow: 0px 6px 50px 0px rgba(27, 42, 82, 0.2);
}
.h2_nh_domain-form-option.nice-select ul li {
  color: #7F879E;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  padding: 0 20px;
  min-height: 30px;
  height: 30px;
  line-height: 30px;
}
.h2_nh_domain-form-option.nice-select .option.selected {
  font-weight: 500;
}
.h2_nh_domain-form-option.nice-select::after {
  display: none;
}
.h2_nh_domain-form-option.nice-select::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  margin-top: 2px;
  color: var(--clr-theme-primary);
}
.h2_nh_domain-form-option.nice-select.open::before {
  content: "\f106";
}
.h2_nh_domain-list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: center;
}
.h2_nh_domain-list li {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.65);
  position: relative;
  z-index: 1;
}
.h2_nh_domain-list li span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 600;
}
.h2_nh_domain-list li:not(:first-child) {
  margin-left: 25px;
  padding-left: 25px;
}
.h2_nh_domain-list li:not(:first-child)::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: rgba(255, 255, 255, 0.2);
  height: 17px;
  width: 2px;
}
@media (max-width: 991px) {
  .h2_nh_domain-list li:not(:first-child) {
    margin-left: 15px;
    padding-left: 15px;
  }
}

.nh_inner_domain-item {
  box-sizing: border-box;
  border: 1px solid rgb(242, 242, 242);
  border-radius: 6px;
  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;
}
.nh_inner_domain-item:hover {
  box-shadow: 0px 8px 40px 0px rgba(11, 12, 15, 0.08);
  background: rgb(255, 255, 255);
  border-color: #fff;
}
.nh_inner_domain-item-icon {
  margin-bottom: 22px;
}
.nh_inner_domain-item-content p {
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 23px;
}
.nh_inner_domain-item-content-price {
  display: flex;
  align-items: end;
  color: rgb(6, 177, 110);
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  border-top: 1px solid rgb(242, 242, 242);
  border-bottom: 1px solid rgb(242, 242, 242);
  padding-bottom: 19px;
  padding-top: 17px;
  margin-bottom: 30px;
}
.nh_inner_domain-item-content-price span {
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.nh_inner_domain-item-content-btn {
  border-radius: 8px;
  background: var(--clr-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}
.nh_inner_domain-item-content-btn:hover {
  background-color: var(--clr-common-black);
  color: #fff;
}

.nh_domain_price-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-radius: 16px;
  background: rgb(255, 255, 255);
}
@media (max-width: 1199px) {
  .nh_domain_price-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .nh_domain_price-wrap {
    grid-template-columns: 1fr;
  }
}
.nh_domain_price-top {
  height: 335px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nh_domain_price-item {
  border-right: 1px solid rgb(242, 242, 242);
}
.nh_domain_price-item:last-child {
  border: none;
}
@media (max-width: 1199px) {
  .nh_domain_price-item:nth-child(2) {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .nh_domain_price-item {
    border-right: 0;
  }
}
.nh_domain_price-head {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #fff;
  width: 100%;
}
@media (max-width: 991px) {
  .nh_domain_price-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.nh_domain_price-head-title {
  color: rgb(6, 177, 110);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.6;
}
.nh_domain_price-head-content p {
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 13px;
}
.nh_domain_price-head-content-price {
  display: flex;
  align-items: end;
  color: rgb(6, 177, 110);
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  border-top: 1px solid rgb(242, 242, 242);
  border-bottom: 1px solid rgb(242, 242, 242);
  padding-bottom: 14px;
  padding-top: 12px;
  margin-bottom: 20px;
}
.nh_domain_price-head-content-price span {
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.nh_domain_price-head-content-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_domain_price-head-content-btn:hover {
  background-color: var(--clr-common-black);
  color: #fff;
}
.nh_domain_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;
}
.nh_domain_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;
}
@media (max-width: 991px) {
  .nh_domain_price-list-item li {
    padding-left: 30px;
  }
}
.nh_domain_price-list-item li .fa-check {
  color: var(--clr-theme-primary);
}

.nh_domain_price_2-wrap {
  border-radius: 16px;
  background: rgb(255, 255, 255);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .nh_domain_price_2-wrap {
    grid-template-columns: 1fr auto 1fr;
  }
}
@media (max-width: 767px) {
  .nh_domain_price_2-wrap {
    grid-template-columns: 1fr;
  }
}
.nh_domain_price_2-single:not(:last-child) .nh_domain_price_2-item {
  border-right: 1px solid rgb(242, 242, 242);
}
@media (max-width: 767px) {
  .nh_domain_price_2-single:not(:last-child) .nh_domain_price_2-item {
    border: 0;
  }
}
.nh_domain_price_2-head {
  background: rgb(229, 248, 240);
  height: 94px;
  display: flex;
  align-items: center;
  padding: 0 60px;
}
@media (max-width: 1199px) {
  .nh_domain_price_2-head {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .nh_domain_price_2-head {
    padding: 0 30px;
  }
}
.nh_domain_price_2-head-title {
  color: rgb(6, 177, 110);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .nh_domain_price_2-head-title {
    font-size: 20px;
  }
}
.nh_domain_price_2-item-common {
  height: 115px;
  display: flex;
  align-items: center;
  padding: 0 60px;
}
@media (max-width: 1199px) {
  .nh_domain_price_2-item-common {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .nh_domain_price_2-item-common {
    padding: 0 30px;
  }
}
.nh_domain_price_2-item-common:not(:first-child) {
  border-top: 1px solid rgb(242, 242, 242);
}
.nh_domain_price_2-item-price {
  flex-direction: column;
  align-items: start !important;
  justify-content: center;
}
.nh_domain_price_2-item-price-amount {
  color: rgb(6, 177, 110);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.8px;
  display: flex;
  align-items: end;
  margin-bottom: 12px;
}
.nh_domain_price_2-item-price-amount span {
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}
.nh_domain_price_2-item-price p {
  color: var(--clr-body-heading);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}
.nh_domain_price_2-item-security span {
  color: var(--clr-theme-primary);
  font-size: 20px;
}

.nh_domain_transfer-item {
  border-radius: 6px;
  background: rgb(247, 249, 251);
  position: relative;
  z-index: 1;
  padding: 44px 30px 33px;
}
.nh_domain_transfer-item::after {
  position: absolute;
  right: -20px;
  top: 30px;
  width: 40px;
  height: 40px;
  background: #fff;
  content: "";
  border-radius: 50%;
}
.nh_domain_transfer-item-number {
  width: 52px;
  height: 52px;
  background: rgb(6, 177, 110);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 32px;
  outline: 4px solid rgba(6, 177, 110, 0.2);
}
.nh_domain_transfer-item-title {
  color: var(--clr-body-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 23px;
}
@media (max-width: 1199px) {
  .nh_domain_transfer-item-title {
    font-size: 22px;
  }
}
.nh_domain_transfer-item-text {
  color: rgb(133, 133, 133);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.nh_domain_transfer_main:not(:last-child) .nh_domain_transfer-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) {
  .nh_domain_transfer_main:nth-child(2) .nh_domain_transfer-item::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .nh_domain_transfer_main .nh_domain_transfer-item::before {
    display: none;
  }
}

/* ///////////////////////////////////////////////////////////
02. about CSS
/////////////////////////////////////////////////////////// */
@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
/////////////////////////////////////////////////////////// */
.h5_nh_headline-area {
  background-color: var(--clr-common-black);
  padding-top: 38px;
  padding-bottom: 38px;
  border-bottom: 8px solid var(--clr-theme-primary);
}
@media (max-width: 991px) {
  .h5_nh_headline-area {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.h5_nh_headline-ticker {
  display: flex;
  gap: 65px;
}
.h5_nh_headline-title {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-bottom: 0;
  text-align: center;
  width: max-content !important;
}
.h5_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: 72px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .h5_nh_headline-title .title {
    font-size: 40px;
  }
}
.h5_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;
}
.h5_nh_headline-title img {
  width: 70px;
}
@media (max-width: 1199px) {
  .h5_nh_headline-title img {
    width: 60px;
  }
}
@media (max-width: 991px) {
  .h5_nh_headline-title img {
    width: 50px;
  }
}
.h5_nh_headline-title:hover .title {
  color: var(--clr-theme-primary);
}
.h5_nh_headline-title:hover .title::before {
  opacity: 1;
  visibility: visible;
}

/* ///////////////////////////////////////////////////////////
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;
  text-transform: capitalize;
  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%;
}

/* ///////////////////////////////////////////////////////////
02. about CSS
/////////////////////////////////////////////////////////// */
.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: rgb(255, 255, 255);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .nh_breadcrumb-content-title {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .nh_breadcrumb-content-title {
    font-size: 36px;
  }
}
.nh_breadcrumb-content-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.nh_breadcrumb-content-list a {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
  display: block;
}
.nh_breadcrumb-content-list a:hover {
  color: var(--clr-theme-primary);
}
.nh_breadcrumb-content-list span {
  color: var(--clr-theme-primary);
  font-size: 16px;
  font-weight: 500;
  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 input,
.nh_inner_contact-form textarea {
  width: 100%;
  margin-bottom: 25px;
  color: #A3A3A3;
  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: #A3A3A3;
  font-size: 16px;
}
.nh_inner_contact-form input:-moz-placeholder,
.nh_inner_contact-form textarea:-moz-placeholder {
  color: #A3A3A3;
  font-size: 16px;
}
.nh_inner_contact-form input::-moz-placeholder,
.nh_inner_contact-form textarea::-moz-placeholder {
  color: #A3A3A3;
  font-size: 16px;
}
.nh_inner_contact-form input:-ms-input-placeholder,
.nh_inner_contact-form textarea:-ms-input-placeholder {
  color: #A3A3A3;
  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);
  text-transform: capitalize;
  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;
  text-transform: capitalize;
}
.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;
}
.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: rgba(6, 177, 110, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-theme-primary);
}
.nh_inner_contact-item-info span {
  display: block;
  color: rgba(15, 41, 31, 0.5);
  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: rgba(15, 41, 31, 0.9);
  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: var(--clr-theme-primary);
}
@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: Plus Jakarta Sans;
  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: Plus Jakarta Sans;
  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: Plus Jakarta Sans;
  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: Plus Jakarta Sans;
  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;
  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: var(--clr-common-black);
}
.nh_footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 991px) {
  .nh_footer-top {
    display: none;
  }
}
.nh_footer-top-wrap {
  display: grid;
  align-items: center;
  grid-template-columns: 30% 40% 30%;
}
.nh_footer-top-item {
  display: flex;
  gap: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-right: 1px solid rgba(255, 255, 255, 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: rgb(229, 248, 240);
  border-radius: 50%;
  font-size: 28px;
  color: var(--clr-theme-primary);
}
.nh_footer-top-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-top-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-top-item-content h4:hover a {
  color: var(--clr-theme-primary);
}
.nh_footer-main {
  border-bottom: 1px solid rgba(255, 255, 255, 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 {
  color: rgba(255, 255, 255, 0.7);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 33px;
}
.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 rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}
.nh_footer-widget-social a:hover {
  background: var(--clr-theme-primary);
  border-color: var(--clr-theme-primary);
}
.nh_footer-widget-title {
  color: rgb(255, 255, 255);
  font-family: Manrope;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 28px;
}
.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: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
}
.nh_footer-widget ul li a:hover {
  color: var(--clr-theme-primary);
}
.nh_footer-widget ul li a i {
  font-size: 14px;
}
.nh_footer-widget-form input {
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 6px;
  height: 56px;
  padding: 0 24px;
  margin-bottom: 20px;
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -0.5px;
}
.nh_footer-widget-form input::-webkit-input-placeholder {
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 400;
}
.nh_footer-widget-form input:-moz-placeholder {
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 400;
}
.nh_footer-widget-form input::-moz-placeholder {
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 400;
}
.nh_footer-widget-form input:-ms-input-placeholder {
  color: rgb(71, 85, 105);
  font-size: 16px;
  font-weight: 400;
}
.nh_footer-widget-form button {
  width: 100%;
  border: none;
  background: var(--clr-theme-primary);
  border-radius: 6px;
  height: 56px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.nh_footer-widget-form button:hover {
  background-color: #fff;
  color: var(--clr-theme-primary);
}
.nh_footer-copyright p {
  margin-bottom: 0;
  color: #858585;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.nh_footer-copyright p a {
  color: #fff;
}
.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: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.nh_footer-menu ul li a:hover {
  color: var(--clr-theme-primary);
}
.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;
  }
}

/* ///////////////////////////////////////////////////////////
Header CSS o1 Start
/////////////////////////////////////////////////////////// */
.h5_nh_footer-area {
  background-color: var(--clr-body-heading);
}
.h5_nh_footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.h5_nh_footer-top-wrap {
  display: flex;
}
.h5_nh_footer-top-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  width: 100%;
  padding-left: 100px;
}
.h5_nh_footer-top-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);
}
.h5_nh_footer-top-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;
}
.h5_nh_footer-top-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;
}
.h5_nh_footer-top-item-content h4:hover a {
  color: var(--clr-theme-primary);
}
.h5_nh_footer-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.h5_nh_footer-widget-logo {
  margin-bottom: 33px;
}
.h5_nh_footer-widget-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 33px;
}
.h5_nh_footer-widget-title {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 28px;
}
.h5_nh_footer-widget ul {
  list-style: none;
}
.h5_nh_footer-widget ul li {
  margin-bottom: 17px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
.h5_nh_footer-widget ul li:last-child {
  margin-bottom: 0;
}
.h5_nh_footer-widget ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.h5_nh_footer-widget ul li a::after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  width: 10%;
  height: 1px;
  background: #fff;
  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;
}
.h5_nh_footer-widget ul li a:hover {
  color: #fff;
}
.h5_nh_footer-widget ul li a:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.h5_nh_footer-widget ul li span {
  background: #09D11D;
  height: 22px;
  padding: 0 7px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
}
.h5_nh_footer-widget-form {
  position: relative;
  z-index: 1;
  max-width: 332px;
  width: 100%;
}
.h5_nh_footer-widget-form input {
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 8px;
  height: 64px;
  padding: 0 25px;
  color: rgb(133, 133, 133);
  font-size: 16px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -0.5px;
}
.h5_nh_footer-widget-form input::-webkit-input-placeholder {
  color: rgb(133, 133, 133);
  font-size: 16px;
  font-weight: 400;
}
.h5_nh_footer-widget-form input:-moz-placeholder {
  color: rgb(133, 133, 133);
  font-size: 16px;
  font-weight: 400;
}
.h5_nh_footer-widget-form input::-moz-placeholder {
  color: rgb(133, 133, 133);
  font-size: 16px;
  font-weight: 400;
}
.h5_nh_footer-widget-form input:-ms-input-placeholder {
  color: rgb(133, 133, 133);
  font-size: 16px;
  font-weight: 400;
}
.h5_nh_footer-widget-form button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 8px;
  background-color: var(--clr-theme-primary);
  color: #fff;
  font-size: 18px;
}
.h5_nh_footer-widget-post:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 19px;
  padding-bottom: 18px;
}
.h5_nh_footer-widget-post span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin-bottom: 7px;
}
.h5_nh_footer-widget-post h5 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.h5_nh_footer-widget-post h5:hover a {
  color: var(--clr-theme-primary);
}
.h5_nh_footer-widget-mail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.h5_nh_footer-widget-mail i {
  font-size: 20px;
  color: var(--clr-theme-primary);
  line-height: normal;
  margin-top: 1px;
}
.h5_nh_footer-widget-mail a {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-transform: lowercase;
}
.h5_nh_footer-bottom {
  background-color: #2C2F36;
}
@media (max-width: 767px) {
  .h5_nh_footer-bottom-logo {
    display: none;
  }
}
.h5_nh_footer-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .h5_nh_footer-bottom-wrap {
    justify-content: center;
  }
}
.h5_nh_footer-bottom-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .h5_nh_footer-bottom-social {
    display: none;
  }
}
.h5_nh_footer-bottom-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}
.h5_nh_footer-bottom-social a:hover {
  background: var(--clr-common-black);
  border-color: var(--clr-common-black);
}
.h5_nh_footer-bottom-copyright p {
  margin-bottom: 0;
  color: #B8B8B8;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.h5_nh_footer-bottom-copyright p a {
  color: #fff;
}
.h5_nh_footer-copyright p {
  margin-bottom: 0;
  color: #858585;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 575px) {
  .h5_nh_footer-copyright p {
    text-align: center;
  }
}
.h5_nh_footer-copyright p a {
  color: #fff;
}
.h5_nh_footer-menu ul {
  list-style: none;
  display: flex;
  justify-content: end;
}
.h5_nh_footer-menu ul li:not(:first-child) {
  margin-left: 25px;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}
.h5_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: "";
}
.h5_nh_footer-menu ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.h5_nh_footer-menu ul li a:hover {
  color: var(--clr-theme-primary);
}
.h5_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%;
}
.h5_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;
}
.h5_nh_footer-contact-item:first-child {
  justify-content: start;
}
.h5_nh_footer-contact-item:last-child {
  justify-content: end;
  border-right: 0;
}
.h5_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);
}
.h5_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;
}
.h5_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;
}
.h5_nh_footer-contact-item-content h4:hover a {
  color: var(--clr-theme-primary);
}

/*# sourceMappingURL=main.css.map */
