/* variables css */ /* for common fonts */
/* mixins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

html {
   font-size: 10px;
   
 }
 @media (min-width: 1921px) {
   html {
     font-size: 11px;
   }
 }
 @media (max-width: 1920.98px) {
   html {
     font-size: 10.8px;
   }
 }
 @media (max-width: 1699.98px) {
   html {
     font-size: 10px;
   }
 }
 @media (max-width: 1399.98px) {
   html {
     font-size: 10px;
   }
 }
 @media (max-width: 1199.98px) {
   html {
     font-size: 9px;
   }
 }
 @media (max-width: 991.98px) {
   html {
     font-size: 8px;
   }
 }
 @media (max-width: 767.98px) {
   html {
     font-size: 7px;
   }
 }
 @media (max-width: 575.98px) {
   html {
     font-size: 9px;
   }
 }
 
 ul {
   list-style-type: disc;
 }
 
 input:focus,
 select:focus,
 .form-control:focus,
 button:focus,
 .btn:focus {
   box-shadow: none;
   outline: none;
   border-color: inherit;
 }
 
 img {
   width: 100%;
   -o-object-fit: cover;
   object-fit: cover;
 }
 
 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p {
   margin-bottom: 0;
 }
 
 body {
   /* background-color: #ffffff;
   font-family: 'poppins-regular';
   font-size: 1.6rem;
   font-weight: 400;
   color: #000000; */
 
   background-color: #ffffff !important;
   font-family: "poppins-regular" !important;
   font-size: 1.6rem !important;
   font-weight: 400 !important;
   color: #000000 !important;
 }
  
 
 body.active::before {
   opacity: 1 !important;
   visibility: visible !important;
 }
 
 a {
   display: inline-block;
   transition: all 0.3s ease-in-out;
 }
 
 a,
 a:hover {
   text-decoration: none;
   outline: none;
   color: #000000;
 }
 
 ul {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 
 .container-fluid {
   max-width: 95%;
   padding: 0 3rem;
 }
 
 @media (max-width: 575.98px) {
   .container,
   .container-fluid {
     padding-left: 2.4rem;
     padding-right: 2.4rem;
   }
 }
 /*  button  */
 .btn {
   font: 400 1.6rem/1.3 "poppins-regular";
   color: #fff;
   padding: 1.2rem;
   border: none;
   border-radius: 1rem;
   transition: all 0.4s ease;
   background-color: #01aef0;
   transition: all 0.4s ease;
 }
 .btn:hover {
   color: #fff;
   background-color: #0b8fc4;
 }
 .btn.btn-green {
   background-color: #4caf50;
   color:white;
 }
 .btn.btn-green:hover {
   background-color: #319134;
 }
 .btn.btn-white {
   background-color: #fff;
   color: rgba(0, 0, 0, 0.87);
 }
 .btn.btn-white:hover {
   background-color: #c2c2c2;
   color: rgba(0, 0, 0, 0.87);
 }
 .btn.btn-grey {
   background-color: #f5f5f5;
   color: rgba(0, 0, 0, 0.87);
 }
 .btn.btn-grey:hover {
   background-color: #c2c2c2;
   color: rgba(0, 0, 0, 0.87);
 }
 .btn.btn-showall {
   font-size: 1.4rem;
   font-family: "poppins-medium";
   /* background-color: #e6f7fe; */
   background-color: #0089c1;
   /* color: rgba(0, 0, 0, 0.87); */
   color: white;
   padding: 1.4rem 0 1.2rem;
   width: 35rem;
 }
 .btn.btn-showall:hover {
   /* background-color: #a1c6d6;
   color: rgba(0, 0, 0, 0.87); */
   background-color: #0078ac;
   color: white;
 }
 
 .page-ttl {
   background-color: #01aef0;
   padding: 4.7rem 0;
   margin-bottom: 6rem;
 }
 .page-ttl a {
   width: 5.6rem;
   height: 5.6rem;
   border-radius: 100%;
   margin-right: 2rem;
   background-color: #0093d3;
 }
 .page-ttl a i {
   color: #fff;
   font-size: 2.4rem;
 }
 .page-ttl h1 {
   font-size: 4.8rem;
   color: #fff;
   line-height: 1;
   margin-top: 0.5rem;
 }
 
 /* common css */
 /* header css */
 /* footer css */
 @font-face {
   font-family: "poppins-bold";
   /* src: url(".././fonts/poppins-black.woff2") format("woff2"), */
   src: url("./fonts/poppins-black.woff2") format("woff2"),
     url("./fonts/poppins-bold.ttf") format("ttf");
   font-display: auto;
   font-style: normal;
   font-weight: 700;
   font-stretch: normal;
 }
 @font-face {
   font-family: "poppins-medium";
   src: url("./fonts/poppins-medium.woff2") format("woff2"),
     url("./fonts/poppins-medium.ttf") format("ttf");
   font-display: auto;
   font-style: normal;
   font-weight: 500;
   font-stretch: normal;
 }
 @font-face {
   font-family: "poppins-regular";
   /* src: url("./fonts/poppins-regular.woff2") format("woff2"),
     url("./fonts/poppins-regular.ttf") format("ttf"); */
   src: url("./fonts/poppins-regular.woff2") format("woff2"),
     url("./fonts/poppins-regular.ttf") format("ttf");
   font-display: auto;
   font-style: normal;
   font-weight: 400;
   font-stretch: normal;
 }
 h2 {
   font-family: "poppins-medium";
   font-style: normal;
   font-weight: 500;
   font-size: 3.4rem;
   line-height: 1.2;
   color: #000000;
 }
 
 h3 {
   font-family: "poppins-medium";
   font-style: normal;
   font-weight: 500;
   font-size: 2.4rem;
   line-height: 1.2;
   color: #000000;
 }
 
 h4 {
   font-family: "poppins-medium";
   font-style: normal;
   font-weight: 500;
   font-size: 2rem;
   line-height: 1.2;
   color: #000000;
 }
 
 h6 {
   font-family: "poppins-regular";
   font-style: normal;
   font-weight: 400;
   font-size: 1.4rem;
   line-height: 1.2;
   color: #f6f6f6;
 }
 
 p {
   font-family: "poppins-regular";
   font-style: normal;
   font-weight: 400;
   font-size: 1.6rem;
   line-height: 1.3;
   color: #000000;
 }
 
 span {
   font-family: inherit;
   font-style: normal;
   font-weight: inherit;
   font-size: inheritrem;
   line-height: inherit;
   color: inherit;
 }
 
 a {
   font-family: inherit;
   font-style: normal;
   font-weight: inherit;
   font-size: inheritrem;
   line-height: inherit;
   color: inherit;
 }
 
 /* typography css */
 /* layout css */
 .layout-wrapper .navbar-menu {
   position: fixed;
   top: 0;
   left: 0;
   width: 25rem;
   max-height: 100vh;
   height: 100%;
   overflow: auto;
   background-color: #03374a;
   z-index: 100;
 }
 
 .layout-wrapper .navbar-menu .nav .nav-item {
   padding: 1.6rem 1rem;
 }
 
 /* .layout-wrapper .navbar-menu .nav {
   height: 100%;
 } */
 
 .layout-wrapper .navbar-menu::-webkit-scrollbar {
   width: 0px;
 }
 
 /* Styling the scrollbar thumb (the draggable part) */
 .layout-wrapper .navbar-menu::-webkit-scrollbar-thumb {
   background-color: #888; /* Color of the thumb */
   border-radius: 5px; /* Rounded corners of the thumb */
 }
 
 /* Styling the scrollbar track when hovered */
 .layout-wrapper .navbar-menu::-webkit-scrollbar-thumb:hover {
   background-color: #555; /* Color of the thumb when hovered */
 }
 
 /* Styling the scrollbar track */
 .layout-wrapper .navbar-menu::-webkit-scrollbar-track {
   background-color: #f1f1f1; /* Color of the track */
 }
 
 /* Styling the scrollbar track when the thumb is dragged */
 .layout-wrapper .navbar-menu::-webkit-scrollbar-track-piece {
   background-color: transparent; /* Color of the track piece when dragged */
 }
 
 .layout-wrapper .navbar-menu .nav .nav-item .nav-link {
   padding: 0;
   color: #fff;
   position: relative;
 }
 
 .layout-wrapper .navbar-menu .nav .nav-item .nav-link i {
   font-size: 2rem;
   margin-right: 3rem;
 }
 .layout-wrapper .navbar-menu .lang .form-select {
   font-size: 1.6rem;
   filter: brightness(0) invert(1);
 }
 .layout-wrapper .navbar-menu .lang .form-select option {
   color: #000000;
 }
 .layout-wrapper .main-content {
   /* margin-left: 25rem; */
   overflow: hidden;
 }
 .layout-wrapper .main-content header {
   padding: 1.2rem;
   box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.08);
   z-index: 99;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   padding-left: 26.2rem;
   background-color: #fff;
 }
 .layout-wrapper .main-content header .header-wrapper .site-brand img {
   height: 40px;
 }
 .layout-wrapper .main-content header .header-wrapper .icons {
   gap: 1rem 4rem;
 }
 .layout-wrapper .navbar-menu .icons {
   position: absolute;
   bottom: 0;
   width: 100%;
   background-color: rgba(0, 0, 0, 0.3);
   backdrop-filter: blur(6px);
 }
 .layout-wrapper .main-content header .header-wrapper .icons .icons-link,
 .layout-wrapper .navbar-menu .icons .icons-link {
   width: 4rem;
   height: 4rem;
   border-radius: 100%;
   background-color: #f5f5f5;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 0.5s ease;
 }
 .layout-wrapper .navbar-menu .icons .icons-link {
   width: 3rem;
   height: 3rem;
 }
 .layout-wrapper .main-content header .header-wrapper .icons .icons-link img {
   width: 1.8rem;
 }
 .layout-wrapper .navbar-menu .icons .icons-link img {
   width: 1.6rem;
 }
 .layout-wrapper .main-content header .header-wrapper .icons .icons-link:hover,
 .layout-wrapper .navbar-menu .icons .icons-link:hover {
   background-color: rgba(0, 0, 0, 0.1);
 }
 .layout-wrapper .main-content .page-content .sec-ttl {
   position: relative;
   margin-bottom: 2rem;
 }
 .layout-wrapper .main-content .page-content .sec-ttl::after,
 .layout-wrapper .main-content .page-content .sec-ttl::before {
   content: "";
   position: absolute;
   bottom: 0;
   width: 40%;
   height: 1px;
   border-bottom: 1px solid;
 }
 .layout-wrapper .main-content .page-content .sec-ttl::before {
   left: 10%;
   -o-border-image: linear-gradient(270deg, #b3b3b3, #fff) 1;
   border-image: linear-gradient(270deg, #b3b3b3, #fff) 1;
 }
 .layout-wrapper .main-content .page-content .sec-ttl::after {
   right: 10%;
   -o-border-image: linear-gradient(90deg, #b3b3b3, #fff) 1;
   border-image: linear-gradient(90deg, #b3b3b3, #fff) 1;
 }
 .layout-wrapper .main-content .page-content section {
   /* padding-top: 8rem; */
   padding-bottom: 3rem;
 }
 @media (max-width: 767.98px) {
   .layout-wrapper .navbar-menu {
     width: 22rem;
   }
   .layout-wrapper .navbar-menu .nav .nav-item .nav-link i {
     margin-right: 1.4rem;
   }
   .layout-wrapper .main-content {
     margin-left: 22rem;
   }
   .layout-wrapper .main-content header {
     padding-left: 24rem;
   }
 }
 @media (max-width: 575.98px) {
   .layout-wrapper .navbar-menu {
     left: -100%;
     width: 26rem;
     transition: all 0.4s ease;
   }
   .layout-wrapper .navbar-menu .lang .form-select {
     filter: brightness(0) invert(1);
     font-size: 1.6rem;
   }
   .layout-wrapper .navbar-menu .menu-close i {
     font-size: 2.6rem;
     color: #f6f6f6;
   }
   .layout-wrapper .navbar-menu .nav .nav-item {
     padding: 1.6rem 1.8rem;
   }
   .layout-wrapper .navbar-menu.active {
     left: 0;
   }
   .layout-wrapper .main-content {
     margin-left: 0;
   }
   .layout-wrapper .main-content header {
     padding: 1.4rem 1.6rem;
     top: auto;
     bottom: 1.6rem;
     left: 50%;
     transform: translateX(-50%);
     width: calc(100% - 3.4rem);
     border-radius: 2rem;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 13px 0px;
   }
   .layout-wrapper .main-content header .header-wrapper .icons {
     gap: 1rem;
     justify-content: space-between;
     width: 100%;
   }
   .layout-wrapper .main-content .page-content .sec-ttl {
     margin-bottom: 3.4rem;
   }
   .layout-wrapper .main-content .page-content section {
     padding-top: 3rem;
     padding-bottom: 4rem;
   }
 }
 
 @keyframes headerSticky {
   0% {
     transform: translateY(-100%);
   }
   100% {
     transform: translateY(0);
   }
 }
 .banner-wrapper {
   /* padding-top: 6.4rem !important; */
 }
 .banner-wrapper .banner-slider .banner-item {
   height: 500px;
 }
 .banner-wrapper .banner-slider .banner-item img {
   height: 100%;
   -o-object-fit: contain;
   object-fit: contain;
 }
 .banner-wrapper .flip-card {
   width: 70rem;
   height: 40rem;
   margin: 5rem auto 8rem;
 }
 .banner-wrapper .flip-card .flip-card-inner {
   height: 100%;
   transition: transform 0.6s;
   transform-style: preserve-3d;
 }
 .banner-wrapper .flip-card .flip-card-inner .flip-card-front {
   height: 100%;
   background-color: #f07f1b;
   transform: translateZ(0);
 }
 .banner-wrapper .flip-card .flip-card-inner .flip-card-front .flip-logo {
   width: 45%;
 }
 .banner-wrapper .flip-card .flip-card-inner .flip-card-front .flip-logo img {
   width: 16rem;
   z-index: 1;
   height: auto;
 }
 .banner-wrapper .flip-card .flip-card-inner .flip-card-front .flip-logo::after {
   content: "";
   position: absolute;
   top: 50%;
   left: 32%;
   transform: translate(-50%, -50%);
   width: 44rem;
   height: 44rem;
   border-radius: 100%;
   background-color: #ffffff;
 }
 .banner-wrapper .flip-card .flip-card-inner .flip-card-front .flip-dtl {
   width: 62%;
 }
 .banner-wrapper .flip-card .flip-card-inner .flip-card-front .flip-dtl ul li {
   display: flex;
   align-items: center;
   margin: 1.6rem 0;
 }
 .banner-wrapper .flip-card .flip-card-inner .flip-card-front .flip-dtl ul li i {
   font-size: 1.9rem;
   display: block;
   width: 4rem;
   height: 4rem;
   text-align: center;
   margin-right: 1rem;
   flex-shrink: 0;
   line-height: 1.9;
   background-color: #fff;
   border-radius: 100%;
   border: 2px solid #f07f1b;
   color: #f07f1b;
 }
 .banner-wrapper .flip-card .flip-card-inner .flip-card-front .flip-dtl ul li h4,
 .banner-wrapper .flip-card .flip-card-inner .flip-card-front .flip-dtl ul li p {
   color: #fff;
 }
 .banner-wrapper
   .flip-card
   .flip-card-inner
   .flip-card-front
   .flip-dtl
   ul
   li
   h4
   span,
 .banner-wrapper
   .flip-card
   .flip-card-inner
   .flip-card-front
   .flip-dtl
   ul
   li
   p
   span {
   font-size: 1.6rem;
   font-family: "poppins-bold";
 }
 .banner-wrapper
   .flip-card
   .flip-card-inner
   .flip-card-front
   .flip-dtl
   ul
   li
   h4
   a:hover,
 .banner-wrapper
   .flip-card
   .flip-card-inner
   .flip-card-front
   .flip-dtl
   ul
   li
   p
   a:hover {
   color: #ffffff;
 }
 .banner-wrapper
   .flip-card
   .flip-card-inner
   .flip-card-front
   .flip-dtl
   ul
   li:last-child {
   align-items: flex-start;
 }
 .banner-wrapper
   .flip-card
   .flip-card-inner
   .flip-card-front
   .flip-dtl
   ul
   li:first-child,
 .banner-wrapper
   .flip-card
   .flip-card-inner
   .flip-card-front
   .flip-dtl
   ul
   li:last-child {
   margin-left: -3.4rem;
 }
 .banner-wrapper
   .flip-card
   .flip-card-inner
   .flip-card-front
   .flip-dtl
   ul
   li:nth-of-type(2),
 .banner-wrapper
   .flip-card
   .flip-card-inner
   .flip-card-front
   .flip-dtl
   ul
   li:nth-last-child(2) {
   margin-left: -1rem;
 }
 .banner-wrapper .flip-card .flip-card-inner .flip-card-back {
   transform: rotateY(180deg);
 }
 .banner-wrapper .flip-card .flip-card-inner .flip-card-back .back-header {
   background-color: #f07f1b;
   color: #fff;
   padding: 1rem 2rem;
   border-radius: 0 0 1rem 1rem;
 }
 .banner-wrapper .flip-card .flip-card-inner .flip-card-back .back-body {
   padding: 4rem 4rem 3rem;
 }
 .banner-wrapper .flip-card .flip-card-inner .flip-card-back .back-body .list {
   font-size: 1.4rem;
   -moz-column-count: 2;
   column-count: 2;
 }
 .banner-wrapper
   .flip-card
   .flip-card-inner
   .flip-card-back
   .back-body
   .list
   li {
   padding: 0.4rem 2.2rem;
   position: relative;
 }
 /* .banner-wrapper
   .flip-card
   .flip-card-inner
   .flip-card-back
   .back-body
   .list
   li::before {
   content: "";
   position: absolute;
   top: 0.9rem;
   left: 0;
   width: 0.8rem;
   height: 0.8rem;
   background-color: #f07f1b;
   transform: rotate(45deg);
 } */
 .banner-wrapper .flip-card .flip-card-inner .flip-card-back .back-footer {
   background-color: #f07f1b;
   color: #fff;
   padding: 1.6rem 2rem;
 }
 .banner-wrapper .flip-card .flip-card-inner .flip-card-front,
 .banner-wrapper .flip-card .flip-card-inner .flip-card-back {
   position: absolute;
   width: 100%;
   height: 100%;
   backface-visibility: hidden;
   border-radius: 3rem;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
 }
 .banner-wrapper .flip-card .flip-card-inner.active {
   transform: rotateY(180deg);
 }
 .banner-wrapper .flip-card > button {
   width: 3.6rem;
   height: 3.6rem;
   background-color: #01aef0;
   border: none;
   border-radius: 100%;
   margin: 4rem auto 0;
 }
 .banner-wrapper .flip-card > button i {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 1rem;
   color: #fff;
   transition: all 0.5s ease;
 }
 .banner-wrapper .flip-card > button i.fa-play {
   transform: translate(-50%, -50%) scale(0);
 }
 .banner-wrapper .flip-card > button.pause i {
   transform: translate(-50%, -50%) scale(0);
 }
 .banner-wrapper .flip-card > button.pause i.fa-play {
   transform: translate(-50%, -50%) scale(1);
 }
 @media (max-width: 991.98px) {
   .banner-wrapper .flip-card {
     width: 62rem;
     height: 36rem;
   }
   .banner-wrapper .flip-card .flip-card-inner .flip-card-front .flip-logo img {
     width: 14rem;
   }
   .banner-wrapper
     .flip-card
     .flip-card-inner
     .flip-card-front
     .flip-logo::after {
     width: 40rem;
     height: 40rem;
   }
 }
 @media (max-width: 767.98px) {
   .banner-wrapper .flip-card {
     width: 55rem;
     height: 34rem;
   }
   .banner-wrapper
     .flip-card
     .flip-card-inner
     .flip-card-front
     .flip-logo::after {
     width: 38rem;
     height: 38rem;
     left: 31%;
   }
 }
 @media (max-width: 575.98px) {
   .banner-wrapper {
     padding-top: 0rem !important;
   }
   .banner-wrapper .flip-card {
     width: 100%;
     height: 81rem;
     margin: 2.6rem auto 0;
     position: relative;
   }
   .banner-wrapper .flip-card .flip-card-inner .flip-card-front .flip-logo {
     width: 100%;
     height: 36% !important;
   }
   .banner-wrapper .flip-card .flip-card-inner .flip-card-front .flip-logo img {
     width: 18rem;
   }
   .banner-wrapper
     .flip-card
     .flip-card-inner
     .flip-card-front
     .flip-logo::after {
     width: 63rem;
     height: 88rem;
     left: 50%;
     top: -22%;
   }
   .banner-wrapper .flip-card .flip-card-inner .flip-card-front .flip-dtl {
     width: 100%;
     height: 53% !important;
     padding: 3rem !important;
     margin-top: 77px;
   }
   .banner-wrapper .flip-card .flip-card-inner .flip-card-front .flip-dtl ul li {
     margin: 1rem 0 !important;
   }
   .banner-wrapper
     .flip-card
     .flip-card-inner
     .flip-card-front
     .flip-dtl
     ul
     li
     i {
     font-size: 1.7rem;
     width: 3.6rem;
     height: 3.6rem;
     margin-right: 1rem;
   }
   .banner-wrapper .flip-card .flip-card-inner .flip-card-back .back-header {
     padding: 1.2rem 2rem 0.8rem;
   }
   .banner-wrapper .flip-card .flip-card-inner .flip-card-back .back-body {
     padding: 3rem;
   }
   .banner-wrapper .flip-card .flip-card-inner .flip-card-back .back-body .list {
     -moz-column-count: 1;
     column-count: 1;
   }
   .banner-wrapper
     .flip-card
     .flip-card-inner
     .flip-card-back
     .back-body
     .list
     li::before {
     top: 0.8rem;
   }
   .banner-wrapper .flip-card .flip-card-inner .flip-card-back .back-footer {
     background-color: #f07f1b;
     color: #fff;
     padding: 1.6rem 2rem;
   }
   .banner-wrapper .flip-card > button {
     position: absolute !important;
     top: 1.2rem;
     right: 1.2rem;
     margin: 0;
     width: 3.2rem;
     height: 3.2rem;
   }
 }
 
 .about-wrapper p {
   line-height: 1.5;
   letter-spacing: 0.03125em;
   padding-bottom: 1.4rem;
 }
 
 .products-wrapper .products .product-item {
   background-color: #f6f6f6;
   border-radius: 1rem;
   padding: 1.2rem;
 }
 .products-wrapper .products .product-item .product-img {
   height: 24rem;
 }
 .products-wrapper .products .product-item .product-img img {
   height: 100%;
   -o-object-fit: contain;
   object-fit: contain;
 }
 .products-wrapper .products .product-item .product-dtl {
   padding: 2.4rem 0;
 }
 .products-wrapper .products .product-item .product-dtl p {
   padding-top: 0.6rem;
   color: #01aef0;
 }
 .products-wrapper .products .product-item .product-btn {
   gap: 2rem;
 }
 .products-wrapper .products .product-item .product-btn .btn {
   width: calc(50% - 1rem);
 }
 .products-wrapper .products .product-item .product-btn .btn:nth-of-type(2) {
   width: 100%;
 }
 .product-btn .btn-green {
  font: 400 1.6rem / 1.3 poppins-regular !important;
  color: #fff !important;
  padding: 1.2rem !important;
  border: none !important;
  border-radius: 1rem !important;
  background-color: #4caf50 !important;
  transition: all .4s ease !important;
}
.product-btn .btn-white {
  font: 400 1.6rem / 1.3 poppins-regular !important;
  color: #000 !important;
  padding: 1.2rem !important;
  border: none !important;
  border-radius: 1rem !important;
  background-color: #fff !important;
  transition: all .4s ease !important;
}
 
 .video-wrapper .video .video-item {
   background-color: #f6f6f6;
   border-radius: 1rem;
   padding: 1.2rem;
 }
 .video-wrapper .video .video-item .video-img {
   height: 24rem;
   border-radius: 1rem;
   overflow: hidden;
   cursor: pointer;
 }
 .video-wrapper .video .video-item .video-img img {
   height: 100%;
 }
 .video-wrapper .video .video-item .video-img i {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   font-size: 3.4rem;
   color: #fff;
   z-index: 1;
 }
 .video-wrapper .video .video-item .video-img::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.5);
 }
 .video-wrapper .video .video-item p {
   font-family: "poppins-medium";
   padding: 1.7rem 0 0.3rem;
 }
 
 .certificate-wrapper .certificate .certificate-item {
   background-color: #f6f6f6;
   border-radius: 1rem;
   padding: 1.2rem;
   display: block;
 }
 .certificate-wrapper .certificate .certificate-item img {
   height: 24rem;
   -o-object-fit: contain;
   object-fit: contain;
 }
 .certificate-wrapper .certificate .certificate-item p {
   font-family: "poppins-medium";
   padding: 1.7rem 0 0.3rem;
 }
 
 .download-wrapper .download .download-item {
   background-color: #f6f6f6;
   border-radius: 1rem;
   padding: 1.2rem;
   display: block;
 }
 .download-wrapper .download .download-item img {
   height: 20rem;
   border-radius: 1rem;
 }
 .download-wrapper .download .download-item p {
   font-family: "poppins-medium";
   padding: 1.7rem 0 0.3rem;
 }
 
 .inquiry-wrapper form .form-floating {
   margin-bottom: 2.4rem;
 }
 .inquiry-wrapper form .form-floating .form-control {
   color: rgba(0, 0, 0, 0.87);
   font-size: 1.6rem;
   padding: 0.8rem 1.2rem;
   height: calc(3.8rem + 2px);
 }
 .inquiry-wrapper form .form-floating label {
   color: rgba(0, 0, 0, 0.6);
   padding: 0.8rem 1.2rem;
   width: auto;
   height: auto;
 }
 .inquiry-wrapper form .form-floating textarea {
   min-height: 11.8rem;
 }
 .inquiry-wrapper
   form
   .form-floating
   > .form-control:not(:-moz-placeholder-shown)
   ~ label {
   transform: scale(0.8) translateY(-1.2rem) translateX(1.2rem);
   background-color: #fff;
   padding: 0 0.4rem;
   opacity: 1;
 }
 .inquiry-wrapper form .form-floating > .form-control:focus-within ~ label,
 .inquiry-wrapper
   form
   .form-floating
   > .form-control:not(:placeholder-shown)
   ~ label {
   transform: scale(0.8) translateY(-1.2rem) translateX(1.2rem);
   background-color: #fff;
   padding: 0 0.4rem;
   opacity: 1;
 }
 .inquiry-wrapper form h6 {
   color: #9e9e9e;
 }
 .inquiry-wrapper form .form-btn {
   margin-top: 4rem;
 }
 .inquiry-wrapper form .form-btn .btn {
   min-width: 24rem;
 }
 
 .contact-wrapper .contact iframe {
   width: 100%;
   height: 100%;
   min-height: 28rem;
 }
 
 .contact-wrapper .contact .contact-contain h3 {
   padding: 1rem 0;
 }
 .contact-wrapper .contact .contact-contain > p {
   padding-bottom: 1.6rem;
 }
 .contact-wrapper .contact .contact-contain p {
   color: #666666;
   font-family: "poppins-medium";
 }
 .contact-wrapper .contact .contact-dtl {
   padding: 2.6rem 0;
 }
 .contact-wrapper .contact .contact-dtl > div {
   padding: 1rem 0;
 }
 .contact-wrapper .contact .contact-dtl i {
   font-size: 1.8rem;
   margin-right: 1.6rem;
 }
 @media (max-width: 575.98px) {
   .contact-wrapper .contact .contact-contain {
     padding-top: 2.4rem;
   }
   .contact-wrapper .contact .contact-dtl {
     padding: 0;
   }
 }
 @media (max-width: 768px) {
   .contact-wrapper .row .col-sm-6 {
     flex: 0 0 auto;
     width: 100%;
   }
   .contact-wrapper .container .row .col-sm-6 {
     flex: 0 0 auto;
     width: 100%;
   }
 }
 
 .testimonial-wrapper .testimonial .testi-item .testi-img img {
   width: 28rem;
   height: 28rem;
   -o-object-fit: contain;
   object-fit: contain;
   border: 1px solid #e6e6e6;
   margin: auto;
   padding: 1.2rem;
 }
 .testimonial-wrapper .testimonial .testi-item .testi-content i {
   font-size: 10rem;
   color: #e6e6e6;
   display: block;
 }
 .testimonial-wrapper .testimonial .testi-item .testi-content i.fa-quote-right {
   text-align: right;
 }
 .testimonial-wrapper .testimonial .testi-item .testi-content h4 {
   color: #666666;
   line-height: 1.6;
 }
 .testimonial-wrapper .testimonial .testi-item .testi-content h3 {
   color: #01aef0;
 }
 .testimonial-wrapper .testimonial .testi-item .testi-content h6 {
   padding-top: 0.8rem;
   color: #808080;
   font-size: 1.5rem;
 }
 .testimonial-wrapper .testimonial .slick-dots li button::before {
   color: #797979;
 }
 .testimonial-wrapper .testimonial .slick-dots li.slick-active button::before {
   color: #797979;
 }
 @media (max-width: 575.98px) {
   .testimonial-wrapper .testimonial .testi-item .testi-content i {
     font-size: 6rem;
   }
 }
 
 .link-wrapper .link .link-item {
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.4rem;
   color: rgba(0, 0, 0, 0.87);
   margin: 0.8rem 0.4rem;
   padding: 0.6rem 1.6rem;
   text-transform: capitalize;
   border-radius: 1rem;
   min-width: 64px;
   line-height: 1;
   position: relative;
   font-family: "poppins-medium";
 }
 .link-wrapper .link .link-item img {
   width: 2.4rem;
   margin-right: 0.8rem;
 }
 .link-wrapper .link .link-item::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   border-radius: 1rem;
   background-color: currentColor;
   visibility: hidden;
   transition: all 0.3s ease;
 }
 .link-wrapper .link .link-item:hover::before {
   visibility: visible;
   opacity: 0.08;
 }
 .link-wrapper .link .link-item.facebook {
   background-color: rgba(18, 119, 211, 0.1);
 }
 .link-wrapper .link .link-item.linkedin {
   background-color: rgba(18, 119, 211, 0.1);
 }
 .link-wrapper .link .link-item.youtube {
   background-color: #ffe6e6;
 }
 .link-wrapper .link .link-item.app-store {
   background-color: #e6faff;
 }
 .link-wrapper .link .link-item.playstore {
   background-color: #eafaef;
 }
 .link-wrapper .link .link-item.twitter {
   background-color: #e6f7fe;
 }
 .link-wrapper .link .link-item.whatsapp {
   background-color: #eafaef;
 }
 .link-wrapper .link .link-item.blog {
   background-color: rgba(18, 119, 211, 0.1);
 }
 .link-wrapper .link .link-item.instagram {
   background-color: #ffe6e6;
 }
 .link-wrapper .link .link-item.website {
   background-color: #e6f7fe;
 }
 
 .whatsapp-wrapper h6 {
   color: #9e9e9e;
   padding-bottom: 1.2rem;
 }
 .whatsapp-wrapper form label {
   transform: translateY(-1.1rem) translateX(-0.5rem) scale(0.75);
   position: absolute;
   background-color: #fff;
   padding: 0 0.5rem;
 }
 .whatsapp-wrapper form .form-select {
   color: rgba(0, 0, 0, 0.87);
   font-size: 1.4rem;
   padding: 1.2rem 1.2rem 0.5rem;
 }
 .whatsapp-wrapper form .form-control {
   color: rgba(0, 0, 0, 0.87);
   font-size: 1.6rem;
   padding: 0.7rem 1.2rem;
 }
 .whatsapp-wrapper form .btn {
   font-size: 1.4rem;
   text-transform: uppercase;
   font-family: "poppins-medium";
   min-width: 15rem;
   padding: 1.2rem 1.2rem 1rem;
 }
 
 .copyright h6 {
   color: rgba(0, 0, 0, 0.87);
 }
 .copyright h6 a {
   text-decoration: underline;
   color: #01aef0;
 }
 .copyright p {
   color: rgba(0, 0, 0, 0.87);
   font-size: 1.2rem;
 }
 @media (max-width: 575.98px) {
   .copyright {
     padding: 2rem 0 12rem !important;
   }
 }
 
 .products-wrapper .products,
 .video-wrapper .video,
 .payments-wrapper .payments,
 .certificate-wrapper .certificate,
 .download-wrapper .download {
   gap: 1.6rem 0;
 }
 
 /*  modal  */
 .modal.fade .modal-dialog.modal-dialog-zoom {
   transform: translate(0, 0) scale(0.5);
 }
 
 .modal.show .modal-dialog.modal-dialog-zoom {
   transform: translate(0, 0) scale(1);
 }
 
 .modal .modal-dialog .modal-content .modal-header {
   padding: 1.7rem 2.4rem 1.4rem;
 }
 .modal .modal-dialog .modal-content .modal-body {
   padding: 2rem 2.4rem;
 }
 .modal .modal-dialog .modal-content .modal-body form .form-floating {
   margin-bottom: 2.4rem;
 }
 .modal
   .modal-dialog
   .modal-content
   .modal-body
   form
   .form-floating
   .form-control {
   background-color: rgba(0, 0, 0, 0.06);
   border: none;
   border-radius: 0;
   font-size: 1.6rem;
   color: rgba(0, 0, 0, 0.871);
   padding: 3.6rem 1.2rem 1.6rem;
 }
 .modal .modal-dialog .modal-content .modal-body form .form-floating label {
   padding: 1.4rem 1.2rem;
   color: rgba(0, 0, 0, 0.6);
 }
 .modal .modal-dialog .modal-content .modal-body form .form-floating textarea {
   height: 14rem;
 }
 .modal .modal-dialog .modal-content .modal-body form .form-floating::after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
   width: 0;
   height: 2px;
   background-color: #01aef0;
   transition: all 0.3s ease;
 }
 .modal
   .modal-dialog
   .modal-content
   .modal-body
   form
   .form-floating:focus-within::after {
   width: 100%;
 }
 .modal
   .modal-dialog
   .modal-content
   .modal-body
   form
   .form-floating
   > .form-control:not(:-moz-placeholder-shown)
   ~ label {
   transform: scale(0.8) translateY(-0.5rem) translateX(0.15rem);
 }
 .modal
   .modal-dialog
   .modal-content
   .modal-body
   form
   .form-floating
   > .form-control:focus
   ~ label,
 .modal
   .modal-dialog
   .modal-content
   .modal-body
   form
   .form-floating
   > .form-control:not(:placeholder-shown)
   ~ label {
   transform: scale(0.8) translateY(-0.5rem) translateX(0.15rem);
 }
 .modal .modal-dialog .modal-content .modal-body form .form-btn {
   border-top: 1px solid #dee2e6;
   padding-top: 1.6rem;
 }
 .modal .modal-dialog .modal-content .modal-body .product-slider .slick-dots {
   background-color: rgba(0, 0, 0, 0.3);
 }
 .modal .modal-dialog .modal-content .modal-body .product-dtl {
   padding-left: 1.4rem;
 }
 .modal .modal-dialog .modal-content .modal-body .product-dtl p {
   color: rgba(0, 0, 0, 0.6);
   font-size: 1.4rem;
   padding: 1rem 0 0.2rem;
 }
 .modal .modal-dialog .modal-content .modal-body iframe {
   width: 100%;
   height: 100%;
   aspect-ratio: 16/9;
 }
 .modal .modal-dialog .modal-content .modal-footer {
   padding: 1.2rem 1.6rem;
 }
 .modal .modal-dialog .modal-content .modal-body .btn,
 .modal .modal-dialog .modal-content .modal-footer .btn {
   margin: 0;
   font-size: 1.4rem;
   text-transform: uppercase;
   letter-spacing: 0.089em;
   padding: 1.5rem 2rem 1.1rem;
   border-radius: 0.5rem;
 }
 
 /* pages css */ /*# sourceMappingURL=application.css.map */
 
 .display-conian {
   display: contents !important;
 }
 
 .slick-dots {
   display: block !important;
   position: initial !important;
 }
 
 .layout-wrapper .header-wrapper,
 .layout-wrapper .back-top,
 .layout-wrapper .social-icons {
   display: none;
 }
 .header-active > .header-wrapper {
   background-color: #fff;
   padding: 1.4rem 3rem;
   box-shadow: 0 0 2px;
   gap: 0 6rem;
   display: flex;
   border-bottom: 1px solid;
 }
 
 @media (min-width: 576px) {
   .back-top {
     display: flex;
   }
   .header-active .navbar-menu {
     display: none;
   }
   .header-active .main-content {
     margin-left: 0;
   }
   .header-active .header-wrapper .brand-logo {
     max-width: 18rem;
     max-height: 8rem;
   }
   .header-active .header-wrapper .header-menu .nav {
     gap: 1rem 3rem;
   }
   .header-active .header-wrapper .header-menu .nav .nav-item .nav-link {
     color: #2f2f2f;
     padding: 0;
     font-weight: 500;
   }
   .header-active .header-wrapper .header-menu .nav .nav-item .nav-link i {
     display: none;
   }
   .header-active .back-top {
     position: fixed;
     bottom: 4rem;
     right: 0rem;
     width: 5rem;
     height: 5rem;
     display: flex;
     background-color: #2f2f2f;
     border-radius: 100%;
     cursor: pointer;
     z-index: 10;
     display: none;
   }
   .header-active .back-top i {
     font-size: 2.4rem;
     color: #ffffff;
   }
   .header-active .back-top.show {
    display: flex;
    transform: scale(1);
}
   .header-active .social-icons {
     display: flex;
     position: fixed;
     top: 80%;
     right: 0rem;
     transform: translateY(-50%);
     z-index: 10;
   }
   .header-active .social-icons .icons {
     flex-direction: column;
   }
   .header-active .social-icons .icons-link {
     width: 4rem;
     height: 4rem;
     background-color: #2f2f2f;
     border-radius: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
   }
   .header-active .social-icons .icons-link img {
     width: 1.6rem;
     height: 1.6rem;
     object-fit: contain;
     filter: brightness(0) invert(1);
   }
 }
 @media (max-width: 575px) {
   .header-active .header-wrapper .brand-logo {
     max-width: 12rem;
     max-height: 4rem;
   }
   .header-active .header-wrapper > .icons-link {
     position: absolute;
     top: 50%;
     left: 3rem;
     transform: translateY(-50%);
   }
   .header-active .main-content header {
     display: none !important;
   }
   .header-active .navbar-menu .icons {
     display: flex !important;
   }
 }
 
 @media (min-width: 1200px) {
   .h4,
   h4 {
     font-size: 1.5rem !important;
   }
   .h2,
   h2 {
     font-size: 2rem !important;
   }
 }
 @media only screen and (max-width: 600px) {
   .btn.btn-showall{
       width: 250px;
   }
 }