.site-header .navbar-brand img {
  max-width: 200px;
}
.site-header ul li a {
  font-size: 20px;
  color: #231f20;
  font-weight: 500;
  margin-left: 50px;
}
.con-spacing {
  padding: 50px 0;
}
.site-header ul li a:hover,
.site-header ul li a.active {
  color: #f5582c !important; 
  transition: all 0.3s ease-in;
}
.site-header ul li .number {
  background-color: #231f20;
  padding: 8px 20px;
  border: 1px solid #000;
  border-radius: 70px;
  color: #fff;
}
.site-header ul li .number:hover {
  color: #fff !important;
  transition: all 0.3s ease-in;
}
.site-header .number img {
  margin-right: 10px;
  max-width: 22px;
}
.site-header ul li:last-child a {
  margin-left: 100px;
}
/* end */

/* banner start */

.banner-slider {
  margin: auto;
}
.site-banner .banner-text {
  border: 4px solid #000;
  padding: 40px 50px 0 90px;
  max-width: 846px;
  margin: 25px auto;
  position: relative;
}
.site-banner .banner-text span {
  font-size: 28px;
  color: #171717;
  font-weight: 500;
}
.site-banner .banner-text h1 {
  font-size: 50px;
  color: #171717;
  font-weight: 700;
}
.site-banner .banner-text p {
  font-size: 20px;
  color: #171717;
  font-weight: 500;
  margin-bottom: 35px;
  margin-top: 15px;
}
.site-banner .banner-text ul li a {
  font-size: 20px;
  border: 2px solid #231f20;
  padding: 15px 30px;
  border-radius: 50px;
  color: #000;
  background-color: #fff;
}
.site-banner .banner-text ul li a:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.3s ease-in;
}
.site-banner .banner-text .cmp-certified {
  text-align: right;
  padding: 20px 20px;
  position: relative;
  right: -45px;
}
.site-banner .banner-text img {
  max-width: 70px;
  margin-left: auto;
}

.site-banner {
  background-size: cover;
}
.site-banner .banner-text::before {
  content: "";
  /* background-image: url(../images/bottle.webp); */
  background-repeat: no-repeat;
  background-position: center;
  height: 254px;
  width: 345px;
  position: absolute;
  bottom: -91px;
  left: -255px;
  background-size: 334px;
}
.site-banner .banner-text::after {
  content: "";
  /* background-image: url(../images/leafe.webp); */
  background-repeat: no-repeat;
  background-position: center;
  height: 329px;
  width: 449px;
  position: absolute;
  top: -83px;
  left: -300px;
  z-index: 1;
  background-size: 383px;
}
.banner-slider .slick-dots li button:before {
  font-size: 10px;
  color: #f5582c;
}
.banner-slider .slick-dots li {
  margin: 0;
  width: 18px;
  height: 18px;
}
.banner-slider .slick-next:before {
  background-image: url(../images/next.webp);
}

.banner-slider .slick-prev:before,
.banner-slider .slick-next:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 25px;
  width: 23px;
  position: absolute;
  color: white;
  font-size: 0;
  opacity: 1;
  top: 10px;
  right: 13px;
}
.banner-slider .slick-prev:before {
  background-image: url(../images/prev.webp);
}
.banner-slider .slick-next {
  right: 5%;
}
.banner-slider .slick-prev {
  left: 5%;
}

.banner-slider .slick-prev,
.banner-slider .slick-next {
  width: 50px;
  height: 50px;
  background-color: #c9d8b2;
  z-index: 9;
}

.banner-slider .slick-prev:hover,
.banner-slider .slick-next:hover {
  background-color: #f85827;
  transition: all 0.3s ease-in;
}

