@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap");
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  cursor: pointer;
}

a, img {
  text-decoration: none !important;
  transition: 0.3s all ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

:focus {
  outline: none !important;
}

html {
  font-size: 16px;
}

p {
  line-height: 28px;
}

body {
  font-family: "TikTok Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  background: #FFF;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
}

/* Preloader
-----------------------------------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #0093B8;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 5px;
  text-transform: uppercase;
  z-index: 20;
}

.load-text span {
  animation: loading 0.1s infinite alternate;
}

.load-text img {
  width: 300px;
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #3fffe6;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #3fffe6;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* ====================== [ Start overlay1 ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl,
[data-overlay-light] .container-xxl,
[data-overlay-light] .container {
  position: relative;
  z-index: 7;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

[data-overlay-dark]:before {
  background: #fff;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 14px 0px;
}
header .nav li a {
  color: #FFF;
  padding: 0px 20px;
  font-size: 18px;
}
header .nav li.active a {
  color: #ffe600;
}
header .mb-nav {
  display: none;
}
header .mb-nav .btn-bar {
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background-color: #FFF;
  padding: 12px;
}
header .mb-nav .btn-bar img {
  width: 100%;
}

.inner-banner {
  width: 100%;
  background: linear-gradient(to bottom, rgb(28, 184, 225) 0%, rgb(3, 147, 185) 100%);
  position: relative;
  padding-top: 170px;
  padding-bottom: 60px;
}
.inner-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/inner-banner-bg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.inner-banner .container {
  position: relative;
  z-index: 9;
}
.inner-banner h1 {
  text-align: center;
  font-size: 34px;
  color: #FFF;
  font-weight: 800;
}
.inner-banner nav ol {
  display: flex;
  justify-content: center;
}
.inner-banner nav ol .breadcrumb-item {
  color: #ffe600;
}
.inner-banner nav ol .breadcrumb-item::before {
  color: #FFF;
}
.inner-banner nav ol .breadcrumb-item a {
  color: #FFF;
}

.banner {
  width: 100%;
  height: 850px;
  background: linear-gradient(to bottom, rgb(28, 184, 225) 0%, rgb(3, 147, 185) 100%);
  position: relative;
}
.banner .carousel {
  position: relative;
  z-index: 11;
}
.banner .carousel-item {
  width: 100%;
}
.banner .carousel-item .carousel-caption {
  width: 100%;
  left: 0;
  bottom: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 180px;
  background-image: url(../images/cow-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.banner .carousel-item .carousel-caption .banner-content {
  width: 50%;
  text-align: left;
}
.banner .carousel-item .carousel-caption .banner-content h1 {
  font-family: "Nunito", sans-serif;
  font-size: 84px;
  color: #FFF;
  font-weight: 900;
  animation-name: fadeInUp2;
  animation-duration: 2.2s;
  animation-fill-mode: both;
}
.banner .carousel-item .carousel-caption .banner-content p {
  font-size: 19px;
  color: #FFF;
  animation-name: fadeInUp2;
  animation-duration: 2.5s;
  animation-fill-mode: both;
}
.banner .carousel-item .carousel-caption .banner-content .banner-btn {
  display: flex;
  animation-name: fadeInUp2;
  animation-duration: 2.5s;
  animation-fill-mode: both;
}
.banner .carousel-item .carousel-caption .banner-content .banner-btn a {
  padding: 12px 25px;
  border: 2px solid #FFF;
  border-radius: 25px;
  display: inline-block;
  margin-right: 10px;
  color: #FFF;
}
.banner .carousel-item .carousel-caption .banner-content .banner-btn a:hover {
  background-color: #FFF;
  color: #000;
}
.banner .carousel-item .carousel-caption .banner-content .banner-btn a:first-child {
  background-color: #FFF;
  color: #000;
}
.banner .carousel-item .carousel-caption .banner-content .banner-btn a:first-child:hover {
  background-color: transparent;
  color: #FFF;
}
.banner .carousel-item .carousel-caption .slider-img {
  width: 50%;
  position: relative;
}
.banner .carousel-item .carousel-caption .slider-img img {
  width: 100%;
  animation-name: fadeInUp;
  animation-duration: 2.2s;
  animation-fill-mode: both;
}
.banner .carousel-item .carousel-caption .slider-img .label-sec {
  width: 243px;
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(46, 165, 202, 0.5);
  -webkit-backdrop-filter: blur(43px);
          backdrop-filter: blur(43px);
  position: absolute;
  display: flex;
  align-items: center;
  border: 1px solid rgba(57, 190, 231, 0.7);
  box-shadow: 3px 7px 22px rgba(20, 66, 80, 0.3882352941);
}
.banner .carousel-item .carousel-caption .slider-img .label-sec .icon {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  padding: 8px;
  background-color: #FFF;
}
.banner .carousel-item .carousel-caption .slider-img .label-sec .icon img {
  width: 100%;
}
.banner .carousel-item .carousel-caption .slider-img .label-sec .content {
  text-align: left;
  padding-left: 10px;
}
.banner .carousel-item .carousel-caption .slider-img .label-sec .content h5 {
  font-size: 18px;
  margin: 0;
  color: #FFF;
}
.banner .carousel-item .carousel-caption .slider-img .label-sec .content p {
  color: #FFF;
  margin: 0;
}
.banner .carousel-item .carousel-caption .slider-img .tp1 {
  top: 130px;
  left: 0;
  animation-name: fadeInUp;
  animation-duration: 4.6s;
  animation-fill-mode: both;
}
.banner .carousel-item .carousel-caption .slider-img .tp2 {
  top: 210px;
  right: 0;
  animation-name: fadeInUp;
  animation-duration: 6.2s;
  animation-fill-mode: both;
}
.banner .carousel-indicators {
  left: inherit;
  width: 20px;
  height: 100%;
  margin-right: 50px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.banner .carousel-indicators button {
  width: 15px;
  height: 15px;
  background-color: #51BFDC;
  border-radius: 50%;
  margin: 0px;
  border: none;
  transition: 0.2s all ease-in-out;
}
.banner .carousel-indicators button.active {
  background-color: #FFF;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.category-wrapper {
  width: 100%;
  position: relative;
}
.category-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 188px;
  background-image: url(../images/banner-overlay.svg);
  background-repeat: repeat-x;
  top: -180px;
  left: 0;
  z-index: 9;
  background-size: 2400px;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #75d9f3;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp2;
}

footer {
  width: 100%;
  background: linear-gradient(135deg, rgb(46, 169, 201) 0%, rgb(0, 111, 141) 100%);
}
footer .f-first {
  width: 100%;
  padding: 30px 0px;
  position: relative;
}
footer .f-first::before {
  content: "";
  width: 91px;
  height: 118px;
  position: absolute;
  left: 0;
  bottom: 20px;
  background-image: url(../images/drop-img2.svg);
  background-repeat: no-repeat;
  opacity: 0.2;
}
footer .f-first::after {
  content: "";
  width: 141px;
  height: 246px;
  position: absolute;
  right: 0;
  bottom: 20px;
  background-image: url(../images/cow-img2.svg);
  background-repeat: no-repeat;
  opacity: 0.5;
}
footer .f-first .container {
  position: relative;
  z-index: 1;
}
footer .f-first .sec1 .f-logo-sec {
  display: flex;
  align-items: center;
}
footer .f-first .sec1 .f-logo-sec .logo {
  width: 124px;
}
footer .f-first .sec1 .f-logo-sec .logo img {
  width: 100%;
}
footer .f-first .sec1 .f-logo-sec .text1 {
  padding-left: 15px;
}
footer .f-first .sec1 .f-logo-sec .text1 h4 {
  font-size: 25px;
  margin: 0;
  font-weight: 400;
  color: #FFF;
}
footer .f-first .sec-right {
  display: flex;
  align-items: center;
}
footer .f-first .sec-right .certification {
  width: 70px;
}
footer .f-first .sec-right .certification img {
  width: 100%;
}
footer .f-first .sec-right .f-media {
  padding-left: 20px;
}
footer .f-first .sec-right .f-media h6 {
  font-size: 16px;
  color: #FFF;
}
footer .f-first .sec-right .f-media .media {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
}
footer .f-first .sec-right .f-media .media a {
  width: 40px;
  height: 40px;
  border: 1px solid #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
}
footer .f-first .sec-right .f-media .media a:hover {
  background-color: #FFF;
  color: #0093B8;
  transform: scale(1.1);
}
footer .f-first .f-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 27px 10px;
}
footer .f-first .f-nav li a {
  color: #FFF;
  padding: 0px 12px;
}
footer .f-first .f-nav li a:hover {
  color: #6edcff;
}
footer .f-first .box {
  width: 100%;
}
footer .f-first .box h4 {
  font-size: 20px;
  color: #FFF;
}
footer .f-first .box p {
  color: #A8ECFF;
}
footer .f-first .box .iso-num {
  padding: 7px 15px;
  border-radius: 25px;
  border: 1px solid #3FC8EE;
  display: inline-block;
  color: #FFF;
}
footer .f-first .box ul li {
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 29px;
  color: #A8ECFF;
}
footer .f-first .box ul li.mail {
  background-image: url(../images/mail-icon.svg);
}
footer .f-first .box ul li.call {
  background-image: url(../images/call-icon.svg);
}
footer .f-first .box ul li a {
  color: #A8ECFF;
}
footer .copyright {
  width: 100%;
  background-color: #14B1DB;
  padding: 15px 0px;
}
footer .copyright p {
  margin: 0;
  text-align: center;
  color: #A2EBFF;
}

.overlay1 {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #0093B8;
  background-color: #0093B8;
  overflow-y: hidden;
  transition: 0.5s;
  background-image: url(../images/banner-overlay.svg);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 620px;
}

.overlay-content {
  position: relative;
  text-align: center;
  margin-top: 30px;
  padding-left: 30px;
}
.overlay-content a {
  margin-bottom: 10px;
  color: #FFF;
  display: block;
  text-align: left;
  font-size: 18px;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay1 .closebtn {
  background-color: #2FAECF;
  border: 1px solid #2EC7EF;
  padding: 2px 15px 2px 6px;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-radius: 35px;
  color: #FFF;
}

.mb-head {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
}

.mb-logo img {
  width: 99px;
}

.menu-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 140px;
}
.menu-wrapper .img-sec img {
  width: 330px;
}
.menu-wrapper .title-sec h6 {
  font-size: 25px;
  color: #FFF;
}

.heading-title h4 {
  font-size: 24px;
  color: #0093B8;
  font-family: "Nunito", sans-serif;
}
.heading-title h5 {
  font-size: 34px;
  color: #00546A;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}

.category {
  width: 100%;
  background-color: #FFF;
  padding-top: 30px;
  position: relative;
}
.category .item {
  width: 100%;
  padding: 30px 5px;
}
.category::before {
  content: "";
  position: absolute;
  width: 253px;
  height: 241px;
  background-image: url(../images/milk-bg.png);
  left: 0;
  top: 50px;
}
.category::after {
  content: "";
  position: absolute;
  width: 214px;
  height: 272px;
  background-image: url(../images/paneer-bg.png);
  right: 0;
  top: 50px;
}
.category .container {
  position: relative;
  z-index: 9;
}
.category .owl-item:nth-child(1n) .box {
  background-color: #C8F3FF;
}
.category .owl-item:nth-child(2n) .box {
  background-color: #FFE6F3;
}
.category .owl-item:nth-child(3n) .box {
  background-color: #E6EAFF;
}
.category .owl-item:nth-child(4n) .box {
  background-color: #FFF8E6;
}
.category .box {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 2px solid #FFF;
  padding: 43px 20px;
  text-align: center;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.05);
}
.category .box .icon {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.category .box .icon span {
  width: 70px;
  height: 70px;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category .box .icon span img {
  width: auto;
}
.category .box .content {
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

.p-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.our-products {
  width: 100%;
}
.our-products .title-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our-products .title-sec .head-title h4 {
  font-size: 24px;
  color: #0093B8;
  font-family: "Nunito", sans-serif;
}
.our-products .title-sec .head-title h5 {
  font-size: 34px;
  color: #00546A;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
.our-products .title-sec .link-sec a {
  background: #28CFFB;
  background: linear-gradient(90deg, rgb(40, 207, 251) 0%, rgb(3, 147, 185) 52%, rgb(10, 229, 254) 100%);
  padding: 15px 25px;
  border-radius: 25px;
  display: inline-block;
  color: #FFF;
  background-size: 300% 100%;
  border: 1px solid #0393B9;
}
.our-products .title-sec .link-sec a:hover {
  background-position: 97% 0;
}
.our-products .box {
  width: 100%;
  padding: 20px 10px;
}
.our-products .box .p-box {
  width: 100%;
  padding: 20px 0px;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.05);
  background-color: #FFF;
  border-radius: 20px;
}
.our-products .box .p-box .p-img {
  width: 100%;
  padding: 0px 10px;
}
.our-products .box .p-box .p-img img {
  width: 100%;
}
.our-products .box .p-box .content {
  width: 100%;
  color: #000;
}
.our-products .box .p-box .content h6 {
  color: #000;
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
}
.our-products .box .p-box .content p {
  margin: 0;
  text-align: center;
  color: #000;
}

.label-scroll {
  width: 100%;
  overflow: hidden;
}
.label-scroll .main-marq {
  position: relative;
  padding: 0;
}
.label-scroll .amimated-logo {
  width: 168px;
  position: absolute;
  z-index: 9;
  top: 22px;
  left: 40%;
  animation: bounce 300ms alternate infinite cubic-bezier(0.2, 0.65, 0.6, 1);
}
.label-scroll .amimated-logo img {
  width: 100%;
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-20px);
  }
}
.label-scroll .main-marq:after {
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: -5px;
  right: -5px;
  pointer-events: none;
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0) 250px, rgba(255, 255, 255, 0) calc(100% - 250px), #ffffff);
}
.label-scroll .main-marq.with-shad:after {
  content: "";
}
.label-scroll .main-marq.md-text .box .item h4 {
  font-size: 40px;
}
.label-scroll .main-marq.lrg .box .item h4 {
  font-size: 5vw;
}
.label-scroll .main-marq.xlrg .box .item {
  padding: 0 30px;
}
.label-scroll .main-marq.xlrg .box .item h4 {
  font-size: 10vw;
  color: #f7f7f7;
}
.label-scroll .main-marq .slide-har {
  display: flex;
}
.label-scroll .main-marq .strok .item h4 {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}
.label-scroll .main-marq .non-strok .item h4 {
  color: #f7f7f7 !important;
  -webkit-text-stroke: 0 !important;
}
.label-scroll .w-70px {
  width: 70px;
}
.label-scroll .w-70px img {
  width: 100%;
}
.label-scroll .main-marq .box {
  display: flex;
}
.label-scroll .main-marq .box .item {
  padding: 0 30px;
}
.label-scroll .main-marq .box .item h4 {
  white-space: nowrap;
  margin: 0;
  line-height: 1.2;
  font-weight: 900;
}
.label-scroll .main-marq .box .item h4 .icon {
  margin-bottom: -15px;
}
.label-scroll .main-marq .box .item h2 {
  margin: 0;
}
.label-scroll .main-marq .box .item:nth-of-type(even) h4 {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}
.label-scroll .main-marq.sm-pad .box .item {
  padding: 0 15px;
}
.label-scroll .slide-har {
  position: relative;
}
.label-scroll .slide-har.st1 .box {
  position: relative;
  animation: slide-har 70s linear infinite;
}
.label-scroll .slide-har.st2 .box {
  position: relative;
  animation: slide-har-revers 70s linear infinite;
}
@keyframes slide-har {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-har-revers {
  100% {
    transform: translateX(0%);
  }
  0% {
    transform: translateX(-100%);
  }
}

.home-about {
  width: 100%;
}
.home-about .title-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-about .title-sec .head-title {
  width: 80%;
}
.home-about .title-sec .head-title h4 {
  font-size: 24px;
  color: #0093B8;
  font-family: "Nunito", sans-serif;
}
.home-about .title-sec .head-title h5 {
  font-size: 34px;
  color: #00546A;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
.home-about .title-sec .link-sec a {
  background: #28CFFB;
  background: linear-gradient(90deg, rgb(40, 207, 251) 0%, rgb(3, 147, 185) 52%, rgb(10, 229, 254) 100%);
  padding: 15px 25px;
  border-radius: 25px;
  display: inline-block;
  color: #FFF;
  background-size: 300% 100%;
  border: 1px solid #0393B9;
  display: inline-block;
}
.home-about .title-sec .link-sec a:hover {
  background-position: 97% 0;
}
.home-about .about-box {
  width: 100%;
  height: 270px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.home-about .about-box img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-about .about-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(3, 147, 185) 100%);
  mix-blend-mode: hard-light;
}
.home-about .about-box3 {
  width: 100%;
  height: 270px;
  background-color: #D8F7FF;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.home-about .about-box3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.benefits-sec {
  width: 100%;
  background: linear-gradient(135deg, rgb(4, 172, 216) 0%, rgb(4, 137, 172) 100%);
}
.benefits-sec .container {
  position: relative;
  z-index: 9;
}
.benefits-sec h6 {
  font-size: 34px;
  color: #FFF;
  font-weight: 500;
}
.benefits-sec h6 span {
  font-weight: 800;
}
.benefits-sec p {
  color: #FFF;
  font-size: 24px;
}
.benefits-sec .benifit-img-sec {
  width: 100%;
}
.benefits-sec .benifit-img-sec img {
  width: 100%;
}
.benefits-sec .benefit-wrapper {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.benefits-sec .benefit-wrapper .item-box {
  width: 100%;
  padding: 23px;
  border-radius: 30px;
  background-color: #29BFE6;
  border: 1px solid #5BC6E2;
  text-align: center;
  margin-bottom: 20px;
  transition: 0.3s all ease-in-out;
}
.benefits-sec .benefit-wrapper .item-box .icon-sec {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  margin: auto;
  background-color: #1896DF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  transition: 0.7s all ease-in-out;
}
.benefits-sec .benefit-wrapper .item-box:hover {
  transform: translateY(-10px);
}
.benefits-sec .benefit-wrapper .item-box:hover .icon-sec {
  transform: rotateY(360deg);
}
.benefits-sec .benefit-wrapper .item-box .content {
  width: 100%;
  text-align: center;
}
.benefits-sec .benefit-wrapper .item-box .content h4 {
  font-size: 20px;
  color: #FFF;
  margin-bottom: 5px;
}
.benefits-sec .benefit-wrapper .item-box .content p {
  color: #FFF;
  font-size: 18px;
}
.benefits-sec .benefit-wrapper .item-box .color1 {
  background-color: #1896DF;
  border: 1px solid #51BFFF;
}
.benefits-sec .benefit-wrapper .item-box .color2 {
  background-color: #11B7D1;
  border: 1px solid #20CDE8;
}
.benefits-sec .benefit-wrapper .item-box .color3 {
  background-color: #12D1BE;
  border: 1px solid #29EBD8;
}
.benefits-sec .benefit-wrapper .item-box .color4 {
  background-color: #E850A1;
  border: 1px solid #FF1390;
}

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

.help-sec {
  width: 100%;
  background-color: #FFF;
  position: relative;
  padding: 100px 0px;
}
.help-sec .container {
  position: relative;
  z-index: 9;
}
.help-sec::before {
  content: "";
  width: 100%;
  height: 150px;
  background-image: url(../images/liquid-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 2000px;
  position: absolute;
  left: 0;
  top: -121px;
}
.help-sec .content h5 {
  font-size: 20px;
  color: #0093B8;
  text-transform: uppercase;
}
.help-sec .content h6 {
  font-size: 34px;
  color: #00546A;
  font-weight: 400;
}
.help-sec .content h6 span {
  font-weight: 800;
}
.help-sec .content ul li {
  margin-bottom: 15px;
}
.help-sec .content ul li a {
  font-size: 18px;
  color: #000;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 8px 0px 8px 41px;
  display: inline-block;
}
.help-sec .content ul li.mail a {
  background-image: url(../images/mail-icon2.svg);
}
.help-sec .content ul li.phone a {
  background-image: url(../images/call-icon2.svg);
  font-size: 22px;
  font-weight: 600;
}
.help-sec .form-sec {
  width: 100%;
  padding-left: 390px;
  background-image: url(../images/cow-milk-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.help-sec .form-sec form {
  width: 100%;
  background-color: #FFF;
  border-radius: 30px;
  border: 1px solid #E2E2E2;
  box-shadow: 3px 5px 20px rgba(225, 223, 223, 0.6);
  padding: 30px;
}
.help-sec .form-sec form .form-control {
  width: 100%;
  height: 60px;
  background-color: #F3F3F3;
  border: 1px solid #E9E9E9;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 20px;
}
.help-sec .form-sec form .txt {
  height: 150px;
  resize: none;
}
.help-sec .form-sec form .btn {
  width: auto;
  background-color: #0093B8;
  height: 60px;
  border-radius: 50px;
  padding: 0px 67px 0px 23px;
  color: #FFF;
  font-weight: 600;
  position: relative;
}
.help-sec .form-sec form .btn::after {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #FFF;
  background-image: url(../images/arrow5.svg);
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: -36px 12px;
  transition: 0.3s all ease-in-out;
}
.help-sec .form-sec form .btn:hover::after {
  background-position: 12px 12px;
}

.factory-sec {
  width: 100%;
}
.factory-sec h5 {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  color: #00546A;
  margin-bottom: 20px;
}
.factory-sec .video-sec {
  width: 100%;
  height: 408px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.factory-sec .video-sec .bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.factory-sec .video-sec .ply-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.factory-sec .circle {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  padding: 12px;
}
.factory-sec .icon-logo {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 100vmax;
  background-position: center;
  border: 1px solid #FFF;
  padding: 20px;
  z-index: 99;
  display: inline-block;
}
.factory-sec .icon-logo img {
  width: 100%;
}
.factory-sec .text {
  position: absolute;
  width: 143px;
  height: 143px;
  font-family: consolas;
  color: #FFF;
  animation: textRotation 8s linear infinite;
  text-transform: uppercase;
  letter-spacing: 0px;
}
@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}
.factory-sec .text span {
  position: absolute;
  left: 50%;
  font-size: 16px;
  transform-origin: 0 85px;
  top: -10%;
}

.inner-wrapper {
  width: 100%;
  position: relative;
}
.inner-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  background-image: url(../images/inner-wave.svg);
  background-repeat: repeat-x;
  top: -23px;
  left: 0;
}

.inner-about-sec {
  width: 100%;
}
.inner-about-sec .content {
  width: 100%;
}
.inner-about-sec .content h5 {
  font-size: 24px;
  color: #0093B8;
}
.inner-about-sec .content h6 {
  font-size: 34px;
  color: #00546A;
  font-weight: 800;
}
.inner-about-sec .inner-about-img {
  width: 100%;
  -webkit-mask-image: url(../images/shape-1.svg);
          mask-image: url(../images/shape-1.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.inner-about-sec .inner-about-img img {
  width: 100%;
  height: 100%;
}
.inner-about-sec .box-item {
  width: 100%;
  padding: 30px;
  background-color: #FFF;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  box-shadow: 0px 0px 80px #efefef;
}
.inner-about-sec .box-item h4 {
  font-size: 24px;
  font-weight: 700;
}
.inner-about-sec .box-item svg {
  margin-right: 10px;
}
.inner-about-sec .about-box3 {
  width: 100%;
  height: 100%;
  background-color: #a7edff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.inner-about-sec .about-box3 img {
  width: 150px;
}

.inner-about-benefit-sec {
  width: 100%;
}
.inner-about-benefit-sec h6 {
  font-size: 36px;
  text-align: center;
  font-weight: 400;
}
.inner-about-benefit-sec h6 span {
  font-weight: 700;
}
.inner-about-benefit-sec .item-box {
  width: 100%;
  height: 100%;
  padding: 23px;
  border-radius: 30px;
  background-color: #29BFE6;
  border: 1px solid #5BC6E2;
  text-align: center;
  margin-bottom: 20px;
  transition: 0.3s all ease-in-out;
}
.inner-about-benefit-sec .item-box .icon-sec {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  margin: auto;
  background-color: #1896DF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.7s all ease-in-out;
}
.inner-about-benefit-sec .item-box:hover {
  transform: translateY(-10px);
}
.inner-about-benefit-sec .item-box:hover .icon-sec {
  transform: rotateY(360deg);
}
.inner-about-benefit-sec .item-box .content {
  width: 100%;
  text-align: center;
}
.inner-about-benefit-sec .item-box .content h4 {
  font-size: 20px;
  color: #FFF;
  margin-bottom: 3px;
}
.inner-about-benefit-sec .item-box .content p {
  color: #FFF;
  font-size: 18px;
}
.inner-about-benefit-sec .item-box .color1 {
  background-color: #1896DF;
  border: 1px solid #51BFFF;
}
.inner-about-benefit-sec .item-box .color2 {
  background-color: #11B7D1;
  border: 1px solid #20CDE8;
}
.inner-about-benefit-sec .item-box .color3 {
  background-color: #12D1BE;
  border: 1px solid #29EBD8;
}
.inner-about-benefit-sec .item-box .color4 {
  background-color: #E850A1;
  border: 1px solid #FF1390;
}

.products-list-sec {
  width: 100%;
}
.products-list-sec .page-title h4 {
  font-size: 34px;
  font-weight: 700;
}
.products-list-sec .page-title h5 {
  font-size: 20px;
  font-weight: 400;
}
.products-list-sec .box {
  width: 100%;
  height: 100%;
}
.products-list-sec .box .p-box {
  width: 100%;
  height: 100%;
  padding: 20px;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.05);
  background-color: #FFF;
  border-radius: 20px;
}
.products-list-sec .box .p-box .p-img {
  width: 100%;
  padding: 0px 10px;
}
.products-list-sec .box .p-box .p-img img {
  height: 350px;
}
.products-list-sec .box .p-box .content {
  width: 100%;
  color: #000;
  padding-left: 20px;
}
.products-list-sec .box .p-box .content h6 {
  color: #000;
  font-size: 26px;
  margin-bottom: 5px;
}
.products-list-sec .box .p-box .content h3 {
  font-weight: 500;
  font-size: 18px;
}
.products-list-sec .box .p-box .content p {
  margin-bottom: 5px;
  color: #000;
}
.products-list-sec .box .p-box .content p span {
  background-color: #0093B8;
  padding: 6px 15px;
  border-radius: 20px;
  color: #FFF;
  display: inline-block;
  margin-top: 5px;
}

.gallery-list-sec {
  width: 100%;
}
.gallery-list-sec .page-title h4 {
  font-size: 34px;
  font-weight: 700;
}
.gallery-list-sec .page-title h5 {
  font-size: 20px;
  font-weight: 400;
}
.gallery-list-sec .da-thumbs {
  display: flex;
  flex-wrap: wrap;
}
.gallery-list-sec .da-thumbs li {
  width: 33.3%;
  overflow: hidden;
  position: relative;
  padding: 1px;
}
.gallery-list-sec .da-thumbs li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-list-sec .da-thumbs li .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
.gallery-list-sec .da-thumbs li .overlay div {
  text-align: center;
}
.gallery-list-sec .da-thumbs li .overlay span {
  width: 100%;
  text-align: center;
  color: #FFF;
}
.gallery-list-sec .da-thumbs li .overlay h5 {
  text-align: center;
  font-size: 26px;
}
.gallery-list-sec .da-thumbs li .overlay .custom-hover-object {
  position: absolute;
  background: #333;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
}

.careers-sec {
  width: 100%;
}
.careers-sec .page-title h4 {
  font-size: 34px;
  font-weight: 700;
}
.careers-sec .page-title h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.careers-sec .more-info {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.careers-sec .more-info .box-item {
  border: 1px solid #b9f1ff;
  padding: 30px 40px;
  border-radius: 30px;
  background-color: #edfbff;
}
.careers-sec .more-info .box-item h4 {
  color: #0093B8;
  font-size: 26px;
  border-bottom: 1px solid #c7e5ed;
  padding-bottom: 12px;
}
.careers-sec .more-info .box-item p {
  font-size: 22px;
}
.careers-sec .more-info .box-item h3 {
  font-size: 24px;
  color: #0093B8;
}
.careers-sec .more-info .box-item h3 a {
  color: #000;
  display: inline-block;
}
.careers-sec .box {
  width: 100%;
  padding: 30px 30px 90px 30px;
  background-color: #FFF;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  box-shadow: 0px 0px 80px #efefef;
  position: relative;
}
.careers-sec .box h5 {
  font-size: 24px;
  font-weight: 700;
}
.careers-sec .box h5 span {
  font-size: 16px;
  font-weight: 600;
  color: #0093B8;
}
.careers-sec .box .link {
  background: #28CFFB;
  background: linear-gradient(90deg, rgb(40, 207, 251) 0%, rgb(3, 147, 185) 52%, rgb(10, 229, 254) 100%);
  padding: 15px 25px;
  border-radius: 25px;
  display: inline-block;
  color: #FFF;
  background-size: 300% 100%;
  border: 1px solid #0393B9;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.careers-sec .box .link:hover {
  background-position: 97% 0;
}

.contact-page-sec {
  width: 100%;
}
.contact-page-sec .page-title h4 {
  font-size: 34px;
  font-weight: 700;
}
.contact-page-sec .page-title h5 {
  font-size: 20px;
  font-weight: 400;
}
.contact-page-sec .contact-form {
  width: 100%;
  padding: 40px;
  background-color: #FFF;
  border-radius: 30px;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 0px 10px #f3f3f3;
}
.contact-page-sec .contact-form h5 {
  font-size: 30px;
  font-weight: 500;
  color: #00546A;
}
.contact-page-sec .contact-form h5 span {
  font-weight: 700;
}
.contact-page-sec .contact-form label {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
}
.contact-page-sec .contact-form label span {
  color: #ff0808;
}
.contact-page-sec .contact-form .form-control {
  width: 100%;
  height: 56px;
  border-radius: 30px;
  border: 1px solid #B2B3BF;
  padding: 10px 26px;
}
.contact-page-sec .contact-form .form-control.down-arrow {
  background-image: url(../images/down-arrow.svg);
  background-position: center right;
  background-repeat: no-repeat;
}
.contact-page-sec .contact-form .text-sec {
  height: 98px;
  border-radius: 20px;
  resize: none;
}
.contact-page-sec .contact-form .btn {
  background: #28CFFB;
  background: linear-gradient(90deg, rgb(40, 207, 251) 0%, rgb(3, 147, 185) 52%, rgb(10, 229, 254) 100%);
  padding: 15px 25px;
  border-radius: 50px;
  display: inline-block;
  color: #FFF;
  background-size: 300% 100%;
  border: 1px solid #0393B9;
  transition: 0.3s all ease-in-out;
}
.contact-page-sec .contact-form .btn:hover {
  background-position: 97% 0;
}
.contact-page-sec .address-box {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #0093B8;
  padding: 30px;
}
.contact-page-sec .address-box h6 {
  font-size: 22px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 20px;
}
.contact-page-sec .address-box ul li {
  background-color: #30a0c3;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.contact-page-sec .address-box ul li .icon img {
  width: 45px;
}
.contact-page-sec .address-box ul li .txt {
  padding-left: 15px;
}
.contact-page-sec .address-box ul li .txt h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #FFF;
}
.contact-page-sec .address-box ul li .txt p {
  margin: 0;
  color: #FFF;
}
.contact-page-sec .address-box ul li .txt p a {
  color: #FFF;
}
.contact-page-sec .address-box .connect-sec {
  width: 100%;
}
.contact-page-sec .address-box .connect-sec h4 {
  color: #FFF;
}
.contact-page-sec .address-box .connect-sec .media {
  width: 100%;
  display: flex;
  gap: 5px;
}
.contact-page-sec .address-box .connect-sec .media a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 5px;
}
.contact-page-sec .address-box .connect-sec .media a:hover {
  background-color: #FFF;
  color: #0093B8;
}
.contact-page-sec .map {
  width: 100%;
  height: 450px;
}
.contact-page-sec .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 991px) {
  footer .f-first .box {
    padding: 20px;
    border: 1px solid #279dc1;
    background-color: rgba(119, 204, 231, 0.2);
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .banner {
    height: 700px;
  }
  .banner .carousel-item .carousel-caption .banner-content h1 {
    font-size: 48px;
  }
  .banner .carousel-item .carousel-caption .slider-img .label-sec {
    width: 163px;
    display: block;
  }
  .banner .carousel-item .carousel-caption .slider-img .label-sec .icon {
    margin-bottom: 10px;
  }
  .banner .carousel-item .carousel-caption .slider-img .label-sec .content {
    padding-left: 0px;
  }
  .banner .carousel-item .carousel-caption .slider-img .label-sec .content h5 {
    font-size: 14px;
  }
  .banner .carousel-item .carousel-caption .slider-img .label-sec .content p {
    font-size: 12px;
  }
  .banner .carousel-item .carousel-caption .slider-img .tp1 {
    top: 90px;
  }
  .banner .carousel-item .carousel-caption .slider-img .tp2 {
    top: 100px;
  }
  header .nav {
    display: none;
  }
  header .mb-nav {
    display: block;
  }
  .benefits-sec h6, .benefits-sec p {
    text-align: center;
  }
  .benefit-wrapper .mt-60 {
    margin-top: 0px;
  }
  .help-sec::before {
    height: 160px;
    background-size: 1480px;
    top: -101px;
  }
  .help-sec .form-sec {
    padding-left: 340px;
  }
  .gallery-list-sec .da-thumbs li {
    width: 50%;
  }
  .products-list-sec .box .p-box .p-img {
    text-align: center;
  }
  .products-list-sec .box .p-box .content {
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer .f-first .f-first-sec {
    display: block !important;
  }
  footer .f-first .sec1 .f-logo-sec {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .f-first .sec1 .f-logo-sec .text {
    text-align: center;
    padding-left: 0;
    margin-bottom: 15px;
  }
  footer .f-first .sec1 .f-logo-sec .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .f-first .sec1 .f-logo-sec .logo img {
    width: 124px;
  }
  footer .f-first .sec-right {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .f-first .sec-right .f-media {
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  footer .f-first .sec1 .f-logo-sec .text1 h4 {
    font-size: 20px;
  }
  footer .f-first .sec-right .f-media .media {
    justify-content: center;
  }
  footer .f-first .f-nav li {
    margin-bottom: 8px;
  }
  .banner {
    height: auto;
    padding-bottom: 110px;
  }
  .category-wrapper::before {
    height: 142px;
    background-size: 1790px;
    top: -110px;
  }
  .banner .carousel-item .carousel-caption {
    display: block;
  }
  .banner .carousel-item .carousel-caption .banner-content {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .banner .carousel-item .carousel-caption .banner-content .banner-btn {
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  .banner .carousel-item .carousel-caption .banner-content .banner-btn a {
    margin: 0;
  }
  .banner .carousel-item .carousel-caption .slider-img .label-sec {
    display: none;
  }
  .banner .carousel-item .carousel-caption .slider-img {
    width: 100%;
  }
  .menu-wrapper .title-sec {
    display: none;
  }
  .menu-wrapper .img-sec {
    display: none;
  }
  .menu-wrapper .overlay-content {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .menu-wrapper .overlay-content a {
    text-align: center;
    font-size: 24px;
    margin-bottom: 28px;
  }
  .p-80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-100 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .category-scroll .owl-dots {
    display: none;
  }
  .our-products .title-sec {
    display: block;
    text-align: center;
  }
  .label-scroll .amimated-logo {
    width: 98px;
  }
  .label-scroll .main-marq.xlrg .box .item h4 {
    font-size: 20vw;
  }
  .home-about .title-sec .head-title {
    width: 100%;
  }
  .home-about .title-sec {
    display: block;
    text-align: center;
  }
  .home-about p {
    text-align: center;
  }
  .help-sec .form-sec {
    padding-left: 0px;
    background-image: none;
  }
  .contact-page-sec .contact-form {
    padding: 20px;
  }
  .contact-page-sec .contact-form .btn {
    width: 100%;
  }
  .contact-page-sec .contact-form h5 {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .banner .carousel-indicators {
    display: none;
  }
  .banner .carousel-item .carousel-caption .banner-content .banner-btn a {
    padding: 12px 20px;
  }
  .heading-title h5, .our-products .title-sec .head-title h5, .home-about .title-sec .head-title h5, .benefits-sec h6, .help-sec .content h6, .factory-sec h5, .inner-about-sec .content h6, .inner-about-benefit-sec h6, .products-list-sec .page-title h4, .gallery-list-sec .page-title h4, .careers-sec .page-title h4, .contact-page-sec .page-title h4, .contact-page-sec .contact-form h5 {
    font-size: 25px;
  }
  .category::before, .category::after {
    display: none;
  }
  .label-scroll .main-marq:after {
    display: none;
  }
  .help-sec .form-sec form {
    padding: 20px;
    border-radius: 20px;
  }
  .help-sec .form-sec {
    margin-top: 30px;
  }
  .gallery-list-sec .da-thumbs li {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .products-list-sec .box .p-box .p-img img {
    height: auto;
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */