@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url(../css/fancybox.css);
@import url('https://fonts.googleapis.com/css2?family=poppins+Alternates: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');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

:root {
  /* Colors: */
  --color-ec1f2b: #3eaa39;
  --color-656565: #585858;
  --color-000000: #000000;
  --color-f8f8f8: #f8f8f8;

  --color-ffffff: #ffffff;
  --font-family-poppins: "Poppins", sans-serif;
  --font-style-normal: normal;
  --font-size-16: 16px;
  --font-size-19: 17px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-25: 25px;
  --font-size-36: 36px;
  --font-size-40: 40px;

  --font-size-66: 66px;
  --character-spacing-0: 0px;

  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}


* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-poppins);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-19);
  line-height: var(--line-height-27);
  color: var(--color-656565);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
}

.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}

a,
.btn,
button {
  color: var(--color-656565);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
  color: var(--color-ec1f2b);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h4,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 15px;
  font-family: var(--font-family-sora) !important;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
  font-size: var(--font-size-20);
}

header,
footer,
section {
  width: 100%;
  float: left;
}

p {
  font-size: var(--font-size-20);
  line-height: normal;
  font-weight: var(--font-weight-Regular);
  color: var(--color-656565);
  margin-bottom: 20px;
  text-align: justify;
}

h3 {
  font-size: 50px;
  font-family: var(--font-family-sora);
}

.small-text {
  font-size: var(--font-size-18);
  line-height: var(--line-height-22);
  color: var(--color-ec1f2b);
  margin-bottom: 20px;
  position: relative;
  font-family: var(--font-family-sora);
  text-transform: capitalize;
}

h2.section-title {
  font-size: var(--font-size-41);
  line-height: normal;
  color: var(--color-656565);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: var(--font-family-sora);

}

.main-title {
  font-size: var(--font-size-66);
  line-height: var(--line-height-69);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Regular);
  font-family: var(--font-family-poppins);
  margin-bottom: 20px;
}


.title {
  font-size: var(--font-size-40);
  color: var(--color-656565);
  font-weight: var(--font-weight-SemiBold);
  font-family: var(--font-family-poppins);
  margin-bottom: 20px;
  text-transform: capitalize;
}



.div-text {
  font-size: var(--font-size-33);
  line-height: var(--line-height-38);
  font-family: var(--font-family-poppins);
  color: var(--color-06508f);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 15px;
}

.height-100 {
  height: 100vh;
}

.pr-100 {
  padding-right: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.color-fff {
  color: var(--color-ffffff) !important;
}

.color-06508f {
  color: var(--color-06508f) !important;
}

.color-ec1f2b {
  color: var(--color-ec1f2b) !important;
}

.color-656565 {
  color: var(--color-656565) !important;
}

.color-000000 {
  color: var(--color-000000) !important;
}

.view-more-text {
  display: inline-block;
}

.m-social {
  margin: 25px 0;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-ec1f2b);
  border: transparent;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px;
}

button.enquiry {
  background: var(--color-06508f);
  color: var(--color-ffffff);
  padding: 10px 35px;
  border: 1px solid var(--color-06508f);
  border-radius: 50px;
}

button.enquiry:hover {
  background: var(--color-ffffff);
  color: var(--color-06508f);
}

.enquiry a {
  color: var(--color-ffffff);
  margin-left: 5px;
  font-size: var(--font-size-20);
  font-family: var(--font-family-sora);

}

.enquiry a:hover {
  color: var(--color-ec1f2b);
}

button.enquiry:hover.enquiry a {
  color: var(--color-06508f);

}



.view-more {
  display: inline-block;
}

.view-more-btn a {
  display: inline-block;
  font-size: var(--font-size-16);
  line-height: var(--line-height-inherit);
  font-weight: var(--font-weight-SemiBold);
  padding: 5px 6px;
  border-radius: 50px;
  background: var(--color-ec1f2b);
  border: 1px solid var(--color-ec1f2b);
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  padding-right: 8px;
  padding-left: 25px;
}

.view-more-btn a {
  color: var(--color-ffffff);
  border: transparent;
}

.view-more-btn img {
  width: 45px !important;
  height: 45px !important;
  filter: invert(1);
  margin-left: 15px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}