/* end */
/* tabs */
.view-product-sec {
  background-color: #f4f4f4;
  padding-top: 100px;
}
.view-product-sec-text .sub-heading {
  padding-bottom: 50px;
}
.view-product-sec-tabs .nav-tabs {
  border: none;
  margin-bottom: 100px;
}
.view-product-sec-tabs .nav-tabs .nav-link {
  border: 2px solid #000;
  border-radius: 50px;
  margin: 0 34px;
  min-width: 147px;
  font-size: 18px;
  color: #000;
}
.view-product-sec-tabs .nav-tabs .nav-link:hover {
  background-color: #f5582c;
  color: #000;
  transition: all 0.3s ease-in;
  border: 2px solid #f5582c;
}
.view-product-sec-tabs .nav-tabs .nav-link.active {
  background-color: #f5582c;
  color: #000;
  border: 2px solid #f5582c;
  filter: drop-shadow(9.899px 9.899px 13.5px rgba(245, 130, 32, 0.23));
}
.product-main-wrp .product-item-box {
  border: 1px solid #d8d8d9;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  width: calc(92% / 5);
  float: left;
  /* height: 320px; */
  margin-right: 2%;
  margin-bottom: 30px;
}
.product-main-wrp .product-item-box:nth-child(5n) {
  margin-right: 0;
}
.product-main-wrp .product-item-box figure {
  border: 1px solid #d8d8d9;
  border-radius: 10px;
  padding: 15px 0px;
  text-align: center;
  min-height: 167px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-main-wrp .product-item-box figure img {
  height: 150px;
  object-fit: contain;
  max-width: 100%;
  width: 150px;
}

 .product-item-box h4 {
  font-size:18px;
  text-transform: uppercase;
  color: #101a1c;
  font-weight: 600;
  min-height: 30px;
}
.product-main-wrp .product-item-box p {
  font-size: 14px;
  color: #060606;
  margin-top: 5px;
  /* min-height: 66px; */
}
.product-item-box .view-details-btn {
  padding: 7px 10px;
  color: #fff;
  background-color: #000;
  border-radius: 40px;
  font-size: 11px;
  text-align: center;
}
.item-space {
  margin: 50px 0;
}
.our-srevices-item-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.our-srevices-item-text {
  padding: 20px;
}
.our-srevices-item-text h3 {
  font-size: 38px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 10px;
}
.our-srevices-item-text p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Ubuntu";
  padding-top: 20px;
}
.orange-bg {
  background-color: #f5582c;
}
.green-bg {
  background-color: #f7582e;
}
/* end */
.who-we-are-sec {
  background-color: #f4f4f4;
}
.who-sec-item-box-text h4 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}
.who-sec-item-box-text p {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #ffffff;
  padding-right: 50px;
}
.dark-green p {
  padding-right: 10px;
}
.who-sec-item-box img {
  width: 100%;
  /* height: 300px ; */
}
.who-sec-item-box {
  position: relative;
  margin: 15px 5px;
  overflow: hidden;
}
.our-srevices-item-img{
  overflow: hidden;
}
.who-sec-item-box .who-sec-item-box-text {
  position: absolute;
  top: 100px;
  left: 50px;
  z-index: 1;
}

