@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primaryColor: #003568;
  --secondaryColor: #ffc600;
  --headingColor: #181818;
  --lightBGColor: #f5f5f5;
  --bodyTextColor: #6b6b6b;
  --textLightBlack: #555555;
  --linkHoverColor: #707070;
  --btnTextColor: #ffffff;
  --overlayColor: rgba(0, 0, 0, 0.33);
  --bodyBGColor: #ffffff;
  --borderColor: #e6e6e6;
  --grayLightBG: #fefefe;
  --bodyFontFamliy: "Be Vietnam Pro", sans-serif;
  --headingFont: "Be Vietnam Pro", sans-serif;

  --rgba-primary-1: rgba(255, 198, 0, 0.1);
  --rgba-primary-2: rgba(255, 198, 0, 0.2);
  --rgba-primary-3: rgba(255, 198, 0, 0.3);
  --rgba-primary-4: rgba(255, 198, 0, 0.4);
  --rgba-primary-5: rgba(255, 198, 0, 0.5);
  --rgba-primary-6: rgba(255, 198, 0, 0.6);
  --rgba-primary-7: rgba(255, 198, 0, 0.7);
  --rgba-primary-8: rgba(255, 198, 0, 0.8);
  --rgba-primary-9: rgba(255, 198, 0, 0.9);
  --swiper-navigation-size: 30px !important;
}

/*  Header Css */
/* navbar */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  color: var(--bodyTextColor);
  font-family: var(--bodyFontFamliy);
  font-size: 14px;
}

ul.social-media li a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

#homepage-wrap .container {
  max-width: 1420px;
  margin: 0 auto;
}

#homepage-wrap .home-client-inner img {
  object-fit: cover;
  mix-blend-mode: darken;
  aspect-ratio: 4 / 2;

}

#homepage-wrap .swiper-button-prev,
#homepage-wrap .swiper-button-next {
  background-image: none !important;

}

.col-12.col-lg-6.home-atf-slider h3 {
  color: #fff !important;
  text-align: center;
}


#homepage-wrap .container-fluid {
  width: 100%;
  padding: 0 60px;
}

@media screen and (max-width: 1024px) {
  #homepage-wrap .container-fluid {
    padding: 0 20px;
  }
}

#homepage-wrap input {
  font-family: var(--bodyFontFamliy);
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid;
}

#homepage-wrap input::-webkit-outer-spin-button,
#homepage-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#homepage-wrap input[type="number"] {
  -moz-appearance: textfield;
}

#homepage-wrap h1,
#homepage-wrap h1 a,
#homepage-wrap h2,
#homepage-wrap h2 a,
#homepage-wrap h3,
#homepage-wrap h3 a,
#homepage-wrap h4,
#homepage-wrap h4 a,
#homepage-wrap h5,
#homepage-wrap h5 a,
#homepage-wrap h6,
#homepage-wrap h6 a {
  font-family: var(--headingFont);
  color: var(--secondaryColor);
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  color: var(--primaryColor);
  font-weight: bold;
}

#homepage-wrap a {
  font-family: var(--bodyFontFamliy);
  color: var(--secondaryColor);
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  color: #fff;
}

#homepage-wrap a:hover {
  color: var(--secondaryColor);
}

#homepage-wrap button {
  font-family: var(--bodyFontFamliy);
  border: 0;
  font-size: 16px;
  cursor: pointer;
}

#homepage-wrap .home-client-title.text-center p {
  text-align: center;
}


#homepage-wrap p {
  line-height: 1.8;
}

#homepage-wrap p,
#homepage-wrap small {
  font-family: var(--bodyFontFamliy);
}

#homepage-wrap a {
  transition: all 0.35s ease-in-out;
}

ul {
  padding: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

#homepage-wrap .btn {
  padding: 8px 20px;
  border: 0;
  transition: all 0.35s ease-in-out;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  font-size: 14px;
}

