/* Custom scrollbar  Start */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background:#185650;
}

::-webkit-scrollbar-thumb:hover {
  background: #137878 !important;
}
::selection {
  color: #fff;
  background:#0c9b8a;
}

a.navbar-brand img {
  width: 120px;
  height: auto;
}
.client-logos-sec li:nth-child(2) {
    display: none;
}
li.nav-item.active a {
    color: #0c9b8a !important;
    font-weight: 600;
}
form.form-nav {
    display: none;
}
a.shop-now {
    color: #fff;
    padding: 10px 25px;
    background-color: #0c9b8a;
    border-radius: 5px;
    border: 0 solid #ccc;
    box-shadow: 0 0 0 #000;
    font-style: italic;
    font-weight: 700;
    transition:.3s;
}
a.shop-now:hover {
    background-color:#203A70;
    transition:.3s;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
a.shop-now-product {
    color: #fff;
    padding: 12px 25px;
    background-color: #0c9b8a;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 0 solid #ccc;
    box-shadow: 0 0 0 #000;
    font-style: italic;
    font-weight: 700;
    transition:.3s;
}
a.shop-now-product:hover {
    background-color:#203A70;
    transition:.3s;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
/* Custom scrollbar  END */

/*---- font-face ----*/
.robo-light {
  font-family: "robotolight";
}
.robo-light-itc {
  font-family: "robotolight_italic";
}
.robo-regular {
  font-family: "robotoregular";
}
.robo-bold {
  font-family: "robotobold";
}
.robo-bold-itc {
  font-family: "robotobold_italic";
}
.robo-medium {
  font-family: "robotomedium";
}
/*--------*/
.abril-fatface {
  font-family: "Abril Fatface", cursive;
}
/*-----------*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.7px;
}
a {
  color: #0c9b8a;
}
a:hover {
  text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}
h1 {
  font-size: 76px;
}
h2 {
  font-size: 64px;
}
h3 {
  font-size: 48px;
}
h4 {
  font-size: 36px;
}
h5 {
}
h6 {
  font-size: 18px;
}

.xx-lg {
  font-size: xx-large;
}
.text-x-lg {
  font-size: 22px;
}
.text-lg {
  font-size: 20px;
}
/*---- Text Color ----*/
.text-primary {
  color: #0c9b8a !important;
}
.text-secondary {
  color: #75908d !important;
}
/*---- Container size ----*/

/* @media (min-width: 1200px) {
	.container {
	  max-width: 980px;
	}
}
@media (min-width: 1366px) {
	.container {
	  max-width: 1150px;
	}
} */
@media (min-width: 1440px) {
  .container {
    max-width: 1230px;
  }
}

/*---- Buttons ----*/
.btn-primary {
  background-color: #0c9b8a;
  border: 0.063rem solid #0c9b8a;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #0c9b8a;
  border-color: #0c9b8a;
}
.btn-link {
  font-family: "Abril Fatface", cursive;
  color: #196761 !important;
  font-size: 24px;
}
.btn-link:hover {
  text-decoration: none;
}
.btn-link svg {
  width: 28px;
  height: 25px;
  fill: #196761;
  position: relative;
  left: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}
.btn-link:hover svg {
  left: 5px;
}

/*---- Form and fields ----*/
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 155, 138, 0.25);
  border-color: #0c9b8a;
}
/*---- Heading with border ----*/
.border-both-side,
.border-right-side {
  line-height: 1;
}
.border-both-side span,
.border-right-side span {
  display: inline-block;
  position: relative;
}
.border-both-side span:before,
.border-both-side span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 2px solid #bac2c1;
  top: 50%;
  width: 150px;
  margin-top: -2px;
}
.border-both-side span:before {
  right: 100%;
  margin-right: 35px;
}
.border-both-side span:after {
  left: 100%;
  margin-left: 35px;
}

.border-right-side span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 2px solid #519d94;
  top: 50%;
  width: 150px;
  margin-top: -2px;
  left: 100%;
  margin-left: 35px;
}

