@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&family=Marcellus&display=swap');



:root {

  --primary-color: #006571;

  --secondary-color: #006c79;

  --light: #eff8fc;

  --body-color: #5dc2ca;

  --gradient-dark: #565656, var(--body-color);

  --facebook: #4267B2;

  --twitter: #1b1b1b;

  --linkedin: #0e76a8;

  --youtube: #FF0000;

  --whatsapp: #25D366;

  --instagram: #c92bb7;

  --serif: 'Marcellus', serif;

}



body {

  color: var(--secondary-color);

  font: 400 1.1rem "Titillium Web", sans-serif;

  overflow-x: hidden;

}



.table td,

.table th {

  padding: 1.25rem 1rem 1rem;

}



p {

  line-height: 1.5;

}



.padding {

  padding-top: 4rem;

  padding-bottom: 4rem;

}



ul {

  padding-left: 0;

  margin-bottom: 0;

}



a,

a:hover {

  text-decoration: none;

}



img,
video,
iframe {

  width: 100%;

  display: block;

}



.reflection {

  -webkit-box-reflect: below -76px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4));

}



.gap-row {

  row-gap: 30px;

}



.object-cover {

  object-fit: cover;

}



.container-fluid {

  padding-left: 2rem;

  padding-right: 2rem;

}



.rounded {

  border-radius: 10px !important;

}



.filter-white {

  -ms-filter: brightness(70);

  filter: brightness(70);

}



.filter-dark {

  -ms-filter: grayscale(1) brightness(0.5);

  filter: grayscale(1) brightness(0.5);

}



/*header*/

.header {

  width: 100%;

  position: fixed;

  top: 0;

  background-color: #fff;

  z-index: 999;

  transition: all 300ms ease-in-out;

}



.header.fixed {

  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);

}



.topLinks,

.mainHeader {

  width: 100%;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 0 1rem;

}



.topLinks {

  font-size: 12px;

  background-color: var(--body-color);

  color: #fff;

}



.topLinks ul {

  gap: 1rem;

}



.topLinks ul a {

  color: #fff;

  display: block;

  font-weight: 600;

  padding: 5px;

}



.topLinks ul a:hover {

  color: var(--secondary-color);

}



.logo {

  width: 120px;

  position: relative;

  min-height: 1px;

  transition: all 300ms ease-in-out;

  display: flex;

  align-items: center;

  justify-content: center;

}



.logo img {

  padding: 5px;

  transition: all 300ms ease-in-out;

}



/* .header.fixed .logo {

  width: 90px;

} */



/* .header.fixed .logo img{

  padding: 0 10px;

} */



.header .nav>ul {

  display: flex;

  align-items: center;

  position: relative;

  gap: 1px;

}



.header .nav>ul>li {

  height: 100%;

}



.header .nav>ul>li>a {

  height: 100%;

  color: var(--body-color);

  display: flex;

  align-items: center;

  gap: 0 10px;

  position: relative;

  font-weight: 600;

  text-transform: capitalize;

  transition: all 300ms ease-in-out;

  padding: 1.55rem 1.25rem;

  z-index: 1;

}



.header.fixed .nav>ul>li>a {

  /* color: var(--primary-color); */

}



.header .nav>ul>li>a small {

  display: block;

}



.header .nav ul li a i {

  font-size: 75%;

}



.header .nav ul li:hover>a,

.header .nav ul li>a.active {

  color: #fff;

}



.header .nav>ul>li>a::before {

  content: '';

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 100%;

  background-color: #5dc2ca;

  transition: transform 300ms ease-in-out;

  transform: scaleY(0);

  transform-origin: bottom;

  z-index: -1;

}



.header .nav ul li>a.active::before,

.header .nav ul li:hover>a::before {

  transform: scaleY(1);

  transform-origin: top;

}



.header ul li .dropdown {

  position: absolute;

  left: 0;

  top: 100%;

  width: max-content;

  padding: 10px 20px;

  background-color: #fff;

  border-top: 2px solid var(--primary-color);

  border-bottom: 2px solid var(--primary-color);

  opacity: 0;

  visibility: hidden;

  translate: 0 20px;

  pointer-events: none;

  transition: all 300ms ease-in-out;

}



.header ul li:hover .dropdown {

  opacity: 1;

  visibility: visible;

  translate: 0 0;

  pointer-events: all;

}



.header ul li .dropdown ul li {

  width: 100%;

}



.header ul li .dropdown ul li a {

  font-size: 15px;

  display: block;

  color: var(--primary-color);

  padding: 10px 0;

  border-bottom: 1px solid rgb(0 0 0 / 15%);

}



.header ul li .dropdown ul li:last-of-type a {

  border-bottom: none;

}



.header ul li .dropdown ul li a.active,

.header ul li .dropdown ul li a:hover {

  color: var(--secondary-color);

}



.header ul li .dropdown ul li a.btn.disabled {

  font-size: 15px;

  border-radius: 0;

  border: none;

  line-height: normal;

}



/* header-configure */

.header-configure {
  border-radius: 40px;
  padding: 5px 5px 5px 10px;
    display: flex;
    align-items: center;
    gap: 6px;

}
.header-configure li{
    background: #5dc2ca;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    padding: 8px 5px;
    align-items: center;
}
.cartnewbtn
{
    position: relative;
}
.cartbox
{
    display: flex;
    align-items: end;
    background:#5dc2ca;
    color: #ffffff;
    padding: 5px 7px;
    justify-content: center;
    border-radius: 7px;
    box-shadow: 0 0 2px #000;
}
.cartbox img
{
  width: 34px;
}
.cartnewbtn span{    
    position: absolute;
    top: 0px;
    left: 21px;
    color: #deff34;
    font-weight: bold;
}
.cartnewbtn spam{
  text-transform: uppercase;
    font-size: 11px;
}
/* .header-configure:hover {

  background-color: var(--primary-color);

} */



.header-configure>ul {

  display: flex;

  align-items: center;

  gap: 5px;

}

.header-configure ul .dropdown {

  right: 0 !important;

  left: auto !important;

}

.header-configure ul .button {

  display: block;

  border: 0;

  color: #fff;

  background-color: transparent;

  line-height: 1;

  font-size: 13px;
  position: relative;

}




.header-configure ul .button img {

  width: 30px;

  background-color: #fff;

  border-radius: 50%;

  padding: 5px;

}

.header-configure ul .button:hover img {

  background-color: var(--light);

}

/* header-configure */