#homepage-wrap .swiper-button-prev,
#homepage-wrap .swiper-rtl .swiper-button-next:after,
#homepage-wrap .swiper-button-next,
#homepage-wrap .swiper-rtl .swiper-button-prev:after {
  color: var(--secondaryColor);
  transition: all 0.35s ease-in-out;
}

#homepage-wrap .swiper-button-prev:hover,
#homepage-wrap .swiper-rtl .swiper-button-next:hover:after,
#homepage-wrap .swiper-button-next:hover,
#homepage-wrap .swiper-rtl .swiper-button-prev:hover:after {
  color: var(--btnTextColor);
}

#homepage-wrap .btn i {
  vertical-align: middle;
  margin-left: 10px;
  transition: all 0.35s ease-in-out;
}

#homepage-wrap .btn:hover i {
  transform: translateX(5px);
}

#homepage-wrap .btn-primary {
  background: var(--primaryColor);
  color: var(--btnTextColor);
  font-weight: bold;
}

#homepage-wrap .btn-primary:hover {
  background: var(--secondaryColor);
  color: var(--btnTextColor);
}





video {
  height: auto;
  width: 100%;
}


.foot-pay img {
  width: 50%;
}

#homepage-wrap .home-about {
  padding: 60px 0;
}

#homepage-wrap .home-about-content-btn a {
  background: linear-gradient(45deg, #02205d, #2121218c);
  padding: 12px 20px;
  color: #fff;
  border-radius: 10px;
  display: flex;
  width: fit-content;
  align-items: center;
  transition-duration: 0.55s;
}

#homepage-wrap .home-about-content-btn a:hover {
  background: linear-gradient(45deg, #02205d, #2121218c);
  background-position: -328px;
}

#homepage-wrap .home-about-content-btn a img {
  width: 40px;
  margin-left: 10px;
  height: 30px;
  object-fit: contain;
}

#homepage-wrap .home-about-content-btn a.btn-secondary {
  background: linear-gradient(45deg, #2121218c, #02205d);
  transition-duration: 0.35s;
}

#homepage-wrap .home-about-content-btn a.btn-secondary:hover {
  background: linear-gradient(45deg, #2121218c, #02205d);
  background-position: -118px;
}

#homepage-wrap .home-about-content-btn {
  margin-top: 30px;
}

#homepage-wrap .home-atf-main {
  background: var(--secondaryColor);
  padding: 0;
}

#homepage-wrap .home-atf-slider-inner h3 {
  color: #fff !important;
  text-align: center !important;
}

#homepage-wrap .home-atf-main .home-atf-inner {
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

#homepage-wrap .home-atf-main .home-atf-inner ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

#homepage-wrap .home-atf-main .home-atf-inner ul li {
  text-align: center;
  padding: 30px 5px;
  background: #d9e9ff;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  border-radius: 8px;
  box-shadow: 0 10px 60px 0 rgb(161 160 160 / 26%);
  width: 180px;
  height: 180px;
  align-items: center;
  justify-content: center;
}

#homepage-wrap .home-atf-main .home-atf-inner ul li h6 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1.5;
}

#homepage-wrap .home-atf-main .home-atf-inner ul li i {
  font-size: 35px;
  margin-bottom: 10px;
}

#homepage-wrap .home-atf-main .home-atf-inner ul li:after {
  pointer-events: none;
  background: rgba(163, 204, 2, 0.4);
  background: var(--rgba-primary-4);
  bottom: -20px;
  box-shadow: 0 -16px 0 30px rgba(163, 204, 2, 0.1),
    0 -16px 0 60px rgba(163, 204, 2, 0.1), 0 -16px 0 90px rgba(163, 204, 2, 0.1);
  box-shadow: 0 -16px 0 30px var(--rgba-primary-1),
    0 -16px 0 60px var(--rgba-primary-1), 0 -16px 0 90px var(--rgba-primary-1);
  content: "";
  height: 350px;
  position: absolute;
  right: -100px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  transition: all 0.8s;
  width: 100px;
  content: "";
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#homepage-wrap .home-atf-main .home-atf-inner ul li:hover:after {
  box-shadow: 0 -16px 0 30px hsl(0deg 0% 100% / 19%),
    0 -16px 0 60px hsl(0deg 0% 100% / 20%),
    0 -16px 0 90px hsl(0deg 0% 100% / 11%);
  opacity: 0.5;
  -webkit-transform: rotate(15deg) scale(1.5);
  transform: rotate(15deg) scale(1.5);
}