.view-more-btn:hover a {
  color: var(--color-000000);
  border: 1px solid var(--color-ec1f2b);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.view-more-btn:hover img {
  transform: rotate(45deg);
  filter: invert(0);
}

.getintouch-btn {
  margin-left: 15px;

}

.trin-trin {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes trin {

  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

}

.getintouch-btn a {
  display: inline-block;
  font-size: var(--font-size-16);
  line-height: var(--line-height-inherit);
  font-weight: var(--font-weight-SemiBold);
  padding: 5px 15px;
  border-radius: 50px;
  background: var(--color-ec1f2b);
  border: 1px solid var(--color-ec1f2b);
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;

  align-items: center;
  justify-content: center;
  display: flex;
  padding-right: 30px;
  color: var(--color-ffffff);
  border: transparent;

}

.getintouch-btn i {
  height: 45px !important;
  filter: invert(0);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.getintouch-btn:hover a {
  color: var(--color-000000);
  border: 1px solid var(--color-ec1f2b);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.getintouch-btn-btn:hover i {
  transform: rotate(45deg);
  filter: invert(0);
}

.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.navbar-expand-xl {
  justify-content: space-between;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--color-ec1f2b);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link.active {
  color: var(--color-ec1f2b);
}



.navbar-expand-xl .navbar-nav .nav-link {
  padding: 0;
}

.navbar-expand-xl .navbar-nav {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  position: relative;
  width: fit-content;
  top: 0;
  right: 0;
  align-items: center;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--color-000000);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-Medium);
  padding: 10px 30px 10px 0;
}

a.menu-contact {
  padding-right: 0px !important;
}

.pad-left {
  padding-right: 50px;
}

.screen-darken.active {
  transition: opacity .3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
  z-index: 99;
}

.green-line {
  width: 94%;
  height: 2px;
  background-color: var(--color-ec1f2b);
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  top: 11px;
  position: relative;
  left: 0;
}

.green-line1 {
  width: 80%;
  height: 3px;
  background-color: var(--color-ec1f2b);
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  top: -30px;
  position: relative;
  left: 4px;
}

.menu-btn {
  width: 55px;
  height: 55px;
  background: var(--color-ffffff);
  z-index: 9;
  border: 2px solid #00ad49;
  border-radius: 100%;
}

.offcanvas-header .btn-close {
  position: absolute;
  right: 30px;
}

.menu-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section {
  overflow: hidden;
}

header {
  width: 100%;
  background-color: #06121a;
  border-bottom: 1px solid #3c3838;
}

.brand img {
  position: relative;
  width: 80%;
  left: 0;
  top: 0;
  object-fit: contain;
  z-index: 9;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  height: 100px;

}

.logo-bg {
  position: absolute;
  left: -50%;
  top: 0;
  width: 82%;
  height: 140px;
  background: var(--color-f2f7fa);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.line {
  width: 100%;
  background: #fff;
  opacity: 0.5;
  height: 2px;
}

.g_header {
  top: 0%;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  border: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink {
  top: 0%;
  position: fixed;
  background: var(--color-f68e1f);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}

.main-header.g_shrink .main-nav .logo-bg {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  height: 70px;
}

ul.top-social li {
  float: left;
}

.social-icon li i {
  color: #fff;
}


ul.top-social li i {
  /* color: #fff; */
  font-size: 20px;
  margin-left: 20px;
  transition: 0.5s;
}

ul.top-social li i:hover {
  color: var(--color-ec1f2b);
}

ul.info-header {
  margin-left: 42%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

ul.info-header li a:hover {
  color: var(--color-ec1f2b);
}

.info-header a {
  color: #fff;
  font-size: 17px;
}

.info-header li i {
  margin-right: 15px;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
  /* position: absolute; */
  left: 0%;
  top: 48px;
  padding: 0;
  animation: fadeIn;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #ec1f2b;
}

.dropdown-item {
  padding: 10px 15px;
  background: transparent;
  color: #000;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: #ec1f2b;
  color: #fff;
}

.dropdown-backdrop {
  position: static;
}

.dropdown-item.active {
  background-color: #ec1f2b;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    animation: fadeInDown 0.5s;
  }

  .dropdown .dropdown-menu {
    display: none;
  }

  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {
  #counter {
    justify-content: space-around;

  }



  h3 {
    font-size: 40px;
  }

  .getintouch-btn a {
    padding: 5px 5px;
  }

  .product-home-box {
    margin-bottom: 2rem;
    height: auto;
    padding: 2rem;
  }

  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }

  .inner-banner::before {
    opacity: 0.8;
  }

}


.top-header {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}

/* .top-header:before {
  border-bottom: 1px solid #fff;
  position: absolute;
  content: "";
  width: 71%;
  bottom: -18px;
  right: 0;
} */

.top-header {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink .top-header {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;

}

.main-header.g_shrink.g_header {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink.g_header .logo-bg {
  height: 120px;
}



.main-header.g_shrink.g_header .brand img {
  width: 80%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink .navbar-expand-xl .navbar-nav {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border: none;
}

.main-header.g_shrink .line {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.mobile {
  display: none;
}

/* .main-header.g_shrink .navbar-expand-xl .navbar-nav {
    position: absolute;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
} */


/* ============ mobile view ============ */
@media all and (max-width: 1199px) {


  .brand img {
    width: 130px;

  }

  .main-header.g_shrink.g_header .brand img {
    width: 130px;

  }



  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
  }

  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1200;
    width: 320px;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background-color: var(--color-ec1f2b);
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

  .menu-btn:hover {
    background-color: var(--color-ec1f2b);
  }

  .menu-btn img:hover {
    filter: brightness(0.5);
  }
}

@media (max-width: 1199px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
  }

}


.main-nav {
  background: transparent;
  padding: 30px 0px;
  width: 100%;
  float: left;
}

.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}

.main-nav .navbar-expand-xl .navbar-brand {
  position: absolute;
  top: -20px;
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-expand-xl .navbar-brand img,
.main-nav .navbar-expand-xl .navbar-brand .svg {
  width: 160px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-19);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
  line-height: var(--line-height-inherit);
  padding: 8px 10px;
  text-transform: uppercase;
}

.main-nav .navbar-nav .nav-item {
  padding-left: 40px;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-0e1f45);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-f68e1f);
}

/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: 200px;
  width: 200px;
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-ffffff);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  float: left;
  font-size: var(--font-size-16);
  color: var(--color-000000);
  background-color: var(--color-ffffff);
  padding: 10px 10px;
  text-transform: uppercase !important;
}