.header-configure ul .button .headcart-box {
  position: absolute;
  top: -6px;
  left: -3px;
  background: var(--primary-color);
  padding: 2px 3px;
  border-radius: 10px;
  font-size: 10px;
}




.header.fixed .menuBtn span::before {

  background: var(--primary-color);

}



.menuBtn {

  width: 60px;

  height: 60px;

  border-radius: 50%;

  background-color: #fff;

  overflow: hidden;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  transition: all 300ms ease-in-out;

  position: relative;

  cursor: pointer;

}



.header.fixed .menuBtn {

  width: 40px;

  height: 40px;

}



.menuBtn div {

  position: relative;

  width: 50%;

  overflow: hidden;

  display: inline-block;

  vertical-align: middle;

  transition: all 300ms ease-in-out;

}



.menuBtn span {

  display: block;

  position: relative;

  width: 100%;

  height: 2px;

  margin: 3px 0;

  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);

}



.menuBtn span::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: var(--primary-color);

  transform-origin: center center;

  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);

}



.menuBtn.closeMenuBtn span#menuLine1 {

  -webkit-transform: rotate(45deg) translate(4px, 4px);

  transform: rotate(45deg) translate(4px, 4px);

}



.menuBtn.closeMenuBtn span#menuLine2 {

  right: 100px;

}



.menuBtn.closeMenuBtn span#menuLine3 {

  -webkit-transform: rotate(-45deg) translate(4px, -5px);

  transform: rotate(-45deg) translate(4px, -5px);

}



.menuContainer {

  position: fixed;

  inset: 0;

  padding-top: 88px;

  z-index: 996;

  background-color: rgb(0 123 255 / 13%);

  backdrop-filter: blur(5px);

  display: none;

}



.menuContainer .inner {

  padding: 5px 15px;

  width: 100%;

  visibility: hidden;

  background: var(--primary-color);

  background: radial-gradient(circle at 50% -10%, var(--secondary-color), var(--primary-color));

  box-shadow: 0 1rem 3rem rgb(0 0 0 / 16%);

  transition: all 300ms ease-in-out;

}



.header.fixed+.menuContainer {

  padding-top: calc(1rem + 30px);

}



.menuContainer.active .inner {

  visibility: visible;

}



.menuContainer a {

  color: #fff;

  transition: all 300ms ease-in-out;

}



.mainMenu li:not(:last-child) a {

  border-bottom: 1px solid rgb(255 255 255 / 15%);

}



.mainMenu a {

  padding: 10px 0;

  font-weight: 700;

  display: block;

  position: relative;

}



.mainMenu li.active>a,

.mainMenu li:hover>a {

  padding: 10px;

  background-color: #fff;

  color: var(--primary-color);

}



.mainMenu a i {

  font-size: 75%;

  position: absolute;

  right: 0;

  top: 50%;

  line-height: 0;

  transition: all 300ms ease-in-out;

}



.mainMenu li.active>a i,

.mainMenu li:hover>a i {

  right: 10px;

}



.mainMenu li.active>a i {

  transform: rotate(540deg);

}



.menuDrop {

  padding: 5px 15px;

  margin-bottom: 10px;

  background-color: rgba(255, 255, 255, 0.1);

  display: none;

}

.mainMenu ul ul li:last-child a {

  border-bottom: 0;

}

/*header*/



.banner {

  margin-top: 103px;

  position: relative;

  background-color: var(--primary-color);

  color: #fff;

  z-index: 1;

}



.bg-texture::after {

  content: '';

  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  background: url(../images/lining-texture.png) center / contain;

  opacity: 0.05;

  z-index: -1;

}



.banner .carousel-item::before {

  content: "";

  /* position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background: rgb(0 0 0 / 20%);

  background: linear-gradient(rgb(255 255 255 / 15%),rgb(0 0 0 / 70%));

  z-index: 1; */

}



.banner-logo {

  width: 220px;

  margin-bottom: 1.25rem;

}



.banner-img {

  width: 100%;

  margin: 0 auto;

  position: relative;

  padding: 2rem 0 2rem;

  isolation: isolate;

}



.banner-circle-bg {

  position: absolute;

  inset: 0;

  background-color: #fff;

  clip-path: circle(50% at 50% 50%);

  z-index: -1;

}



.banner-circle-bg video {

  mix-blend-mode: overlay;

  opacity: 0.3;

}



.banner-circle {

  width: calc(40px + (5px * var(--i)));

  height: calc(40px + (5px * var(--i)));

  background-color: var(--secondary-color);

  border-radius: 50%;

  position: absolute;

}



.banner-circle.circle_one {

  top: 36%;

  left: 12%;

}

.banner-circle.circle_two {

  bottom: 5%;

  right: 0%;

}



.banner-dots {

  width: 80px;

  position: absolute;

}



.banner-dots.dot_right {

  right: -8%;

  bottom: 25%;

}



.banner-dots.dot_left {

  left: -3%;

  bottom: 8%;

}



.banner-dots.dot_sm {

  width: 50px;

}



.bannerText {

  position: absolute;

  left: 5%;

  top: 50%;

  max-width: 550px;

  width: 80%;

  transform: translateY(-50%);

  transition: all .3s linear;

  z-index: 9;

}



.banner .carousel-item.active .bannerText {

  opacity: 1;

}



.bannerText .h1 {

  font-size: 2.75rem;

  font-weight: 700;

  text-transform: uppercase;

  position: relative;

  padding: 1px 0;

}



.banner-icons {

  margin-top: 2rem;

}



.bannerBottom {

  position: absolute;

  bottom: 20px;

  right: 20px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  z-index: 9;

}



.bannerControlsContainer {

  display: flex;

  align-items: center;

}



.carousel-indicators {

  align-items: center;

  justify-content: flex-start;

  margin-right: auto;

  margin-left: auto;

  left: auto;

  right: 10px;

  bottom: 50%;

  transform: translateY(50%);

  flex-direction: column;

  gap: 10px;

  z-index: 9;

}



.carousel-indicators li {

  height: 30px;

  width: 5px;

  border-radius: 10px;

  transition: all 300ms ease-in-out;

  border: 0;

}



.carousel-indicators li:hover,
.carousel-indicators .active {

  opacity: 1;

}



.bannerControlsContainer .bannerControl {

  display: flex;

  align-items: center;

  justify-content: center;

}



.bannerControlsContainer .bannerControl>span {

  width: 120px;

}



.bannerControlsContainer .bannerControl .carousel-control-next.banner-next,