#homepage-wrap .home-atf-main .home-atf-inner ul li:hover {
  background: #ffd133;
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

#homepage-wrap .home-about-content-inner p a {
  font-weight: 700;
}

#homepage-wrap .home-atf-slider {
  padding: 0;
  padding: 60px 0;
  background: var(--primaryColor);
}

#homepage-wrap .home-atf-slider .swiper-slide {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
}

#homepage-wrap .home-atf-slider .swiper {
  padding: 20px 0;
}

#homepage-wrap .atf-slider-content {
  margin-top: 20px;
  margin-bottom: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

#homepage-wrap .home-atf-slider .swiper-slide-active .atf-slider-content {
  opacity: 1;
  position: unset;
}

#homepage-wrap .atf-slider-content h6 {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

#homepage-wrap .atf-slider-content h6 span {
  transform: translateY(40px);
  display: block;
  transition: transform 0.35s cubic-bezier(0.25, 1.31, 0.67, 1.19);
  transition-delay: 0.15s;
}

#homepage-wrap .home-atf-slider-inner {
  padding: 0 30px;
}

#homepage-wrap .home-atf-slider .swiper-slide-active .atf-slider-content h6 span {
  transform: translateY(0);
}

#homepage-wrap .atf-slider-content>.btn {
  transform: translateY(40px);
  transition: all 0.35s cubic-bezier(0.25, 1.31, 0.67, 1.19);
  transition-delay: 0.45s;
}

#homepage-wrap .home-atf-slider .swiper-slide-active .atf-slider-content>.btn {
  transform: translateY(0);
}

#homepage-wrap .home-atf-slider-btn .btn.btn-secondary {
  font-size: 16px;
  padding: 10px 50px;
}

#homepage-wrap .home-blog-img-inner {
  height: 390px;
}

#homepage-wrap .home-blog-img-inner a {
  display: block;
  height: 100%;
}

#homepage-wrap .home-blog-img-inner a img {
  height: 100%;
  object-fit: cover;
}

#homepage-wrap .home-blog-img {
  position: relative;
}

#homepage-wrap .home-blog-date {
  position: absolute;
  background: var(--secondaryColor);
  width: fit-content;
  padding: 6px 20px;
  bottom: 0;
  right: 0;
}

#homepage-wrap .home-blog-date p {
  margin-bottom: 0;
  bottom: 0;
}

#homepage-wrap .home-blog-item {
  border-radius: 10px;
  overflow: hidden;
}

#homepage-wrap .home-blog-content {
  background: #ffc6002b;
  padding: 20px;
}

#homepage-wrap .home-blog-content .home-blog-content-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#homepage-wrap .home-blog-content .home-blog-content-inner .btn.btn-primary {
  width: fit-content;
}

#homepage-wrap .home-blog-content .home-blog-content-inner p {
  margin-bottom: 0;
}

#homepage-wrap .home-blog-content .home-blog-content-inner h4 {
  margin-bottom: 0;
}

.home-blog {
  padding: 50px 0;
}

#homepage-wrap .number-counter-main {
  padding: 50px 0;
  background: var(--primaryColor);
}

#homepage-wrap .number-counter-inner ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
  padding: 0 50px;
  width: 100%;
}

#homepage-wrap .number-counter-inner ul li {
  flex: 0 0 23%;
}

