@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
html{
    scroll-behavior: smooth;
}
body,html {
   padding:0;
   margin:0;
   font-family: "Questrial", sans-serif;
}
.white{
    color: #fff;
}
a:focus,a:hover,a {
    text-decoration: none;
    outline: 0;
}
ul{
    list-style: none;
}
p{
    color: #6f6f6f;
    font-size: 15px;
    line-height: 1.8;
}
h1,h2,h3{
    font-size: 35px;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
}
h5 {
	font-size: 23px;
	font-weight: bold;
}
h6 {
    font-size: 20px;
    font-weight: 700;
  }
/* header */
header {
    /*position: absolute;*/
    top: 0;
    z-index: 99;
    width: 100%;
}
header nav.bg-light {
	background-color: #fff !important;
}
.top-bar{
    background:#0091a8;
  }
  .top-bar ul{
    gap:20px;
  }
  .top-bar a{
    color: rgb(255, 255, 255);
    font-size: 15px;
  } 
header .navbar-light .navbar-nav .nav-link {
	color: rgb(28, 28, 28);
    padding-left: 29px;
    font-weight: 500;
    
}
header .navbar-light .navbar-nav .nav-link.active,header .navbar-light .navbar-nav .show > .nav-link {
	color:#0091a8;
}
.sticky {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	padding: 0 !important;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.03);
}

/* banner */
.banner-content .col-md-3 {
    background: #0091a8;
    border-radius: 7px;
    padding: 17px;
}

.banner-content  p {
    color: #212529;}
.form-control {
	border: none;
	font-size: 14px;
}
.banner form   button {
    background-color: #02094c;
    border: none;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 31px;
    letter-spacing: .5px;
  }
  .banner-content{
    position: absolute;
    top:10%;
  }
  .banner{
    height:700px;
    overflow: hidden;
  }
  .formobile{
    display: none !important;
  }

/* about */
.about {
	background-image: url(../img/bg-about.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fbfbfb;
	background-attachment: fixed;
	border-radius: 9rem;
}
.about img {
    margin: -39% 0;
  }

  /* why */
#why img{
    -moz-animation: up-down linear 4s;
    animation-iteration-count: 1;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
}

@keyframes up-down{
    0% {
      transform:  translate(1px,20px)  ;
    }
    24% {
      transform:  translate(1px,30px)  ;
    }
    50% {
      transform:  translate(1px,12px)  ;
    }
    74% {
      transform:  translate(1px,22px)  ;
    }
    100% {
      transform:  translate(1px,22px)  ;
    }
  }
  
  @-moz-keyframes up-down{
    0% {
      -moz-transform:  translate(1px,20px)  ;
    }
    24% {
      -moz-transform:  translate(1px,30px)  ;
    }
    50% {
      -moz-transform:  translate(1px,12px)  ;
    }
    74% {
      -moz-transform:  translate(1px,22px)  ;
    }
    100% {
      -moz-transform:  translate(1px,22px)  ;
    }
  }
  
  @-webkit-keyframes up-down {
    0% {
      -webkit-transform:  translate(1px,20px)  ;
    }
    24% {
      -webkit-transform:  translate(1px,30px)  ;
    }
    50% {
      -webkit-transform:  translate(1px,12px)  ;
    }
    74% {
      -webkit-transform:  translate(1px,22px)  ;
    }
    100% {
      -webkit-transform:  translate(1px,22px)  ;
    }
  }
  
  @-o-keyframes up-down {
    0% {
      -o-transform:  translate(1px,20px)  ;
    }
    24% {
      -o-transform:  translate(1px,30px)  ;
    }
    50% {
      -o-transform:  translate(1px,12px)  ;
    }
    74% {
      -o-transform:  translate(1px,22px)  ;
    }
    100% {
      -o-transform:  translate(1px,22px)  ;
    }
  }
  
  @-ms-keyframes up-down {
    0% {
      -ms-transform:  translate(1px,20px)  ;
    }
    24% {
      -ms-transform:  translate(1px,30px)  ;
    }
    50% {
      -ms-transform:  translate(1px,12px)  ;
    }
    74% {
      -ms-transform:  translate(1px,22px)  ;
    }
    100% {
      -ms-transform:  translate(1px,22px)  ;
    }
  }
  
/* category */
.category{
    background-image: url(../img/product-bg.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	border-radius: 9rem;
}
.list-group-item {
	color: rgb(28, 28, 28);
	background-color: transparent;
	border: 1px solid rgb(0, 145, 168) !important;
	font-size: 15px;
	padding: 10px 20px;
	margin: 2px 0;
	border-radius: 5px;
}
.list-group-item.active {
	background-color: rgb(0, 145, 168);
	border-color: transparent;
}
#nav-tabContent {
	background: #ffffffa1;
	border-radius: 10px;
	padding: 10px;
	height: 100%;
}
#nav-tabContent .tab-pane {
    height: 100%;
}
#nav-tabContent .tab-pane .inner {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	align-items: center;
	justify-content: center;
	height: 100%;
}
#nav-tabContent .tab-pane .inner span {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 500;
}
#nav-tabContent .tab-pane .inner img{
    margin: 0 auto;
    display: block;
}

