html{
	  scroll-behavior: smooth;
}
body{
  font-family: 'Poppins', sans-serif !important;
}
a{
  text-decoration: none !important;
}
h2{
  font-family: 'Titillium Web', sans-serif !important;
}
.pre-title{
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
}
.container{
  max-width: 100% !important;
  padding: 0 100px !important;
}
.btn-primary{
  background: #ff6501 !important;
  margin-top: 40px;
  border-radius: 0 !important;
  border-color: #ff6501 !important;
  max-width: 160px;
  width: 100%;
  height: 45px;
  text-transform: uppercase;
  line-height: 32px !important;
  font-weight: 600 !important;
  font-family: 'Titillium Web', sans-serif !important;
  position: relative;
  overflow: hidden;
}
.btn-primary span{
  position: relative;
  transition: 300ms ease-in-out;
}
.btn-primary:before{
  content: '';
  position: absolute;
  width: 200px;
  height: 44px;
  background: #fff;
  top: 0;
  left: -220px;
  transform: skew(-30deg, 0deg);
  transition: 300ms ease-in-out;
}
.btn-primary:hover:before{
  left: -20px;
}
.btn-primary:hover span{
  color: #ff6501;
}
/*Top Bar*/
.top.style1 {
  background-color: #024B6C;
  padding: 10px 0;
  font-size: 12px;
}

.flat-infomation {

  line-height: 25px;
}

ul,
ol {
  padding: 0;
}

.top.style1 .flat-infomation li,
.top.style1 .flat-infomation li a {
  color: #fff;

}

.flat-infomation li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #999999;
}

.flat-social li {
  float: left;
  display: inline-block !important;
  margin-right: 40px;
}
.flat-social li:last-child{
  margin-right: 0;
}

ol,
ul {
  list-style: none;
}

.font {
  color: #fff;
  font-size: 14px;
}

.header-contact-icon{
  margin-right: 10px;
  vertical-align: text-bottom;
}

.socialicon{
  padding-left: 0;
}

.socialicon li {
  display: inline-block !important;
  margin-left: 25px;
}
/*Top Bar End*/


/* Navbar  */
.header{
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  position: relative;
}
.header .container{
  padding: 0 30px !important;
}
.navbar{
  padding: 0 !important;
}
.navbar .navbar-collapse{
  padding: 15px 30px 15px 0;
  justify-content: flex-end;
}

.navbar-brand{
  max-width: 20%;
  text-align: center;
}
.serach-block{
  padding-right: 20px;
}

.navbar-nav .nav-item{
  padding: 0 25px;
}

#navul li a {
  color: #024B6C;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  padding: 8px 0;
  font-family: 'Titillium Web', sans-serif !important;
}

#navul li a.active{
  color: #ff6501;
  border-color: #ff6501;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 30px;
}

#appointment {
  background-color: #ff6501;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  padding: 12px 10px !important;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif !important;
  border: 1px solid #ff6501;
  transition: 0.5s ease;
}
#appointment:hover
{
  transition: 0.5s ease;
  background-color: #024b6c;
  border: 1px solid #024b6c;
}

.Appointment {
  width: auto;
  height: 25px;
  margin-right: 15px;
}

.logo {
  width: 100%;
  position: absolute;
  max-width: 28%;
  z-index: 99;
  height: 100%;
}

.logo2 {
  width: 65%;
  position: relative;
  z-index: 99;
  margin-top: -22%;
}

/* Navbar End */
/*Slider */
.previous {
  width: auto;
  height: 40px;
  margin-left: -70px;
}

.subtitle h4 {
  color: #ff6601;
  font-style: italic;

}

.subtitle h2 {
  color: #024B6C;
  font-weight: 700;
  font-size: 40px;

}

.subtitle h3 {
  color: #486683;


}

.carousel .carousel-caption{
  position: absolute;
  right: 60%;
  bottom: 0;
  top: 0;
  left: 9%;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}

/*.carousel .carousel-item{
  height: 800px;
}
.carousel .carousel-item img{
  height: 100%;
  object-fit: cover;
}*/