#homepage-wrap .number-counter-inner ul .number-counter-item p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.subscribe-form-inner .btn-primary:hover {
  background: #fff !IMPORTANT;
  color: #003568 !important;
}

#homepage-wrap .number-counter-inner ul .number-counter-item h3 {
  color: #fff;
  font-size: 45px;
  text-align: center;
}

#homepage-wrap .number-counter-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#homepage-wrap .number-counter-title h3 {
  color: #fff;
  text-align: center;
}

#homepage-wrap .number-counter-inner-main {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#homepage-wrap .number-counter-title {
  padding: 0 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #homepage-wrap .number-counter-inner ul {
    justify-content: center;
    gap: 30px;
  }

  #homepage-wrap .number-counter-inner ul li {
    flex: 0 0 45%;
  }

  .foot-pay img {
    width: 70%;
    margin-bottom: 2rem;
  }
}

#homepage-wrap .subscribe-form {
  background: var(--secondaryColor);
  padding: 50px 0;
}

#homepage-wrap .subscribe-form .subscribe-form-content {
  padding: 0 50px;
}

#homepage-wrap .subscribe-form-title h3 {
  font-weight: 900;
  text-transform: uppercase;
}

#homepage-wrap .subscribe-form-title {
  margin-bottom: 30px;
}

#homepage-wrap .subscribe-form-title p {
  color: #000;
  text-align: center;
}



.subscribe-form-inner label.gfield_label.gform-field-label {
  display: none !IMPORTANT;
}

.subscribe-form-inner .gform_wrapper.gravity-theme .gfield_label,
.subscribe-form-inner p.gform_required_legend {
  display: none !important;
}

.subscribe-form-inner form input[type="email"] {
  padding: 10px 20px;
  width: 100%;
}

.subscribe-form-inner input#gform_submit_button_3 {
  background: #003568;
  color: #fff;
  border: none;
  padding: 8px 16px;
}

.subscribe-form-inner input#gform_submit_button_3:hover {
  background: #fff;
  color: #003568;
}

.subscribe-form-inner {
  text-align: center;
}

span.swiper-pagination-bullet {
  background: #003568 !IMPORTANT;
  border-radius: 0 !important;
}

.home-blog-header.text-center p {
  text-align: center;
  padding-bottom: 1rem;
  font-size: 16px;
}

.subscribe-form-inner div#gform_confirmation_message_3 {
  font-weight: bold;
  font-size: 22px;
}

.subscribe-form-inner .gform_footer.top_label {
  text-align: center;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media (max-width: 576px) {

  #homepage-wrap .subscribe-form .subscribe-form-content,
  #homepage-wrap .number-counter-inner ul,
  #homepage-wrap .number-counter-title {
    padding: 0 20px;
  }
}

#homepage-wrap .news-press {
  padding: 50px 0;
}

#homepage-wrap .news-press-title {
  margin-bottom: 30px;
}

#homepage-wrap .news-press-item {
  box-shadow: 0 0 16px -5px #0000008a;
  padding: 30px;
  border-radius: 20px;
  height: 100%;
}

#homepage-wrap .news-press-item h4 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#homepage-wrap .news-press-item p.news-info {
  margin-bottom: 0;
  font-style: italic;
}

#homepage-wrap .home-client-inner {
  width: 100%;
  max-height: 170px;
  margin: 0 auto;
  height: 100%;
  min-height: 150px;
  border: 2px solid var(--primaryColor);
  border-radius: 10px;
  overflow: hidden;
}

#homepage-wrap .home-client-inner img {
height: 100%;
  object-fit: cover;
  max-height: 170px;
  margin: 0 auto;
  min-height: 150px;
  width: 100%;
}

#homepage-wrap section.home-client {
  padding: 50px 0;
  background: #f5f5f5;
}

#homepage-wrap .home-testimonials-item {
  position: relative;
  box-shadow: 0 0 30px -15px #000;
  border-radius: 30px;
  overflow: hidden;
}

