*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background-color: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #83b235;  
  border-radius: 20px;       
  border: 3px solid transparent;  
}
* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: npa;
  src: url(../fonts/Ruberoid-Regular.woff2) format("woff2"),
    url(../fonts/Ruberoid-Regular.woff2) format("woff");
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: npa;
  letter-spacing: 1px;
}
.contactpage-img img{
  width: 100%;
  
}
/* Header Section*/
.navbar-section {
  width: 100%;
  padding: 0 25px;
  display: inline-flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ebebeb;
}
.nav-link {
  /* font-family: npa ; */
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 19px !important;
  line-height: 25px !important;
}
a {
  text-decoration: none !important;
}
.nav-item a {
  color: #000;
}
.active-nav {
  color: #83b235 !important;
}
.nav-item:not(:last-child) {
  padding: 0 40px 0 20px;
}
.nav-item:last-child {
  padding: 0 10px 0 0;
}
.social-nav-item:not(:last-child) {
  padding: 0 35px 0 12px !important;
}
.social-nav-item:last-child {
  padding: 0 20px 0 0 !important;
}
.dropdown svg {
  position: absolute;
}
.dropdown-toggle:hover .dropdown-menu {
  display: block !important;
}
.social-nav-link {
  font-family: npa !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 26px !important;
}
.social-nav-link:first-child svg {
  margin: 0 6px 0 0;
}
.offcanvas-header img {
  width: 40%;
}
.offcanvas-body ul {
  padding: 0;
}
.offcanvas-body li {
  list-style: none;
}
.offcanvas-body li svg {
  width: 15px !important;
  margin-top: -5px;
}
.offcanvas-body .nav-item {
  padding: 0 40px 0 0;
}
.nav-link-child {
  margin-left: 20px;
}
.offcanvas-body .nav-item ul {
  display: none;
}
.offcanvas-body .nav-item:hover ul {
  display: block;
  transition: 1s;
}
@media (max-width: 280px) {
  .navbar-brand img {
    width: 30%;
  }
}
@media (min-width: 281px) and (max-width: 767px) {
  .navbar-brand img {
    width: 30%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .navbar-expand-sm {
    /* width: 203%; */
  }
  .nav-item:last-child {
    padding: 0 0 0 0;
  }
  .social-nav-item:not(:last-child) {
    padding: 0 0 0 0 !important;
  }
  .social-nav-item:last-child {
    padding: 0 5px 0 0 !important;
  }
  .nav-item:not(:last-child) {
    padding: 0 0 0 0px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav-item:not(:last-child) {
    padding: 0 0 0 0px;
  }
  .nav-link {
    font-family: npa !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 10px !important;
    line-height: 18px !important;
  }
  .navbar-brand img {
    width: 30%;
  }
  .navbar-brand {
    width: 15% !important;
    font-size: small !important;
  }

  .navbar-expand-sm {
    /* width: 172.5%; */
  }
  .social-nav-item:not(:last-child) {
    padding: 0 16px 0 0 !important;
  }
  .social-nav-item:last-child {
    padding: 0 5px 0 0 !important;
  }
  .social-nav-link {
    font-size: 10px !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .nav-item:not(:last-child) {
    padding: 0 0 0 15px;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .navlink {
    font-size: 22px !important;
  }
  .nav-item:not(:last-child) {
    padding: 0 0 0 20px;
  }
  .navbar-brand img {
    width: 35%;
  }
  .navbar-expand-sm {
    /* width: 172.5%; */
  }
}
@media (min-width: 1280px) and (max-width: 1528px) {
  .navlink {
    font-size: 22px !important;
  }
  .nav-item:not(:last-child) {
    padding: 0 0 0 10px;
  }
  .navbar-brand img {
    width: 35%;
  }
  .navbar-expand-sm {
    /* width: 172.5%; */
  }
}

/*/* Slider Section */
.main-img {
  width: 100%;
  float: left;
  height: 500px;
  background-image: url(../img/image1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.main-color-box {
  position: relative;
  width: 700px;
  /* height: 200px; */
  padding: 20px 40px;
  left: 50%;
  top: 28%;
  z-index: 2;
  background: #83b235;
}
.main-color-box p {
  font-family: npa;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 73px;
  color: #fff;
}
.second-color-box {
  position: absolute;
  width: 700px;
  height: 200px;
  left: 51%;
  top: 7%;
  z-index: 1;
  background: #fff;
}
.main-slider-control {
  width: 100%;
  height: 100px;
  padding: 35px 80px;
  background-color: #83b235;
  display: inline-flex;
  justify-content: space-between;
}
.main-slider-text {
  display: inline;
  font-family: npa;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1px;
  padding: 0 5px;
}
.main-slider-text a {
  color: rgba(255, 255, 255, 0.52);
}
.main-slider-text a:hover {
  color: #fff;
}
.main-slider-text a:active {
  color: #fff;
}
.active-text a {
  color: #fff !important;
}
.main-slider-text:not(:first-child)::before {
  content: "|";
  margin-right: 10px;
  color: #2c6b1c;
}
.slider-indicators {
  display: inline-flex;
}
@media (max-width: 280px) {
  .main-color-box {
    position: relative;
    width: 180px;
    height: 135px;
    padding: 10%;
    left: 20%;
    top: 28%;
    z-index: 2;
    background: #83b235;
  }
  .main-color-box p {
    font-family: npa;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;
    color: #fff;
  }
  .second-color-box {
    position: absolute;
    width: 180px;
    height: 130px;
    left: 25%;
    top: 10%;
    z-index: 1;
    background: #fff;
  }
  .main-slider-control {
    width: 100%;
    height: 60px;
    padding: 5% 5%;
    background-color: #83b235;
  }
  .main-slider-text {
    display: none;
  }
  .slider-indicators {
    margin-right: 20%;
  }
}
@media (min-width: 281px) and (max-width: 767px) {
  .main-color-box {
    position: relative;
    width: 250px;
    height: 170px;
    padding: 12%;
    left: 20%;
    top: 28%;
    z-index: 2;
    background: #83b235;
  }
  .main-color-box p {
    font-family: npa;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
  }
  .second-color-box {
    position: absolute;
    width: 250px;
    height: 165px;
    left: 25%;
    top: 10%;
    z-index: 1;
    background: #fff;
  }
  .main-slider-control {
    width: 100%;
    height: 65px;
    padding: 5% 15%;
    background-color: #83b235;
    display: inline-flex;
    justify-content: center;
  }
  .main-slider-text {
    display: none;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .main-color-box {
    position: relative;
    width: 70%;
    padding: 5%;
    left: 40%;
    top: 28%;
    z-index: 2;
    background: #83b235;
  }
  .main-color-box p {
    font-family: npa;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 38px;
    color: #fff;
  }
  .second-color-box {
    position: absolute;
    width: 70%;
    left: 42%;
    top: 10%;
    z-index: 1;
    background: #fff;
  }
  .slider-indicators {
    display: inline-flex;
    /* margin: 0 0 0 40%; */
  }
  .main-slider-control {
    width: 100%;
    height: 65px;
    padding: 3% 0%;
    background-color: #83b235;
  }
  .main-slider-text {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #slider {
    /* width: 172% */
  }
  .main-color-box {
    position: relative;
    width: 425px;
    height: 170px;
    padding: 5%;
    left: 40%;
    top: 28%;
    z-index: 2;
    background: #83b235;
  }
  .main-color-box p {
    font-family: npa;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 56px;
    color: #fff;
  }
  .second-color-box {
    position: absolute;
    width: 430px;
    height: 175px;
    left: 42%;
    top: 10%;
    z-index: 1;
    background: #fff;
  }
  .main-slider-control {
    width: 100%;
    height: 60px;
    padding: 2% 2%;
    background-color: #83b235;
  }
  .main-slider-text {
    display: inline;
    font-family: npa;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1px;
    padding: 0.5% 0.5%;
  }
  .main-slider-text-parent {
    width: 75%;
  }
  .main-slider-text:not(:first-child)::before {
    content: "|";
    margin-right: 1%;
    color: #2c6b1c;
  }
  .slider-indicators {
    display: inline-flex;
    float: right;
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #slider {
    /* width: 172.5%; */
  }
  .main-color-box {
    position: relative;
    width: 460px;
    height: 160px;
    padding: 3%;
    left: 50%;
    top: 28%;
    z-index: 2;
    background: #83b235;
  }
  .main-color-box p {
    font-family: npa;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    color: #fff;
  }
  .second-color-box {
    position: absolute;
    width: 460px;
    height: 160px;
    left: 52%;
    top: 10%;
    z-index: 1;
    background: #fff;
  }
  .main-slider-control {
    width: 100%;
    height: 100px;
    padding: 1.5% 0;
    background-color: #83b235;
  }
  .main-slider-text {
    display: inline;
    font-family: npa;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 64px;
    letter-spacing: 1px;
    padding: 0 2%;
  }
  .main-slider-text:not(:first-child)::before {
    content: "|";
    margin-right: 2%;
    color: #2c6b1c;
  }
  .slider-indicators {
    display: inline-flex;
    float: right;
    margin: 1.5% 0 0 0;
  }
  .main-slider-text-parent {
    width: 75%;
  }
}
@media (min-width: 1280px) and (max-width: 1528px) {
  #slider {
    /* width: 172.5%; */
  }
  .main-color-box {
    position: relative;
    width: 700px;
    height: 200px;
    padding: 3%;
    left: 60%;
    top: 28%;
    z-index: 2;
    background: #83b235;
  }
  .main-color-box p {
    font-family: npa;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
    color: #fff;
  }
  .second-color-box {
    position: absolute;
    width: 700px;
    height: 200px;
    left: 62%;
    top: 10%;
    z-index: 1;
    background: #fff;
  }
  .main-slider-text {
    display: inline;
    font-family: npa;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 1px;
    padding: 0 0.5%;
  }
  .main-slider-text:not(:first-child)::before {
    content: "|";
    margin-right: 2%;
    color: #2c6b1c;
  }
  .slider-indicators {
    display: inline-flex;
    float: right;
    margin: 0;
  }
  .main-slider-text-parent {
    width: 75%;
  }
}

/* About Section */
.main-about {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 3% 3%;
}

.about-photo-box {
  position: relative;
  background-image: linear-gradient(
      to right,
      rgba(131, 178, 53, 0.75),
      rgba(131, 178, 53, 0.75)
    ),
    url("../img/Rectangle7.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: auto;
  height: 550px;
  z-index: 2;
}

.about-photobox-title {
  padding: 0px 10%;
  position: relative;
  top: 65%;
  width: auto;
}
.about-photobox-title h3 {
  position: relative;
  font-family: npa;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
}
.about-photobox-title p {
  position: relative;
  color: #fff;
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
}
.about-photobox-title a {
  position: relative;
  color: #fff;
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  display: flex;
  align-items: center;
}
.about-photobox-title a:hover {
  color: #e5e3e3;
}
.about-photobox-title a:hover svg {
  color: #e5e3e3;
  transition: 0.5s;
  margin-left: 10px;
}
.about-section-swipe {
  position: relative;
}
.swiper {
  width: 100%;
  height: 100%;
}
.main-slide {
  font-size: 18px;
  background: #fff;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  flex-direction: column;
  padding: 2% 4% 0 4%;
}
.main-slide {
  height: 400px !important;
  border: 1px solid #ebeff0 !important;
}
.main-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swide-card {
  padding: 5% 15%;
}
.swipe-card img {
  margin: 10% 5%;
}
.swiper-title:not(:first-child) {
  height: inherit;
  margin-top: 15%;
  font-family: npa;
  contain: content;
  max-height: min-content;
}
.swiper-title:first-child {
  height: auto;
  margin-top: 13%;
  font-family: npa;
}
.swiper-title h3 {
  position: relative;
  font-family: npa;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
}
.swiper-title p {
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;

  color: #6d7a80;
}

@media (max-width: 280px) {
  .about-photo-box {
    height: 360px;
  }
  .about-photobox-title {
    top: 50%;
  }
}
@media (min-width: 281px) and (max-width: 767px) {
}
@media (min-width: 540px) and (max-width: 767px) {
  .about-photobox-title {
    top: 75%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-about {
    /* width: 170% */
  }
  .about-photo-box {
    height: 450px;
  }
  .about-photobox-title {
    top: 40%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .main-about {
    /* width: 170% */
  }
  .about-photobox-title {
    top: 55%;
  }
}
@media (min-width: 1280px) and (max-width: 1528px) {
  .main-about {
    /* width: 170% */
  }
}

/* Contact Section */
.main-contact {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 0 3% 5% 3%;
}
.contact-img {
  margin-top: 20%;
  justify-content: center;
  display: flex;
}
.contactpage-img {
  justify-content: center;
  display: flex;
}
.contact-heading {
  padding: 0 25%;
  margin: 0 0 10% 0;
}
.contact-heading h1 {
  font-family: npa;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  text-align: center;

  color: #000000;
}
.main-contact label {
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
.btn {
  --bs-btn-padding-x: 46% !important;
  width: 100% !important;
}
@media (max-width: 280px) {
  .btn {
    --bs-btn-padding-x: 35% !important;
  }
  .contact-heading {
    padding: 0;
    margin: 0 0 10% 0;
  }
  .contact-heading h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-img img {
    width: 100%;
  }
  .contactpage-img img {
    width: 100%;
  }
  .contact-heading form {
    margin-left: 3%;
  }
  .g-3,
  .gx-3 {
    --bs-gutter-x: -1rem !important;
  }
}
@media (min-width: 281px) and (max-width: 767px) {
  .btn {
    --bs-btn-padding-x: 38% !important;
  }
  .contact-heading {
    padding: 0;
    margin: 0 0 10% 0;
  }
  .contact-heading h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .contact-img img {
    width: 100%;
  }
  .contactpage-img img {
    width: 100%;
  }
  .contact-heading form {
    margin-left: 3%;
  }
  .g-3,
  .gx-3 {
    --bs-gutter-x: -1rem !important;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .btn {
    --bs-btn-padding-x: 43% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-contact {
    /* width: 170% */
  }
  .btn {
    --bs-btn-padding-x: 40% !important;
  }
  .contact-heading h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .contact-img img {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .main-contact {
    /* width: 170% */
  }
  .btn {
    --bs-btn-padding-x: 45.5% !important;
  }
  .contact-heading h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .contact-img img {
    width: 100%;
  }
  .contactpage-img img {
    width: 100%;
  }
}
@media (min-width: 1280px) and (max-width: 1528px) {
  .main-contact {
    /* width: 170% */
  }
  .btn {
    --bs-btn-padding-x: 46% !important;
  }
  .contact-heading h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
/*Habits Section*/
.main-habits {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 3% 10%;
  background-color: #ebebeb;
}
.habits {
  text-align: center;
}
.habits-img {
  padding: 0 0 7% 0;
}
.second-habit-img {
  padding: 0 0 10% 0;
}
.habits-title {
  position: relative;
  width: 50%;
  left: 25%;
}
.habits-title h3 {
  font-family: npa;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 280px) {
}
@media (min-width: 281px) and (max-width: 767px) {
}
@media (min-width: 540px) and (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-habits {
    /* width: 172% */
  }
  .habits-img img {
    width: 75%;
  }
  .habits-title h3 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .main-habits {
    /* width: 172% */
  }
}
@media (min-width: 1280px) and (max-width: 1528px) {
  .main-habits {
    /* width: 172% */
  }
}

/*News Section*/
.main-news {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 5% 0%;
}
.news {
  display: flex;
  justify-content: center;
}
/* .news-container {
  width: 68%;
}
.first-news-container {
  width: 78% !important;
} */
.news-img {
  width: 50%;
  float: left;
}
.news-title {
  width: 50%;
  height: 152px;
  /* padding: 0% 5%; */
  display: flex;
  float: right;
  background-color: #83b235;
  align-items: center;
}
.news-title p {
  font-family: npa;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 280px) {
  .news-container {
    width: auto !important;
    margin: 4%;
  }
}
@media (min-width: 281px) and (max-width: 767px) {
  .news-container {
    width: auto !important;
    margin: 4%;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
  .news-container {
    width: auto !important;
    margin: 4%;
  }
  .main-news {
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .main-news {
  }
}
@media (min-width: 1280px) and (max-width: 1528px) {
  .main-news {
  }
}
/*Start Footer Section*/
.main-footer-start {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 5% 15%;
  background-color: #83b235;
}
.footer-start-title {
  width: 100%;
  height: 250px;
  /* padding: 0% 5%; */
  display: flex;
  float: left;
  align-items: center;
}
.footer-start-title h1 {
  width: 100%;
  height: 250px;
  padding: 0% 5%;
  display: flex;
  float: right;
  color: #fff;
  align-items: center;
}
.footer-start-box {
  width: 100%;
  height: 250px;
  padding: 0% 5%;
  float: left;
}
.footer-start-boxshape {
  margin-top: 6%;
  width: 100%;
  height: 120px;
  padding: 5% 5%;
  float: left;
  border: 3px solid #fff;
  text-align: center;
  border-radius: 83px;
}
.footer-start-boxshape p {
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 49px;
  color: #ffffff;
}
.footer-start-boxshape a {
  color: #ffffff;
}
.footer-start-boxshape a:hover {
  color: #ffffff;
}
.footer-start-box-title {
  width: 100%;
  float: left;
}
.footer-start-box-title p {
  margin-top: 3%;
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 280px) {
  .footer-start-title {
    width: auto;
    height: 100px;
    align-items: center;
    text-align: center;
  }
  .footer-start-title h1 {
    width: 100%;
    height: 100px;
    padding: 0% 5%;
    font-size: 17px;
    display: flex;
    float: right;
    color: #fff;
    align-items: center;
  }
  .footer-start-box {
    width: 100%;
    height: 100px;
    padding: 0% 5%;
    float: left;
  }
  .footer-start-boxshape {
    height: 55px;
    margin-top: 0%;
    padding: 0% 5%;
  }
  .footer-start-boxshape p {
    font-size: 14px;
  }
  .footer-start-box-title {
    width: 100%;
    float: left;
  }
  .footer-start-box-title p {
    font-size: 12px;
  }
}
@media (min-width: 281px) and (max-width: 767px) {
  .footer-start-title {
    width: auto;
    height: 100px;
    align-items: center;
    text-align: center;
  }
  .footer-start-title h1 {
    width: 100%;
    height: 100px;
    padding: 0% 5%;
    display: flex;
    float: right;
    color: #fff;
    align-items: center;
  }
  .footer-start-box {
    width: 100%;
    height: 150px;
    padding: 0% 5%;
    float: left;
  }
  .footer-start-boxshape {
    height: 80px;
  }
  .footer-start-boxshape p {
    font-size: 23px;
  }
  .footer-start-box-title {
    width: 100%;
    float: left;
  }
  .footer-start-boxshape p {
    font-size: 20px;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
}
@media (min-width: 767px) and (max-width: 1023px) {
  .main-footer-start {
    /* width: 172% */
  }
  .footer-start-boxshape p {
    font-size: 24px;
    line-height: 62px;
  }
  .footer-start-title h1 {
    height: 200px;
    font-size: 2rem;
  }
  .footer-start-boxshape {
    margin-top: 20%;
    height: 97px;
    padding: 5% 5%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .main-footer-start {
    /* width: 172% */
  }
  .footer-start-boxshape p {
    font-size: 26px;
    line-height: 62px;
  }
  .footer-start-title h1 {
    height: 200px;
    font-size: 2.3rem;
  }
  .footer-start-boxshape {
    margin-top: 20%;
    height: 97px;
    padding: 5% 5%;
  }
}
@media (min-width: 1280px) and (max-width: 1528px) {
  .main-footer-start {
    /* width: 172% */
  }
  .main-footer-start {
    padding: 5% 10%;
  }
}

/* Footer Section*/

.main-footer {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 5% 15%;
  background-color: #2c6b1c;
}
.footer-list {
  color: rgba(255, 255, 255, 0.6);
}
.footer-list li {
  text-decoration: underline;
  list-style: none;
}
.footer-list a {
  color: rgba(255, 255, 255, 0.6);
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.footer-list a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.footer-logo {
  float: left;
  width: 35%;
}
.footer-logo-title-p1 {
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}
.footer-logo-title a {
  font-family: npa;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}
.footer-logo-title a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.footer-logo-title-p2 {
  width: 70%;
  font-family: npa;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-list-second {
  width: 80%;
  color: rgba(255, 255, 255, 0.6);
}
.footer-list-second li {
  display: inline-block;
  margin: 0 15px 0 0;
  text-decoration: underline;
  list-style: none;
}
.footer-list-second a {
  color: rgba(255, 255, 255, 0.6);
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.footer-list-second a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.footer-icon {
  display: inline-block;
  margin-right: 15px;
}
.footer-copyright {
  padding: 0 2rem;
}
.footer-copyright p {
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;

  color: rgba(255, 255, 255, 0.6);
}
.footer-copyright a {
  color: rgb(255, 255, 255);
}
.footer-copyright a:hover {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 280px) {
  .footer-logo-section {
    margin-left: 11%;
  }
  .footer-logo-title-p1 {
    margin-left: 5%;
  }
  .footer-logo-title-p2 {
    width: 100%;
    margin-left: 5%;
    font-size: 12px;
    line-height: 13px;
  }
  .footer-list-second {
    width: auto;
  }
  .footer-list-second li {
    display: inline-block;
    margin: 0px 5px 0 0;
    text-decoration: underline;
    list-style: none;
  }
  .footer-list-second a {
    font-size: 10px;
  }
  .footer-icon:first-child {
    margin-left: 14%;
  }
  .footer-logo {
    float: left;
    width: 70%;
    margin-left: 30%;
  }
  .main-footer {
    padding: 5% 10%;
  }
}
@media (min-width: 281px) and (max-width: 767px) {
  .footer-logo-section {
    margin-left: 11%;
  }
  .footer-logo-title-p1 {
    margin-left: 30%;
  }
  .footer-logo-title-p2 {
    margin-left: 30%;
    font-size: 12px;
    line-height: 13px;
  }
  .footer-list-second {
    width: auto;
  }
  .footer-list-second li {
    display: inline-block;
    margin: 0px 5px 0 0;
    text-decoration: underline;
    list-style: none;
  }
  .footer-list-second a {
    font-size: 10px;
  }
  .footer-icon:first-child {
    margin-left: 14%;
  }
  .main-footer {
    padding: 5% 10%;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .footer-icon:first-child {
    margin-left: 9%;
  }
  .main-footer {
    padding: 5% 10%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-footer {
    /* width: 172% */
  }
  .footer-logo-title-p2 {
    width: 80%;
  }
  .main-footer {
    padding: 5% 10%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .main-footer {
    /* width: 172% */
  }
}
@media (min-width: 1280px) and (max-width: 1528px) {
  .main-footer {
    /* width: 172% */
  }
}

/* Bookmark Section*/
.bookmark-section {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 1% 4%;
}
.bookmark-section p {
  display: inline-block;
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.bookmark-section a {
  color: #6d7a80;
}
.bookmark-section a:hover {
  color: #83b235;
}
.bookmark-spice {
  margin: 0 1%;
}

@media (max-width: 280px) {
  .bookmark-section {
    padding: 2% 15%;
  }
  .bookmark-section p {
    font-size: 14px;
  }
}
@media (min-width: 281px) and (max-width: 767px) {
  .bookmark-section {
    padding: 2% 15%;
  }
  .bookmark-section p {
    font-size: 16px;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bookmark-section {
    /* width: 172% */
  }
  .bookmark-section {
    padding: 2% 8%;
  }
  .bookmark-section p {
    font-size: 19px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .bookmark-section {
    /* width: 172% */
  }
  .bookmark-section {
    padding: 2% 5%;
  }
  .bookmark-section p {
    font-size: 16px;
  }
}
@media (min-width: 1280px) and (max-width: 1528px) {
  .bookmark-section {
    /* width: 172% */
  }
}

/*Heading Section*/
.heading-section {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 1% 4%;
}
.heading-section h1 {
  font-family: npa;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 73px;
  color: #6d7a80;
}
@media (max-width: 280px) {
  .heading-section {
    position: relative;
    width: 100%;
    float: left;
    height: auto;
    padding: 1% 14%;
  }
  .heading-section h1 {
    font-family: npa;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 73px;
    color: #6d7a80;
  }
}
@media (min-width: 281px) and (max-width: 767px) {
  .heading-section {
    position: relative;
    width: 100%;
    float: left;
    height: auto;
    padding: 1% 14%;
  }
  .heading-section h1 {
    font-family: npa;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 73px;
    color: #6d7a80;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
  .heading-section {
    position: relative;
    /* width: 172% */
    float: left;
    height: auto;
    padding: 1% 7%;
  }
  .heading-section h1 {
    font-family: npa;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 73px;
    color: #6d7a80;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .heading-section {
    position: relative;
    /* width: 172% */
    float: left;
    height: auto;
    padding: 1% 4%;
  }
  .heading-section h1 {
    font-family: npa;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 0px;
    color: #6d7a80;
  }
}
@media (min-width: 1280px) and (max-width: 1528px) {
  .heading-section {
    /* width: 172% */
  }
}
.heading-text-section {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 1% 5%;
}
.heading-text-p a {
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  color: #6d7a80;
  text-decoration: none;
}
.heading-text-p a:hover {
  color: #83b235;
}
.mail a {
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  color: #83b235 !important;
}
.heading-text-adress {
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  color: #6d7a80;
}
.heading-text-social {
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  color: #6d7a80;
}
.heading-text-social a {
  margin: 0 1%;
}
.heading-text-address {
  font-family: npa;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: #6d7a80;
}
.heading-text-bank {
  font-family: npa;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;

  color: #6d7a80;
}
@media (max-width: 280px) {
  .heading-text-section p {
    margin: 0 13%;
  }
  .heading-text-p a {
    font-size: 15px;
    line-height: 29px;
  }
  .mail a {
    font-size: 15px;
    line-height: 29px;
  }
  .heading-text-adress {
    font-size: 15px;
    line-height: 29px;
  }
  .heading-text-social {
    font-size: 15px;
    line-height: 29px;
  }
  .heading-text-address {
    font-size: 13px;
    line-height: 19px;
  }
  .heading-text-bank {
    font-size: 13px;
    line-height: 19px;
  }
  .heading-text-social a:first-child {
    margin: 0 0 0 25%;
  }
}
@media (min-width: 281px) and (max-width: 767px) {
  .heading-text-section p {
    margin: 0 13%;
  }
  .heading-text-p a {
    font-size: 18px;
    line-height: 29px;
  }
  .mail a {
    font-size: 18px;
    line-height: 29px;
  }
  .heading-text-adress {
    font-size: 18px;
    line-height: 29px;
  }
  .heading-text-social {
    font-size: 18px;
    line-height: 29px;
  }
  .heading-text-address {
    font-size: 15px;
    line-height: 19px;
  }
  .heading-text-bank {
    font-size: 15px;
    line-height: 19px;
  }
  .heading-text-social a:first-child {
    margin: 0 0 0 20%;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .heading-text-social a:first-child {
    margin: 0 0 0 36%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .heading-text-section {
    /* width: 172% */
  }
  .heading-text-social a:first-child {
    margin: 0 0 0 25%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .heading-text-section {
    /* width: 172% */
  }
}
@media (min-width: 1280px) and (max-width: 1528px) {
  .heading-text-section {
    /* width: 172% */
  }
}
.carousel-img1 {
  min-height: 500px;
  background-image: url(../img/image-28.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.carousel-img2 {
  min-height: 500px;
  background-image: url(../img/image-genclik.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
}
.carousel-img3 {
  min-height: 500px;
  background-image: url(../img/image4.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
}
.carousel-img4 {
  min-height: 500px;
  background-image: url(../img/image5.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
}
/*News Page*/

.news-section {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 1% 5%;
}
.news-section .row {
  margin: 0 10%;
}
.news-box {
  position: relative;
  height: 350px;
  width: 100%;
}
.news-box img{
   position: absolute;
    border-radius: 10px;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    object-fit: cover;
}
.news-title-box{
  height: -webkit-fill-available;
  font-family: npa;
  contain: content;
  max-height: min-content;
  display: flex;
  align-content: unset;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 20px 0;
}
/* .news-1 {
  background-image: url(../img/news-1.png);
  background-repeat: no-repeat;
  background-size: cover;
} */
/* .news-2 {
  background-image: url(../img/news-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.news-3 {
  background-image: url(../img/news-3.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.news-4 {
  background-image: url(../img/news-4.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.news-5 {
  background-image: url(../img/news-5.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.news-6 {
  background-image: url(../img/news-6.png);
  background-repeat: no-repeat;
  background-size: cover;
} */
.portfolio-imgs img{
  max-width: -webkit-fill-available;
  border: 6px solid #83b235;
}
.portfolio-imgs ul {
padding: 0;
}
.portfolio-imgs ul li {
  list-style: none;
  width: 30%;
  display: inline-block;
  margin: 1.5rem 0.5rem 0 0.5rem;
}
@media(max-width: 280px){
  .portfolio-imgs ul li {
    width: 90%;
  }
}
@media(min-width: 281px) and (max-width: 767px){
  .portfolio-imgs ul li {
    width: 45%;
  }
}
@media(min-width: 768px) and (max-width: 1023px){
  .portfolio-imgs ul li {
    width: 28%;
  }
}
@media(min-width: 1024px) and (max-width: 1279px){
  .portfolio-imgs ul li {
    width: 30%;
  }
}
@media(min-width: 1280px) and (max-width: 1528px){
  .portfolio-imgs ul li {
    width: 30%;
  }
}

.news-date {
  position: relative;
  display: flex;
  z-index: 8;
  color: #fff;
  padding: 0 5%;
  font-family: npa;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
}
.news-box-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 8;
  color: #fff;
  padding: 0 5%;
  font-family: npa;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
}
.news-box-title:hover {
  color: #83b235;
}
.news-pagination {
  float: right;
  margin-right: 16%;
}
@media (max-width: 280px) {
  .news-box {
    position: relative;
    height: 230px;
    width: 100%;
  }
  .news-date {
    font-size: 10px;
  }
  .news-box-title {
    font-size: 14px;
    /* top: 63%; */
    line-height: 15px;
  }
}
@media (min-width: 281px) and (max-width: 767px) {
  .news-box {
    position: relative;
    height: 230px;
    width: 100%;
  }
  .news-date {
    font-size: 10px;
  }
  .news-box-title {
    font-size: 14px;
    /* top: 63%; */
    line-height: 15px;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
  .news-section {
    /* width: 172% */
  }
  .news-date {
    font-size: 11px;
    line-height: 12px;
  }
  .news-box-title {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .news-section {
    /* width: 172% */
  }
  .news-date {
    font-size: 11px;
    line-height: 12px;
  }
  .news-box-title {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (min-width: 1280px) and (max-width: 1528px) {
  .news-section {
    /* width: 172% */
  }
  .news-date {
    font-size: 11px;
    line-height: 12px;
  }
  .news-box-title {
    font-size: 15px;
    line-height: 19px;
  }
}

/*Portfolio Section*/
.portfolio-section {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 1% 2%;
}
.portfolio-section .row {
  margin: 0 10%;
}
.portfolio-box {
  position: relative;
  /* height: 397px; */
  height: 260px;
  /* width: 100%; */
}
.portfolio-box img {
  border-radius: 10px;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  object-fit: cover;
}
.portfolio-box-blur {
  position: absolute;
  height: inherit;
  width: -webkit-fill-available;
  z-index: 99;
  border-radius: 10px;
  background-image: linear-gradient( 180deg, rgba(131, 178, 53, 0) 10%, rgba(129, 177, 53, 0.6643032212885154) 83% );
}
.portfolio-1 {
  background-image: linear-gradient(
      180deg,
      rgba(131, 178, 53, 0) 10%,
      rgba(129, 177, 53, 0.6643032212885154) 83%
    ),
    url(../img/bizon.jpg);
  background-repeat: no-repeat;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}
.portfolio-2 {
  background-image: linear-gradient(
      180deg,
      rgba(131, 178, 53, 0) 10%,
      rgba(129, 177, 53, 0.6643032212885154) 83%
    ),
    url(../img/1iyun.jpg);
  background-repeat: no-repeat;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}
/* .portfolio-3 {
  background-image: linear-gradient(
      180deg,
      rgba(131, 178, 53, 0) 10%,
      rgba(129, 177, 53, 0.6643032212885154) 83%
    ),
    url(../img/portfolio-3.png);
  background-repeat: no-repeat;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
} */
.portfolio-4 {
  background-image: linear-gradient(
      180deg,
      rgba(131, 178, 53, 0) 10%,
      rgba(129, 177, 53, 0.6643032212885154) 83%
    ),
    url(../img/portfolio-4.png);
  background-repeat: no-repeat;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}

.portfolio-date {
  position: relative;
  bottom: 20%;
  z-index: 100;
  color: #fff;
  padding: 0 5%;
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.portfolio-box-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  bottom: 20%;
  z-index: 100;
  color: #fff;
  padding: 0 5%;
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.portfolio-date:hover {
  color: white;
}
.portfolio-pagination {
  float: right;
  margin-right: 16%;
}
@media (max-width: 280px) {
  .portfolio-box {
    position: relative;
    height: 310px;
    width: 100%;
  }
  .portfolio-date {
    font-size: 11px;
    /* top: 80%; */
  }
  .portfolio-box-title {
    font-size: 10px;
    /* top: 80%; */

    line-height: 15px;
  }
}
@media (min-width: 281px) and (max-width: 767px) {
  .portfolio-box {
    position: relative;
    height: 325px;
    width: 100%;
  }
  .portfolio-date {
    font-size: 13px;
    /* top: 80%; */
  }
  .portfolio-box-title {
    font-size: 11px;
    /* top: 80%; */
    line-height: 15px;
  }
  .portfolio-section .row {
    margin: 0 10%;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
  .portfolio-box {
    position: relative;
    height: 315px;
    width: 100%;
  }
  .portfolio-date {
    font-size: 13px;
    /* top: 75%; */
  }
  .portfolio-box-title {
    font-size: 11px;
    /* top: 75%; */
    line-height: 15px;
  }
  .portfolio-section {
    /* width: 172% */
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .portfolio-section {
    /* width: 172% */
  }
  .portfolio-date {
    font-size: 13px;
    /* top: 80%; */
  }
  .portfolio-box-title {
    font-size: 11px;
    /* top: 80%; */
    line-height: 15px;
  }
}
@media (min-width: 1280px) and (max-width: 1528px) {
  .portfolio-section {
    /* width: 172% */
  }
  .portfolio-date {
    font-size: 13px;
    /* top: 80%; */
  }
  .portfolio-box-title {
    font-size: 11px;
    /* top: 80%; */
    line-height: 15px;
  }
}

/*News Details Page*/
.news-heading-banner-section {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 8% 20%;
  /* background-image: linear-gradient(
      to right,
      rgba(131, 178, 53, 0.55),
      rgba(131, 178, 53, 0.55)
    ),
    url("../img/news-banner.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-text {
  width: 72%;
  font-family: npa;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;

  color: #ffffff;
}
.news-title-section {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 0 20% 4%;
}
.news-title-head {
  display: inline-flex;
  margin: 3% 0;
}
.news-profile-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.news-user-info {
  width: auto;
  padding: 0.5% 0;
  margin: 0 2%;
}
.user-name {
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  opacity: 0.75;
  margin: 0;
}
.user-info {
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #312930;
  opacity: 0.75;
}
.news-detail-date {
  width: auto;
  height: 35px;
  padding: 1% 2%;
  background-color: #83b235;
  border-radius: 3px;
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
.news-text h3 {
  width: 90%;
  margin-bottom: 2%;
}
.news-text p {
  font-size: 20px;
  line-height: 26px;
  color: #312930;
  opacity: 0.75;
  margin-bottom: 2%;
}
.more-news-section {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 0 13% 5%;
}
.more-news-img {
  height: 350px;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news-more-1 {
  background-image: url("../img/more-news-1.png");
}
.news-more-2 {
  background-image: url("../img/more-news-2.png");
}
.more-news-user-info {
  position: relative;
  bottom: 7%;
  left: 67%;
  width: 30%;
  padding: 1% 1.5%;
  border-radius: 10px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  z-index: 2;
}
.more-news-title {
  margin-top: -8%;
  padding: 2% 2%;
}
.more-news-date {
  font-family: npa;
  font-size: 14px;
  line-height: 18px;
  color: #312930;
}
.more-news-heading {
  font-family: npa;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.more-news-desc {
  font-family: npa;
  font-size: 14px;
  line-height: 18px;
  color: #312930;
  opacity: 0.75;
}
@media (max-width: 280px) {
  .banner-text {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }
  .news-heading-banner-section {
    padding: 8% 10%;
  }
  .news-title-section {
    position: relative;
    width: 100%;
    float: left;
    height: auto;
    padding: 0 10% 4%;
  }
  .news-user-info {
    margin: 0 5%;
  }
  .news-detail-date {
    height: 25px;
    font-size: 10px;
  }
  .news-text h3 {
    width: 95%;
    font-size: 16px;
    margin-bottom: 2%;
    font-weight: 600;
  }
  .news-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .user-name {
    font-size: 13px;
  }
  .more-news-user-info {
    left: 5%;
    width: 90%;
  }

  .more-news-title {
    margin-top: -20%;
    padding: 2% 2%;
  }
  .more-news-date {
    font-size: 10px;
  }
  .more-news-heading {
    font-size: 15px;
    line-height: 20px;
  }
  .more-news-desc {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (min-width: 281px) and (max-width: 767px) {
  .banner-text {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }
  .news-title-section {
    padding: 0 10% 4%;
  }
  .news-user-info {
    margin: 0 5%;
  }
  .news-detail-date {
    height: 25px;
    font-size: 8px;
  }
  .news-text h3 {
    width: 95%;
    font-size: 16px;
    margin-bottom: 2%;
    font-weight: 600;
  }
  .news-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .user-name {
    font-size: 13px;
  }
  .more-news-user-info {
    left: 24%;
    width: 71%;
    padding: 2% 2%;
  }
  .more-news-title {
    margin-top: -20%;
    padding: 2% 2%;
  }
  .more-news-date {
    font-size: 10px;
  }
  .more-news-heading {
    font-size: 15px;
    line-height: 20px;
  }
  .more-news-desc {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
  .news-heading-banner-section {
    /* width: 172% */
  }
  .news-title-section {
    /* width: 172% */
  }
  .more-news-section {
    /* width: 172% */
  }
  .more-news-user-info {
    left: 63%;
    width: 35%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .news-heading-banner-section {
    /* width: 172% */
  }
  .news-title-section {
    /* width: 172% */
  }
  .more-news-section {
    /* width: 172% */
  }
  .more-news-user-info {
    left: 63%;
    width: 35%;
  }
}
@media (min-width: 1280px) and (max-width: 1528px) {
  .news-heading-banner-section {
    /* width: 172% */
  }
  .news-title-section {
    /* width: 172% */
  }
  .more-news-section {
    /* width: 172% */
  }
  .more-news-user-info {
    left: 63%;
    width: 35%;
  }
}

/*About Page Section*/
.about-heading-banner-section {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 4% 20% 15%;
  background-image: url("../img/about-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-banner-text-heading {
  font-family: npa;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: #ffffff;
  text-align: center;
}
.about-banner-text-desc {
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  padding: 0 20%;
  line-height: 21px;
  color: #ffffff;
}
.about-banner-imgs {
  position: absolute;
  z-index: 8;
  width: 100%;
  float: left;
  height: auto;
  padding: 2% 15%;
  margin: 0 -20%;
}
.about-banner-big-img {
  position: relative;
  width: 100%;
  float: left;
  height: 450px;
  padding: 3% 3%;
  background-image: linear-gradient(
      180deg,
      rgba(34, 34, 34, 0) 0%,
      rgba(131, 178, 53, 0.8) 100%
    ),
    url("../img/lotoreya.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
.about-small-img1 {
  position: relative;
  width: 100%;
  float: left;
  height: 290px;
  padding: 3% 3%;
  background-image: linear-gradient(
      180deg,
      rgba(34, 34, 34, 0) 0%,
      rgba(131, 178, 53, 0.8) 100%
    ),
    url("../img/about-stend.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  margin-bottom: 10px;
}
.about-small-img2 {
  position: relative;
  width: 100%;
  float: left;
  height: 150px;
  padding: 3% 3%;
  background-image: linear-gradient(
      180deg,
      rgba(34, 34, 34, 0) 0%,
      rgba(131, 178, 53, 0.8) 100%
    ),
    url("../img/senlik.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
.about-banner-container {
  display: inline-flex;
  position: relative;
  top: 75%;
}
.about-banner-container-sm1 {
  display: inline-flex;
  position: relative;
  top: 72%;
}
.about-banner-container-sm2 {
  display: inline-flex;
  position: relative;
  top: 45%;
}
.about-banner-container-img {
  width: 15%;
}
.banner-title {
  margin-left: 2%;
}
.banner-title-head {
  float: left;
  font-family: npa;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  color: #ffffff;
  margin: 0;
}
.banner-title-desc {
  width: 85%;
  float: left;
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
}
.banner-title-head-sm {
  float: left;
  font-family: npa;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  margin: 2% 0;
}
.banner-title-desc-sm {
  width: 85%;
  float: left;
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}
.about-title-section {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 17% 20% 4%;
  text-align: center;
}
.about-text h3 {
  width: 90%;
  margin-bottom: 2%;
}
.about-text-strong{
  font-weight: 700 !important;
  font-size: 24px !important;
}
.about-text p {
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #312930;
  opacity: 0.75;
  margin-bottom: 2%;
}
.partners-section {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 2% 15%;
  /* text-align: center; */
  background-color: #f0f1f2;
}
.partners-section .row {
  margin-right: 0;
}
.slide-about {
  width: 20%;
  padding: 2%;
  font-size: 18px;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  flex-direction: column;
}
.slide-about img {
  width: 75%;
}
.teklifler-section {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 5% 15% 5%;
}
.row-paragraf {
  text-align: center;
}
.row-paragraf a {
  font-family: npa;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 21px;
  color: #312930;
}
.row-paragraf a:hover {
  color: #83b235;
}
.row-col-4 {
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  color: #312930;
  margin-bottom: 15%;
}
.row-col-btn {
  margin-top: 5%;
  padding: 5%;
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  background: #83b235;
  box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.row-col-btn:hover {
  color: #ffffff;
}
.row-col-column {
  display: flex;
  flex-direction: column;
  padding: 0 10%;
}
.row-col-paragraf {
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #312930;
}
.row-col-desc {
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #828282;
}
.row-col-column .col-md-12:last-child {
  margin-top: 10%;
}
.about-title-section-2 {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 0% 20%;
  text-align: center;
}
.komanda-section {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 5% 15% 0%;
}
.komanda-1 {
  background-image: url(../img/komanda-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.komanda-2 {
  background-image: url(../img/komanda-2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.komanda-3 {
  background-image: url(../img/komanda-3.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.komanda-4 {
  background-image: url(../img/komanda-4.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.about-map iframe {
  border-radius: 12px;
  position: relative;
}
.map-section {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 2% 5% 2%;
  z-index: 2;
}
.about-maplayer {
  width: 20%;
  height: 400px;
  background-color: white;
  position: absolute;
  z-index: 8;
  bottom: 13%;
  left: 5%;
  padding: 2%;
  border-radius: 12px;
}
.about-emailtitle {
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #312930;
}
.about-phonetitle {
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #312930;
}
.about-locationtitle {
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #312930;
}
@media (max-width: 280px) {
  .about-maplayer {
    width: 100%;
    height: auto;
    background-color: white;
    border: 1px solid #e3dfdf;
    position: relative;
    left: 0;
    padding: 5%;
    border-radius: 12px;
}
.about-emailtitle {
  font-size: 14px;
}
.about-phonetitle {
  font-size: 14px;
}
.about-locationtitle {
  font-size: 12px;
}
.about-maplayer .my-4 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
  .about-heading-banner-section {
    padding: 4% 0% 15%;
  }
  .about-banner-text-heading {
    font-size: 30px;
  }
  .about-banner-imgs {
    margin: 0;
    padding: 4% 10%;
  }
  .about-banner-big-img {
    margin-bottom: 5%;
  }
  .about-banner-container-img {
    width: 100%;
  }
  .about-banner-container-img img {
    max-width: 100%;
  }
  .banner-title-head {
    font-size: 14px;
    line-height: 17px;
  }
  .banner-title-desc {
    width: 100%;
    font-size: 13px;
    line-height: 14px;
  }
  .banner-title-desc-sm {
    width: 100%;
  }
  .about-banner-container-sm1 {
    top: 55%;
  }
  .about-banner-container-sm2 {
    top: 25%;
  }
  .about-banner-text-desc {
    padding: 0 5%;
  }
  .about-title-section {
    padding: 17% 10% 4%;
    margin-top: 310%;
  }
  .about-text p {
    font-size: 18px;
    line-height: 24px;
  }
  .partners-section {
    padding: 7% 10%;
  }
  .row-col-column {
    margin-top: 20% !important;
  }
  .teklifler-section {
    padding: 5% 10% 5% 3%;
  }
  .about-title-section-2 {
    padding: 5% 10% 4%;
  }
}
@media (min-width: 281px) and (max-width: 767px) {
  .about-maplayer {
    width: 100%;
    height: auto;
    background-color: white;
    border: 1px solid #e3dfdf;
    position: relative;
    left: 0;
    padding: 5%;
    border-radius: 12px;
}
.about-emailtitle {
  font-size: 14px;
}
.about-phonetitle {
  font-size: 14px;
}
.about-locationtitle {
  font-size: 12px;
}
.about-maplayer .my-4 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
  .about-heading-banner-section {
    padding: 4% 0% 15%;
  }
  .about-banner-text-heading {
    font-size: 30px;
  }
  .about-banner-imgs {
    margin: 0;
    padding: 4% 10%;
  }
  .about-banner-big-img {
    margin-bottom: 5%;
  }
  .about-banner-container-img {
    width: 60%;
  }
  .about-banner-container-img img {
    max-width: 100%;
  }
  .banner-title-head {
    font-size: 14px;
    line-height: 17px;
  }
  .banner-title-desc {
    width: 100%;
    font-size: 13px;
    line-height: 14px;
  }
  .banner-title-desc-sm {
    width: 100%;
  }
  .about-title-section {
    padding: 17% 10% 4%;
    margin-top: 230%;
  }
  .about-text p {
    font-size: 18px;
    line-height: 24px;
  }
  .partners-section {
    padding: 7% 10%;
  }
  .row-col-column {
    margin-top: 20% !important;
  }
  .teklifler-section {
    padding: 5% 10% 5% 5%;
  }
  .about-title-section-2 {
    padding: 5% 10% 4%;
  }
  .about-maplayer {
    width: auto;
    position: relative;
    bottom: 0%;
    left: 0%;
  }
  .about-maplayer p {
    font-size: 12px;
    line-height: 18px;
  }
  .map-img {
    width: auto !important;
  }
}
@media (min-width: 281px) and (max-width: 320px) {
  .about-title-section {
    padding: 17% 10% 4%;
    margin-top: 270%;
  }
  .about-maplayer p {
    font-size: 10px;
    line-height: 18px;
  }
}
@media (min-width: 360px) and (max-width: 410px) {
  .about-title-section {
    padding: 17% 10% 4%;
    margin-top: 230%;
  }
}
@media (min-width: 412px) and (max-width: 539px) {
  .about-title-section {
    padding: 17% 10% 4%;
    margin-top: 210%;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .about-title-section {
    padding: 17% 10% 4%;
    margin-top: 150%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-banner-text-desc {
    padding: 0;
  }
  .about-banner-container-img {
    width: 30%;
  }
  .banner-title-head {
    font-size: 18px;
    line-height: 20px;
  }
  .banner-title-desc {
    font-size: 14px;
    line-height: 16px;
  }
  .about-banner-container-sm1 {
    display: inline-flex;
    position: relative;
    top: 50%;
  }
  .banner-title-desc-sm {
    font-size: 12px;
    line-height: 12px;
  }
  .about-banner-container-sm2 {
    display: inline-flex;
    position: relative;
    top: 5%;
  }
  .about-heading-banner-section {
    /* width: 172% */
  }
  .about-banner-imgs {
    /* margin: 0 -12%; */
  }
  .about-title-section {
    /* width: 172% */
    padding: 17% 20% 4%;
    margin-top: 35%;
  }
  .about-title-section-2 {
    /* width: 172% */
    padding: 0% 20% 4%;
  }
  .about-text p {
    font-size: 18px;
    line-height: 24px;
  }
  .partners-section {
    /* width: 172% */
    padding: 7% 10%;
  }
  .teklifler-section {
    /* width: 172% */
  }
  .komanda-section {
    /* width: 172% */
  }
  .map-section {
    /* width: 172% */
  }
  .about-maplayer {
    width: 44%;
    left: 5%;
    display: flex;
    align-items: center;
    padding: 4%;
  }
  .about-maplayer p {
    font-size: 18px;
    line-height: 21px;
  }
  .map-img {
    width: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .about-banner-text-desc {
    padding: 0;
  }
  .about-banner-container-img {
    width: 30%;
  }
  .banner-title-head {
    font-size: 20px;
    line-height: 30px;
  }
  .banner-title-desc {
    font-size: 16px;
    line-height: 20px;
  }
  .about-banner-container-sm1 {
    display: inline-flex;
    position: relative;
    top: 60%;
  }
  .banner-title-desc-sm {
    font-size: 12px;
    line-height: 12px;
  }
  .about-banner-container-sm2 {
    display: inline-flex;
    position: relative;
    top: 10%;
  }
  .about-heading-banner-section {
    /* width: 172% */
  }
  .about-banner-imgs {
    /* margin: 0 -12%; */
  }
  .about-title-section {
    /* width: 172% */
    padding: 17% 20% 4%;
    margin-top: 25%;
  }
  .about-title-section-2 {
    /* width: 172% */
    padding: 0% 20% 4%;
  }
  .about-text p {
    font-size: 18px;
    line-height: 24px;
  }
  .partners-section {
    /* width: 172% */
    padding: 7% 15%;
  }
  .teklifler-section {
    /* width: 172% */
  }
  .komanda-section {
    /* width: 172% */
  }
  .map-section {
    /* width: 172% */
  }
  .about-maplayer {
    width: 44%;
    left: 5%;
    display: flex;
    align-items: center;
    padding: 4%;
  }
  .about-maplayer p {
    font-size: 18px;
    line-height: 21px;
  }
  .map-img {
    width: auto !important;
  }
}
@media (min-width: 1280px) and (max-width: 1528px) {
  .about-banner-text-desc {
    padding: 0;
  }
  .about-banner-container-img {
    width: 30%;
  }
  .banner-title-head {
    font-size: 20px;
    line-height: 30px;
  }
  .banner-title-desc {
    font-size: 16px;
    line-height: 20px;
  }
  .about-banner-container-sm1 {
    display: inline-flex;
    position: relative;
    top: 70%;
  }
  .banner-title-desc-sm {
    font-size: 12px;
    line-height: 12px;
  }
  .about-banner-container-sm2 {
    display: inline-flex;
    position: relative;
    top: 40%;
  }
  .about-heading-banner-section {
    /* width: 172% */
  }
  .about-banner-imgs {
    /* margin: 0 -12%; */
  }
  .about-title-section {
    /* width: 172% */
    padding: 17% 20% 4%;
    margin-top: 15%;
  }
  .about-title-section-2 {
    /* width: 172% */
    padding: 0% 20% 4%;
  }
  .about-text p {
    font-size: 18px;
    line-height: 24px;
  }
  .partners-section {
    /* width: 172% */
    padding: 7% 15%;
  }
  .teklifler-section {
    /* width: 172% */
  }
  .komanda-section {
    /* width: 172% */
  }
  .map-section {
    /* width: 172% */
  }
  .about-maplayer {
    width: 35%;
    left: 5%;
    display: flex;
    align-items: center;
    padding: 4%;
  }
  .about-maplayer p {
    font-size: 18px;
    line-height: 21px;
  }
  .map-img {
    width: auto !important;
  }
}

/*Services Page Section*/
.services-heading-banner-section {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 4% 10%;
  background-image: url("../img/about-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.services-banner-head {
  padding-top: 5%;
  padding-left: 5%;
  width: auto;
}
.services-heading-title {
  font-family: npa;
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  line-height: 70px;
  color: #ffffff;
}
.services-heading-desc {
  width: 90%;
  font-family: npa;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 55px;
  color: #ffffff;
}
.services-banner-img {
  position: absolute;
  right: 10%;
}
.services-listgroup-section {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 7% 10% 2%;
  text-align: center;
}
.services-lists {
  /* width: 75%; */
  margin: 1% 0;
  padding: 2% 5%;
  border-bottom: 1px solid rgba(131, 178, 53, 0.5);
  font-family: npa;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  display: block;
  color: #312930;
  text-align: start;
}
.services-lists:hover {
  color: #312930;
}
.services-lists:current {
  color: #fff;
}
.active-services-list {
  background: #83b235;
  border-radius: 6px;
  color: #ffffff !important;
  transition: 0.3s;
}
.active-services-list:hover {
  color: #ffffff !important;
}
.services-lists svg {
  float: right;
}
.services-lists-child {
  margin: 0 0 0 10%;
  padding: 2% 3%;
  border-bottom: 1px solid rgba(131, 178, 53, 0.5);
  font-family: npa;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #312930;
  text-align: start;
  display: flex;
  justify-content: space-between;
}
.services-lists-child:hover {
  color: #312930;
}
.services-lists-child:current {
  color: #fff;
}
.services-lists-child svg {
  float: right;
}

.services-lists-childs-child {
  margin: 0 0 0 10%;
  padding: 2% 3%;
  border-bottom: 1px solid rgba(131, 178, 53, 0.5);
  font-family: npa;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #312930;
  text-align: start;
  display: flex;
  justify-content: space-between;
}
.services-lists-childs-child:hover {
  color: #312930;
}
.services-lists-childs-child:current {
  color: #fff;
}
.services-lists-childs-child svg {
  float: right;
}

.bi-arrow-down-short {
  display: none;
}

.tabtitlecontainer {
  padding: 2% 0;
  text-align: start;
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.tabtitlecontainer ul {
  padding-left: 1rem;
}
.tabtitlecontainer li::marker {
  color: #83b235;
}
.tabtitlecontainer-mall {
  padding: 5% 2%;
  text-align: start;
  font-family: npa;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.tabtitlecontainer-mall h3 {
  font-size: 20px;
  font-weight: 600;
}
.services-list-img img {
  max-width: -webkit-fill-available;
  border: 6px solid #83b235;
}
@media (max-width: 280px) {
  .services-listgroup-section {
    padding: 7% 10% 2% 10%;
  }
  .services-heading-banner-section .row {
    margin-right: 0;
  }
  .services-heading-banner-section {
    padding: 4% 0% 15%;
  }
  .services-heading-title {
    font-size: 30px;
    line-height: 20px;
  }
  .services-banner-head {
    padding-left: 10%;
  }
  .services-heading-desc {
    width: 80%;
    font-size: 18px;
    line-height: 23px;
  }
  .services-banner-img {
    position: absolute;
    top: 52%;
  }
  .services-banner-img img {
    width: 50%;
    float: right;
  }
  .services-lists {
    padding: 1% 5%;
    font-size: 10px;
    line-height: 20px;
  }
  .services-lists-child {
    padding: 1% 3%;
    font-size: 10px;
    line-height: 20px;
  }
  .services-lists-child svg {
    float: right;
  }
  .services-lists-childs-child {
    padding: 1% 3%;
    font-size: 10px;
    line-height: 20px;
  }
  .services-lists-childs-child svg {
    float: right;
  }
  .services-list-img img {
    max-width: -webkit-fill-available;
  }
  .tabtitlecontainer {
    padding: 2% 5%;
    font-size: 16px;
    line-height: 22px;
  }
  .tabtitlecontainer-mall {
    padding: 4% 0;
    font-size: 12px;
    line-height: 20px;
  }
  .tabtitlecontainer-mall h3 {
    font-size: 16px;
    font-weight: 600;
  }
}
@media (min-width: 281px) and (max-width: 767px) {
  .services-heading-banner-section {
    padding: 4% 0% 15%;
  }
  .services-heading-banner-section .row {
    margin-right: 0;
  }
  .services-heading-title {
    font-size: 30px;
    line-height: 20px;
  }
  .services-heading-desc {
    width: 80%;
    font-size: 18px;
    line-height: 23px;
  }
  .services-banner-img {
    position: absolute;
    top: 52%;
  }
  .services-banner-img img {
    width: 50%;
    float: right;
  }
  .services-lists {
    padding: 1% 5%;
    font-size: 14px;
    line-height: 20px;
  }
  .services-lists-child {
    padding: 1% 3%;
    font-size: 14px;
    line-height: 20px;
  }
  .services-lists-child svg {
    float: right;
  }
  .services-lists-childs-child {
    padding: 1% 3%;
    font-size: 14px;
    line-height: 20px;
  }
  .services-lists-childs-child svg {
    float: right;
  }
  .services-list-img img {
    max-width: -webkit-fill-available;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .services-banner-head {
    padding-top: 10%;
    padding-left: 10%;
  }
  .services-heading-banner-section {
    padding: 4% 0% 10%;
  }
  .services-heading-banner-section .row {
    margin-right: 0;
  }
  .services-heading-title {
    font-size: 30px;
    line-height: 20px;
  }
  .services-heading-desc {
    width: 80%;
    font-size: 18px;
    line-height: 23px;
  }
  .services-banner-img {
    position: absolute;
    top: 35%;
  }
  .services-banner-img img {
    width: 50%;
    float: right;
  }
  .services-lists {
    padding: 1% 5%;
    font-size: 13px;
    line-height: 20px;
  }
  .services-lists-child {
    padding: 1% 3%;
    font-size: 14px;
    line-height: 20px;
  }
  .services-lists-child svg {
    float: right;
  }
  .services-lists-childs-child {
    padding: 1% 3%;
    font-size: 14px;
    line-height: 20px;
  }
  .services-lists-childs-child svg {
    float: right;
  }
  .services-list-img img {
    max-width: -webkit-fill-available;
  }
  .services-listgroup-section {
    padding: 7% 5% 2% 5%;
  }
  .tabtitlecontainer-mall {
    font-size: 12px;
    line-height: 16px;
  }
  .tabtitlecontainer-mall h3 {
    font-size: 16px;
    font-weight: 600;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .services-heading-banner-section .row {
    margin-right: 0;
  }
  .services-heading-banner-section {
    /* width: 172% */
  }
  .services-listgroup-section {
    /* width: 172% */
    padding: 12% 10% 2%;
  }
  .services-banner-head {
    padding-top: 10%;
    padding-left: 10%;
  }
  .services-heading-banner-section {
    padding: 4% 0% 10%;
  }
  .services-heading-title {
    font-size: 30px;
    line-height: 20px;
  }
  .services-heading-desc {
    width: 80%;
    font-size: 18px;
    line-height: 23px;
  }
  .services-banner-img {
    position: absolute;
    top: 35%;
  }
  .services-banner-img img {
    width: 50%;
    float: right;
  }
  .services-lists {
    padding: 1% 5%;
    font-size: 13px;
    line-height: 20px;
  }
  .services-lists-child {
    padding: 1% 3%;
    font-size: 14px;
    line-height: 20px;
  }
  .services-lists-child svg {
    float: right;
  }
  .services-lists-childs-child {
    padding: 1% 3%;
    font-size: 14px;
    line-height: 20px;
  }
  .services-lists-childs-child svg {
    float: right;
  }
  .services-list-img img {
    max-width: -webkit-fill-available;
  }
  .tabtitlecontainer-mall {
    font-size: 12px;
    line-height: 16px;
  }
  .tabtitlecontainer-mall h3 {
    font-size: 16px;
    font-weight: 600;
  }
}
@media (min-width: 1280px) and (max-width: 1528px) {
  .services-heading-banner-section .row {
    margin-right: 0;
  }
  .services-heading-banner-section {
    /* width: 172% */
  }
  .services-listgroup-section {
    /* width: 172% */
    padding: 12% 10% 2%;
  }
}
.navbar-brand {
  font-size: 30px;
  font-weight: bold;
  font-family: npa;
  background: -webkit-linear-gradient(#aeca48, #365925);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  position: relative;
  color: #fff;
  background-color: #83b235;
  border: 1px solid #83b235;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
}

.styledSelect {
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #83b235;
  padding: 0 10px;
  font-weight: bold;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: rgb(255, 255, 255) transparent transparent transparent;
  position: absolute;
  top: 25%;
  right: 2%;
}

.styledSelect:active,
.styledSelect.active {
  background-color: #83b235;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #83b235;
  background-color: #83b235;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
}

.options li:hover {
  background-color: white;
  color: #83b235;
}
.responsive-img {
  max-width: 100%;
  max-height: 500px;
  height: auto;
}
