@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

html {
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #007abb;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

body {
  color: #4e4e4e;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 16px 0;
  font-family: "Anton", sans-serif;
  color: #000;
}

a {
  color: #ccc;
  text-decoration: none;
}

p {
  line-height: 1.8;
}

.img-responsive {
  width: 100%;
  max-width: 100%;
}

.clearfix {
  clear: both;
}

/**scroll button**/
#button {
  display: inline-block;
  background-color: #1A88C2;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  position: fixed;
  bottom: 0;
  right: 7px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 17px;
  color: #fff;
  
}

#button:hover {
  cursor: pointer;
  background-color: #35B4DE;
}

#button:active {
  background-color: #35B4DE;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/**scroll button**/
footer {
  background-color: #303849;
  padding: 10px 0;
  color: #fff;
}
@media (min-width: 992px) {
  footer {
    padding: 50px 0;
  }
}
footer .title {
  font-family: "Anton", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 20px;
}
footer ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
footer ul li {
  position: relative;
  padding-left: 15px;
  line-height: 2;
}
footer ul li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #4e4e4e;
}
footer .contact-address li {
  border-top: 1px solid #454d5c;
  padding: 12px 0;
}
footer .contact-address li:last-child {
  border-bottom: 1px solid #454d5c;
}
footer .contact-address li:before {
  display: none;
}
footer .contact-address li i {
  color: #0385db;
  margin-right: 5px;
}

/****start brochure*****/
.right-fix-link {
  width: 85px;
  margin: 0;
  color: #444;
  border-left-width: 0;
  position: fixed;
  top: calc(50% + 64px);
  right: 0px;
  z-index: 295;
  padding: 7px 0;
  background: #ccc;
  border-radius: 20px 0 0 20px;
  border: 1px solid #000;
  border-right: 0;
}
.right-fix-link ul {
  margin: 0;
  padding: 0;
}
.right-fix-link ul li {
  list-style: none;
  text-align: center;
}
.right-fix-link ul li a {
  /*background: #FBA51A;*/
  display: block;
  padding: 10px;
  color: #0385db;
  /*border: 1px solid #000;*/
  border-right: 0;
}
.right-fix-link ul li a:hover {
  /*background: #00093B;*/
  color: #00093B;
}
.right-fix-link ul li a i {
  font-size: 20px;
}