/* breadcrumb */
.inner-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb-inner {
  position: relative;
  height: 500px;
  background-size: cover;
  padding-bottom: 50px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
}

.breadcrumb-inner .title {
  color: var(--color-ffffff);
  margin: 0;
}

.inner-banner .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
}

.breadcrumb-item.active {
  color: #52e84b !important;
}

.inner-banner .breadcrumb .breadcrumb-item a,
.inner-banner .breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

/* breadcrumb */

/* main-banner */
.banner img {
  width: 100%;
  height: 700px;
  position: relative;
  z-index: -9;
  object-fit: cover;
  opacity: 1;
}

.overlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  opacity: 0.3;

}

.banner {
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: 25%;
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  width: 30%;
  z-index: 9;
}


/* about */
.about-page {

  position: relative;

}

.about-logo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 200px; */
  bottom: 15%;
  left: 32%;
  padding: 0rem;
  border-radius: 50%;
  background-color: var(--color-ffffff);
  width: 16%;
}

.about-us {
  position: relative;
}

.about-img {
  width: 100%;
  left: 0;
  position: absolute;
  border-radius: 0px 30px 30px 0;
  padding: 0;
  overflow: hidden;
  object-fit: cover;
  margin-top: 55px;
}

.about-img img {
  border-radius: 0px 30px 30px 0;
  width: 47%;
  height: 100%;
}

.about-page {
  position: relative;
  margin: 50px 0;

}

.about-img-pg {
  width: 45%;
  height: 80%;
  left: 0;
  position: absolute;
  border-radius: 0px 30px 30px 0;
  padding: 0;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.about-img-pg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.site-heading h2 {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: var(--color-ec1f2b);
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: var(--color-ec1f2b) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading h2 span {
  color: var(--color-ec1f2b);
}

.site-heading {
  margin-bottom: 25px;
  overflow: hidden;
}

.team-area .single-item {
  margin-bottom: 30px;
}

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}




.team-area .item .thumb .overlay p {
  color: #ffffff;
}

.team-area .item .thumb .overlay h4 {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.team-area .item .thumb img {
  height: 450px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  object-fit: cover;
}



.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}

.team-area {
  background: url(../images/product-bg1.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.social {
  position: absolute;
  top: -30px;
  right: 20px;


}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: 5px;
  width: 50px;
}

.team-area .info .message a {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  box-sizing: border-box;
  color: var(--color-ec1f2b);
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.team-area .info .message a:hover {
  color: var(--color-ffffff);
  background: var(--color-ec1f2b);
}

.team-area .info .message a i {
  font-weight: 500;
}

.team-area .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-ec1f2b);
  text-transform: capitalize;
  text-align: left;
}

.team-area .info h4 span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  font-size: var(--font-size-16);
  display: block;
  color: var(--color-656565);
  margin-top: 10px;
}

