@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Jost", sans-serif;
}
.page-wrapper .news-card {
    background-color: #ddd;
        margin-bottom: 30px;
}
.news-page{
    margin-top: 30px;
}
li {
  list-style-type: none;
}
ul{
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}

.sidenav {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #002051;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
  opacity: 0.9;
  text-align: center;
}
.sidenav ul ul.submenu{
        background: #03859e;
}
.sidenav a.closebtn {
     position: absolute;
    top: 0;
    right: 25px;
    font-size: 40px;
    margin-left: 50px;
    color: #fff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: #0093af;
    line-height: 45px;
    border-radius: 50px;
}

.sidenav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.sidenav ul li {
  list-style-type: none;
}

.sidenav ul li a {
  padding: 8px 8px 8px 32px !important;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
  font-weight: 600;
}

.mobile-icons {
  display: none;
}

.custom-container {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0 15px;
}

.header-site .top-header {
  background-color: #25364e96;
  padding: 20px 0px;
  position: absolute;
  z-index: 9;
  width: 100%;
}

.header-site .logo {
  text-align: left;
}
.top_menu{
    padding-top: 17px;
}
.top_menu ul li{
  display: inline-block;
}
.top_menu .mobile-icon{
  display: none;
}
.top_menu ul li a{
  font-size: 16px;
  font-weight: 500;
  padding: 0 7px;
  color: #fff;
}
.top_menu ul li a:hover{
  color: #0093af;
}
.top_menu ul li.active a{
  color: #0093af;
}
.top-header .row{
  align-items: center;
}
.top_menu ul {
    position: relative;
}
.top_menu ul li:last-child a {
  background: #fff;
  color: #000;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
      position: absolute;
    top: -4px;
    transform: translateX(-50%);
    right: 0;
}
.certificate-img {
    text-align: center;
}
.main-category{
  padding: 30px 0 60px 0;
}
.heading-section{
  text-align: center;
  padding-bottom: 40px;
}
.heading-section span{
  font-size: 16px;
  color: #919191;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0px 20px;
}
.heading-section p:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background: #0093af;
  width: 50%;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.heading-section p {
  position: relative;
}
.production-tour .heading-section p:after {
  background: #fff;
}
.heading-section h2{
  font-size: 35px;
  color: #000;
  font-weight: bold;
  text-transform: capitalize;
}
.category-card{
  position: relative;
}
.category-card .cate-img{
  position: relative;
}
.category-card .cate-img img{
  width: 100%;
  height: 100%;
}
.cate-name{
  position: absolute;
  background-color: #fff;
  width: 95%;
  left: 0;
  right: 0;
  bottom: 20px;
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
  margin: 0 auto;
  transition: 0.45s;
}
.cate-name h3{
  font-size: 30px;
  color: #000;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cate-name p{
  font-size: 16px;
  color: #000;
  margin: 0;
  transform: translateY(190px);
  display: none;
  transition: 0.45s;
}
.cate-name h3 .icon {
  font-size: 18px;
}
.cate-name h3 .icon i{
  transition: none;
}
.cate-name h3 .icon i::after{
  transition: none;
}
.category-card:hover .cate-name p{
  transform: translateY(0px);
  display: block;
  transition: 0.45s;
}
.category-card:hover .cate-name{
  background-color: #0093af;
}
.category-card:hover .cate-name h3{
  color: #fff;
}
.category-card:hover .cate-name p{
  color: #fff;
}
.category-card:hover .cate-name h3 .icon{
  transform: rotate(-45deg);
}
.product-card{
  border: 1px solid #e5e5e5;
  border-radius:20px;
}
.product-card .product-image{
  position: relative;
  padding-bottom: 100%;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0 0 20px 20px;
}
.product-card .product-image img{
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.product-card .product-name{
  padding: 30px 20px;
}
.product-card .product-name h3{
  font-size: 16px;
  color: #000;
font-weight: 400;
}
.product-card .product-name .sku{
  font-size: 16px;
  color: #000;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.product-card .product-name .btn{
  background-color: #0093af;
  border-radius: 50px;
  padding: 15px 25px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.product-card:hover .product-name .btn{
  background-color: #00439c;
}
.new-inner{
  padding: 100px 0;
}
.news-event .news-event-wrap{
  background-color: #0093af;
  padding: 50px;
  border-radius: 50px 50px 0 0;
}
.new-inner p{
  font-size: 18px;
  color: #fff;
  position: relative;
  padding-left: 60px;
}
.new-inner p::after{
  content: '';
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 1px;
  background-color: #fff;
}
.new-inner h1{
  font-size: 50px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 50px;
  color: #fff;
}
.new-inner a{
  font-size: 18px;
  color: #000;
  background-color: #fff;
  padding: 8px 15px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 500;
}
.news-card{
  padding: 30px;
  border-radius: 170px 170px 20px 20px;
  background-color: #fff;
}
.news-card .news-img{
  border-radius: 50%;
  overflow: hidden;
}
.news-card .news-img img{
  width: 100%;
}
.news-card .new-content{
  text-align: center;
  padding-top: 20px;
}
.news-card .new-content h4{
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.news-card .new-content p{
  color: #000;
  font-size: 19px;
  padding-left: 0;
}
.news-card .new-content a{
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #000;
}
.prod-catalog{
  background-color: #f8f8f8;
  padding: 100px 40px;
}
.prod-catalog p{
  font-size: 18px;
  color: #000;
  position: relative;
  padding-left: 60px;
}
.prod-catalog p::after{
  content: '';
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 1px;
  background-color: #0093af;
}
.prod-catalog h2{
  font-size: 50px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 50px;
  color: #000;
}
.prod-catalog a{
  font-size: 18px;
  color: #fff;
  background-color: #0093af;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 500;
}
.catelog .cate-book{
  text-align: center;
  padding: 30px;
}
.catelog .cate-book img {
  width: 85%;
}
.news-event {
  margin: 60px 0px;
}
.production-tour{
  background-color: #00439c;
  padding: 50px 0px;
}
.production-tour .heading-section span{
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}
.production-tour .heading-section span{
  background: #00439c;
  margin-bottom: 0;
}
.production-tour .heading-section h2{
  color: #fff;
}
.production-item{
  position: relative;
  width: 20%;
}
.production-img{
  overflow: hidden;
  padding-bottom: 135%;
  border-radius: 20px;
  position: relative;
}
.production-img img{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.production-item .production-name{
  position: absolute;
  content: '';
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 10px;
  width: 95%;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 500;
}
.production-item:hover .production-name{
  background-color: #0093af;
  color: #fff;
}
.production-main{
  text-align: center;
  width: 20%;
}
.production-main .production-img{
  overflow: hidden;
  padding-bottom: 100%;
}
.production-inner a{
  background-color: #0bd1c5;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
}
.production-inner a:hover{
  background-color: #fff;
  color: #000;
}
.production-inner h3{
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  margin: 20px 0px 10px;
  text-align: center;
}
.production-tour .d-flex{
  gap: 20px;
}
.about-wrap{
  padding: 60px 0px;
}
.about-text span{
  font-size: 18px;
  color: #000;
  position: relative;
  padding-left: 60px;
}
.about-text span::after{
  content: '';
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 1px;
  background-color: #0093af;
}
.about-text h2{
  font-size: 50px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #000;
}
.about-text h3{
  font-size: 30px;
  color: #0093af;
  font-weight: 600;
}
.about-text p{
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}
.about-text a{
  font-size: 18px;
  color: #fff;
  background-color: #0093af;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 500;
}
.about-text a:hover{
  background-color: #00439c;
}
.about-image {
  position: relative;
      overflow: hidden;
}
.about-image img{
  width: 100%;
      transition: 0.45s;
}
.about-image:hover img {
    transform: scale(1.2);
}
.exp-year {
  position: absolute;
  top: 17%;
  transform: translateY(-50%) rotate(-90deg);
  left: 1px;
}
.exp-year span{
  font-size: 32px;
  font-weight: 600;
  color: #008fae;
  line-height: 0;
}
.exp-year h3{
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}
.year-number {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  font-size: 70px;
  font-weight: bold;
  line-height: 0;
  left: 30px;
}
.footer-site{
  padding: 60px 0;
  background-color: #000;
}
.new-letter-wrap{
  max-width: 1300px;
  margin: 0 auto;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.new-letter-wrap .row{
  align-items: center;
}
.newletter-form form{
  display: flex;
  gap: 10px;
}
.newletter-form form input{
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 20px;
  font-size: 16px;
  color: #808080;
  border-radius: 50px;
  border: none;
}
.newletter-form form input:focus{
  border: none;
  box-shadow: none;
}
.newletter-form form button{
  width: 100px;
  height: 50px;
  line-height: 50px;
  background-color: #0093af;
  color: #fff;
  border-radius: 50px;
  box-shadow: none;
  border: none;
}
.newletter-text h2{
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}
.newletter-text p{
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.footer-desc{
  margin-top: 30px;
}
.footer-desc h3{ 
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.footer-desc p{ 
  font-size: 16px;
  color: #fff;
}
.top-footer .d-flex{
  gap: 20px;
      justify-content: space-between;
}
.top-footer .logo-section{
  width: 25%;
}
.footer-links{
  width: 15%;
}
.footer-links h2{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.footer-links h2::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  background-color: #008fae;
  height: 1px;
}
.footer-links ul li a{
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 7px;
}
.footer-links ul li a:hover{
  color: #008fae;
}
.footer-links ul li a i{
  transform: rotate(-45deg);
  margin-right: 10px;
  color: #008fae;
}
.footer-inner-contact{
  display: flex;
  justify-content: space-between;
  background-color: #024653;
  border-radius: 20px;
}
.left-conatct{
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-right: 20px;
}
.certificate .sub-heading {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}
.certificate.about-certi h2 {
    font-size: 40px;
    color: #005e91;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.certificate h2 span {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}
.footer-inner-contact h3{
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer-inner-contact .d-flex{
  gap: 10px;
  margin-bottom: 15px;
}
.footer-inner-contact .d-flex .text span{
  font-size: 16px;
  color: #fff;
}
.footer-inner-contact .d-flex .text h5{
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.socail-media ul {
    margin-top: 20px;
}
.socail-media ul li{
    display:inline-block;
    margin-right: 10px;
}
.socail-media ul li a{
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #fff;
  color: #000;
  display: block;
  border-radius: 50px;
  margin-bottom: 15px;
}
.socail-media ul li a:hover {
    background-color: #008fae;
    color: #fff;
}
.socail-media ul li:last-child a{
  margin-bottom: 0;
}
.bottom-footer{
  background-color: #008fae;
  padding: 30px 0;
}
.bottom-footer .copy-right{
  text-align: center;
}
.bottom-footer .copy-right p{
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.bottom-footer .copy-right p a{
  color: #fff;
}
.bottom-footer .copy-right p a:hover{
    color:#000000;
}
.footer-links img {
  width: 100%;
}
.catalog label {
  display: block;
  color: #666;
  font-weight: bold;
  margin-bottom: 5px;
}
.catalog form input[type="text"], .catalog form input[type="email"], .catalog form input[type="tel"] {
  display: block;
  background: #FFF;
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  color: #000;
  border: 1px solid #999;
}
.catalog h2 {
  font-size: 2rem;
  margin: 20px 0px 40px;
  text-align: center;
}

.catalog form input[type="submit"] {
  display: inline-block;
  height: 50px;
  padding: 0px 20px;
  border-radius: 2px;
  color: #fff;
  text-transform: capitalize;
  background: #0093af;
  border: none;
  cursor: pointer;
  font-weight: 500;
  width: 14%;
  border-radius: 50px;
  margin-top: 20px;
}
.catalog form .d-flex label{
  margin-bottom: 0;
  margin-left: 10px;
}
.catalog form .d-flex {
  align-items: center;
}
.catalog {
  margin-bottom: 40px;
}
.about-content{
  margin-bottom: 25px;
}
.bread-area {
  background-color: #00439c;
  text-align: left;
  padding: 170px 60px 70px;
  margin: 0 auto;
  color: #fff;
}
.bread-area h2 {
  font-size: 50px;
  font-weight:700;
  color: #fff;
}
.bread-area p,.bread-area a,.bread-area span {
  color: #fff;
}
#page-wrapper {
  min-height: 60px;
  padding: 30px 0px 50px;
}
#page-wrapper .production-main {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
#page-wrapper .production-main .production-content {
  margin: 20px 0px;
}
#page-wrapper .production-tour{
  background-color: #fff;
}
.production-tour p {
    font-size: 16px;
}
.term-content p {
    font-size: 16px;
}
.about-page {
  padding: 60px 0px;
  position: relative;
}
.about-page .about-content h2 {
  font-size: 20px;
  color: #fff;
  background-color: #005e91;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 10px 0px;
}
.about-page .about-content h3 {
  font-size: 50px;
  color: #005e91;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding-top: 10px;
}
.about-page .about-content p {
  font-size: 17px;
  color: #3c3c3c;
  text-align: left;
  margin-bottom: 10px;
}
.aboot-content .mission h2 {
  font-size: 30px;
  color: #005e91;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.aboot-content .mission h2:after {
  position: absolute;
  content: '';
  background-color: #004072;
  width: 100px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.aboot-content .mission p {
  font-size: 17px;
  color: #3c3c3c;
  margin-bottom: 30px;
}
.aboutpage-services h2 {
  font-size: 40px;
  color: #005e91;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.aboutpage-services .service-inner .service-icon span {
  background-color: #005e91;
}
.service-inner .service-icon span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  background-color: #fff;
  color: #005e91;
}
.service-inner .service-icon {
  padding-right: 30px;
}
.aboutpage-services .service-inner .service-icon span img {
  filter: invert(1);
}
.aboutpage-services .service-inner .service-text {
  margin-bottom: 30px;
  max-width: 400px;
}

.service-inner .service-text {
  text-align: left;
  max-width: 300px;
  border-bottom: 1px solid #96b8ca;
}
.aboutpage-services .service-inner .service-text h3 {
  color: #005e91;
  text-align: left;
}

.service-inner .service-text h3 {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.aboutpage-services .service-inner .service-text p {
  font-size: 17px;
  color: #3c3c3c;
  margin-bottom: 15px;
}
.related-product .product-card {
    margin-bottom: 24px;
}
.page-container .heading {
    margin-bottom: 15px;
}
.certificate h2 span {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.aboutpage-services h2 {
  font-size: 40px;
  color: #005e91;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
.certificate h2:after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #c5c5c5;
  width: 100%;
  height: 1px;
}
.about-certi {
  padding: 60px 0px 0;
}
.aboutpage-services .custom-container {
    max-width: 1400px;
    margin: 0 auto;
}
.side-text {
  display: none;
}
#main-sidebar-wrapper .inner {
  background: #f3f3f3;
  padding: 30px 0;
  border-radius: 50px;
}
.download-link {
  padding-bottom: 30px;
}
.download-link h3 {
  padding: 10px 0px;
  font-size: 20px;
}
.download-link a {
  color: #025a88;
  font-size: 16px;
}
.download-link p {
  color: #000;
  font-size: 16px;
}
.download-link img {
  width: 100%;
}
#fullsearch-wrapper.open {
  opacity: 1;
  transform: translate(0px, 0px) scale(1, 1);
}
#fullsearch-wrapper {
  position: fixed;
  z-index: 999;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translate(0px, -100%) scale(0, 0);
}
#fullsearch-wrapper .closebtn {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #008fae;
  opacity: 1;
  padding: 10px 17px;
  font-size: 18px;
  border-radius: 50px;
}
#fullsearch-wrapper .button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  padding: 10px 30px;
  font-size: 13px;
  color: #fff;
  background: #0093af;
  cursor: pointer;
  border: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px;
}
#fullsearch-wrapper input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
.banner-item .down-icon{
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #0093af;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  bottom: 75px;
  position: relative;
}
.banner-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner-wrapper .slick-next {
  right: 0;
}
.footer-inner-contact .d-flex .icon {
  width: 20%;
}
.footer-inner-contact .d-flex .text {
  width: 80%;
}
.top-bar-wrap{
    background-color: #282f3b;
        padding: 8px 0px;
            display: none;
}
.top-inner-wrap ul li {
    display: inline-block;
}
.top-inner-wrap ul li span.mobile-content {
    color: #aaafb8;
}
.top-inner-wrap ul li span {
    color: #0093af;
}
.top-inner-wrap ul li span a{
        color: #0093af;
}
.top-inner-wrap ul li span.white-text {
    color: #fff;
    font-size: 15px;
        padding: 0 10px;
}
.top-inner-wrap ul li p{
        color: #aaafb8;
            font-size: 15px;
}
.top-socail-media ul li a{
        display: inline-block;
    text-align: center;
    color: #fff !important;
    font-size: 15px;
    transition: 0.45s;
    margin-left: 10px;
}
.top-inner-wrap ul li:first-child {
    margin-right: 30px;
}
.top-socail-media ul li:first-child {
    margin: 0;
}
.top-inner-wrap ul.d-flex {
    justify-content: end;
}
.top-inner-wrap ul li span.mobile-content {
    color: #aaafb8;
}
.main-menu-wrap {
    text-align: center;
}
.bottom-header.fixed {
    width: 100%;
    background: #fff;
    z-index: 9;
    position: fixed;
    box-shadow: 0px 0px 12px #00000030;
}

/* Flip card container */
.flip-card {
  perspective: 1000px;
}

.flip-card-inner {
      width: 100%;
    height: 475px;
    transform-style: preserve-3d;
    transition: transform 1s;
    position: relative;
}

.flip-card-front,
.flip-card-back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
}

/* Front Side */
.flip-card-front {
  background-color: #fff;
}

.flip-card-front img {
  max-width: 100%;
  border-radius: 10px;
}

.flip-card-front h3 {
  font-size: 1.5rem;
  margin-top: 10px;
}

/* Back Side */
.flip-card-back {
  background-color: #0f3b6b;
  color: #fff;
  transform: rotateX(180deg);
}

.flip-card-back h3 {
  font-size: 1.5rem;
}

.flip-card-back p {
  font-size: 1rem;
  margin: 10px 0;
}

/* Hover effect */
.category-card:hover .flip-card-inner {
  transform: rotateX(180deg);
}
.top-footer-content h2 {
    font-size: 35px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}
.top-footer-content .content {
    font-size: 16px;
    text-align: center;
}
.section-contact ul{font-size: 0;}
.section-contact ul li{
    display:inline-block;
        margin-right: 10px;
}
.section-contact ul li a{
        background-color: #1E3B6F;
    padding: 17px 65px 17px 25px;
    border-radius: 45px 45px 45px 45px;
    display: flex;
    color: #fff;
    font-weight: bold;
    gap: 40px;
    font-size: 18px;
    align-items: center;
}
.section-contact ul li a .icon-cls{
     font-size: 30px;
}
.section-contact{
        text-align: center;
    margin: 30px 0px 40px;
}
.section-contact ul li a.whatsapp {
    background: #25cc64;
}
.section-contact ul li a.mail {
    background: #1c83b8;
}
.index-contact-wrap{}
.index-contact-wrap h3{
        font-size: 35px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
        text-align: center;
}
.index-contact-wrap .d-flex{
        gap: 20px;
            margin-bottom: 30px;
}
.index-contact-wrap .d-flex .icon{}
.index-contact-wrap .d-flex a{
        font-size: 30px;
    color: #000;
}
.index-contact-wrap .d-flex .text p {
    font-size: 18px;
}
.index-contact-wrap .d-flex .text a {
    font-size: 18px;
        font-weight: 600;
}
.index-contact-wrap form input{
        display: block;
    background: #FFF;
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    color: #000;
    border: 1px solid #999;
}
.index-contact-wrap form label {
    display: block;
    color: #666;
    font-weight: bold;
    margin-bottom: 5px;
}
.index-contact-wrap form textarea {
    display: block;
    background: #FFF;
    width: 100%;
    height: 100px;
    padding: 10px;
    color: #000;
    border: 1px solid #999;
}
.index-contact-wrap form input[type="submit"] {
    display: inline-block;
    height: 50px;
    padding: 0px 20px;
    border-radius: 50px;
    color: #fff;
    text-transform: capitalize;
    background-color: #0093af;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    width: 35%;
}
.bottom-footer{
     position: relative;
}
.bottom-footer .whatsapp {
    position: fixed;
    z-index: 9;
    bottom: 20px;
    right: 20px;
}
.bottom-footer .whatsapp a {
    width: 56px;
    height: 56px;
    background: #25D366;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    line-height: 56px;
    margin-right: 15px;
    font-size: 22px;
}
.index-contact-wrap .wrapper {
    margin-bottom: 20px;
}
.top-footer-content .socail-media {
    text-align: center;
}
.top-footer-content .socail-media ul li a{
    color:#fff;
}
.top-footer-content .socail-media ul li a.fb{
    background-color: #0866FF;
}
.top-footer-content .socail-media ul li a.in{
        background-color: #C13584;
}
.top-footer-content .socail-media ul li a.linkdin{
        background-color: #0077b5;
}
.top-footer-content .socail-media ul li a.yt{
    background-color: red;
}
.top-footer-content .socail-media ul li a.tw{
    background-color: #000;
}
.top-footer-content .socail-media ul li a:hover{
        opacity: 0.9 !important;
}
.top-footer-content{
    padding:20px 0px;
}
@media screen and (max-width:1700px) {
  .cate-name h3 {
    font-size: 26px;
  }
  .product-card .product-name .btn {
    padding: 15px 20px;
    font-size: 15px;
  }
  .top_menu ul li a {
    font-size: 15px;
}
}
@media screen and (max-width:1550px) {
  .top_menu ul li a {
    font-size: 14px;
    padding: 0 6px;
  }
  .cate-name h3 {
    font-size: 24px;
  }
  .product-card .product-name .btn {
    padding: 12px 11px;
    font-size: 14px;
  }
  .product-card .product-name {
    padding: 30px 15px;
  }
  .new-inner p,
  .prod-catalog p {
    font-size: 14px;
  }
  .exp-year {
    top: 12%;
  }
  .production-item .production-name{
    font-size: 21px;
    bottom: 25px;
  }
}
@media screen and (max-width:1439px) {
  .top_menu ul li a {
    font-size: 13px;
  }
.product-card .product-name .btn {
  font-size: 13px;
}
.product-card .product-name h3 {
  font-size: 14px;
}
.new-inner h1 {
  font-size: 45px;
  margin-bottom: 30px;
}
.news-card .new-content p {
  font-size: 17px;
}
.production-img {
  padding-bottom: 139%;
}
.footer-inner-contact .d-flex .text h5 {
  font-size: 17px;
}
.news-card .new-content h4 {
  font-size: 18px;
}
}
@media screen and (max-width:1300px) {
    .main-menu-wrap ul li a{
            margin-right: 20px;
    }
  .bread-area{
    padding: 170px 30px 70px;
  }
  .custom-container {
    padding: 0 30px;
}
  .top_menu ul li a {
    font-size: 12px;
  }
  .cate-name h3 {
    font-size: 22px;
  }
  .product-card .product-name .btn {
    padding: 12px 10px;
    font-size: 12px;
  }
  .news-event .news-event-wrap {
    background-color: #0093af;
    padding: 30px;
}
.new-inner p, .prod-catalog p {
  font-size: 12px;
}
.prod-catalog h2 {
  margin-bottom: 30px;
}
.exp-year{
  left: 15px;
}
.exp-year span {
  font-size: 25px;
}
.exp-year h3 {
  font-size: 25px;
}
.footer-links h2 {
  font-size: 20px;
}
.footer-desc h3 {
  font-size: 18px;
}
}
@media screen and (max-width:1024px) {
    .index-contact-wrap h3,
    .top-footer-content h2{
    font-size: 25px;
    }
    .top-footer-content {
    padding: 0 0 20px 0px;
}
    .section-contact ul li {
    margin-bottom: 10px;
    }
  .top_menu ul{
    display: none;
  }
.top_menu .mobile-icon{
  display: flex;
  justify-content: right;
  align-items: center;
}
.top_menu .mobile-icon li a{
  background: #fff;
  color: #000;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.category-card {
  margin-bottom: 25px;
}
.main-category {
  padding: 10px 0px 30px;
}
.heading-section {
  padding-bottom: 30px;
}
.product-card {
  margin-bottom: 25px;
}
.product-card .product-name .btn {
  font-size: 14px;
}
.news-event {
  margin: 30px 0px 60px 0px;
}
.new-inner {
  padding: 30px 0 40px;
}
.prod-catalog h2 {
  font-size: 26px;
  margin-top: 10px;
}
.prod-catalog {
  padding: 35px 40px;
}
.production-item,.production-main{
  width: 45%;
}
.production-tour .d-flex {
  flex-wrap: wrap;
}
.about-text{
  margin-bottom: 40px;
}
.exp-year {
  top: 20%;
}
.new-letter-wrap {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.footer-links {
  width: 29%;
}
.top-footer .d-flex {
  flex-wrap: wrap;
}
.top-footer .logo-section {
  width: 35%;
  margin-bottom: 20px;
}
.footer-contact {
  width: 65%;
}
.news-card {
  margin-bottom: 30px;
}
.heading-section h2 {
  font-size: 25px;
}
.top_menu ul li:last-child a{
     position: inherit;
    top: 0;
    transform: none;
    right: 0;

}
}


 .custom-container{
            max-width: 1780px;
            margin: 0 auto;
            padding: 0 15px;
        }
        .main-header .top-headers{
            background-color: #000;
            padding: 30px 0px;
        }
        .form-socail-wrap{
            text-align: right;
        }
        .form-socail-wrap ul li{
            display: inline-block;
            margin-left: 10px;
        }
        .form-wrap form{
            border-radius: 5px;
            background-color: #0093af;
            position: relative;
            margin-right: 20px;
            width: 400px;
        }
        .form-wrap form input{
            background-color: transparent;
            width: 100%;
            height: 40px;
            line-height: 40px;
            padding-left: 20px;
            border-radius: 5px;
            box-shadow: none;
            color: #fff;
            outline: none;
            border: 1px solid #fff;
            font-size: 16px;
        }
        .form-wrap form input::placeholder{
            color: #ddd;
        }
        .form-wrap form input:focus{
            outline: none;
        }
        .form-wrap form button{
            background-color: #fff;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 5px;
            position: absolute;
            top: 50%;
            right: 0;
            font-size: 16px;
            transform: translateY(-50%);
            border: none;
            color:#0093af;
        }
        .form-socail-wrap ul {
            margin: 0;
            padding: 0;
            font-size: 0;
        }
        .form-socail-wrap ul li a{                                                                                                                                                                                                                                              
            width: 40px;
            height: 40px;
            line-height: 40px;
            border: 1px solid #fff;
            border-radius:5px;
            background-color: #0093af;
            display: inline-block;
            text-align: center;
            color: #fff !important;
            font-size: 22px;
            transition: 0.45s;
        }
        .form-socail-wrap ul li a.whatsapp:hover{
            background-color: #25D366;
        }
        .form-socail-wrap ul li a.facebook:hover{
            background-color: #0165E1;
        }
        .form-socail-wrap ul li a.instagram:hover{
            background-color: #E1306C;
        }
        .bottom-header{
            padding: 10px 0px;
        }
        .main-menu-wrap ul ul li {
            line-height: 20px;
                display: flex;
        }
        .bottom-header .row{
            justify-content: space-between;
            align-items: center;
        }
        .abt-link a{
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 18px;
            text-decoration: none;
        }
        .abt-link a i{
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background-color: #fff;
            color: #000;
            border-radius: 5px;
            display: inline-block;
            margin-right: 10px;
        }
        .header-site .logo img {
            filter: invert(1);
        }
        .main-menu-wrap ul{
            margin: 0;
            padding: 0;
            font-size: 0;
        }
        .main-menu-wrap ul li{
            display: inline-block;
            list-style-type: none;
            position: relative;
            line-height: 70px;
        }
        .main-menu-wrap ul li a{
            color: #282f3b;
            text-transform: capitalize;
            font-weight: bold;
            font-size: 18px;
            position: relative;
            text-decoration: none;
            padding-right: 0px;
            margin-right: 30px;
        }
        .main-menu-wrap ul li a:hover{
              color: #0093af;
        }
        .main-menu-wrap ul li:last-child a{
            border: none;
        }
        
        /*.main-menu-wrap ul li a:after{*/
        /*    position: absolute;*/
        /*    content: '';*/
        /*    background-color: #fff;*/
        /*    width: 0%;*/
        /*    height: 2px;*/
        /*    left: 0;*/
        /*    bottom: -7px;*/
        /*    transition: 0.45s;*/
        /*}*/
        .main-menu-wrap ul li.active a{
                color: #0093af;
        }
        
        .phone-icon ul{
            position: 0;
            margin: 0;
        }
        .phone-icon ul li{
            display: inline-block;
        }
        .phone-icon a{
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 18px;
            text-decoration: none;
        }
        .phone-icon a span{
            font-size: 15px;
            text-transform: capitalize;
            padding: 0 20px 0 10px;
            display: inline-block;
        }
        .bottom-header .row{
            justify-content: space-between;
        }
        .phone-icon {
            text-align: right;
        }
        .phone-icon ul li.mobile-cls a {
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background: #fff;
            color: #000;
            display: inline-block;
            border-radius: 5px;
        }
        .mobile-cls{
            display: none !important;
        }
        .main-menu-wrap ul ul {
             position: absolute;
            width: 300px;
            left: 0;
            top: 76px;
            text-align: left;
            background: #fff;
            padding: 10px 20px;
            opacity: 0;
            visibility: hidden;
            z-index: 9;
            transform: translateX(-10px);
            transition: all 0.3s ease 0s;
            border-radius: 10px;
            box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .09);
        }
        .main-menu-wrap ul li:hover ul 
        {
            transform: translateX(0);
            opacity: 1;
            visibility: visible;
        }
        .main-menu-wrap ul ul li a {
            text-decoration: none;
            border-right: none;
            line-height: 38px;
            padding-right:0;
            margin-right:0;
        }
        .main-menu-wrap ul li.active ul li a:after {
            width: 0;
        }
        .main-menu-wrap ul li.active ul li a:hover:after {
              width: 100%;
        }
        .banner-item a img {
            width: 100%;
            height: 100%;
            max-width: 100%;
        }
        .banner-item a {
            display: block;
        }
        .phone-icon a{
                cursor: pointer;
        }
         @media screen and (min-width:1500px){
            .banner-item a img {
                object-fit: cover;
            }
            .banner-item a {
                display: block;
            }
          }
        @media screen and (max-width:1170px){
            .flip-card-inner {
                height: 275px;
            }
            .main-menu-wrap ul li a {
                    font-size: 16px;
                        margin-right: 15px;
            }
        }
          @media screen and (max-width:1024px){
            .main-menu-wrap ul li a {
                    font-size: 14px;
                    margin-right: 9px;
            }
            .main-menu-wrap ul li{
                    line-height: 50px;
                    margin-bottom: -10px;
            }
            .main-menu-wrap ul ul {
                top:65px;
            }
            .banner-item .down-icon{
                    bottom: 50px;
            }
        }
        @media screen and (max-width:768px){
            .flip-card-inner {
        height: 415px;
    }
            .bottom-header{
                    padding: 20px 0px 20px;
            }
            .mobile-cls{
                display: inline-block !important;
            }
            .desktop-cls{
                display: none !important;
            }
            .sidenav a.closebtn {
            position: absolute;
            top: 20px;
            right: 25px;
            color: #fff;
            text-decoration: none;
            width: 30px;
            height: 30px;
            background: #0093af;
            line-height: 25px;
            border-radius: 50px;
            font-size: 20px;
        }
        
        .abt-link a {
            font-size: 13px;
        }
        .form-socail-wrap ul li a {
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 5px;
            font-size: 16px;
            transition: 0.45s;
        }
        .main-header .top-headers {
            padding: 20px 0px;
        }  
        }
        @media screen and (max-width:768px) {
    .banner-item a {
    height: 100%;
}
    .top-inner-wrap ul li span.mobile-content,
    .top-inner-wrap ul li span.white-text{
            display: none;
    }
    .top-socail-media ul li {
    margin-right: 0;
}
    .top-inner-wrap ul li:first-child {
    margin-right: 5px;
}
.top-inner-wrap ul li.d-flex p {
    display: none;
}

    .top-inner-wrap ul li{
            margin-right: 5px;
    }
  .header-site .top-header {
    background-color: #0093af;
    padding: 10px 0px;
    position: inherit;
}
.about-page .about-content h2 {
  font-size: 15px;
  width: auto;
}
.about-page .about-content h3 {
  font-size: 35px;
}
.aboot-content .mission h2{
  margin-top: 10px;
}
.contact-details .d-flex {
  gap: 10px;
}
}
@media screen and (max-width:576px) {
  .banner-item .down-icon{
    bottom: 40px;
  }
.heading-section span {
  font-size: 13px;
}
.main-category {
  padding: 20px 0 10px;
}
.heading-section {
  padding-bottom: 20px;
}
.news-event {
  margin: 0px 0px 10px 0px;
}
.production-tour {
  padding: 30px 0px;
}
.production-main,.production-item {
  width: 100%;
}
.about-wrap {
  padding: 30px 0px;
}
.about-text span {
  font-size: 15px;
}
.about-text h2 {
  font-size: 35px;
  margin-bottom: 10px;
}
.about-text h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
.about-text p {
  font-size: 16px;
  margin-bottom: 0px;
}
.about-text a {
  margin-top: 20px;
}
.year-number {
  top: 39%;
  font-size: 45px;
  left: 18px;
}
.exp-year {
  left: 6px;
  top: 10%;
}
.exp-year span {
  font-size: 14px;
}
.exp-year h3 {
  font-size: 14px;
}
.footer-site {
  padding: 30px 0;
}
.newletter-text h2 {
  font-size: 25px;
}
.newletter-text p {
  font-size: 14px;
  margin: 0 0 20px 0;
}
.new-letter-wrap {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.footer-links {
  width: 100%;
}
.top-footer .logo-section {
  width: 100%;
}
.footer-contact {
  width: 100%;
}
.product-card .product-name .btn {
  padding: 12px 15px;
  width: 100%;
}
.main-category {
  padding: 10px 0 10px;
}
.heading-section span{
     padding: 0px;
}
    .new-inner h1 {
        font-size: 35px;
    }
    .bread-area {
      padding: 120px 30px 70px;
    }
    .bread-area h2 {
      font-size: 30px;
    }
    .custom-container {
      padding: 0 15px;
    }
    .heading-section p::after{
      display: none;
    }
    .product-card .product-name .btn{
        padding: 8px 10px;
        gap: 8px;
        font-size: 10px;
    }
}