/*------ Header ------*/
.navbar-custom {
  /*----position: absolute; left: 0; top: 0; width: 100%; z-index: 1;----*/
  background-color: transparent !important;
  /* padding: 30px 0 39px 0; */
}
.navbar .container {
  position: relative;
}
/* .navbar-brand {
  position: absolute;
  right: -120px;
  top: -55px;
  z-index: 1;
} */
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #0c1b3b;
  padding-left: 0;
  padding-right: 30px;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #0c1b3b;
}
/*--------*/
.social-nav {
  display: inline-flex;
}
.social-nav li {
  margin: 0 3px;
}
.social-nav li a {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #14baa6;
  font-size: 16px;
  text-align: center;
  line-height: 1.45;
}
.social-nav li a svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
/*--------*/
.form-nav {
  position: relative;
}
.form-nav .form-control {
  height: 32px;
  border: 1px solid #8c8c8c;
  border-radius: 30px;
  padding-right: 30px;
  width: 170px;
  background-color: transparent;
}
.form-nav svg {
  position: absolute;
  right: 14px;
  top: 4px;
  width: 22px;
}
/*---- Home Hero Banner ----*/
.home-hero-banner {
  position: relative;
  height: calc(100vh - 128px);
  width: 100%;
}
.parallax {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  left: 0;
}
.hero-banner-caption {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-banner-caption-inner {
  padding: 50px 15px;
}
.hero-banner-caption > * {
  position: relative;
  z-index: 2;
}
.hero-banner-caption h1 {
  background: url(../images/text-clipmask-img.jpg);

  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.play-btn {
  background: none;
  border: 1px solid #14baa6;
  width: 80px;
  height: 80px;
  border-radius: 28px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}
.play-btn svg {
  width: 28px;
  fill: #14baa6;
}
.play-btn:hover {
  background: #14baa6;
}
.play-btn:hover svg {
  fill: #fff;
}
.play-btn:focus {
  outline: none;
}
.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.layer1 {
  background-image: url(../images/home-hero-1.png);
}
.layer2 {
  background-image: url(../images/home-hero-2.png);
}
.hide-parallax {
  display: none;
}
#myVideo {
  display: none;
  width: 100%;
  height: 100%;
}
#myVideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#myVideo.hide-video {
  display: block;
}

