/*
************
*************************
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("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Rubik:wght@300;400;500;600;700&display=swap");



*::-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: "";
}

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


*::-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 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* <<<<<<<    Declaration   >>>>>>>>> */
:root {
  /**
  @color declaration
  */
  --clr-common-white: #fff;
  --clr-common-black: #414141;
  --clr-common-black-soft: #898B8D;
  --clr-common-black-deep: #000000;
  --clr-body-heading: #1f2126;
  --clr-body-text: #7d7f85;
  --clr-color-blue: #000A30;
  --clr-theme-primary: #00AEEF;
  --clr-theme-primary-dark: #0082C6;
  --clr-theme-primary-soft: #14BFFD;
  --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-30 {
  gap: 30px;
}

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

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

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

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


/* <<<<<<<    Declaration   >>>>>>>>> */
:root {
  /**
  @color declaration
  */
  --clr-common-white: #fff;
  --clr-common-black: #414141;
  --clr-common-black-soft: #898B8D;
  --clr-common-black-deep: #000000;
  --clr-body-heading: #1f2126;
  --clr-body-text: #7d7f85;
  --clr-color-blue: #000A30;
  --clr-theme-primary: #00AEEF;
  --clr-theme-primary-dark: #0082C6;
  --clr-theme-primary-soft: #14BFFD;
  --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;
}

/*
************
*************************
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-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: 36px !important;
  background-color: var(--clr-theme-primary);
  color: #fff;
  font-weight: 700;
  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: "Barlow", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 700;
}
@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: 700;
  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;
  }
}