#counter {
  display: flex;
  width: 100%;
  justify-content: space-around;
  position: relative;

}

.counter-box {

  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.counter-box h3 {
  font-size: var(--font-size-20);
  color: var(--color-ec1f2b);
}

.counter-box .count {
  font-size: var(--font-size-40);
}


.values {
  background: #f1fbfe;
}

.values img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.inner-competitive {
  padding: 0 30px;
  border-right: 1px solid #25D36650;
}

.inner-points h3 {
  margin-bottom: 15px;
}


.main-section {
  position: relative;
}

.main-section .title-wrapper {
  padding: 20px;
}

.main-section .title-wrapper h2 {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 0%;
}

.main-section .content-wrapper .small-container {
  width: 100%;
}

.main-section .content-wrapper .small-container .box-one .slice .info-part-one {
  position: absolute;
  left: 4%;
  text-align: right;
}

.main-section .content-wrapper .small-container .box-one .slice .info-part-two {
  position: absolute;
  right: 4%;
}

.main-section .content-wrapper .small-container .box-two .info-part-three {
  position: absolute;
  right: 4%;
  bottom: 4%;
}

.main-section .content-wrapper .small-container .box-two .info-part-four {
  position: absolute;
  left: 4%;
  bottom: 4%;
  text-align: right;
}

.main-section .content-wrapper .small-container .image-center {
  background-image: url(https://vivenics.com/wp-content/uploads/2018/11/Vivenics-Which-path-will-you-take-on-the-road-to-data-integrity.jpg);
  background-size: cover;
  color: #fff;
  border-radius: 50%;
  height: 500px;
  width: 500px;
  margin: 20px auto;
}

.main-section .content-wrapper .small-container .image-center .info-box {
  padding: 100px;
}

.main-section .content-wrapper .small-container .image-center .info-box p {
  line-height: 1.5;
  color: #cacaca;
}

.main-section .content-wrapper .small-container .image-center .image-one>img {
  position: absolute;
  top: 17px;
  right: 30%;
}

.main-section .content-wrapper .small-container .image-center .image-two>img {
  position: absolute;
  top: 17px;
  left: 30%;
}

.main-section .content-wrapper .small-container .image-center .image-three>img {
  position: absolute;
  bottom: 26px;
  right: 30%;
}

.main-section .content-wrapper .small-container .image-center .image-four>img {
  position: absolute;
  bottom: 26px;
  left: 30%;
}

/* Global Styles */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-around;
}

html {
  font-family: "Open Sans", sans-serif;
}

/* Flexbox and Layout */
.flex {
  display: flex;
  justify-content: space-between;
}

.container-wrapper {
  width: 1200px;
  margin: auto;
}

.border-white {
  border: 3px solid #fff;
}

.no-border {
  border: none;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

.uppercase {
  text-transform: uppercase;
}

.clearfix {
  clear: both;
}

.overlay-box {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.hidden {
  display: none;
}

::-webkit-input-placeholder {
  font-size: 14px;
}

:-ms-input-placeholder {
  font-size: 14px;
}

:-moz-input-placeholder {
  font-size: 14px;
}

/* Animations and Hover Effects */
.animate {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.relative {
  position: relative;
}

.image-style {
  width: 100px;
  height: 100px;
  border: 10px solid #fff;
  border-radius: 50%;
}

.paragraph {
  line-height: 1.5;
  color: #929292;
}

.hover-effect:hover {
  border: 10px solid #929292;
}

.heading-why {
  padding: 0 20%;
}

.points img {
  width: 100px;
  margin-bottom: 15px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  padding: 15px;
  top: -50px;
  box-shadow: #d3d3d3 0px 0px 5px 0px
}

.points {
  padding: 30px;
  padding-top: 70px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 26px;
  margin: 50px 0;
  background-color: var(--color-ffffff);
}

.points h5 {
  color: var(--color-ec1f2b);
}

.points p {
  color: var(--color-656565);
  text-align: left;
}

.product {
  background: #f1fbfe;
}

.product-icon {
  width: 100%;
  text-align: center;
  /* background-color: #fff; */
  padding: 15px;
  margin: 0 auto;
}

.product-icon p {
  text-align: center;
}

.product-img img {
  width: 120px;
  margin-bottom: 15px;
}

.product-big {
  position: relative;
  margin-top: -284px;
  z-index: 0;
}

.product-content {
  position: relative;
  z-index: 1;
}

/* australian */


/* testinomal */
.blog-box {
  border-radius: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.blog-content {
  text-align: justify;
}

.blog-content h3 {
  text-align: left;
}

.blog-content h4 {
  margin-top: 2rem;
  text-align: left;
}

.blog-content li {
  line-height: 30px;
  margin-bottom: 0.5rem;
}

.blog-box img {
  height: 300px;
  object-fit: cover;
}

.blog-box .date {
  color: var(--color-ec1f2b);
  margin-bottom: 20px;
}

.blog-content {
  padding: 30px;
  transition: ease all 0.5s;
}

.blog-content a {
  color: var(--color-ec1f2b);
  font-weight: 700;
}

.blog-content a:hover {
  color: var(--color-000000);
  border-bottom: 1px solid #000;
  font-weight: 700;
}





.swiper-button-next, .swiper-button-prev {
  width: 50px;
  height: 50px;
  top: 80%;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-size: 15px 20px;
  border: 2px solid var(--color-06508f);
  border-radius: 50%;
  right: auto;
  left: 12.5%;
  background: url(../images/icons/next.png)center no-repeat;

}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-size: 15px 20px;
  border: 2px solid var(--color-06508f);
  border-radius: 50%;
  left: 8.5%;
  right: auto;
  background: url(../images/icons/prev.png)center no-repeat;

}


/* testimonial */
.accordion-item {
  font-family: var(--font-family-poppins);
}

.faq-section .accordion-item {
  border: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.faq-section .accordion-button {
  font-family: var(--font-family-poppins);
  padding: 20px 0;
  color: #00ad49;
  background-color: transparent;
  box-shadow: none;
  font-size: var(--font-size-20);
  font-weight: 600;
  text-transform: capitalize;
}

.faq-section .accordion-body {
  padding: 0;
  line-height: 1.5rem;
  margin-bottom: 18px;
  text-align: left;
}

.accordion__wrapper {
  border-radius: 1rem;
  width: 100%;
}

.accordion__wrapper .title {
  margin-bottom: 80px;
}

.accordion__title {

  text-align: center;
  margin-bottom: 4rem;
}

.accordion {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  font-size: var(--font-size-19);
}

.accordion__icon {
  background-color: var(--color-ec1f2b);
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.accordion__question {
  color: var(--color-000000);
  font-size: var(--font-size-25);
}

.accordion__answer {
  padding: 2rem 0;
}

.accordion__content {
  overflow: hidden;
  height: 0;
  transition: all ease 0.5s;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
  transition: all 0.5s;
}



/* footer */
.footer-contact {
  width: 100%;
}

.footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: var(--color-f8f8f8);
}

.footer-logo {
  width: 150px;
}

h3.footer-heading {
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: var(--color-ec1f2b);
}

.footer-menu ul {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.footer-menu ul li {
  margin: 15px 25px;
  list-style-type: none;
}

.footer-menu ul li a:hover i {
  color: var(--color-ec1f2b);
}

.footer-menu ul li a:hover {
  color: var(--color-ec1f2b);
}

.footer-menu ul li i {
  font-size: 14px;
  margin-right: 10px;
  color: #282828;

  transition: 0.5s;
}

.footer-menu ul li a {
  color: var(--color-656565);
  display: flex;
  align-items: center;
  font-size: var(--font-size-19);
}

.footer-pad {
  padding-left: 100px;
  padding-top: 0 !important;
}



.footer-left {
  background-color: var(--color-ec1f2b);
  padding: 70px;
  border-radius: 15px;
}

.footer-right {
  background-color: var(--color-f8f8f8);
  padding: 70px;
  align-items: center;
  /* height: 100%; */
  /* justify-content: center; */
  display: flex;
}

.footer-contact label {
  color: var(--color-ffffff);
  margin-bottom: 10px;
}

.footer-contact .footer-input {
  border-radius: 5px;
  padding: 15px;
  color: var(--color-ffffff);
  border: transparent;
  background-color: var(--color-ec1f2b);
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #fff;
}

.contact-home {
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  margin-bottom: 30px;
}

/* .contact-img{
  width: 25%;
} */
.contact-img i {
  padding: 22px;
  border-radius: 100%;
  background-color: var(--color-ec1f2b);
  color: var(--color-ffffff);
}

.social-link {
  display: flex;
  margin-top: 80px;
  justify-content: flex-start;
}

.social-link i {
  margin-right: 20px;
  font-size: var(--font-size-25);
  color: var(--color-ec1f2b);
  border-radius: 100%;
  padding: 10px;
  border: 2px solid var(--color-ec1f2b);
}

.contact-content {
  font-size: var(--font-size-19);
  width: 90%;
  margin-left: 15px;
}

.contact-home .contact-content h3 {
  color: var(--color-ec1f2b);
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: normal;
  font-weight: 600;
  font-size: var(--font-size-20);
}

.sumbit-btn a {
  font-size: var(--font-size-16);
  line-height: var(--line-height-inherit);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  background: var(--color-ffffff);
  /* border: 1px solid var(--color-ec1f2b); */
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  /* padding-right: 7px; */
  /* padding-left: 12px; */
  width: 59%;
  padding: 7px 20px;
  text-align: center;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sumbit-btn a:hover {
  background-color: var(--color-000000);
  color: var(--color-ffffff);
}

.sumbit-btn a img {
  width: 45px !important;
  height: 45px !important;
  position: relative;
  margin-left: 15px;
}

.sumbit-btn a:hover img {
  filter: invert(1);
  transform: rotate(45deg);
}

/* copy-right  */

.copy-right {
  background-color: var(--color-ec1f2b);
  text-align: left;
  padding-bottom: 20px;
  padding-top: 20px;
}

.copy-right p,
.copy-right p a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.copy-right p a {
  font-weight: var(--font-weight-Bold);

}

.copy-right p a:hover {
  color: var(--color-000000);
}

.nav-tabs {
  border-bottom: none;
}

.sidenav,
.mobile-toggle {
  display: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1600px;
}




/* back to top */

#button {
  display: inline-block;
  background-color: var(--color-ec1f2b);
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 55px;
  right: 35px;
  border-radius: 50%;
  transition: background-color .3s, opacity .5s, visibility .5s;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid var(--color-ffffff);
  text-decoration: none;
  opacity: 0;
}

#button i {
  font-size: var(--font-size-22);
  color: var(--color-ffffff);
  top: 13px;
  position: relative;
}

#button:hover i {
  color: var(--color-ec1f2b);

}

#button::after {
  font-weight: normal;
  font-style: normal;
  font-size: 33px;
  line-height: 50px;
  color: var(--color-ffffff);
  text-decoration: none;
  border: 0;
}

#button:hover {
  cursor: pointer;
  border: 2px solid var(--color-ec1f2b);
  background-color: var(--color-ffffff);
}

#button:hover:after {
  color: var(--color-f26b28);
}

#button:active {
  border: 2px solid var(--color-f26b28);
  background-color: var(--color-ffffff);
}