/* end */
.our-blog-box {
  margin-top: 30px;
}
.our-blog-box h4 {
  font-size: 22px;
  letter-spacing: -1px;
  color: #101a1c;
  font-weight: 500;
  min-height: 60px;
}
.our-blog-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.our-blog-box p {
  font-size: 17px;
  line-height: 30px;
  color: #252525;
}
.our-blog-box a {
  font-size: 18px;
  text-decoration: underline;
  color: #f5582c;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.our-blog-box a::before {
  content: "";
  background-image: url(../images/after-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 23px;
  position: absolute;
  top: 7px;
  left: 95px;
  background-size: contain;
}
.our-blog-btn {
  margin-top: 60px;
}

.inquery-sec {
  padding-bottom: 30px;
}

.inquery-left .main-heading:after {
  left: 0;
  right: inherit;
}
.inquery-left {
  width: 100%;
}

.inquery-left ul li span {
  font-size: 19px;
  letter-spacing: -1px;
  color: #191919;
  font-weight: 500;
  display: block;
}
.inquery-left ul li {
  text-align: center;
}
.inquery-left ul li strong {
  font-size: 40px;
  color: #f5582c;
  font-weight: 700;
  display: block;
}

.inquery-left ul {
  display: flex;
  justify-content: space-between;
}
/* form */
.inquery-form {
  width: 100%;
  text-align: center;
}
.inquery-form form span {
  display: inline-block;
  font-size: 35px;
  color: #191919;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
}

.inquery-form form input {
  height: 45px;
  background-color: #fcfcfc;
  border: 0;
  width: 100%;
  padding: 10px;
}
.inquery-form form ::placeholder {
  font-size: 18px;
  color: #788d8c;
  padding-left: 15px;
  width: 100%;
}
.inquery-form form textarea {
  min-height: 80px;
  width: 100%;
  overflow-x: hidden;
  border: 0;
  padding: 10px;
}

.inquery-form {
  background-color: #f5582c;
  padding: 30px 60px;
  padding: 15px 40px;
  position: sticky;
  top: 20px;
}

.inquery-form .input-box {
  margin-bottom: 15px;
}

.submit-form button {
  min-width: 165px;
  height: 50px;
  border-radius: 35px;
  background-color: #ffffff;
  border: 2px solid #231f20;
  line-height: 60px;
  padding: 0;
  color: #231f20;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
/* end */
.site-footer {
  background-color: #ffffff;
  padding: 50px 0;
}
.site-footer .footer-info p {
  font-size: 16px;
  line-height: 26px;
  color: #204644;
  padding-top: 10px;
}
.site-footer .footer-info ul {
  margin-top: 20px;
}
.site-footer .footer-info ul li a {
  font-size: 16px;
  color: #204644;
}
.site-footer .footer-info h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #204644;
  font-weight: 700;
}
.site-footer .footer-info .social-media {
  margin-top: 70px;
}
.site-footer .footer-info .social-media .social-media-icon {
  padding-right: 25px;
}
.call-sec span {
  display: block;
}

.copy-right {
  background-color: #f7582e;
}
.copy-right span {
  display: inline-block;
  padding: 15px 0;
  font-size: 16px;
  color: #ffffff;
}

/* product-detail-page-start */
.product-detail {
  background-color: #FDCCB0;
  padding: 30px 0;
}
.inner-banner h1 {
  font-size: 38px;
  color: #231f20;
  font-weight: 700;
}
.inner-banner .breadcrumb {
  justify-content: center;
}
.inner-banner .breadcrumb li a {
  font-size: 18px;
  color: #252525;
}
.inner-banner .breadcrumb li a:hover {
  color: #f5582c;
}
.product-discription {
  margin-bottom: 0px;
}
.discription-text h2 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #252525;
  font-weight: 700;
}
.discription-text span {
  display: inline-block;
  padding: 10px 0;
}
.discription-text p,
.discription-text span {
  font-size: 19px;
  line-height: 30px;
  color: #252525;
}
.similar-product-item .product-item-box figure img {
  height: 135px;
  max-width: 100%;
  width: 150px;
  object-fit: contain;
}
.similar-product-item .product-item-box figure {
  border: 1px solid #d8d8d9;
  border-radius: 10px;
  padding: 15px 0px;
  text-align: center;
  min-height: 167x;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.similar-product-item .product-item-box {
  border: 1px solid #d8d8d9;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  width: calc(92% / 5);
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
}
.similar-product-item .product-item-box:nth-child(5n) {
  margin-right: 0;
}
.submit-form{
  text-align: center;
}
.similar-product-item .product-item-box h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #101a1c;
  font-weight: 600;
  /* min-height: 50px; */
}
.similar-product-item .product-item-box p {
  font-size: 14px;
  color: #060606;
  margin-top: 5px;
  /* min-height: 65px; */
}
.contact-us .contact-us-boxies:hover{
  background-color: #f7582e;
}
.contact-us .contact-us-boxies:hover h3 {
  color: #fff;
}
.contact-us .contact-us-boxies:hover a, .contact-us .contact-us-boxies:hover li, .contact-us .contact-us-boxies:hover address {
  color: #fff;
}
.product-sec-our-blog .our-blog {
  background-color: #FDCCB0;
}
.product-detail-sec {
  padding-top: 100px;
}
.liven-detail {
  margin-right: 150px;
}
.liven-detail h3 {
  font-size: 25px;
  color: #191919;
  font-weight: 700;
}
.liven-detail span {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 1px;
  color: #252525;
  font-weight: 700;
  margin: 5px 0;
}
.liven-detail p {
  font-size: 17px;
  line-height: 20px;
  color: #252525;
}