/****end Brochure*******/
.fix-share {
  width: 41px;
  padding: 4px;
  margin: 0;
  color: #444;
  border-left-width: 0;
  box-shadow: 0px 0px 10px #ccc;
  position: fixed;
  bottom: calc(50% - 274px);
  left: 0px;
  z-index: 295;
  background: #E7E8EA;
  border-radius: 30px;
}
.fix-share ul {
  margin: 0px;
  padding: 0;
}
.fix-share ul li {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  display: block;
  list-style-type: none;
  cursor: pointer;
  transition: all 0.25s linear;
  z-index: 310;
  margin-bottom: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
.fix-share ul li a {
  color: #fff;
}
.fix-share .share-fb {
  background: #0056b3;
}
.fix-share .share-insta {
  background: #C13584;
}
.fix-share .share-linkedin {
  background: #0a66c2;
}
.fix-share .share-twitter {
  background: #1d9bf0;
}
.fix-share .share-youtube {
  background: #ff0000;
}

.hero .carousel-inner .carousel-item {
  padding: 50px 0;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .hero .carousel-inner .carousel-item {
    padding: 150px 0;
  }
}
.hero .hero-content {
  position: relative;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
}
@media (min-width: 992px) {
  .hero .hero-content {
    margin-top: 83px;
  }
}
.hero .hero-content h1 {
  font-size: 29px;
  color: #fff;
}
@media (min-width: 992px) {
  .hero .hero-content h1 {
    font-size: 48px;
  }
}
.hero .hero-content .intro_shadow_word {
  left: 0;
  line-height: 1;
  margin: 0;
  opacity: 0.1;
  position: absolute;
  top: 13%;
  transform: translateY(-47%);
  width: 100%;
  word-break: initial;
  z-index: 1;
  font-size: 100px;
  font-family: "Anton", sans-serif;
  color: #fff;
}
@media (min-width: 992px) {
  .hero .hero-content .intro_shadow_word {
    font-size: 190px;
  }
}
.hero .hero-content p.intro-feature-word {
  letter-spacing: 10px;
}
.hero .hero-content a {
  padding: 10px 30px;
}

.main-nav {
  border-top: 3px solid #0385db;
}
.main-nav .top-menu .col-md-2 {
  text-align: center;
  /* margin: auto;
  display: flex;
  justify-content: center; */
}
@media (min-width: 992px) {
  .main-nav .top-menu .col-md-2 {
    text-align: left;
  }
}
.main-nav .top-menu .col-md-10 .button {
  z-index: 11;
}
.main-nav .top-menu .top-address {
  text-align: right;
  padding: 15px 0 0;
}
@media (max-width: 991px) {
  .main-nav .top-menu .top-address {
    text-align: center;
  }
}
.main-nav .top-menu .top-address span {
  border-right: 1px solid #ccc;
  padding: 0 20px;
}
.main-nav .top-menu .social-link {
  margin: 17px 0;
}
.main-nav .top-menu .social-link a {
  color: #0385db;
}
.main-nav .top-menu .social-link a:hover {
  color: #000;
}
.main-nav .top-menu .social-link a i {
  padding: 0 10px;
}
@media (max-width: 991px) {
  .main-nav .top-menu .social-link a i {
    padding: 0 5px;
  }
}

.menus-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-nav .main-nav__wrapper {
  align-content: center;
  justify-content: end;
  /* margin-top: 34px; */
}
.main-nav ul {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 16px;
  list-style: none;
}
.main-nav__logo {
  display: inline-block;
  width: 100px;
  height: 91px;
}
.main-nav__main .row {
  margin: 0;
}
.main-nav__main .row .row-nav__button {
  display: flex;
  justify-content: end;
}
@media (max-width: 575px) {
  .main-nav__main .row .row-nav__button {
    margin-top: -29px;
  }

  .mobile-width2{
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
  }

  .for-search{
    display: none;
  }
}
.main-nav__main .row .row-nav__button .search-input {
  margin-right: 10px;
  font-size: 15px;
  padding: 5px 10px;
  margin-top: 27px;
  background: #ddd;
  border: 0;
}
.main-nav__main .row .row-nav__button .search-button {
  cursor: pointer;
}
.main-nav__main .row .row-nav__button i {
  margin-right: 5px;
}
.main-nav__main ul li {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 152px;
  margin: 0 5px;
}
.main-nav__main ul li.has-dropdown:after {
  z-index: 9;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  content: "\f078";
  cursor: pointer;
  color: #0385db;
}
@media (min-width: 1200px) {
  .main-nav__main ul li.has-dropdown:after {
    margin-left: 4px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .main-nav__main ul li.has-sub-dropdown:after {
    position: absolute;
    top: 50%;
    right: 8px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    transform: translateY(-50%);
  }
}
@media (max-width: 1199px) {
  .main-nav__main ul li {
    margin-bottom: 12px;
  }
  .main-nav__main ul li.has-dropdown:after {
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    color: #fff;
    width: 30px;
    height: 30px;
  }
  .main-nav__main ul li.has-dropdown.active:after {
    content: "\f077";
  }
}
.main-nav__main ul li > ul {
  max-height: 0;
  overflow: hidden;
  transform: translateX(-30px);
  transition: all 0s, opacity 0.3s ease;
}
@media (min-width: 1200px) {
  .main-nav__main ul li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 11;
    display: block;
    width: 170px;
    overflow: visible;
    background-color: #4e4e4e;
    opacity: 0;
    transform: scale(0);
    transition: all 0s, opacity 0.3s ease;
  }
}
.main-nav__main ul li > ul li {
  display: block;
  max-width: none !important;
  margin: 0;
}
.main-nav__main ul li > ul li a {
  display: block;
  padding: 2px 16px;
  text-align: left;
  transition: background-color 0.3s ease;
  color: #fff;
}
@media (min-width: 1200px) {
  .main-nav__main ul li > ul li a {
    padding: 8px 16px;
  }
}
@media (min-width: 1200px) {
  .main-nav__main ul li > ul li:hover a:hover {
    color: #000;
    background-color: #ccc;
  }
}
.main-nav__main ul li > ul li:hover.has-sub-dropdown:after {
  color: #000;
}
.main-nav__main ul li.has-sub-dropdown > ul {
  top: 0;
  left: 100%;
}
@media (max-width: 1199px) {
  .main-nav__main ul li.active ul {
    max-height: 1000px;
    opacity: 1;
    transform: translateX(0);
    transition: all 0s 0.3s, opacity 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .main-nav__main ul li:hover > ul {
    max-height: 1000px;
    opacity: 1;
    transform: scale(1);
    transition: all 0s, opacity 0.3s 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .main-nav__main ul li:last-child {
    max-width: 150px;
  }
}
.main-nav__main .has-dropdown {
  position: relative;
}
.main-nav__main .has-dropdown:hover > ul:before {
  position: absolute;
  top: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #4e4e4e;
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .main-nav__main .has-dropdown:hover > ul:before {
    content: "";
  }
}
.main-nav__main a {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
  position: relative;
  color: #0385db;
}
.main-nav__main a:hover {
  color: #000;
}
@media (max-width: 1199px) {
  .main-nav .main-nav__burger {
    background-color: transparent !important;
    position: relative;
    z-index: 1;
  }
  .main-nav__wrapper {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    bottom: 0;
    padding: 50px;
    background: black;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .main-nav__wrapper .main-nav__burger {
    position: fixed;
    top: 20px;
    right: 20px;
    display: none;
    color: #fff;
  }
  .main-nav__wrapper.active {
    z-index: 1111;
    overflow-y: auto;
    opacity: 1;
    transform: translateX(-100%);
  }
  .main-nav__wrapper.active .main-nav__burger {
    display: block;
  }
  .main-nav__main button {
    color: #0385db;
  }
  .main-nav__main ul {
    display: block;
    line-height: 2.5;
  }
  .main-nav__main ul > li {
    max-width: none;
    border-bottom: 1px solid #333;
    display: inherit;
  }
  .main-nav__main ul > li a {
    color: #fff;
  }
  .main-nav__main ul > li a:hover {
    background-color: rgba(255, 255, 255, 0.125);
  }
  .main-nav__main ul > li.has-dropdown.active ul {
    padding-left: 8px;
    margin-left: 0;
    border-left: 1px solid #333;
  }
  .main-nav__main ul > li.has-dropdown.active ul li {
    border-bottom: none;
  }
  .main-nav__main ul > li.has-sub-dropdown ul {
    padding-left: 8px !important;
    margin-left: 18px !important;
  }
}
.main-nav .container-rightbtn {
  display: flex;
  align-items: center;
  justify-content: end;
}

.row-nav {
  display: flex;
  align-items: center;
}
.row-nav__logo, .row-nav__button {
  flex: 0 0 100px;
}
.row-nav__menu {
  flex: 1;
  justify-content: center;
}

.about-us {
  position: relative;
  z-index: 1;
}
.about-us__wrap {
  background-color: #fff;
  margin-top: -80px;
  text-align: center;
  padding: 50px 20px;
  position: relative;
}
@media (min-width: 992px) {
  .about-us__wrap {
    padding: 50px;
  }
}

.big.special-heading {
  color: #0385db;
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  text-align: center;
}

.shadow-heading {
  left: 0;
  margin: 0;
  opacity: 0.07;
  position: absolute;
  top: 35px;
  transform: translateY(-19%);
  width: 100%;
  word-break: initial;
  z-index: 1;
  font-size: 90px;
  font-family: "Anton", sans-serif;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .shadow-heading {
    font-size: 190px;
    top: 0;
  }
}

.subheading {
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 15px;
  text-align: center;
  margin-bottom: 25px;
}

.read-more {
  color: #0385db;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #0385db;
  padding: 10px;
}
.read-more:hover {
  color: #000;
  border: 1px solid #000;
}

.view-more {
  text-align: center;
  margin-top: 20px;
}
.view-more a {
  background-color: #0385db;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px 20px;
  border: 2px solid #0385db;
}
.view-more a:hover {
  background-color: transparent;
  color: #0385db;
}

.product {
  position: relative;
  padding: 50px 20px;
}
@media (min-width: 992px) {
  .product {
    padding: 50px;
  }
}
.product .product__product-wrapper .owl-carousel .item .box .product-item-wrap {
  background-color: #e4e4e4;
  margin-top: 30px;
}
.product .product__product-wrapper .owl-carousel .item .box .product-item-wrap .product-item-title {
  padding: 25px;
}
@media (min-width: 992px) {
  .product .product__product-wrapper .owl-carousel .item .box .product-item-wrap .product-item-title {
    padding: 45px;
  }
}
.product .product__product-wrapper .owl-carousel .item .box .product-item-wrap .product-item-title .title {
  color: #0385db;
  font-size: 30px;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.product .product__product-wrapper .owl-carousel .item .box .product-item-wrap .product-item-title .product-listing-wrap{
  box-shadow: 0px 0px 10px #999;
	background:#fff;
}
.product .product__product-wrapper .owl-carousel .item .box .product-item-wrap .product-item-title .product-listing-wrap:hover{
  box-shadow: 0px 0px 10px #000;
}
.product .product__product-wrapper .owl-carousel .item .box .product-item-wrap .product-item-title .product-listing-wrap .product-listing-title{
  padding: 20px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #0385db;
  background:#fff;
	font-family: "Anton", sans-serif;
	font-weight: 400;

}
.product .product__product-wrapper .owl-carousel .item .box .product-item-wrap .images {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 83%;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .product .product__product-wrapper .owl-carousel .item .box .product-item-wrap .images {
    padding-bottom: 159%;
  }
}
@media (max-width: 575px) {
  .product .product__product-wrapper .owl-carousel .item .box .product-item-wrap .images {
    padding-bottom: 83%;
  }
}
.product .product__product-wrapper .owl-carousel .item .box .product-item-wrap .images img {
  visibility: hidden;
}
.product .product__product-wrapper .owl-carousel .item .box .product-item-wrap .owl-carousel .owl-item img {
  height: 490px;
}
.product .product__product-wrapper .owl-carousel .owl-nav {
  display: none;
}
.product .product__product-wrapper .owl-carousel .owl-dots {
  text-align: center;
}
.product .product__product-wrapper .owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background-color: #000;
  margin: 0 5px;
  border-radius: 50px;
  margin-top: 20px;
}
.product .product__product-wrapper .owl-carousel .owl-dots .active {
  background-color: #0385db;
}

.promoter {
  position: relative;
  padding: 50px 20px;
  background-color: #e4e4e4;
}
@media (min-width: 992px) {
  .promoter {
    padding: 50px;
  }
}
.promoter .images {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  margin-top: 30px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.promoter .images img {
  visibility: hidden;
}
.promoter .promoter-detail {
  background-color: #0385db;
  color: #fff;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
  height: 150px;
}
@media (max-width: 991px) {
  .promoter .promoter-detail {
    line-height: 1.5;
    height: 175px;
  }
}
@media (max-width: 575px) {
  .promoter .promoter-detail {
    height: 105px;
  }
}
.promoter .promoter-detail .name {
  font-size: 25px;
  font-family: "Anton", sans-serif;
}
.promoter .promoter-detail .post {
  letter-spacing: 3px;
}
.promoter .owl-nav {
  display: none;
}
.promoter .owl-dots {
  text-align: center;
}
.promoter .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background-color: #000;
  margin: 0 5px;
  border-radius: 50px;
  margin-top: 20px;
}
.promoter .owl-dots .active {
  background-color: #0385db;
}

.promoters {
  position: relative;
  padding: 0;
  background-color: #fff;
}
@media (min-width: 992px) {
  .promoters {
    padding: 0;
  }
}

.video {
  position: relative;
  padding: 50px 20px;
}
@media (min-width: 992px) {
  .video {
    padding: 50px;
  }
}
.video .images {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  margin-bottom: 30px;
  overflow: hidden;
  margin-bottom: 0px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.video .images img {
  visibility: hidden;
}
.video .images .video-icon-wrap {
  position: absolute;
  height: auto;
  width: auto;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  right: 0;
  margin: auto;
}
.video .images .video-icon-wrap a {
  border: 5px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 39px;
  display: inline-block;
  text-align: center;
  position: relative;
  color: #fff;
  animation: playButtonGlow 4s infinite;
}
.video .images .video-icon-wrap a:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  animation-iteration-count: 1;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  top: -25%;
  left: -25%;
}

@keyframes playButtonGlow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.news {
  position: relative;
  padding: 50px 20px;
  background-color: #e4e4e4;
}
@media (min-width: 992px) {
  .news {
    padding: 50px;
  }
}
.news .images {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  margin: 30px 0;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news .images img {
  visibility: hidden;
}
.news .date {
  color: #000;
}
.news .date i {
  color: #0385db;
}
.news .post {
  font-family: "Anton", sans-serif;
  font-size: 25px;
  color: #0385db;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.innerpage-news {
  background-color: #fff;
  padding: 50px 0;
}
.innerpage-news .row .news-content-wrapper {
  border-bottom: 1px solid #ccc;
}

.more {
  position: relative;
  padding: 50px 20px;
  text-align: center;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url("../images/big-img.jpg"); */
  background-attachment: fixed;
  font-size: 20px;
}
@media (min-width: 992px) {
  .more {
    padding: 50px;
  }
}

.contact__map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.contact__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.innerpage-big-img {
  padding: 50px 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/slider-bg.jpg");
}
@media (min-width: 768px) {
  .innerpage-big-img {
    padding: 150px 0;
  }
}
.innerpage-big-img h1 {
  color: #fff;
}

.content-section .innerpage-content-wrap {
  background-color: #fff;
  margin-top: -80px;
  padding: 50px;
}
.content-section .innerpage-content-wrap h4 {
  color: #0385db;
}
.content-section .innerpage-content-wrap table {
  width: 100%;
}
.content-section .innerpage-content-wrap table tr td {
  background-color: #e4e4e4;
  padding: 10px 15px;
  border: 1px solid #fff;
}
.content-section .innerpage-content-wrap table thead th {
  background-color: #0385db;
  padding: 10px 15px;
  border: 1px solid #fff;
  color: #fff;
}
.content-section .innerpage-content-wrap table.company-profile tr td:first-child {
  font-weight: bold;
}

.product-content-section {
  padding: 50px 0;
}
.product-content-section .container .row .innerpage-product-wrap {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  height:96%
}
.product-content-section .container .row .innerpage-product-wrap .images {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  margin-bottom: 30px;
  overflow: hidden;
  margin-bottom: 0px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-content-section .container .row .innerpage-product-wrap .images img {
  visibility: hidden;
}
.product-content-section .container .row .innerpage-product-wrap .title {
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-family: "Anton", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 20px;
  padding-left: 30px;
}
.product-content-section .container .row .innerpage-product-wrap .title span {
  position: absolute;
  font-size: 50px;
  z-index: -1;
  opacity: 0.2;
  top: -16px;
  left: 0;
}
.product-content-section .container .row .innerpage-product-wrap .title a {
  color: #0385db;
}
.product-content-section .container .row .innerpage-product-wrap:hover span {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: 1s;
}
.product-content-section .container .row .innerpage-product-wrap p {
  text-align: justify;
}

.image-gallery a[data-lightbox], .image-gallery a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  margin-bottom: 30px;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0px 0px 6px #999;
  margin-bottom: 0px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-gallery a[data-lightbox]:hover, .image-gallery a:hover {
  box-shadow: 0px 0px 6px #333;
}
.image-gallery a[data-lightbox] img, .image-gallery a img {
  visibility: hidden !important;
}
.image-gallery .gallery-hover-content {
  color: #000;
  text-align: center;
  width: 100%;
  padding: 10px;
  line-height: 1.2;
  font-size: 14px;
  transition: all 0.5s ease, opacity 0.3s ease;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  bottom: 0;
  margin-bottom: 30px;
}

.certificate-img a[data-lightbox] {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=app.css.map */
section.hero .carousel-item img{
	height:320px;
	object-fit:contain;
}


.clients-list{
	column-count: 3;
}
ol.clients-list li{
	margin: 10px 15px;
}
@media(max-width:1024px){
	.clients-list{
	column-count: 2;
}
}
@media(max-width:767px){
	.clients-list{
	column-count: 1;
}
}

ul.blue_list{
	margin:30px 0 40px;
}
ul.blue_list li{
	display:block;
	margin:10px 0;
	color:#0385db;	
}

@media(max-width:767px){
  .fix-share{
    width: 100%;
    position: inherit;
  }

  .fix-share ul {
    display: flex;
    justify-content: center;
  }

  .fix-share ul li{
    margin: 2px auto;
  }

  #button{
    display: none;
  }
}

.sub-title{
  color: #0385db;
  font-size: 25px;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.product-size-img{
  border: 1px solid;
margin-bottom: 0;
position: relative;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}

.product-size-img img{
  opacity: 0;
  width: 100%;  
}

.product-listing-images{
  margin-bottom:30px;
}

table.table thead tr th{
background-color: #1A88C2;
color: #fff;
}
table tbody tr:hover{
	background-color:#e4e4e4;
}
table.table tbody td{
	font-size: 14px;
}