@charset "UTF-8";
/*Color theme */
/*#7d0a9e;/*#93c841*/
/*=====font-family-start=====*/
@font-face {
  font-family: "SourceSanPro Italic";
  src: local("SourceSanPro Italic"), local("SourceSanPro-Italic"), url(../fonts/SourceSansPro-Italic.ttf) format("ttf"), url(SourceSanPro-Italic.ttf) format("ttf"), url(../fonts/SourceSansPro-Italic.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*=====font-family-end=====*/
* {
  margin: 0;
  padding: 0;
}

body {
  scroll-behavior: smooth;
  color: #000;
}

ul {
  list-style: none;
  margin-bottom: 0px;
}

img {
  width: 100%;
}

.hcenter {
  justify-content: center;
}

.vcenter {
  align-items: center;
}

a {
  color: #3c3c3c;
}

a:hover {
  text-decoration: none;
  color: #155718;
}

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

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

button:focus {
  outline: none;
}

.btn-main {
  background: #155718;
  background: #f37021;
  color: #fff;
  border-radius: 79px;
  border: none;
  padding: 8px 28px;
  text-transform: capitalize;
}
.btn-main a {
  color: #fff;
}
.btn-main:hover {
  color: #fff;
}

.btn-main1 {
  background: #fff;
  text-transform: capitalize;
  color: #155718;
  border: 1px solid #155718;
  border-radius: 79px;
  padding: 8px 28px;
}
.btn-main1 a {
  color: unset;
}

.btn-outline {
  background: transparent;
  text-transform: capitalize;
  color: #fff;
  border: 1px solid #155718;
  box-shadow: 0 0 6px 2px #fff inset;
  border-radius: 79px;
  padding: 8px 28px;
}
.btn-outline a {
  color: unset;
}

.navbar-toggler span i {
  color: #155718;
  line-height: 1.5;
}

header {
  transition: 0.5s;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}

.sticky {
  transition: 0.5s;
  background: #fff;
  top: 0;
  z-index: 99999;
  box-shadow: 1px -1px 17px 0px #e3e3e3;
  width: 100%;
  padding: 4px 0;
}

.sticky .navbar-nav .nav-item .nav-link {
  color: #000000;
  transition: 0.5s;
}

.nav-item:hover .dropdown-menu {
  display: block;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #155718;
  text-decoration: none;
  background-color: #e9c0f5;
}

.dropdown-menu {
  top: 91%;
  padding: 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu .dropdown-item {
  font-size: 14px;
}

.navbar-brand {
  width: 14%;
}

.sticky .navbar-brand {
  color: #003877;
  font-family: fantasy;
  font-size: 31px;
  letter-spacing: 2px;
}

.navbar-nav .nav-item .nav-link {
  color: #999999;
  margin-right: 16px;
}

.navbar-toggler {
  border: 2px solid #155718;
  display: none;
}

.navbar-toggler span i {
  color: #155718;
  line-height: 1.5;
}

.top-header {
  background: #000;
  padding: 8px 0;
}
.top-header a {
  color: #fff;
  font-size: 12px;
}

.top-contact a i {
  background: #155718;
  background: #000;
  color: #fff;
  padding: 7px 8px;
  border-radius: 50%;
  margin-right: 3px;
  height: 26px;
  width: 26px;
  text-align: center;
}

.top-contact a {
  margin-right: 15px;
}

.top-contact ul {
  display: flex;
  justify-content: end;
}

.top-contact span {
  float: right;
}

.main-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner1.jpeg);
  background-size: cover;
  position: relative;
  height: 500px;
}

.banner-content {
  padding: 80px;
}
.banner-content h1 {
  font: 700 40px/1 Archivo, sans-serif;
  color: #fff;
  transition: color 0.3s ease;
  max-width: 900px;
  line-height: 50px;
  text-transform: capitalize;
}
.banner-content:hover {
  color: #e9c0f5;
}
.banner-content p {
  color: #eeeeee;
  font-size: 18px;
  margin: 40px 0;
  max-width: 900px;
}
.banner-content .btn-main {
  background: #f37021;
}

.banner-slider.slick-slider .slick-list .slick-slide {
  background-size: cover;
}

.service-bg {
  background: #eeeeee;
  padding-top: 60px;
}
.service-bg .service-slider {
  padding: 0 70px;
}
.service-bg .service-slider .slick-prev {
  left: 0;
  background: transparent;
}
.service-bg .service-slider .slick-next {
  right: 0;
  background: transparent;
}
.service-bg .service-card {
  text-align: center;
  background: #fff;
  padding: 10px 10px 20px;
  border-radius: 10px;
  border: 1px solid;
  transition: 0.4s all ease;
  margin: 30px 10px;
}
.service-bg .service-card p {
  min-height: 80px;
  line-height: 20px;
}
.service-bg .service-card h3 {
  min-height: 64px;
  font-size: 1.4rem;
}
.service-bg .service-card:hover {
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1803921569);
  transform: scale(1.01);
}