#homepage-wrap .home-testimonials-client {
  text-align: center;
  position: relative;
}

#homepage-wrap .home-testimonials-client img {
  width: 250px;
  height: 170px;
  object-fit: contain;
}

#homepage-wrap .home-testimonials-slider {
  padding: 50px 30px;
  pointer-events: all;
}

#homepage-wrap .home-testimonials-icon {
  position: absolute;
  margin: auto;
  right: 0;
  z-index: 0;
  opacity: 0.1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

#homepage-wrap .home-testimonials-icon i {
  color: var(--primaryColor);
  font-size: 80px;
}

#homepage-wrap .home-testimonials-content {
  padding: 0 30px 30px;
}

#homepage-wrap .home-testimonials-content-info p {
  font-style: italic;
  font-weight: 500;
}

#homepage-wrap .home-testimonials {
  padding: 50px 0;
  display: block;
  pointer-events: none;
}

#homepage-wrap .number-counter-form .row,
#homepage-wrap .home-atf .row {
  margin: 0;
}

#homepage-wrap .home-testimonials .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 0;
  transition: all 0.35s ease-in;
  background: var(--secondaryColor);
}

#homepage-wrap .home-testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background: var(--secondaryColor);
}

#homepage-wrap .home-about-content-btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

#homepage-wrap .reports-slider-content h6 {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

#homepage-wrap .reports-slider-content {
  background-color: transparent;
  padding: 10px;
}

#homepage-wrap .home-reports-slider .swiper-slide-active .reports-slider-content {
  background-color: #f5f5f5;
}

#homepage-wrap .reports-slider-content h6 span {
  transform: translateY(40px);
  display: block;
  transition: transform 0.35s cubic-bezier(0.25, 1.31, 0.67, 1.19);
  transition-delay: 0.15s;
}

#homepage-wrap .home-reports-slider .swiper-slide-active .reports-slider-content h6 span {
  transform: translateY(0);
}

#homepage-wrap .home-reports-slider .swiper-slide {
  background: #003568;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
}

#homepage-wrap .home-reports-slider .swiper {
  padding: 20px 0;
}

#homepage-wrap .home-reports {
  padding: 50px 0 0;
}

#homepage-wrap .home-reports-slider .swiper-button-prev:hover,
#homepage-wrap .home-reports-slider .swiper-rtl .swiper-button-next:hover:after,
#homepage-wrap .home-reports-slider .swiper-button-next:hover,
#homepage-wrap .home-reports-slider .swiper-rtl .swiper-button-prev:hover:after {
  color: #003568;
}

#homepage-wrap .swiper-horizontal>.swiper-pagination-bullets,
#homepage-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
#homepage-wrap .swiper-pagination-custom,
#homepage-wrap .swiper-pagination-fraction {
  width: 100% !important;
  text-align: center !important;
  margin-top: 2rem !important;
}


 /* Enquire */
.enquire-btn {
  position: fixed;
  bottom: 70%;
  right: -50px;
  z-index: 99;
  transform: rotate(270deg) translateX(-50%);
}

.enquire-btn .btn.btn-primary {
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #003568;
  border: none;
}

.enquire-btn .btn.btn-primary:hover {
  background:#ffc600;
  color:#003568;
}

.enquire-btn .btn.btn-primary:after {
  display: none;
}

#enquire {
  padding-right: 0 !important;
}

#enquire .modal-body {
  padding: 0.8rem;
}

#wpfront-scroll-top-container {
  z-index: 999 !important;
}

@media (max-width: 767px) {
  .enquire-btn {
    bottom: 30%;
  }

  .enquire-btn.plast {
    position: fixed;
    bottom: 65%;
  }

  #wpfront-scroll-top-container {
    bottom: 50px !important;
  }
}

#enquire p.gform_required_legend {
  display: none;
}