/*
************
*************************
Template Name: Nosei - It Solution And Business HTML5 Template
Description: Template description
Author: themephi
Version: 1.0

-----------------------------------------------------------------------------------

CSS INDEX
=================== 
01. common
02. header
03. banner
04. sidebar
05. button
06. feature
07. about
08. service
09. choose
10. project
11. project details
12. cta
13. brand
14. counter
15. testimonial
16. contact
17. blog
18. blog details
19. newsletter
20. management
21. team
22. team details
23. recent
24. breadcrumb
25. error
26. footer
******************************************************* 
*************************************************************** */
/*
************
*************************
01. common
******************************************************* 
*************************************************************** */
@import url("../fonts/Poppins/stylesheet.css");

body {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 16px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

.img,
img {
  max-width: 100%;
}

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;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
  color: var(--clr-body-heading);
  margin-top: 0px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

hr {
  border-bottom: 1px solid var(--clr-bg-gray-3);
  border-top: 0 none;
  padding: 0;
  opacity: 1;
}

label {
  color: var(--clr-common-black);
  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 Placeholder   >>>>>>>>> */
input::-webkit-input-placeholder {
  color: var(--clr-body-text);
  font-size: 17px;
  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: 17px;
  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: 17px;
  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: 17px;
  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: 17px;
  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: 17px;
  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: 17px;
  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: 17px;
  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:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

/* <<<<<<<    Common Classes   >>>>>>>>> */
.w_img img {
  width: 100%;
}

.img_w {
  width: 100%;
}

/* <<<<<<<    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;
}
.row.g-10 {
  --bs-gutter-x: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row.row-20 {
    --bs-gutter-x: 20px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
  .container.container-custom-1 {
    max-width: 1710px;
  }
  .container.container-custom-2 {
    max-width: 1370px;
  }
  .container.container-custom-3 {
    max-width: 1715px;
  }
  .container.ns-header-navbar-2 {
    max-width: 1330px;
  }
}
@media (min-width: 1600px) {
  .container.ns-header-navbar-2 {
    max-width: 1370px;
  }

  .container.container-custom-2 {
    max-width: 1600px;
  }
}
/* <<<<<<<    Declaration   >>>>>>>>> */
:root {
  /**
  @color declaration
  */
  --clr-common-white: #fff;
  --clr-common-black: #242424;
  --clr-common-black-soft: #333333;
  --clr-common-black-deep: #000000;
  --clr-body-heading: #1f2126;
  --clr-body-text: #7d7f85;
  --clr-color-blue: #000a30;
  --clr-theme-primary: #105495;
  --clr-theme-primary-dark: #105495;
  --clr-theme-primary-soft: #105495;
  --clr-bg-gray: #f6f6f6;
  --clr-bg-gray-2: #f1f1f1;
  --clr-bg-gray-3: #ececec;
  --clr-bg-gray-4: #b2b2b2;
  --clr-bg-gray-5: #bcbcbc;
  --clr-bg-gray-6: #828282;
  --clr-bg-gray-7: #eeeeee;
  --clr-bg-gray-8: #d5d5d5;
  --clr-bg-gray-9: #b8b8b8;
  --clr-bg-gray-10: #a2a2a2;
  --clr-bg-gray-11: #c1c1c1;
  --clr-bg-gray-12: #f5f5f5;
  --clr-bg-gray-13: #dbdbdb;
  --clr-bg-gray-14: #cecece;
  --clr-bg-gray-15: #f8f2f2;
  --clr-bg-gray-16: #f8f8f8;
}

.bg-default {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.dark-bg {
  background-color: #242424;
}

.p-relative {
  position: relative;
  z-index: 1;
}

.img-w-100 {
  width: 100%;
}

.mb-m-115 {
  margin-bottom: -115px;
}

.w-60 {
  width: 60%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-75 {
  width: 75%;
}

.w-90 {
  width: 90%;
}

.w-94 {
  width: 94%;
}

.gap-20 {
  row-gap: 20px;
}
.gap-30 {
  row-gap: 30px;
}
.gap-40 {
  row-gap: 40px;
}
.pt-275 {
  padding-top: 275px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-220 {
  padding-top: 220px;
}

.ml-310 {
  margin-left: 310px;
}

/*
************
*************************
02. header
******************************************************* 
*************************************************************** */
.ns-header-wrap {
  display: flex;
  background: #fff;
  align-items: center;
  position: relative;
  z-index: 99;
}

.ns-header-right {
  width: calc(100% - 150px);
}

@media (max-width: 767px) {
  .ns-header-right {
    width: calc(100% - 150px);
  }
}
@media (max-width: 575px) {
  .ns-header-right {
    width: calc(100% - 100px);
  }
}
.ns-header-logo {
  position: relative;
  width: 150px;
  flex: 0 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .ns-header-logo {
    flex: 0 0 150px;
    width: 150px;
  }
}

@media (max-width: 576px) {
  .ns-header-logo {
    flex: 0 0 100px;
    width: 100px;
  }
}

.ns-header-logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: var(--clr-theme-primary);
}

.ns-header-logo img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.ns-header-logo-img {
  display: grid;
  place-items: center;
  padding: 6px 0;
  margin-top: -10px;
  margin-bottom: -15px;

}

.ns-header-logo::after {
  position: absolute;
  right: -20px;
  bottom: 0;
  content: "";
  background: var(--clr-theme-primary);
  height: 100%;
  width: 11px;
  transform: skewX(-15deg);
  z-index: 1;
}
@media (max-width: 991px) {
  .ns-header-logo::after {
    right: -12px;
    width: 3px;
  }
}

@media (max-width: 767px) {
  .ns-header-logo::after {
    right: -10px;
  }
}
@media (max-width: 575px) {
  .ns-header-logo::after {
    right: -15px;
  }
}

.ns-header-main-menu ul .menu-has-child {
  position: relative;
  z-index: 5;
  text-align: start;
  line-height: 1;
}
.ns-header-main-menu ul li {
  display: inline-block;
  margin-right: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-header-main-menu ul li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-header-main-menu ul li {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-header-main-menu ul li {
    margin-right: 30px;
  }
}
.ns-header-main-menu ul li:last-child {
  margin-right: 0;
}
.ns-header-main-menu ul li:is(.menu-has-child) > a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  margin-left: 5px;
  transform: translateY(2px);
}
.ns-header-main-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
  color: var(--clr-theme-primary);
  position: relative;
  display: block;
}
.ns-header-main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 90%;
  background: #fff;
  width: 260px;
  opacity: 0;
  z-index: 9;
  visibility: hidden;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  box-shadow: 0 9px 19px rgba(0, 0, 0, 0.1);
}
.ns-header-main-menu ul li .submenu li {
  display: block;
  margin-right: 0;
  position: relative;
  z-index: 5;
}
.ns-header-main-menu ul li .submenu li a {
  padding: 14px 45px 14px 20px;
  color: var(--clr-body-heading);
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.ns-header-main-menu ul li .submenu li .submenu {
  left: 100%;
  top: 0;
}
.ns-header-main-menu ul li .submenu li:hover > a {
  background-color: var(--clr-theme-primary);
  color: #fff;
}
.ns-header-main-menu ul li .submenu li:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.ns-header-main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.ns-header-main-menu ul li:hover > a {
  color: var(--clr-theme-primary);
}
.ns-header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
}

.ns-header-main-menu .sub-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  width: 260px;
  opacity: 0;
  z-index: 9;
  visibility: hidden;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  /* box-shadow: 0 9px 19px rgba(0, 0, 0, 0.1); */
}

.ns-header-main-menu .submenu li.sub-menu-has-child > a::after {
  content: "";
  position: absolute;
  background-image: url(../img/icons/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  transform: translateY(2px);
  transition: all 0.3s ease-in-out;
  background-position: center;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
}

.ns-header-main-menu .submenu li.sub-menu-has-child:hover > a::after {
  background-image: url(../img/icons/arrow-right.svg);
}

.ns-header-main-menu .submenu li:hover > .sub-submenu {
  opacity: 1;
  visibility: visible;
}

.ns-header-main-menu .sub-submenu-1 {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  width: 260px;
  opacity: 0;
  z-index: 9;
  visibility: hidden;
  transition: all 0.4s linear 0s;
  /* box-shadow: 0 9px 19px rgba(0, 0, 0, 0.1); */
}

.ns-header-main-menu .sub-submenu li:hover > .sub-submenu-1 {
  opacity: 1;
  visibility: visible;
}

.ns-header-main-menu .sub-submenu li.sub-menu-1-has-child > a::after {
  content: "";
  position: absolute;
  background-image: url(../img/icons/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  transform: translateY(2px);
  transition: all 0.3s ease-in-out;
  background-position: center;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
}

.ns-header-main-menu .sub-submenu li.sub-menu-1-has-child:hover > a::after {
  background-image: url(../img/icons/arrow-right.svg);
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ns-header-menu {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-header-menu {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-header-menu {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-header-menu {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-header-menu {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .ns-header-menu {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-header-menu {
    margin-right: 30px;
  }
}
@media (min-width: 380px) and (max-width: 575px) {
  .ns-header-menu {
    margin-right: 30px;
  }
}
.ns-header-menu-right {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.ns-header-menu-right ._social-icons {
  display: flex;
  gap: 16px;
}

.ns-header-menu-right ._social-icons img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

.ns-header-menu-right ._social-icons img:hover {
  transform: scale(1.2);
}

.ns-header-menu-action {
  display: flex;
  align-items: center;
}
.ns-header-menu-btn {
  margin-left: 25px;
}
.ns-header-action-search {
  font-size: 17px;
  width: 50px;
  height: 50px;
  display: block;
  border: 1px solid #8d8d8d;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #8d8d8d;
}
.ns-header-action-search:hover {
  background-color: var(--clr-theme-primary);
  border-color: var(--clr-theme-primary);
  color: #fff;
}
@media (max-width: 767px) {
  .ns-header-action-search {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.ns-header-action-cart {
  font-size: 22px;
  margin-left: 25px;
  position: relative;
  display: block;
  color: #8d8d8d;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-header-action-cart {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-header-action-cart {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .ns-header-action-cart {
    margin-left: 20px;
  }
}
.ns-header-action-cart span {
  position: absolute;
  right: -12px;
  top: -7px;
  font-size: 9px;
  width: 18px;
  height: 18px;
  background-color: var(--clr-theme-primary);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 18px;
}
.ns-header-action-cart:hover {
  color: var(--clr-theme-primary);
}

.ns-header-main-menu > ul > li > a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--clr-theme-primary);
  content: "";
  width: 0;
  -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;
}

.ns-header-main-menu > ul > li.active > a::before {
  width: 100%;
}

.ns-header-main-menu > ul > li:hover > a::before {
  left: 0;
  right: auto;
  width: 100%;
}

.menu-bar {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 767px) {
  .menu-bar.ml-25 {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .menu-bar.ml-25 {
    margin-left: 20px;
  }
}

.navbar-sign {
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #8d8d8d;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #8d8d8d;
  transition: all 0.3s linear 0s;
}
@media (max-width: 767px) {
  .navbar-sign:is(.ml-20) {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-sign:is(.ml-20) {
    margin-left: 20px;
  }
}
.navbar-sign:hover {
  border-color: transparent;
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}

.ns-header-menu-2 {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}

.ns-header-logo-3 {
  max-width: 165px;
}

.transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.ns-header-navbar-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ns-header-area-3 .ns-header-main-menu ul li a {
  color: #fff;
}
.ns-header-area-3 .ns-header-action-search {
  border-color: #8d8d8d;
  color: #fff;
}
.ns-header-area-3 .ns-header-action-search:hover {
  border-color: transparent;
}
.ns-header-area-3 .navbar-sign i {
  color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-header-menu-2 .ns-header-main-menu ul li {
    margin-right: 30px;
  }
  .ns-header-menu-2 .ns-header-main-menu ul li:last-child {
    margin-right: 0;
  }
}

.ns-header-area-4 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
}

.ns-header-wrap-4 {
  background-color: transparent;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ns-header-wrap-4.ml-310 {
    margin-left: 150px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-header-wrap-4.ml-310 {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-header-wrap-4.ml-310 {
    margin-left: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-header-wrap-4.ml-310 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-header-wrap-4.ml-310 {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .ns-header-wrap-4.ml-310 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-header-wrap-4.ml-310 {
    margin-left: 20px;
  }
}

.ns-header-logo-4 {
  z-index: 9;
}
.ns-header-logo-4.ns-header-logo::after {
  display: none;
}
.ns-header-logo-4 img {
  height: 100%;
}

.ns-header-navbar-4 {
  background-color: #f3f7fd;
  border-bottom: 1px solid #dde1e7;
  position: relative;
}
.ns-header-navbar-4::before {
  position: absolute;
  left: -55px;
  top: 0;
  height: calc(100% + 1px);
  width: 70px;
  background-color: #f3f7fd;
  content: "";
  border-bottom: 1px solid #dde1e7;
}

.ns-header-menu-4 {
  justify-content: end;
  gap: 50px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ns-header-menu-4 {
    margin-right: 130px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-header-menu-4 {
    margin-right: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-header-menu-4 {
    margin-right: 45px;
  }
}

.ns-header-menu-right-4 {
  gap: 30px;
}

.ns-header-menu-action-4 {
  display: flex;
  gap: 15px;
  align-items: center;
}
.ns-header-menu-action-4 .ns-header-action-icon {
  width: 45px;
  flex-shrink: 0;
  height: 45px;
}
.ns-header-menu-action-4 .ns-header-action-icon i {
  font-size: 45px;
  color: var(--clr-theme-primary);
}
.ns-header-menu-action-4 .ns-header-action-info span {
  color: var(--clr-theme-primary);
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}
.ns-header-menu-action-4 .ns-header-action-info h4 {
  color: #0e2b3d;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 575.98px) {
  .ns-header-menu-right.ns-header-menu-right-4 {
    padding: 15px 0;
  }
}
.ns-header-navbar-5 {
  padding: 17px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-header-navbar-5 {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .ns-header-navbar-5 {
    padding: 0;
  }
}
.ns-header-navbar-5.ns-header-navbar-4 {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  position: relative;
}
.ns-header-navbar-5.ns-header-navbar-4::before {
  position: absolute;
  left: -70px;
  top: 0;
  height: calc(100% + 1px);
  width: 70px;
  background-color: transparent;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.ns-header-navbar-5 .ns-header-main-menu ul li a {
  color: #fff;
}
.ns-header-navbar-5 .ns-header-action-search {
  border: 1px solid #fff;
  color: #fff;
}
.ns-header-navbar-5 .ns-header-action-search:hover {
  border-color: var(--clr-theme-primary);
}

.navbar-sign-white {
  color: #fff;
  border-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-header-area-6 .ns-header-navbar-5 {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-header-area-6 {
    overflow: hidden;
  }
  .ns-header-area-6 .ns-header-navbar-5 {
    padding: 5px 0;
  }
}

@media (max-width: 575.98px) {
  .ns-header-area-6 .ns-header-logo-2 {
    margin-left: 15px;
  }
  .ns-header-area-6 .ns-header-menu-2 {
    margin-right: 15px;
  }
}
/*
************
*************************
03. banner
******************************************************* 
*************************************************************** */
.ns-banner-single {
  position: relative;
  z-index: 1;
  min-height: 890px;
  display: flex;
  align-items: center;
}
.ns-banner-single::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1f2126;
  opacity: 0.4;
  z-index: -1;
}
@media (max-width: 767px) {
  .ns-banner-single {
    min-height: 620px;
  }
}

.ns-banner-single .ns-shape-img {
  position: absolute;
  z-index: -2;
}

.ns-banner-content-subtitle {
  display: inline-block;
  background: #fff;
  font-size: 17px;
  font-weight: 500;
  color: var(--clr-theme-primary);
  padding-left: 39px;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding-right: 12px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .ns-banner-content-subtitle {
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}

.ns-banner-content-subtitle::after {
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 20px;
  height: 40px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .ns-banner-content-subtitle::after {
    height: 35px;
  }
}

.ns-banner-content-subtitle::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: var(--clr-theme-primary);
  border-radius: 50%;
}

.ns-banner-content-title {
  font-size: 50px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 767px) {
  .ns-banner-content-title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .ns-banner-content-title {
    font-size: 30px;
  }
}

.ns-banner-content p {
  font-size: 17px;
  color: #fff;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .ns-banner-content p {
    font-size: 15px;
    margin-bottom: 35px;
  }
  .ns-banner-content p br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-banner-content p {
    font-size: 16px;
    margin-bottom: 35px;
  }
}

.ns-banner-action-btn {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .ns-banner-action-btn {
    gap: 25x;
  }
}

.ns-banner-shape-1.ns-shape-img {
  top: 80px;
  left: 310px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-banner-shape-1.ns-shape-img {
    left: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-banner-shape-1.ns-shape-img {
    left: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-banner-shape-1.ns-shape-img {
    left: 160px;
  }
}

.ns-banner-shape-3.ns-shape-img {
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .ns-banner-shape-3.ns-shape-img {
    width: 35%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-banner-shape-3.ns-shape-img {
    width: initial;
  }
}

.ns-banner-shape-2.ns-shape-img {
  bottom: -65px;
  left: 25px;
}

.ns-banner-shape-4.ns-shape-img {
  bottom: -660px;
  right: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-banner-shape-4.ns-shape-img {
    bottom: -730px;
    right: -45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-banner-shape-4.ns-shape-img {
    bottom: -750px;
    right: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-banner-shape-4.ns-shape-img {
    bottom: -450px;
    right: 0;
  }
}

.ns-banner-shape-5.ns-shape-img {
  top: 0;
  left: -190px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-banner-shape-5.ns-shape-img {
    left: -210px;
  }
}
@media (max-width: 767px) {
  .ns-banner-shape-5.ns-shape-img {
    left: -150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-banner-shape-5.ns-shape-img {
    left: -240px;
  }
}

.ns-banner-single.bg-default {
  overflow: hidden;
}

.ns-banner-area-2 {
  overflow: hidden;
}

.ns-banner-single-2 {
  min-height: 890px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .ns-banner-single-2 {
    min-height: 640px;
  }
}

.ns-banner-single-2 {
  display: flex;
  align-items: center;
}

.ns-banner-shape-2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: max-content;
  z-index: -1;
}

.ns-banner-content-2 {
  background-color: #ffab17;
  padding: 65px 65px;
  padding-right: 45px;
  border-radius: 5px;
  outline: 5px solid #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .ns-banner-content-2 {
    padding: 40px 20px;
    border-radius: 5px;
    outline: 5px solid #fff;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-banner-content-2 {
    padding: 65px 65px;
    padding-right: 45px;
    outline: 5px solid #fff;
  }
}

.ns-banner-content-2 p {
  font-size: 17px;
  color: #fff;
  margin-bottom: 42px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-banner-content-2 p br {
    display: none;
  }
}

.ns-header-btn.ns-theme-btn.ns-home-2 {
  background: #fff;
  color: #ffab17;
}

.ns-banner-content-shape-2::before {
  position: absolute;
  top: 50%;
  right: -75px;
  content: "";
  width: 70px;
  height: 85px;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translateY(-50%);
  z-index: -2;
}

.ns-banner-content-shape-2::after {
  position: absolute;
  top: 50%;
  right: -65px;
  width: 65px;
  content: "";
  height: 75px;
  background: #ffab17;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translateY(-50%);
  z-index: -1;
}

.ns-banner-content-2 {
  margin-left: -65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-banner-content-2 {
    margin-left: 0;
  }
}

.ns-banner-content-map-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: max-content;
  z-index: -1;
}

.ns-banner-content-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.ns-header-btn.ns-theme-btn.ns-home-2 {
  -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;
}
.ns-header-btn.ns-theme-btn.ns-home-2:hover {
  background-color: var(--clr-common-black);
  color: #fff;
}

.ns-play-btn.popup-video.ns-home-2:hover {
  background-color: var(--clr-common-black);
}

.ns-banner-area-3 {
  overflow: hidden;
}

.ns-banner-single-3 {
  min-height: 925px;
  position: relative;
  z-index: 1;
  align-items: center;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-banner-single-3 {
    min-height: 800px;
  }
}
@media (max-width: 767px) {
  .ns-banner-single-3 {
    min-height: 620px;
  }
}

.ns-banner-single-3::before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgb(58, 59, 64);
  opacity: 0.871;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.ns-banner-3-img-1 {
  position: relative;
  z-index: 1;
  margin-left: 66px;
  width: 608px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ns-banner-3-img-1 {
    margin-left: 46px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-banner-3-img-1 {
    margin-left: 26px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-banner-3-img-1 {
    margin-left: 0;
    width: 540px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-banner-3-img-1 {
    margin-left: 0;
    width: 100%;
  }
}

.ns-banner-inner-3 {
  display: flex;
  height: 100%;
  align-items: center;
}

.ns-banner-wrap-3 {
  margin-top: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-banner-wrap-3 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .ns-banner-wrap-3 {
    margin-top: 75px;
  }
}

.ns-banner-3-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.ns-banner-3-shape-2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-banner-inner-3 .ns-banner-content-title {
    font-size: 65px;
  }
  .ns-banner-inner-3 .ns-banner-content p br {
    display: none;
  }
}

.ns-banner-area-4 {
  overflow: hidden;
}

.ns-banner-single-4 {
  min-height: 1035px;
  background-color: #f3f7fd;
  display: flex;
  align-items: end;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-banner-single-4 {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-banner-single-4 {
    min-height: 900px;
  }
}
@media (max-width: 767px) {
  .ns-banner-single-4 {
    min-height: 700px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-banner-single-4 {
    min-height: 760px;
  }
}
.ns-banner-single-4 .ns-banner-4-shape-1 {
  position: absolute;
  left: 40px;
  top: 215px;
}
@media (max-width: 767px) {
  .ns-banner-single-4 .ns-banner-4-shape-1 {
    left: -20px;
    top: 70px;
    width: 55%;
  }
}
.ns-banner-single-4 .ns-banner-4-shape-2 {
  position: absolute;
  bottom: 0;
  right: 40px;
}
@media (max-width: 767px) {
  .ns-banner-single-4 .ns-banner-4-shape-2 {
    right: -20px;
    bottom: 0;
    width: 55%;
  }
}
.ns-banner-single-4 .ns-banner-4-shape-3 {
  position: absolute;
  top: 255px;
  right: 130px;
}
.ns-banner-single-4 .ns-banner-4-shape-4 {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.ns-banner-single-4 .ns-banner-wrap-4 {
  max-width: 1385px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-banner-single-4 .ns-banner-wrap-4 {
    flex-direction: column;
  }
}
.ns-banner-single-4 .ns-banner-img-4 {
  width: 675px;
  flex-shrink: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-banner-single-4 .ns-banner-img-4 {
    width: 640px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-banner-single-4 .ns-banner-img-4 {
    width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-banner-single-4 .ns-banner-img-4 {
    width: 100%;
    order: 2;
    margin-top: 50px;
  }
}

.ns-banner-content-4 {
  width: calc(100% - 675px);
  flex-shrink: 0;
  margin-top: 220px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-banner-content-4 {
    width: calc(100% - 640px);
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-banner-content-4 {
    width: calc(100% - 500px);
    margin-top: 0;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-banner-content-4 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-banner-content-4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .ns-banner-content-4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
  }
}
.ns-banner-content-4 .ns-banner-content-subtitle {
  background-color: #232429;
  color: var(--clr-theme-primary);
}
.ns-banner-content-4 .ns-banner-content-subtitle::after {
  background-color: #232429;
}
.ns-banner-content-4 .ns-banner-content-title {
  font-size: 70px;
  color: #0e2b3d;
}
.ns-banner-content-4 .ns-banner-content-title span {
  color: var(--clr-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-banner-content-4 .ns-banner-content-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .ns-banner-content-4 .ns-banner-content-title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-banner-content-4 .ns-banner-content-title {
    font-size: 44px;
  }
}
.ns-banner-content-4 p {
  color: #636363;
}
.ns-banner-content-4 .ns-play-btn {
  background-color: #0e2b3d;
  color: #fff;
}
.ns-banner-content-4 .ns-play-btn::after {
  display: none;
}

.ns-banner-4-shape-5 {
  position: absolute;
  top: 200px;
  right: 210px;
}

.ns-banner-single-5 {
  position: relative;
  z-index: 1;
  min-height: 1040px;
  display: flex;
  align-items: center;
}
.ns-banner-single-5 .ns-banner-action-btn {
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-banner-single-5 {
    min-height: 900px;
  }
}
@media (max-width: 767px) {
  .ns-banner-single-5 {
    min-height: 700px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-banner-single-5 {
    min-height: 760px;
  }
}

.ns-banner-area-6 {
  background-color: #242424;
}
.ns-banner-area-6 .ns-banner-content-title {
  font-size: 70px;
  color: #fff;
}
.ns-banner-area-6 .ns-banner-content-title span {
  color: var(--clr-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-banner-area-6 .ns-banner-content-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-banner-area-6 .ns-banner-content-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .ns-banner-area-6 .ns-banner-content-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-banner-area-6 .ns-banner-content-title {
    font-size: 45px;
  }
}

.ns-banner-single-6 {
  position: relative;
  z-index: 1;
  min-height: 955px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-banner-single-6 {
    min-height: 850px;
  }
}
@media (max-width: 767px) {
  .ns-banner-single-6 {
    min-height: 700px;
  }
}

.ns-banner-btn-6 {
  display: inline-block;
  color: #fff;
  background-color: var(--clr-theme-primary);
  height: 84px;
  line-height: 84px;
  padding: 0 50px;
  border-radius: 25px;
  font-size: 25px;
  font-weight: 500;
  opacity: 0.9;
  position: absolute;
  bottom: 4px;
  left: 0;
}
.ns-banner-btn-6:hover {
  background-color: #fff;
  color: var(--clr-theme-primary);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ns-banner-btn-6 {
    height: 72px;
    line-height: 72px;
    padding: 0px 38px;
    border-radius: 26px;
    font-size: 22px;
    bottom: 3px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-banner-btn-6 {
    height: 62px;
    line-height: 62px;
    padding: 0px 30px;
    border-radius: 20px;
    font-size: 20px;
    bottom: 3px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-banner-btn-6 {
    height: 53px;
    line-height: 53px;
    padding: 0 23px;
    border-radius: 15px;
    font-size: 17px;
    bottom: 2px;
    left: -1px;
  }
}

.ns-banner-img-6 {
  margin-right: -300px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ns-banner-img-6 {
    margin-right: -180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-banner-img-6 {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-banner-img-6 {
    margin-right: -30px;
  }
}

.ns-banner-img-6 {
  position: relative;
}

.ns-banner-shape-61 {
  position: absolute;
  left: 180px;
  bottom: 215px;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ns-banner-shape-61 {
    left: 40px;
    bottom: 270px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-banner-shape-61 {
    left: 10px;
    bottom: 270px;
  }
}

.ns-banner-shape-62 {
  position: absolute;
  bottom: 125px;
  left: 40px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ns-banner-shape-62 {
    bottom: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-banner-shape-62 {
    bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-banner-shape-62 {
    bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-banner-shape-62 {
    bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-banner-shape-62 {
    bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-banner-shape-62 {
    bottom: 50px;
  }
}

.ns-banner-shape-63 {
  position: absolute;
  right: 150px;
  top: 220px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ns-banner-shape-63 {
    right: 80px;
    top: 250px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-banner-shape-63 {
    right: 80px;
    top: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-banner-shape-63 {
    right: 50px;
    top: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-banner-shape-63 {
    right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-banner-shape-63 {
    right: 50px;
    top: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-banner-shape-63 {
    right: 50px;
    top: 150px;
  }
}

.ns-header-btn-6:hover {
  background-color: #fff !important;
  color: var(--clr-theme-primary) !important;
}

/*
************
*************************
04. sidebar
******************************************************* 
*************************************************************** */
.side-info {
  width: 100%;
  max-width: 350px;
  background-color: #222429;
  box-shadow: 0 13px 29px rgba(4, 0, 23, 0.1);
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: -350px;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.side-info:is(.info-open) {
  right: 0;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.sidebar-logo-wrapper {
  padding: 20px;
  padding-bottom: 0;
}

.offcanvas-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(4, 0, 23, 0.5);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  cursor: url(../../assets/img/bg/close.png), auto;
}

.offcanvas-overlay:is(.overlay-open) {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.mean-container .mean-nav {
  background: transparent;
  margin-top: 0;
  margin-bottom: 45px;
}

.mean-container .mean-nav ul li:first-child {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.mean-container .mean-nav ul li {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  overflow: hidden;
}

.mean-container .mean-nav ul li a {
  border: none;
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--clr-theme-primary);
  background-color: transparent;
}

.mean-container .mean-nav ul li li a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pl-sidebar-close.side-info-close {
  background: transparent;
  border: none;
  font-size: 25px;
  color: #fff;
}

.mean-container .mean-nav ul li a.mean-expand {
  padding: 0px 20px;
  border: none;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
  background: transparent;
  height: 56px;
  line-height: 1;
  margin: 0;
  font-weight: 400;
  top: 0;
  line-height: 50px;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--clr-theme-primary);
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: transparent;
}

/* sidebar contact info */
.sidebar-contact {
  padding: 20px;
}
.sidebar-contact-title {
  font-size: 24px;
  color: #fff;
}

.sidebar-contact > a {
  display: block;
  margin-bottom: 12px;
  color: #fff;
}

.sidebar-contact > a:hover i {
  background-color: var(--clr-theme-primary);
}

.sidebar-contact > a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #2c2c2c;
  display: inline-block;
  margin-right: 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;
}

.sidebar-address {
  display: flex;
  margin-bottom: 6px;
  color: #fff;
}
.sidebar-address:hover i {
  background-color: var(--clr-theme-primary);
}

.sidebar-address i {
  max-width: 40px;
  height: 40px;
  background-color: #2c2c2c;
  line-height: 40px;
  text-align: center;
  margin-right: 15px;
  flex: 0 0 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;
}

.sidebar-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #2c2c2c;
  text-align: center;
}

.sidebar-social a:not(:last-child) {
  margin-right: 7px;
}

.sidebar-social a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-logo {
  max-width: 80px;
}

/* Search */
.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background: #253a1a;
  z-index: 999;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  cursor: url(../../assets/img/bg/close.png), auto;
}

.body-overlay.active {
  visibility: visible;
  opacity: 0.97;
}

.td-search-popup .search-form {
  width: 35%;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.td-search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
  width: 40%;
}

@media (max-width: 767px) {
  .td-search-popup.active .search-form {
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .td-search-popup.active .search-form {
    width: 70%;
  }
}
.td-search-popup.active .search-form {
  visibility: visible;
}

.td-search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 60px;
  padding: 0 75px 0 25px;
  background: #f7f9fb;
  line-height: 60px;
}

.td-search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: #ff9400;
}

.sidebar-close {
  border: 0;
  background-color: transparent;
  font-size: 25px;
  color: #fff;
}

.sidebar-close:hover {
  opacity: 0.6;
}

/*
************
*************************
05. button
******************************************************* 
*************************************************************** */
.ns-theme-btn {
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  padding: 0 35px;
  font-weight: 400;
  display: inline-block;
  color: var(--clr-common-white);
  border-radius: 4px;
  background: var(--clr-theme-primary);
  cursor: pointer;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-theme-btn {
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .ns-theme-btn {
    font-size: 16px;
    padding: 0 30px;
  }
}
.ns-theme-btn:hover {
  color: var(--clr-common-white);
  background-color: var(--clr-body-heading);
}

.ns-theme-btn i {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
}

.ns-play-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: var(--clr-theme-primary);
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.ns-play-btn::after {
  position: absolute;
  left: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: var(--clr-theme-primary);
  opacity: 0.3;
  animation-name: playAnimation;
  z-index: -1;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  background-color: rgb(255, 255, 255);
  opacity: 0.4;
}
.ns-play-btn:hover {
  background-color: var(--clr-theme-primary);
  color: #fff;
}

.ns-play-btn-2 {
  background-color: var(--clr-theme-primary);
  color: #fff;
}
.ns-play-btn-2::after {
  background-color: rgb(255, 170, 23);
  opacity: 0.5;
}
.ns-play-btn-2:hover {
  background-color: #fff;
  color: var(--clr-theme-primary);
}
.ns-play-btn-2:hover::after {
  background-color: rgb(255, 255, 255);
  opacity: 0.4;
}

@keyframes playAnimation {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}
.ns-btn-white:hover {
  background-color: #fff;
  color: var(--clr-theme-primary);
}

/*
************
*************************
06. feature
******************************************************* 
*************************************************************** */
.ns-section-subtitle {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--clr-theme-primary);
  padding-left: 27px;
  position: relative;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.ns-section-subtitle::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: var(--clr-theme-primary);
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-section-subtitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-section-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ns-section-subtitle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-section-subtitle {
    font-size: 16px;
  }
}

.ns-section-title {
  font-size: 30px;
  font-weight: 500;
  color: var(--clr-body-heading);
  text-transform: capitalize;
}
.ns-section-title-white {
  color: #fff;
}

.ns-section-text-white {
  color: #fff;
}

.ns-feature-item-title {
  font-size: 22px;
  margin-bottom: 15px;
}

.ns-feature-item p {
  margin-bottom: 0;
  line-height: 25px;
  opacity: 0;
  display: none;
}

.ns-feature-item-icon {
  position: absolute;
  left: 0;
  bottom: -37px;
  right: 0;
  width: 86px;
  height: 86px;
  background-color: var(--clr-common-black);
  text-align: center;
  border-radius: 50%;
  border: 6px solid #fff;
  margin: 0 auto;
  display: grid;
  place-items: center;
  font-size: 38px;
  color: #fff;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  z-index: 5;
}

.ns-feature-wrap {
  margin-top: -100px;
  position: relative;
  z-index: 9;
}

.ns-feature-item {
  background-color: #f4f5f9;
  padding: 30px 16px 50px;
  border-radius: 5px;
  text-align: center;
  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;
  z-index: 2;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ns-feature-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: var(--clr-theme-primary);
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  z-index: -1;
}
.ns-feature-item:hover::before {
  opacity: 0.871;
  background-color: var(--clr-theme-primary);
  height: 100%;
  border-radius: 5px;
}
.ns-feature-item:hover .ns-feature-item-img {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transform: scale(1);
}

.ns-feature-item .hover-text {
  display: none;
}

.ns-feature-item:hover .base-text {
  display: none;
}

.ns-feature-item:hover .hover-text {
  display: block;
}

.ns-feature-item:hover p {
  color: #fff;
  opacity: 1;
  display: block;
}
.ns-feature-item:hover h4 {
  color: #fff;
}
.ns-feature-item:hover .ns-feature-item-icon {
  background-color: var(--clr-theme-primary);
}

.ns-feature-item-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-feature-wrap .col-xl-3.col-lg-4.col-md-6:nth-child(3) .ns-feature-item {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .ns-feature-item {
    padding: 25px 25px 70px;
  }
  .ns-feature-item .ns-feature-item-title {
    font-size: 20px;
  }
}
.ns-feature-area-3 {
  background-color: #232429;
}

/*
************
*************************
07. about
******************************************************* 
*************************************************************** */
.ns-about-area {
  overflow: hidden;
}

.ns-about-img-1 {
  display: flex;
}

.ns-about-img-inner {
  width: 55%;
  flex: 0 0 55%;
}
@media (max-width: 767px) {
  .ns-about-img-inner {
    width: 50%;
    flex: 0 0 50%;
  }
}

.ns-about-wrap p {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.ns-about-img-content {
  width: 45%;
  flex: 0 0 45%;
}
@media (max-width: 767px) {
  .ns-about-img-content {
    width: 50%;
    flex: 0 0 50%;
  }
}

.ns-about-inner-title {
  font-size: 26px;
  color: var(--clr-theme-primary);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ns-about-inner-title {
    font-size: 22px;
  }
}

.ns-about-img-content .ns-about-count {
  font-size: 37px;
  background-color: var(--clr-theme-primary);
  color: #fff;
  font-weight: 500;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transform: rotate(-90deg);
  top: 54px;
  left: -10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ns-about-img-content .ns-about-count {
    font-size: 25px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    top: 40px;
    left: 0;
  }
}

.ns-about-img-content .ns-about-count::after {
  position: absolute;
  content: "";
  top: 0;
  right: -30px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 30px;
  height: 66px;
  background-color: var(--clr-theme-primary);
  z-index: 1;
}
@media (max-width: 767px) {
  .ns-about-img-content .ns-about-count::after {
    height: 45px;
  }
}

.ns-about-img-content {
  margin-left: 90px;
  margin-top: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-img-content {
    margin-left: 65px;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .ns-about-img-content {
    margin-left: 0;
    margin-top: 8px;
    text-align: center;
  }
}

.inner-img-1 {
  width: 100%;
}

.ns-about-img-inner {
  position: relative;
}

.ns-about-play-btn {
  position: absolute;
  top: 50%;
  right: -48px;
  width: 95px;
  height: 95px;
  background-color: var(--clr-common-black);
  border-radius: 50%;
  border: 5px solid #fff;
  text-align: center;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
}
.ns-about-play-btn:hover {
  background-color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .ns-about-play-btn {
    width: 70px;
    height: 70px;
    right: -35px;
  }
}

.inner-img-2 {
  width: 100%;
}

.ns-about-img-inner-2 {
  margin-right: 35px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ns-about-img-inner-2 {
    margin-right: 0;
  }
}

.ns-about-shape {
  position: absolute;
  bottom: -220px;
  right: -130px;
}

.ns-about-content-list {
  margin-bottom: 30px;
}

.ns-about-content-list ul li {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
  gap: 12px;
  font-size: 17px;
  color: var(--clr-body-text);
}
.ns-about-content-list ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ns-about-content-list ul li {
    font-size: 15px;
  }
}

.ns-about-content-list ul li i {
  color: var(--clr-theme-primary);
}

.ns-about-content-info {
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-content-info {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .ns-about-content-info {
    gap: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-about-content-info {
    gap: 30px;
  }
}

.ns-about-content-tab {
  background: #f4f5f9;
  padding: 15px 25px 40px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-about-content-tab {
    padding: 15px 25px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-content-tab {
    padding: 15px 15px 40px;
  }
}
@media (max-width: 767px) {
  .ns-about-content-tab {
    padding: 15px 15px 35px;
  }
}

.ns-about-content-tab-title {
  font-size: 17px;
  margin-bottom: 0;
  text-align: center;
}
.ns-about-content-tab-title:hover a {
  color: var(--clr-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-content-tab-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ns-about-content-tab-title {
    font-size: 16px;
  }
}

.ns-about-content-tab-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 50px;
  height: 50px;
  font-size: 25px;
  background: var(--clr-common-black);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto;
  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;
}
.ns-about-content-tab-icon:hover {
  color: #fff;
  background-color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .ns-about-content-tab-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
    bottom: -22.5px;
  }
}

.ns-about-content-info-right .inner-title {
  background-color: var(--clr-theme-primary);
  font-size: 17px;
  padding: 15px 30px;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-content-info-right .inner-title {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .ns-about-content-info-right .inner-title {
    padding: 15px 20px;
  }
}

.ns-about-info-inner {
  padding: 14px 20px 32px;
  background: #f4f5f9;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-info-inner {
    padding: 14px 15px 32px;
  }
}

.ns-about-info-inner p {
  font-size: 16px;
  margin-bottom: 0;
}

.ns-about-info-inner-btn {
  position: absolute;
  left: 20px;
  bottom: -20px;
  width: 40px;
  height: 40px;
  background: var(--clr-theme-primary);
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
}
.ns-about-info-inner-btn:hover {
  background-color: var(--clr-common-black);
  color: #fff;
}

.ns-about-content-bottom {
  display: flex;
  gap: 40px;
  border-top: 1px solid #dddddd;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .ns-about-content-bottom {
    flex-direction: column;
  }
}

.ns-about-content-admin {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-content-admin {
    gap: 20px;
  }
}

.ns-about-content-admin-info .ns-about-admin-title {
  font-size: 22px;
  margin-bottom: 7px;
}
.ns-about-content-admin-info .ns-about-admin-title:hover a {
  color: var(--clr-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-content-admin-info .ns-about-admin-title {
    font-size: 20px;
  }
}

.ns-about-content-admin-info span {
  font-size: 17px;
  display: inline-block;
}

.ns-about-content-admin-img {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  border: 4px solid var(--clr-theme-primary);
}

@media (max-width: 767px) {
  .ns-about-content-admin-signature {
    text-align: start;
    margin-bottom: 10px;
  }
}

.ns-about-img-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.ns-about-img-2 {
  position: relative;
  z-index: 1;
  margin-right: 55px;
  padding-bottom: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-about-img-2 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .ns-about-img-2 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-about-img-2 {
    padding-bottom: 20px;
  }
}

.ns-about-main-img-2 {
  position: relative;
  z-index: 1;
}

.ns-about-play-btn-2 {
  position: absolute;
  left: -7px;
  top: -7px;
  background: black;
  width: 100px;
  height: 95px;
  display: grid;
  place-items: center;
  border: 7px solid #fff;
}

.ns-about-inner-img-21 {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-inner-img-21 {
    top: 40px;
  }
}

.ns-about-inner-img-22 {
  position: absolute;
  bottom: 25px;
  right: 65px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-inner-img-22 {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-about-inner-img-22 {
    right: 55px;
  }
}
@media (max-width: 767px) {
  .ns-about-inner-img-22 {
    bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-about-inner-img-22 {
    bottom: -20px;
  }
}

.ns-about-img-circle-2 {
  position: absolute;
  left: -95px;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-about-img-circle-2 {
    left: -40px;
  }
}

.ns-about-content-top-2 {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-content-top-2 {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .ns-about-content-top-2 {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-about-content-top-2 {
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }
}

.ns-about-content-info-2 {
  width: 180px;
  flex-shrink: 0;
  border: 1px solid #ffb432;
  padding: 20px 0 15px;
}

.ns-about-content-list-2 {
  width: calc(100% - 210px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-content-list-2 {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .ns-about-content-list-2 {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-about-content-list-2 {
    width: calc(100% - 200px);
  }
}

.ns-about-content-info-top-2 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.ns-about-content-info-counter-2 {
  width: 100%;
}

.ns-about-content-info-icon-2 {
  width: 100%;
}

.ns-about-count-2 {
  margin-bottom: 0;
  background-color: #ffb432;
  display: inline-block;
  padding: 7px 0 7px 10px;
  font-size: 26px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  color: #fff;
}

.ns-about-count-2::after {
  position: absolute;
  top: 0;
  right: -20px;
  content: "";
  width: 20px;
  height: 100%;
  background: #ffb432;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.ns-about-content-info-icon-2 img {
  margin-left: 15px;
}

.ns-about-content-info-text-2 {
  font-size: 21px;
  color: #ffab17;
  margin-bottom: 0;
  line-height: 1.2;
  text-align: center;
}

.ns-about-content-list-2 ul li {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
  gap: 12px;
  font-size: 17px;
  color: var(--clr-body-text);
}
.ns-about-content-list-2 ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-content-list-2 ul li {
    font-size: 16px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .ns-about-content-list-2 ul li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-about-content-list-2 ul li {
    font-size: 16px;
  }
}

.ns-about-content-list-2 ul li i {
  color: var(--clr-theme-primary);
}

.ns-about-content-top-2 {
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .ns-about-content-top-2 {
    margin-bottom: 35px;
  }
}

.ns-about-tab-item-2 {
  width: 170px;
  background-color: #f4f5f9;
  padding: 15px 0;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-tab-item-2 {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .ns-about-tab-item-2 {
    width: 135px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-about-tab-item-2 {
    width: 160px;
  }
}

.ns-about-tap-item-title-2 {
  margin-bottom: 0;
  display: block;
  color: #333333;
  font-size: 17px;
  font-family: "Inter", sans-serif;
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .ns-about-tap-item-title-2 {
    font-size: 16px;
  }
}

.ns-about-content-tab-2 {
  display: flex;
  gap: 10px;
}

.ns-about-tab-item-2 {
  -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;
}
.ns-about-tab-item-2:hover {
  background-color: #ffab17;
}

.ns-about-tab-btn.nav-tabs {
  border: none;
  padding: 0;
}

.ns-about-tab-btn.nav-tabs li {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  margin-right: 10px;
}
.ns-about-tab-btn.nav-tabs li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .ns-about-tab-btn.nav-tabs li {
    margin-bottom: 10px;
  }
  .ns-about-tab-btn.nav-tabs li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-about-tab-btn.nav-tabs li {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.ns-about-tab-btn.nav-tabs li .nav-link {
  border: none;
  padding: 0;
}
.ns-about-tab-btn.nav-tabs li .nav-link.active .ns-about-tab-item-2 {
  background-color: #ffab17;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-about-main-img-2 > img {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .ns-about-main-img-2 > img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-about-main-img-2 > img {
    width: inherit;
  }
}

.ns-about-area-3 {
  background-color: #232429;
}
@media (max-width: 767px) {
  .ns-about-area-3.pt-180 {
    padding-top: 115px;
  }
}

.ns-about-content-3 .ns-about-content-info-2 {
  border: none;
}
.ns-about-content-3 .ns-about-content-list-2 ul li {
  color: #fff;
}
.ns-about-content-3 .ns-about-content-top-2 {
  border-color: #525256;
}

.ns-about-img-3 {
  margin-right: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-about-img-3 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .ns-about-img-3 {
    padding-bottom: 0;
  }
}

.ns-about-inner-img-31 {
  top: -70px;
  left: -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-about-inner-img-31 {
    left: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-inner-img-31 {
    left: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-about-inner-img-31 {
    left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-about-img-circle-2.ns-circle-3 {
    left: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-img-circle-2.ns-circle-3 {
    left: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-about-img-circle-2.ns-circle-3 {
    left: 0;
  }
}

.ns-about-img-3 .ns-about-play-btn-2 {
  width: 105px;
  height: 100px;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
}

.ns-about-map-3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -460px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-about-main-img-3 {
    text-align: end;
  }
}

.ns-about-content-top-4 {
  display: flex;
  margin-bottom: 60px;
}

.ns-about-content-info-4 {
  width: 170px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ns-about-content-info-4 {
    width: 130px;
  }
}

.ns-about-content-tab-wrap-4 {
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-about-content-tab-wrap-4 .ns-about-content-tab {
    padding: 15px 20px 40px;
  }
}
@media (max-width: 767px) {
  .ns-about-content-tab-wrap-4 {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-about-content-tab-wrap-4 {
    flex-direction: row;
  }
}

.ns-about-content-inner-4 .ns-about-inner-title {
  font-size: 26px;
  color: var(--clr-theme-primary);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ns-about-content-inner-4 .ns-about-inner-title {
    font-size: 22px;
  }
}
.ns-about-content-inner-4 .ns-about-count {
  font-size: 37px;
  background-color: var(--clr-theme-primary);
  color: #fff;
  font-weight: 500;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transform: rotate(-90deg);
  top: 50px;
  left: -8px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ns-about-content-inner-4 .ns-about-count {
    font-size: 25px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    top: 40px;
    left: 0;
  }
}
.ns-about-content-inner-4 .ns-about-count::after {
  position: absolute;
  content: "";
  top: 0;
  right: -30px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 30px;
  height: 66px;
  background-color: var(--clr-theme-primary);
  z-index: 1;
}
@media (max-width: 767px) {
  .ns-about-content-inner-4 .ns-about-count::after {
    height: 45px;
  }
}

.ns-about-4-img {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-about-4-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ns-about-4-img {
    width: calc(100% - 30px);
    margin-left: auto;
  }
}

.ns-about-play-btn-4 {
  position: absolute;
  top: 30px;
  right: 65px;
  width: 75px;
  height: 75px;
  background-color: var(--clr-common-black);
  border-radius: 50%;
  border: 5px solid #fff;
  text-align: center;
  display: grid;
  place-items: center;
}
@media (max-width: 767px) {
  .ns-about-play-btn-4 {
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
  }
}

.ns-about-play-btn-4 img {
  width: 35px;
  height: 35px;
}
@media (max-width: 767px) {
  .ns-about-play-btn-4 img {
    width: 30px;
    height: 30px;
  }
}

.ns-about-4-img::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  width: 37px;
  height: 70px;
  background-color: var(--clr-theme-primary);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-about-4-img::before {
    left: -30px;
  }
}

.ns-about-5-img {
  position: relative;
}

.ns-about-inner-img-wrap-5 {
  position: relative;
}

.ns-about-inner-img-5 {
  position: absolute;
  left: -85px;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-about-inner-img-5 {
    left: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-about-inner-img-5 {
    left: -25px;
  }
}
@media (max-width: 767px) {
  .ns-about-inner-img-5 {
    left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-about-inner-img-5 {
    left: -20px;
  }
}

.ns-about-content-info-5 {
  position: absolute;
  top: -77px;
  right: 50px;
  width: 210px;
  flex-shrink: 0;
  border: 1px solid #ffb432;
  padding: 33px 0 30px;
  border: 15px solid #232429;
  outline: 10px solid #fff;
}

@media (max-width: 575.98px) {
  .ns-about-content-info-5 {
    right: 0;
    width: 160px;
    padding: 20px 0 18px;
    border: 7px solid #232429;
    outline: 5px solid #fff;
  }
}
.ns-about-content-list-5 {
  width: calc(100% - 210px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-content-list-5 {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .ns-about-content-list-5 {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-about-content-list-5 {
    width: calc(100% - 200px);
  }
}

.ns-about-content-info-top-5 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.ns-about-content-info-counter-5 {
  width: 100%;
}

.ns-about-content-info-icon-5 {
  width: 100%;
}

.ns-about-count-5 {
  margin-bottom: 0;
  background-color: #ffb432;
  display: inline-block;
  padding: 7px 0 7px 10px;
  font-size: 26px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  color: #fff;
}

.ns-about-count-5::after {
  position: absolute;
  top: 0;
  right: -20px;
  content: "";
  width: 20px;
  height: 100%;
  background: #ffb432;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.ns-about-content-info-icon-5 img {
  margin-left: 15px;
}

.ns-about-content-info-text-5 {
  font-size: 21px;
  color: #ffab17;
  margin-bottom: 0;
  line-height: 1.2;
  text-align: center;
}

.ns-about-content-list-5 ul li {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
  gap: 12px;
  font-size: 17px;
  color: var(--clr-body-text);
}
.ns-about-content-list-5 ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-content-list-5 ul li {
    font-size: 16px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .ns-about-content-list-5 ul li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-about-content-list-5 ul li {
    font-size: 16px;
  }
}

.ns-about-content-list-5 ul li {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
  gap: 12px;
  font-size: 17px;
  color: var(--clr-body-text);
}
.ns-about-content-list-5 ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-content-list-5 ul li {
    font-size: 16px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .ns-about-content-list-5 ul li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-about-content-list-5 ul li {
    font-size: 16px;
  }
}

.ns-about-content-list-5 ul li i {
  color: var(--clr-theme-primary);
}

.ns-about-content-wrap-5 {
  display: flex;
}
@media (max-width: 767px) {
  .ns-about-content-wrap-5 {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-about-content-wrap-5 {
    flex-direction: row;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-wrap-5 .ns-section-text br {
    display: none;
  }
}
@media (max-width: 767px) {
  .ns-about-wrap-5 .ns-section-text br {
    display: none;
  }
}
.ns-about-wrap-5 p {
  margin-bottom: 42px;
}
.ns-about-wrap-5 p a {
  text-decoration: underline;
  color: var(--clr-theme-primary);
}

.ns-about-shape-52 {
  position: absolute;
  right: 10px;
  top: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-about-shape-52 {
    top: 0;
  }
}

.ns-about-area-5 {
  position: relative;
  z-index: 1;
}

.ns-about-shape-51 {
  position: absolute;
  right: 390px;
  bottom: -10px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-about-shape-51 {
    right: 100px;
    bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-about-shape-51 {
    right: 0px;
    bottom: 0;
  }
}

.ns-about-area-6 {
  background-color: #242424;
  border-top: 1px solid #4a4a4a;
}
.ns-about-area-6 .ns-about-content-info-5 {
  position: absolute;
  bottom: 60px;
  left: -40px;
  top: auto;
  right: auto;
}
.ns-about-area-6 .ns-about-content-list-5 ul li {
  color: #fff;
}
.ns-about-area-6 .ns-about-wrap-5 p {
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-area-6 .ns-about-wrap-5 p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .ns-about-area-6 .ns-about-wrap-5 p br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-about-area-6 .ns-about-content-info-5 {
    left: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-about-area-6 .ns-about-content-info-5 {
    left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-about-area-6 .ns-about-content-info-5 {
    left: -10px;
  }
}
@media (max-width: 767px) {
  .ns-about-area-6 .ns-about-content-info-5 {
    left: 0;
  }
}

/*
************
*************************
08. service
******************************************************* 
*************************************************************** */
.ns-service-area {
  background-color: #f4f5f9;
}
.ns-service-item {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 15%);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ns-service-img img {
  height: 300px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.ns-service-item:hover .ns-service-img img {
  transform: scale(1.12);
}

.ns-service-content {
  padding: 30px 30px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-service-content {
    padding: 30px 20px 30px;
  }
}
@media (max-width: 767px) {
  .ns-service-content {
    padding: 30px 20px 30px;
  }
}
.ns-service-content-title {
  font-size: 22px;
  margin-bottom: 15px;
}
.ns-service-content-title:hover a {
  color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .ns-service-content-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-service-content-title {
    font-size: 22px;
  }
}

.ns-service-content p {
  line-height: 25px;
  margin-bottom: 10px;
  text-align: justify;
}

.ns-service-content-icon {
  position: absolute;
  top: -45px;
  right: 15px;
  width: 90px;
  height: 90px;
  background-color: var(--clr-common-black);
  border-radius: 50%;
  border: 5px solid #fff;
  text-align: center;
  display: grid;
  place-items: center;
  font-size: 38px;
  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;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-service-content-icon {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-service-content-icon {
    width: 75px;
    height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-service-content-icon {
    width: 70px;
    height: 70px;
    top: -35px;
  }
}
@media (max-width: 767px) {
  .ns-service-content-icon {
    width: 70px;
    height: 70px;
    top: -35px;
  }
}
.ns-service-btn {
  font-size: 17px;
  font-weight: 500;
  color: var(--clr-body-heading);
  display: inline-block;
  margin-top: 10px;
}
.ns-service-btn i {
  margin-left: 5px;
  font-size: 13px;
}
.ns-service-btn:hover {
  color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .ns-service-btn {
    font-size: 16px;
  }
}
.ns-service-img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}
.ns-service-shape-1 {
  position: absolute;
  content: "";
  bottom: -25px;
  right: -20px;
  width: 60px;
  height: 60px;
  border: 5px solid var(--clr-theme-primary);
  border-radius: 50%;
  opacity: 0.12;
  -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;
}
.ns-service-shape-2 {
  position: absolute;
  content: "";
  bottom: 0;
  right: -35px;
  width: 60px;
  height: 60px;
  border: 5px solid var(--clr-common-black);
  border-radius: 50%;
  opacity: 0.12;
  -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;
}
.ns-service-bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ns-service-bottom {
    flex-direction: column;
    gap: 20px;
  }
  .ns-service-bottom .ns-service-pagination {
    text-align: center;
  }
}
.ns-service-tagline p {
  margin-bottom: 0;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767px) {
  .ns-service-tagline p {
    text-align: center;
    line-height: 25px;
  }
}
.ns-service-tagline p span {
  color: var(--clr-theme-primary);
  margin-right: 10px;
}

.ns-service-shape-21,
.ns-service-shape-22 {
  opacity: 0;
}

.ns-service-item:hover .ns-service-shape-1,
.ns-service-item:hover .ns-service-shape-2 {
  opacity: 1;
}
.ns-service-item:hover .ns-service-content-icon {
  background-color: var(--clr-theme-primary);
}

.ns-service-pagination.swiper-pagination-bullets {
  right: 0;
  left: auto;
  text-align: end;
  line-height: 1;
}
@media (max-width: 767px) {
  .ns-service-pagination.swiper-pagination-bullets {
    text-align: center;
  }
}
.ns-service-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: 3px solid var(--clr-theme-primary);
}
.ns-service-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  margin-right: 10px;
}
.ns-service-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.ns-service-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--clr-theme-primary);
}

.ns-service-bg-img-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-service-bg-img-2 {
    height: 50%;
  }
}
@media (max-width: 767px) {
  .ns-service-bg-img-2 {
    height: 50%;
  }
}

.ns-service-item.ns-service-item-2 {
  border: 1px solid #eeeeee;
}

.ns-service-img.ns-service-img-2 {
  position: relative;
}

.ns-service-content-icon.ns-service-content-icon-2 {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 70px;
  height: 70px;
  font-size: 28px;
}

.ns-service-bottom.ns-service-bottom-2 {
  justify-content: center;
}

.ns-service-area-3 {
  background-color: #232429;
}

.ns-service-item.ns-service-item-2.ns-service-item-3 {
  border: none;
}

.ns-service-shape-41 {
  position: absolute;
  content: "";
  bottom: -30px;
  right: -8px;
  width: 60px;
  height: 60px;
  border: 5px solid var(--clr-common-black);
  border-radius: 50%;
  opacity: 0.12;
  -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;
}
.ns-service-shape-42 {
  position: absolute;
  content: "";
  bottom: 0;
  right: -18px;
  width: 60px;
  height: 60px;
  border: 5px solid var(--clr-theme-primary);
  border-radius: 50%;
  opacity: 0.12;
  -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;
}
.ns-service-item-4 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 25px;
  -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;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 50px 35px 50px;
}
.ns-service-item-4::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 36, 36, 0.749);
  opacity: 0;
  visibility: hidden;
  border-radius: 25px;
  -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: -1;
}
.ns-service-item-4:hover::before {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-service-item-4 {
    padding: 40px 30px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-service-item-4 {
    padding: 50px 35px 50px;
  }
}
.ns-service-item-img-4 {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
}
.ns-service-item-content-4 p {
  line-height: 25px;
  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;
}
.ns-service-item-content-title-4 {
  font-size: 22px;
  margin-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;
}
.ns-service-item-content-title-4:hover a {
  color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .ns-service-item-content-title-4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-service-item-content-title-4 {
    font-size: 22px;
  }
}
.ns-service-item-icon-4 {
  width: 90px;
  height: 90px;
  background-color: var(--clr-common-black);
  border-radius: 50%;
  border: 5px solid #fff;
  text-align: center;
  display: grid;
  place-items: center;
  font-size: 38px;
  margin-bottom: 15px;
  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;
}
.ns-service-item-btn-4 {
  font-size: 17px;
  font-weight: 500;
  color: var(--clr-body-heading);
  display: inline-block;
  margin-top: 10px;
}
.ns-service-item-btn-4 i {
  margin-left: 5px;
  font-size: 13px;
}
.ns-service-item-btn-4:hover {
  color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .ns-service-item-btn-4 {
    font-size: 16px;
  }
}

.ns-service-item-4:hover .ns-service-shape-41 {
  border-color: var(--clr-common-white);
}
.ns-service-item-4:hover .ns-service-shape-41,
.ns-service-item-4:hover .ns-service-shape-42 {
  opacity: 1;
}
.ns-service-item-4:hover .ns-service-item-img-4 {
  opacity: 1;
  visibility: visible;
}
.ns-service-item-4:hover .ns-service-item-content-title-4 {
  color: #fff;
}
.ns-service-item-4:hover .ns-service-item-content-4 p {
  color: #fff;
}
.ns-service-item-4:hover .ns-service-item-icon-4 {
  background-color: var(--clr-theme-primary);
}
.ns-service-item-4:hover .ns-service-item-btn-4 {
  color: #fff;
}
.ns-service-item-4:hover .ns-service-item-btn-4:hover {
  color: var(--clr-theme-primary);
}

.ns-service-item-img-5 {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.ns-service-item-content-top-5 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 13px;
}
.ns-service-item-content-5 {
  padding: 25px 30px 25px;
  border: 1px solid #dddddd;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  margin-top: -5px;
  padding-top: 30px;
  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;
}
.ns-service-item-content-5 p {
  line-height: 25px;
  margin-bottom: 0;
  -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;
}
.ns-service-item-content-title-5 {
  font-size: 22px;
  margin-bottom: 0;
  -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;
}
.ns-service-item-content-title-5:hover a {
  color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .ns-service-item-content-title-5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-service-item-content-title-5 {
    font-size: 22px;
  }
}
.ns-service-item-icon-5 {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  background-color: var(--clr-common-black);
  border-radius: 50%;
  border: 5px solid #fff;
  text-align: center;
  display: grid;
  place-items: center;
  font-size: 28px;
  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;
  margin-left: -5px;
}

.ns-service-count-5 {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 40px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1;
  color: #565656;
  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;
  display: inline-block;
}

.ns-service-item-5:hover .ns-service-item-content-5 {
  background-color: #242424;
  border-color: transparent;
}
.ns-service-item-5:hover .ns-service-item-content-title-5 {
  color: #fff;
}
.ns-service-item-5:hover .ns-service-item-content-5 p {
  color: #fff;
}
.ns-service-item-5:hover .ns-service-item-icon-5 {
  background-color: var(--clr-theme-primary);
}
.ns-service-item-5:hover .ns-service-item-btn-5 {
  color: #fff;
}
.ns-service-item-5:hover .ns-service-item-btn-5:hover {
  color: var(--clr-theme-primary);
}
.ns-service-item-5:hover .ns-service-count-5 {
  opacity: 1;
  visibility: visible;
}

.ns-service-bg-6 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.ns-service-area-6 {
  background-color: #242424;
}
.ns-service-area-6 .ns-service-item-icon-5 {
  background-color: var(--clr-theme-primary);
}
.ns-service-area-6 .ns-service-item-6 {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.ns-service-area-6 .ns-service-item-img-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;
}
.ns-service-area-6 .ns-service-item-5:hover .ns-service-item-img-5 {
  opacity: 0;
  visibility: hidden;
}
.ns-service-area-6 .ns-service-item-5:hover .ns-service-item-content-5 {
  opacity: 0;
  visibility: hidden;
}
.ns-service-area-6 .ns-service-item-5:hover .ns-service-item-icon-5 {
  opacity: 0;
  visibility: hidden;
}
.ns-service-area-6 .ns-service-item-5:hover .ns-service-item-hover-6 {
  opacity: 1;
  visibility: visible;
}

.ns-service-area-6 .ns-service-item-hover-6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 50px 20px 50px 50px;
  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;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-service-area-6 .ns-service-item-hover-6 {
    padding: 40px 20px 50px 25px;
  }
}
@media (max-width: 767px) {
  .ns-service-area-6 .ns-service-item-hover-6 {
    padding: 50px 20px 50px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-service-area-6 .ns-service-item-hover-6 {
    padding: 50px 20px 50px 50px;
  }
}
.ns-service-area-6 .ns-service-item-hover-6 .ns-service-item-icon-5 {
  margin-bottom: 20px;
  background-color: var(--clr-common-black);
  opacity: 1 !important;
  visibility: visible !important;
}
.ns-service-area-6 .ns-service-item-hover-6 .ns-service-item-content-title-5 {
  margin-bottom: 18px;
  color: #fff;
}
.ns-service-area-6
  .ns-service-item-hover-6
  .ns-service-item-content-title-5:hover
  a {
  color: var(--clr-common-black);
}
.ns-service-area-6 .ns-service-item-hover-6 p {
  color: #fff;
}
.ns-service-area-6 .ns-service-item-hover-6 .ns-service-count-6 {
  color: #f6b962;
  opacity: 1;
  visibility: visible;
  font-size: 94px;
  right: 30px;
  bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-service-area-6 .ns-service-item-hover-6 .ns-service-count-6 {
    font-size: 60px;
    right: 20px;
    bottom: 25px;
  }
}
@media (max-width: 767px) {
  .ns-service-area-6 .ns-service-item-hover-6 .ns-service-count-6 {
    font-size: 70px;
    right: 20px;
    bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-service-area-6 .ns-service-item-hover-6 .ns-service-count-6 {
    font-size: 90px;
    right: 30px;
    bottom: 25px;
  }
}

.ns-service-navigation-6 div {
  position: absolute;
  left: -25px;
  top: 41%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #242424;
  z-index: 9;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  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;
}
.ns-service-navigation-6 div:hover {
  background-color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .ns-service-navigation-6 div {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-service-navigation-6 div {
    left: -25px;
  }
}

.ns-service-navigation-6 .ns-service-swiper-next-6 {
  left: auto;
  right: -25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-service-navigation-6 .ns-service-swiper-next-6 {
    right: -25px;
  }
}

.ns-service-wrap-6:hover .ns-service-navigation-6 div {
  opacity: 1;
  visibility: visible;
}

/*
************
*************************
09. choose
******************************************************* 
*************************************************************** */
.ns-choose-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ns-choose-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
  max-width: calc((100% - var(--container)) / 2 + var(--container) / 12 * 3.5);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-choose-bg {
    right: -203px;
    z-index: -2;
    height: 52.8%;
    height: 57.4%;
  }
}

.ns-choose-contain-qoute {
  background-color: #f4f5f9;
  padding: 20px 70px 20px 15px;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-choose-contain-qoute {
    padding: 20px 25px 20px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-choose-contain-qoute {
    padding: 20px 50px 20px 15px;
  }
}
@media (max-width: 767px) {
  .ns-choose-contain-qoute {
    padding: 20px 25px 20px 25px;
    gap: 5px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-choose-contain-qoute {
    padding: 20px 40px 20px 20px;
    gap: 20px;
    flex-direction: row;
  }
}

.ns-choose-contain-qoute span {
  display: inline-block;
  font-size: 28px;
  color: var(--clr-theme-primary);
}

.ns-choose-contain-qoute p {
  margin-bottom: 0;
  font-style: italic;
  line-height: 26px;
}
.ns-choose-contain-list ul {
  column-count: 2;
}

@media (max-width: 768px) {
  .ns-choose-contain-list ul {
    column-count: 1;
  }
}

.ns-choose-contain-list ul li {
  display: flex;
  align-items: self-start;
  line-height: 1;
  margin-bottom: 20px;
  gap: 12px;
  font-size: 17px;
  color: var(--clr-body-text);
  text-align: justify;
}

.ns-choose-contain-list ul li h4 {
  margin-bottom: 0;
  color: var(--clr-theme-primary);
}

.ns-choose-contain-list ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ns-choose-contain-list ul li {
    font-size: 15px;
  }
}

.ns-choose-contain-list ul li i {
  color: var(--clr-theme-primary);
}

.ns-choose-contain-list {
  margin-bottom: 50px;
}

.ns-choose-img {
  width: 545px;
  height: 545px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #fff;
  background-position: right center;
  margin-left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-choose-img {
    width: 445px;
    height: 445px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-choose-img {
    margin: 0 auto;
    margin-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .ns-choose-img {
    width: 290px;
    height: 290px;
    margin: 0 auto;
    border-width: 5px;
    margin-bottom: 35px;
  }
}
@media (min-width: 370px) and (max-width: 399px) {
  .ns-choose-img {
    width: 325px;
    height: 325px;
  }
}
@media (min-width: 400px) and (max-width: 479px) {
  .ns-choose-img {
    width: 365px;
    height: 365px;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .ns-choose-img {
    width: 445px;
    height: 445px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-choose-img {
    width: 480px;
    height: 480px;
  }
}

.ns-choose-bg img {
  width: 100%;
  height: 100%;
}

.ns-choose-shape {
  position: absolute;
  z-index: -1;
}

.ns-choose-shape.choose-shape-1 {
  top: 50%;
  right: 65px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-choose-shape.choose-shape-1 {
    right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-choose-shape.choose-shape-1 {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-choose-shape.choose-shape-1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-choose-shape.choose-shape-1 {
    display: none;
  }
}

.ns-choose-shape.choose-shape-2 {
  top: 70px;
  right: 315px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-choose-shape.choose-shape-2 {
    top: 50px;
    right: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-choose-shape.choose-shape-2 {
    top: 50px;
    right: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-choose-shape.choose-shape-2 {
    right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-choose-shape.choose-shape-2 {
    right: 80px;
  }
}

.ns-choose-shape.choose-shape-3 {
  right: 195px;
  bottom: 70px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-choose-shape.choose-shape-3 {
    right: 70px;
    bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-choose-shape.choose-shape-3 {
    right: 70px;
    bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-choose-shape.choose-shape-3 {
    right: 60px;
    bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-choose-shape.choose-shape-3 {
    right: 40px;
    top: 585px;
    bottom: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-section-text.mr-70,
  .ns-choose-contain.mr-70 {
    margin-right: 120px;
  }
}
@media (max-width: 767px) {
  .ns-section-text.mr-70,
  .ns-choose-contain.mr-70 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-section-text.mr-70,
  .ns-choose-contain.mr-70 {
    margin-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-choose-wrap.pb-115 {
    padding-bottom: 0;
  }
}

/*
************
*************************
10. project
******************************************************* 
*************************************************************** */

.project-overlapping h4 {
  font-size: 30px;
  text-align: center;
}

.ns-project-area {
  position: relative;
  z-index: 1;
  background-color: #f4f5f9;
}

.ns-project-area .swiper-slide {
  text-align: center;
}

.swiper-slide h5 {
  cursor: pointer;
  display: inline;
  margin-bottom: 0;
  text-align: center;
}

.swiper-slide h5:hover {
  color: var(--clr-theme-primary);
}

.ns-project-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.ns-project-item:hover .ns-project-content {
  opacity: 1 !important;
}

.ns-project-item .ns-project-img img {
  min-height: 350px;
  object-fit: cover;
}
.ns-project-content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* left: -100%; */
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.ns-project-content-info {
  background-color: rgb(36, 36, 36);
  opacity: 0.89;
  padding: 20px 40px 20px 40px;
  border-top: 3px solid #fff;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  margin-right: 50px;
}

.ns-project-content-info ._text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
}

.ns-project-content-info ._text span {
  color: #fff;
}

.ns-project-content-info ._text span p {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-project-content-info {
    padding: 20px 40px 20px 25px;
  }
}
@media (max-width: 767px) {
  .ns-project-content-info {
    padding: 21px 20px 21px 20px;
  }
}
.ns-project-content-title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .ns-project-content-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-project-content-title {
    font-size: 22px;
  }
}
.ns-project-content-info span {
  color: var(--clr-theme-primary);
  display: inline-block;
  font-size: 17px;
}
.ns-project-content-btn {
  position: absolute;
  right: -210px;
  bottom: -100px;
  width: 200px;
  height: 200px;
  background: var(--clr-theme-primary);
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.ns-project-content-btn a {
  position: absolute;
  top: 40px;
  left: 45px;
  z-index: 3;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  color: var(--clr-theme-primary);
}
.ns-project-content-btn a:hover {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
}
@media (max-width: 767px) {
  .ns-project-content-btn a {
    left: 30px;
  }
}
.ns-project-shape {
  position: absolute;
  content: "";
  width: 330px;
  height: 330px;
  border-radius: 50%;
}
.ns-project-shape-1 {
  background-color: var(--clr-theme-primary);
  opacity: 0.922;
  top: -245px;
  top: -350px;
  right: -120px;
  z-index: 2;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.ns-project-shape-2 {
  background-color: var(--clr-common-black);
  opacity: 0.922;
  top: -170px;
  right: -210px;
  right: -350px;
  z-index: 1;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.ns-project-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-project-bg {
    height: 45%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-project-bg {
    height: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-project-bg {
    height: 50%;
  }
}

.ns-project-item:hover .ns-project-content-info {
  bottom: 0;
}
.ns-project-item:hover .ns-project-content-btn {
  right: -95px;
}
.ns-project-item:hover .ns-project-content-btn a {
  transform: scale(1);
}
@media (max-width: 767px) {
  .ns-project-item:hover .ns-project-content-btn {
    right: -115px;
  }
}
.ns-project-item:hover .ns-project-shape-1 {
  top: -245px;
}
.ns-project-item:hover .ns-project-shape-2 {
  right: -210px;
}

.ns-project-pagination.swiper-pagination-bullets {
  right: 0;
  left: auto;
  text-align: center;
  line-height: 1;
}
.ns-project-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: 3px solid var(--clr-theme-primary);
}
.ns-project-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  margin-right: 10px;
}
.ns-project-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.ns-project-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--clr-theme-primary);
}

.ns-project-area-3 {
  background-color: #232429;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-project-page .ns-project-content-info {
    padding: 15px 20px 15px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-project-page .ns-project-content-info {
    padding: 15px 25px 15px 25px;
  }
}

.ns-project-area-4 {
  overflow: hidden;
}

.ns-project-item-content-4 {
  border: 1px solid #ddd;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  margin-top: -90px;
  position: relative;
  background-color: #fff;
  border-radius: 25px;
  padding: 20px 30px 25px;
}
@media (max-width: 767px) {
  .ns-project-item-content-4 {
    width: calc(100% - 30px);
    padding: 20px 20px 25px;
  }
}

.ns-project-item-img-4 img {
  width: 100%;
}

.ns-project-item-content-4 .inner-number {
  font-size: 24px;
  display: inline-block;
  color: var(--clr-theme-primary);
  font-weight: 500;
  margin-bottom: 5px;
}

.ns-project-item-content-4 .inner-title {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.ns-project-item-content-4 .inner-title:hover a {
  color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .ns-project-item-content-4 .inner-title {
    font-size: 20px;
  }
}

.ns-project-item-content-4 p {
  margin-bottom: 0;
}

.ns-project-wrap-4 {
  margin-right: -375px;
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-project-wrap-4 {
    margin-right: 0;
  }
}

.ns-project-navigation-4 div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #242424;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  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;
}
.ns-project-navigation-4 div:hover {
  background-color: var(--clr-theme-primary);
}

.ns-project-navigation-4 .ns-project-swiper-next-4 {
  left: 70px;
}

.ns-project-item-5 {
  position: relative;
  z-index: 1;
}
.ns-project-item-5::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  right: 0;
  width: calc(100% - 50px);
  height: 60px;
  z-index: -1;
  content: "";
  background-color: var(--clr-theme-primary);
  margin-left: auto;
  margin-right: auto;
  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;
}

.ns-project-item-content-5 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 25px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: -65px;
  padding: 40px 30px 37px;
  display: flex;
  -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;
  align-items: center;
  justify-content: space-between;
  position: relative;
  opacity: 0;
  visibility: hidden;
  z-index: auto;
  border-bottom: 10px solid var(--clr-theme-primary);
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-project-item-content-5 {
    flex-direction: column;
    align-items: flex-start;
  }
}

.ns-project-left-5 h4 {
  font-size: 22px;
  margin-bottom: 7px;
}
.ns-project-left-5 h4 a {
  transition: all 0.3s linear 0s;
}
.ns-project-left-5 h4:hover a {
  color: var(--clr-theme-primary);
}

.ns-project-left-5 p {
  margin-bottom: 0;
}

.ns-project-right-5 a {
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #242424;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.ns-project-right-5 a:hover {
  background-color: var(--clr-theme-primary);
}

.swiper-slide.swiper-slide-next .ns-project-item-5::before {
  opacity: 1;
  visibility: visible;
  top: -12px;
}
.swiper-slide.swiper-slide-next .ns-project-item-content-5 {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .swiper-slide.swiper-slide-next .ns-project-item-5::before {
    opacity: 1;
    visibility: visible;
    top: -12px;
    display: none;
  }
  .swiper-slide.swiper-slide-next .ns-project-item-content-5 {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .swiper-slide.swiper-slide-active .ns-project-item-5::before {
    opacity: 1;
    visibility: visible;
    top: -12px;
  }
  .swiper-slide.swiper-slide-active .ns-project-item-content-5 {
    opacity: 1;
    visibility: visible;
  }
}

.ns-project-tab-wrap .nav-tabs {
  border: none;
}

.ns-project-tab-wrap ul li .nav-link {
  border: none;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.ns-project-tab-wrap ul li .nav-link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-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;
}

.ns-project-tab-wrap ul li .nav-link.active {
  color: var(--clr-theme-primary);
  background-color: transparent;
}
.ns-project-tab-wrap ul li .nav-link.active::after {
  width: 100%;
}

.ns-project-tab-wrap ul .nav-item {
  margin-right: 35px;
}
.ns-project-tab-wrap ul .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .ns-project-tab-wrap ul .nav-item {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-project-tab-wrap ul .nav-item {
    margin-bottom: 0;
  }
}

.ns-project-navigation-5 div {
  position: absolute;
  right: 22%;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: #242424;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  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;
}
.ns-project-navigation-5 div:hover {
  background-color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .ns-project-navigation-5 div {
    left: 0;
    bottom: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
  }
}

.ns-project-navigation-5 .ns-project-swiper-next-5 {
  right: calc(22% - 70px);
}
@media (max-width: 767px) {
  .ns-project-navigation-5 .ns-project-swiper-next-5 {
    left: auto;
    right: 0;
    bottom: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .project-active-5:hover .ns-project-navigation-5 div {
    opacity: 1;
    visibility: visible;
  }
}

.ns-project-area-6 {
  background-color: #242424;
  border-top: 1px solid #3e3e3e;
}
.ns-project-area-6 .ns-project-tab-wrap ul li .nav-link {
  color: #fff;
}
.ns-project-area-6 .ns-project-tab-wrap ul li .nav-link.active {
  color: var(--clr-theme-primary);
}
.ns-project-area-6 .ns-project-navigation-5 div {
  background-color: #fff;
  color: var(--clr-theme-primary);
}
.ns-project-area-6 .ns-project-navigation-5 div:hover {
  background-color: var(--clr-theme-primary);
  color: #fff;
}

/*
************
*************************
11. project details
******************************************************* 
*************************************************************** */
.ns-project-details-tab ul li {
  margin-bottom: 15px;
  display: block;
}
.ns-project-details-tab ul li a {
  display: block;
  height: 60px;
  background-color: #f4f5f9;
  line-height: 60px;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 500;
  color: var(--clr-body-heading);
  position: relative;
  z-index: 1;
  padding-left: 54px;
}
@media (max-width: 767px) {
  .ns-project-details-tab ul li a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-project-details-tab ul li a {
    font-size: 20px;
  }
}
.ns-project-details-tab ul li a span {
  position: absolute;
  left: 24px;
  top: 50%;
  content: "";
  z-index: 2;
  width: 7px;
  height: 7px;
  transform: translateY(-50%);
  background-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;
}
.ns-project-details-tab ul li a::before {
  position: absolute;
  left: 20px;
  top: 50%;
  content: "";
  z-index: 2;
  width: 15px;
  height: 15px;
  border: 2px solid var(--clr-theme-primary);
  transform: translateY(-50%);
  background-color: #f4f5f9;
  -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;
}
.ns-project-details-tab ul li a:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.ns-project-details-tab ul li a:hover::before {
  background-color: var(--clr-theme-primary);
  border-color: #f4f5f9;
}
.ns-project-details-tab ul li a:hover span {
  background-color: #f4f5f9;
}

.ns-project-details-text {
  font-size: 18px;
  margin-bottom: 40px;
}

.ns-project-details-content-text {
  font-size: 17px;
  margin-bottom: 20px;
}

.ns-project-details-quote {
  padding: 20px 15px 20px;
  background: #f4f5f9;
  display: flex;
  gap: 15px;
  max-width: 470px;
  margin-bottom: 30px;
}
.ns-project-details-quote p {
  display: inline-block;
  font-size: 17px;
  font-style: italic;
  margin-bottom: 0;
}
.ns-project-details-quote i {
  display: inline-block;
  font-size: 28px;
  color: var(--clr-theme-primary);
}

.ns-project-details-list ul li {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
  gap: 12px;
  font-size: 17px;
  color: var(--clr-body-text);
}
.ns-project-details-list ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ns-project-details-list ul li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-project-details-list ul li {
    font-size: 16px;
  }
}
.ns-project-details-list ul li i {
  color: var(--clr-theme-primary);
}

/*
************
*************************
12. cta
******************************************************* 
*************************************************************** */
.ns-cta-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ns-cta-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-common-black);
  opacity: 0.831;
  z-index: -1;
}

.ns-cta-map {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -200px;
  text-align: center;
  margin: 0 auto;
  z-index: -1;
}

.ns-cta-content-subtitle {
  font-size: 19px;
  color: var(--clr-theme-primary);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ns-cta-content-subtitle {
    font-size: 16px;
  }
}

.ns-cta-content-title {
  font-size: 40px;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ns-cta-content-title {
    font-size: 30px;
  }
}

.ns-cta-contact {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
.ns-cta-contact:hover a {
  color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .ns-cta-contact {
    font-size: 18px;
  }
}

.ns-cta-content {
  text-align: center;
}

.ns-cta-play-bg {
  opacity: 0.8;
}

.ns-cta-play-btn {
  position: absolute;
  left: 0;
  top: -145px;
  width: 230px;
  height: 363px;
  right: 0;
  margin: 0 auto;
}

.ns-cta-play-btn img {
  width: 100%;
}

.ns-cta-play-btn a .ns-btn-img {
  position: absolute;
  left: 50%;
  bottom: 85px;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
}

.ns-cta-shape-1::before {
  width: 155px;
  height: 155px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--clr-theme-primary);
  clip-path: polygon(100% 0, 0% 100%, 0 0);
  content: "";
  z-index: 1;
}

.ns-cta-shape-1::after {
  width: 180px;
  height: 180px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
  content: "";
  z-index: -1;
}

.ns-cta-shape-2 {
  position: absolute;
  right: 90px;
  bottom: -240px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-cta-shape-2 {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-cta-shape-2 {
    right: 0;
  }
}

.ns-cta-item-2 {
  background-color: #f4f5f9;
  padding: 10px;
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-cta-item-2 {
    flex-direction: column;
    padding: 30px 30px 25px;
  }
}
@media (max-width: 767px) {
  .ns-cta-item-2 {
    flex-direction: column;
    padding: 30px 30px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-cta-item-2 {
    flex-direction: row;
    padding: 10px;
  }
}

.ns-cta-item-img-2 {
  flex-shrink: 0;
  width: 150px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-cta-item-img-2 {
    width: 100%;
  }
  .ns-cta-item-img-2 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ns-cta-item-img-2 {
    width: 100%;
  }
  .ns-cta-item-img-2 img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-cta-item-img-2 {
    width: 150px;
  }
  .ns-cta-item-img-2 img {
    width: inherit;
  }
}

.ns-cta-item-content-2 {
  width: calc(100% - 170px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-cta-item-content-2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ns-cta-item-content-2 {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-cta-item-content-2 {
    width: calc(100% - 170px);
  }
}

.ns-cta-item-content-2 .ns-cta-title-2 {
  font-size: 22px;
  margin-bottom: 7px;
  line-height: 1.2;
}
.ns-cta-item-content-2 .ns-cta-title-2:hover a {
  color: var(--clr-theme-primary);
}

.ns-cta-item-content-2 p {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 0;
}

.ns-cta-item-icon-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 62px;
  height: 62px;
  background: #242424;
  border-radius: 50%;
  border: 3px solid #fff;
  display: grid;
  place-items: center;
  font-size: 25px;
  color: #fff;
  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;
}

.ns-cta-2-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  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;
}

.ns-cta-item-2:hover .ns-cta-item-icon-2 {
  background-color: var(--clr-theme-primary);
}
.ns-cta-item-2:hover .ns-cta-2-shape-2 {
  opacity: 1;
  visibility: visible;
}

.ns-cta-area-4 {
  overflow: hidden;
  padding: 44px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-cta-area-4 {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .ns-cta-area-4 {
    padding: 0;
  }
}

.ns-cta-shape-41 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}

.ns-cta-shape-42 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.ns-cta-shape-43 {
  position: absolute;
  width: 430px;
  right: 400px;
  top: 50px;
}

.ns-cta-inner-4::before {
  background-color: #242424;
  position: absolute;
  right: 0;
  top: 0;
  width: 3000px;
  content: "";
  z-index: -1;
  height: 100%;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .ns-cta-inner-4::before {
    right: -100px;
  }
}

.ns-cta-wrap-4 {
  display: flex;
  align-items: center;
  padding-right: 100px;
  height: 225px;
  justify-content: space-between;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-cta-wrap-4 {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-cta-wrap-4 {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-cta-wrap-4 {
    padding-right: 40px;
    height: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-cta-wrap-4 {
    padding-right: 40px;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .ns-cta-wrap-4 {
    padding-right: 0;
    height: auto;
    flex-direction: column;
    padding: 50px 0;
    gap: 30px;
  }
}

.ns-cta-left-4 {
  margin-left: -200px;
  margin-left: -75px;
  width: 310px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-cta-left-4 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-cta-left-4 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-cta-left-4 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .ns-cta-left-4 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.ns-cta-img-4 {
  width: 310px;
  height: 310px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 10px solid #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-cta-img-4 {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-cta-img-4 {
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 767px) {
  .ns-cta-img-4 {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-cta-img-4 {
    width: 310px;
    height: 310px;
  }
}

.ns-cta-img-4 img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.ns-cta-btn-4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 310px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-cta-btn-4 {
    width: calc(100% - 370px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-cta-btn-4 {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .ns-cta-btn-4 {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
}

.ns-cta-content-title-4 {
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-cta-content-title-4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-cta-content-title-4 {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ns-cta-content-title-4 {
    font-size: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-cta-content-title-4 {
    font-size: 24px;
    text-align: center;
  }
}

.ns-cta-bg-4 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.ns-cta-btn-4 .ns-theme-btn:hover {
  background-color: #fff;
  color: var(--clr-theme-primary);
}

.ns-cta-area-5 {
  overflow: hidden;
}

.ns-cta-left-content-5 {
  position: relative;
  height: 250px;
  z-index: 1;
  display: flex;
  align-items: center;
}
.ns-cta-left-content-5::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: url("../../assets/img/cta/cta-51.png");
  height: 100%;
  width: 955px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-cta-left-content-5 {
    overflow: hidden;
    justify-content: center;
    text-align: center;
  }
}

.ns-cta-inner-title-5 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .ns-cta-inner-title-5 br {
    display: none;
  }
}

.ns-cta-right-content-5 {
  position: relative;
  z-index: 1;
  height: 250px;
  line-height: 250px;
}
.ns-cta-right-content-5::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url("../../assets/img/cta/cta-52.png");
  height: 100%;
  width: 955px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-cta-right-content-5 {
    overflow: hidden;
    justify-content: center;
    text-align: center !important;
  }
}

/*
************
*************************
13. brand
******************************************************* 
*************************************************************** */
.ns-brand-area {
  border-bottom: 1px solid #dddddd;
}

.ns-brand-item {
  position: relative;
  text-align: center;
  height: 60px;
  line-height: 52px;
  border: 1px solid 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;
  width: 100%;
  border: 1px solid #eee;
}
.ns-brand-item img {
  -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;
}
.ns-brand-item .ns-brand-item-img-hover {
  position: absolute;
  left: 0;
  top: 16px;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}
.ns-brand-item:hover {
  border-color: var(--clr-theme-primary);
}
.ns-brand-item:hover .ns-brand-item-img {
  opacity: 0;
  visibility: hidden;
}
.ns-brand-item:hover .ns-brand-item-img-hover {
  opacity: 1;
  visibility: visible;
}

.swiper-slide-active .ns-brand-item {
  border-color: var(--clr-theme-primary);
}
.swiper-slide-active .ns-brand-item .ns-brand-item-img-hover {
  opacity: 1;
  visibility: visible;
}
.swiper-slide-active .ns-brand-item .ns-brand-item-img {
  opacity: 0;
  visibility: hidden;
}

.bg_shape {
  background-color: #dddddd;
  position: absolute;
  left: 2px;
  top: 5803px;
  width: 1920px;
  height: 1px;
  z-index: 391;
}

.ns-brand-area-3 {
  background-color: #232429;
  border-color: #5b5c5f;
}

.ns-brand-area-6 {
  background-color: #242424;
  border-color: #4b4b4b;
}

/*
************
*************************
14. counter
******************************************************* 
*************************************************************** */
.ns-counter-item {
  position: relative;
  z-index: 1;
}

.ns-counter-item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ns-counter-item-content {
  background: #f4f5f9;
  padding: 40px 10px 65px;
  text-align: center;
  -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 only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-counter-item-content {
    padding: 40px 40px 65px;
  }
}

.ns-counter-title {
  font-size: 50px;
  margin-bottom: 0;
  font-weight: 200;
  display: flex;
  justify-content: center;
  -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;
}

.ns-counter-subtitle {
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  -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;
}

.ns-counter-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 80px;
  height: 80px;
  background: var(--clr-common-black);
  border-radius: 50%;
  text-align: center;
  display: grid;
  place-items: center;
  font-size: 38px;
  color: #fff;
  margin: 0 auto;
  border: 5px 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;
}

.ns-counter-item-img img {
  height: 100%;
  object-fit: cover;
}

.ns-counter-item:hover .ns-counter-item-content {
  background-color: rgb(16 84 149 / 70%);
}
.ns-counter-item:hover .ns-counter-title {
  color: #fff;
}
.ns-counter-item:hover .ns-counter-subtitle {
  color: #fff;
}
.ns-counter-item:hover .ns-counter-icon {
  background-color: var(--clr-theme-primary);
}

.ns-counter-area-3 {
  background-color: #232429;
}

.ns-counter-area-5 {
  margin-bottom: -100px;
  position: relative;
  z-index: 9;
}

.ns-counter-item-5 {
  position: relative;
  z-index: 1;
}

.ns-counter-item-img-5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ns-counter-item-content-5 {
  background: #f4f5f9;
  padding: 70px 50px 40px;
  text-align: center;
  -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 only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-counter-item-content-5 {
    padding: 40px 40px 65px;
  }
}

.ns-counter-title-5 {
  font-size: 50px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  -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;
}

.ns-counter-subtitle-5 {
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  -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;
}

.ns-counter-icon-5 {
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  width: 80px;
  height: 80px;
  background: var(--clr-common-black);
  border-radius: 50%;
  text-align: center;
  display: grid;
  place-items: center;
  font-size: 38px;
  color: #fff;
  margin: 0 auto;
  border: 5px 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;
}

.ns-counter-item-img-5 img {
  height: 100%;
  object-fit: cover;
}

.ns-counter-item-5:hover .ns-counter-item-content-5 {
  background-color: rgba(253, 166, 16, 0.8);
}
.ns-counter-item-5:hover .ns-counter-title-5 {
  color: #fff;
}
.ns-counter-item-5:hover .ns-counter-subtitle-5 {
  color: #fff;
}
.ns-counter-item-5:hover .ns-counter-icon-5 {
  background-color: var(--clr-theme-primary);
}

/*
************
*************************
15. testimonial
******************************************************* 
*************************************************************** */
@media (min-width: 992px) {
  .ns-testimonial-container {
    max-width: 100%;
    padding: 0;
  }
}

.ns-testimonial-space {
  transform: translateX(calc((100% - 1170px) / 2));
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-testimonial-space {
    transform: translateX(calc((100% - 1110px) / 2));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-space {
    transform: translateX(calc((100% - 930px) / 2));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-testimonial-space {
    transform: translateX(calc((100% - 690px) / 2));
  }
}
@media (max-width: 767px) {
  .ns-testimonial-space {
    transform: translateX(0);
  }
}

.ns-has-space {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-has-space {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .ns-has-space {
    flex-direction: column;
    gap: 40px;
  }
}

.ns-inner-wrap {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
}

.ns-testimonial-area {
  position: relative;
  z-index: 1;
}
.ns-testimonial-bg {
  position: absolute;
  right: 0;
  bottom: 78px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-bg {
    bottom: 45px;
  }
}
.ns-testimonial-single {
  max-width: 1170px;
  height: max-content;
  background-color: #f4f5f9;
  position: relative;
}
.ns-testimonial-single::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 4500px;
  height: 100%;
  background-color: #f4f5f9;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-testimonial-single::before {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-single {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-testimonial-single {
    max-width: 720px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ns-testimonial-single {
    max-width: 100%;
    width: 100%;
  }
}
.ns-testimonial-wrap {
  padding: 80px 0;
  padding-left: 45px;
  padding-right: 30px;
  width: calc(100% - 470px);
  height: max-content;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-wrap {
    width: calc(100% - 400px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-testimonial-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ns-testimonial-wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-wrap {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-testimonial-wrap {
    padding: 60px 45px;
  }
}
@media (max-width: 767px) {
  .ns-testimonial-wrap {
    padding: 50px 20px;
  }
}
.ns-testimonial-content img {
  width: 68px;
  display: inline-block;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .ns-testimonial-content img {
    width: 55px;
    margin-bottom: 15px;
  }
}
.ns-testimonial-content p {
  font-size: 27px;
  font-style: italic;
  line-height: 35px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .ns-testimonial-content p {
    font-size: 18px;
    line-height: 27px;
  }
  .ns-testimonial-content p br {
    display: none;
  }
}
.ns-testimonial-admin-title {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .ns-testimonial-admin-title {
    font-size: 22px;
  }
}
.ns-testimonial-admin span {
  font-size: 17px;
  display: inline-block;
}
@media (max-width: 767px) {
  .ns-testimonial-admin span {
    font-size: 16px;
  }
}
.ns-testimonial-thumb {
  width: 470px;
  flex: 0 0 470px;
  position: relative;
  z-index: 1;
}
.ns-testimonial-thumb::after {
  position: absolute;
  right: -35px;
  top: 0;
  width: 35px;
  height: 77px;
  background-color: var(--clr-theme-primary);
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-thumb::after {
    right: -30px;
    width: 30px;
    height: 70px;
  }
}
.ns-testimonial-thumb::before {
  position: absolute;
  left: -35px;
  bottom: 0;
  width: 35px;
  content: "";
  height: 77px;
  background-color: var(--clr-theme-primary);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-thumb::before {
    left: -30px;
    width: 30px;
    height: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-thumb {
    width: 400px;
    flex: 0 0 400px;
  }
}
@media (max-width: 767px) {
  .ns-testimonial-thumb {
    width: 100%;
    flex: 0 0 100%;
  }
  .ns-testimonial-thumb::after,
  .ns-testimonial-thumb::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-testimonial-thumb {
    width: calc(100% - 80px);
  }
  .ns-testimonial-thumb::after,
  .ns-testimonial-thumb::before {
    display: block;
  }
}

.ns-testimonial-pagination.swiper-pagination-bullets {
  line-height: 1;
}
.ns-testimonial-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: 3px solid var(--clr-theme-primary);
}
.ns-testimonial-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  margin-right: 10px;
}
.ns-testimonial-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.ns-testimonial-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--clr-theme-primary);
}

.ns-testimonial-area-2 {
  overflow: hidden;
  position: relative;
}
.ns-testimonial-img-2 {
  position: relative;
  z-index: 1;
}
.ns-testimonial-2-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-testimonial-2-img-2 {
    text-align: center;
  }
}
.ns-testimonial-2-img-2 img {
  width: 346px;
  height: 346px;
  border-radius: 50%;
  border: 13px solid #fff;
  background-color: #dfdfe1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-2-img-2 img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-testimonial-2-img-2 img {
    width: 85%;
    height: 85%;
  }
}
@media (max-width: 767px) {
  .ns-testimonial-2-img-2 img {
    width: 100%;
    height: 100%;
    border-width: 8px;
  }
}
.ns-testimonial-2-img-1 {
  padding: 50px 40px 50px 50px;
}
@media (max-width: 767px) {
  .ns-testimonial-2-img-1 {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-testimonial-2-img-1 {
    padding: 40px 40px;
  }
}
.ns-testimonial-2-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-2-shape-2 {
    width: 48%;
  }
}
.ns-testimonial-inner-2 {
  background-color: #f4f5f9;
  padding: 30px 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .ns-testimonial-inner-2 {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-testimonial-inner-2 {
    padding: 30px 30px;
  }
}
.ns-testimonial-inner-2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 4500px;
  height: 100%;
  background-color: #f4f5f9;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-testimonial-inner-2::before {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-wrap-2 .ns-testimonial-content p {
    font-size: 22px;
  }
}

.ns-testimonial-area-3 {
  background-color: #232429;
}

.ns-testimonial-inner-3 {
  background-color: #3b3e43;
}
.ns-testimonial-inner-3::before {
  background-color: #3b3e43;
}

.ns-testimonial-content-3 p {
  color: #fff;
}
.ns-testimonial-content-3 .ns-testimonial-admin-title {
  color: #fff;
}
.ns-testimonial-content-3 .ns-testimonial-admin span {
  color: #fff;
}

.ns-testimonial-wrap-4 {
  display: flex;
  align-items: center;
  background-color: #f4f5f9;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-testimonial-wrap-4 {
    flex-direction: column;
  }
}

.ns-testimonial-content-4 {
  width: 930px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: end;
  background-color: #f4f5f9;
}
.ns-testimonial-content-4 .ns-testimonial-admin-4 {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-testimonial-content-4 {
    width: 750px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-testimonial-content-4 {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-content-4 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-testimonial-content-4 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ns-testimonial-content-4 {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-testimonial-content-4 {
    max-width: 540px;
  }
}

.ns-testimonial-content-inner-4 {
  width: 620px;
  margin-right: 80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-testimonial-content-inner-4 {
    width: 590px;
    margin-right: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-testimonial-content-inner-4 {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-content-inner-4 {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-testimonial-content-inner-4 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ns-testimonial-content-inner-4 {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-testimonial-content-inner-4 {
    width: calc(100% - 30px);
    max-width: 540px;
  }
}

.ns-testimonial-map-4 {
  position: absolute;
  top: -125px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  z-index: -1;
}

.ns-testimonial-counter-4 {
  width: calc(100% - 930px);
  display: flex;
  gap: 30px;
  background-color: #242424;
  padding-top: 60px;
  padding-bottom: 35px;
  padding-left: 45px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ns-testimonial-counter-4 {
    width: calc(100% - 750px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-testimonial-counter-4 {
    width: 50%;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-counter-4 {
    width: 100%;
    padding-left: 0;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-testimonial-counter-4 {
    width: 100%;
    padding-left: 0;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .ns-testimonial-counter-4 {
    width: 100%;
    justify-content: center;
    padding-left: 0;
    gap: 0;
    flex-direction: column;
    max-width: 540px;
  }
}

.ns-testimonial-counter-inner-4.inner-41 {
  margin-top: 50px;
}
.ns-testimonial-counter-inner-4 .ns-counter-item-content {
  width: 270px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-testimonial-counter-inner-4 .ns-counter-item-content {
    width: 255px;
  }
}
@media (max-width: 767px) {
  .ns-testimonial-counter-inner-4 {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .ns-testimonial-counter-inner-4 .ns-counter-item-content {
    width: 100%;
  }
  .ns-testimonial-counter-inner-4.inner-41 {
    margin-top: 0;
  }
}

.ns-testimonial-counter-img-4 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

.ns-testimonial-quote-4 {
  position: absolute;
  bottom: 0;
  right: 260px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-testimonial-quote-4 {
    bottom: 50px;
    right: auto;
    left: 50%;
  }
}

.ns-testimonial-wrap-5 {
  background-color: #232429;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}

.ns-testimonial-map-5 {
  position: absolute;
  left: 30px;
  right: 0;
  bottom: -260px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.ns-testimonial-area-5 {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-testimonial-img-5 {
    text-align: center;
  }
}
.ns-testimonial-img-5 img {
  width: 100%;
  border-radius: 50%;
  background-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-img-5 img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-testimonial-img-5 img {
    width: 85%;
    height: 85%;
  }
}
@media (max-width: 767px) {
  .ns-testimonial-img-5 img {
    width: 100%;
    height: 100%;
    border-width: 8px;
  }
}

.testimonial-thumb-5 {
  padding: 35px 0;
}

.ns-testimonial-img-5 {
  width: auto;
  height: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-testimonial-img-5 {
    width: 150px;
    height: 150px;
    margin: auto;
  }
}

.ns-testimonial-top-5 {
  width: 390px;
}

@media (max-width: 575.98px) {
  .ns-testimonial-top-5 {
    width: 200px;
  }
  .ns-testimonial-top-5 .swiper-slide {
    display: flex;
    justify-content: center;
  }
}
.ns-testimonial-top-5 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -92px;
  left: 0;
  right: 0;
  z-index: 9999;
}

.ns-testimonial-bottom-5 {
  width: 100%;
  padding-left: 150px;
  padding-right: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-bottom-5 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-testimonial-bottom-5 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .ns-testimonial-bottom-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ns-testimonial-content {
  width: 100%;
}

.ns-testimonial-content-5 {
  text-align: center;
}

.ns-testimonial-content-5 p {
  font-size: 27px;
  color: #fff;
  line-height: 35px;
  font-style: italic;
  margin-bottom: 30px;
}

.ns-testimonial-admin-title-5 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

.ns-testimonial-admin-5 span {
  color: #fff;
}

.ns-testimonial-quote-5 img {
  position: absolute;
  left: 60px;
  bottom: 55px;
  z-index: 9;
}
@media (max-width: 767px) {
  .ns-testimonial-quote-5 img {
    left: 30px;
  }
}

.ns-testimonial-quote-5 .inner-quote-right {
  left: auto;
  right: 60px;
}
@media (max-width: 767px) {
  .ns-testimonial-quote-5 .inner-quote-right {
    right: 30px;
  }
}

.ns-testimonial-area-6 {
  background-color: #242424;
}
.ns-testimonial-area-6 .ns-testimonial-map-6 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -275px;
  margin: 0 auto;
}

.ns-testimonial-wrap-6 .ns-testimonial-content img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
}
.ns-testimonial-wrap-6 .ns-testimonial-quote-6 {
  position: absolute;
  left: 310px;
  top: 70px;
  z-index: 1;
}
.ns-testimonial-wrap-6 .ns-testimonial-content p {
  color: #fff;
}
.ns-testimonial-wrap-6 .ns-testimonial-admin-title {
  color: #fff;
}
.ns-testimonial-wrap-6 .ns-testimonial-admin span {
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-wrap-6 {
    padding-bottom: 40px;
  }
}

.ns-testimonial-img-6 {
  margin-left: -65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-testimonial-img-6 {
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-testimonial-img-6 {
    margin-left: 0;
  }
}

/*
************
*************************
16. contact
******************************************************* 
*************************************************************** */
@media (min-width: 1600px) {
  .ns-contact-container {
    max-width: 100%;
    padding: 0;
  }
}

.ns-contact-space {
  transform: translateX(calc((100% - 1170px) / 2));
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-contact-space {
    transform: translateX(calc((100% - 1110px) / 2));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-contact-space {
    transform: translateX(calc((100% - 930px) / 2));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-contact-space {
    transform: unset;
  }
}
@media (max-width: 767px) {
  .ns-contact-space {
    transform: translateX(0);
  }
}

.ns-inner-wrap {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
}

.ns-contact-wrap {
  display: flex;
  min-width: 100%;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-contact-wrap {
    flex-direction: column;
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .ns-contact-wrap {
    flex-direction: column;
    gap: 60px;
  }
}

.ns-contact-map {
  width: 50%;
}

.ns-contact-left {
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-contact-left {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ns-contact-left {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ns-contact-left .ns-section-text br {
    display: none;
  }
}

.ns-contact-right {
  width: 100%;
  height: 100%;
}

.ns-contact-form input,
.ns-contact-form textarea {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 17px;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: var(--clr-body-text);
}

.ns-contact-form textarea {
  height: 150px;
  margin-bottom: 30px;
}

.ns-theme-btn.ns-contact-btn {
  border-radius: 5px;
}

.ns-contact-right {
  display: flex;
}

.ns-contact-info {
  position: relative;
  z-index: 1;
  padding: 80px 80px 75px;
  width: 50%;
  overflow: hidden;
  height: max-content;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ns-contact-info {
    padding: 60px 60px 55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-contact-info {
    padding: 60px 45px 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-contact-info {
    padding: 60px 40px 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-contact-info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ns-contact-info {
    padding: 50px 20px 45px;
  }
}

.ns-contact-map iframe {
  width: 100%;
  height: 100%;
}

.ns-contact-shape {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.ns-contact-item {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .ns-contact-item {
    gap: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-contact-item {
    gap: 30px;
  }
}

.ns-contact-item-icon {
  width: 75px;
  height: 75px;
  text-align: center;
  display: grid;
  place-items: center;
  background-color: var(--clr-theme-primary);
  border-radius: 50%;
  flex: 0 0 75px;
  color: #fff;
  font-size: 32px;
}
@media (max-width: 767px) {
  .ns-contact-item-icon {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-contact-item-icon {
    width: 75px;
    height: 75px;
    flex: 0 0 75px;
  }
}

.ns-contact-item-details span {
  font-size: 24px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .ns-contact-item-details span {
    font-size: 20px;
  }
}

.ns-contact-item-details a {
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 28px;
}
.ns-contact-item-details a:hover {
  color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .ns-contact-item-details a {
    font-size: 18px;
  }
}

.ns-contact-item-details p {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ns-contact-item-details p {
    font-size: 20px;
  }
}

.ns-contact-item:last-child {
  margin-bottom: 0;
}

.ns-contact-bg-img {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ns-contact-info {
  position: relative;
}
.ns-contact-info::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgb(45, 46, 51);
  opacity: 0.878;
  z-index: -1;
}

.ns-contact-shape.ns-contact-shape-1 {
  left: -240px;
  bottom: -165px;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.ns-contact-shape.ns-contact-shape-2 {
  opacity: 1;
  width: 100%;
  height: 100%;
  top: -180px;
  right: -230px;
}

.ns-contact-shape.ns-contact-shape-3 {
  opacity: 1;
  width: 100%;
  height: 100%;
  right: -340px;
  bottom: -330px;
}

.ns-contact-circle-1 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 85px;
  height: 85px;
  background: transparent;
  border: 10px solid #fff;
  border-radius: 50%;
  opacity: 0.388;
}

.ns-contact-circle-2 {
  position: absolute;
  right: -30px;
  bottom: -20px;
  width: 85px;
  height: 85px;
  background: transparent;
  border: 10px solid #fff;
  border-radius: 50%;
  opacity: 0.388;
}

.ns-contact-area-3 {
  background-color: #232429;
  border-bottom: 1px solid #393a3e;
}
.ns-contact-area-3 .ns-contact-form input,
.ns-contact-area-3 .ns-contact-form textarea {
  border-color: #454549;
  background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-contact-wrap-3 .ns-section-text br {
    display: none;
  }
}
.ns-contact-wrap-3 .ns-contact-form input,
.ns-contact-wrap-3 .ns-contact-form textarea {
  color: #fff;
}
.ns-contact-wrap-3 .ns-contact-form input::-webkit-input-placeholder,
.ns-contact-wrap-3 .ns-contact-form textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 17px;
  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;
}
.ns-contact-wrap-3 .ns-contact-form input:-moz-placeholder,
.ns-contact-wrap-3 .ns-contact-form textarea:-moz-placeholder {
  color: #fff;
  font-size: 17px;
  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;
}
.ns-contact-wrap-3 .ns-contact-form input::-moz-placeholder,
.ns-contact-wrap-3 .ns-contact-form textarea::-moz-placeholder {
  color: #fff;
  font-size: 17px;
  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;
}
.ns-contact-wrap-3 .ns-contact-form input:-ms-input-placeholder,
.ns-contact-wrap-3 .ns-contact-form textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 17px;
  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;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-contact-info-3 .ns-contact-item {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-contact-info-3 .ns-contact-item-icon {
    width: 65px;
    height: 65px;
    flex: 0 0 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-contact-info-3 .ns-contact-item-details span {
    font-size: 22px;
  }
  .ns-contact-info-3 .ns-contact-item-details a {
    font-size: 20px;
  }
  .ns-contact-info-3 .ns-contact-item-details p {
    font-size: 20px;
  }
}

.ns-contact-list-3 a {
  display: block;
}

.ns-contact-info-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-contact-info-3 {
    align-items: center;
  }
}

.ns-contact-page {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-contact-page .ns-section-text br {
    display: none;
  }
}

/*
************
*************************
17. blog
******************************************************* 
*************************************************************** */
.ns-blog-img {
  position: relative;
  z-index: 5;
}

.ns-blog-img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}

.ns-blog-tag {
  position: absolute;
  left: 30px;
  top: 0;
  height: 35px;
  padding: 0 20px;
  background-color: var(--clr-theme-primary);
  color: #fff;
  line-height: 35px;
  font-weight: 500;
  border-radius: 0 0 5px 5px;
  display: inline-block;
}

.ns-blog-item {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ns-blog-item:hover .ns-blog-img img {
  transform: scale(1.12);
}

.ns-blog-area {
  background-color: #f4f5f9;
}

.ns-blog-area .swiper-slide {
  height: auto;
}

.ns-blog-content {
  padding: 34px 30px 34px;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-blog-content {
    padding: 34px 25px 34px;
  }
}

.ns-blog-content-meta {
  margin-bottom: 8px;
}

.ns-blog-content-title {
  font-size: 22px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-blog-content-title {
    font-size: 22px;
  }
}

.ns-blog-content p {
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 15px;
  text-align: justify;
}

.ns-blog-btn {
  font-size: 17px;
  font-weight: 500;
  color: var(--clr-body-heading);
}
.ns-blog-btn i {
  margin-left: 5px;
  font-size: 13px;
}
.ns-blog-btn:hover {
  color: var(--clr-theme-primary);
}

.ns-blog-content-meta span {
  display: inline-block;
  font-size: 14px;
}

.ns-blog-admin {
  margin-right: 10px;
}

.ns-blog-admin a:hover {
  color: var(--clr-theme-primary);
}

.ns-blog-content-title:hover a {
  color: var(--clr-theme-primary);
}

.ns-blog-pagination.swiper-pagination-bullets {
  right: 0;
  left: auto;
  text-align: center;
  line-height: 1;
}
.ns-blog-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: 3px solid var(--clr-theme-primary);
}
.ns-blog-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  margin-right: 10px;
}
.ns-blog-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.ns-blog-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--clr-theme-primary);
}

.ns-blog-img-shape-1 {
  position: absolute;
  right: -140px;
  bottom: -110px;
  right: -250px;
  width: 240px;
  height: 240px;
  background: var(--clr-theme-primary);
  border-radius: 50%;
  content: "";
  z-index: 2;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  opacity: 0;
  visibility: hidden;
}

.ns-blog-img-shape-2 {
  position: absolute;
  right: -70px;
  bottom: -155px;
  bottom: -250px;
  width: 240px;
  height: 240px;
  background: var(--clr-common-black);
  border-radius: 50%;
  content: "";
  z-index: 1;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  opacity: 0;
  visibility: hidden;
}

.ns-blog-shape-1 {
  position: absolute;
  right: 5px;
  bottom: -35px;
  bottom: -80px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 70px;
  height: 70px;
  background-color: var(--clr-theme-primary);
  z-index: -1;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  opacity: 0;
  visibility: hidden;
}

.ns-blog-shape-2 {
  position: absolute;
  right: -25px;
  bottom: -40px;
  right: -50px;
  width: 50px;
  height: 100px;
  background: var(--clr-common-black);
  transform: rotate(45deg);
  z-index: -2;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  opacity: 0;
  visibility: hidden;
}

.ns-blog-item:hover .ns-blog-img-shape-1 {
  opacity: 1;
  visibility: visible;
  right: -140px;
}
.ns-blog-item:hover .ns-blog-img-shape-2 {
  opacity: 1;
  visibility: visible;
  bottom: -155px;
}
.ns-blog-item:hover .ns-blog-shape-1 {
  opacity: 1;
  visibility: visible;
  bottom: -35px;
}
.ns-blog-item:hover .ns-blog-shape-2 {
  opacity: 1;
  visibility: visible;
  right: -25px;
}

.ns-blog-shape-bg {
  position: absolute;
  z-index: -1;
}

.ns-blog-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ns-blog-bg-shape-1.ns-blog-shape-bg {
  left: 0;
  bottom: 0;
}

.ns-blog-bg-shape-2.ns-blog-shape-bg {
  bottom: 0;
  right: 0;
}

.ns-blog-bg-shape-3.ns-blog-shape-bg {
  top: -420px;
  left: 0;
}

.ns-blog-bg-shape-4.ns-blog-shape-bg {
  top: 100px;
  right: 0;
}

.ns-blog-area-3 {
  background-color: #232429;
}

.ns-blog-area.ns-blog-page {
  background-color: #fff;
}
.ns-blog-area.ns-blog-page .ns-blog-item {
  border-radius: 8px;
  border: 1px solid #ddd;
}

.ns-blog-area.ns-blog-area-5 {
  background-color: #fff;
}
.ns-blog-area.ns-blog-area-5 .ns-blog-item {
  border: 1px solid #ddd;
}

.ns-blog-area-6 {
  background-color: #242424;
}
.ns-blog-area-6 .ns-blog-img {
  z-index: 9;
}
.ns-blog-img img {
  height: 220px;
  object-fit: cover;
}

.ns-blog-area-6 .ns-blog-content {
  background-color: #242424;
  border: 1px solid #3c3c3c;
  margin-top: -5px;
  padding-top: 38px;
  border-radius: 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;
}
.ns-blog-area-6 .ns-blog-content-meta span {
  color: #fff;
}
.ns-blog-area-6 .ns-blog-content-title {
  color: #fff;
}
.ns-blog-area-6 .ns-blog-content p {
  color: #fff;
}
.ns-blog-area-6 .ns-blog-btn {
  color: #fff;
}
.ns-blog-area-6 .ns-blog-btn:hover {
  color: var(--clr-theme-primary);
}
.ns-blog-area-6 .ns-blog-tag-6 {
  position: absolute;
  right: 40px;
  bottom: -20px;
  height: 40px;
  padding: 0 20px;
  background-color: var(--clr-theme-primary);
  color: #fff;
  line-height: 40px;
  font-weight: 500;
  border-radius: 0 0 5px 5px;
  display: inline-block;
  z-index: 9;
}
.ns-blog-area-6 .ns-blog-img {
  overflow: unset;
}
.ns-blog-area-6 .ns-blog-item:hover .ns-blog-content {
  border-color: #7c5e16;
}

.single-blog-list-item {
  box-shadow: inset 0px 0px 0px 1px #ddd;
}

.ns-blog-list-img {
  position: relative;
  z-index: 99;
}

.ns-blog-list-content {
  padding: 35px 40px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-blog-list-content {
    padding: 35px 30px 40px;
  }
}
@media (max-width: 767px) {
  .ns-blog-list-content {
    padding: 35px 25px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-blog-list-content {
    padding: 35px 30px 40px;
  }
}

.ns-blog-list-admin:hover a {
  color: var(--clr-theme-primary);
}

.ns-blog-list-meta {
  margin-bottom: 5px;
  display: flex;
  gap: 25px;
}
.ns-blog-list-meta span {
  display: inline-block;
  font-size: 14px;
}
.ns-blog-list-meta span i {
  margin-right: 10px;
  color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .ns-blog-list-meta {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-blog-list-meta {
    flex-direction: row;
    gap: 25px;
    margin-bottom: 5px;
  }
}

.ns-blog-list-title {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.ns-blog-list-title:hover a {
  color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .ns-blog-list-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-blog-list-title {
    font-size: 20px;
  }
}

.ns-blog-list-content p {
  margin-bottom: 25px;
}

.ns-blog-list-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .ns-blog-list-bottom {
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-blog-list-bottom {
    flex-direction: row;
    gap: 0;
  }
}

.ns-blog-list-social {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-blog-list-social {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .ns-blog-list-social {
    gap: 10px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-blog-list-social {
    flex-direction: row;
    gap: 10px;
  }
}

.ns-blog-list-social span {
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  display: inline-block;
}

.ns-blog-list-social-icon a {
  width: 30px;
  height: 30px;
  border: 1px solid #92918f;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  display: inline-grid;
  place-items: center;
  margin-right: 5px;
}

.ns-blog-list-social-icon a:last-child {
  margin-right: 0;
}

.ns-blog-list-social-icon a:hover {
  background: var(--clr-theme-primary);
  border-color: var(--clr-theme-primary);
  color: #fff;
}

.ns-blog-list-quote {
  background-color: #f4f9fc;
  padding: 25px 35px 20px;
  display: flex;
  gap: 25px;
}
@media (max-width: 767px) {
  .ns-blog-list-quote {
    flex-direction: column;
    gap: 10px;
    padding: 25px 25px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-blog-list-quote {
    padding: 25px 35px 20px;
    flex-direction: row;
    gap: 25px;
  }
}

.ns-blog-list-quote span {
  display: inline-block;
  font-size: 32px;
  color: var(--clr-theme-primary);
  line-height: 40px;
}

.ns-blog-list-quote p {
  font-size: 16px;
  font-style: italic;
  line-height: 25px;
  margin-bottom: 0;
}

.ns-blog-list-img {
  position: relative;
  z-index: 1;
}

.ns-play-btn-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.ns-blog-list-img .ns-audio-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 75px;
  height: 75px;
  background-color: var(--clr-theme-primary);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .ns-blog-list-img .ns-audio-btn {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}

.ns-blog-list-navigation div {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: var(--clr-theme-primary);
  z-index: 1;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  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;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .ns-blog-list-navigation div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 20px;
  }
}

.ns-blog-list-navigation .ns-blog-list-swiper-next {
  left: auto;
  right: 30px;
}
@media (max-width: 767px) {
  .ns-blog-list-navigation .ns-blog-list-swiper-next {
    right: 20px;
  }
}

.ns-blog-list-img-slide:hover .ns-blog-list-navigation div {
  opacity: 1;
  visibility: visible;
}

.ns-blog-list-pagination .ns-pagination-btn {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  margin-right: 10px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #333;
  border-radius: 4px;
}
.ns-blog-list-pagination .ns-pagination-btn:last-child {
  margin-right: 0;
}
.ns-blog-list-pagination .ns-pagination-btn:hover {
  background-color: var(--clr-theme-primary);
  border-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.ns-blog-list-pagination .ns-pagination-btn.active {
  background-color: var(--clr-theme-primary);
  border-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}

/*
************
*************************
18. blog details
******************************************************* 
*************************************************************** */
.ns-blog-details-title {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .ns-blog-details-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-blog-details-title {
    font-size: 32px;
  }
}

.ns-blog-details-meta li {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 15px;
  margin-right: 15px;
  padding-right: 10px;
}
.ns-blog-details-meta li::after {
  position: absolute;
  top: 4px;
  right: -5px;
  z-index: 1;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #ddd;
}
.ns-blog-details-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.ns-blog-details-meta li:last-child::after {
  display: none;
}

.ns-blog-details-meta li i {
  font-size: 15px;
  color: var(--clr-theme-primary);
  margin-right: 10px;
}

.ns-blog-details-meta {
  margin-bottom: 10px;
}

.ns-blog-details-banner-img {
  width: 100%;
  margin-bottom: 25px;
}

.ns-blog-details-content {
  border-bottom: 1px solid #ddd;
  margin-bottom: 45px;
  padding-bottom: 27px;
}

.ns-blog-details-content p {
  font-size: 17px;
  margin-bottom: 15px;
}

.ns-client-review-title {
  font-size: 22px;
  margin-bottom: 25px;
}

.ns-blog-detials-quote {
  background-color: #f4f5f9;
  padding: 25px 30px 25px;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .ns-blog-detials-quote {
    padding: 25px 20px 25px;
  }
}

.ns-blog-detials-quote p {
  font-size: 17px;
  font-style: italic;
  margin-bottom: 13px;
}

.ns-quote-admin h5 {
  font-size: 22px;
  margin-bottom: 2px;
}

.ns-quote-icon {
  position: absolute;
  display: inline-block;
  font-size: 54px;
  color: var(--clr-theme-primary);
  right: 30px;
  bottom: 0;
}

.ns-blog-details-client-review-text {
  font-size: 17px;
  margin-bottom: 97px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}

.ns-blog-details-comment-title {
  font-size: 22px;
  margin-bottom: 45px;
}

.ns-blog-details-comment-item {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .ns-blog-details-comment-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-blog-details-comment-item {
    flex-direction: row;
  }
}

.ns-comment-border {
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

.ns-blog-details-comment-item-img {
  width: 90px;
  flex: 0 0 90px;
  height: 90px;
  border-radius: 50%;
}

.ns-blog-details-comment-item-img img {
  width: 100%;
}

.ns-comment-title {
  font-size: 22px;
  margin-bottom: 5px;
}

.ns-blog-details-comment-item-content p {
  margin-bottom: 10px;
}

.ns-blog-details-comment-meta span {
  display: inline-block;
  font-size: 17px;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .ns-blog-details-comment-meta span {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-blog-details-comment-meta span {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 50px;
  }
}

.ns-blog-details-comment-meta a {
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  color: var(--clr-theme-primary);
}

.ns-blog-details-comment {
  margin-bottom: 90px;
}

.ns-blog-details-contact-title {
  font-size: 35px;
  margin-bottom: 15px;
}

.ns-blog-details-contact p {
  font-size: 17px;
  margin-bottom: 27px;
}

.ns-blog-details-contact form input,
.ns-blog-details-contact form textarea {
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  color: var(--clr-body-text);
  margin-bottom: 20px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 0 25px;
}

.ns-blog-details-contact form textarea {
  height: 150px;
  margin-bottom: 30px;
}

.ns-theme-btn.ns-blog-details-btn {
  border-radius: 5px;
}

.ns-blog-details-widget-search form {
  position: relative;
  z-index: 1;
}

.ns-blog-details-widget-search form input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0 20px;
  font-size: 17px;
  color: var(--clr-body-text);
}

.ns-blog-details-widget-search form button {
  position: absolute;
  right: 4px;
  top: 4px;
  border: none;
  background: var(--clr-theme-primary);
  font-size: 17px;
  color: #fff;
  width: 42px;
  height: 42px;
}
.ns-blog-details-widget-search form button:hover {
  background-color: var(--clr-common-black);
}

.ns-blog-details-widget {
  padding: 25px 30px 30px;
  border: 1px solid #ddd;
}

.ns-blog-details-widget-title {
  font-size: 22px;
  margin-bottom: 25px;
}

.ns-blog-details-widget-post {
  display: flex;
  gap: 15px;
}

.ns-blog-details-post-img {
  width: 95px;
  flex: 0 0 95px;
}
@media (max-width: 767px) {
  .ns-blog-details-post-img {
    flex: 0 0 65px;
    width: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-blog-details-post-img {
    flex: 0 0 95px;
    width: 95px;
  }
}

.ns-blog-details-post-content span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}

.ns-blog-details-post-content span i {
  font-size: 13px;
  color: var(--clr-theme-primary);
  margin-right: 10px;
}

.ns-blog-details-post-content-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}
.ns-blog-details-post-content-title:hover a {
  color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .ns-blog-details-post-content-title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-blog-details-post-content-title {
    font-size: 16px;
  }
}

.ns-blog-details-widget-post {
  margin-bottom: 30px;
}
.ns-blog-details-widget-post:last-child {
  margin-bottom: 0;
}

.ns-blog-details-category-list li {
  display: block;
  margin-bottom: 10px;
}
.ns-blog-details-category-list li:last-child {
  margin-bottom: 0;
}

.ns-blog-details-category-list li a {
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.ns-blog-details-category-list li a:hover {
  color: var(--clr-theme-primary);
}

.ns-blog-details-category-list li a span {
  display: inline-block;
}

.ns-blog-details-category-list li a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  font-weight: 500;
}

.ns-blog-details-tag a {
  font-size: 17px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 30px;
  padding: 0 20px;
  margin-bottom: 10px;
  margin-right: 5px;
}
.ns-blog-details-tag a:hover {
  background-color: var(--clr-theme-primary);
  color: #fff;
  border-color: transparent;
}
@media (max-width: 767px) {
  .ns-blog-details-tag a {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-blog-details-tag a {
    padding: 0 20px;
  }
}

.ns-blog-details-widget.ns-tag {
  padding-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-blog-details-comment-item.ml-130 {
    margin-left: 80px;
  }
}
@media (max-width: 767px) {
  .ns-blog-details-comment-item.ml-130 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-blog-details-comment-item.ml-130 {
    margin-left: 50px;
  }
}

/*
************
*************************
19. newsletter
******************************************************* 
*************************************************************** */
.ns-newsletter-wrap {
  position: relative;
  z-index: 1;
}

.ns-newsletter-inner {
  padding: 75px 60px 45px;
  background: var(--clr-common-black);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ns-newsletter-inner {
    padding: 75px 25px 45px;
  }
}
.ns-newsletter-inner img {
  position: absolute;
}

.ns-newsletter-title {
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 0;
  z-index: 9;
  position: relative;
}
@media (max-width: 767px) {
  .ns-newsletter-title {
    font-size: 20px;
  }
}

.ns-newsletter-input {
  display: flex;
  width: 100%;
  z-index: 9;
  position: relative;
}
@media (max-width: 767px) {
  .ns-newsletter-input {
    flex-direction: column;
    gap: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-newsletter-input {
    flex-direction: row;
    gap: 0;
  }
}
.ns-newsletter-input input {
  width: calc(100% - 150px);
  border: none;
  padding: 0 30px;
  height: 50px;
  display: grid;
  place-items: center;
  font-size: 17px;
  color: var(--clr-body-text);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media (max-width: 767px) {
  .ns-newsletter-input input {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-newsletter-input input {
    width: calc(100% - 120px);
  }
}
.ns-newsletter-input button {
  width: 150px;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: grid;
  place-items: center;
  background-color: var(--clr-theme-primary);
  border: none;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ns-newsletter-input button:hover {
  color: var(--clr-theme-primary);
  background-color: #f1f1f1;
}
@media (max-width: 767px) {
  .ns-newsletter-input button {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-newsletter-input button {
    width: 120px;
  }
}

.ns-newsletter-shape-1 {
  left: -190px;
  bottom: -60px;
  z-index: 1;
}

.ns-newsletter-shape-2 {
  bottom: -45px;
  right: -100px;
  z-index: 1;
}

.ns-newsletter-shape-3 {
  left: 0;
  right: 0;
  top: 45px;
  margin: 0 auto;
}

.ns-newsletter-icon {
  position: absolute;
  left: 50%;
  top: -50px;
  display: grid;
  place-items: center;
  z-index: 9;
  width: 100px;
  height: 100px;
  background: var(--clr-theme-primary);
  border-radius: 50%;
  border: 10px solid #fff;
  transform: translateX(-50%);
}

.ns-newsletter-area-2 .ns-newsletter-wrap {
  margin-bottom: -115px;
  z-index: 9;
}
.ns-newsletter-area-2 .ns-newsletter-inner {
  outline: 5px solid #fff;
}

/*
************
*************************
20. management
******************************************************* 
*************************************************************** */
.ns-management-area {
  overflow: hidden;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-management-area.pb-80 {
    padding-bottom: 15px;
  }
}

.ns-management-bg {
  position: absolute;
  right: 390px;
  top: 0;
  z-index: -1;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-management-bg {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-management-bg {
    right: 0;
  }
}

.ns-management-head-icon {
  position: absolute;
  top: 0;
  right: 188px;
  background: #ffab17;
  width: 190px;
  height: 180px;
  display: grid;
  place-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-management-head-icon {
    display: none;
  }
}

.ns-management-img {
  position: absolute;
  right: 0;
  top: 180px;
  border: 10px solid #fff;
  border-right: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-management-img {
    width: 44.8%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-management-img {
    display: none;
  }
}
.ns-management-img-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 160px;
  display: grid;
  place-items: center;
  background: #ffab17;
}

.ns-management-content-info h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.ns-management-content-info p {
  margin-bottom: 0;
  color: #fff;
}

.ns-management-content ul li {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  padding-bottom: 25px;
}
.ns-management-content ul li:last-child {
  padding-bottom: 0;
}
.ns-management-content ul li:last-child::after {
  position: absolute;
  left: 5px;
  bottom: -5px;
  content: "";
  background-image: url("../../assets/img/management/arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 18px;
  z-index: 9;
}
.ns-management-content ul li::before {
  position: absolute;
  content: "";
  left: 11px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #848484;
  z-index: -1;
}

.ns-management-content-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  background-color: #ffab17;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  font-size: 25px;
  color: #fff;
}

.ns-management-list {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .ns-management-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-management-list {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.ns-management-list-item {
  min-width: 160px;
  background-color: #fefefe;
  padding: 25px 20px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #dddddd;
}

.ns-management-list-item span {
  width: 70px;
  height: 70px;
  background-color: #242424;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 29px;
  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;
}

.ns-management-list-item h5 {
  font-size: 22px;
  margin-bottom: 0;
  -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;
}

.ns-management-list-item {
  -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;
}
.ns-management-list-item:hover {
  background-color: #ffab17;
  border-color: #ffab17;
}
.ns-management-list-item:hover span {
  color: #ffab17;
  background-color: #fff;
}
.ns-management-list-item:hover h5 {
  color: #fff;
}

.ns-management-area-6 {
  background-color: #2d2d36;
  overflow: hidden;
}

.ns-management-bg-6 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-management-bg-6 {
    right: -200px;
  }
}

.ns-management-img-6 {
  position: relative;
  margin-right: -75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-management-img-6 {
    margin-right: 0;
  }
}

.ns-management-img-6 .ns-management-main-img {
  border: 8px solid #fff;
}

.ns-management-head-icon-6 {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffab17;
  width: 140px;
  height: 135px;
  display: grid;
  place-items: center;
}
.ns-management-head-icon-6 img {
  width: 50px;
}
@media (max-width: 767px) {
  .ns-management-head-icon-6 {
    width: 30%;
    height: 30%;
  }
  .ns-management-head-icon-6 img {
    width: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-management-head-icon-6 {
    width: 140px;
    height: 135px;
  }
}

.ns-management-img-icon-6 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  background: #292724;
}
.ns-management-img-icon-6 img {
  width: 50px;
}
@media (max-width: 767px) {
  .ns-management-img-icon-6 {
    width: 30%;
    height: 30%;
  }
  .ns-management-img-icon-6 img {
    width: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-management-img-icon-6 {
    width: 120px;
    height: 120px;
  }
}

/*
************
*************************
21. team
******************************************************* 
*************************************************************** */
.ns-team-item {
  position: relative;
  overflow: hidden;
}
.ns-team-item-content {
  position: relative;
  background: #fafafa;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -30px;
  z-index: 1;
}
.ns-team-item-info {
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 35px 0 14px;
}
.ns-team-item-contact {
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-team-item-contact {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-team-item-contact {
    flex-direction: row;
    gap: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-team-item-contact {
    padding: 20px 30px;
  }
}
.ns-team-item-contact a {
  color: var(--clr-body-text);
  font-size: 17px;
  display: inline-block;
  line-height: 1;
}
.ns-team-item-contact a:hover {
  color: var(--clr-theme-primary);
}
.ns-team-item-contact a i {
  font-size: 17px;
  color: var(--clr-theme-primary);
  margin-right: 10px;
}
.ns-team-item-info span {
  font-size: 17px;
  display: inline-block;
  line-height: 1;
}
.ns-team-info-title {
  font-size: 22px;
  margin-bottom: 3px;
}
.ns-team-info-title:hover a {
  color: var(--clr-theme-primary);
}
.ns-team-social-btn-icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: var(--clr-common-black);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 14px;
  color: #fff;
  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;
  opacity: 1;
  visibility: visible;
}
.ns-team-social-minus {
  opacity: 0;
  visibility: hidden;
}
.ns-team-social-icon {
  position: absolute;
  left: 50%;
  bottom: 165px;
  transform: translateX(-50%);
  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;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-team-social-icon {
    bottom: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-team-social-icon {
    bottom: 192px;
  }
}
@media (max-width: 767px) {
  .ns-team-social-icon {
    bottom: 187px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-team-social-icon {
    bottom: 167px;
  }
}
.ns-team-social-icon ul li {
  display: block;
  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;
  transform: scale(0);
}
.ns-team-social-icon ul li:last-child {
  margin-bottom: 0;
}
.ns-team-social-icon ul li:first-child {
  -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;
}
.ns-team-social-icon ul li:nth-child(2) {
  -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;
}
.ns-team-social-icon ul li:nth-child(3) {
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.ns-team-social-icon ul li:nth-child(4) {
  -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;
}
.ns-team-social-icon ul li a {
  display: block;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 15px;
  color: #666666;
}
.ns-team-social-icon ul li a:hover {
  background-color: var(--clr-theme-primary);
  color: #fff;
}
.ns-team-shape {
  position: absolute;
  content: "";
  width: 330px;
  height: 330px;
  border-radius: 50%;
}
.ns-team-shape-1 {
  background-color: var(--clr-theme-primary);
  opacity: 0.922;
  top: -350px;
  right: -140px;
  z-index: 2;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.ns-team-shape-2 {
  background-color: var(--clr-common-black);
  opacity: 0.922;
  top: -175px;
  right: -350px;
  z-index: 1;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.ns-team-bottom {
  display: flex;
  justify-content: center;
}

.ns-team-social-btn:hover .ns-team-social-minus {
  opacity: 1;
  visibility: visible;
  background-color: var(--clr-theme-primary);
}
.ns-team-social-btn:hover .ns-team-social-plus {
  opacity: 0;
  visibility: hidden;
}

.ns-team-social:hover .ns-team-social-icon {
  opacity: 1;
  visibility: visible;
}
.ns-team-social:hover .ns-team-social-icon ul li {
  transform: scale(1);
}

.ns-team-item:hover .ns-team-shape-1 {
  top: -250px;
}
.ns-team-item:hover .ns-team-shape-2 {
  right: -230px;
}

.ns-team-pagination.swiper-pagination-bullets {
  right: 0;
  left: auto;
  text-align: end;
  line-height: 1;
}
.ns-team-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: 3px solid var(--clr-theme-primary);
}
.ns-team-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  margin-right: 10px;
}
.ns-team-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.ns-team-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--clr-theme-primary);
}

.ns-team-area-3 {
  background-color: #232429;
}

.ns-team-item-4 {
  overflow: hidden;
}
.ns-team-item-4 .ns-team-item-info {
  -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;
}
.ns-team-item-4 .ns-team-item-img {
  position: relative;
}
.ns-team-item-4 .ns-team-item-img img {
  min-height: 320px;
  object-fit: cover;
}
.ns-team-item-4 .ns-team-social-icon {
  left: auto;
  right: 0;
  transform: unset;
  bottom: 190px;
  padding-bottom: 0;
}
.ns-team-item-4 .ns-team-social-icon ul li {
  transform: translateX(50px);
}
.ns-team-item-4:hover .ns-team-social-plus {
  opacity: 1;
  visibility: visible;
  background-color: var(--clr-theme-primary);
  color: #fff;
}
.ns-team-item-4:hover .ns-team-item-info {
  border-color: var(--clr-theme-primary);
}
.ns-team-item-4:hover .ns-team-social-icon {
  opacity: 1;
  visibility: visible;
}
.ns-team-item-4:hover .ns-team-social-icon ul li {
  transform: translateX(0);
}

.ns-team-bg-5 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-team-bg-5 {
    height: 60%;
  }
}
@media (max-width: 767px) {
  .ns-team-bg-5 {
    height: 70%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-team-bg-5 {
    height: 60%;
  }
}

.ns-team-item-img-5 {
  position: relative;
  z-index: 1;
}
.ns-team-item-5 {
  position: relative;
  overflow: hidden;
}
.ns-team-item-content-5 {
  position: relative;
  background: #fafafa;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -30px;
  z-index: 1;
}
.ns-team-item-info-5 {
  text-align: center;
  padding: 30px 0 30px;
}
.ns-team-item-info-5 span {
  font-size: 17px;
  display: inline-block;
  line-height: 1;
}
.ns-team-info-title-5 {
  font-size: 22px;
  margin-bottom: 3px;
}
.ns-team-info-title-5:hover a {
  color: var(--clr-theme-primary);
}
.ns-team-social-btn-icon-5 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 14px;
  color: var(--clr-theme-primary);
  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;
  opacity: 1;
  visibility: visible;
}
.ns-team-social-minus-5 {
  opacity: 0;
  visibility: hidden;
}
.ns-team-social-icon-5 {
  position: absolute;
  right: 20px;
  top: 75px;
  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;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-team-social-icon-5 {
    bottom: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-team-social-icon-5 {
    bottom: 192px;
  }
}
@media (max-width: 767px) {
  .ns-team-social-icon-5 {
    bottom: 187px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-team-social-icon-5 {
    bottom: 167px;
  }
}
.ns-team-social-icon-5 ul li {
  display: block;
  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;
  transform: scale(0);
}
.ns-team-social-icon-5 ul li:last-child {
  margin-bottom: 0;
}
.ns-team-social-icon-5 ul li:first-child {
  -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;
}
.ns-team-social-icon-5 ul li:nth-child(2) {
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.ns-team-social-icon-5 ul li:nth-child(3) {
  -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;
}
.ns-team-social-icon-5 ul li:nth-child(4) {
  -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;
}
.ns-team-social-icon-5 ul li a {
  display: block;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 15px;
  color: #666666;
}
.ns-team-social-icon-5 ul li a:hover {
  background-color: var(--clr-theme-primary);
  color: #fff;
}

.ns-team-social-btn-5:hover .ns-team-social-minus-5 {
  opacity: 1;
  visibility: visible;
  background-color: var(--clr-theme-primary);
  color: #fff;
}
.ns-team-social-btn-5:hover .ns-team-social-plus-5 {
  opacity: 0;
  visibility: hidden;
}

.ns-team-social-5:hover .ns-team-social-icon-5 {
  opacity: 1;
  visibility: visible;
}
.ns-team-social-5:hover .ns-team-social-icon-5 ul li {
  transform: scale(1);
}

.ns-team-navigation div {
  position: absolute;
  left: -25px;
  top: 41%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #242424;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  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;
}
.ns-team-navigation div:hover {
  background-color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .ns-team-navigation div {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-team-navigation div {
    left: -25px;
  }
}

.ns-team-navigation .ns-team-swiper-next {
  left: auto;
  right: -25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-team-navigation .ns-team-swiper-next {
    right: -25px;
  }
}

.ns-team-wrap-5:hover .ns-team-navigation div {
  opacity: 1;
  visibility: visible;
}

/*
************
*************************
22. team details
******************************************************* 
*************************************************************** */
.ns-team-details-area {
  border-bottom: 1px solid #ddd;
}
.ns-team-details-text p {
  font-size: 17px;
  margin-bottom: 0;
}
.ns-team-details-item .ns-team-shape-1 {
  top: -250px;
}
.ns-team-details-item .ns-team-shape-2 {
  right: -230px;
}
.ns-team-details-item .ns-team-social-icon {
  bottom: 115px;
}
.ns-team-details-item .ns-team-social-btn .ns-team-social-btn-icon {
  background-color: var(--clr-theme-primary);
}
.ns-team-details-item-content .ns-team-item-info {
  padding-bottom: 20px;
  border-bottom: none;
}
.ns-team-details-content {
  margin-bottom: 40px;
}
.ns-team-details-content p {
  font-size: 18px;
  margin-bottom: 0;
}
.ns-team-details-contact-item span {
  width: 35px;
  height: 35px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--clr-theme-primary);
  color: var(--clr-theme-primary);
  border-radius: 50%;
  margin-right: 15px;
}
.ns-team-details-contact-item a {
  display: inline-block;
  color: var(--clr-body-text);
}
.ns-team-details-contact-item a:hover {
  color: var(--clr-theme-primary);
}
.ns-team-details-contact-item p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 17px;
}

.ns-team-details-progressbar {
  background-color: #f4f5f9;
  padding: 25px 30px 30px;
  border-radius: 3px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .ns-team-details-progressbar {
    padding: 25px 20px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-team-details-progressbar {
    padding: 25px 30px 30px;
  }
}
.ns-team-details-progressbar-label {
  display: flex;
  justify-content: space-between;
}
.ns-team-details-progressbar-label-title {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .ns-team-details-progressbar-label-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-team-details-progressbar-label-title {
    font-size: 17px;
  }
}
.ns-team-details-progressbar-label span {
  color: var(--clr-body-heading);
  font-size: 17px;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  display: inline-block;
}
@media (max-width: 767px) {
  .ns-team-details-progressbar-label span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-team-details-progressbar-label span {
    font-size: 17px;
  }
}
.ns-team-details-progressbar .progress {
  height: 4px;
  border-radius: 2px;
  background-color: #ddd;
}
.ns-team-details-progressbar .progress-bar {
  background: var(--clr-theme-primary);
  border-radius: 2px;
}

.ns-team-details-progressbar,
.ns-team-details-contact {
  max-width: 520px;
}

/*
************
*************************
23. recent
******************************************************* 
*************************************************************** */
.ns-recent-item {
  text-align: center;
  position: relative;
  z-index: 1;
}
.ns-recent-item-img {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 20px;
}
.ns-recent-item-img img {
  width: 206px;
  height: 206px;
  border-radius: 50%;
  border: 10px solid #fff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
}
.ns-recent-item-img span {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: var(--clr-common-black);
  color: #fff;
  font-size: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  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;
}
.ns-recent-item-shape-1 {
  position: absolute;
  top: 55px;
  right: -70px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-recent-item-shape-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-recent-item-shape-1 {
    display: block;
  }
}
.ns-recent-item-shape-2 {
  position: absolute;
  top: 100px;
  right: -70px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-recent-item-shape-2 {
    display: none;
  }
}
.ns-recent-item-shape-3 {
  position: absolute;
  top: 15px;
  right: -100px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-recent-item-shape-3 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-recent-item-shape-3 {
    display: block;
  }
}

.ns-recent-item-content {
  padding: 0 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-recent-item-content {
    padding: 0 10px;
  }
}
.ns-recent-item-content .ns-recent-title {
  font-size: 25px;
  margin-bottom: 10px;
}
.ns-recent-item-content .ns-recent-title:hover a {
  color: var(--clr-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-recent-item-content .ns-recent-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .ns-recent-item-content .ns-recent-title {
    font-size: 22px;
  }
}
.ns-recent-item-content p {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .ns-recent-item-content p {
    font-size: 16px;
  }
}

.ns-recent-item-img .ns-recent-count-2 {
  top: 15px;
  transform: none;
  left: 10px;
}

.ns-recent-item:hover .ns-recent-item-img span {
  background-color: var(--clr-theme-primary);
}

/*
************
*************************
24. breadcrumb
******************************************************* 
*************************************************************** */
.breadcrumb-height {
  min-height: 550px;
  display: flex;
  align-items: center;
  padding-top: 82px;
}
@media (max-width: 767px) {
  .breadcrumb-height {
    min-height: 450px;
  }
}

.ns-breadcrumb-area {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.ns-breadcrumb-area::before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgb(58, 59, 64);
  opacity: 0.871;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.ns-breadcrumb-area .ns-breadcrumb-wrap {
  position: relative;
  z-index: 5;
}
.ns-breadcrumb-area .ns-breadcrumb-title {
  color: var(--clr-common-white);
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-breadcrumb-area .ns-breadcrumb-title {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .ns-breadcrumb-area .ns-breadcrumb-title {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-breadcrumb-area .ns-breadcrumb-title {
    font-size: 40px;
  }
}
.ns-breadcrumb-area .ns-breadcrumb-list a {
  color: var(--clr-common-white);
  display: inline-block;
  position: relative;
  z-index: 1;
}
.ns-breadcrumb-area .ns-breadcrumb-list a::after {
  display: inline-block;
  content: "/";
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}
.ns-breadcrumb-area .ns-breadcrumb-list a:hover {
  color: var(--clr-common-white);
}
.ns-breadcrumb-area .ns-breadcrumb-list span {
  color: var(--clr-theme-primary);
  display: inline-block;
}

.ns-breadcrumb-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.ns-breadcrumb-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-breadcrumb-shape-2 {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .ns-breadcrumb-shape-2 {
    width: 40%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-breadcrumb-shape-2 {
    width: 30%;
  }
}

.ns-breadcrumb-map {
  position: absolute;
  top: -3px;
  right: 365px;
  z-index: -1;
}

.ns-breadcrumb-wrap {
  z-index: 1;
  position: relative;
}

/*
************
*************************
25. error
******************************************************* 
*************************************************************** */
.ns-error-content p {
  font-size: 17px;
  color: #7d7f85;
  margin-bottom: 20px;
}

.ns-error-img {
  margin-bottom: 20px;
}

/*
************
*************************
10. project
******************************************************* 
*************************************************************** */
.ns-custom-area {
  background-color: #f4f5f9;
}

.ns-custom-inner {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  gap: 45px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-custom-inner {
    gap: 0;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ns-custom-inner {
    flex-direction: column;
    padding-bottom: 50px;
  }
}

.ns-custom-content {
  width: 565px;
  flex-shrink: 0;
  padding: 0 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-custom-content {
    width: 520px;
    padding: 30px 35px 30px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-custom-content {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 767px) {
  .ns-custom-content {
    width: 100%;
    order: 2;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-custom-content {
    padding: 0 30px;
  }
}

.ns-custom-img {
  width: calc(100% - 565px);
  position: relative;
  z-index: 1;
}
.ns-custom-img::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  width: 47px;
  height: 90px;
  background-color: var(--clr-theme-primary);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-custom-img {
    width: calc(100% - 520px);
  }
  .ns-custom-img::before {
    left: -35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-custom-img {
    width: calc(100% - 90px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .ns-custom-img {
    width: 100%;
  }
  .ns-custom-img::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .ns-custom-img {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .ns-custom-img::before {
    display: block;
    left: -30px;
  }
}

.ns-custom-img img {
  width: 100%;
}

.ns-custom-content-title {
  font-size: 19px;
  color: var(--clr-theme-primary);
  margin-bottom: 8px;
}

.ns-custom-content-top {
  margin-bottom: 25px;
}
.ns-custom-content-top p {
  margin-bottom: 0;
}

.ns-custom-content-bottom-info h5 {
  font-size: 22px;
  color: var(--clr-body-heading);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ns-custom-content-bottom-info h5 {
    font-size: 18px;
  }
}
.ns-custom-content-bottom-info p {
  margin-bottom: 0;
  color: var(--clr-body-text);
}

.ns-custom-content-bottom ul li {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  padding-bottom: 25px;
}
.ns-custom-content-bottom ul li:last-child {
  padding-bottom: 0;
}
.ns-custom-content-bottom ul li:last-child::after {
  position: absolute;
  left: 5px;
  bottom: -5px;
  content: "";
  background-image: url("../../assets/img/custom/arrow-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 18px;
  z-index: 9;
}
.ns-custom-content-bottom ul li::before {
  position: absolute;
  content: "";
  left: 11px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #949393;
  z-index: -1;
}
@media (max-width: 767px) {
  .ns-custom-content-bottom ul li {
    gap: 15px;
  }
}

.ns-custom-content-bottom-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  background-color: #ffab17;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  font-size: 25px;
  color: #fff;
}

.ns-custom-navbar {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.ns-custom-navbar ul {
  background-color: #fff;
  padding: 7px 55px;
  border-radius: 50px;
  display: flex;
}
.ns-custom-navbar ul .nav-item {
  padding-right: 30px;
  margin-right: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
}
.ns-custom-navbar ul .nav-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 3px;
  height: 40px;
  background: #ddd;
}
.ns-custom-navbar ul .nav-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.ns-custom-navbar ul .nav-item:last-child::after {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ns-custom-navbar ul .nav-item {
    margin-right: 25px;
    padding-right: 25px;
  }
}
.ns-custom-navbar ul .nav-link {
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  color: #1f2126;
}
.ns-custom-navbar .nav-pills .nav-link.active,
.ns-custom-navbar .nav-pills .show > .nav-link {
  color: var(--clr-theme-primary);
  background-color: transparent;
}
@media (max-width: 767px) {
  .ns-custom-navbar ul {
    flex-direction: column;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .ns-custom-navbar ul .nav-item {
    font-size: 15px;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 0;
  }
  .ns-custom-navbar ul .nav-item::after {
    width: 100%;
    height: 2px;
    top: 100%;
  }
  .ns-custom-navbar ul .nav-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-custom-navbar ul {
    flex-direction: row;
    padding: 8px 30px;
  }
  .ns-custom-navbar ul .nav-item {
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    padding-top: 0;
  }
  .ns-custom-navbar ul .nav-item::after {
    width: 2px;
    height: 30px;
    top: 0;
  }
  .ns-custom-navbar ul .nav-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .ns-custom-navbar ul .nav-item .nav-link {
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 4px;
  }
}

/*
************
*************************
15. testimonial
******************************************************* 
*************************************************************** */
.ns-price-item-4 {
  border: 1px solid #eaeaea;
  text-align: center;
}
.ns-price-item-4.ns-fetured {
  border-color: var(--clr-theme-primary);
}

.ns-price-item-heading-4 {
  display: inline-block;
  height: 50px;
  background-color: #242424;
  line-height: 50px;
  padding: 0 45px;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  font-family: "Inter", sans-serif;
  margin-bottom: 42px;
}
.ns-price-item-heading-4::after {
  position: absolute;
  content: "";
  bottom: -20px;
  right: 0;
  left: 0;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #040a0b;
  width: 40px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}
.ns-price-item-heading-4.ns-price-featured {
  background-color: var(--clr-theme-primary);
}
.ns-price-item-heading-4.ns-price-featured::after {
  background-color: var(--clr-theme-primary);
}

.ns-price-item-heading-4 .ns-price-item-price-4 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 16px;
}

.ns-price-item-price-4 span {
  font-size: 20px;
  display: inline-block;
}

.ns-price-item-plan-4 {
  height: 50px;
  line-height: 50px;
  background-color: var(--clr-theme-primary);
}

.ns-price-item-plan-4 span {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.ns-price-item-content-4 {
  padding: 30px 30px 10px;
}
@media (max-width: 767px) {
  .ns-price-item-content-4 {
    padding: 30px 15px 10px;
  }
}

.ns-price-item-content-4 ul li {
  color: var(--clr-body-text);
  background-color: #f2f3f3;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.ns-price-item-content-4 ul li i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .ns-price-item-content-4 ul li {
    font-size: 15px;
  }
}

.ns-price-item-content-4 ul li.inner-item-4 {
  background-color: transparent;
}

.ns-price-item-btn-4 {
  margin-bottom: 50px;
}

.ns-theme-btn.ns-price-btn-4 {
  background-color: #242424;
}

/*
************
*************************
28. skills
******************************************************* 
*************************************************************** */
.ns-skills-area {
  background-color: #f4f5f9;
}

.ns-skills-img {
  position: relative;
  z-index: 1;
}

.ns-skills-inner-img {
  position: absolute;
  top: -25px;
  right: 80px;
  z-index: 1;
}
@media (max-width: 767px) {
  .ns-skills-inner-img {
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-skills-inner-img {
    right: 50px;
  }
}

.ns-skills-progress .progress-heading {
  display: flex;
  justify-content: space-between;
}
.ns-skills-progress .progress-heading-title {
  margin-bottom: 3px;
  color: #242424;
  font-size: 18px;
  font-weight: 500;
}
.ns-skills-progress .progress-heading span {
  color: var(--clr-theme-primary);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
.ns-skills-progress .progress-item .progress {
  height: 6px;
  outline: 1px solid var(--clr-theme-primary);
  border-radius: 5px;
  background-color: #fff;
  padding: 1px 0;
  padding-left: 1px;
}
.ns-skills-progress .progress-item .progress-bar {
  background: var(--clr-theme-primary);
  height: 4px;
  border-radius: 5px;
}

.ns-skills-area-6 {
  background-color: #242424;
}
.ns-skills-area-6 .ns-skills-progress .progress-heading-title {
  color: #fff;
}

/*
************
*************************
29. video
******************************************************* 
*************************************************************** */
.ns-video-area {
  position: relative;
}

.ns-video-shape-1 {
  position: absolute;
  top: 230px;
  right: 30px;
  z-index: 1;
}

.ns-video-content {
  text-align: center;
}

.ns-video-play-btn {
  margin-bottom: 45px;
}

.ns-video-content-title {
  color: #fff;
  font-size: 40px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ns-video-content-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-video-content-title {
    font-size: 34px;
    list-style: 1.3;
  }
}

.ns-video-content p {
  color: #fff;
  margin-bottom: 33px;
}

/*
************
*************************
26. footer
******************************************************* 
*************************************************************** */
.ns-footer-area {
  z-index: 1;
  position: relative;
  overflow: hidden;
  background-position: right bottom;
}
.ns-footer-area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(36, 36, 36, 0.941);
  z-index: 2;
}

.ns-footer-shape {
  position: absolute;
}

.ns-footer-widget {
  position: relative;
  z-index: 5;
}
.ns-footer-widget-text {
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 35px;
}

.ns-footer-logo {
  margin-bottom: 45px;
  max-width: 100px;
  max-height: 100px;
}

.ns-footer-social a {
  width: 40px;
  height: 40px;
  border: 1px solid #92918f;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  margin-right: 5px;
  color: #aaa;
  font-size: 14px;
}
.ns-footer-social a:hover {
  background-color: var(--clr-theme-primary);
  border-color: var(--clr-theme-primary);
  color: #fff;
}

.ns-footer-social a:last-child {
  margin-right: 0;
}

.ns-footer-widget-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.ns-footer-widget-title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 2px;
  background: #525252;
  content: "";
}

.ns-footer-widget-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 35px;
  background: var(--clr-theme-primary);
}

.ns-footer-widget-list ul li {
  display: block;
  margin-bottom: 10px;
}
.ns-footer-widget-list ul li:last-child {
  margin-bottom: 0;
}

.ns-footer-widget-list ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 10px;
}
.ns-footer-widget-list ul li a:hover {
  color: var(--clr-theme-primary);
}
.ns-footer-widget-list ul li a:hover::before {
  background-color: var(--clr-theme-primary);
}

.ns-footer-widget-list ul li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 2px;
  z-index: 1;
  content: "";
  background: #fff;
  transform: translateY(-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;
}

.ns-footer-widget-contact p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.ns-footer-widget-contact-info span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: block;
}

.ns-footer-widget-contact-info span a {
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
}
.ns-footer-widget-contact-info span a:hover {
  color: var(--clr-theme-primary);
}

.ns-footer-widget-post {
  display: flex;
  gap: 20px;
  align-items: center;
}

.ns-footer-widget-post-img {
  width: 85px;
  flex: 0 0 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
}

.ns-footer-widget-post-content span {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

.ns-footer-widget-post-title {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
.ns-footer-widget-post-title:hover a {
  color: var(--clr-theme-primary);
}

.ns-footer-copyright-text p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.ns-footer-copyright-text p span {
  font-weight: 500;
}
@media (max-width: 767px) {
  .ns-footer-copyright-text {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-footer-copyright-text {
    text-align: start;
    margin-bottom: 0;
  }
}

.ns-footer-copyright {
  border-top: 1px solid #3e3e3e;
  padding: 30px 0;
  z-index: 5;
  position: relative;
}

@media (max-width: 767px) {
  .ns-footer-copyright-menu {
    text-align: center !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ns-footer-copyright-menu {
    text-align: end !important;
  }
}
.ns-footer-copyright-menu ul li {
  display: inline-block;
  margin-right: 20px;
}

.ns-footer-copyright-menu ul li a {
  font-size: 16px;
  color: #fff;
}
.ns-footer-copyright-menu ul li a:hover {
  color: var(--clr-theme-primary);
}

.ns-footer-copyright-menu ul li:last-child {
  margin-right: 0;
}

.ns-footer-shape-1.ns-footer-shape {
  left: 0;
  bottom: 0;
  z-index: 4;
}

.ns-footer-shape-2.ns-footer-shape {
  top: -295px;
  left: 215px;
  z-index: 4;
  height: 100%;
}

.ns-footer-shape-3.ns-footer-shape {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ns-footer-area.ns-footer-area-2 .ns-footer-shape-2.ns-footer-shape {
  height: auto;
  left: -140px;
  top: -120px;
}

.ns-footer-shape-2.ns-footer-shape.ns-footer-3-shape-3 {
  left: 225px;
  height: 90%;
}

.ns-footer-area-6::before {
  background-color: #2c2c35;
}

.ns-footer-6-shape-3.ns-footer-shape {
  bottom: 0;
  right: 0;
  z-index: 9;
}

/* Header */

.header {
  transition: all 0.3s ease-in-out;
}

.header._js-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
}

._pt-header {
  padding-top: 80px;
}

/* Scroll to top */

.progress-wrap {
  color: #f4f5f9;
  position: fixed;
  background-color: var(--clr-theme-primary);
  right: 30px;
  bottom: 140px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--clr-theme-primary);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap input {
  z-index: 10001;
}
.progress-wrap input:checked + html {
  -ms-scroll-snap-type: unset;
  scroll-snap-type: unset;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "â†‘";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #fff;
  left: 0;
  top: -2px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap::before {
  position: absolute;
  content: "â†‘";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  -webkit-text-fill-color: #fff;
  left: 0;
  top: -2px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #fff;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/* Marquee */

:root {
  --gap: 48px;
  --duration: 15s;
  --scroll-end: calc(-100% - var(--gap));
}

.m-speed-high {
  --duration: 25s;
}
.m-speed-low {
  --duration: 50s;
}

.text-white .marquee span,
.text-white .marquee b {
  color: #fff;
}

.marquee-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
  padding: 10px 0;
  background-color: #105495;
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee span,
.marquee b {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.marquee img,
.marquee svg {
  width: auto;
  height: 52px;
}

@media (min-width: 992px) {
  .marquee img,
  .marquee svg {
    height: 70px;
  }
}

/* Brand */
.brand {
  border-bottom: 1px solid #dddddd;
}

.brand .marquee-wrapper {
  background-color: #fff;
  padding: 50px 0;
}
.brand .marquee-wrapper .marquee__item img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}

.brand .marquee-wrapper:hover .marquee__group {
  animation-play-state: paused;
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

/* Global */

._gap-30 {
  row-gap: 30px;
}

/* Hero */

.hero {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: -8px;
}
.hero::before {
  content: "";
  position: absolute;
  background-color: rgb(31 33 38 / 45%);
  width: 100%;
  height: 100%;
  inset: 0;
}
.hero ._video {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.hero ._video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
}

.hero .container ._text {
  padding-bottom: 75px;
}

/* Floating Social Icons */

.floating-icon {
  position: fixed;
  bottom: 50px;
  right: 25px;
  z-index: 999;
}

.floating-icon img {
  width: 60px;
  height: 60px;
}

/* About */
.ns-about-area ._img {
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}

.ns-about-area ._img img {
  border-radius: 15px;
}

.ns-about-area ._img::before {
  content: "";
  position: absolute;
  background-color: rgb(244 245 249 / 50%);
  width: 92%;
  height: 92%;
  z-index: -1;
  right: -16px;
  bottom: -16px;
  border: 2px solid rgb(16 84 149);
  border-radius: 15px;
}

.ns-about-area .checklist ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.ns-about-area .checklist ul li {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.ns-about-area .checklist ul li:last-child .text-content p {
  margin-bottom: 0;
}

.ns-about-area .checklist ul li::before {
  content: "";
  position: absolute;
  background-color: var(--clr-theme-primary);
  width: 1px;
  height: 100%;
  left: 25px;
  top: 0;
  z-index: 0;
}

.ns-about-area .checklist ul::after {
  content: "";
  position: absolute;
  background-image: url("../img/icons/down-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  left: 10px;
  bottom: -10px;
}

.ns-about-area .check-icon {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 1;
  background-color: #fff;
}

.ns-about-area .check-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.ns-about-area .text-content {
  margin-left: 60px;
}

.ns-about-area .text-content p {
  margin-bottom: 30px;
}

/* Contaienr */

:root {
  --container: 100%;
}

@media (min-width: 576px) {
  :root {
    --container: 520px;
  }
}

@media (min-width: 768px) {
  :root {
    --container: 720px;
  }
}

@media (min-width: 992px) {
  :root {
    --container: 960px;
  }
}

@media (min-width: 1200px) {
  :root {
    --container: 1140px;
  }
}

@media (min-width: 1400px) {
  :root {
    --container: 1320px;
  }
}

@media (min-width: 1680px) {
  :root {
    --container: 1380px;
  }
}

/* Data Center Page */

._bg-silver {
  background-color: #dbdbdb;
}

._bg-medium-silver {
  background-color: #e2e2e2;
}

._bg-light-silver {
  background-color: #f9f9f9;
}

._bg-medium-blue {
  background-color: #f1f5f8;
}

._bg-light-blue {
  background-color: #bfe1ea;
}

._bg-blue {
  background-color: #105495;
}
._bg-blue.text-white h2,
._bg-blue.text-white h3,
._bg-blue.text-white h4,
._bg-blue.text-white h5,
._bg-blue.text-white h6,
._bg-blue.text-white p {
  color: #fff !important;
}

._blue {
  color: var(--clr-theme-primary);
}

.sub-hero {
  height: auto;
  overflow-x: hidden;
  position: relative;
}

.sub-hero ._bg-img img {
  height: auto;
  width: 100%;
}

.sub-hero ._heading-bg {
  background-color: #fff;
  text-align: center;
  padding: 10px 30px;
  position: absolute;
  width: 100%;
  top: 30%;
}

._heading {
  font-size: 40px;
  margin-bottom: 0;
}

._fs-70 {
  font-size: 70px !important;
}

.text {
  padding: 50px 0;
}

.text h4 {
  text-transform: none;
}

.text p {
  color: #000;
  text-align: justify;
}

._cards h4 {
  margin-bottom: 0;
  text-align: center;
}

.img-text {
  padding-top: 50px;
  padding-bottom: 50px;
}

.img-text._cta ._img img {
  border-radius: 0;
  box-shadow: none;
}

.img-text._ph-50 {
  padding-left: 50px;
  padding-right: 50px;
}

._ph-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.img-text ._img img {
  border-radius: 12px;
  width: 100%;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 15%);
}

.img-text ._text p {
  margin-bottom: 0;
  text-align: justify;
  color: #000;
}

.img-text ._text ol {
  padding-left: 0;
}

.img-text ._text li {
  margin-bottom: 20px;
  padding-left: 30px;
  counter-increment: list-counter;
  list-style: none;
  position: relative;
}

.img-text ._text li:last-child {
  margin-bottom: 0;
}

.img-text ._text li span {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.img-text ._text li::before {
  content: counter(list-counter) ".";
  position: absolute;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  left: 0;
  top: 0;
}

.contact-map .ns-contact-info {
  width: 100% !important;
  height: 100%;
}

.contact-map .ns-contact-map {
  width: 100%;
  height: 100%;
  display: block;
}

.testimonial .testimonial_content {
  background-color: var(--clr-theme-primary);
  padding: 30px 60px;
}

.testimonial .testimonial_content h3 {
  color: #fff;
}

.testimonial .testimonial_content p {
  color: #fff;
  text-align: justify;
}

.testimonial .testimonial_content span {
  font-size: 18px;
  color: #fff;
}

.testimonial .testimonial_img {
  border-radius: 50%;
  overflow: hidden;
  width: 70%;
  margin: auto;
}

.get-in-touch .get-in-touch__content {
  background-color: #012e4f;
  padding: 60px 30px;
}

.get-in-touch .get-in-touch__img {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
}

.get-in-touch .get-in-touch__content h3 {
  color: #fff;
}

.get-in-touch .get-in-touch__content p {
  color: #fff;
  text-align: justify;
}

.get-in-touch .get-in-touch__content .ns-theme-btn:hover {
  background-color: #fff;
}

.get-in-touch ._social-icons img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* Power Backup Solutions */

.sub-hero-2 ._heading-bg {
  background-color: rgb(16 84 149 / 95%);
  top: 50%;
}

.sub-hero-2 ._heading {
  width: var(--container);
  font-weight: 400;
  color: #fff;
  margin: auto auto 20px auto;
}

.sub-hero-2 h4 {
  color: #fff;
  font-weight: 300;
}

.img-text._full-img {
  padding: 0;
}

.img-text._full-img ._text {
  padding: 50px 0;
}

.img-text._full-img .ns-section-title {
  color: #000;
}

.img-text._full-img ._text li {
  color: var(--clr-theme-primary);
}

.img-text._full-img ._text li::before {
  color: var(--clr-theme-primary);
  font-weight: 400;
}

.img-text._full-img ._img {
  height: 100%;
}

.img-text._full-img ._img img {
  height: 100%;
  border-radius: 0;
  box-shadow: unset;
  object-fit: cover;
}

._pv-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

._pv-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

._pv-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.heading {
  padding: 20px 0;
}

._sub-heading {
  font-size: 30px;
  text-transform: none;
  font-weight: 400;
}

.heading h2 {
  margin-bottom: 0;
}

.img-text2 p {
  color: var(--clr-theme-primary);
  text-align: justify;
}

.img-text2 h5 {
  text-decoration: underline;
}

.ns-theme-btn._green-btn {
  background-color: #5db85b;
  color: #000;
  padding: 0 30px;
}

.ns-theme-btn._green-btn:hover {
  background-color: #000;
  color: #5db85b;
}

.ns-theme-btn._orange-btn {
  background-color: #fe8800;
  color: #000;
  border-radius: 30px;
}

.ns-theme-btn._orange-btn:hover {
  background-color: #000;
  color: #fe8800;
}

.ns-theme-btn._blue-btn {
  background-color: var(--clr-theme-primary);
  color: #fff;
  border-radius: 30px;
  border: 1px solid transparent;
}

.ns-theme-btn._blue-btn:hover {
  background-color: #fff;
  color: var(--clr-theme-primary);
  border: 1px solid var(--clr-theme-primary);
}

.ns-theme-btn._light-blue-btn {
  background-color: #056ad2;
  color: #fff;
  border-radius: 30px;
  border: 1px solid transparent;
}

.ns-theme-btn._light-blue-btn:hover {
  background-color: #fff;
  color: #056ad2;
  border: 1px solid #056ad2;
}

.ns-theme-btn._light-black-btn {
  background-color: #212529;
  color: #fff;
  padding: 35px;
  border-radius: 60px;
  border: 1px solid transparent;
  text-transform: none;
}

.ns-theme-btn._light-black-btn:hover {
  background-color: #fff;
  color: #212529;
  border: 1px solid #212529;
}

.card-2 .item {
  background-image: var(--card-img);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 3/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.card-2 .item h6 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  background-color: #1c5461;
  padding: 10px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
}

.card-2 .row {
  --bs-gutter-x: 10px;
  row-gap: 30px;
}

.img-text3 {
  padding: 50px 0;
}

.img-text3 h5 {
  text-decoration: underline;
}

.img-text3 p {
  text-align: justify;
}

.img-text3 .ns-section-title {
  color: #000;
}

.text-icons .ns-section-title {
  color: #000;
}

.text-icons p {
  color: var(--clr-theme-primary);
  text-align: justify;
}

.text-icons .icon img {
  width: auto;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

/* Data backup solution */

.sub-hero {
  background-image: var(--hero-img);
}

.sub-hero-3 ._heading-bg {
  background-color: rgb(255 255 255 / 60%);
  width: 50%;
  right: 0;
  text-align: left;
}
.sub-hero-3 ._heading-bg h1 {
  text-transform: capitalize;
}

.sub-hero-3 ._heading-bg h3 {
  font-weight: 400;
}

._list-point ul li {
  padding-left: 20px !important;
  color: #000 !important;
  position: relative;
  margin-bottom: 10px;
}

._list-point.text-white ul li {
  color: #fff !important;
}

._list-point.text-white ul li::before {
  background-color: #fff !important;
}

._list-point ul li::before {
  content: "" !important;
  background-color: #000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 9px !important;
  position: absolute;
  left: 0;
}

.offset-right {
  padding-right: calc((100% - var(--container)) / 2);
}
ol {
  padding-left: 1rem;
}

.sub-hero ._heading-bg._bg-blue {
  background-color: var(--clr-theme-primary);
}

.sub-hero ._heading-bg._bg-blue h1 {
  color: #fff;
  text-transform: capitalize;
}

._list-point._list-black ol li {
  color: #000 !important;
}

._list-point._list-black ol li::before {
  color: #000 !important;
}

._list-point._blue ul li {
  color: var(--clr-theme-primary) !important;
  font-weight: 500;
  margin-bottom: 10px;
}
._list-point._blue ul li::before {
  background-color: var(--clr-theme-primary) !important;
}

._bg-blue-linear {
  background: linear-gradient(
    0deg,
    rgba(177, 239, 254, 1) 0%,
    rgba(177, 239, 254, 0.804359243697479) 50%,
    rgba(177, 239, 254, 0) 100%
  );
}

._bg-blue-linear-down {
  background: linear-gradient(
    180deg,
    rgba(177, 239, 254, 1) 0%,
    rgba(177, 239, 254, 0.804359243697479) 50%,
    rgba(177, 239, 254, 0) 100%
  );
}

._icon-text-list p {
  color: #000;
}
._icon-text-list p strong {
  font-weight: 500;
}

.with-bg-card .item {
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  height: 100%;
}

.with-bg-card .item h4 {
  color: var(--clr-theme-primary);
}

.with-bg-card .item p {
  color: #000;
}

.with-bg-card p {
  color: #fff;
}

.sub-hero-4 ._heading-bg {
  background-color: transparent;
  text-align: left;
  top: 0;
  right: 0;
  width: auto;
  padding: 30px;
}

.sub-hero-4 ._heading-bg h1 {
  font-size: 50px;
}

.sub-hero-4 ._heading-bg h3 {
  font-size: 20px;
}

.sub-hero-5 ._heading-bg {
  background-color: transparent;
  text-align: left;
  top: 20%;
  left: 0;
  width: auto;
  padding: 30px;
}

.sub-hero-5 ._heading-bg h1 {
  color: #fff;
  margin-bottom: 50px;
  text-transform: capitalize;
}

.sub-hero-5 ._heading-bg h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

._bg-dark-blue-linear {
  background: linear-gradient(
    180deg,
    rgba(1, 21, 40, 1) 0%,
    rgba(1, 44, 95, 1) 50%
  );
}

._bg-dark-blue-linear.text-white h2,
._bg-dark-blue-linear.text-white h3,
._bg-dark-blue-linear.text-white h4,
._bg-dark-blue-linear.text-white h5,
._bg-dark-blue-linear.text-white h6,
._bg-dark-blue-linear.text-white p {
  color: #fff !important;
}

.text-img ._img h4 {
  margin-bottom: 20px;
}

.cards ._icon-img img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

._text-white h1,
._text-white h2,
._text-white h3,
._text-white h4,
._text-white h5,
._text-white h6,
._text-white p {
  color: #fff;
}

._white-blue-50 {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(1, 44, 95, 1) 50%
  );
}

.img-text .half-half-text ._blue-text h3 {
  color: #105495;
}

.img-text .clip-img img {
  min-height: 400px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

._underline-text h4 {
  text-decoration: underline;
  text-transform: none;
  color: #0469d1 !important;
}

.sub-hero-6 ._heading-bg {
  width: 50%;
  background-color: transparent;
  text-align: left;
  padding-left: 50px;
}

.sub-hero-6 ._heading-bg ._heading {
  color: #fff;
  font-weight: 500;
}

.sub-hero-6 ._heading-bg h3 {
  color: #fff;
  font-weight: 400;
}

.sub-hero-6 ._heading-bg p {
  color: #fff;
  font-weight: 400;
}

._dark-blue {
  background-color: #0b1f2e;
}

._dark-blue.text-white h2,
._dark-blue.text-white h3,
._dark-blue.text-white h4,
._dark-blue.text-white h5,
._dark-blue.text-white h6,
._dark-blue.text-white p {
  color: #fff !important;
}

._soc-blue {
  background-color: #0c4369;
}

._soc-light-blue.text-white h2,
._soc-light-blue.text-white h3,
._soc-light-blue.text-white h4,
._soc-light-blue.text-white h5,
._soc-light-blue.text-white h6,
._soc-light-blue.text-white p {
  color: #fff !important;
}

._soc-blue.text-white h2,
._soc-blue.text-white h3,
._soc-blue.text-white h4,
._soc-blue.text-white h5,
._soc-blue.text-white h6,
._soc-blue.text-white p {
  color: #fff !important;
}

._soc-light-blue {
  background-color: #174f74;
}

._shadow-blue {
  box-shadow: 0px 0px 5px 3px #02243b;
  padding: 20px;
}

._shadow-blue.text-white h2,
._shadow-blue.text-white h3,
._shadow-blue.text-white h4,
._shadow-blue.text-white h5,
._shadow-blue.text-white h6,
._shadow-blue.text-white p {
  color: #fff !important;
}

._dark-shadow-blue {
  box-shadow: 0px 0px 5px 3px #01325a;
  padding: 30px;
  background-color: #01325a;
  border-radius: 20px;
}

._shadow-light-blue {
  box-shadow: 0px 0px 5px 3px #073756;
  padding: 20px;
  height: 100%;
}

.card-section .item {
  text-align: center;
}

.card-section .item h3 {
  font-weight: 500;
}

._btn-blue {
  background-color: #5bc0de;
  color: #000;
}

._bg-img {
  background-image: var(--bg-img);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.cardwithbg .item {
  padding: 20px;
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
  height: 100%;
}

.cardwithbg ._icon img {
  width: auto;
  height: 160px;
  object-fit: contain;
  margin-bottom: 20px;
}

.soc-card-text .item {
  box-shadow: 0px 0px 5px 3px #02243b;
}

.soc-card-text ._shadow-heading {
  padding: 20px 20px 0 20px;
  text-align: center;
}

.soc-card-text ._text {
  padding: 20px;
  box-shadow: 0px 0px 5px 3px #02243b;
}

._text p {
  text-align: justify;
}

._text .ns-section-title {
  text-transform: uppercase;
}

/* DSS */

.dss-hero {
  position: relative;
}

.dss-hero ._bg-img::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(7, 21, 33, 0) 60%,
    rgb(255 255 255 / 60%) 60%
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dss-hero ._heading-bg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40%;
  transform: translate(0, -50%);
  box-shadow: 1px -1px 18px -2px rgba(88, 84, 101, 1);
  padding: 20px;
  border-radius: 20px;
  background-color: rgb(255 255 255 / 80%);
}

.dss-hero ._heading-bg ._heading-bg-inner {
  box-shadow: 1px -1px 18px -2px rgba(88, 84, 101, 1);
  padding: 60px 30px;
  border-radius: 20px;
}

.dss-hero ._heading-bg h1 {
  font-weight: 400;
  margin-bottom: 20px;
}

.dss-hero ._heading-bg p {
  color: #000;
}

.dss-cards ._sub-heading {
  background-color: rgb(0 0 0 / 90%);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 7px 4px rgba(88, 84, 101, 1);
  font-size: 26px;
}

.dss-cards .item {
  text-align: center;
  background-color: rgb(0 0 0 / 90%);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 7px 4px rgba(88, 84, 101, 1);
  height: 100%;
}

.dss-cards ._icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 20px;
}

.dss-img-text ._img {
  background-color: rgb(0 0 0 / 90%);
  box-shadow: 0px 0px 7px 4px rgba(88, 84, 101, 1);
  height: 100%;
}

.dss-img-text ._img img {
  object-fit: fill;
  height: 100%;
}

.dss-img-text ._text {
  background-color: rgb(0 0 0 / 90%);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 0px 7px 4px rgba(88, 84, 101, 1);
  height: 100%;
}

.dss-text-cards ._sub-heading {
  background-color: #03030b;
  padding: 20px 0;
  font-size: 26px;
}

.dss-text-cards {
  background-color: #030512;
}

.dss-text-cards .item {
  background-color: rgb(0 0 0 / 90%);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 0px 7px 4px rgba(88, 84, 101, 1);
  height: 100%;
}

.dss-text-cards .item h4 {
  color: #54a4c5;
  font-size: 24px;
}

p b {
  font-weight: 500;
}

.dss-heading-card {
  background: linear-gradient(
    180deg,
    rgba(7, 21, 33, 1) 0%,
    rgba(19, 69, 103, 1) 30%,
    rgba(23, 79, 116, 1) 100%
  );
}

.dss-heading-card ._sub-heading {
  box-shadow: 0px 0px 7px 4px rgba(88, 84, 101, 1);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

.dss-heading-card .item {
  box-shadow: 0px 0px 7px 4px rgba(88, 84, 101, 1);
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  background-color: #125460;
  height: 100%;
}

.dss-heading-card h3 {
  font-size: 30px;
  font-weight: 500;
}

.cctv-counter .ns-counter-plus {
  font-weight: 400;
}
.cctv-counter .ns-counter-item-content {
  background-color: transparent;
  padding: 0;
}

.cctv-counter .ns-counter-item:hover .ns-counter-item-content {
  background-color: transparent;
}

.cctv-counter .ns-counter-item:hover .ns-counter-title {
  color: #2596be;
}

.cctv-counter .ns-counter-item .ns-counter-title {
  color: #2596be;
  font-weight: 700;
}

.cctv-counter .ns-counter-item:hover .ns-counter-subtitle {
  color: #000;
}

.cctv-counter .ns-counter-item .ns-counter-subtitle {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}

.cctv-img-text hr {
  border-bottom: 1px solid grey;
}

.cctv-img-text ._img {
  height: 100%;
}

.cctv-img-text ._img img {
  height: 100%;
  object-fit: fill;
}

.cctv-card ._img img {
  margin-bottom: 10px;
  border-radius: 10px;
  max-width: 80%;
}

.cctv-brand .marquee-wrapper .marquee__item img {
  height: 150px;
}

.cctv-tabs .tab-content {
  padding: 20px;
  border: 1px solid #fff;
}

.cctv-tabs .nav-link {
  color: #fff;
  border-radius: 0;
}

.cctv-tabs .nav-tabs {
  border: none;
  margin-bottom: 20px;
  gap: 10px;
}

.cctv-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  border: 1px solid #fff;
}

.cctv-tabs .tabs-text h4 {
  color: #fff;
}

.cctv-tabs .tabs-img img {
  width: 100%;
}

.compton-hero h1 {
  color: var(--clr-theme-primary);
  margin-bottom: 30px;
}
.compton-hero p {
  font-size: 24px;
  color: var(--clr-theme-primary);
}

.compton-hero ._text {
  padding: 20px;
}

.compton-img-text p {
  text-align: justify;
}

.compton-counter .ns-counter-title {
  color: var(--clr-theme-primary) !important;
}

.compton-img-slide .swiper-wrapper {
  padding-bottom: 30px;
}

.compton-cards .item p {
  text-align: justify;
}

.compton-counter .ns-counter-subtitle {
  font-size: 18px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}
.compton-img-slide .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  /* background-color: #f5f5f5; 
  border: 1px solid #f1f1f1; */
}

.compton-img-slide .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}

.compton-img-slide .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
}

.compton-cards .item {
  box-shadow: 0px 0px 8px 2px rgb(88 84 101 / 50%);
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.compton-cards .item h3 {
  font-size: 22px;
  font-weight: 400;
}

.compton-testimonial .item {
  text-align: center;
}

.compton-testimonial .item .img-thumb img {
  width: 120px;
  height: 120px;
  min-width: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.compton-testimonial .item h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.compton-testimonial-slider {
  padding-bottom: 30px;
}

.compton-testimonial .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  /* background-color: #f5f5f5; 
  border: 1px solid #f1f1f1; */
}

.compton-testimonial .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}

.compton-testimonial .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
}

._btn-blue-outline {
  border: 1px solid var(--clr-theme-primary-soft);
  outline: 1px solid var(--clr-theme-primary);
  outline-offset: 3px;
  background-color: transparent;
  box-shadow: 0px 0px 10px 3px rgb(16 84 149 / 25%);
  color: var(--clr-theme-primary);
}

._btn-blue-outline:hover {
  background-color: var(--clr-theme-primary);
  color: #fff;
}

/* Arrow */
.compton-testimonial .swiper-container {
  position: relative;
}

.compton-testimonial .swiper-button-prev,
.compton-testimonial .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.compton-testimonial .swiper-button-prev {
  left: 10px;
  background-image: url(../img/life-at-compton/chevron-left.svg);
}

.compton-testimonial .swiper-button-next {
  right: 10px;
  background-image: url(../img/life-at-compton/chevron-right.svg);
}

/* Metro slider */

.vc_main-color {
  color: #38a5dd;
}
.vc_bg-color {
  background-color: #38a5dd;
}

/* Metro Slider*/
.vc_metro-slider ul li {
  float: left;
  margin: 0 5px 5px 0;
  list-style: none;
  padding: 0;
}
.vc_metro-slider ul {
  padding: 0;
  margin: 0;
}
.vc_metro-slider ul li.odd {
  width: 405px;
}
.vc_metro-slider ul li.even {
  width: 820px;
  margin-right: 0;
}
.vc_metro-slider ul li.box {
  overflow: hidden;
  position: relative;
}
.vc_metro-slider ul li.type-1 {
  width: 405px;
  height: 395px;
}
.vc_metro-slider ul li.type-2 {
  width: 405px;
  height: 195px;
}
.vc_metro-slider ul li.type-3 {
  width: 200px;
  height: 195px;
}
.vc_metro-slider ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

.vc_metro-slider ul li .mouse-over {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  color: #fff;
}

.vc_metro-slider ul li .mouse-over h2 {
  color: #fff;
  font-size: 20px;
}
.vc_metro-slider ul li .mouse-over .content .text {
  padding: 20px;
}
.vc_metro-slider ul li .mouse-over .content .text p {
  color: #fff !important;
}
.vc_metro-slider ul li .bg-none {
  background: none !important;
}
/* General Animation */
.vc_metro-slider ul li a:hover .mouse-over {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* Slide Left Animation */
.vc_metro-slider .anim-slide-left .mouse-over {
  margin-left: -100%;
}
.vc_metro-slider .anim-slide-left a:hover .mouse-over {
  margin-left: 0;
}
.vc_metro-slider .anim-slide-left a:hover > img {
  margin-left: 100%;
}
/* Slide Right Animation */
.vc_metro-slider .anim-slide-right .mouse-over {
  margin-left: 100%;
}
.vc_metro-slider .anim-slide-right a:hover .mouse-over {
  margin-left: 0;
}
.vc_metro-slider .anim-slide-right a:hover > img {
  margin-left: -100%;
}
/* Slide Top Animation */
.vc_metro-slider .anim-slide-top .mouse-over {
  margin-top: -100%;
}
.vc_metro-slider .anim-slide-top a:hover .mouse-over {
  margin-top: 0;
}
.vc_metro-slider .anim-slide-top a:hover > img {
  margin-top: 100%;
}
/* Slide Bottom Animation */
.vc_metro-slider .anim-slide-bottom .mouse-over {
  margin-top: 100%;
}
.vc_metro-slider .anim-slide-bottom a:hover .mouse-over {
  margin-top: 0;
}
.vc_metro-slider .anim-slide-bottom a:hover > img {
  margin-top: -100%;
}

/*Hover Animation*/
.vc_metro-slider .anim-hover .mouse-over {
  margin: 0;
}
.vc_metro-slider .anim-hover a:hover .mouse-over {
}
.vc_metro-slider .anim-hover a:hover > img {
  margin: 0;
}

button,
.vc_btn:hover,
.vc_btn:focus,
.vc_social-share a,
a.back-top,
.vc_pagination > ul > li > a,
.vc_blog-list .blog-row .blog-right h3 a,
.vc_metro-slider ul li a img,
.vc_metro-slider ul li .mouse-over {
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}

.vc_menu .vc_primary-menu > ul > li > a {
  -webkit-transition: color ease-out 0.1s;
  -moz-transition: color ease-out 0.1s;
  -ms-transition: color ease-out 0.1s;
  -o-transition: color ease-out 0.1s;
  transition: color ease-out 0.1s;
  -webkit-transition: background-color ease-out 0.1s;
  -moz-transition: background-color ease-out 0.1s;
  -ms-transition: background-color ease-out 0.1s;
  -o-transition: background-color ease-out 0.1s;
  transition: background-color ease-out 0.1s;
}
.vc_menu .vc_primary-menu > ul > li:hover div,
.vc_menu .vc_primary-menu > ul > li > a > i,
.vc_carousel-control a,
.vc_menu-search-wrapper,
.vc_menu-search-wrapper .vc_menu-search {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.vc_primary-menu > ul > li .vc_menu-open-right,
.vc_primary-menu > ul > li .vc_menu-open-left,
.vc_primary-menu > ul > li .vc_menu-2-h,
.vc_primary-menu > ul > li .vc_menu-2-v,
.vc_primary-menu > ul > li .vc_mega-menu {
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -ms-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

/* Flip Animation */
.vc_metro-slider .anim-rotate {
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
.vc_metro-slider .anim-rotate .mouse-over {
  margin: 0;
  behavior: url(-ms-transform.htc);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin: 0;
}
.vc_metro-slider .anim-rotate a > img {
  behavior: url(-ms-transform.htc);
}
.vc_metro-slider .anim-rotate a:hover .mouse-over {
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(-1);
  transform: scaleX(1);
  -ms-filter: fliph; /*IE*/
  filter: fliph; /*IE*/
}
.vc_metro-slider .anim-rotate a:hover > img {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin: 0;
}
.vc_metro-slider .none a:hover > img {
  margin-left: 0;
}

/* Metro Slider Tiny Scrollbar */
.vc_metro-slider {
  padding: 0 0 0 5px;
}
.vc_metro-slider-outer {
  width: 100%;
  clear: both;
  margin: 0;
  position: relative;
}
.vc_metro-slider-outer .viewport {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
.vc_metro-slider-outer .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
}
.vc_metro-slider-outer .thumb .end,
.vc_metro-slider-outer .thumb {
}
.vc_metro-slider-outer .scrollbar {
  max-width: 90%;
  width: 15px;
  z-index: 2;
  overflow: hidden;
  margin: 50px auto 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.vc_metro-slider-outer .track {
  background-color: #eaeaea;
  height: 20px;
  width: 13px;
  position: relative;
  padding: 0 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.vc_metro-slider-outer .thumb {
  height: 20px;
  width: 13px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.vc_metro-slider-outer .thumb .end {
  overflow: hidden;
  height: 15px;
  width: 13px;
}
.vc_metro-slider-outer .disable {
  display: none;
}
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.vc_metro-slider-outer .btn-slide {
  width: 5px;
  height: 15px;
  text-align: center;
  background: url("../img/metro-slider/middle-slide.gif") no-repeat;
  margin: 5px auto 0;
  opacity: 0.5;
}

/* Banner Block */

.vc_banner,
.vc_banner-title {
  margin-top: 0px;
  background: url("../img/metro-slider/bg.jpg") repeat scroll 0 0 transparent;
  padding-top: 5px;
  padding-bottom: 20px;
  -webkit-box-shadow: inset 0px 0px 50px 30px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 50px 30px rgba(0, 0, 0, 0.3);
}

._primary-bg {
  background-color: var(--clr-theme-primary) !important;
}
._primary-bg h2,
._primary-bg h3,
._primary-bg h4,
._primary-bg h5,
._primary-bg h6,
._primary-bg p,
._primary-bg a,
._primary-bg span {
  color: #fff;
}

.project-overlapping-heading {
  background-color: var(--clr-theme-primary);
  padding: 20px 0;
  text-align: center;
}

.project-overlapping-heading h2 {
  color: #fff;
}

.project-overlapping-heading p {
  color: #fff;
}

.section-heading {
  text-align: center;
  padding: 25px 0;
  background-color: #fff;
}

.section-heading h3 {
  font-size: 30px;
  width: var(--container);
  margin: auto;
  color: var(--clr-theme-primary);
}

.project-overlapping .swiper-wrapper {
  padding-bottom: 40px;
}

.project-overlapping .swiper-wrapper .item {
  padding: 30px 50px;
}
.project-overlapping .swiper-wrapper .item p {
  text-align: justify;
}

.project-slide-arrow {
  transform: translateY(-50%);
  color: #fff;
}

.project-overlapping .swiper-pagination-bullet {
  background-color: #fff;
}

.project-slide-arrow.swiper-button-next {
  right: 0;
}

.project-slide-arrow.swiper-button-prev {
  left: 0;
}

.project-overlapping .swiper-pagination {
  bottom: 8px !important;
}

.text-img-map__content ul li b {
  font-weight: 500;
}

.text-img-map__content h4 {
  font-size: 30px;
}

.about-us-banner ._img img {
  width: 100%;
}

.about-us-banner ._img {
  position: relative;
}

.about-us-banner ._img h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 50px;
  text-transform: uppercase;
  font-size: 80px;
  color: var(--clr-theme-primary);
}

._pt-40 {
  padding-top: 40px;
}

.awards .ns-section-title {
  text-transform: uppercase;
}

.award-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.award-images img {
  width: auto;
  height: 300px;
}

/* Magnific popup */

.magnific-img {
  display: inline-block;
}
a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
  border-right: none !important;
}
.mfp-arrow-right:before {
  border-left: none !important;
}
button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.error-page h1 {
  font-size: 100px;
}

.text-img-map__content__img {
  height: 100%;
}

.text-img-map__content__img img {
  height: 100%;
  object-fit: fill;
}

.certifications .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.certifications .item img {
  height: 400px;
  margin-bottom: 20px;
}

/* App Developement */

.ad-hero {
  overflow-x: hidden;
}

.ad-img-text._bg-blue h5 {
  color: #61ce70 !important;
  font-weight: 500;
}

.ad-tabs .nav {
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
}
.ad-tabs .nav-item .nav-link {
  background-color: #f1f2f3;
  color: #000;
  border-radius: 0;
}

.ad-tabs .nav-item .nav-link.active {
  background-color: #61ce70;
  color: #fff;
}

.ad-tabs .tab-content h3 {
  margin-bottom: 30px;
}

.ad-tabs .tab-content ul li {
  color: var(--clr-theme-primary) !important;
}
.ad-tabs .tab-content ul li::before {
  background-color: var(--clr-theme-primary) !important;
}

.ad-text-accordion._bg-blue h4 {
  font-weight: 500;
  color: #61ce70 !important;
}

.ad-text-accordion .accordion {
  --bs-accordion-bg: transparent;
}

.ad-text-accordion .accordion-item {
  border-radius: 10px;
  margin-bottom: 10px;
}
.ad-text-accordion .accordion-item:not(:first-of-type) {
  border: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color) !important;
}

.ad-text-accordion .accordion-button::after {
  background-image: url(../img/icons/plus-lg.svg);
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.ad-text-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../img/icons/dash-lg.svg);
}

.ad-text-accordion .accordion-button {
  color: #61ce70;
  border-radius: 10px 10px 0 0;
  border: none;
  font-size: 18px;
  box-shadow: none;
}

.ad-text-accordion .accordion-body {
  padding-top: 0;
}

.ad-text-accordion .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}

.ad-cards .item ._img img {
  width: 70%;
  margin: auto auto 30px auto;
}

.ad-cards .item ._text h4 {
  font-size: 24px;
  color: var(--clr-theme-primary);
}

.ad-text-icons._bg-blue h4 {
  font-weight: 400;
  color: #61ce70 !important;
}

.ad-text-icons .item ._img img {
  width: 70%;
  height: 100px;
  object-fit: contain;
  margin: auto auto 20px auto;
}

.ad-text-icons .item ._text h4 {
  font-weight: 400;
  font-size: 16px;
  color: #61ce70 !important;
}

.ad-single-card.compton-cards .item h3 {
  color: #61ce70 !important;
}

/* Managed services */

.ms-icons .icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

.ms-icons .icons .item {
  text-align: center;
}

.ms-icons .icons .item .icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
}

.ms-icons .icons .item ._text p {
  text-align: center;
}

.ms-tabs._bg-blue .tab-content h3 {
  color: #61ce70 !important;
  font-weight: 400;
}

.ms-tabs._bg-blue .tab-content ._list-point li {
  color: #fff !important;
}

.ms-tabs._bg-blue .tab-content ._list-point li::before {
  background-color: #fff !important;
}

.ms-counter .ns-counter-item {
  height: 100%;
}

.ms-counter .ns-counter-item:hover .ns-counter-title {
  color: #fff !important;
}

.ns-counter-item:hover .ns-counter-item-content {
  background-color: rgb(16 84 149 / 100%);
}

.ms-counter .ns-counter-item .ns-counter-title {
  color: var(--clr-theme-primary);
}

.ms-counter .ns-counter-item .counter_count {
  font-weight: 500 !important;
}

.ms-counter .ns-counter-item .ns-counter-title .ns-counter-plus {
  font-weight: 500;
}

.ms-counter .ns-counter-item-content {
  background-color: #fff;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  height: 100%;
}

.ms-text-icons._bg-blue h3 {
  color: #61ce70 !important;
  font-weight: 400;
}

.ad-text-icons.ms-text-icons .item ._text h4 {
  color: #fff !important;
  font-size: 16px;
}

.hcvs-text._bg-blue h4 {
  color: #61ce70 !important;
  font-weight: 400;
}

.hcvs-img-text-card._bg-blue h4 {
  color: #61ce70 !important;
}

.hcvs-img-text-card ._img {
  margin-bottom: 30px;
}

.hcvs-card-with-shadow .item {
  text-align: center;
  box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.39);
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

.hcvs-card-with-shadow ._text h4 {
  color: #2596be;
}

.hcvs-card .item ._img {
  margin-bottom: 20px;
}

.hcvs-card .item ._text {
  text-align: center;
}

.hcvs-card .item ._text p {
  text-align: center;
}

._green {
  color: #61ce70 !important;
}
._bg-blue.text-white ._green {
  color: #61ce70 !important;
}

._box-shadow img {
  box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.39);
  text-align: center;
}

.hcvs-card .item {
  text-align: center;
}

.hcvs-card .item ._img img {
  width: 70%;
  margin: auto;
}

.hcvs-text-icons .item ._img img {
  width: 70%;
  height: 100px;
  object-fit: contain;
  margin: auto auto 20px auto;
}

.hcvs-text-icons .item ._text h4 {
  font-size: 16px;
  font-weight: 500;
}

.mtc-card-img-text ._text {
  background-color: #000;
  padding: 20px;
}

.mtc-card-img-text ._text h4 {
  color: #61ce70 !important;
}

.ad-text-icons.mtc-text-icons .item ._text h4 {
  color: var(--clr-theme-primary) !important;
  font-weight: 500;
}

.ad-text-icons.mtc-text-icons .item ._text p {
  text-align: center !important;
}

.ad-text-icons.mtc-text-icons h4 {
  color: var(--clr-theme-primary) !important;
}

.mtc-cards .item {
  background-color: #000;
  padding: 20px;
  height: 100%;
}

.mtc-cards._bg-blue .item h4 {
  color: var(--clr-theme-primary) !important;
}

.mtc-cards._bg-blue .item p {
  color: #61ce70 !important;
  text-align: center;
}

.crs-card .item {
  box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.39);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.crs-card .item ._text {
  padding: 20px;
  text-align: center;
}

.crs-card .item ._text p {
  text-align: center;
}

.crs-card .item ._text *:last-child {
  margin-bottom: 0;
}

.crs-card._bg-blue .item ._text h4 {
  color: var(--clr-theme-primary) !important;
}

.crs-card .item ._text h4 {
  color: var(--clr-theme-primary) !important;
}

.crs-card .item._green-card {
  background-color: var(--clr-theme-primary);
}

.crs-card .item._green-card ._text h4 {
  color: #61ce70 !important;
}

.crs-card .item ._text p {
  margin-bottom: 0;
}

.crs-card .item ._text h4.text-white {
  color: #61ce70 !important;
}

.crs-card-text .item {
  background-color: #fff;
  box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.39);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.crs-card-text .item ul {
  padding: 20px;
}

.crs-card-text .item p {
  padding: 20px;
}

.crs-card-text .item p:last-child {
  margin-bottom: 0;
}

.sc-card .item {
  box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.39);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.sc-card .item ._text {
  padding: 20px;
}

.sc-card .item ._text *:last-child {
  margin-bottom: 0;
}

.crs-card-text .accordion-item .accordion-button:not(.collapsed) {
  color: #000;
}

.crs-card-text .accordion-item .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.crs-card-text .accordion-item .accordion-header{
  background-color: #61ce70;
  overflow: hidden;
  border-radius: 7px;
}

.crs-card-text .accordion-item .accordion-button {
  background-color: #61ce70;
  justify-content: center;
}


.crs-card-text .accordion-item .accordion-button::after{
  content: unset;
  width: 0;
  height: 0;
}

.crs-card-text .accordion-item .accordion-button.collapsed {
  background-color: #61ce70; 
}

.crs-img-text .btns-box{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.crs-img-text .btns-box li{
  background-color: var(--clr-theme-primary);
  padding: 10px 20px;
  color: #fff;
}

.pp-section p{
  margin-bottom: 20px;
}
.pp-section ul{
  margin-bottom: 40px;
}
.pp-section ul li{
  margin-bottom: 6px;
}
.pp-section ul li strong{
  font-weight: 500;
}
.pp-section h4{
  margin-bottom: 20px;
}

.pp-contact p{
  margin-bottom: 0;
}
.pp-contact a{
  margin-bottom: 0;
  display: block;
}

.pp-contact a:hover{
  color: var(--clr-theme-primary);
  text-decoration: underline;
}

/*# sourceMappingURL=main.css.map */