.heading {
  text-align: center;
  margin-bottom: 50px;
}
.heading h2 {
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 800;
}
.heading p {
  color: #f37021;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  max-width: 700px;
  margin: auto;
}

.service-card-hv {
  transition: 0.5s;
}

.service-card-hv:hover {
  transition: 0.5s;
}

.service-card img {
  width: 21%;
  margin: auto;
}

.service-card h3 {
  font-weight: 700;
  margin-top: 11px;
}

.border-bottom {
  border-bottom: 2px solid #f5f5f5;
}

.border-right {
  border-right: 2px solid #f5f5f5;
}

.choose-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0, 0, 1)), url(../img/counter.jpeg);
  background-size: cover;
  background-attachment: fixed;
  padding: 50px;
  background: #fff;
}

.choose-bg .row-custom {
  align-items: center;
}

.choose-text {
  text-align: center;
  color: #000;
}

.choose-text h2 {
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 800;
  color: #000;
}

.choose-text p {
  color: #000;
  margin-bottom: 20px;
}

.choose-card {
  background: #fff;
  border-radius: 5px;
  padding: 22px 8px;
  text-align: center;
  border: 1px solid;
}

.choose-card img {
  width: 25%;
  margin-bottom: 15px;
}

.choose-card h3 {
  font-size: 23px;
}

.choose-card h4 {
  font-weight: 800;
}

.about-bg {
  background: #eeeeee;
  padding: 100px 40px;
}
.about-bg .container {
  max-width: 960px;
}
.about-bg .container > .row {
  background: #fff;
  box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.0901960784);
}
.about-bg .container > .row .col-lg-5 {
  padding: 0;
}
.about-bg .container > .row .col-lg-5 .about-img {
  height: 100%;
}
.about-bg .container > .row .col-lg-5 .about-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-text {
  padding: 30px 0;
}
.about-text h4 {
  color: #f37021;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
}
.about-text h2 {
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 800;
  margin-bottom: 30px;
}
.about-text p {
  color: #8f8f8f;
  margin-bottom: 2px;
}
.about-text ul {
  margin-top: 30px;
}
.about-text ul li {
  display: flex;
  align-items: center;
  box-shadow: 3px 3px 10px 0px #f1f1f1;
  padding: 10px 17px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
}
.about-text ul li img {
  width: 9%;
  margin-right: 10px;
}

.about-bg.testimonial-bg {
  background: #fff;
}
.about-bg.testimonial-bg .container {
  max-width: 1140px;
}
.about-bg.testimonial-bg .container > .row {
  background: #fff;
  box-shadow: none;
}

.testimonial-bg {
  padding-bottom: 50px;
}
.testimonial-bg .testimonial-slide {
  margin-top: 0px;
}
.testimonial-bg .testimonial-slide .slick-list {
  padding-top: 46px;
}

.testimonial-card {
  border-radius: 5px;
  box-shadow: 1px 1.732px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 30px 20px;
  background: #fff;
  margin-bottom: 25px;
}

.testimonial-card p {
  color: #8f8f8f;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 0px;
  text-align: center;
}

.testimonial-detail {
  align-items: center;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}

.testimonial-detail i {
  color: #155718;
  position: absolute;
  left: 47%;
  font-size: 20px;
  bottom: 5px;
}

.testimonial-detail img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #eeeeee;
  margin: -70px auto 10px;
}

.testimonial-detail h3 {
  font-size: 16px;
  font-weight: 800;
}

.slick-dots li {
  width: 10px;
}
.slick-dots li button {
  font-size: 0;
  border: 1px solid;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border: 2px solid #155718;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
  background: #155718;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
}