.carousel .carousel-caption h2{
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 62px;
  text-transform: uppercase;
}
.carousel .carousel-caption h4{
  margin-bottom: 20px;
  font-weight: 600;
}
.carousel .carousel-caption h3{
  font-size: 16px;
  line-height: 26px;
}
.post-slide img{
  width: 100%;
}
.carousel-indicators{
  top: 0;
  bottom: 0 !important;
  margin: auto;
  left: 0 !important;
  right: auto !important;
  flex-direction: column;
  margin-left: 35px !important;
}
.carousel-indicators button{
  outline: none !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  display: block !important;
  border: 1px solid #024b6c !important;
  margin: 5px 0;
  background: #024b6c !important;
  box-shadow: inset 0 0 0px 2px transparent;
}
.carousel-indicators button.active{
  box-shadow: inset 0 0 0px 2px #fff;
}
/*Slider End */


/*About Section*/

.about {
  padding: 50px 0px 50px;
  background: url("images/about-back-img.png") no-repeat;
  background-position: top right;
  overflow-y: hidden;
}

.about h3 {
  color: #FF6601;
  text-transform: uppercase;
  font-weight: 700;
}

.about h2 {
  color: #024B6C;
  text-transform: capitalize;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 25px;
  font-size: 40px;
  line-height: 52px;
}

.about p {
  color: #486683;
  line-height: 30px;
  font-weight: 500;
}

.about-count-block{
  color: #024B6C;  
  text-transform: uppercase;
  text-align: center;
  padding: 10px 5px;
  font-weight: 500;
  font-family: 'Titillium Web', sans-serif !important;
  margin-bottom: 10px;
}
.about-count-block span{
  font-size: 20px;
  font-weight: 600;
}
.about-count-block span.counting,.about-count-block .number-counter{
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}
.about-count-block.orange-block{
  background: #f9d9c3;
}
.about-count-block.blue-block{
  background: #cef0ff;
}
.about-count-block.gray-block{
  background: #e4f1f0;
}
.about .about-description-block{
  padding-left: 25px;
}

/*About Section End*/


/*Company Section */

.company-values {
  background-image: url('images/index-img/bg.png');
  padding: 50px 0px 50px;
}

.company-values h2 {
  text-transform: capitalize;
  color: #024B6C;
  text-align: center;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 20px;
}

.company-values img {
  text-align: right !important;
  width: auto;
  height: 200px;

}

.company-values p {
  text-align: center;
  color: #486683;
  padding: 0 50px;
  line-height: 28px;
  font-weight: 500;
}

/*Company Section  End*/

/*Quality Section Start */

.quality {
  padding: 50px 0px 50px;
  background-image: url('img/bg2.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow-y: hidden;
}

.quality h2 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
}

.quality h3 {
  color: #024B6C;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.quality p {
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 25px;
  padding: 10px 30px 10px 0;
}

.quality ul {
  list-style: none;
  padding-left: 0;
}

.quality ul li::marker {
  color: #FF6601;
}

.quality ul li {
  position: relative;
  color: #fff;
  text-transform: capitalize;
  padding-left: 30px;
  margin-bottom: 20px;
}