.bannerControlsContainer .bannerControl .carousel-control-prev.banner-prev {

  position: static;

  top: auto;

  width: 40px;

  height: 40px;

  border-radius: 5px;

  margin: 0 5px;

  opacity: 1;

  z-index: 9;

}



.carousel-control-next.banner-next .carousel-control-next-icon,
.carousel-control-prev.banner-prev .carousel-control-prev-icon {

  background-size: 60%;

}



.carousel-control-next.banner-next:hover,
.carousel-control-prev.banner-prev:hover {

  background-color: var(--facebook);

}



.bannerSocial {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  position: absolute;

  left: 20px;

  bottom: 20px;

  z-index: 9;

}



.bannerSocial a {

  font-size: 13px;

  display: block;

  padding: 5px;

  margin: 5px 0;

  color: #fff;

}



.bannerSocial a:hover {

  color: var(--facebook);

}



.scrollDown {

  position: absolute;

  left: calc(50% - 15px);

  bottom: 20px;

  width: 30px;

  cursor: pointer;

  z-index: 9;

  animation: bounce 1s alternate infinite;

}



@keyframes bounce {

  100% {

    bottom: 10px;

  }

}



.spiral-pattern {

  position: absolute;

  height: 100%;

  top: 0;

  background: url(../images/pattern2.png) -4.5vw top / 29vw no-repeat repeat fixed;

  width: 12vw;

  opacity: .2;

  animation: blink 5s alternate infinite;

  transition: all 300ms linear;

}

@keyframes blink {

  50% {
    filter: hue-rotate(37deg);
  }

}



.overview-iconBox {

  margin-top: -1.5rem;

  position: relative;

  isolation: isolate;

}



.overview-iconBox .inner {

  height: 100%;

  padding: 1.5rem;

  border-radius: 10px;

  background-color: #fff;

  border-bottom: 2px solid var(--primary-color);

  color: #fff;

  background: #018595;

}

.overview-iconBox:nth-child(1n + 1) .inner {

  background: #54ccd5;

}

.overview-iconBox:nth-child(2n + 1) .inner {

  background: #eb6ea6;

}

.overview-iconBox:nth-child(4n + 1) .inner {

  background: #9674cd;

}



.iconBox .img-fluid {

  width: 40px;

  border-radius: 50%;

  background-color: var(--light);

  padding: 8px;

  margin-bottom: 0.5rem;

}



/* Product */