#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;

}

#whatsapp.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -ms-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;

}

.whatsapp-btn {
  position: fixed;
  bottom: 82px;
  opacity: 0;
  right: 37px;
  z-index: 999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #25D366;
  border: 1px solid #fff;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
  line-height: 0px;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}




.gallery-section .gallery img {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  object-fit: cover;
}



.gallery_sec img {
  width: 100%;
  margin-bottom: 30px;
  height: 250px;
}

.gallery_sec a {
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}


.gallery_sec a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery_sec img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  object-fit: cover;
}

.gallery_sec a:hover img {
  position: relative;
  width: 100%;
  opacity: 0.2;
}


.gallery_sec a:hover::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(https://i.ibb.co/3fMkjjF/Resize.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
}

.product-slider .swiper-slide {
  overflow: hidden;

}

.product-slider .swiper-slide a {
  overflow: hidden;
  transition: ease all 0.5s;
}

.product-slider .swiper-slide img {
  height: 350px;
  width: 100%;
  overflow: hidden;
  transition: ease all 0.5s;
  object-fit: cover;
}

.product-slider .swiper-slide a:hover {
  background-color: #06508f;
  color: #fff;
  object-fit: cover;

}

.product-slider .swiper-slide a:hover img {
  transform: scale(1.01);
}