.quality ul li:before{
  content: '';
  position: absolute;
  background: url("images/icons/points-bullet-icon.png") no-repeat;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*Quality Section End */

/*Awards Start*/

.awards {
  padding: 100px 0px;
  background-image: url('images/index-img/bg3.png');
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat
}

.awards img {
  width: auto;
  height: 100px;
  text-align: center;
}

.awards h2 {

  color: #024B6C;
  font-weight: 650;
  line-height: 50px;
  text-align: center;
  padding-bottom: 0;
  padding-top: 40px;
}

.awards h4 {
  font-family: 'Titillium Web', sans-serif !important;
  color: #024B6C;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
}

.cbh {
  font-size: 19px;
  line-height: 26px;
}

/*Awards End */


/*Product Start*/
.product {
  background-image: url('images/products-back-img.png');
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  padding: 80px 0 300px;
}

.product .card{
  background: #fff !important;
  border-radius: 10px;
  overflow: hidden;
}

.product .card-body {
  background-color: #024b6c;
  color: #fff !important;
  line-height: 20px;
  padding: 20px 26px !important;
}
.product .card-title{
  margin-bottom: 20px !important;
  line-height: 30px;
  font-family: 'Titillium Web', sans-serif !important;
  font-weight: 600;
}
.product .card-text{
  line-height: 25px;
}
.product-right-panel {
  background-image: url('images/org-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 50px 100px !important;
}

.product-right-panel h4 {
  color: #fff;
  line-height: 49px;
  font-size: 34px;

}

.product-right-panel p {
  color: #fff;
}
.product-right-panel h3{
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.product-right-panel h2{
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 30px;
}

/*Product End */


/*whyus  Start  */

.whyus {
  background: url("img/whyus-back-img.webp") no-repeat;
  background-size: contain;
  background-position: top right;
}

.whyuscol {
  background-color: #ff6501;
  padding: 50px 0px 50px 120px !important;
  margin-top: -110px !important;
}

.whyuscol h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}

.whyuscol h2 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0px;
  font-weight: 700;
  line-height: 65px;
  font-size: 50px;
}

#accordion {
  background-color: transparent !important;
}

.card {
  background-color: transparent !important;
  border: none !important;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
  text-decoration: none;
}

.whyus .card{
  margin: 40px 0;
}

.card-header {
  margin-bottom: 0;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.whyus .card-header button{
  position: relative;
  padding: 0;
  padding-left: 50px;
  font-weight: 600;
  outline: none;
}

.whyus .card-header button:before{
  content: '-';
  position: absolute;
  border: 1px solid #fff;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  left: 0;
  color: #ff6501;
  background: #fff;
  font-size: 30px;
  line-height: 25px;
}

.whyus .card-header button.collapsed:before{
  content: '+';
  font-size: 22px;
}

.whyus .card-body{
  line-height: 30px;
  padding-left: 50px;
}
.whyus .card-body ul{
  padding-left: 0;
}
.whyus .card-body ul li{
  margin-bottom: 10px;
}
/*whyus  End   */

/* chatwithus starts */

.chatwithus{
  background: #024b6c;
  padding: 30px 0;
  color: #fff;
  position: relative;
  overflow-y: hidden;
}
.chatwithus .chat-img-block{
  position: absolute;
  bottom: 0;
  width: 22%;
}
.chatwithus h2{
  font-size: 40px;
  line-height: 65px;
  font-weight: 600;
}
.chatwithus .btn-primary{
  margin-top: 20px;
}

/* chatwithus ends */

/* testimonial starts */

.testimonial{
  padding: 60px 0;
  background: url("images/testimonial-back-img.png") no-repeat;
  background-position: top left;
}

.testimonial-header h3{
  text-transform: uppercase;
  font-weight: 700;
  color: #ff6501;
  margin-bottom: 5px;
}
.testimonial-header h2{
  text-transform: capitalize;
  font-weight: 700;
  color: #024b6c;
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 25px;
}

.testimonial-header p{
  line-height: 32px;
  margin-bottom: 0px;
  color: #486683;
}

.testimonial .carousel-inner{
  box-shadow: 0 0 12px -2px rgba(0,0,0,0.4);
  padding: 80px 60px;
  border-radius: 20px;
  background: #fff;
}

.testimonial-data{
  padding-left: 50px;
  position: relative;
}
.testimonial-data:after{
  content: '';
  position: absolute;
  background: url("images/ICONS/right-quotes-symbol.png") no-repeat;
  right: 0;
  top: 0;
  width: 76px;
  height: 76px;
}
.testimonial-data h3{
  color: #ff6501;
  font-weight: 600;
  text-align: left;
  font-family: 'Titillium Web', sans-serif !important;
}
.testimonial-data h6{
  margin-bottom: 20px;
  text-align: left;
  font-family: 'Titillium Web', sans-serif !important;
  color: #486683;
}
.testimonial-data p{
  font-style: italic;
  line-height: 28px;
  text-align: left;
  color: #486683;
}

.footer{
  background: url("images/footer-back-img.png") no-repeat;
  background-size: cover;
  padding: 100px 0 15px;
  margin-top: 50px;
}
.footer .contact-block{
  background: #fff;
  border-radius: 10px;
  border-top: 20px solid #0380b5;
  padding: 20px;
  max-width: 75%;
  font-size: 14px;
  margin-top: -150px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.footer-logo-img{
  max-width: 65% !important;
}
.footer-contact-data{
  font-size: 14px;
  line-height: 22px;
  color: #486683;
}
.contact-details-block{
  color: #024b6c;
  margin: 20px 0;
}
.contact-details-block .contact-img-block{
  margin-right: 25px;
}
.contact-data-block .contact-data-text{
  font-weight: 700;color: #024b6c;
}
.social-block{
  margin-top: 40px;
}
.social-block li{
  display: inline-block;
  margin-right: 30px;
}

.footer-links-title{
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Titillium Web', sans-serif !important;
}
.footer-link-list .footer-link-item{
  color: #fff;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.footer-link-list .footer-link-item a{
  color: #fff;
}

.footer-link-list .footer-link-item:before{
  content: '';
  position: absolute;
  background: url("images/icons/points-bullet-icon.png") no-repeat;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.newsletter-block{
  position: relative;
}
.newsletter-block .form-control{
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  border-radius: 0;
  padding: 12px 0;
  color: #fff !important;
}
#deskhide{
  display: none;
}
.newsletter-block .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #ffffff !important;
  font-style: italic;
}

.newsletter-block .form-control::-moz-placeholder {
  font-size: 14px;
  color: #ffffff !important;
  font-style: italic;
}

.newsletter-block .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #ffffff !important;
  font-style: italic;
}