.testimonial-slide .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li button:before {
  content: "";
}

.team-card {
  margin-bottom: 30px;
  margin-top: 10px;
}
.team-card img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  border: 4px solid #b0b0b0;
  box-shadow: 0 0 0px 5px #eeeeee;
}
.team-card .team-detail {
  position: relative;
  padding: 5px;
  text-align: center;
}
.team-card .team-detail h4 {
  font-size: 1.3rem;
}
.team-card .team-detail p {
  font-size: 0.8rem;
  color: #155718;
}

.team-detail h3 {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 2px;
}

.team-detail p {
  margin-bottom: 0px;
}

.team-detail ul {
  position: absolute;
  top: 11px;
  right: 19px;
}

.team-detail ul li a i {
  color: #155718;
}

.news-card {
  border: 3px dotted #efefef;
  border-radius: 10px;
  padding: 24px 20px;
  margin-bottom: 20px;
}

.news-content h3 {
  font-weight: 800;
  font-size: 22px;
}

.news-content p {
  color: #9ed453;
  margin-bottom: 12px;
}

.news-content span {
  color: #8f8f8f;
}

.team-slide .slick-dots {
  bottom: -50px;
}

footer {
  background-image: url(../img/aliment-right.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-top: 60px;
}

.company-detail img {
  width: 62%;
}

.quick-links h3 {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 24px;
}

.quick-links ul li {
  line-height: 2;
}

.quick-links ul li a {
  font-size: 14px;
  font-weight: 500;
  transition: 0.5s;
}

.quick-links ul li a:hover {
  color: #155718;
  transition: 0.5s;
}

.footer-contact ul li a {
  font-size: 13px;
}

.footer-contact ul li a i {
  color: #155718;
  margin-right: 5px;
}

.footer-follow ul {
  display: flex;
  align-items: center;
  float: right;
}

.footer-follow ul li a i {
  color: #155718;
  font-size: 20px;
  margin-left: 10px;
}

.copyright {
  border-top: 1px solid #155718;
  margin-top: 21px;
  padding: 12px 0px;
  background: #000;
  color: #fff;
}

.copyright-text p {
  margin-bottom: 0px;
  font-size: 12px;
}

/*======about us======*/
.breadcrumb-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/breadcrumb-banner.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 108px 0;
  position: relative;
}
.breadcrumb-banner > .container {
  position: relative;
}
.breadcrumb-banner.contact > .container {
  position: relative;
}
.breadcrumb-banner.contact > .container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  background: rgba(0, 0, 0, 0.6705882353);
  left: 0;
  z-index: 2;
  top: -77%;
  padding: 60px;
}

.breadcrumb-content {
  text-align: center;
  position: relative;
  z-index: 3;
}

.breadcrumb-content h2 {
  font-size: 39px;
  font-weight: 900;
  color: #fff;
}

.breadcrumb-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-content ul li a {
  color: #fff;
}

.breadcrumb-content ul li {
  color: #f37021;
}

.contact-map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.contact-map html:before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.contact-details h2 {
  font-weight: 800;
}
.contact-details p {
  color: #f37021;
}
.contact-details h5 a {
  color: #2f2f2f;
  font-size: 14px;
}
.contact-details h5 a i {
  margin-right: 7px;
  color: #f37021;
}
.contact-details h4 {
  font-weight: 700;
  position: relative;
  margin-top: 20px;
}
.contact-details h4::before {
  content: "";
  background: #155718;
  width: 49px;
  height: 4px;
  position: absolute;
  top: 14px;
  right: 54%;
}
.contact-details ul {
  display: flex;
  margin-top: 13px;
}
.contact-details ul li {
  background: #155718;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5;
  margin-right: 14px;
  box-shadow: 3px 3px 8px 0px #d7d7d7;
  transition: 0.5s;
}
.contact-details ul li:hover {
  box-shadow: unset;
  transition: 0.5s;
}
.contact-details ul li a i {
  color: #fff;
}

.contact-form-design form input, .contact-form-design form textarea {
  width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
  border: none;
  background: #eeeeee;
}

.about-bg.contact-section {
  padding: 40px;
}
.about-bg.contact-section .container {
  max-width: 1140px;
}
.about-bg.contact-section .container .row {
  padding: 40px;
}
.about-bg.contact-section .container .row .col-lg-7 {
  border-left: 1px solid #eeeeee;
}