.productBox .inner {

  background: linear-gradient(to bottom right, var(--light), #dbefff);

  padding: 1rem;

}



.product-img {

  border-right: 1px solid rgb(0 0 0 / 15%);

  overflow: hidden;

  position: relative;

  isolation: isolate;

}



.product-img .badge {

  position: absolute;

}



.product-details {

  height: 100%;

  padding: 0 1rem;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

}



.productBox-text p {

  line-height: 1.2;

}



.product-configs {

  padding: 10px;

  border-radius: 10px;

  background-color: #fff;

  display: flex;

  gap: 10px;

  align-items: center;

}



.product-configs li {

  display: flex;

  flex-grow: 1;

  gap: 5px;

  align-items: center;

}



.product-configs li i {

  font-size: 75%;

  color: var(--secondary-color);

}



.productBox-buttons {

  gap: 10px;

  flex-wrap: wrap;

}



.readmore.productBox-buttons .button {

  display: flex;

  align-items: center;

  min-width: 30px;

}



.productBox-buttons .button i {

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  width: 30px;

  height: 30px;

  letter-spacing: -1px;

}



.productBox-badges {

  padding: 8px 8px;

  background-color: #fff;

  display: flex;

  gap: 10px;

  border-radius: 50px;

  justify-content: center;

  transform: translateY(33px);

  box-shadow: 0 0 20px rgb(0 0 0 / 21%);

}



.productBox-badges .badge {

  border-radius: 20px;

  padding: 3px 8px;

  flex-grow: 1;

  color: #fff;

}

.productBox-badges .badge:nth-child(1) {

  background: #54ccd5;

}

.productBox-badges .badge:nth-child(2) {

  background: #9674cd;

}

.productBox-badges .badge:nth-child(3) {

  background: #eb6ea6;

}

/* Product */



.covidBox .inner {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 1rem;

  flex-direction: column;

  background-color: #fff;

  color: var(--body-color);

  font-family: var(--serif);

  padding: 2rem;

  border-radius: 10px;

  position: relative;

  isolation: isolate;

  overflow: hidden;

  border-bottom: 2px solid #9674cd;

}



.covidBox .inner:hover {

  color: #fff;

}



.covidBox .inner::before {

  content: '';

  position: absolute;

  inset: 0;

  transform: translateY(-100%);

  background: radial-gradient(circle at 50% -50%, #fff, #fff, #14a4b5, var(--secondary-color));

  transition: all 300ms ease-in-out;

  z-index: -1;

}



.covidBox .inner:hover::before {

  transform: translateY(0);

}



.covidBox .inner i {

  font-size: 2.5rem;

  color: var(--secondary-color);

}



/* policy */

.policy-slider .swiper-slide {

  width: max-content;

}

.policy-slider .swiper-slide img {

  width: auto;

  height: 41vw;

  filter: grayscale(0.5);

}

/* policy */



/* csr */

.csr-container {

  background-color: #123628;

  color: #fff;

}

/* csr */



.stats {

  display: flex;

  align-items: center;

  gap: 0 20px;

  margin-top: 2rem;

  padding-top: 2rem;

  border-top: 1px dashed rgb(0 0 0 / 15%);

}



.stats li {

  flex: 1 0 0;

}



.stats li h2 {

  font-weight: 700;

}



.stats li i {

  font-size: 1.25rem;

}



/* Video and growth */

.modal-title {

  font-weight: 700;

  color: var(--primary-color);

}



.videoth {

  translate: 0 15%;

  position: relative;

  z-index: 1;

}



.videoth::before {

  content: '';

  position: absolute;

  inset: 0;

  background-color: rgb(0 0 0 / 50%);

}



.videoth img {

  height: 440px;

  object-fit: cover;

}



.videoBtn {

  position: absolute;

  left: 50%;

  top: 50%;

  translate: -50% -50%;

  width: 40px;

  height: 40px;

  border: none;

  border-radius: 50%;

  background-color: var(--primary-color);

  color: #fff;

  transition: all 300ms ease-in-out;

  animation: breathe 800ms alternate infinite;

}



.videoBtn::before {

  content: '';

  position: absolute;

  inset: -10px;

  border-radius: 50%;

  border: 1px solid rgb(255 255 255 / 30%);

  z-index: -1;

  transition: all 300ms ease-in-out;

  transition-delay: 100ms;

  animation: breathe 800ms alternate infinite;

}



@keyframes breathe {

  100% {
    scale: 1.2;
  }

}



.videoBtn:hover {

  scale: 1.2;

}



.videoBtn:hover::before {

  scale: 1.2;

  border-color: #fff;

}





.viewmore {

  margin-top: 1.25rem;

}



.viewmore .button {

  text-transform: uppercase;

  color: var(--body-color);

  font-size: 75%;

  font-weight: 600;

}



.viewmore .button i {

  color: var(--primary-color);

}



.newsBox section article h4 a:hover,

.viewmore .button:hover {

  color: var(--primary-color);

}



.heading {

  display: table;

  position: relative;

  margin-bottom: 30px;

  z-index: 1;

  padding-bottom: 1rem;

}



.heading::before {

  content: '';

  position: absolute;

  left: 0;

  bottom: 0;

  width: 34px;

  height: 2px;

  background-color: var(--body-color);

}



.heading h2,

.heading h4,

.heading h5,

.heading h6 {

  display: block;

}



.heading .h1 {

  color: var(--primary-color);

  font-family: var(--serif);

}



.heading .h1 strong {

  font-weight: 800;

}



.heading h3 {

  font-weight: 500;

  font-size: 2vw;

}



.heading h6 {

  font-weight: 400;

  letter-spacing: 2px;

  color: #000;

}



.heading .readmore .button {

  min-width: 30px;

  min-height: 30px;

}



.separator {

  max-width: 400px;

  width: 90%;

  position: relative;

}



.separator::before {

  content: '';

  position: absolute;

  height: 3px;

  width: 40px;

  background-color: var(--primary-color);

  left: calc(50% - 20px);

  top: -2px;

}



.text-serif {

  font-family: var(--serif);

}



.text-primary {

  color: var(--primary-color) !important;

}

.text-secondary {

  color: var(--secondary-color) !important;

}

.text-body {

  color: var(--body-color) !important;

}



.bg-primary {

  background-color: var(--primary-color) !important;

  color: #fff;

}

.bg-secondary {

  background-color: var(--secondary-color) !important;

  color: #fff;

}



.bg-gradient-dark {

  background: radial-gradient(circle at 50% -50%, var(--gradient-dark));

  color: #fff;

}



.bg-gradient-primary {

  background: radial-gradient(circle at 80% -30%, var(--secondary-color), var(--primary-color));

  color: #fff;

}



.bg-body {

  background-color: var(--body-color) !important;

  color: #fff;

}

.bg-light {

  background-color: var(--light) !important;

}



.bg-image {

  background: center / cover no-repeat fixed;

}



.bg-image::before {

  content: '';

  position: absolute;

  inset: 0;

  background-color: rgb(0 0 0 / 70%);

  z-index: -1;

}



.scroller {

  overflow: auto;

}



.scroller::-webkit-scrollbar {

  width: 5px;

}



/* Track */

.scroller::-webkit-scrollbar-track {

  box-shadow: inset 0 0 5px var(--light);

  border-radius: 10px;

}



/* Handle */

.scroller::-webkit-scrollbar-thumb {

  background: var(--secondary-color);

  border-radius: 10px;

}



/* Handle on hover */

.scroller::-webkit-scrollbar-thumb:hover {

  background: #000;

}



.readmore {

  width: 100%;

  margin-top: 2rem;

}



.readmore .button {

  position: relative;

  z-index: 1;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 10px 20px;

  min-width: 130px;

  max-width: max-content;

  border-radius: 40px;

  color: #fff;

  background-color: var(--primary-color);

  font-size: 14px;

  font-weight: 600;

  letter-spacing: 1px;

  text-align: center;

  text-transform: uppercase;

  transition: all ease-in-out 0.2s;

}



.readmore button {

  border: 0;

  background: none;

}



.readmore .button:hover {

  background-color: var(--secondary-color);

  box-shadow: 0 10px 30px rgb(0 0 0 / 15%);

}



.readmore .button:disabled {

  pointer-events: none;

  opacity: 0.6;

}



.readmore .button.bg-white {

  color: var(--primary-color);

}



.readmore .button.bg-white:hover {

  color: #fff;

  background-color: var(--secondary-color) !important;

}



.readmore .button.stroke {

  background-color: transparent;

  color: var(--primary-color);

  border: 1px solid;

}



.readmore .button.stroke:hover {

  background-color: var(--secondary-color);

  color: #fff;

  border-color: transparent;

}



.controls {

  position: absolute;

  width: 110px;

  height: 40px;

  right: 10px;

  bottom: 10px;

  z-index: 9;

}



.controls a {

  position: static;

  display: table;

  width: 100%;

  height: 50px;

  line-height: 50px;

  cursor: pointer;

  text-align: center;

  color: var(--primary-color);

  font-size: 13px;

  border-bottom: 1px solid rgb(0 0 0 / 20%);

  opacity: 1;

}



.controls a:last-child {

  border-bottom: none;

}



.controls a:focus,

.controls a:hover {

  color: var(--primary-color) !important;

  opacity: 1;

}



.multiply {

  mix-blend-mode: multiply;

}


/* Order */
.ordersHead {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgb(0 0 0 / 15%);
}

.ordersHead a {
  padding: 8px;
  color: var(--body-color);
  display: block;
  border-bottom: 3px solid transparent;
}

.ordersHead a:hover,
.ordersHead a:focus {
  color: var(--primary-color);
}

.ordersHead a.active {
  color: var(--secondary-color);
  font-weight: 600;
  border-bottom-color: var(--secondary-color);
}

.card {
  border-radius: 10px;
}

.card-header {
  background-color: var(--secondary-light);
}

.card-header:first-child {
  border-radius: calc(10px - 1px) calc(10px - 1px) 0 0;
}

.card-header a {
  line-height: 1;
  color: var(--secondary-color);
  font-weight: 600 !important;
}

.card-header a:hover {
  color: var(--primary-color);
}

.card-header small {
  margin-bottom: 3px;
  font-weight: 500;
}

.card-header .small {
  font-weight: 600;
}

.card-header i {
  font-size: 10px;
}

.orderDate {
  display: flex;
  gap: 10px 3rem;
}

.order-header-column {
  line-height: 1;
}

.orderNumber .d-flex {
  gap: 10px;
}

.orderNumber .d-flex a:first-of-type {
  padding-right: 10px;
  border-right: 1px solid rgb(0 0 0 / 25%);
}

.orderedProduct {
  display: flex;
  gap: 1rem;
}

.orderedProduct .img-fluid {
  max-width: 70px;
}

.orderedProductDetail p a {
  color: var(--primary-color);
  font-weight: 600;
}

.orderedProductDetail p a:hover {
  text-decoration: underline;
}

.orderedBoxButton:not(:last-of-type) {
  margin-bottom: 1rem;
}

.orderedBoxButton.d-flex {
  gap: 10px;
}

.orderedBoxButton .button {
  border-radius: 40px;
  padding: 5px 1rem;
  color: #fff;
  background-color: var(--secondary-color);
  font-size: 12px;
  font-weight: 600;
  transition: all 300ms ease-in-out;
}

.orderedBoxButton .button.stroke {
  background-color: transparent;
  border: 1px solid rgb(0 0 0 / 20%);
  color: var(--body-color);
}

.orderedBoxButton .button:hover {
  background-color: var(--primary-color);
  color: #fff;
}

/* Order */
/* Order details */
.paymentMethodBox p img {
  width: 30px;
  display: inline;
  vertical-align: middle;
}

.orderSummaryBox ul li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  line-height: 1.5;
}

/* Order details */



/* key points */

.key-points .inner {

  padding: 0 25% 12.5vw 10%;

}

.benefits-list {

  width: 100%;

  max-width: 600px;

  margin: 0;

  padding: 0;

  list-style: none;

  line-height: 1.75;

}

.heading-md+.benefits-list {

  margin-top: 23px;

}



.benefits-list li {

  position: relative;

  padding: 1em 0 1em 1.5em;

  border-bottom: 1px solid rgb(0 0 0 / 7%);

}



.bg-primary .benefits-list li {

  border-bottom: 1px solid rgb(255 255 255 / 15%);

}



.benefits-list li::before {

  content: '';

  position: absolute;

  left: 0;

  top: 1.625em;

  display: block;

  width: 6px;

  height: 12px;

  background-image: url(../images/icons/bullet.svg);

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

}

.bg-primary .benefits-list li::before {

  filter: brightness(50) grayscale(1);

}
/* recent showcase */
aside.topRatedProjectShowcase {
  padding: 20px;
  border: 1px solid rgba(0 0 0 / 10%);
  border-radius: 10px;
  margin-top: 2rem;
}

.topRatedProjectBox:not(:last-of-type) {
  margin-bottom: 10px;
}

.topRatedProjectBox .inner {
  display: flex;
  gap: 1rem;
  font-size: 15px;
}

.topRatedProjectBox .inner img {
  width: 70px;
  height: 80px;
  object-fit: cover;
}

.topRatedProjectBox .inner a {
  font-family: var(--font-bold);
  color: var(--body-color);
  display: table;
  margin-bottom: 5px;
  transition: all 300ms ease-in-out;
}

.topRatedProjectBox .inner a:hover {
  color: var(--corp-color);
}

/* recent showcase */
.disclaimer11225
{
    font-size: 15px;
    text-align: center;
    background: #eff8fc;
    color: #066b78;
    border: 1px solid;
    padding: 2px;
}
.disclaimer11225 b
{
  text-transform: uppercase;
}
@media (min-width: 768px) {

  .benefits-list li {

    padding: 1em 0 1em 1.5em;

  }

  .benefits-list li::before {

    top: 1.75em;

  }

}

/* key points */



/* Research */

.newsBox.reaserchBox>.img-fluid {

  height: calc(50% - 0px);

  border-radius: 10px 10px 0 0;

  overflow: hidden;

  box-shadow: 0 10px 30px rgb(0 0 0 / 15%);

}

.newsBox.reaserchBox>.img-fluid img {

  height: 100%;

  object-fit: cover;

  border-radius: 10px 10px 0 0;

}



.newsBox.reaserchBox section {

  height: 50%;

  border-radius: 0 0 10px 10px;

}

/* Research */



/* prints */

.newsBox.swiper-slide {

  padding: 0rem 0 2rem;

  height: auto;

}



.newsBox section {

  border-radius: 10px;

  height: 100%;

  padding: 1.5rem;

  background: #fff;

  color: var(--body-color);

  /* background: linear-gradient(to bottom right,var(--light),#dbefff); */

  box-shadow: 0 10px 30px rgb(18 18 18 / 15%);

  border-bottom: 2px solid #ffffff;

  color: #fff;

}



.newsBox:nth-child(1n + 1) section {

  background: #9674cd;

}

.newsBox:nth-child(2n + 1) section {

  background: #eb6ea6;

}



.newsBox:nth-child(3n + 1) section {

  background: #3293c6;

}

.newsBox .viewmore .button {

  text-transform: uppercase;

  color: #ffffff;

}

.newsBox .viewmore .button i {

  color: #ffffff;

}

.research-uses {

  background-color: #220000 !important;

  filter: invert(1);

  color: #000;

}

.newsBox section p {

  font-size: 13px;

  margin-bottom: 0px;

  line-height: 1.3;

  color: #fdfdfd;

}

/* prints */



/* testimonials */

.testimBox {

  height: auto;

}



.testimBox .inner {

  height: 100%;

  padding: 2rem;

  background: linear-gradient(to bottom right, var(--light), #dbefff);

  border-radius: 10px;

  border-bottom: 2px solid var(--primary-color);

}



.quotation-mark {

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--primary-color);

  font-size: 3rem;

  line-height: 0;

  width: 50px;

  height: 50px;

  margin-bottom: 1rem;

  padding: 1rem 0 0;

  border-radius: 50%;

  background: linear-gradient(to bottom right, var(--light), #dbefff);

  box-shadow: 3px 3px 3px #fff, -3px -3px 3px #dbefff;

}



.testim-img {

  width: 70px;

  height: 70px;

  overflow: hidden;

  margin-bottom: 1rem;

  border-radius: 50%;

  background-color: var(--primary-color);

}



.testimBox .scroller {

  max-height: 110px;

  padding-right: 10px;

  color: #000;

}



.testim-text p {

  margin-bottom: 5px;

}



.testim-name {

  display: block;

  margin-top: 1.25rem;

  font-weight: 600;

  color: var(--primary-color);

}

/* testimonials */



.bg-circle::before {

  content: '';

  position: absolute;

  inset: 0;

  background: radial-gradient(circle at 50% 50%, var(--secondary-color), var(--primary-color));

  opacity: 0.1;

  clip-path: circle(60% at 90% -20%);

  z-index: -1;

  pointer-events: none;

}



.position-relative {

  z-index: 1;

}



/* custom swiper controls */

.swiper-button-next,
.swiper-button-prev {

  width: 40px;

  height: 40px;

  margin-top: -20px;

  border-radius: 50%;

  background: url(../images/arrow-left.png) center / 16px no-repeat #5abbc3;

  transition: all 300ms ease-in-out;

}



.swiper-button-next:hover,
.swiper-button-prev:hover {

  background-color: var(--secondary-color);

  box-shadow: 0 10px 30px rgb(0 0 0 / 15%);

}



.swiper-button-next,
.swiper-rtl .swiper-button-prev {

  transform: rotate(-180deg);

}



.swiper-button-next:after,
.swiper-button-prev:after {

  display: none;

}



.bottom-control {

  display: flex;

  justify-content: center;

  align-items: center;

  position: relative;

  gap: 10px;

  margin-bottom: 10px;

}



.bottom-control div[class^="swiper-button"] {

  position: static;

  margin-top: 0;

}



.swiper-pagination {

  bottom: 0 !important;

}



.swiper-pagination-bullet-active {

  background-color: var(--primary-color);

  width: 20px;

  border-radius: 10px;

}



.bar-controls {

  display: flex;

  position: relative;

  align-items: center;

  justify-content: space-between;

  padding: 10px;

}



.bar-controls .bar-arrows {

  position: relative;

  width: 100px;

  display: flex;

  align-items: center;

  gap: 10px;

}



.bar-controls .bar-arrows>div {

  position: static !important;

  margin-top: 0 !important;

  width: 40px;

  height: 40px;

  background-size: 22px;

}



.bar-controls .swiper-horizontal>.swiper-pagination-progressbar,

.bar-controls .swiper-pagination-progressbar.swiper-pagination-horizontal {

  position: static;

  width: calc(100% - 120px);

}



.bar-controls .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {

  background: linear-gradient(45deg, var(--secondary-color), var(--primary-color), var(--secondary-color));

}

/* custom swiper controls */



/*Footer*/

.footer-area {

  background-color: var(--secondary-color);

  color: #fff;

  position: relative;

  z-index: 1;

  font-size: 14px;

}



.footer-area::before {

  content: '';

  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  background: url(../images/lining-texture.png) center / contain;

  opacity: 0.05;

  z-index: -1;

}



.footer-area a {
  color: #fff;
}

.footer-area a:hover {
  color: var(--body-color);
}


.newsletterBox{
  margin-bottom: 3rem;
}
.newsletterBox .inner{
  padding: 1rem;
  background-color: var(--light);
  border-radius: 10px;
  max-width: 640px;
  color: var(--primary-color);
  margin: 0 auto;
}


.footer-area video {

  position: absolute;

  top: 0;

  opacity: 0.035;

  z-index: -1;

}


.footerAbout .footer-title {

  font-size: 14px;

  font-family: var(--serif);

  text-transform: uppercase;

  margin-bottom: 1.5rem;

}



.footerAbout .footerSocial {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 20px;

}



.footerAbout .footerSocial li a {

  color: #fff;

  font-size: 14px;

  display: block;

  width: 35px;

  height: 35px;

  line-height: 33px;

  border: 1px solid rgb(255 255 255 / 15%);

  border-radius: 50%;

  transition: all 300ms ease-in-out;

  text-align: center;

}



.footerAbout .footerSocial li a {

  background-color: var(--light);

}



.footerSocial li a .fa-facebook-f {

  color: var(--facebook);

}

.footerSocial li a .fa-linkedin-in {

  color: var(--linkedin);

}

.footerSocial li a .fa-x-twitter {

  color: var(--twitter);

}

.footerSocial li a .fa-youtube {

  color: var(--youtube);

}

.footerSocial li a .fa-whatsapp {

  color: var(--whatsapp);

}

.footerSocial li a .fa-instagram {

  color: var(--instagram);

}



.footerBox ul li {

  margin: 8px 0;

}



.footerBox ul li a {

  font-size: 14px;

  position: relative;

  padding-bottom: 5px;

  display: inline-block;

  transition: all 300ms ease-in-out;

}



.footerBox .footerLinks li a:before {

  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 0;

  border-bottom: 1px solid;

  transition: all 300ms ease-in-out;

}



.footerBox .footerLinks li a:hover:before {

  width: 100%;

}



.footerAddress {

  margin-bottom: 2rem;

}



.footer-area .bottom {

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding-top: 3rem;

}



.footer-area .bottom ul {

  display: flex;

  justify-content: center;

  flex-basis: 0;

  flex-grow: 1;

}



.footer-area .bottom li {

  font-size: 12px;

  display: flex;

  margin: 0 10px;

  line-height: 1;

}



.footer-area .bottom p {

  display: flex;

  font-size: 12px;

  align-items: center;

  margin-bottom: 0;

  flex-basis: 0;

  flex-grow: 1;

}



.footer-area .bottom p:last-child {

  justify-content: flex-end;

}



.footer-area .bottom p img {

  width: 20px;

}



.button-top {

  background: rgba(0, 0, 0, 0.32);

  position: fixed;

  right: 20px;

  bottom: -40px;

  color: #ffffff;

  font-size: 13px;

  opacity: 0;

  width: 40px;

  height: 40px;

  line-height: 40px;

  border-radius: 50%;

  text-align: center;

  z-index: 99;

  cursor: pointer;

  transition: all 300ms ease-in-out;

}



.button-top:hover {

  background: var(--primary-color);

}

/*Footer*/



/* Inside page */

.insideBanner.bg-texture::after {

  background-size: 50%;

}



.breadcrumb {

  background-color: transparent;

  margin-bottom: 0;

  border-radius: 0;

  padding-left: 0;

  padding-right: 0;

  font-size: 12px;

}



.breadcrumb li a,
.breadcrumb-item+.breadcrumb-item::before {

  color: #fff;

}



.breadcrumb li a:hover {

  color: var(--secondary-color);

}



.breadcrumb li.active {

  color: var(--body-color);

}



.pageNav {

  display: flex;

  justify-content: space-between;

  gap: 2px;

}



.pageNav li {

  flex-grow: 1;

  flex-basis: 0;

}



.pageNav a {

  color: #fff;

  display: block;

  text-align: center;

  padding: 10px;

  transition: all 300ms ease-in-out;

}



.pageNav a.active,
.pageNav a:hover {

  background-color: #fff;

  color: var(--primary-color);

  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);

}



.productDetails .product-configs li {

  font-size: 1.25rem;

  font-weight: 700;

}



.notes {

  margin-top: 3rem;

  padding-top: 3rem;

  border-top: 1px solid rgb(0 0 0 / 10%);

}



.productDetails .productBox-badges {

  transform: none;

  padding: 0;

  border-radius: 0;

  box-shadow: none;

  justify-content: flex-start;

  margin-bottom: 1rem;

}



.productDetails .productBox-badges .badge {

  flex-grow: unset;

}



.product-quantity {

  width: fit-content;

  display: flex;

  border: 1px solid var(--secondary-color);

  position: relative;

  border-radius: 50px;

  overflow: hidden;

}



.product-quantity * {
  padding: 5px 5px;
  outline: none;
}

.product-quantity button {
  cursor: pointer;
  border: none;
  background: #fff;
  font-weight: 700;
  padding-top: 0;
  width: 40px;
  text-align: center;
}

.product-quantity button:active {
  background: var(--primary-color);
  color: #fff;
}

.product-quantity input {
  color: var(--body-color);
  width: 70px;
  border: solid var(--secondary-color);
  border-width: 0 1px;
  font-weight: 700;
  text-align: center;
  height: auto;
}



.product-quantity.sm button {

  width: 30px;

}

.product-quantity.sm input {

  width: 50px;

  padding: 1px;

}



/* Cart page */

.mycard {

  padding: .5rem;

  background-color: #fff;

}

.yourCartCount {

  font-weight: 600;

}



.cartProductTitle h4 a {

  color: var(--primary-color);

}

.cartProductTitle h4 a:hover {

  color: var(--body-color);

}



.cart-basket {

  font-size: 14px;

}



.cart-basket .cartprice {

  padding: 10px;

}



.cart-basket .cartprice i {

  font-size: 90%;

  margin-right: 3px;

}



.cart-basket .cartprice p {

  padding-bottom: 8px;

  margin-bottom: 8px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.15);

  display: flex;

  justify-content: space-between;

}