.product-slider .swiper-slide a:hover .pro-bottom {
  background-color: #06508f;

}

.product-slider .swiper-slide a:hover .pro-bottom1 {
  background-color: #06508f;

}

.product-slider .swiper-slide a:hover .pro-bottom h3 {
  color: #fff;

}

.product-slider .swiper-slide a:hover .pro-bottom1 h3 {
  color: #fff;

}

#circle {
  position: relative;
  border-radius: 100%;
  padding: 0;
  animation: rotate-animation 8s infinite linear;
}

#circle span {
  position: absolute;
  transform-origin: top left;
  font-size: 11px;
  text-transform: uppercase;
}

@keyframes rotate-animation {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(-360deg);
  }
}

#counter .logo {
  position: absolute;
  font-size: 54px;
  font-weight: 600;
  padding: 48px;
  color: var(--color-ec1f2b);
}


/* faq */
.faq-box {
  display: flex;
  padding: 30px;
  /* padding-bottom: 0; */
  padding-top: 0;
}

.faq-box i {
  padding: 10px 18px;
  background-color: #00d772;
  border-radius: 50%;
  top: 19px;
  position: relative;
  margin-right: 10px;
  color: #fff;
}

.product-box img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.product-box {
  text-align: center;
}


.ol-cards,
.ol-cards * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ol-cards {
  --flapWidth: 2rem;
  --flapHeigth: 1rem;
  --iconSize: 3rem;
  --numberSize: 3rem;
  --colGapSize: 2rem;
  width: min(100%, 40rem);
  margin-inline: auto;
  display: grid;
  gap: 2rem;
  padding-inline-start: var(--flapWidth);
  font-family: sans-serif;
  color: #222;
  counter-reset: ol-cards-count;
  list-style: none;
}