.product-highlights h4 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #252525;
  font-weight: 700;
}
.product-highlights ul {
  display: block;
  margin: 20px 0;
}
.product-highlights ul li {
  padding-bottom: 10px;
  font-size: 19px;
  color: #252525;
  position: relative;
  padding-left: 30px;
  list-style: disc;
}
.product-highlights ul li span {
  position: absolute;
  top: -10px;
  left: 0px;
}
.product-highlights ul li span img {
  height: 20px;
  width: 20px;
}

/* product-page-start */
.products {
  margin: 100px 0;
}
.filter-top-head {
  background-color: #000;
  padding: 10px 20px;
}
.products .filter-top-head span {
  font-size: 15px;
  color: #ffffff;
}
.products .filter-top-head .clear-all {
  border: none;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  background-color: transparent;
}
.filter-item-box h3 {
  font-size: 15px;
  color: #171717;
  font-weight: 500;
  margin: 10px 0;
}
.filter-item-box ul li a {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #626161;
  padding-bottom: 15px;
}
.filter-item-box {
  padding: 0 20px;
  border-top: 1px solid #ebebeb;
}
.filter-main-box {
  border: 1px solid #ebebeb;
  border: 1px solid #ebebeb;
  position: sticky;
  top: 69px;
}

.product-item-container .product-item-box {
  border: 1px solid #d8d8d9;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  width: calc(94% / 3);
  float: left;
  height: 320px;
  margin-right: 2% !important;
  margin-bottom: 30px;
}

.product-item-container .product-item-box figure {
  border: 1px solid #d8d8d9;
  border-radius: 10px;
  padding: 15px 0px;
  text-align: center;
  min-height: 167px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-item-container .product-item-box figure img {
  height: 135px;
  max-width: 100%;
width: 150px;
object-fit: contain;
}

.product-item-container .total-item h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  padding-right: 25px;
}
/* slider css */

.filter .carousel-indicators {
  position: relative;
  display: block;
  margin: 0;
  border-right: 0.75px solid #c0c0c2 !important;
}

.filter .carousel-indicators button {
  background: transparent;
  padding: 0 !important;
  opacity: 1 !important;
  width: 223px !important;
  height: 189px !important;
  position: relative;
  display: block;
  margin: 0 !important;
  border-bottom: 0.75px solid #c0c0c2 !important;
}

.filter .carousel-indicators button:last-child {
  border-bottom: 0 !important;
  border-bottom-right-radius: 8px;
}

.filter .carousel-indicators button:first-child {
  border-top-right-radius: 8px !important;
}

.filter .carousel-indicators button button img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.filter .carousel-indicators button img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  max-width: 100%;
  max-height: 100% !important;
  width: auto !important;
  margin: auto;
  height: auto !important;
  padding: 20px;
}

.filter .carousel-item {
  position: relative;
  margin: 0;
  /* min-height: 515px;
  max-height: 515px; */
  height: 100%;
}

.filter .carousel-item img {
  max-width: 100% !important;
  width: auto !important;
   position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 100%;*/
    /*max-height: 100%;*/
    /*object-fit: none;*/
    overflow: hidden;
    margin: auto;

}

.filter .carousel {
  position: relative;
  display: flex;
  border-radius: 9px;
  background-color: #fcfcfc;
  border: 0.75px solid #c0c0c2;
  overflow: hidden;
  margin-bottom: 30px;
  max-height: 450px;
  min-height: 450px;
  height: 450px;
}

/* .filter .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;
} */
.filter .carousel-inner {
    height: 100%;
}