.cart-basket .cartprice h6 {

  margin-top: 10px;

  color: #111;

  display: flex;

  justify-content: space-between;

}

/* Cart page */



/* team card */

.our-team {

  height: 100%;

  padding: 2rem 0 3rem;

  border-radius: 10px;

  background-color: #fff;

  border-bottom: 2px solid var(--primary-color);

  text-align: center;

  overflow: hidden;

  position: relative;

}



.our-team .picture {

  display: inline-block;

  height: 130px;

  width: 130px;

  margin-bottom: 2rem;

  z-index: 1;

  position: relative;

}



.our-team .picture::before {

  content: "";

  width: 100%;

  height: 0;

  border-radius: 50%;

  background-color: var(--primary-color);

  position: absolute;

  bottom: 135%;

  right: 0;

  left: 0;

  opacity: 0.9;

  transform: scale(3);

  transition: all 0.3s linear 0s;

}



.our-team:hover .picture::before {

  height: 100%;

}



.our-team .picture::after {

  content: "";

  width: 100%;

  height: 100%;

  border-radius: 50%;

  background-color: var(--primary-color);

  position: absolute;

  top: 0;

  left: 0;

  z-index: -1;

}



.our-team .picture img {

  width: 100%;

  height: auto;

  border-radius: 50%;

  transform: scale(1);

  transition: all 0.9s ease 0s;

}