/* third party */
.party li{
    color:#6f6f6f;
    margin-bottom: 15px;
    font-size: 15px;
}

/* footer  */
footer {
	background-image: url(../img/map-texture.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #0192a7;
	background-position: center;
	background-attachment: fixed;
}


@-webkit-keyframes slidein {
    from {background-position: top; background-size:3000px; }
    to {background-position: -100px 0px;background-size:2750px;}
    }
    
    @keyframes slidein {
    from {background-position: top;background-size:3000px; }
    to {background-position: -100px 0px;background-size:2750px;}
    
}
footer ul li a {
	display: inline-block;
	color: #fff;
	margin-bottom: 9px;
	font-size: 15px;
    font-weight: 400 !important;
}
footer li {
    font-weight: bold;
    font-size: 18px;
  }
footer h6{
    margin-bottom: 20px;
}
footer a:hover {
	color: #507303;
}
footer .col-md-3:last-child {
	background: #0091a873;
	padding: 20px;
	border-radius: 22px;
}
footer .btn.btn-primary {
	background: #02094c;}
.btn.btn-primary {
	background: #02094c ;
	width: fit-content;
	font-size: 16px;
	font-weight: bold;
	padding: 9px 31px;
	letter-spacing: .5px;
	border: navajowhite;
	margin: 0 auto;
}
footer .col-md-3:last-child p{
    color: #fff;
    margin-top: -16px;
  }
  .footer-form {
	position: fixed;
	right: 5px;
	bottom: 0;
	width: 15%;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	border: 1px solid #02094c;
	background: #fff;
}
#mini_contact_form_container {
	background: #02094c;
	width: 100%;
	display: block;
	padding: 9px 13px;
	text-align: center;
	font-weight: bold;
    color: #fff !important;
}
.footer-form form{
  padding: 15px;
}
.footer-form form .form-control {
	font-size: 14px;
	border: 1px solid #dbdbdb !important;
}
.mobile-bottom {
    display: none !important;
}
/* .border-boxx {
    border-right: 2px solid #0290a4;
} */
.mobile-form{
    display: none;
}
/* ///////media query\\\\\\\\\\\\\\\\\\\ */
.side-button {
    position: fixed;
    left: 0;
    top: 50%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.modal-body .form-control {
    border: 1px solid #cacaca;
    font-size: 14px;
}
button.slick-prev.slick-arrow {
    display: none !important;
}
 
button.slick-next.slick-arrow {
    display: none !important;
}
 
@media only screen and (min-width:1600px){
    .container-xl{
        max-width: 1550px !important;
    }
}

@media only screen and (min-width:1201px) and (max-width:1600px){
    .form-control {
        font-size: 13px;
    }
     h4 {
        font-size: 20px;
    }
    .mb-3 {
        margin-bottom: 10px !important;
    }
    .banner-content {
        top: 10%;
    }
}

@media only screen and (max-width:1700px){
    .banner {
        height: 100% !important;
        overflow: visible;
    }
}
@media only screen and (max-width:1200px) and (min-width:768px){
    p {
        font-size: 14px;
    }
    #contact {
        width: 30%;
    }
    .footer-form {
        width: 27%;
    }
    .certification li {
        margin-bottom: 11px;
        font-size: 14px;
    }
    header{
        position: relative;
    }
    .form-control {
        font-size: 13px;
    }
    .banner-content {
        top: -27px;
    }
    h4 {
        font-size: 20px;
      }
      .mb-3 {
        margin-bottom: .5rem !important;
    }
}
@media only screen and (max-width:767px){
    a.down-button {
    padding: 20px 40px;
    background: #0091a6;
    color: white;
    font-size: 18px !important;
    border-radius: 25px;
    transition: 0.3s;
}
    .py-5 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}
    .border-boxx img {
    width: 80px !important;
}
    h5.m-font {
    font-size: 14px;
}
    .desktop-form{
        display: none !important;
    }
    .mobile-form{
    display: block !important;
}
  .side-button{
    display: none;
  }
    .copyright {
        padding-bottom: 4rem !important;
    }
    .mobile-bottom {
    position: fixed;
    bottom: 0;
    background: #02094c;
    width: 100%;
    z-index: 99;
    display: block !important;
}
    .mobile-bottom  ul{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        padding: 10px;
        margin: 0;
    }
    .modal {
        background: #0000009c;
    }
    .modal-content {
        height: fit-content;
        top: 24%;
        width: 98%;
        padding: 17px;
        margin: 0 auto;
    }
    .modal-content .form-control {
        border: none;
        font-size: 15px;
        border: 1px solid #9d9d9d;
    }
    .close {
        font-size: 28px;
        margin-top: -18px;
    }
    .mobile-bottom  ul a{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    h1, h2, h3 {
        font-size: 25px;
    }
    .top-bar.py-2 {
        display: none;
    }
    .footer-form{
        display: none;
    }
    .navbar-brand img {
        width: 142px;
    }
    header {
        position: relative;
    }
    .banner {
        height: 100% !important;
        overflow: visible;
    }
    .banner-content {
        position: relative;
        top: 30px;
        margin-bottom: 30px;
    }
    p {
        font-size: 14px;
    }
    .about ,.category{
        border-radius: 0;
    }
    .about img {
        margin: 0;
    }
    .certification li {
        font-size: 14px;
    }
    .list-group-item {
    font-size: 13px !important;
    padding: 7px 2px;
    width: 48%;
    text-align: center;
}
#nav-tabContent .tab-pane .inner span {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
    font-weight: 500;
}
    .list-group {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }
    #nav-tabContent .tab-pane .inner {
        grid-template-columns: repeat(2,1fr);
        gap: 16px;
    }
    .party li {
        font-size: 14px;
    }
    h5 {
        font-size: 19px;
    }
}

