* {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
}
* ul {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
* a {
  text-decoration: none;
}

html,body
{
   
 
    overflow-x: hidden; 
    overflow-y: vi; 

}
header {
  position: fixed;
  padding-bottom: 10px;
  width: 100%;
  top: 0px;
  z-index: 999999;
}
header .header-logo img {
  cursor: pointer;
  max-width: 100%;
  width: 100%;
}
header nav {
  z-index: 999;
}
header nav ul .header-nav-list {
  position: relative;
}
header nav ul .header-nav-list a {
  font-family: "Roboto", sans-serif;
  padding-bottom: 20px;
  color: #424B5A;
}
header nav ul .header-nav-list a:hover {
  color: #045395;
}
header nav ul .header-nav-list .product-dropdown {
  visibility: hidden;
  padding-left: 20px;
  background-color: #fff;
  position: absolute;
  top: 60px;
  left: -30px;
  width: 220px;
}
header nav ul .header-nav-list .product-dropdown li {
  padding: 5px 0px;
}
header nav ul .header-nav-list .product-dropdown li a {
  color: #000;
  font-family: "Roboto", sans-serif;
}
header nav ul .header-nav-list .product-dropdown li a:hover {
  color: #045395;
}
header nav ul .nav-list-product:hover .product-dropdown {
  transition: all 0.3s ease;
  top: 35px;
  visibility: visible;
}
header .header-social-icons {
  text-align: right;
}
header .header-social-icons a i {
  color: #fff;
  font-size: 25px;
}
header .header-social-icons a i:first-child {
  padding: 0px 15px;
}
header .hamburger-menu {
  display: none;
}

.home {
  height: 650px;
  padding-top: 120px;
  background-color: #F2F2F2;
  position: relative;
}
.home::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 75%;
  background: #045395;
}
.home .home-banner {
  height: 400px;
  padding-top: 80px;
  position: relative;
}
.home .home-banner h2 {
  font-size: 60px;
  color: #FE7837;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.home .home-banner p {
  font-size: 20px;
  color: #959595;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  min-height: 70px;
}
.home .home-banner a {
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  background-color: #FE7837;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
}
.home .home-banner-img {
  position: relative;
  width: 100%;
  height: 500px;
  z-index: 9;
}
.home .home-banner-img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.home .flower {
  position: absolute;
}
.home .flower1 {
  top: 150px;
  left: -90px;
  width: 205px;
}
.home .flower3 {
  bottom: 0px;
  left: 0px;
  width: 150px;
}
.home .flower2 {
  bottom: 5px;
  left: 475px;
  width: 120px;
}

.about, .digital-marketing {
  margin-top: 100px;
}
.about .about-us-discription h2, .about .digital-marketing-discription h2, .digital-marketing .about-us-discription h2, .digital-marketing .digital-marketing-discription h2 {
  font-size: 40px;
  color: #045395;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.about .about-us-discription p, .about .digital-marketing-discription p, .digital-marketing .about-us-discription p, .digital-marketing .digital-marketing-discription p {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #424B5A;
  /*max-height: 198px;*/
  overflow: hidden;
  text-align: justify;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
}
.about .about-img img, .about .digital-marketing-img img, .digital-marketing .about-img img, .digital-marketing .digital-marketing-img img {
  max-width: 100%;
  width: 100%;
}

.supplier-banner {
  margin-top: 100px;
}
.supplier-banner .supplier-banner-content {
  position: relative;
}
.supplier-banner .supplier-banner-content img {
  width: 100%;
}
.supplier-banner .supplier-banner-content h1 {
  font-size: 52px;
  position: absolute;
  color: #fff;
  top: 30px;
  left: 35%;
  font-weight: bold;
  text-shadow: 0px 0px 20px #043056;
}