.newsletter-block .form-control:-moz-placeholder {
  font-size: 14px;
  color: #ffffff !important;
  font-style: italic;
}
.newsletter-block .send-btn{
  position: absolute;
  right: 0;
  top: 10px;
  background: transparent;
  border: 0;
}
.newsletter-text{
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 50px;
}

.footer-lower-block{
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 20px;
  margin-top: 60px;
  text-align: center;
  color: #fff;
}
.footer-lower-block p{
  margin-bottom: 0;
}
/* Responsive */
.packagingpage .h2title, .packagingpage2 .h2title{
  color: #024B6C;
  text-transform: capitalize;
  font-weight: 700;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 30px;
  line-height: 40px;
}
.packagingpage #accordionExample{
  padding-top: 10px;
}
.packagingpage2{
  background: #f6fdff;
  padding: 60px 0 50px !important;
}

@media(max-width: 1680px){
  #navul li a{
    font-size: 16px;
  }
  .navbar-nav .nav-item{
    padding: 0 20px;
  }
}

@media(max-width: 1440px){
  .carousel .carousel-caption{
    right: 45%;
  }
  .carousel .carousel-caption h2{
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .carousel .carousel-caption h4{
    margin-bottom: 20px;
  }
  .carousel .carousel-caption h3{
    font-size: 14px;
    line-height: 22px;
  }
  .carousel .btn-primary{
    margin-top: 20px;
  }
  .about .about-description-block{
    padding-left: 0px;
  }
  .about-count-block span {
    font-size: 16px;
  }
  .company-values p {
    padding: 0 20px;
    line-height: 25px;
    font-size: 14px;
  }
  .quality ul li{
    margin-bottom: 10px;
  }
  .awards h4{
    font-size: 20px;
  }
  .product-right-panel{
    padding: 30px 40px !important;
  }
  .product-right-panel h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .whyus .card-body span{
    font-size: 14px;
  }
  .chatwithus .chat-img-block{
    width: 28%;
  }
  .footer .contact-block{
    max-width: 90%;
  }
  .footer-link-list .footer-link-item a{
    font-size: 14px;
  }
  #appointment{
    font-size: 12px;
    padding: 12px 10px !important;
  }
  #navul li a {
    font-size: 14px;
    padding: 8px 5px;
  }
  .Appointment{
    margin-right: 5px;
  }
  .navbar-nav .nav-item {
    padding: 0 10px;
  }
  .font{
    font-size: 14px;
  }
  .flat-social li{
    margin-right: 20px;
  }
  .header .container {
    padding: 0 10px !important;
  }
  .navbar .navbar-collapse {
    padding: 15px 10px 15px 0;
  }
  .topbar{
    padding: 0 15px;
  }
}
@media(max-width: 1200px){
  .carousel .carousel-caption h4{
    margin-bottom: 10px;
  }
  .banner .carousel .carousel-item{
    height: 500px;
  }
  .banner .carousel .carousel-item img{
    height: 100%;
    object-fit: cover;
  }
  .about h2,.quality h2,.product-right-panel h2,.whyuscol h2,.chatwithus h2,.testimonial-header h2{
    font-size: 32px;
    line-height: 38px;
  }
  .about p, .quality p,.product-right-panel p,.whyuscol p,.chatwithus p,.testimonial-header p,.testimonial-data p,.footer-lower-block p{
    font-size: 14px;
    line-height: 25px;
  }
  .about-img{
    max-width: 50% !important;
    margin: 0 auto 30px;
    display: block;
  }
  .about .about-description-block{
    text-align: center;
  }
  .company-values p {
    padding: 0;
  }
  .awards h4{
    font-size: 18px;
  }
  .product{
    padding: 50px 15px;
  }
  .product-right-panel h2{
    color: #024B6C;
    margin-bottom: 10px;
  }
  .product-right-panel p{
    color: #486683;
    max-width: 60%;
    margin: 0 auto;
  }
  .product-right-panel{
    background: none;
    color: #ff6501;
    text-align: center;
    padding-top: 0 !important;
  }
  .whyus{
    background: none;
  }
  .whyuscol{
    margin-top: 0 !important;
    padding: 50px 15px !important;
  }
  .whyus .card {
    margin: 30px 0;
  }
  .chatwithus .chat-img-block {
    width: 32%;
  }
  .testimonial .carousel-inner{
    padding: 50px 30px;
  }
  .footer .contact-block {
    max-width: 40%;
    margin: -150px auto 30px;
  }
  .navbar{
    padding: 10px !important;
  }
  .logo{
    display: none;
  }
  .logo2{
    margin-top: 0;
    width: 80%;
  }
  .navbar-toggler{
    border: 0 !important;
    padding: 0 5px !important;
    box-shadow: none !important;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 101, 1, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
  }
  .navbar-brand{
    text-align: left;
  }
  .serach-block{
    display: inline-block;
    padding-left: 15px;
  }
  .top.style1{
    padding: 10px 5px;
  }
}
@media(max-width: 991px){
  .top.style1{
    display: none;
  }
  .about-img{
    max-width: 60% !important;
  }
  .container {  
    padding: 10px 45px !important;
  }
  .company-values h2{
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .company-values p {
    padding-bottom: 50px;
    max-width: 70%;
    margin: 0 auto;
  }
  .quality-img{
    max-width: 50% !important;
    margin: 0 auto 30px;
    display: block;
  }
  .award-block{
    margin-bottom: 30px;
  }
  .awards {
    padding: 50px 0px;
  }
  .chatwithus h2{
    font-size: 25px;
  }
  .testimonial .carousel-inner{
    padding: 30px;
  }
  .testimonial .carousel-item .d-flex{
    display: block !important;
    text-align: center;
  }
  .testimonial .carousel-item img{
    margin: 0 auto 30px;
  }
  .testimonial-data{
    padding-left: 0;
  }
  .footer .contact-block {
    max-width: 60%;
  }
  .logo2{
    width: 90%;
  }
  .justify-topbar{
    justify-content: space-between !important;
  }
  .flat-social{
    flex: 2;
  }
  .socialicon{
    flex: 1;
  }
  .socialicon{
    text-align: right;
  }
  .flat-social{
    padding-left: 0;
  }
  .socialicon li{
    margin-left: 10px;
  }
  .topbar{
    display: block;
    height: auto;
  }
}
@media(max-width: 767px){
  .carousel .carousel-caption{
    text-align: center;
    right: 0;
    left: 0;
    align-items: center;
    padding: 0 100px;
  }
  .container {  
    padding: 10px 15px !important;
  }
  .product .card{
    margin-bottom: 30px;
  }
  .product-right-panel p{
    max-width: 100%;
  }
  .chatwithus .chat-img-block{
    position: relative;
    margin: 0 auto 30px;
  }
  .chatwithus{
    text-align: center;
  }
  .footer-link-list{
    margin-bottom: 30px;
  }
  .newsletter-block{
    max-width: 50%;
  }
  .newsletter-text{
    margin-bottom: 20px;
  }
  .footer-lower-block{
    padding-top: 30px;
  }
  .logo2 {
    width: 100%;
  }
  .navbar-brand {
    max-width: 25%;
  }
}
@media(max-width: 575px){
  .carousel .carousel-caption h2 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .carousel .carousel-caption{
    padding: 0 50px;
  }
  .carousel-indicators{
    margin-left: 5px !important;
  }
  .about h2, .quality h2,.product-right-panel h2,.whyuscol h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .company-values p {
    max-width: 90%;
  }
  .quality-img{
    max-width: 60% !important;
  }
  .awards h4 {
    font-size: 16px;
  }
  .footer .contact-block {
    max-width: 100%;
  }
  .footer-links-title,.newsletter-text{
    text-align: center;
  }
  .footer-link-list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .newsletter-block{
    max-width: 70%;
    margin: 0 auto;
  }
  .navbar-brand {
    max-width: 35%;
  }
  .topbar {
    padding: 0 5px;
  }
  .socialicon li {
    margin: 3px 0 3px 5px;
  }
}




/*About Us*/

.aboutus{
  padding: 60px 0 60px;background: #f6fdff;
  overflow-y: hidden;
}
.valuespage{
 padding: 60px 0 70px;overflow-y: hidden;
}
.mt-30{
  margin-top: 50px;
}
.aboutus h2{

  text-transform: capitalize;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 40px;
  line-height: 52px;
}
.aboutus h2 span{
  color: #024B6C;
  font-weight: 700;
}
.aboutus p{
  text-align:justify !important;color: #486683;
  line-height: 30px;
  font-weight: 500;
}
.bgfull{
/*  margin-top: 50px;*/
/*  padding-top: 20px;*/
}
.bgfull .headingtext{
  text-align: left;
}
.aboutus ul li{

  font-size: 16px;
  line-height: 30px;
  list-style: disclosure-closed;
  margin-bottom: 10px;
}
.aboutus ul li::marker{
  color: #09477a;
}


.page-title{
  height: 150px;
  position: relative;
  background-image: url('img/banner.webp');
  background-size: cover;
}
.abtmain img, .valuespage img{
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 5px double #029fdc;
  padding: 3px;
}
.valuespage p{
  text-align: justify !important;
  color: #486683;
  line-height: 30px;
  font-weight: 500;margin-bottom: 5px;
}
.valuespage ul li{
  text-align: justify !important;
  color: #486683;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}

.valuespage li{
  list-style: square;
}
.page-title .title-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.breadcrumbs{
  padding-left: 0;
  margin-bottom: 0;
}
.page-title .page-title-heading .h1-title {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-bottom: 1px;
}
.page-title .breadcrumbs li {
  display: inline-block;
  line-height: 28px;
  color: #fff;
}
.page-title .breadcrumbs li a {
  color: #fff;
  letter-spacing: -0.2px;
}
.page-title .breadcrumbs li a i {
  padding: 0 3px 0 7px;
}
.valuespage .accordion-button:hover{
  background: #0380b5;
  color: #fff;
}.valuespage .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.valuespage .accordion-button:not(.collapsed){
  background-color: #0380b5;
  color: #fff;
}
.valuespage .accordion-button{
  font-weight: 600;
  font-size: 18px;padding: 14px 20px;
}

/*Contact Us*/

.contact{
background: #f8f9fa;
  padding: 60px 0px 60px;
}

.cntcard{
  background-color:#029fdc !important;
  color: #fff !important;
  border: 2px solid #fff;
  border-radius: 25px !important;
  min-height: 190px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.cardimg{
  height: auto;
  width: 15%;
  margin-left: 42.5%;
  padding-top: 20px;
  
}
.cntcard .card-text{
  color: #fff;
  line-height: 27px;
  font-weight: 500;
  font-size: 16px;
}

.form{

  padding: 60px 0px 60px;
  background-color: #fff;
}
.contact-form {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.contact-form h3 {
  font-family: 'OpenSans-Bold';
  line-height: 30px;
  font-size: 22px;
  margin-bottom: 15px;
}
.contact-form input[type="text"] {
  display: block;
  height: 45px;
  margin-bottom: 25px;
  width: 100%;
  font-size: 14px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  color: #878787;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

.btn-text:hover {
  background: none;
  color: #098acc;
  text-decoration: none;
}
.contact-form textarea {
  height: 115px;
  padding: 15px;
  color: #878787;
  width: 100%;
}

.contact-form input[type="text"] {
  display: block;
  height: 45px;
  margin-bottom: 25px;
  width: 100%;
  font-size: 14px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  color: #878787;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

.contact-form input[type="text"], .contact-form textarea {
  padding-right: 30px;
  border: 1px solid #DEDEDE;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn-text {
  font-size: 14px;
  color: #fff;
  line-height: 41px;
  border: 2px solid #098acc;
  padding: 0 22px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #098acc;
  height: 44px;
  text-align: center;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

@media screen and (max-width:767px){
  .aboutus{
    padding: 20px 0 30px;
  }
  .valuespage {
    padding: 30px 0 40px;
  }
  .valuespage img{
    margin-bottom: 20px;
  }
  .cntcard{

    margin-top:15px;
  }

  .contact-form {
    margin-top:15px;
  }

}



@media screen and (min-width:1500px){

  .abtmain img{
    float: right;
    width: 80%;
  }
  .valuespage img{
    float: left;
    width: 80%;
  }
}

@media screen and (min-width:1600px){
  .about .about-description-block{
    margin-top: 50px;
  }
  .abtmain img{
    float: right;
    width: 70%;
  }
  .valuespage img{
    float: left;
    width: 70%;
  }
  .gradepage img, .packagingpage2 img{
    float: right;
  }
}


.post-slide{
  padding: 10px;
}
@media screen and (max-width:1520px){
  .gradepage img{
  width: 90%;
  float: right;
}
.packagingpage img{
  width: 85%;
   float: left;
}
}
.packagingpage{
  overflow-y: hidden;
}
.form{
  overflow-y: hidden;
}
@media screen and (max-width:1440px){
  .gradepage img{
  width: 100%;
}
.packagingpage img{
  width: 95%;
  }
}
.enquirenow {
  padding: 60px 0 0;
/*  overflow-y: hidden;*/
}

@media screen and (min-width:1500px){
  .enquirenow input{
    height: 60px;
    margin-bottom: 10px;
  }
  .enquirenow button{
    margin-top: 20px;
  }
}

@media screen and (max-width:1199px){
  .enquirenow img{
    display: none;
  }
}

.enquirenow img{
  margin-bottom: -50px;
  margin-top: 10px;
}
.enquirenow form{
  padding-bottom: 45px;
}
.enquirenow h4{
  font-family: 'OpenSans-Bold';
  line-height: 30px;
  font-size: 22px;
  margin-bottom: 15px;
}
.btn:hover{
  color: #ff6501 !important;
}

.productpage h3{
  color: #024B6C;
  text-transform: capitalize;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 0px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.productpage{
  padding: 30px 0 50px;
}
.productpage table thead th{
  background: #0ea2dc;
  color: #fff;
  text-transform: capitalize;
  padding: 1rem .5rem;
  text-align: center;border-color: #fff;
}
.productpage tr{
  border-color: #fff;
}
.productpage .td-2 td {
  background: #a8e8fb;border-color: #fff;
}

.productpage .td-3 td{
  background: #e2f7fe;border-color: #fff;
}
.productpage .td-4 td{
  background: #f0fbfe;border-color: #fff;
}
@media screen and (max-width:767px){
   .gradepage img{
    margin-top: 30px;
   }
.packagingpage .h2title, .packagingpage2 .h2title
{
  font-size: 24px;
    line-height: 34px;

}
.packagingpage2 img{
  margin-top: 20px;
}
.packagingpage img{
  margin-top: 10px;
}
.packagingpage2{
  padding: 20px 0 10px !important;
}
.packagingpage{
  padding: 20px 0 30px !important;
}
.enquirenow {
  padding: 30px 0 0;
}
  .top.style1{
    display: none;
  }
  .navbar-nav .dropdown-menu {
    position: static;
    border: none;
    background: transparent;
    padding-left: 20px;
    padding-top: 0;
  }
  .about-img {
    max-width: 90% !important;
  }
  .about {
    padding: 20px 0px 0px;
  }
  .company-values {
    padding: 30px 0px 0px;
  }
  .btn-primary{
    margin-top: 20px;
  }
  .about-description-block .mb-5 {
    margin-bottom: 2rem !important;
  }
  .company-values p {
    padding-bottom: 25px;
  }
  .quality {
    padding: 20px 0px 20px;
  }
  .product {
    padding: 45px 15px 15px;
  }
  .whyus .card-body ul li {
    margin-bottom: 5px;
  }
  .whyus .card-body ul{
    margin-bottom: 0;
  }
  .whyuscol {
    padding: 50px 15px 10px !important;
  }
  .chatwithus .chat-img-block {
    width: 60%;
  }
  .testimonial {
    padding: 30px 0 25px;
  }
  .testimonial-header p{
    margin-bottom: 35px;
  }
  .footer-links-title, .newsletter-text {
    text-align: left;
  } .footer-link-list {
    display: flex;
    align-items: start;
    justify-content: left;
    flex-direction: column;
  }
  .newsletter-block {
    max-width: 100%;
    margin: 0;
  }
  #deskhide{
    display: block;
  }
  #deskshow{
    display: none;
  }
  .footer-link-list {
    margin-bottom: 15px;
  }
  .footer-lower-block {
    border-top: none;
    margin-top: 10px;
  }
  .whyuscol {
    padding: 40px 15px 5px !important;
  }
  .chatwithus{
    padding: 30px 0 35px;
  }
  #navul li a.active{
    border: none;
  }
  #appointment{
    display: none;
  }
  .contact {
  padding: 20px 0px 30px;
}
.form {
  padding: 28px 0px 30px;
}
  .cntcard {
    min-height: auto;
  }
  .aboutus h2{
    font-size: 28px;
    line-height: 38px;
  }
  .whyuspage ul{
    padding-left: 10px;
  }
  .whyuspage img{
    margin-top: 30px;
    width: 80%;
    margin-left: 10%;
  }
    .whyuspage {
    padding: 30px 0 0px;
  }
    .gradepage {
    padding: 30px 0 10px;
  }
  .page-title .page-title-heading .h1-title{
    font-size: 28px;
    margin-bottom: 6px;
  }
  .productpage {
  padding: 0px 0 10px;
}
.productpage h3{
  font-size: 22px;
  line-height: 30px;
  padding-top: 20px;
}
.page-title{
  height: 110px;
}
.post-slide img {
  width: 40%;
}
}

#navul li a:hover{
  color: #FF6501;
  transition: 0.5s ease;
}
#navul li a{
  transition: 0.5s ease;
}


.mobile-screen-footer {
  margin top: 50px;
  float: left;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 9999999999 !important;
  bottom: 0px;
  background: #029fdc;
  border-radius: 30px 30px 0px 0px;
  border: 2px solid #ff7e27;
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom: none;
}.mobile-footer-block {
  width: 33.33%;
  float: left;
  text-align: center;
}.mobile-footer-box a {
  width: 100%;
  text-decoration: none;
  padding: 10px 0px;
  padding-bottom: 10px;
  float: left;
  padding-bottom: 5px;
}.mobile-footer-box a img {
  width: 25px;
  margin: 0px auto;
}.mobile-footer-box a h5 {
  font-size: 10px;
  margin: 5px 0px 0px 0px;
  color: #fff;
  line-height: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: normal;

}


@media screen and (max-width:767px){
  .mobile-screen-footer{
    display: block;
  }
  }