/* .filter .carousel-item img {
  max-width: 100% !important;
  width: auto !important;
  margin: auto;
} */
/* terms */
.terms_section .terms_top-head {
  margin: 30px 0;
}
.terms_section .terms_top-head h2 {
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
.terms_section p,
.terms_section span,
.terms_section li {
  font-size: 17px;
  padding-top: 5px;
  color: #7f7f7f;
  margin-bottom: 0;
}
.terms_section li {
  color: #000;
  list-style: auto;
}
.terms_midle-box h3 {
  padding-bottom: 5px;
  font-size: 23px;
}
.terms_midle-box {
  padding-bottom: 30px;
}
.terms_midle-box h4 {
  padding-bottom: 5px;
  font-size: 20px;
}

/* blog page */
.blog-top-sec {
  margin-top: 50px;
}
.blog-top-sec .blog-left h2 {
  margin-top: 30px;
  font-size: 30px;
  color: #101a1c;
  font-weight: 700;
}
.blog-top-sec .blog-left img {
  width: 100%;
}
.blog-top-sec .blog-left span {
  font-size: 17px;
  color: #282b2c;
}
.blog-right h3 {
  font-size: 30px;
  color: #000000;
  font-weight: 500;
}
.blog-right h4 {
  font-size: 18px;
  color: #101a1c;
  font-weight: 600;
  margin-top: 20px;
}
.blog-right span {
  font-size: 15px;
  color: #282b2c;
  margin: 5px 0;
}
.blog-right a {
  display: block;
  font-size: 14px;
  text-decoration: underline;
  color: #101a1c;
  font-weight: 600;
}
.product-sec-our-blog .blog h4 {
  font-size: 26px;
  letter-spacing: -1px;
  color: #101a1c;
  font-weight: 500;
}
.product-sec-our-blog .blog span {
  font-size: 15px;
  color: #282b2c;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-sec-our-blog .blog p {
  font-size: 18px;
  line-height: 29px;
  color: #252525;
}
.product-sec-our-blog .blog-top-sec {
  margin-top: 50px;
}
.product-sec-our-blog .blog a {
  font-size: 16px;
}
.product-sec-our-blog .blog {
  margin: 20px 0;
  margin-bottom: 90px;
}

/* blog-detail */
.detail p {
  padding-top: 20px;
  font-size: 17px;
  line-height: 1.7;
  color: #252525;
}
.inner-banner .breadcrumb-item {
  font-size: 18px;
  color: #252525;
}
/* contact us page */
.contact-us .contact-us-boxies h3 {
  font-size: 31px;
  letter-spacing: -1px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 30px;
}
.contact-us .contact-us-boxies a,
.contact-us .contact-us-boxies li,
.contact-us .contact-us-boxies address {
  font-size: 18px;
  color: #353535;
}
.contact-us .contact-us-boxies {
  width: calc(96% / 3);
  border: 1px solid #aeaeae;
  border-radius: 10px;
  padding: 55px 25px 35px 25px;
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
  margin-top: 50px;
}
.contact-us .contact-us-boxies:nth-child(3n) {
  margin-right: 0;
}
.contact-us-discription p {
  font-size: 17px;
  line-height: 2.5;
  color: #252525;
}
.contact-us-form .inquery-form {
  padding: 50px 100px;
}
/* carrer page */
.carrer .contact-us-boxies h3 {
  margin-bottom: 10px;
  min-height: 73px;
}

.career .contact-us-boxies {
  margin-bottom: 62px;
}

.opening h4 {
  font-size: 36px;
  color: #ff8201;
  font-weight: 600;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.opening span {
  font-size: 21px;
  color: #131313;
  font-weight: 400;
  text-align: center;
  display: block;
  font-family: "Montserrat", sans-serif;
}
.opening p {
  font-size: 20px;
  color: #373636;
  font-weight: 600;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.opening button {
  border: 1px solid #a1a1a1;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 16px;
  color: #171717;
  font-weight: 600;
  text-align: center;
  background: transparent;
  font-family: "Montserrat", sans-serif;
}
.opening {
  width: calc(94% / 4);
  border: 1px solid #aeaeae;
  border-radius: 10px;
  padding: 25px 0;
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
  margin-top: 50px;
}
.opening:nth-child(4n) {
  margin-right: 0;
}
.career-form-main {
  border: 1px solid #aeaeae;
  padding: 20px 40px;
  margin: 40px 0 70px 0;
}
.career-form-main form label {
  display: block;
  padding: 20px 0 5px 0;
  font-size: 18px;
  color: #1e1e1e;
}
.upload-btn-wrapper label {
  background-color: #fff;
  border-radius: 10px;
  opacity: 1;
  border: 1px solid #757874;
  padding: 13px 20px !important;
}

.career-form-main form::placeholder {
  width: 100%;
  font-size: 20px;
  color: #636363;
  font-weight: 300;
}
.career-form-main form input {
  height: 53px;
  width: 100%;
  padding: 10px;
  border: 1px solid #757874;
  border-radius: 10px;
  font-size: 17px;
}
.career-form-main form select {
  height: 53px;
  width: 100%;
  padding: 10px;
  border: 1px solid #757874;
  border-radius: 10px;
  color: #636363;
  font-size: 17px;
}
.career-form-main form button {
  margin-top: 18px;
  padding: 10px 20px;
  width: 150px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 40px;
  font-size: 20px;
  color: #ffffff;
  background-color: #f58220;
}



.career-form-main form textarea {
  height: 101px;
  width: 100%;
  border: 1px solid #757874;
  border-radius: 10px;
  color: #636363;
  padding: 20px 20px;
  font-size: 17px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}

.upload-btn-wrapper .btn {
  color: black;
  background-color: #fed2a3;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 17px;
  width: 100%;
  height: 100px;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.career-topbox-row {
  overflow: hidden;
  display: flex;
  flex-flow: wrap;
}
.career-middle-box {
  overflow: hidden;
  display: flex;
  flex-flow: wrap;
}
.opening button:hover {
  background-color: #000;
  color: #fff;
}
.career-form-main form button:hover {
  background-color: #000;
  color: #fff;
}

/* about page */
.about-top-sec {
  margin-top: 20px;
}
.about-top-sec .about-banner-img img {
  width: 100%;
}
.about-top-discription .about-top-paragraph p {
  font-size: 18px;
  line-height: 30px;
  color: #252525;
  padding-top: 20px;
}
.about-heighlight-heading h2 {
  font-size: 40px;
  letter-spacing: 3px;
  color: #0a0a0a;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}


.about-heighlight-heading span {
  display: block;
  font-size: 17px;
  color: #250708;
  text-align: center;
  padding: 20px 0;
}
/*.about-heighlight-heading p {*/
/*  font-size: 20px;*/
/*  line-height: 30px;*/
/*  color: #303030;*/
/*  font-weight: 300;*/
/*  text-align: center;*/
/*}*/
.about-heighlight-heading p {
  font-size: 20px;
  line-height: 30px;
  color: #0a0a0a;
  /* text-align: justify; */
}
.about-heighlight-heading {
  margin: 40px 0 30px 0;
}
.about-middle-sec .middle-sec-box h3 {
  font-size: 25px;
  color: #101a1c;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.about-middle-sec .middle-sec-box p {
  font-size: 18px;
  line-height: 1.4;
  color: #282b2c;
  text-align: center;
    min-height: 152px;
}
.middle-sec-box {
  border: 1px solid #b7b7b7;
  padding: 50px 20px 25px 20px;
  border-radius: 10px;
}
.middle-sec-dec .middle-sec-paragraph p {
  font-size: 20px;
  line-height: 1.8;
  color: #252525;
  margin-top: 30px;
}

/* franshee page */
.franshee-top-head {
  margin-top: 50px;
}
.franshee-top-head .frs-top-head-left {
  margin-top: 50px;
  padding: 0 30px;
}
.frnsh {
  font-size: 38px;
  color: #231f20;
  position: relative;
  padding-bottom: 20px;
}
.frnsh::after {
  content: "";
  width: 90px;
  height: 6px;
  background-color: #f5582c;
  position: absolute;
  left: 0px;
  right: 195px;
  bottom: 0;
}
.franshee-top-head .frs-top-head-left span {
  font-size: 24px;
  line-height: 1.4;
  color: #1a4241;
  font-weight: 300;
  font-family: "Ubuntu";
  display: block;
  margin: 20px 0;
}
.franshee-top-head .frs-top-head-left p {
  font-size: 13px;
  line-height: 1.6;
  color: #303030;
  font-weight: 300;
  font-family: "Ubuntu";
  margin: 30px 0;
}
.franshee-top-head .frs-top-head-left h2 {
  font-size: 35px;
  font-weight: 400;
}
.frs-top-head-right img {
  width: 100%;
  height: 600px;
}
.franshe-form {
  background-color: #f7582e;
}
.franshe-form form span {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}
.franshe-form form span::after {
  content: "";
  width: 80px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  right: 195px;
  bottom: 0;
}
.frs-form-right {
  margin-top: 30px;
}
.frs-form-right span {
  font-size: 20px;
  line-height: 1.5;
  color: #1a4241;
  font-weight: 300;
  font-family: "Ubuntu";
  display: block;
  margin: 20px 0;
}
.frs-form-right ul li {
  font-size: 16px;
  color: #303030;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}
.frs-form-right ul li::after {
  content: "";
  background-image: url(../images/check-fns.webp);
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 6px;
}
.frn-discription h2 {
  letter-spacing: 0px;
}
.frn-discription {
  margin-top: 70px;
}
.frns-products .view-product-sec {
  background-color: transparent;
}
.frns-bottom {
  background-color: #FDCCB0;
  padding: 50px 0;
}

.p_bgimg {
  margin-top: 45px
}
.p_bgimg  img{
  width: 400px;
}

.launch-modal-custom .modal-dialog {
  max-width: 750px;
}

.launch-modal-custom .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.launch-modal-custom .modal-body {
  padding: 0;
  background: #f7582e;
}

.modal-form-data {
  padding: 20px 20px;
  text-align: center;
}

.modal-form-data h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}

.modal-form-data form button  {
  min-width: 170px;
  height: 50px;
  border-radius: 35px;
  background-color: #ffffff;
  border: 2px solid #231f20;
  line-height: 60px;
  padding: 0;
  color: #231f20;
  font-size: 15px;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.modal-form-data p {
  font-size: 17px;
  line-height: 1.4;
  color: #ffffff;
}

.modal-form-data form input,
.modal-form-data form textarea {
  margin-bottom: 10px;
  height: 45px;
  font-size: 15px;
  width: 100%;
  border: 0;
  padding: 15px;
  outline: 0;
  font-weight: 500;
}

.modal-form-data form textarea {
  min-height: 70px;
  resize: inherit;
}
.modal-form-data form input:focus {
  box-shadow: none;
}

.modal-form-data .btn-close {
  position: absolute;
  right: 10px;
  top: 7px;
  box-shadow: none;
}

/* New Css */
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: 50px;
  height: 50px;
  background-color: #d2c3bf;
  z-index: 9;
}

.carousel-control-next-icon:hover, .carousel-control-prev-icon:hover{
      background-color: #f85827;
    transition: all 0.3s ease-in;
}
.ftr-logo img{
  max-width: 140px;
}

.product-item-box .view-details-btn:hover{
  background-color: white;
  color: #000;
  transition: all 0.3s ease-in;
  border: 1px solid;
}
/* .our-blog-box:hover{
  -webkit-box-shadow: 0 20px 40px -5px rgb(9 30 66 / 30%);
  box-shadow: 0 20px 40px -5px rgb(9 30 66 / 30%);
} */

/* .our-blog-box{
  -webkit-transition: .6s;
    transition: .6s;
} */
.our-blog-img:hover.our-blog-img img{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.our-blog-img {
  overflow: hidden;
}
 .our-blog-img img{
  -webkit-transition: .5s;
  transition: .5s;
}
.site-footer .footer-info ul li a:hover{
  color: #f5582c;
}


/* .product-item-box figure:hover.product-item-box figure img{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);

}
.product-item-box figure{
  overflow: hidden;
}
.product-item-box figure img{
  -webkit-transition: .5s;
  transition: .5s;
} */

.product-item-box:hover img, .who-sec-item-box:hover img, .our-srevices-item-img:hover img {
  transform: scale(1.15);
}
.product-item-box img, .who-sec-item-box img, .our-srevices-item-img img {
  transition: all 0.5s;
}