.product {
  margin-top: 100px;
}
.product .product-heading h2 {
  font-size: 40px;
  color: #045395;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 50px;
  position: relative;
}
.product .product-heading h2::after {
  position: absolute;
  content: "";
  background-color: #045395;
  top: 55px;
  left: 50%;
  width: 112px;
  height: 1px;
  transform: translate(-50%);
}
.product .product-card {
  margin-bottom: 50px;
  padding: 0px 10px 10px 10px;
}
.product .product-card .product-img-wrapper {
  width: 100%;
  overflow: hidden;
}
.product .product-card .product-img-wrapper img {
  width: 100%;
  margin-bottom: 50px;
}
.product .product-card h2 {
  font-size: 22px;
  color: #505D68;
  font-weight: bold;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
}
.product .product-card p {
  color: #505D68;
 
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
  height: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: justify;
}
.product .product-card a {
  padding: 10px 30px;
  font-family: "Roboto", sans-serif;
  background-color: #FE7837;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  transition: all 0.4s ease;
}
.product .product-card a:hover {
  
  background-color: #000000;
  color: #fff;
  
}



@media only screen and (max-width: 767px){
header nav ul .header-nav-list .product-dropdown {
    z-index: 99;
    top: 30px;
    left: 50px;
}
}


.client {
  margin-top: 100px;
}
.client .client-heading h2 {
  font-size: 40px;
  color: #045395;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 50px;
  position: relative;
}
.client .client-heading h2::after {
  position: absolute;
  content: "";
  background-color: #045395;
  top: 55px;
  left: 50%;
  width: 120px;
  height: 1px;
  transform: translate(-50%);
}
.client .client-slider .client-logo-img img {
  max-width: 100%;
  height: 120px;
}
.client .client-slider .owl-item {
  width: 100%;
}
.client .client-slider .owl-nav, .client .client-slider .owl-dots {
  display: none;
}
.client .client-button {
  margin-top: 50px;
  text-align: center;
}
.client .client-button a {
  padding: 10px 50px;
  font-family: "Roboto", sans-serif;
  background-color: #FE7837;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
}

.contact {
  margin-top: 70px;
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #F2F2F2;
}
.contact .contact-heading h2 {
  font-size: 40px;
  color: #424B5A;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.contact .contact-tagline h2 {
  font-size: 20px;
  color: #424B5A;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 50px;
}
.contact .office-adress h2, .contact .contact-links h2, .contact .contact-contact-adress h2 {
  font-size: 20px;
  color: #424B5A;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 28px;
  position: relative;
}
.contact .office-adress h2::after, .contact .contact-links h2::after, .contact .contact-contact-adress h2::after {
  position: absolute;
  content: "";
  background-color: #424B5A;
  top: 32px;
  left: 0px;
  width: 80px;
  height: 2px;
  transform: translate(0%);
}
.contact .office-adress ul li {
  padding-left: 20px;
  color: #505D68;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  position: relative;
}
.contact .office-adress ul li a {
  color: #424B5A;
}
.contact .office-adress ul li i {
  position: absolute;
  left: -15px;
  font-size: 27px;
  top: 5px;
}
.contact .office-adress img {
  margin-top: 20px;
  max-width: 100%;
  width: 65%;
}
.contact .office-adress .contact-icons {
  margin-top: 30px;
}
.contact .office-adress .contact-icons a i {
  color: #505D68;
  font-size: 25px;
}
.contact .office-adress .contact-icons a:last-child {
  padding: 0px 20px;
}
.contact .contact-links ul li {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.contact .contact-links ul li a {
  color: #505D68;
  font-family: "Roboto", sans-serif;
}
.contact .contact-contact-adress ul li {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #505D68;
  margin-bottom: 10px;
}
.contact .contact-contact-adress ul li a {
  color: #505D68;
}
.contact .contact-form form input, .contact .contact-form form select, .contact .contact-form form textarea {
  width: 100%;
  height: 35px;
  color: #424B5A;
  background-color: #fff;
  margin-bottom: 20px;
  outline: none;
  border: 1px thin #424B5A;
  padding-left: 20px;
  border-radius: 5px;
  display: block;
  font-family: "Roboto", sans-serif;
}
.contact .contact-form form textarea {
  height: 100px;
  padding: 10px 20px;
  font-family: "Roboto", sans-serif;
}
.contact .contact-form form button {
  width: 100%;
  background-color: #FE7837;
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding: 8px 0px;
  border-radius: 20px;
  border: none;
  font-size: 14px;
}

.fixed-sidebar {
  max-width: 300px;
  position: fixed;
  z-index: 99999;
  background-color: #045395;
  color: #fff;
  padding: 20px 30px;
  border-radius: 10px 0px 0px 0px;
  bottom: -376px;
  right: 0px;
}
.fixed-sidebar .fixed-sidebar-button {
  position: absolute;
  background-color: #FE7837;
  padding: 10px 20px;
  border-radius: 20px;
  right: 0px;
  cursor: pointer;
  top: -43px;
  display:none;
}
.fixed-sidebar .close-fixed-sidebar {
  position: absolute;
  font-size: 30px;
  cursor: pointer;
  color: #FE7837;
  background-color: #fff;
  border-radius: 50%;
  padding: 2px 7px;
  right: 0px;
  top: 15px;
  transform: translate(-50%);
}
.fixed-sidebar h2 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.fixed-sidebar ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}
.fixed-sidebar a {
  padding-left: 10px;
  color: #FE7837;
}