.our-team:hover .picture img {

  box-shadow: 0 0 0 14px #f7f5ec;

  transform: scale(0.7);

}



.our-team .title {

  display: block;

  text-transform: capitalize;

}



.our-team .knowmore {

  width: 100%;

  padding: 8px;

  margin: 0;

  color: #fff;

  background-color: var(--primary-color);

  position: absolute;

  bottom: -100px;

  left: 0;

  transition: all 0.5s ease 0s;

}



.our-team:hover .knowmore {

  bottom: 0;

}



.our-team .knowmore:hover {

  background-color: var(--body-color);

}

/* team card */

.teamBtns a {

  gap: 1rem;

  color: var(--body-color);

  font-weight: 700;

}

.teamBtns a:hover {

  background-color: rgb(11 158 231 / 8%);

  color: var(--primary-color);

}

/* Inside page */



.form-group {

  margin-bottom: 20px;

}



.form-group>div {

  margin-top: 15px;

}



.form-group label {

  margin-bottom: 0;

  font-size: 13px;

  font-weight: 500;

}



.form-control {

  border-radius: 0;

  border: none;

  border-bottom: 1px solid rgb(0 0 0 / 16%);

  background: none;

  outline: none;

  padding-left: 0;

  padding-top: 0;

}



.form-control[readonly] {

  background: none;

}