.ol-cards>li {
  display: grid;
  grid-template-areas:
    "icon title nr"
    "icon descr nr";
  gap: 0 var(--colGapSize);
  align-items: center;
  padding: var(--colGapSize) var(--flapWidth) var(--colGapSize) 0;
  border-radius: 1rem 5rem 5rem 1rem;
  background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
  counter-increment: ol-cards-count;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
  box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
}

.ol-cards>li>.icon {
  grid-area: icon;
  background: var(--accent-color);
  color: white;
  font-size: var(--iconSize);
  width: calc(2 * var(--flapWidth) + var(--iconSize));
  padding-block: 1rem;
  border-radius: 0 5rem 5rem 0;
  margin-inline-start: calc(-1 * var(--flapWidth));
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  display: grid;
  place-items: center;
}

.ol-cards>li>.icon::before {
  content: "";
  position: absolute;
  width: var(--flapWidth);

  height: calc(100% + calc(var(--flapHeigth) * 2));
  left: 0;
  top: calc(var(--flapHeigth) * -1);
  clip-path: polygon(0 var(--flapHeigth),
      100% 0,
      100% 100%,
      0 calc(100% - var(--flapHeigth)));
  background-color: var(--accent-color);
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.2));
  z-index: -1;
}

.ol-cards>li>.title {
  grid-area: title;
  font-weight: 600;
  font-size: 1.25rem;
}

.ol-cards>li>.descr {
  grid-area: descr;
}

.ol-cards>li::after {
  grid-area: nr;
  content: counter(ol-cards-count, decimal-leading-zero);
  color: var(--accent-color);
  font-size: var(--numberSize);
  font-weight: 700;
}

@media (max-width: 40rem) {
  .ol-cards {
    --flapWidth: 1rem;
    --flapHeigth: 0.5rem;
    --iconSize: 2rem;
    --numberSize: 2rem;
    --colGapSize: 1rem;
  }
}


.industries-section .product-img img {
  width: 100%;
  margin-bottom: 15px;
}

.application-section .product-box {
  padding: 15px;
}