footer p {
  text-align: center;
  color: #fff;
  background-color: #424B5A;
  padding: 15px 0px;
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 1100px) {
  .supplier-banner .supplier-banner-content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  header .header-social-icons {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .home {
    height: 580px;
    padding-top: 80px;
  }
  .home .home-banner-img {
    margin-top: 50px;
  }
  .home .home-banner-img img {
    max-width: 100%;
    height: 65%;
    width: 100%;
  }

  .about .about-us-discription p {
    line-height: 25px;
  }

  .about .about-us-discription p {
    margin-bottom: 20px;
    text-align: justify;
  }
  .about .about-img {
    margin-top: 15px;
  }
  .about .about-img img {
    height: 300px;
  }

  .supplier-banner .supplier-banner-content img {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  header nav {
    display: none;
  }
  header nav ul .header-nav-list .product-dropdown {
    z-index: 99;
    top: 30px;
    left: 50px;
  }
  header nav ul .nav-list-product:hover .product-dropdown {
    transition: all 0.3s ease;
    top: 0px;
    visibility: visible;
  }
  header .header-social-icons {
    display: none;
  }
  header .hamburger-menu {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 100px;
  }
  header .hamburger-menu i {
    font-size: 30px;
    cursor: pointer;
    color: #424B5A;
  }

  .home {
    height: 550px;
    padding-top: 100px;
  }
  .home .home-banner h2 {
    font-size: 35px;
  }
  .home .home-banner p {
    font-size: 16px;
  }
  .home .home-banner a {
    font-size: 12px;
  }
  .home .home-banner-img img {
    height: 50%;
  }
  .home .flower2, .home .flower3 {
    display: none;
  }

  .about .about-img img {
    max-width: 100%;
    width: 100%;
    height: 250px;
  }

  .supplier-banner .supplier-banner-content h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 576px) {
  header .header-logo img {
    width: 50%;
  }
  header .hamburger-menu {
    top: 20px;
    right: 50px;
  }
  header .hamburger-menu i {
    font-size: 25px;
  }

  .product .product-card {
    margin-top: 30px;
  }
  .product .product-card img {
    width: 100%;
    height: 300px;
  }

  .home::before {
    display: none;
  }
  .home .home-slider {
    position: relative;
  }
  .home .home-slider .home-banner {
    padding-top: 230px;
    height: 500px;
  }
  .home .home-slider .home-banner-img {
    position: absolute;
    top: -50px;
    left: 0px;
  }
  .home .home-slider .home-banner-img img {
    height: 40%;
  }
}
@media only screen and (max-width: 400px) {
  .product .product-card img {
    height: 200px;
  }

  .supplier-banner .supplier-banner-content h1 {
    font-size: 20px;
    top: 50px;
  }
}/*# sourceMappingURL=index.css.map */



p {
 
  margin-bottom: 0rem!important;
}

@media screen and (max-width:767px){
    .our_products {
        text-align:center!important;
    }
}