.form-control.form-control-dark {

  border-bottom-color: rgb(255 255 255 / 15%);

  color: #fff;

}



select.form-control.form-control-dark {

  background-color: var(--primary-color);

}



.form-control.form-control-dark::placeholder {

  color: #8f8f8f;

}



.form-control:focus {

  box-shadow: none;

  border-bottom-color: var(--primary-color);

  background: none;

}



.custom-control-label {

  display: block;

  position: relative;

  padding: 1rem 10px 1rem 2rem;

  background-color: #fff;

  border-bottom: 1px solid rgba(0, 0, 0, 0);

  border-radius: 3px;

}

.custom-control-label::before,

.custom-control-label::after {

  top: 1.15rem;

  left: 10px;

}



.custom-control-input:checked~.custom-control-label::before {

  background-color: var(--secondary-color);

  border-color: var(--secondary-color);

}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {

  border-color: #ff863e;

}

.custom-control-input:focus~.custom-control-label::before {

  box-shadow: 0 0 0 0.2rem rgb(249 94 1 / 25%);

}



/* Contact */

.contactBox .inner {

  background: var(--primary-color);

  color: #fff;

  height: 100%;

  padding: 2.5rem;

  border-radius: 5px;

}



@media only screen and (min-width: 1920px) {

  .contactBox .inner {

    padding-left: 4rem;

    padding-right: 4rem;

  }

}



@media only screen and (max-width: 360px) {

  .contactBox .inner {

    padding: 20px 10px;

  }

}



.contactBox h4 {

  margin-bottom: 1rem;

}



.contactBox ul li {

  display: flex;

  align-items: baseline;

  gap: 10px;

  margin-bottom: 10px;

}

.contactBox ul li:last-child {
  margin-bottom: 0;
}



.contactBox ul li i {

  color: var(--body-color);

}