#myVideo {
  display: none;
}
.hide-caption {
  display: none;
}
.scroll-down-action { text-align: center; font-size: 11px; letter-spacing: 2px; color: #1c3371; position: absolute; left: 50%; bottom: 0; margin-left: 6px; }
.scroll-down-action .border-both-side { position: relative; }
.scroll-down-action .border-both-side:after { content: ''; position: absolute; left: -58px; top: 1px; width: 10px; height: 10px; background-color: #14baa6; border-radius: 50%; }
.scroll-down-action .border-both-side span:before, .scroll-down-action .border-both-side span:after { width: 42px; border-bottom: 1px solid #14baa6; margin-top: -5px; }
.scroll-down-action .border-both-side span:before {
  margin-right: 6px;
}
.scroll-down-action .border-both-side span:after {
  margin-left: 6px;
}

.scroll-down-action {
  transform-origin: 0 0;
  transform: rotate(90deg);
}
.scroll-down-action .border-both-side {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  display: block;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}

/*---- Home About Section ----*/
.home-about-text {
  padding: 80px 45px 80px 225px;
  background-image: url(../images/about-text-bg.jpg);
  background-size: cover;
  background-position: left -50px bottom;
}
.home-about-img {
  background-size: cover;
  background-position: center center;
}
.home-about-text .btn-link {
  margin-top: 30px;
  display: block;
}
/*---- Product Category Slider Section ----*/
.category-slider-sec {
  background-image: url(../images/product-category-bg-1.png),
    url(../images/product-category-bg-2.png),
    url(../images/product-category-bg-3.png),
    url(../images/product-category-bg-4.png),
    url(../images/product-category-bg-5.png);
  background-repeat: no-repeat;
  background-position: left 130px top, left bottom -20px, left top 340px,
    right 165px top 20px, right -320px bottom -40px;
  padding: 55px 0 210px 0;
  margin: 135px 0 0 0;
}
.category-slider-wrap .owl-carousel .owl-stage-outer {
  padding-left: 90px;
}
.category-slider-wrap .owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.category-slider-wrap .owl-carousel .owl-dots {
  display: none;
}
.category-slider-wrap .owl-theme .owl-nav {
  text-align: right;
  padding-right: 120px;
  margin: 0;
}
/*---- .category-slider-wrap .owl-theme .owl-nav button span { display: none; } ----*/
.category-slider-wrap .owl-theme .owl-nav button {
  background: none !important;
  outline: none;
}
.category-slider-wrap .owl-theme .owl-nav button span {
  background-color: #bdd6e2;
  background-image: url(../images/arrow-pointing-to-right.svg);
  width: 38px;
  height: 38px;
  border-radius: 0;
  font-size: 0;
  display: inline-block;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.category-slider-wrap .owl-theme .owl-nav button span:hover {
  background-color: #90b8b0;
}
.category-slider-wrap .owl-theme .owl-nav .owl-prev span {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
}
.slider-product-title {
  font-size: 29px;
  position: absolute;
  top: 0;
  left: -60px;

  transform: rotate(180deg);
  writing-mode: vertical-rl;
  padding: 0;
  margin: 0;
}
.slider-product-link {
  text-align: right;
  padding: 0 22px;
}
.slider-product-link a {
  font-size: 20px;
  color: #fff;
}
.slider-product-link a svg {
  width: 24px;
  height: 18px;
  fill: #fff;
  position: relative;
  left: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}
.slider-product-link a:hover svg {
  left: 5px;
}

.item2 .slider-product-link a,
.item3 .slider-product-link a {
  color: #292f2e;
}
.item2 .slider-product-link a svg,
.item3 .slider-product-link a svg {
  fill: #292f2e;
}

.category-slider-wrap .owl-carousel .item {
  background-image: url(../images/slide-bg-1.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 35px;
  padding-left: 37px;
  padding-top: 110px;
  background-size: 89% 100%;
}
.category-slider-wrap .owl-carousel .item2 {
  background-image: url(../images/slide-bg-2.png);
  background-size: 76% 86.4%;
}
.category-slider-wrap .owl-carousel .item3 {
  background-image: url(../images/slide-bg-3.png);
  background-size: 91% 95%;
  background-position: left 7px bottom 8px;
}
.category-slider-wrap .owl-carousel .item4 {
  background-image: url(../images/slide-bg-4.png);
  background-size: 76% 97%;
}
.slider-product-box {
  background-color: #7c879d;
  width: 69.9%;
  text-align: center;
  padding: 20px 0 25px 0;
  border: 22px solid #fff;
  position: relative;
}
.item2 .slider-product-box {
  background-color: #97e2d8;
}
.item3 .slider-product-box {
  background-color: #bdd6e2;
}
/*---- Company Achievements Section ----*/
.about-company-sec {
  padding: 100px 0 110px 0;
}
.about-company-wrap {
  width: 1270px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 174px;
  background-image: url(../images/about-company-leaf.png),
    url(../images/about-company-leafs.png);
  background-position: left top 150px, right 7px bottom;
  background-repeat: no-repeat;
}
.about-company-item {
  background-size: cover;
  background-position: center center;
  margin-top: 30px;
  position: relative;
}
.about-company-item:after {
  content: "";
  display: block;
  padding-bottom: 95%;
}
.about-company-item .text-primary {
  color: #3bdc7b !important;
}
.about-company-item .about-company-title {
  position: absolute;
  left: 50px;
  top: 140px;
  color: #3bdc7b;
  line-height: 1;
}

.about-company-item1 {
  background-image: url(../images/about-company-img-1.jpg);
}
.about-company-item2 {
  background-image: url(../images/about-company-img-2.jpg);
}
.about-company-item2 .about-company-title {
  left: 7px;
  top: 200px;
  right: 0;
  text-align: center;
}
.about-company-item2 .about-company-title .text-primary {
  font-size: 39px;
  margin-bottom: 0;
  display: block;
}
.about-company-item3 {
  background-image: url(../images/about-company-img-3.jpg);
}
.about-company-item3 .about-company-title {
  left: 38px;
  top: 100px;
}
.about-company-item4 {
  background-image: url(../images/about-company-img-4.jpg);
}
.about-company-item4 .about-company-title {
  top: 144px;
}

/*---- Beliefs and Values ----*/
.company-value-sec {
  background-image: url(../images/company-value-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 55px 0;
  text-align: center;
}

/*---- Client Logos ----*/
.client-logos-sec {
  padding: 55px 0;
  text-align: center;
}
.client-logos-sec ul {
  display: inline-flex;
}
.client-logos-sec ul li {
  padding: 0 25px;
}
.client-logos-sec ul li img {
  max-width: 100%;
}

/*---- Footer ----*/
.footer {
  color: #185650;
  background-color: #f1ede0;
  line-height: 1.2;
  font-size: 14px;
}
.footer a {
  color: #185650;
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: none;
}
.main-footer {
  padding: 35px 0 30px 0;
}
.footer-nav li {
  padding: 3px 0;
}

.copyright {
  background-color: #91d3ce;
  color: #17554f;
  text-align: center;
  padding: 15px 0;
}
.copyright a {
  color: #17554f;
}
/*---- Media Query ----*/
@media (max-width: 1439px) {
  /*---- Header ----*/
  .navbar .container {
    position: static;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-brand {
    right: 0;
    top: -5px;
  }
  /*---- Product Category Slider Section ----*/
  .category-slider-sec {
    background-position: left top, left bottom -20px, left top 340px,
      right top 20px, right -320px bottom -40px;
  }
  .slider-product-box {
    width: 90%;
  }

  /*---- Home About Section ----*/
  .home-about-text {
    padding-left: 125px;
    background-position: left -130px bottom;
  }
}
@media (max-width: 1320px) {
  .navbar .social-nav {
    margin-left: 20px !important;
  }
  .right-nav {
    padding-right: 75px;
  }
}
@media (max-width: 1365px) {
  /*---- Header ----*/
  .navbar-light .navbar-nav .nav-link {
    padding-right: 25px;
  }
  /*---- Company Achievements Section ----*/
  .about-company-sec {
    padding: 70px 0 80px 0;
  }
  .about-company-wrap {
    width: 970px;
    padding: 0 130px;
  }
  .about-company-item .about-company-title {
    left: 30px;
    top: 100px;
  }
  .about-company-item2 .about-company-title {
    top: 141px;
    left: 6px;
  }
  .about-company-item3 .about-company-title {
    left: 25px;
    top: 75px;
  }
  .about-company-item4 .about-company-title {
    top: 99px;
  }
}
@media (max-width: 1199px) {
  /*---- Header ----*/
  .navbar-brand {
    right: 0;
  }
  .navbar-light .navbar-nav .nav-link { padding-right: 20px; font-size: 14px; }
  /*---- Home About Section ----*/
  .home-about-text {
    padding: 60px 45px 60px 45px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 65px;
  }
  h2 {
    font-size: 54px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 30px;
  }
  .text-x-lg {
    font-size: 20px;
  }
  /*---- Header ----*/
  .right-nav {
    position: absolute;
    right: 25px;
    top: 35px;
}
  .navbar-nav {
    padding-top: 20px;
  }
  .navbar-custom {
    padding-top: 30px;
  }
  /* Menu Fixed */
  .navbar {
    background-color: #fff !important;
    transition: all 0.3s ease;
    padding-bottom: 0;
  }
  .navbar.navbar-open {
    position: fixed;
    background-color: #15baa6 !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: block;
    
  }
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.navbar-custom.products.product-main.single-products.navbar-open {
      background-color: #15baa6 !important;
      background:#15baa6 !important;
  }
  .navbar .container { 
    height: 100%; display: block; 
    
  }

  .right-nav {
    padding-right: 0px;
}
  .navbar-collapse { 
    height: 100% !important; display: none !important; 
    transition: all 0.3s ease;
    background-image: url(../images/menu-bg.png);
    background-position: center bottom 20px;
    background-repeat: no-repeat;
    background-size: 260px auto;
  }

  .navbar.navbar-open .navbar-collapse { 
    display: block !important; 
  }
  .navbar.navbar-open .right-nav { display: none !important;  }
  
  .navbar.navbar-open .navbar-nav .nav-link { color: #fff; font-size: 28px; font-family: "Abril Fatface", cursive; padding: 10px 25px; }

  .navbar-light .navbar-toggler { border: none; }
  .navbar-light .navbar-toggler:focus { border: none; outline: none; }
  /************/
  
  
  .bar {
    display: block;
    background-color: #14baa6;
    width: 40px;
    height: 3px;
    border-radius: 5px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, transform 0.3s ease-in,
      width 0.4s ease-in;
  }
  
  .bottom {
    width: 30px;
  }
  
  .navbar.navbar-open .bar {
    display: block;
    background-color: #fff;}
  .navbar.navbar-open .top {
    -webkit-transform: translateY(0px) rotateZ(45deg);
    -moz-transform: translateY(0px) rotateZ(45deg);
    -ms-transform: translateY(0px) rotateZ(45deg);
    -o-transform: translateY(0px) rotateZ(45deg);
    transform: translateY(0px) rotateZ(45deg);
    width: 30px;
  }
  
  .navbar.navbar-open .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-15px) rotateZ(-45deg);
    
  }
  
  .navbar.navbar-open .middle {
    width: 0;
  }
  li.nav-item.active a {
    color: #0c9b8a !important;
    font-weight: 600;
}
  
  
  
  
  /* Home Hero Banner */
  .home-hero-banner {
    height: calc(100vh - 111px);
  }
  .layer {
    background-repeat: repeat;
    background-size: 130% auto;
  }
  /*---- Home About Section ----*/
  .home-about-text {
    background-position: left bottom;
    background-size: cover;
  }
  .home-about-img {
    height: 280px;
  }
  .home-about-text.order-first {
    overflow: hidden;
  }
  /*---- Product Category Slider Section ----*/
  .category-slider-sec {
    overflow: hidden;
    padding-bottom: 120px;
  }
  .category-slider-head { padding: 0 30px; }
  .slider-product-box {
    border-width: 12px;
  }
  .category-slider-wrap .owl-carousel .item {
    padding-bottom: 25px;
    padding-left: 17px;
  }
  .slider-product-link {
    padding: 0 10px;
  }
  .category-slider-wrap .owl-theme .owl-nav {
    padding-right: 30px;
  }

  /*---- Company Achievements Section ----*/
  .about-company-sec {
    background-image: url(../images/about-company-leaf.png),
      url(../images/about-company-leafs.png);
    background-position: left top 40px, right bottom;
    background-repeat: no-repeat;
  }
  .about-company-wrap {
    background: none;
  }
  .about-company-wrap {
    width: 764px;
    padding: 0 45px;
  }
  .about-company-item .about-company-title {
    top: 96px;
  }
  .about-company-item2 .about-company-title {
    top: 140px;
  }

  /* client logos */
  .client-logos-sec ul li {
    padding: 0 15px;
  }
  /* Footer */
  .footer-last-col {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  /*---- Header ----*/
  .navbar-brand {
    right: 0;
    width: 90px;
  }
  .navbar-brand img {
    width: 100%;
  }
  .right-nav {
    right: 0;
}
  
  /*---- Company Achievements Section ----*/
  .about-company-sec {
    padding-top: 50px;
  }
  .about-company-wrap {
    width: 500px;
  }
  .about-company-item .about-company-title {
    top: 136px;
    left: 40px;
  }
  .about-company-item2 .about-company-title {
    top: 182px;
    left: 0;
  }
  .about-company-item3 .about-company-title {
    top: 116px;
  }
  .about-company-item4 .about-company-title {
    top: 146px;
  }
  /* client logos */
  .client-logos-sec ul {
    flex-wrap: wrap;
    margin: 0;
  }
  .client-logos-sec ul li {
    padding: 0 15px;
    max-width: 33.333%;
    flex: 0 0 33.333%;
    margin-bottom: 20px;
    align-items: center;
    display: inline-flex;
  }
  /* Footer */
  .main-footer .row > div {
    margin-bottom: 20px;
  }
  .footer-last-col {
    margin-bottom: 0 !important;
  }
  .footer-last-col .d-inline-block {
    display: block !important;
  }
  .footer-last-col .footer-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .footer-last-col .footer-nav li {
    margin-right: 25px;
  }
   /*---- Product Category Slider Section ----*/
   .category-slider-sec {
      background-position: left top 100px, left bottom -20px, left top 340px, right top 100px, right -320px bottom -40px;
      background-size: 50px auto, 140px auto, 50px auto, 50px auto, 480px auto;
    }
}

@media (max-width: 575px) {
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.15;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
  .text-x-lg {
    font-size: 14px;
  }
  .text-lg {
    font-size: 13px;
  }
  /*---- Header ----*/
  .navbar .social-nav {
      position: absolute;
      right: 10px;
      top: 170px;
      width: 30px;
      flex-wrap: wrap;
      z-index: 2;
  }
  .navbar .social-nav li { margin: 2px 0; }
  /* Home Hero Banner */
  .hero-banner-caption-inner {
      padding-left: 40px;
      padding-right: 40px;
  }
  /*.hero-banner-caption-inner br { display: none; }*/
  .play-btn { width: 50px; height: 50px; border-radius: 18px; }
  .play-btn svg {
    width: 18px;
}
.category-slider-sec { margin-top: 110px; }
  /*---- Home About Section ----*/
  .home-about-text {
    padding: 40px 15px 40px 15px;
  }
  /* client logos */
  .client-logos-sec {padding: 40px 0 20px 0; }
  /* .client-logos-sec ul li {
    max-width: 50%;
    flex: 0 0 50%;
  } */
}
@media (max-width: 479px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 22px;
  }
  .text-x-lg {
    font-size: 13px;
  }
  .text-lg {
    font-size: 12px;
  }
/*---- Header ----*/
  .navbar-collapse {
    background-size: 200px auto;
  }
  /*---- Home Hero Banner ----*/
  .hero-banner-caption p br {
    display: none;
  }
  /*---- Company Achievements Section ----*/
  .about-company-wrap {
    width: 300px;
    padding: 0;
  }
  .about-company-item .about-company-title {
    top: 89px;
    left: 30px;
  }
  .about-company-item2 .about-company-title {
    top: 133px;
    left: 0;
  }
  .about-company-item2 .about-company-title .text-primary {
    font-size: 32px;
    margin-bottom: -8px;
  }
  .about-company-item3 .about-company-title {
    top: 76px;
  }
  /*---- Product Category Slider Section ----*/
  .category-slider-sec {
    background-position: left 54px top 128px, left bottom -20px, left top 90px, right top 100px, right -200px bottom -40px;
    background-size: 25px auto, 95px auto, 24px auto, 30px auto, 340px auto;
    padding-bottom: 70px;
}
  .slider-product-title { font-size: 18px; left: -30px; }
  .slider-product-link a { font-size: 14px; }
  .category-slider-wrap .owl-carousel .owl-item img { width: 70%; }
}