/*========login signup========*/
.form-modal {
  width: 80%;
  margin-left: auto;
  /* transform: translateX(-50%); */
  background: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.form-modal button {
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
  font-size: 1em;
  z-index: 2;
  outline: none;
  background: #fff;
  transition: 0.2s;
}

.form-modal .btn {
  border-radius: 20px;
  border: none;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.8em 1em 0.8em 1em !important;
  transition: 0.5s;
  border: 1px solid #ebebeb;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.form-modal .login, .form-modal .signup {
  background: #155718;
  color: #fff;
}

.form-modal .login:hover, .form-modal .signup:hover {
  background: #222;
}

.form-toggle {
  position: relative;
  width: 100%;
  height: auto;
}

.form-toggle button {
  width: 50%;
  float: left;
  padding: 1.5em;
  margin-bottom: 1.5em;
  border: none;
  transition: 0.2s;
  font-size: 1.1em;
  font-weight: bold;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.form-toggle button:nth-child(1) {
  border-bottom-right-radius: 20px;
}

.form-toggle button:nth-child(2) {
  border-bottom-left-radius: 20px;
}

#login-toggle {
  background: #155718;
  color: white;
}

.form-modal form {
  position: relative;
  width: 90%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}

#login-form, #signup-form {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 1em;
}

#signup-form {
  display: none;
}

#login-form button, #signup-form button {
  width: 100%;
  margin-top: 0.5em;
  padding: 0.6em;
}

.form-modal input {
  position: relative;
  width: 100%;
  font-size: 1em;
  padding: 1.2em 1.7em 1.2em 1.7em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  border-radius: 20px;
  border: none;
  background: #ebebeb;
  outline: none;
  font-weight: bold;
  transition: 0.4s;
}

.form-modal input:focus, .form-modal input:active {
  transform: scaleX(1.02);
}

.form-modal input::-webkit-input-placeholder {
  color: #222;
}

.form-modal p {
  font-size: 16px;
  font-weight: bold;
}

.form-modal p a {
  color: #155718;
  text-decoration: none;
  transition: 0.2s;
}

.form-modal p a:hover {
  color: #222;
}

#login-form form ul li .google {
  background: #dd4b39;
  padding: 13px 18px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}

#login-form form ul li .facebook {
  background: #4267B2;
  margin-right: 10px;
  padding: 13px 18px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

#login-form form h3 {
  text-align: center;
  font-weight: 800;
}

#login-form form ul {
  display: flex;
  justify-content: center;
  margin: 34px 0 20px 0;
}

#signup-form form ul li .google {
  background: #dd4b39;
  padding: 13px 18px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}

#signup-form form ul li .facebook {
  background: #4267B2;
  margin-right: 10px;
  padding: 13px 18px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

#signup-form form h3 {
  text-align: center;
  font-weight: 800;
}

#signup-form form ul {
  display: flex;
  justify-content: center;
  margin: 34px 0 20px 0;
}

.-box-sd-effect:hover {
  box-shadow: 0 4px 8px hsla(210, 2%, 84%, 0.2);
}

/*=======login signup end=======*/
/*=====blogs=====*/
.pagination-custom .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #155718;
  border-color: #155718;
}

.pagination-custom .page-item .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #155718;
  background-color: #fff;
  border: 1px solid #155718;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.pagination-custom ul {
  float: right;
}

.blog-detail-card {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-bottom: 20px;
}

.blog-writer {
  padding: 14px 28px;
}

.blog-writer h3 {
  font-weight: 800;
  font-size: 26px;
}

.blog-writer span i {
  color: #155718;
  margin-right: 10px;
}

.blog-writer span {
  color: gray;
}

.blog-detail {
  padding: 30px 28px;
}

.blog-detail h4 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 25px;
}

.blog-detail p {
  color: gray;
  margin-bottom: 5px;
}

.blog-search {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 16px 8px;
  position: relative;
  margin-bottom: 20px;
}

.blog-search input {
  width: 100%;
  padding: 10px;
  border: 1px solid #155718;
}

.blog-search input::-moz-placeholder {
  color: #155718;
}

.blog-search input::placeholder {
  color: #155718;
}

.blog-search i {
  position: absolute;
  top: 30px;
  right: 22px;
  color: #155718;
}

.blog-categories {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 16px 8px;
  margin-bottom: 20px;
}