.application-section .product-box h4 {
  margin-top: 1rem;
}

.application-section .product-box p {
  text-align: justify;
  padding: 0px 30px;
}


.core-value {
  background-color: #d0ffcd;
}

.core-value .title {
  color: var(--color-ec1f2b);
  font-family: var(--font-family-sora);
}

.core-value .small-text {
  font-family: var(--font-family-sora);

}

.core-value h4 {
  color: var(--color-000000);

}

.core-value h5 {
  font-size: var(--font-size-36);
  text-transform: uppercase;
  color: var(--color-656565);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 0;

}

.core-box {
  padding: 2rem 3rem;
  background-color: var(--color-ffffff);
  border-radius: 9rem;
  width: 100%;
  margin: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  align-items: center;
  display: flex;
  z-index: 9;
  position: relative;
}

.core-value-left h5 {
  margin-right: 1rem;
}

.core-value-right h5 {
  margin-left: 1rem;
}

.arrow-img img {
  position: absolute;
  right: 0;
  width: 28%;
  top: 109px;
  right: -59px;
}

.arrow-img-right img {
  position: absolute;
  left: -50px;
  width: 28%;
  border-radius: 0 !important;
  top: 113px;
  background-color: transparent !important;
  z-index: 0;
}

.arrow-img-right1 img {
  left: -88px;
  top: 77px;
}

.arrow-img-left1 img {
  top: 77px;
}



.core-value-box {
  display: flex;
  align-items: center;
  justify-items: center;
}

.core-value-left .core-box {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  z-index: 9;
  position: relative;
}

.core-box img {
  width: 94px;
  margin: 15px;
}

.core-value-left .col-12 {
  display: flex;
  justify-content: end;
}

.core-value-center {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 100%;
}

.core-title {
  padding: 4rem;
  border: dashed var(--color-ec1f2b);
  border-radius: 12rem;
  width: 300px;
  height: 300px;
  text-align: center;
  display: flex;
  font-size: 3rem;
  color: var(--color-ec1f2b);
  align-items: center;
}

.key-box {
  background-color: var(--color-ec1f2b);
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}

.key-box .key-img {
  position: relative;
  z-index: 9;

}

.key-box .key-img img {

  width: 100%;
  object-fit: cover;
}

.key-content {
  overflow: hidden;
}

.key-box h4 {
  color: var(--color-ffffff);
  padding-top: 15px;
  margin-bottom: 0;
  padding: 2rem;
  height: 100%;
  position: relative;
  z-index: 1;
}

.key-box .key-bg img {
  opacity: 0.2;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
}

.key-problems-bg {
  /* background-image: url(../images/tire-bg.jpg); */
  /* background-position: top; */
  width: 100%;
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* padding-top: 20rem; */
  position: absolute;
  top: 0;
  height: 80%;
}

.product-section {
  position: relative;
}

.product-section::after {
  background-color: #c4ffd1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  z-index: -1;
}

.product-section .product-content {
  display: flex;
  margin: 0 auto;
  height: 100%;
}


.product-img-bg {
  position: absolute;
  top: 0;
  filter: opacity(0.2);
  z-index: 0;
}

.product-home-box {
  display: flex;
  text-align: center;
  padding: 4rem;
  background-color: var(--color-ffffff);
  flex-direction: column;
  text-align: center;
  /* justify-content: center; */
  align-items: center;
  height: 100%;
  z-index: 9;
  position: relative;
}

/* .product-home-box h4 {
  color: var(--color-ffffff);
  font-size: 36px;
}
.product-home-box  p{
  color: var(--color-ffffff);
}
.product-home-box  h3{
  color: var(--color-ffffff);
}
.product-home-box  .small-text{
  color: var(--color-ffffff);
} */
.product-home-box .product-img img {
  width: 250px;
  height: 250px;
}

.product-home-content h4 {
  font-size: var(--font-size-36);
}

.certification-section {
  background-color: var(--color-f8f8f8);
}

.certification-img {
  background-color: #fff;

}

.certification-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.certificate-content {
  text-align: left;
  background-color: var(--color-ec1f2b);
  padding: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.certificate-content h4 {
  font-size: 36px;
  color: var(--color-ffffff);
}

.certificate-content p {
  color: var(--color-ffffff);
}

.certification-box {
  border-radius: 1rem;
}

.mission-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}