@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
  font-family: "Nunito", sans-serif;
  line-height: 32px;
  font-size: 16px;
  background-color: #ffffff;
  line-height: 22px;
  color: #000000;
  top: 0 !important;
}
a, button{
  -webkit-transition: .5s;
  transition: .5s;
}
button:focus,
button:active{
    outline: none;
    border: 0;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: none;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  margin: 0
}

p {
  margin: 0
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.text-blue{
  color: #0c637b;
}
.social-icon li a {
  width: 40px;
  height: 40px;
  border: 1px solid #C92B2A;
  border-radius: 50%;
  color: #C92B2A !important;
  font-size: 16px;
}
.section-padding{
  padding: 80px 0px;
}
.container{
  max-width: 1400px;
}
.section-padding{
  padding: 60px 0px;
}
.section-heading h3{
  font-size: 35px;
  font-weight: 800;
}
.top-header .widget .info li a i{
  color: #C92B2A !important;
}
.top-header .widget .info li a {
  font-size: 16px;
  font-weight: 600;
  color: #877777 !important;
}
body>.skiptranslate, .goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt-tt {
  display: none !important;
}
.top-header .widget #LanguageTranslate .goog-te-gadget {
  font-size: 0;
}
.top-header .widget #LanguageTranslate .goog-te-combo {
  width: 155px;
  padding: 10px 15px;
  border-radius: 25px;
  margin-left: 15px;
  border: solid 1px #d52e4a;
  color: #000;
}
.main-header {
  background: linear-gradient(180deg, #F0850E 7.57%, #0C637B 77.46%);
  z-index: 999;
  padding: 40px 0px 15px 0px;
  position: sticky;
  top: 0;
}
.main-header::before {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 50px;
  background-image: url('../images/headeer-bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.main-header .widget .main-heading {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  padding: 12px 0px;
}
.main-header .main-menu .nav-item .nav-link {
  color: #ffffff;
  padding: 12px 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-header .main-menu {
  display: flex;
}
.main-header .main-menu .main-menu-wrapper.open {
  transform: translateX(0%);
}
.main-header .widget.search-box input{
  border-radius: 50px;
  border: solid 1px #fff;
  background-color: transparent;
  width: 100%;
  padding: 3px 15px;
  outline: none;
  caret-color: #ffffff;
  font-size: 12px;
  height: 38px;
}
.main-header .widget.search-box input::placeholder {
  color: #ffffff;
}
.main-header .widget.search-box button.btn {
  background-color: #c92b2a;
  border-radius: 50%;
  width: 32px;
  height: 32px; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0px;
  position: absolute;
  right: 3px;
  top: 3px;
}
.main-header .widget.search-box button.btn svg {
  width: 13px;
}
.main-header .main-menu .menu-btn {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.main-menu .menu-btn .line {
  background-color: #ffffff;
  height: 3px;
  width: 100%;
  margin-block: 5px;
  border-radius: 5px;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.main-header .main-menu .menu-btn.open .line:nth-child(2) {
  opacity: 0;
}
.main-header .main-menu .menu-btn.open .line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -8px);
}
.main-header .main-menu .menu-btn.open .line:nth-child(1) {
  transform: rotate(45deg) translate(3px, 5px);
}
.main-header .main-menu .nav-item.dropdown ul.sub-menu {
  position: absolute;
  width: 250px;
  background-color: rgb(255, 255, 255, 100%);
  padding: 8px 0px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 56%);
  margin-top: 12px;
}
.main-header .main-menu .nav-item.dropdown .nav-link {
  padding-right: 35px;
  position: relative;
}
.main-header .main-menu .nav-item.dropdown .nav-link:before {
  position: absolute;
  content: '';
  border: solid 2px;
  width: 10px;
  height: 10px;
  right: 5px;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  border-radius: 0px 0px 2px 0px;
  top: 17px;
}
.main-header .main-menu .nav-item.dropdown ul.sub-menu li a {
  padding: 5px 10px;
  display: block;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 700;
}
.main-header .main-menu .nav-item.dropdown ul.sub-menu:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  top: -8px;
  left: 30px;
}
.main-header .main-menu .nav-item.dropdown ul.sub-menu li a:hover,
.main-header .main-menu .nav-item .nav-link.active,
.main-header .main-menu .nav-item .nav-link:hover {
  color: #e18316;
}
.main-header .main-menu .nav-item.dropdown:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.main-header .main-menu .nav-item.dropdown:hover .nav-link i {
  transform: rotate(180deg);
}
/* END HEADER */

.banner-wrapper {
  background: linear-gradient(0deg, #3C85B8 0%, #0B627B 100%);
  position: relative;
  height: 700px;
  padding: 50px 0px;
  z-index: 9;
  overflow: hidden;
}
.banner-wrapper::before{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 464px;
  height: 454px;
  background: #3C84B8;
  filter: blur(50px);
  border-radius: 50%;
}
.banner-wrapper::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url('../images/banner-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  background-position: bottom;
}
.banner-wrapper .item .left-content {
  max-width: fit-content;
  text-align: center;
}
.banner-wrapper .item .left-content p {
  font-size: 60px;
  line-height: 48px;
  color: #fff;
}
.banner-wrapper .item .left-content h2 {
  font-size: 140px;
  color: #B9CE58;
  line-height: 85px;
}
.banner-wrapper .item .left-content h6 {
  font-size: 40px;
  color: #fff;
  padding-right: 20px;
  line-height: 75px;
  font-weight: 700;
}
.banner-wrapper .item .right-outline-text {
  position: absolute;
  top: 0px;
  right: 30px;
}
.banner-wrapper .item .center-product {
  z-index: 99;
  position: absolute;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 15px;
}
.slick-list{
  height: 100%;
}
.banner-slider .slick-nav {
  background-color: #c92b2a;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  font-size: 22px;
  color: #fff;
  position: absolute;
  left: -110px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}
.banner-slider .slick-nav.next-arrow {
  left: auto;
  right: -110px;
  justify-content: flex-start;
}

/* END BANNER */

/* START EXPLORE */

.explore-wrapper{
  position: relative;
  overflow: hidden;
}
.explore-wrapper .product-slider .item {
  background: linear-gradient(180deg, #ffcd94 7.57%, #ccf4ff 77.46%);
  text-align: center;
  padding: 30px 20px;
  height: 330px;
  border-radius: 10px;
  border: solid 1px #cd7f1e;
}
.explore-wrapper .product-slider .item .widget .project-img img {
  max-width: 200px !important;
  margin: 0 auto;
}
.explore-wrapper .product-slider .slick-slide {
	/* transform: scale(0.8);
	transition: all 0.4s ease-in-out;
	padding: 40px 0; */
    transform: scale(0.85);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); /* smooth easing */
  padding: 40px 0;
  will-change: transform;
}
.explore-wrapper .product-slider .slick-slide .item .widget img {
	max-width: 100%;
	transition: all 0.4s ease-in-out;
}
.explore-wrapper .product-slider .slick-center  {
	  transform: scale(1);
}
.explore-wrapper .product-slider .item .widget {
  display: inline-flex !important;
  justify-content: space-around;
  align-items: stretch;
  flex-direction: column;
  height: 100%;
}
.explore-wrapper .product-slider .item .widget .project-img {
  height: 170px !important;
  display: flex;
  align-items: center;
}
.explore-wrapper .product-slider .item .widget .content{
  display: none;
}
.explore-wrapper .product-slider .item .widget .content h4 {
  font-size: 20px;
  color: #C92B2A;
}
.explore-wrapper .product-slider .slick-center .item .widget .content {
  display: block;
}
.explore-wrapper .slick-nav {
  background-color: transparent;
  border: 1px solid #c92b2a;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  font-size: 22px;
  color: #c92b2a;
  position: absolute;
  left: -55px;
  top: 50px;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}
.explore-wrapper .slick-nav.next-arrow {
  left: auto;
  right: -55px;
  justify-content: flex-start;
}
/* END EXPLORE SLIDER */

/* START CUSTOMIZED */
.customized-products-wrapper {
  background: linear-gradient(180deg, #084BE4 0%, #05339E 100%);
  position: relative;
  z-index: 9;
  padding-bottom: 0px;
}
.customized-products-wrapper::before{
  position: absolute;
  content: '';
  top: -4px;
  right: 0;
  width: 48%;
  height: 100%;
  background-image: url('../images/c-product.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
/* .customized-products-wrapper::after{
  position: absolute;
  content: '';
  top: 2px;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/milks-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
} */
.customized-products-wrapper .widget ul li {
  background: linear-gradient(90deg, #F8D15C 0%, #ECC347 100%);
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 24px;
}
.customized-products-wrapper .widget h3 {
  background-color: #ffffff;
  color: #C92B2A;
  max-width: 400px;
  text-align: center;
  padding: 4px 10px;
  font-size: 40px;
  border-radius: 20px 0px 20px 0px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.customized-products-wrapper .widget h4 {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
}
.customized-products-wrapper .widget img{
  margin-top: -5px;
}



.customized-products-wrapper.customized-page {
  padding-bottom: 60px;
  background: linear-gradient(180deg, #fb9617 0%, #084be4 100%);
}
.customized-products-wrapper.customized-page .item{
  text-align: center;
}
.customized-products-wrapper.customized-page .item h4 {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.customized-products-wrapper.customized-page .item p {
  color: #fff;
}
/* END CUSTOMIZED */


/* TESTIMONIAL SLIDER */
.testimonial-wrapper{
  background-image: url('../images/testimonial-bg.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding-bottom: 18vw;
  position: relative;
  z-index: 9;
}
.testimonial-wrapper .shape-left {
  position: absolute;
  left: 8%;
  top: 10%;
}
.testimonial-wrapper .shape-right {
  position: absolute;
  right: 8%;
  top: 10%;
}
.testimonial-wrapper .client-slider {
  max-width: 988px;
  background-color: #F5F5F5;
  border-radius: 10px;
  margin: 0 auto;
  padding: 30px;
  position: relative;
}
.testimonial-wrapper .client-slider::before {
  position: absolute;
  content: '';
  bottom: -30px;
  width: calc(100% - 80px);
  height: 60px;
  left: 0;
  background-color: #E8E5E5;
  right: 0;
  margin: 0 auto;
  box-shadow: 0px 5px 12px 4px rgb(0, 0, 0, 25%);
  z-index: -1;
  border-radius: 0px 0px 8px 8px;
}
.testimonial-wrapper .item {
  display: inline-flex !important;
  align-items: center;
}
.testimonial-wrapper .item .client-profile {
  width: 200px;
}
.testimonial-wrapper .item .client-content {
  width: calc(100% - 200px);
  padding-left: 30px;
}
.testimonial-wrapper .client-content .rating-icon i {
  color: #eec54b;
  font-size: 16px;
}
.testimonial-wrapper .item .client-content p {
  color: #595252;
  font-size: 16px;
  font-weight: 500;
}
.testimonial-wrapper .item .client-content .client-name {
  color: #312E2E;
  font-weight: 700;
  font-size: 18px;
}
.testimonial-wrapper .item .client-content .client-designation {
  color: #1898CE;
}
.testimonial-wrapper .slick-nav {
  background-color: #82BD1A;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 205px;
  left: 0;
  cursor: pointer;
}
.testimonial-wrapper .slick-nav.next-slide {
  left: auto;
  right: 0;
}
.testimonial-wrapper .client-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -70px;
  align-items: center;
  width: 100%;
  padding: 0;
  gap: 10px;
  left: 0;
}
.testimonial-wrapper .client-slider .slick-dots li {
  display: flex;
}
.testimonial-wrapper .client-slider .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: 0;
  background-color: #b3b3b3;
}
.testimonial-wrapper .client-slider .slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
  background-color: #82bd1a;
}
/* END TESTIMONIAL SLIDER */


/* START BLOG */
.blog-wrapper .widget {
  background-color: #C92B2A;
  padding: 15px;
  border-radius: 10px;
}
.blog-wrapper .widget .image .category {
  position: absolute;
  background-color: #1898CE;
  bottom: 10px;
  left: 10px;
  padding: 0px 22px;
  border-radius: 15px;
  color: #fff;
}
.blog-wrapper .widget .image {
  position: relative;
}
.blog-wrapper .widget .image img{
  border-radius: 12px;
}
.blog-wrapper .widget .content {
  margin-top: 20px;
}
.blog-wrapper .widget .content h4 {
  color: #F8D15C;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
.blog-wrapper .widget .content p {
  color: #fff;
  line-height: 22px;
}

/* END BLOG */

/* START FOOTER  */

.main-footer {
  position: relative;
  background: 
    url('../images/headeer-bg.png') no-repeat top / 100%,
    url('../images/footer-bg.png') no-repeat bottom / 100%,
    #EEE1D8;
    padding-bottom: 100px;
} 
.main-footer .widget {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-footer .contect-info {
  background-color: #E9D4C6;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #D4B199;
}
.main-footer .contect-info h4 {
  font-size: 20px;
  font-weight: 700;
}
.main-footer .contect-info p {
  color: #C92B2A;
  font-weight: 500;
}
.main-footer .widget .office-address h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.main-footer .widget .office-address p {
  color: #4B4B4B;
}
.main-footer .contect-info ul li {
  margin-top: 5px;
}
.main-footer .contect-info ul li i {
  width: 28px;
  color: #838383;
}
.main-footer .contect-info ul li a {
  color: #373737;
  font-weight: 600;
}
/* END FOOTER  */


/* START INNER BANNER */

.inner-banner {
  background: linear-gradient(0deg, #3C85B8 0%, #0B627B 100%);
  background-size: 100%;
  padding: 40px 0px 0px 0px;
  text-align: center;
  position: relative;
  height: 14vw;
  z-index: 9;
}
.inner-banner::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('../images/pageheader-divider.png');
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  top: 2px;
  z-index: -1;
}
.inner-banner .banenr-heading h1 {
  color: #ffffff;
  font-weight: 800;
  font-size: 46px;
}

/* END INNER BANNER */

/* START ABOUT US */

.who-we-are-wrapper .widget h3 {
  font-size: 32px;
  font-weight: 700;
  color: #0c637b;
}

/* END ABOUT US */


/* END CERTIFICATIONS */

.certifications-wrapper .magnific-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(#ed840f, #0B627B);
}
.certifications-wrapper .widget h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.certifications-wrapper .magnific-img a {
  display: block;
  margin: 3px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.certifications-wrapper .magnific-img a img {
  width: 100%;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.certifications-wrapper .magnific-img a:hover img {
  transform: scale(1.1);
}

/* Zoom Icon Overlay */
.certifications-wrapper .magnific-img a .zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #126479;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
  pointer-events: none;
}

.certifications-wrapper .magnific-img a:hover .zoom-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

/* END CERTIFICATIONS */


/* START CONTACT */

.contact-wrapper .widget .form-control-wrap .form-control {
  border-radius: 30px;
  padding: 14px 24px;
}
.contact-wrapper .widget .btn-submit {
  background-color: #d78522;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 40px;
  font-size: 18px;
}
.contact-wrapper .widget .btn-submit:hover {
  background-color: #c1771d;
}
.map-wrpaaer {
  background-color: #f9f2ee;
}
#MapChart {
  width: 100%;
	height: 600px;
}
.map-marker {
  position: absolute;
  margin-left: -12px;
  margin-top: -30px;
}
.map-marker.map-clickable {
  cursor: pointer;
}
.pulse {
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cpath d='M399.999 735.5C244.433 532.5 166.666 388.066 166.666 302.166C166.666 240.282 191.249 180.933 235.008 137.175C278.766 93.4163 338.115 68.833 399.999 68.833C461.883 68.833 521.232 93.4163 564.991 137.175C608.749 180.933 633.333 240.282 633.333 302.166C633.333 388.066 555.566 532.5 399.999 735.5ZM399.999 435.5C435.362 435.5 469.275 421.452 494.28 396.447C519.285 371.442 533.333 337.529 533.333 302.166C533.333 266.804 519.285 232.89 494.28 207.885C469.275 182.881 435.362 168.833 399.999 168.833C364.637 168.833 330.723 182.881 305.718 207.885C280.714 232.89 266.666 266.804 266.666 302.166C266.666 337.529 280.714 371.442 305.718 396.447C330.723 421.452 364.637 435.5 399.999 435.5Z' fill='%232E369C'/%3E%3Ccircle cx='400' cy='302' r='133' fill='%23D9D9D9'/%3E%3C/svg%3E");
  z-index: 10;
  position: absolute;
}
#MapChart .amcharts-chart-div a {
  display: none !important;
}
.location-name ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0px !important;
}
.location-name ul li {
  padding: 6px 0px;
  color: #2e369c;
  font-weight: 900;
  font-size: 18px;
  width: 33.333%;
  list-style: disc;
}

/* END CONTACT */


/* START PRODUCT WRAPPER */

.product-wrapper .widget {
  background-color: #32379d;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-wrapper .widget .product-image {
  padding: 0px 40px;
  background-color: #fff;
  border-radius: 10px;
}
.product-wrapper .product-content {
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.product-wrapper .product-content h4 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 20px;
  color: #fdd62c;
}
.product-wrapper .product-details h4 {
  text-align: center !important;
  color: #ffffff;
  font-size: 18px !important;
  font-weight: 400;
}
.product-wrapper .product-details .icon {
  width: 80px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.product-wrapper .product-content .custom-btn {
  background-color: #fdd62c;
  border-radius: 60px;
  padding: 5px 45px;
  font-size: 18px;
  color: #31379d;
}

/* END PRODUCT WRAPPER */

/* START CUSTOMIZED PAGE */

.customized-page::after,
.customized-page::before{
  display: none;
}
.customized-page .widget .nav.nav-tabs li.nav-item {
  width: 100%;
}
.customized-page .widget .nav.nav-tabs li.nav-item .nav-link {
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: 0;
  color: #000;
}
.customized-page .widget .nav.nav-tabs {
  border-bottom: 0;
}

/* END CUSTOMIZED PAGE */

.event-page-wrapper .img-card.fix-img {
  height: 350px;
}
.event-page-wrapper .content h4 {
  font-weight: 800;
  font-size: 22px;
  color: #0c637b;
  text-transform: capitalize;
}
.event-page-wrapper .img-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.cheese-customized{
  background: linear-gradient(180deg, #05339E 0%, #084BE4 100%);
}
.cheese-customized::before{
  display: none;
}
.contact-widget ul li {
  display: flex;
  margin-bottom: 14px;
}
.contact-widget ul li i {
  color: #a5a5a5;
}
.contact-widget ul li a {
  color: #c92b2a;
}
.contact-widget ul li a strong {
  color: #000;
}