.blog-categories h3 {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.blog-categories .tags span.active {
  background: #155718;
  padding: 6px 8px;
  border-radius: 5px;
  margin-right: 10px;
}

.blog-categories .tags span.active a {
  color: #fff;
}

.blog-categories .tags span {
  background: #e9c0f5;
  padding: 6px 8px;
  border-radius: 5px;
  margin-right: 10px;
}

.blog-categories .tags span a {
  color: #155718;
}

.blog-categories .form-inline {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

.blog-categories .form-inline input {
  margin-left: auto;
}

.popular-post p {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

/*======blogs end======*/
/*product page*/
.product-detail {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.product-detail img {
  border-radius: 5px 5px 0px 0px;
}

.product-detail-card h3 {
  font-weight: 800;
  margin-bottom: 25px;
}

.product-detail-card {
  padding: 30px;
}

.product-detail-card p {
  margin-bottom: 6px;
  color: gray;
}

.product-enquiry-form {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 30px 20px 0;
  background: #eeeeee;
  margin-top: 40px;
}

.product-enquiry-form form {
  display: flex;
}

.product-enquiry-form form .p-form-btn {
  display: flex;
  align-items: center;
}

.product-enquiry-form form .form-field {
  flex: 1;
  padding-right: 20px;
}

.product-enquiry-form form .form-field .text-field {
  display: flex;
  justify-content: space-between;
}

.product-enquiry-form form .form-field .text-field .form-group {
  width: 32%;
}

.product-enquiry-form form .form-group input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid #bcbcbc;
}

.product-enquiry-form form .form-group textarea {
  width: 100%;
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid #bcbcbc;
}

.product-enquiry-form h4 {
  font-weight: 800;
  margin-bottom: 20px;
}

.assessment-bg {
  background: #fff;
}

.other-products {
  padding: 60px 0;
  background: #eeeeee;
}

.other-product-slide {
  padding: 0 70px;
}

.other-product-slide .slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

¸¸ .service-card img {
  width: 21%;
  margin: auto;
}

.other-product-slide .slick-next {
  right: 0;
  background: transparent;
}

.other-product-slide .slick-prev {
  left: 0;
  background: transparent;
}

.modal-open .modal {
  overflow-x: hidden;
  z-index: 99999999;
  overflow-y: auto;
}

/*product page end */
/*request-modal*/
.modal-body h3 {
  font-weight: 800;
}

.modal-body p {
  color: #f37021;
}

.modal-body form .form-group input {
  width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  background: transparent;
}

.modal-body form .form-group textarea {
  width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  background: transparent;
}

.modal-body form {
  margin-top: 30px;
}

.modal-body form .modal-btn button {
  width: 100%;
}

/*request-modal end*/
/*===news page===*/
.news-card1 {
  border: 3px dotted #efefef;
  border-radius: 10px;
  padding: 24px 20px;
  margin-bottom: 20px;
}

.news-content1 h3 {
  font-weight: 800;
  font-size: 26px;
}

.news-content1 span {
  color: #155718;
}

.news-content1 p {
  border-top: 2px dotted #155718;
  margin-top: 7px;
  padding-top: 17px;
  color: gray;
}

/*news page end*/
.scrollToTop {
  display: block;
  position: fixed;
  right: 40px;
  bottom: 30px;
  background: #000;
  z-index: 99;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 3;
}

.scrollToTop:hover {
  color: #fff;
}

/* sidenav*/
.header-phone {
  display: none;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #e9c0f5;
  overflow-x: hidden;
  text-align: center;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 32px;
  color: #155718 !important;
  display: block;
  transition: 0.3s;
}

.side-nav .dropdown-menu {
  top: 91%;
  padding: 0;
  margin: 6px 19px !important;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 3px;
  background-color: #155718;
  margin: 6px 0;
  border-radius: 51px;
  transition: 0.4s;
}

.change .bar1 {
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: rotate(45deg) translate(-8px, -8px);
}

.li-icon li i {
  background: #e9c0f5;
  color: #fff;
  padding: 13px;
  font-size: 15px;
  border-radius: 50%;
}

/*sidenav end*/
.map-box iframe {
  width: 90%;
  height: 150px;
  margin-top: 20px;
  margin-left: 20px;
}/*# sourceMappingURL=style.css.map */