@media only screen and (max-width:500px){
    .formobile{
        display: block !important;
      }
      .forweb{
        display: none !important;
      }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px){
    .form-control {
    font-size: 12px;
    padding: 5px;
}
.banner-content .col-md-3 {
    background: #0091a8;
    border-radius: 7px;
    padding: 10px;
}
textarea.form-control {
    height: 70px;
}
.btn.btn-primary {
   
    font-size: 14px;
    font-weight: bold;
    padding: 7px 20px;
    
}
.banner-content {
    top: 5%;
}
.banner .py-md-5 {
    padding-top: 0rem!important;
    padding-bottom: 3rem!important;
}
}
a.down-button {
    padding: 20px 40px;
    background: #0091a6;
    color: white;
    font-size: 25px;
    border-radius: 25px;
    transition: 0.3s;
}
  .down-button:hover{
     background: black;
}
.download-prize-list {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 99;
}
/*////////////////////other csss    ///////////////*/
.info-box {
      background: #fff;
      box-shadow: 0 0 20px rgba(0,0,0,0.05);
      border-radius: 10px;
      padding: 30px;
      text-align: center;
      transition: 0.3s;
    }
   .info-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgb(0 145 168 / 23%);
    margin: -40px auto 20px;
}
    .info-icon img {
      width: 50px;
    }
    .form-section {
      background: #0091a8;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
    }
    .btn-warning {
      background-color: #f7941d;
      border: none;
    }
    .down-button {

  animation: myanimation 3s infinite;
}

@keyframes myanimation {
  0% {background-color: #0090a6;}
  /* 25%{background-color:yellow;} */
  33%{background-color:green;}
  66%{background-color:brown;}
  100% {background-color: #0090a6;}
}
.responsive .cat-box{
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}