.contactBox ul li a {

  color: #fff;

}



.contactBox ul li a:hover {

  text-decoration: underline;

}

/* Contact us */



/* symptom Box */

.symptomBox {

  margin-bottom: 2rem;

}



.sympBox {

  width: 20%;

  padding: 0 15px;

  text-align: center;

}

.sympBox .inner {

  height: 100%;

  padding: 10px;

  background-color: var(--secondary-color);

  border-radius: 10px;

  font-size: 14px;

}



.sympBox .inner img {

  border-radius: 10px;

}

.sympBox .inner p {

  margin-top: 10px;

}

/* symptom Box */



.gridWrapper {

  display: grid;

  gap: 30px;

  grid-auto-columns: 2fr 1.5fr;

}



.grid-item1 {

  grid-column: 1;

  grid-row: 1 / 3;

}



.grid-item2 {

  grid-column: 2;

}



.sitemapBox h4 {

  margin-bottom: 1rem;

}



.sitemapBox h3 a:hover {

  background-color: var(--body-color) !important;

}



.list-inline-item {

  line-height: 1;

  font-weight: 600;

  font-size: 0.875rem;

}

.list-inline-item:not(:last-child) {

  padding-right: 0.75rem;

  border-right: 1px solid rgb(0 0 0 / 15%);

}



.card-body .list-inline-item {

  font-size: 0.75rem;

}



/* Addresses */

.newAddressCard .addNewAddress {

  color: #565656;

  border: 2px dashed #ccc;

  padding: 1rem 0;

}

.newAddressCard .addNewAddress .card-body {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  gap: 1rem 10px;

}

.newAddressCard .addNewAddress:hover {

  color: var(--body-color);

}

.newAddressCard .addNewAddress span {

  font-size: 3.5rem;

  line-height: 0;

  font-weight: 600;

  color: #ccc;

}



.addressCard .badge {

  position: absolute;

  right: 10px;

  top: 10px;

  font-weight: 500;

}



.addressCard .card-body {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  row-gap: 2rem;

}

/* Addresses */



/* account page */

.accountBox .inner {

  height: 100%;

  display: flex;

  align-items: center;

  gap: 10px 1rem;

  border-radius: 10px;

  padding: 1.5rem;

  color: var(--body-color);

  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);

  background-color: #fff;

  transition: all 300ms ease-in-out;

}

.accountBox .inner:hover {

  background-color: var(--light);

  box-shadow: none;

}

.accountBox .inner .img-fluid {

  max-width: 50px;

}

.accountBox a.inner h6 {

  color: var(--primary-color);

  transition: all 300ms ease-in-out;

}

.accountBox a.inner:hover h6 {

  color: var(--secondary-color);

}

.accountBox .inner p a {

  color: var(--secondary-color);

}

.accountBox .inner p a:hover {

  color: var(--primary-color);

}

/* account page */





.custom-control-inline {

  margin-right: 0;

  padding-left: 0;

  width: 100%;

  display: block;

}



/* customize modal */

.modal-backdrop.show {

  opacity: 1;

  background: rgb(0 0 0 / 90%);

  backdrop-filter: blur(5px);

}



.modal-body {

  font-size: 90%;

  padding: 1.5rem;

  text-align: justify;

}

/* customize modal */



/*transformation Animation*/

.leftTranslate {

  -webkit-transform: translate(-200px, 0);

  transform: translate(-200px, 0);

  opacity: 0;

  -webkit-transition: all 1000ms;

  transition: all 1000ms;

}



.rightTranslate {

  -webkit-transform: translate(200px, 0);

  transform: translate(200px, 0);

  opacity: 0;

  -webkit-transition: all 1000ms;

  transition: all 1000ms;

}



.topTranslate {

  -webkit-transform: translate(0, -200px);

  transform: translate(0, -200px);

  opacity: 0;

  -webkit-transition: all 1000ms;

  transition: all 1000ms;

}



.bottomTranslate {

  -webkit-transform: translate(0, 200px);

  transform: translate(0, 200px);

  opacity: 0;

  -webkit-transition: all 1000ms;

  transition: all 1000ms;

}



.doneTranslate {

  -webkit-transform: translate(0, 0);

  transform: translate(0, 0);

  opacity: 1;

}



.fadeOut {

  opacity: 0;

  visibility: hidden;

  pointer-events: none;

  -webkit-transition: all 1000ms ease-in-out;

  transition: all 1000ms ease-in-out;

}



.fadeIn {

  opacity: 1;

  visibility: visible;

  pointer-events: auto;

  -webkit-transition: all 1000ms;

  transition: all 1000ms;

}



.zoomOut {

  transform: scale(0);

  transition: all .8s ease-in-out;

}



.zoomIn {

  transform: scale(1);

}

/*transformation Animation*/



.list {

  padding-left: 20px;

}



.list.d-grid {

  display: grid;

  grid-template-columns: auto auto auto;

  gap: 0 2rem;

}



.list li {

  margin-bottom: 10px;

}

.list li::marker {

  color: var(--primary-color);

}

.list.d-grid li {

  padding-left: 0;

  padding-right: 0;

}

.list.d-grid.list-group-flush>.list-group-item:last-child {

  border-bottom-width: 1px;

}



.list li a {

  color: var(--body-color);

}



.list li a:hover {

  color: var(--primary-color);

}
/* -----Accordion----- */
.accordion-item {
	margin-bottom: 1px;
  }
  
  .accordion-wrapper .accordion-header {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
  }
  
  .accordion-button {
	width: 100%;
	padding: 1rem 2.5rem 1rem 1rem;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
  background-color: var(--primary-color);
  color: #fff;
	border-radius: 0;
	border: 1px solid rgb(0 0 0 / 10%);
    text-align: left;
  }
  
  
  .accordion-button.collapsed {
	color: var(--primary-color);
	background-color: #fff;
  }
  
  .accordion-button i {
	transition: all 300ms ease-in-out;
	transform: rotate(225deg);
  }
  
  .accordion-button.collapsed i {
	transform: rotate(0deg);
  }
  
  .accordion-wrapper .card-body {
	margin-bottom: 1rem;
	padding: 1.5rem 1.5rem;
    border: 1px solid #ccc;
  }
  .accordion-button:not(.collapsed) {
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.abParasAvenue
{
  margin-top: 0;
}
.abParasAvenue .accord-logo{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.spanrightbtn {
    position: absolute;
    right: 1rem;
    font-size: 12px;
}
.padding
{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
  /* -----Accordion----- */