h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.container {
  max-width: 1175px;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu {
  display: none;
}
.mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 40px;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 0px;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*.mobile-menu .nveMenu h1 {
  color: #000;
  font-weight: 700;
  }*/
.mobile-menu .overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.mobile-menu .overlay.is-on {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.mobile-menu .navlinks li {
  display: block;
  padding: 12px 0;
}
.mobile-menu .navlinks li a {
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
}
.mobile-menu .navlinks li a:hover {
  text-decoration: none;
}
/*RESPONSIVE NAVIGATION*/

/* PRELOADER START */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url("../images/preloader.gif");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
}
/* PRELOADER END */
.active-class {
  border: 2px solid #000;
}
/* ************************************ */

.nav-link {
  color: #000 !important;
  font-size: 16px !important;
  margin: 7px;
  font-weight: 500 !important;
}

.nav-link:hover {
  color: #ead286 !important;
}

.nav-link.active {
  color: #ead286 !important;
}

.nav-btn {
  background-color: #ead286 !important;
  padding: 12px 30px !important;
}

.logo-img {
  width: 160px;
  /* margin-left: 7vw !important; */
}

.dropdown-menu {
  min-width: 250px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.dropdown-item:hover {
  background-color: #ead286 !important;
}

.dropdown-item img {
  width: 12%;
  margin-right: 5px;
}

.dropdownArea {
  padding: 10px !important;
}

.navItems {
  margin-right: 10px;
}

.hero-section {
  padding: 100px 0 !important;
  position: relative;
}

.hero-section::before {
  content: "";
  background: linear-gradient(to right, #ead386da, #ead3865e), url(../images/hero-section.webp);
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.hero-section-info h1 {
  font-size: 61px;
  font-weight: 600;
  line-height: 77px;
  margin-bottom: 4px;
  color: #000;
}

.hero-section-info p {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 40px;
  color: #000;
}

.btn-hero {
  background-color: #2c4c14 !important;
  color: #fff !important;
  padding: 10px !important;
  border-radius: 10px !important;
  width: 150px;
}

.hero-form {
  border: 3px solid #2c4c14;
  border-radius: 20px;
  padding: 40px !important;
  height: 100%;
  background: #fff;
}

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

.hero-form-content {
  width: 100%;
  position: relative;
  margin-bottom: 40px !important;
}

.hero-form-content h4 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.hero-form-content h3 span {
  font-size: 25px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  background: #2c4c14;
  padding: 9px;
  border-radius: 30px;
  display: inline-block;
}

.hero-form form {
  width: 100%;
  position: relative;
}

.hero-form form input {
  width: 100%;
  padding: 10px 20px;
  background-color: #ffffff1f;
  outline: none;
  border: 2px solid #000000;
  border-radius: 10px;
}

.hero-form form textarea {
  width: 100%;
  padding: 10px 20px;
  background-color: #ffffff80;
  outline: none;
  border: 2px solid #000000;
  border-radius: 10px;
  resize: none;
}

.btn-form {
  background-color: #2c4c14 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  margin-top: 20px !important;
  width: 100% !important;
}

/* --------------------- Slider-Section ---------------------- */
.slider-section {
  position: relative;
  width: 100%;
  background-color: #2c4c14;
  padding: 30px 0;
}

.swiper-slide {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.swiper-slide img {
  width: 150px !important;
  margin: 0 auto !important;
}

/* --------------------- Services-Section ---------------------- */

.services-section {
  padding: 100px 0;
  position: relative;
  width: 100%;
  background-color: #fffaea;
}

.section-title {
  width: 100%;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.section-title hr {
  width: 100px;
  margin: 0 auto !important;
  background-color: #ead286;
  height: 7px;
}

.section-title hr::after {
  content: "";
  position: absolute;
  transform: translate(-50%, 3px);
  width: 30vw;
  height: 1px;
  background-color: #66666640;
}

.section-title p {
  font-size: 20px;
  margin-top: 30px;
}

.services-items {
  width: 100%;
  margin-top: 70px;
}

.services-item-text {
  width: 100%;
}

.services-item-text p {
  font-size: 20px;
  font-weight: 500;
}

/* --------------------- Services-Section ---------------------- */

.category-section {
  width: 100%;
  position: relative;
  padding: 100px 0;
  background-color: #f4e6b8;
}

.category-text h2 {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
}

.category-text p {
  font-size: 18px;
  color: #000;
}

.category-navbar .btn {
  width: 200px !important;
  background-color: #2c4c14 !important;
  color: #fff !important;
  padding: 10px;
  border-radius: 10px;
}

.category-navbar .btn.active {
  background-color: #2c4c1480 !important;
}

.category-item-container  {
  width: 100%;
  margin-top: 50px;
  display: block ;
  visibility: visible;
}

.category-item-text h3 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
}

.category-item-text p {
  font-size: 18px;
  margin-bottom: 20px;
}

.category-item-text ul {
  margin-bottom: 20px;
}

.category-item-text ul li {
  font-size: 18px;
}

.btn-category {
  background-color: #2c4c14 !important;
  color: #fff !important;
  padding: 10px !important;
  border-radius: 10px !important;
  width: 150px;
}

/* --------------------- mcta-Section ---------------------- */

.mcta-section {
  position: relative;
  width: 100%;
  padding: 100px 0;
}

.mcta-section::before {
  content: "";
  background: linear-gradient(to right, #2c4c149f, #2c4c149f),
    url(../images/mcta-banner.webp);
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.mcta-section-content {
  width: 100%;
  position: relative;
}

.mcta-section-content h4 {
  background-color: #ead286;
  padding: 10px 20px;
  border-radius: 50px;
  color: #000;
  width: fit-content !important;
  font-size: 15px !important;
  font-weight: 700;
}

.mcta-section-content h2 {
  color: #fff;
  font-size: 40px !important;
  font-weight: 700;
  margin-bottom: 10px !important;
}

.mcta-section-content h3 {
  color: #fff;
  font-size: 40px !important;
  font-weight: 700;
}

.mcta-section-content p {
  color: #fff;
  font-size: 18px !important;
  margin-bottom: 50px;
}

.mcta-section-content .btn-mcta {
  background-color: #ead286 !important;
  color: #000 !important;
  padding: 10px !important;
  border-radius: 10px !important;
  width: 150px;
}

/* --------------------- speciality-Section ---------------------- */

.speciality-section {
  width: 100%;
  position: relative;
  padding: 100px 0;
  background-color: #fffaea;
}

.speciality-section-text h2 {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
}

.speciality-section hr {
  width: 100px;
  margin: 0 auto !important;
  background-color: #ead286;
  height: 7px;
}

.speciality-section hr::after {
  content: "";
  position: absolute;
  transform: translate(-50%, 3px);
  width: 30vw;
  height: 1px;
  background-color: #66666640;
}

.speciality-section-content {
  gap: 10px !important;
  margin-bottom: 10px;
}

.speciality-section-item {
  position: relative;
  width: calc(20% - 10px) !important;
  background-color: #ead28680;
  padding: 40px 20px;
  border-radius: 10px;
  border: 1px solid #2c4c1480;
}

.speciality-section-item h3 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

/* --------------------- collab-Section ---------------------- */

.collab-section {
  padding: 100px 0;
  background-color: #f4e6b8;
}

.collab-section-text h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.collab-section hr {
  width: 100px;
  margin: 0 auto !important;
  background-color: #2c4c14;
  height: 7px;
  margin-bottom: 50px !important;
}

.collab-section hr::after {
  content: "";
  position: absolute;
  transform: translate(-50%, 3px);
  width: 30vw;
  height: 1px;
  background-color: #66666640;
}

.collab-content-text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
}

.collab-content-text p {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
}

.collab-section .btn-collab {
  background-color: #2c4c14 !important;
  color: #fff !important;
  padding: 10px !important;
  border-radius: 10px !important;
  width: 150px;
}

/* --------------------- retailers-Section ---------------------- */

.retailers-section {
  padding: 100px 0;
  background-color: #2c4c14;
}

.retailers-section-text h2 {
  font-size: 40px;
  color: #ead286;
  font-weight: 700;
  margin-bottom: 30px;
}

.retailers-section hr {
  width: 100px;
  margin: 0 auto !important;
  background-color: #ead286;
  height: 7px;
  margin-bottom: 50px !important;
}

.retailers-section hr::after {
  content: "";
  position: absolute;
  transform: translate(-50%, 3px);
  width: 30vw;
  height: 1px;
  background-color: #aaaaaa40;
}

.retailers-images {
  gap: 10px;
}

.retailers-image {
  width: calc(20% - 10px) !important;
}

.retailers-image img {
  border-radius: 10px !important;
  transition: all ease 0.3s;
}

.retailers-image img:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 10px 0px #000000;
}

/* --------------------- testimonial-Section ---------------------- */

.testimonial-section {
  padding: 100px 0;
  background-color: #fffaea;
}

.testimonial-section-text h2 {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
}

.testimonial-section hr {
  width: 100px;
  margin: 0 auto !important;
  background-color: #2c4c14;
  height: 7px;
  margin-bottom: 50px !important;
}

.testimonial-section hr::after {
  content: "";
  position: absolute;
  transform: translate(-50%, 3px);
  width: 30vw;
  height: 1px;
  background-color: #66666640;
}

.testimonial-section-text p {
  font-size: 18px !important;
  color: #000;
  margin-bottom: 50px;
}

.testimonial {
  padding: 30px 30px !important;
  background-color: #95a37f;
  border-radius: 10px;
}

.testimonial-text p {
  font-size: 18px;
}

.testimonial-text img {
  margin-bottom: 10px !important;
}

.testimonial-author {
  font-weight: 700;
  font-size: 18px;
}

/* --------------------- award-Section ---------------------- */

.award-section {
  padding: 100px 0;
  background-color: #f4e6b8;
}

.award-section-text h2 {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
}

.award-section hr {
  width: 100px;
  margin: 0 auto !important;
  background-color: #2c4c14;
  height: 7px;
  margin-bottom: 50px !important;
}

.award-section hr::after {
  content: "";
  position: absolute;
  transform: translate(-50%, 3px);
  width: 30vw;
  height: 1px;
  background-color: #66666640;
}

.award-section-text p {
  font-size: 18px !important;
  color: #000;
  margin-bottom: 50px;
}

.award-item-container {
  margin: 50px 0 !important;
}

.award-navbar .btn {
  width: 200px !important;
  background-color: #2c4c14 !important;
  color: #fff !important;
  padding: 10px;
  border-radius: 10px;
}

.award-navbar .btn.active {
  background-color: #95a589 !important;
}

.btn-award {
  background-color: #2c4c14 !important;
  color: #fff !important;
  padding: 10px !important;
  border-radius: 10px !important;
  width: 150px;
}

/* --------------------- global-Section ---------------------- */

.global-section {
  padding: 100px 0 !important;
  background-color: #2c4c14;
}

.global-section-text h2 {
  font-size: 40px !important;
  color: #f4e6b8;
  font-weight: 700;
  margin-bottom: 30px !important;
}

.global-section hr {
  width: 100px;
  margin: 0 auto !important;
  background-color: #f4e6b8;
  height: 7px;
  margin-bottom: 50px !important;
}

.global-section hr::after {
  content: "";
  position: absolute;
  transform: translate(-50%, 3px);
  width: 30vw;
  height: 1px;
  background-color: #66666640;
}

.global-section-item h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 10px 0 !important;
  color: #f4e6b8;
}

.global-section-item p {
  font-size: 18px;
  color: #f4e6b8;
}

/* --------------------- faq-Section ---------------------- */

.section-11 {
  width: 100%;
  position: relative;
  background-color: #fffaea;
}

.section-11-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 55px 15px;
}

.section-11-container {
  width: 100%;
  text-align: center;
}

.section-11-text-content h2 {
  font-size: 40px;
  color: #000;
  padding-bottom: 30px !important;
  font-weight: 700;
}

.section-11 hr {
  width: 100px;
  margin: 0 auto !important;
  background-color: #f4e6b8;
  height: 7px;
  margin-bottom: 50px !important;
}

.section-11 hr::after {
  content: "";
  position: absolute;
  transform: translate(-50%, 3px);
  width: 30vw;
  height: 1px;
  background-color: #66666640;
}

.accordion-container {
  width: 100%;
  text-align: left;
}

.menu-button {
  width: 100%;
  padding: 10px;
  margin-top: 2px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border: none;
  text-align: left;
  transition: all ease 0.2s;
  background-color: #ead286;
  cursor: pointer;
  color: #000 !important;
  outline: none;
}

.icon {
  font-size: 25px;
  transition: 0.4s;
}

.menu-button.open {
  border: none;
  color: var(--primary-color);
}

.menu-button.open .icon {
  transform: rotate(45deg);
}

.content {
  padding: 0 10px;
  transition: 0.4s;
  height: 0;
  overflow: hidden;
  border-bottom: 2px solid var(--primary-color);
  background-color: #f4e6b8;
}

.content p {
  padding: 10px 0!important;
  font-size: 18px;
  color: #000 !important;
}

@media (max-width: 768px) {
  .section-11-layout {
    padding: 55px 15px;
  }
}

@media (max-width: 425px) {
  .section-11-text-content h1 {
    font-size: 26px;
    padding-bottom: 40px !important;
  }
  .menu-button {
    font-size: 19px;
  }
  .content p {
    font-size: 18px;
  }
}

/* --------------------- faq-Section ---------------------- */

.contact-us {
  padding: 100px 0;
  position: relative;
}

.contact-us::before {
  content: "";
  background: linear-gradient(to right, #f4e6b8da, #f4e6b8da),
    url(../images/contact-banner.webp);
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  background-attachment: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.contact-text-content h2 {
  font-size: 40px !important;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
}

.contact-text-content p {
  font-size: 18px !important;
  margin-bottom: 10px;
  color: #000;
}

.contact-us a {
  transition: all ease 0.3s;
}

.contact-us a:hover {
  margin-left: 5px;
  color: #000;
}

.contact-text-content a {
  color: #000;
  text-decoration: none !important;
}

.social-links {
  margin-top: 30px;
  width: 100%;
  gap: 10px;
}

.social-links a {
  display: block;
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #00000078;
  border-radius: 50%;
}

.contact-section-form {
  margin-top: 50px !important;
}

.contact-us form {
  border: 3px solid #2c4c14;
  border-radius: 20px;
  padding: 40px 20px !important;
}

.contact-us input {
  padding: 10px 20px;
  background-color: #b6a36680;
  outline: none;
  border: 2px solid #2c4c14;
  border-radius: 10px;
  margin-bottom: 20px;
}

.contact-us textarea {
  width: 100%;
  padding: 10px 20px;
  background-color: #b6a36680;
  outline: none;
  border: 2px solid #2c4c14;
  border-radius: 10px;
  margin-bottom: 20px !important;
}

.form-inputs {
  gap: 10px;
}

.form-inputs input {
  width: calc(50% - 10px) !important;
}

.contact-us form input {
  width: 100%;
}

.contact-section-form button {
  width: 150px;
  padding: 10px;
  background-color: #2c4c14;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

/* --------------------- footer-Section ---------------------- */

footer {
  padding: 100px 0 !important;
  background-color: #2c4c14;
}

.footer-desc p {
  color: #f4e6b8;
  font-size: 18px !important;
}

.footer-links h4 {
  font-size: 30px !important;
  color: #f4e6b8;
  font-weight: 700;
}

.footer-links a {
  color: #f4e6b8;
  text-decoration: none;
  font-size: 18px !important;
}
footer a {
  transition: all ease 0.3s;
  text-decoration: none !important;
}
footer a:hover {
  color: #f4e6b8;
  margin-left: 5px;
}

.copy {
  padding: 20px 0 !important;
  background-color: #ead286;
}

.copy p {
  margin: 0 !important;
  color: #000;
}

.copy a {
  transition: all ease 0.3s;
  text-decoration: none !important;
  color: #000 !important;
}
.copy a:hover {
  margin-left: 5px;
}

/* --------------------- CTA-Section ---------------------- */

.cta-section {
  padding: 100px 0;
  background-color: #f4e6b8;
}

.cta-text-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.cta-text-content p {
  font-size: 18px;
  color: #000;
}

.btn-cta {
  background-color: #2c4c14 !important;
  color: #fff !important;
  padding: 10px !important;
  border-radius: 10px !important;
  width: 150px;
}

.ghostwriting-section {
  padding: 100px 0 !important;
  position: relative;
}

.ghostwriting-section::before {
  content: "";
  background: linear-gradient(to right, #ead386da, #ead386da),
    url(../images/ghostwriting-banner.webp);
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

/* --------------------- About Service -Section ---------------------- */

.about-service {
  padding: 100px 0;
  background-color: #fffaea;
}

.about-service-text h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.about-service-text p {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
}

.btn-about-service {
  background-color: #2c4c14 !important;
  color: #fff !important;
  padding: 10px !important;
  border-radius: 10px !important;
  width: 150px;
}

.articlewriting-section {
  padding: 100px 0 !important;
  position: relative;
}

.articlewriting-section::before {
  content: "";
  background: linear-gradient(to right, #ead386da, #ead386da),
    url(../images/articlewriting-banner.webp);
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.proofreading-section {
  padding: 100px 0 !important;
  position: relative;
}

.proofreading-section::before {
  content: "";
  background: linear-gradient(to right, #ead386da, #ead386da),
    url(../images/proofreading-banner.webp);
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.marketing-section {
  padding: 100px 0 !important;
  position: relative;
}

.marketing-section::before {
  content: "";
  background: linear-gradient(to right, #ead386da, #ead386da),
    url(../images/marketing-banner.webp);
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.coverdesign-section {
  padding: 100px 0 !important;
  position: relative;
}

.coverdesign-section::before {
  content: "";
  background: linear-gradient(to right, #ead386da, #ead386da),
    url(../images/coverdesign-banner.webp);
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.seo-section {
  padding: 100px 0 !important;
  position: relative;
}

.seo-section::before {
  content: "";
  background: linear-gradient(to right, #ead386da, #ead386da),
    url(../images/seo-banner.webp);
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.trailer-section {
  padding: 100px 0 !important;
  position: relative;
}

.trailer-section::before {
  content: "";
  background: linear-gradient(to right, #ead386da, #ead386da),
    url(../images/trailer-banner.webp);
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.blog-section {
  padding: 100px 0 !important;
  position: relative;
}

.blog-section::before {
  content: "";
  background: linear-gradient(to right, #ead386da, #ead386da),
    url(../images/blog-banner.webp);
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.author-section {
  padding: 100px 0 !important;
  position: relative;
}

.author-section::before {
  content: "";
  background: linear-gradient(to right, #ead386da, #ead386da),
    url(../images/author-banner.webp);
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.ebook-section {
  padding: 100px 0 !important;
  position: relative;
}

.ebook-section::before {
  content: "";
  background: linear-gradient(to right, #ead386da, #ead386da),
    url(../images/ebook-banner.webp);
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.audio-section {
  padding: 100px 0 !important;
  position: relative;
}

.audio-section::before {
  content: "";
  background: linear-gradient(to right, #ead386da, #ead386da),
    url(../images/audio-banner.webp);
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

/* --------------------- case studies -Section ---------------------- */

.case-studies {
  padding: 100px 50px;
  position: relative;
}

.case-studies::before {
  content: "";
  background: linear-gradient(to right, #ead386da, #ead386da),
    url(../images/case-banner.webp);
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.case-studies-info h1 {
  font-size: 100px;
  font-weight: 600;
  color: #000;
}

.cases-section {
  padding: 100px 0;
  background-color: #f4e6b8;
}

.case-info {
  border-radius: 20px;
  background-color: #2c4c14;
  padding: 50px !important;
}

.case {
  margin-bottom: 50px;
}

.case-info h2 {
  font-size: 30px;
  font-weight: 700;
  color: #f4e6b8;
  margin-top: 30px;
}

.case-info p {
  font-size: 18px;
  color: #f4e6b8;
  margin-top: 30px;
}

.author-name {
  color: #fff !important;
  margin-top: 15px !important;
}

/* --------------------- about us -Section ---------------------- */

.about-section {
  padding: 100px 0;
  position: relative;
}

.about-section::before {
  content: "";
  background: linear-gradient(to right, #ead386da, #ead386da),
    url(../images/about-banner.webp);
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.about-content {
  padding: 100px 0;
  background-color: #f4e6b8;
}

.about-info h4 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.about-info p {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
}

/* --------------------- contact us -Section ---------------------- */

.contactus-section {
  padding: 100px;
  position: relative;
}

.contactus-section::before {
  content: "";
  background: linear-gradient(to right, #ead386da, #ead386da),
    url(../images/contactus-banner.webp);
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

/* --------------------- terms -Section ---------------------- */

.terms-section {
  padding: 100px 0;
  background-color: #f4e6b8;
}

.terms-info p {
  font-size: 18px;
  color: #2c4c14;
}

.terms-info b {
  font-size: 40px;
  color: #000;
  font-weight: 700;
}

/* --------------------- Privacy -Section ---------------------- */

.privacy-section {
  padding: 100px 0;
  background-color: #f4e6b8;
}

.privacy-info p {
  font-size: 18px;
  color: #000;
}

.privacy-info b {
  font-size: 40px;
  color: #000;
  font-weight: 700;
}

/* --------------------- popup -Section ---------------------- */

.modal-content {
  border-radius: 10px;
  background: transparent !important;
  position: relative;
  border: none !important;
}

.btn-close {
  position: absolute !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background-color: #ffffff !important;
  top: -25px !important;
  right: -25px !important;
  z-index: 999;
}

.modal-header {
  background-color: #0f4d36 !important;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  border-top: 5px solid #e2a91a;
}

.modal-body {
  background: linear-gradient(43deg, #ffffff 0%, #ffffff 99%);
  border-radius: 20px;
  padding-top: 35px !important;
}

.modal-footer {
  padding: 10px;
  background: linear-gradient(43deg, #bd7d03 0%, #ffca2c 99%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  background: #2c4c14;
  margin-bottom: 30px !important;
  border-radius: 20px;
}

.form-control {
  border-radius: 20px;
  padding: 12px;
  margin-bottom: 15px;
}

input.form-control {
  padding: 20px 20px;
  background-color: #ffffff80;
  outline: none;
  border: 2px solid #000000;
  border-radius: 10px;
  margin-bottom: 14px;
}

textarea.form-control {
  padding: 10px 20px;
  background-color: #ffffff80;
  outline: none;
  border: 2px solid #000000;
  border-radius: 10px;
  margin-bottom: 20px;
}

.btn-popup {
  background-color: #2c4c14 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  margin-top: 20px !important;
  width: 100% !important;
}

.modal-footer .btn-secondary {
  background-color: #f0f0f0;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: bold;
}

.modal-footer .btn-secondary:hover {
  background-color: #ccc;
}

.modal_img {
  position: absolute;
  content: "";
  width: 147px;
  height: 109px;
  top: -22px;
  left: -105px;
  z-index: 99;
}

/* --------------------- Error/Thanks -Section ---------------------- */

.thank-you-section{
  padding: 100px 0;
  height: 90vh;
  background-color: #f4e6b8;
}

.thank-you-contact{
  margin-top: 50px !important;
}

.thank-you-contact .btn{
  width: 300px;
}

.error-section{
  padding: 100px 0;
  height: 90vh;
  background-color: #f4e6b8;
}

.error-section h1{
  font-size: 250px;
  font-weight: 900;
  color: #000;
}

.error-section h4{
  font-size: 50px;
  font-weight: 900;
  color: #000;
}

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

.error-contact .btn{
  width: 300px;
}
.list-unstyled li p {
   color: #f4e6b8;
}
.testimonial{
  height: 400px !important;
}
.case-info img {
  width: 150px;
}