@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1fbdc6;
  border-radius: 5px;
}

.container {
  width: 90%;
  margin: 0 auto;
}

a, button, div, span, i, b, h1, h2, h3, h4, h5, h6, p, input, ul, li, select, label, textarea {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Montserrat', sans-serif;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

input {
  -webkit-tap-highlight-color: transparent;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}

textarea {
  resize: none;
  font-family: 'Montserrat', sans-serif;
}

main {
  overflow: hidden;
}

.delay-3s {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.delay-4s {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

.delay-5s {
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.shimmer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 105;
  background: rgba(0, 0, 0, 0.397);
  display: none;
}

.sidemenu {
  width: 25%;
  background: white;
  position: fixed;
  top: 0%;
  right: -100%;
  z-index: 110;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.whatsappIconBtn{
    display: block;
    position:fixed;
    bottom:60px;
    right:20px;
    z-index:150;
}
.whatsappIconBtn a{
    text-decoration:none;
    background:#1fbdc6;
    color:white;
    width:60px;
    height:60px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50px;
    font-size: 2em;
    overflow: hidden;
}
/*.whatsappIconBtn a img{
    width:60%;
    height:60%;
    object-fit:contain;
}*/



.call {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 0px 20px;
  height: 40px;
  background: #dc9829;
  display: -webkit-box;
  display: -ms-flexbox;
	border-top-left-radius: 10px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  font-size: 13px;
  color: white;
  cursor: pointer;
}



@media (max-width: 1024px) {
  .sidemenu {
    width: 35%;
  }
}

@media (max-width: 768px) {
  .sidemenu {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .sidemenu {
    width: 100%;
  }
}

.sidemenu .sidemenuMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20%;
  height: 100vh;
}

@media (max-width: 1024px) {
  .sidemenu .sidemenuMain {
    padding-left: 15%;
  }
}

@media (max-width: 768px) {
  .sidemenu .sidemenuMain {
    padding-left: 10%;
  }
}

@media (max-width: 480px) {
  .sidemenu .sidemenuMain {
    padding-left: 5%;
  }
}

.sidemenu .sidemenuMain ul {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
}

@media (max-width: 480px) {
  .sidemenu .sidemenuMain ul {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

.sidemenu .sidemenuMain ul li {
  list-style: none;
  margin-top: 30px;
}

.sidemenu .sidemenuMain ul li a {
  text-decoration: none;
  color: black;
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidemenu .sidemenuMain ul li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1fbdc6;
}

.sidemenu .sidemenuMain ul li .sidemenuLinkActive {
  color: #1fbdc6;
  font-weight: 600;
}

.sidemenu .sidemenuMain .sidemenuThumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  padding: 20px;
  position: relative;
  display: none;
}

.sidemenu .sidemenuMain .sidemenuThumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

.sidemenu .sidemenuMain .sidemenuThumbnail .sidemenuLinkImg1 {
  opacity: 1;
}

.sidemenuActive {
  right: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
  nav {
    height: 60px;
  }
}

nav .navLogo {
  float: left;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

@media (max-width: 768px) {
  nav .navLogo {
    height: 60px;
  }
}

nav .navLogo h1 {
  font-size: 30px;
  font-weight: 600;
  color: #1fbdc6;
}

@media (max-width: 480px) {
  nav .navLogo h1 {
    font-size: 25px;
  }
}

nav .navLogo img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

nav .navBar {
  float: right;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  nav .navBar {
    height: 60px;
  }
}

nav .navBar .navBarBox {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

nav .navBar .navBarBox span {
  width: 100%;
  height: 2px;
  background: white;
  margin-top: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.212);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.212);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

nav .navBar .navBarBox span:nth-child(1) {
  margin-top: 0;
}

nav .navBar .navBarBoxActive {
  height: 30px;
}

nav .navBar .navBarBoxActive span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

nav .navBar .navBarBoxActive span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

nav .navBar .navBarBoxActive span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navActive {
  background: white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.096);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.096);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.navActive .navBar .navBarBox span {
  background: black;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#banner {
  width: 100%;
  height: 100vh;
  padding: 0px 0px 0px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 0;
}

#banner .element1 {
  position: absolute;
  z-index: -1;
  background: #1fbdc6;
  width: 200px;
  height: 200px;
  left: 35%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 5%;
  border-radius: 20px;
  -webkit-animation: rotation 35s linear infinite;
  animation: rotation 35s linear infinite;
}

@media (max-width: 480px) {
  #banner .element1 {
    width: 150px;
    height: 150px;
    left: 85%;
    bottom: 0;
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

#banner .element2 {
  position: absolute;
  z-index: -1;
  background: #dc9829;
  width: 150px;
  height: 150px;
  left: 30%;
  bottom: 6%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 20px;
  -webkit-animation: rotation2 40s linear infinite;
  animation: rotation2 40s linear infinite;
}

@media (max-width: 480px) {
  #banner .element2 {
    width: 100px;
    height: 100px;
    left: 85%;
    bottom: -5%;
  }
}

@-webkit-keyframes rotation2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@media (max-width: 1024px) {
  #banner {
    height: auto;
  }
}

@media (max-width: 480px) {
  #banner {
    padding: 0;
  }
}

#banner .bannerContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  #banner .bannerContent {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  #banner .bannerContent {
    padding: 20px 5%;
    margin-top: 20px;
  }
}

#banner .bannerContent h1 {
  font-size: 5em;
  color: black;
  /*font-family: 'Prata', serif;*/
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  margin-top: 50px;
}

@media (max-width: 1800px) {
  #banner .bannerContent h1 {
    font-size: 3.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  #banner .bannerContent h1 {
    font-size: 3em;
  }
}

@media (max-width: 480px) {
  #banner .bannerContent h1 {
    font-size: 2.5em;
    margin-top: 0px;
  }
}

#banner .bannerContent h1 span {
  font-size: 0.6em;
}

#banner .bannerContent p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 2;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

@media (max-width: 1800px) {
  #banner .bannerContent p {
    font-size: 14px;
  }
}

#banner .bannerContent .bannerContentLogo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

#banner .bannerContent .bannerContentLogo .bannerContentLogoBox {
  width: 100px;
  margin-right: 20px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

#banner .bannerContent .bannerContentLogo .bannerContentLogoBox:nth-child(2) {
  width: 60px;
}

#banner .bannerContent .bannerContentLogo .bannerContentLogoBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bannerBtnSection{
	width:100%;
	display: flex;
	align-items: center;
}
@media(max-width:480px){
	.bannerBtnSection{
		flex-direction: column;
		align-items: flex-start;
	}
	.catlogueBtn{
		margin-left: 0px !important;
	}
}
.catlogueBtn{
  text-decoration: none;
  width: 200px;
  padding: 15px;
	border: 1px solid black;
  color: black;
  font-size: 18px;
  text-align: center;
  border-radius: 15px;
  margin-top: 40px;
	margin-left: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#banner .bannerContent .catlogueBtn:hover {
  background: #dc9829;
	color: white;
	border: 1px solid #dc9829;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#banner .bannerContent .bannerBtn {
  text-decoration: none;
  width: 200px;
  padding: 15px;
  background: black;
  color: white;
  font-size: 18px;
  text-align: center;
  border-radius: 15px;
  margin-top: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

@media (max-width: 1024px) {
  #banner .bannerContent .bannerBtn {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  #banner .bannerContent .bannerBtn {
    font-size: 16px;
    width: 200px;
    padding: 15px;
  }
	.catlogueBtn{
    	font-size: 16px;
	}
}

#banner .bannerContent .bannerBtn:hover {
  background: #dc9829;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#banner .bannerThumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  #banner .bannerThumbnail {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#banner .bannerThumbnail .bannerThumbnailBox {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: black;
  border-radius: 0px 0px 10px 10px;
  background-image: url(../images/banner-placeholder.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1024px) {
  #banner .bannerThumbnail .bannerThumbnailBox {
    height: 350px;
  }
}

#banner .bannerThumbnail .bannerThumbnailBox video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: url(../images/banner-placeholder.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#about {
  width: 100%;
  padding: 100px 0px;
}

@media (max-width: 480px) {
  #about {
    padding: 50px 0px;
  }
}

#about .aboutMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#about h2 {
  font-size: 2.5em;
  font-family: 'Prata', serif;
  text-align: center;
}

@media (max-width: 768px) {
  #about h1 {
    font-size: 2em;
  }
}

#about p {
  width: 75%;
  text-align: center;
  font-size: 16px;
  opacity: 0.7;
  margin-top: 20px;
  line-height: 2;
}

@media (max-width: 1024px) {
  #about p {
    width: 100%;
  }
}

#about .aboutAdvantage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

#about .aboutAdvantage .aboutAdvantageBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  background: rgba(244, 251, 255, 0.486);
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  #about .aboutAdvantage .aboutAdvantageBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

@media (max-width: 480px) {
  #about .aboutAdvantage .aboutAdvantageBox {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 70px;
  }
}

#about .aboutAdvantage .aboutAdvantageBox .aboutAdvantageBoxIcon {
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
}

#about .aboutAdvantage .aboutAdvantageBox .aboutAdvantageBoxIcon::after {
  position: absolute;
  content: '';
  z-index: -1;
  background: #1fbdc6;
  width: 200px;
  height: 200px;
  left: -20px;
  bottom: -20px;
  border-radius: 20px;
  -webkit-animation: anim1 2.5s linear infinite;
  animation: anim1 2.5s linear infinite;
}

@-webkit-keyframes anim1 {
  0% {
    left: -20px;
    bottom: -20px;
  }
  50% {
    left: -10px;
    bottom: -10px;
  }
  100% {
    left: -20px;
    bottom: -20px;
  }
}

@keyframes anim1 {
  0% {
    left: -20px;
    bottom: -20px;
  }
  50% {
    left: -10px;
    bottom: -10px;
  }
  100% {
    left: -20px;
    bottom: -20px;
  }
}

#about .aboutAdvantage .aboutAdvantageBox .aboutAdvantageBoxIcon::before {
  position: absolute;
  content: '';
  z-index: -1;
  background: #dc9829;
  width: 200px;
  height: 200px;
  top: -20px;
  right: -20px;
  border-radius: 20px;
  -webkit-animation: anim2 2.5s linear infinite;
  animation: anim2 2.5s linear infinite;
}

@-webkit-keyframes anim2 {
  0% {
    top: -20px;
    right: -20px;
  }
  50% {
    top: -10px;
    right: -10px;
  }
  100% {
    top: -20px;
    right: -20px;
  }
}

@keyframes anim2 {
  0% {
    top: -20px;
    right: -20px;
  }
  50% {
    top: -10px;
    right: -10px;
  }
  100% {
    top: -20px;
    right: -20px;
  }
}

@media (max-width: 480px) {
  #about .aboutAdvantage .aboutAdvantageBox .aboutAdvantageBoxIcon {
    height: 200px;
  }
}

#about .aboutAdvantage .aboutAdvantageBox .aboutAdvantageBoxIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
}

#about .aboutAdvantage .aboutAdvantageBox .aboutAdvantageBoxContent {
  padding: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 480px) {
  #about .aboutAdvantage .aboutAdvantageBox .aboutAdvantageBoxContent {
    padding: 15px;
    margin-top: 20px;
  }
}

#about .aboutAdvantage .aboutAdvantageBox h2 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

#about .aboutAdvantage .aboutAdvantageBox span {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  opacity: 0.8;
  margin-top: 10px;
}

#about a {
  text-align: center;
  width: 200px;
  background: #1fbdc6;
  color: white;
  font-size: 14px;
  padding: 15px;
  text-decoration: none;
  margin-top: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 15px;
}

#about a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #dc9829;
}

#manufacturing {
  width: 100%;
  padding: 100px 0px;
}

@media (max-width: 480px) {
  #manufacturing {
    padding: 50px 0px;
  }
}

#manufacturing .manufacturingMain {
  width: 100%;
  height: 800px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  #manufacturing .manufacturingMain {
    height: 100%;
    padding: 0px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 480px) {
  #manufacturing .manufacturingMain {
    padding: 0;
  }
}

#manufacturing .manufacturingMain .manufacturingThumbnail {
  position: absolute;
  width: 55%;
  height: 70%;
  left: 5%;
  background: black;
  -webkit-transform: perspective(800px) rotateY(25deg);
          transform: perspective(800px) rotateY(25deg);
  overflow: hidden;
  z-index: 1;
  border-radius: 50px;
}

@media (max-width: 1024px) {
  #manufacturing .manufacturingMain .manufacturingThumbnail {
    width: 100%;
    height: 400px;
    position: inherit;
  }
}

@media (max-width: 480px) {
  #manufacturing .manufacturingMain .manufacturingThumbnail {
    height: 200px;
  }
}

#manufacturing .manufacturingMain .manufacturingThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#manufacturing .manufacturingMain .manufacturingContent {
  width: 60%;
  position: absolute;
  right: 4%;
  height: 100%;
  background: rgba(6, 143, 255, 0.123);
  z-index: 0;
  -webkit-transform: perspective(300px) rotateY(-5deg);
          transform: perspective(300px) rotateY(-5deg);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 50px 50px 20%;
}

@media (max-width: 1024px) {
  #manufacturing .manufacturingMain .manufacturingContent {
    width: 100%;
    position: inherit;
  }
}

@media (max-width: 768px) {
  #manufacturing .manufacturingMain .manufacturingContent {
    padding: 50px;
  }
}

@media (max-width: 480px) {
  #manufacturing .manufacturingMain .manufacturingContent {
    padding: 100px 20px 50px 20px;
    margin-top: -50px;
  }
}

#manufacturing .manufacturingMain .manufacturingContent .manufacturingContentBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: perspective(1000px) rotateY(10deg);
          transform: perspective(1000px) rotateY(10deg);
}

#manufacturing .manufacturingMain .manufacturingContent .manufacturingContentBox h2 {
  font-size: 2.5em;
  line-height: 1.5;
  font-family: 'Prata', serif;
}

@media (max-width: 768px) {
  #manufacturing .manufacturingMain .manufacturingContent .manufacturingContentBox h2 {
    font-size: 2em;
  }
}

#manufacturing .manufacturingMain .manufacturingContent .manufacturingContentBox p {
  font-size: 16px;
  margin-top: 20px;
  line-height: 2;
  font-weight: 300;
}

#manufacturing .manufacturingMain .manufacturingContent .manufacturingContentBox a {
  text-align: center;
  width: 300px;
  background: #1fbdc6;
  color: white;
  font-size: 14px;
  padding: 15px;
  text-decoration: none;
  margin-top: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 15px;
}

#manufacturing .manufacturingMain .manufacturingContent .manufacturingContentBox a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #dc9829;
}

#products {
  width: 100%;
  padding: 100px 0px;
  position: relative;
  z-index: 0;
}

#products .element1 {
  position: absolute;
  z-index: -1;
  background: #1fbdc6;
  width: 100px;
  height: 500px;
  left: -20px;
  top: 5%;
  border-radius: 20px;
  -webkit-animation: anim3 2.5s linear infinite;
  animation: anim3 2.5s linear infinite;
}

@media (max-width: 480px) {
  #products .element1 {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    left: -70px;
  }
}

@-webkit-keyframes anim3 {
  0% {
    top: 5%;
  }
  50% {
    top: 3%;
  }
  100% {
    top: 5%;
  }
}

@keyframes anim3 {
  0% {
    top: 5%;
  }
  50% {
    top: 3%;
  }
  100% {
    top: 5%;
  }
}

#products .element2 {
  position: absolute;
  z-index: -1;
  background: #dc9829;
  width: 100px;
  height: 500px;
  right: -20px;
  bottom: 5%;
  border-radius: 20px;
  -webkit-animation: anim4 2.5s linear infinite;
  animation: anim4 2.5s linear infinite;
}

@media (max-width: 480px) {
  #products .element2 {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    right: -70px;
  }
}

@-webkit-keyframes anim4 {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 5%;
  }
}

@keyframes anim4 {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 5%;
  }
}

@media (max-width: 768px) {
  #products {
    padding: 0;
  }
}

#products h3 {
  font-size: 2.5em;
  font-family: 'Prata', serif;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #products h3 {
    font-size: 2em;
  }
}

#products .productsMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

#products .productsMain::after {
  content: '';
  height: 0;
  width: 23%;
}

@media (max-width: 1024px) {
  #products .productsMain::after {
    width: 30%;
  }
}

#products .productsMain .productsBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

@media (max-width: 1024px) {
  #products .productsMain .productsBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

@media (max-width: 768px) {
  #products .productsMain .productsBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

#products .productsMain .productsBox .productsBoxThumbnail {
  width: 100%;
  height: 160px;
  background: white;
  -webkit-box-shadow: 0 0 30px rgba(5, 4, 4, 0.055);
          box-shadow: 0 0 30px rgba(5, 4, 4, 0.055);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#products .productsMain .productsBox .productsBoxThumbnail:hover img {
  width: 90%;
  height: 90%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#products .productsMain .productsBox .productsBoxThumbnail img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#products .productsMain .productsBox .productsBoxContent {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#products .productsMain .productsBox .productsBoxContent h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: black;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (max-width: 480px) {
  #products .productsMain .productsBox .productsBoxContent h2 {
    font-size: 14px;
    height: 19px;
  }
}

#products .productsMain .productsBox .productsBoxContent span {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
}

#products .productsMain .dummyPproductsBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  height: 0;
}

@media (max-width: 1024px) {
  #products .productsMain .dummyPproductsBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

@media (max-width: 768px) {
  #products .productsMain .dummyPproductsBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

#products .viewBtn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#products .viewBtn a {
  text-align: center;
  width: 200px;
  background: #1fbdc6;
  color: white;
  font-size: 14px;
  padding: 15px;
  text-decoration: none;
  margin-top: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 15px;
}

#products .viewBtn a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #dc9829;
}

#gallery {
  width: 100%;
  padding: 50px 0px 100px 0px;
}

@media (max-width: 480px) {
  #gallery {
    padding-bottom: 50px;
  }
}

#gallery h2 {
  font-size: 2.5em;
  line-height: 1.5;
  font-family: 'Prata', serif;
}

@media (max-width: 768px) {
  #gallery h2 {
    font-size: 2em;
  }
}

#gallery .galleryMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

#gallery .galleryMain .galleryBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.7%;
          flex: 0 0 32.7%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: skew(5deg);
          transform: skew(5deg);
}

@media (max-width: 1024px) {
  #gallery .galleryMain .galleryBox {
    height: 350px;
  }
}

@media (max-width: 768px) {
  #gallery .galleryMain .galleryBox {
    height: 300px;
  }
}

@media (max-width: 480px) {
  #gallery .galleryMain .galleryBox {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
    height: 100%;
  }
}

#gallery .galleryMain .galleryBox .galleryBox1Img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  background: black;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 480px) {
  #gallery .galleryMain .galleryBox .galleryBox1Img {
    height: 200px;
    margin-top: 10px;
  }
}

#gallery .galleryMain .galleryBox .galleryBox1Img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#gallery .galleryMain .galleryBox .galleryBox1Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#gallery .galleryMain .galleryBox .galleryBox2Column {
  width: 100%;
  height: calc(50% - 7px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  #gallery .galleryMain .galleryBox .galleryBox2Column {
    height: calc(50% - 4px);
  }
}

#gallery .galleryMain .galleryBox .galleryBox2Column:nth-child(2) {
  margin-top: 14px;
}

@media (max-width: 768px) {
  #gallery .galleryMain .galleryBox .galleryBox2Column:nth-child(2) {
    margin-top: 8px;
  }
}

#gallery .galleryMain .galleryBox .galleryBox2Column .galleryBox2ColumnImg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: black;
  text-decoration: none;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 480px) {
  #gallery .galleryMain .galleryBox .galleryBox2Column .galleryBox2ColumnImg {
    height: 200px;
    margin-top: 10px;
  }
}

#gallery .galleryMain .galleryBox .galleryBox2Column .galleryBox2ColumnImg:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#gallery .galleryMain .galleryBox .galleryBox2Column .galleryBox2ColumnImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#gallery .galleryMain .galleryBox .galleryBox2Column .galleryBox2ColumnSplit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.5%;
          flex: 0 0 48.5%;
  height: 100%;
  background: black;
  overflow: hidden;
  text-decoration: none;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 480px) {
  #gallery .galleryMain .galleryBox .galleryBox2Column .galleryBox2ColumnSplit {
    height: auto;
  }
}

#gallery .galleryMain .galleryBox .galleryBox2Column .galleryBox2ColumnSplit:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#gallery .galleryMain .galleryBox .galleryBox2Column .galleryBox2ColumnSplit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#clients {
  width: 100%;
  padding: 50px 0px 100px 0px;
  position: relative;
  z-index: 0;
}

#clients .element1 {
  position: absolute;
  z-index: -1;
  background: #1fbdc6;
  width: 250px;
  height: 200px;
  left: -5%;
  top: -25%;
  border-radius: 20px;
  -webkit-animation: anim5 2.5s linear infinite;
  animation: anim5 2.5s linear infinite;
}

@media (max-width: 480px) {
  #clients .element1 {
    width: 150px;
    height: 100px;
    top: -15%;
  }
}

@-webkit-keyframes anim5 {
  0% {
    left: -5%;
  }
  50% {
    left: -3%;
  }
  100% {
    left: -5%;
  }
}

@keyframes anim5 {
  0% {
    left: -5%;
  }
  50% {
    left: -3%;
  }
  100% {
    left: -5%;
  }
}

#clients .element2 {
  position: absolute;
  z-index: -1;
  background: #dc9829;
  width: 350px;
  height: 150px;
  left: -5%;
  top: -5%;
  border-radius: 20px;
  -webkit-animation: anim6 3s linear infinite;
  animation: anim6 3s linear infinite;
}

@media (max-width: 480px) {
  #clients .element2 {
    width: 200px;
    height: 100px;
    top: 0%;
  }
}

@-webkit-keyframes anim6 {
  0% {
    left: -5%;
  }
  50% {
    left: -3%;
  }
  100% {
    left: -5%;
  }
}

@keyframes anim6 {
  0% {
    left: -5%;
  }
  50% {
    left: -3%;
  }
  100% {
    left: -5%;
  }
}

@media (max-width: 768px) {
  #clients {
    padding: 0;
  }
}

#clients .clientsMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#clients .clientsMain h2 {
  text-align: center;
  font-family: 'Prata', serif;
  font-size: 2.5em;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #clients .clientsMain h2 {
    font-size: 2em;
  }
}

#clients .clientsMain .clientsSlider {
  width: 100%;
  margin-top: 40px;
}

#clients .clientsMain .clientsSlider .item {
  padding: 20px 10px;
}

#clients .clientsMain .clientsSlider .clientsSliderBox {
  width: 100%;
  padding: 20px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.068);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.068);
}

#clients .clientsMain .clientsSlider .clientsSliderBox::after {
  position: absolute;
  background: #1fbdc6;
  width: 50%;
  height: 40%;
  z-index: -2;
  -webkit-transform: skew(25deg);
          transform: skew(25deg);
  border-radius: 5px;
  -webkit-filter: blur(25px);
          filter: blur(25px);
  opacity: 0.3;
}

#clients .clientsMain .clientsSlider .clientsSliderBox h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #1fbdc6;
}

@media (max-width: 768px) {
  #clients .clientsMain .clientsSlider .clientsSliderBox h3 {
    font-size: 16px;
  }
}

#clients .clientsMain .clientsSlider .clientsSliderBox span {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  color: #dc9829;
}

#clients .clientsMain .owl-nav, #clients .clientsMain .owl-dot {
  display: none;
}

#contact {
  width: 100%;
  padding: 100px 0px;
}

@media (max-width: 480px) {
  #contact {
    padding-bottom: 50px;
  }
}

#contact .contactMain {
  width: 100%;
  height: 500px;
  position: relative;
}

@media (max-width: 1024px) {
  #contact .contactMain {
    height: 100%;
  }
}

#contact .contactMain .contactThumbnail {
  position: absolute;
  height: 100%;
  width: 35%;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  #contact .contactMain .contactThumbnail {
    position: inherit;
    width: 100%;
    height: 350px;
  }
}

#contact .contactMain .contactThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#contact .contactMain .contactContent {
  position: absolute;
  right: 0;
  width: 70%;
  background: #dc9829;
  top: 10%;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  border-radius: 30px;
  padding: 50px 50px 50px 10%;
}

@media (max-width: 1024px) {
  #contact .contactMain .contactContent {
    position: inherit;
    width: 100%;
    margin-top: -50px;
    padding: 100px 50px 50px 50px;
  }
}

@media (max-width: 480px) {
  #contact .contactMain .contactContent {
    padding: 100px 20px 20px 20px;
    -webkit-transform: skew(2deg);
            transform: skew(2deg);
  }
}

#contact .contactMain .contactContent .contactContentMain {
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 480px) {
  #contact .contactMain .contactContent .contactContentMain {
    -webkit-transform: skew(-2deg);
            transform: skew(-2deg);
  }
}

#contact .contactMain .contactContent .contactContentMain h2 {
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5;
  color: white;
  font-weight: 500;
}

@media (max-width: 768px) {
  #contact .contactMain .contactContent .contactContentMain h2 {
    font-size: 2em;
  }
}

#contact .contactMain .contactContent .contactContentMain p {
  text-align: center;
  width: 90%;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.7;
  color: white;
}

@media (max-width: 768px) {
  #contact .contactMain .contactContent .contactContentMain p {
    width: 100%;
  }
}

#contact .contactMain .contactContent .contactContentMain .contactDetails {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

#contact .contactMain .contactContent .contactContentMain .contactDetails .contactDetailsBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}

@media (max-width: 768px) {
  #contact .contactMain .contactContent .contactContentMain .contactDetails .contactDetailsBox {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#contact .contactMain .contactContent .contactContentMain .contactDetails .contactDetailsBox span {
  font-size: 20px;
  text-align: center;
  color: white;
  font-weight: 500;
  margin-bottom: 15px;
}

#contact .contactMain .contactContent .contactContentMain .contactDetails .contactDetailsBox a {
  text-align: center;
  color: white;
  text-decoration: none;
  margin-top: 5px;
  font-size: 16x;
  line-height: 1.5;
}

footer {
  width: 100%;
  padding: 50px 0px;
  background: black;
}

footer .footermain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footermain .footerStripRights {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  footer .footermain .footerStripRights {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

@media (max-width: 480px) {
  footer .footermain .footerStripRights {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .footermain .footerStripRights p {
  font-size: 12px;
  color: #999898;
  margin-top: 0;
}

@media (max-width: 480px) {
  footer .footermain .footerStripRights p {
    text-align: center;
  }
}

footer .footermain .footerStripCreat {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  footer .footermain .footerStripCreat {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 480px) {
  footer .footermain .footerStripCreat {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 30px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer .footermain .footerStripCreat .footerStripCreatText {
  font-size: 12px;
  color: #b6b6b6;
  margin-top: 0;
	display: flex;
	align-items: center;
}

@media (max-width: 480px) {
  footer .footermain .footerStripCreat .footerStripCreatText {
    text-align: center;
  }
}

footer .footermain .footerStripCreat .footerStripCreatText i {
  margin: 0px 5px;
  color: white;
}

footer .footermain .footerStripCreat .footerStripCreatText a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
}
footer .footermain .footerStripCreat .footerStripCreatText a .footerLogo{
	width: 50px;
	display: flex;
	align-items: center;
}
footer .footermain .footerStripCreat .footerStripCreatText a .footerLogo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#aboutBanner {
  width: 100%;
  background-color: black;
  background-image: url(../images/aboutBanner2.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#aboutBanner .aboutBannerContent {
  width: 100%;
  padding: 100px 0px 50px 0px;
  background: rgba(0, 0, 0, 0.438);
}

#aboutBanner .aboutBannerContent .aboutBannerContentMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#aboutBanner .aboutBannerContent .aboutBannerContentMain h1 {
  color: white;
  margin-top: 150px;
  font-size: 2.5em;
  font-family: 'Prata', serif;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #aboutBanner .aboutBannerContent .aboutBannerContentMain h1 {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  #aboutBanner .aboutBannerContent .aboutBannerContentMain h1 {
    margin-top: 50px;
  }
}

#aboutBanner .aboutBannerContent .aboutBannerContentMain p {
  margin-top: 10px;
  width: 40%;
  color: white;
  line-height: 1.7;
  font-size: 14px;
}

@media (max-width: 1024px) {
  #aboutBanner .aboutBannerContent .aboutBannerContentMain p {
    width: 70%;
  }
}

@media (max-width: 768px) {
  #aboutBanner .aboutBannerContent .aboutBannerContentMain p {
    width: 100%;
  }
}

#innerAboutDetails {
  width: 100%;
  padding: 100px 0px;
}

@media (max-width: 768px) {
  #innerAboutDetails {
    padding: 50px 0px 0px 0px;
  }
}

#innerAboutDetails .innerAboutDetailsMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#innerAboutDetails .innerAboutDetailsMain .innerAboutDetailsThumbnail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  position: relative;
  z-index: 0;
}

#innerAboutDetails .innerAboutDetailsMain .innerAboutDetailsThumbnail::after {
  position: absolute;
  content: '';
  z-index: -1;
  background: #1fbdc6;
  width: 55%;
  height: 120%;
  left: -30px;
  bottom: -10%;
  border-radius: 20px 0px 0px 20px;
}

@media (max-width: 480px) {
  #innerAboutDetails .innerAboutDetailsMain .innerAboutDetailsThumbnail::after {
    left: -20px;
  }
}

#innerAboutDetails .innerAboutDetailsMain .innerAboutDetailsThumbnail::before {
  position: absolute;
  content: '';
  z-index: -1;
  background: #dc9829;
  width: 55%;
  height: 120%;
  right: -30px;
  bottom: -10%;
  border-radius: 0px 20px 20px 0px;
}

@media (max-width: 480px) {
  #innerAboutDetails .innerAboutDetailsMain .innerAboutDetailsThumbnail::before {
    right: -20px;
  }
}

@media (max-width: 480px) {
  #innerAboutDetails .innerAboutDetailsMain .innerAboutDetailsThumbnail {
    -webkit-transform: skew(5deg);
            transform: skew(5deg);
  }
}

#innerAboutDetails .innerAboutDetailsMain .innerAboutDetailsThumbnail .innerAboutDetailsThumbnailBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  height: 300px;
  background: black;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 768px) {
  #innerAboutDetails .innerAboutDetailsMain .innerAboutDetailsThumbnail .innerAboutDetailsThumbnailBox {
    height: 250px;
  }
}

@media (max-width: 480px) {
  #innerAboutDetails .innerAboutDetailsMain .innerAboutDetailsThumbnail .innerAboutDetailsThumbnailBox {
    height: 150px;
  }
}

#innerAboutDetails .innerAboutDetailsMain .innerAboutDetailsThumbnail .innerAboutDetailsThumbnailBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#innerAboutDetails .innerAboutDetailsMain .innerAboutDetailsContent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
}

@media (max-width: 480px) {
  #innerAboutDetails .innerAboutDetailsMain .innerAboutDetailsContent {
    margin-top: 40px;
  }
}

#innerAboutDetails .innerAboutDetailsMain .innerAboutDetailsContent h1 {
  font-size: 2.5em;
  font-family: 'Prata', serif;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #innerAboutDetails .innerAboutDetailsMain .innerAboutDetailsContent h1 {
    font-size: 2em;
  }
}

#innerAboutDetails .innerAboutDetailsMain .innerAboutDetailsContent p {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
}

#innerAboutDetails .innerAboutDetailsMain .innerAboutDetailsContent .aboutMissionVision {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

#innerAboutDetails .innerAboutDetailsMain .innerAboutDetailsContent .aboutMissionVision .aboutMissionVisionBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

@media (max-width: 768px) {
  #innerAboutDetails .innerAboutDetailsMain .innerAboutDetailsContent .aboutMissionVision .aboutMissionVisionBox {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#productsBanner {
  width: 100%;
  background-color: black;
  background-image: url(../images/productBanner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#productsBanner .productsBannerContent {
  width: 100%;
  padding: 100px 0px 50px 0px;
  background: rgba(0, 0, 0, 0.438);
}

#productsBanner .productsBannerContent .productsBannerContentMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#productsBanner .productsBannerContent .productsBannerContentMain h1 {
  color: white;
  margin-top: 150px;
  font-size: 2.5em;
  font-family: 'Prata', serif;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #productsBanner .productsBannerContent .productsBannerContentMain h1 {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  #productsBanner .productsBannerContent .productsBannerContentMain h1 {
    margin-top: 50px;
  }
}

#productsBanner .productsBannerContent .productsBannerContentMain p {
  margin-top: 10px;
  width: 40%;
  color: white;
  line-height: 1.7;
  font-size: 14px;
}

@media (max-width: 1024px) {
  #productsBanner .productsBannerContent .productsBannerContentMain p {
    width: 70%;
  }
}

@media (max-width: 768px) {
  #productsBanner .productsBannerContent .productsBannerContentMain p {
    width: 100%;
  }
}

#innerProducts {
  width: 100%;
  padding: 100px 0px;
}

@media (max-width: 768px) {
  #innerProducts {
    padding: 50px 0px;
  }
}

#innerProducts .innerProductsMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#innerProducts .innerProductsMain .innerProductsFilter {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 768px) {
  #innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .FilterBtn {
  padding: 7px 25px;
  background: #f5f5f5;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 600;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .FilterBtn i {
  margin-left: 5px;
  font-size: 20px;
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .filterPopup {
  position: fixed;
  width: 400px;
  background: white;
  -webkit-box-shadow: 0 0 20px rgba(3, 3, 3, 0.062);
          box-shadow: 0 0 20px rgba(3, 3, 3, 0.062);
  border-radius: 10px;
  top: 0%;
  z-index: 130;
  left: -100%;
  height: 100vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 480px) {
  #innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .filterPopup {
    width: 90%;
  }
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .filterPopup .filterPopupHead {
  position: absolute;
  top: 0;
  background: white;
  z-index: 2;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  -webkit-box-shadow: 0 0 20px rgba(2, 2, 2, 0.082);
          box-shadow: 0 0 20px rgba(2, 2, 2, 0.082);
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .filterPopup .filterPopupHead h1 {
  font-size: 22px;
  font-weight: 600;
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .filterPopup ul {
  width: 100%;
  padding: 15px 0px;
  overflow-y: auto;
  margin-top: 50px;
  height: calc(100vh - 120px);
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .filterPopup ul li {
  list-style: none;
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .filterPopup ul li label {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .filterPopup ul li label:hover {
  background: #1fbec615;
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .filterPopup ul li label p {
  width: 80%;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .filterPopup ul li label span {
  color: #1fbdc6;
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .filterPopup ul li label input {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .filterPopup .filterPopupFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 2;
  width: 100%;
  padding: 15px 20px;
  -webkit-box-shadow: 0 0 20px rgba(2, 2, 2, 0.082);
          box-shadow: 0 0 20px rgba(2, 2, 2, 0.082);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .filterPopup .filterPopupFooter .cancelFilter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  padding: 15px;
  background: #eee;
  color: black;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .filterPopup .filterPopupFooter .cancelFilter:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #e2e2e2;
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .filterPopup .filterPopupFooter .submitFilter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  padding: 15px;
  background: #1fbdc6;
  color: white;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .filterPopup .filterPopupFooter .submitFilter:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #dc9829;
}

#innerProducts .innerProductsMain .innerProductsFilter .innerProductsFilterItems .filterPopupActive {
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerProducts .innerProductsMain .innerProductsFilter .filterProductList {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  #innerProducts .innerProductsMain .innerProductsFilter .filterProductList {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

#innerProducts .innerProductsMain .innerProductsFilter .filterProductList p {
  font-size: 14px;
  font-weight: 500;
}

#innerProducts .innerProductsMain .innerProductsFilteredList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  #innerProducts .innerProductsMain .innerProductsFilteredList {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
  }
  #innerProducts .innerProductsMain .innerProductsFilteredList::-webkit-scrollbar {
    height: 5px;
  }
}

#innerProducts .innerProductsMain .innerProductsFilteredList .innerProductsFilteredListBox {
  padding: 7px 20px;
  border: 1px solid #6e6e6e;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 500;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

@media (max-width: 768px) {
  #innerProducts .innerProductsMain .innerProductsFilteredList .innerProductsFilteredListBox {
    white-space: pre;
  }
}

#innerProducts .innerProductsMain .innerProductsFilteredList .innerProductsFilteredListBox .innerProductsFilteredListBoxClose {
  margin-right: 5px;
  font-size: 20px;
  cursor: pointer;
  color: #d83636;
}

#innerProducts .innerProductsMain .innerProductsFilteredList .innerProductsFilteredListBoxClearAll {
  padding: 7px 25px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 500;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  margin-top: 15px;
  background: #f5f5f5;
  cursor: pointer;
}

@media (max-width: 768px) {
  #innerProducts .innerProductsMain .innerProductsFilteredList .innerProductsFilteredListBoxClearAll {
    white-space: pre;
  }
}

#innerProducts .innerProductsMain .innerProductsList {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

#innerProducts .innerProductsMain .innerProductsList::after {
  content: '';
  height: 0;
  width: 25%;
}

@media (max-width: 1024px) {
  #innerProducts .innerProductsMain .innerProductsList::after {
    width: 33.33%;
  }
}

#innerProducts .innerProductsMain .innerProductsList .productsBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-top: 50px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #dfdfdf;
}

#innerProducts .innerProductsMain .innerProductsList .productsBox:nth-child(1) {
  margin-top: 0;
}

#innerProducts .innerProductsMain .innerProductsList .productsBox:nth-child(2) {
  margin-top: 0;
}

#innerProducts .innerProductsMain .innerProductsList .productsBox:nth-child(3) {
  margin-top: 0;
}

#innerProducts .innerProductsMain .innerProductsList .productsBox:nth-child(4) {
  margin-top: 0;
}

@media (max-width: 1024px) {
  #innerProducts .innerProductsMain .innerProductsList .productsBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  #innerProducts .innerProductsMain .innerProductsList .productsBox:nth-child(4) {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  #innerProducts .innerProductsMain .innerProductsList .productsBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  #innerProducts .innerProductsMain .innerProductsList .productsBox:nth-child(3) {
    margin-top: 50px;
  }
}

#innerProducts .innerProductsMain .innerProductsList .productsBox .productsBoxThumbnail {
  width: 100%;
  height: 160px;
  background: white;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

#innerProducts .innerProductsMain .innerProductsList .productsBox .productsBoxThumbnail:hover img {
  width: 90%;
  height: 90%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerProducts .innerProductsMain .innerProductsList .productsBox .productsBoxThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerProducts .innerProductsMain .innerProductsList .productsBox .productsBoxContent {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#innerProducts .innerProductsMain .innerProductsList .productsBox .productsBoxContent h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: black;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (max-width: 480px) {
  #innerProducts .innerProductsMain .innerProductsList .productsBox .productsBoxContent h2 {
    font-size: 14px;
    height: 19px;
  }
}

#innerProducts .innerProductsMain .innerProductsList .productsBox .productsBoxContent span {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
}

#innerProducts .innerProductsMain .innerProductsList .dummyPproductsBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  height: 0;
}

@media (max-width: 1024px) {
  #innerProducts .innerProductsMain .innerProductsList .dummyPproductsBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media (max-width: 768px) {
  #innerProducts .innerProductsMain .innerProductsList .dummyPproductsBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
#innerProducts .innerProductsMain .productSearch{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
#innerProducts .innerProductsMain .productSearch .productSearchBox{
	width: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
	border-radius: 10px;
	overflow: hidden;
}
@media(max-width:480px){
	#innerProducts .innerProductsMain .productSearch .productSearchBox{
		width: 100%;
	}
}
#innerProducts .innerProductsMain .productSearch .productSearchBox input{
	width: 450px;
	height: 50px;
	border: 1px solid #ccc;
	border-right: none;
	padding: 20px;
	border-radius: 10px 0px 0px 10px;
	outline: none;
}
@media(max-width:480px){
	#innerProducts .innerProductsMain .productSearch .productSearchBox input{
		width: calc(100% - 50px);
	}
}
#innerProducts .innerProductsMain .productSearch .productSearchBox input:focus{
	border: 1px solid #1fbdc6;
}
#innerProducts .innerProductsMain .productSearch .productSearchBox button{
	width: 50px;
	height: 50px;
	border: none;
	outline: none;
	background: #1fbdc6;
	color: white;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0 10px 10px 0px;
	cursor: pointer;
}

#innerProductPage {
  width: 100%;
  margin-top: 80px;
  padding: 50px 0px 0px 0px;
}

@media (max-width: 768px) {
  #innerProductPage {
    margin-top: 60px;
  }
}

#innerProductPage .innerProductPageMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

#innerProductPage .innerProductPageMain .innerProductPageThumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  display: -webkit-box;
	overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  #innerProductPage .innerProductPageMain .innerProductPageThumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  #innerProductPage .innerProductPageMain .innerProductPageThumbnail {
    display: none;
  }
}


#innerProductPage .innerProductPageMain .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  position: absolute;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  right: 0%;
}

#innerProductPage .innerProductPageMain button.owl-next {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eee;
  outline: none;
  margin-left: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 480px) {
  #innerProductPage .innerProductPageMain button.owl-next {
    padding: 5px 10px !important;
  }
}

#innerProductPage .innerProductPageMain button.owl-next:hover {
  background: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerProductPage .innerProductPageMain button.owl-next:hover span {
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerProductPage .innerProductPageMain button.owl-next span {
  font-size: 30px;
  color: balck;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: -5px;
}

#innerProductPage .innerProductPageMain button.owl-prev {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eee;
  outline: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 480px) {
  #innerProductPage .innerProductPageMain button.owl-prev {
    padding: 5px 10px !important;
  }
}

#innerProductPage .innerProductPageMain button.owl-prev:hover {
  background: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerProductPage .innerProductPageMain button.owl-prev:hover span {
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerProductPage .innerProductPageMain button.owl-prev span {
  font-size: 30px;
  color: balck;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: -5px;
}

#innerProductPage .innerProductPageMain .owl-dots {
  display: none;
}
#innerProductPage .innerProductPageMain .innerProductPageThumbnail .innerProductPageThumbnailBox {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
	display: flex;
  height: 500px;
  margin-top: 20px;
  cursor: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='32' height='32' rx='16' fill='%23111'/%3e%3cpath d='m18.05 15.363-1.414-1.414L19.585 11H17V9h6v6h-2v-2.587l-2.95 2.95ZM11 19.587l2.95-2.95 1.414 1.414L12.415 21H15v2H9v-6h2v2.587Z' fill='%23fff'/%3e%3c/svg%3e") 16 16, url("/in/en/products/resources/images/expand-black-mini-circle.png"), auto;
}

@media (max-width: 1024px) {
  #innerProductPage .innerProductPageMain .innerProductPageThumbnail .innerProductPageThumbnailBox {
    height: 250px;
  }
}

#innerProductPage .innerProductPageMain .innerProductPageThumbnail .innerProductPageThumbnailBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#innerProductPage .innerProductPageMain .mobileInnerProductPageThumbnail {
  display: none;
}

@media (max-width: 768px) {
  #innerProductPage .innerProductPageMain .mobileInnerProductPageThumbnail {
    display: block;
    width: 100%;
  }
}

#innerProductPage .innerProductPageMain .mobileInnerProductPageThumbnail .mobileInnerProductPageThumbnailBox {
  width: 100%;
  height: 250px;
  cursor: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='32' height='32' rx='16' fill='%23111'/%3e%3cpath d='m18.05 15.363-1.414-1.414L19.585 11H17V9h6v6h-2v-2.587l-2.95 2.95ZM11 19.587l2.95-2.95 1.414 1.414L12.415 21H15v2H9v-6h2v2.587Z' fill='%23fff'/%3e%3c/svg%3e") 16 16, url("/in/en/products/resources/images/expand-black-mini-circle.png"), auto;
}

#innerProductPage .innerProductPageMain .mobileInnerProductPageThumbnail .mobileInnerProductPageThumbnailBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#innerProductPage .innerProductPageMain .mobileInnerProductPageThumbnail .owl-nav {
  display: none;
}

#innerProductPage .innerProductPageMain .mobileInnerProductPageThumbnail .owl-dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

#innerProductPage .innerProductPageMain .mobileInnerProductPageThumbnail .owl-dots .owl-dot {
  background: #eee;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0px 2px;
}

#innerProductPage .innerProductPageMain .mobileInnerProductPageThumbnail .owl-dots .active {
  background: #b1b1b1;
}

#innerProductPage .innerProductPageMain .innerProductPageDetails {
  position: fixed;
  width: 400px;
  height: 75vh;
  right: 5%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Montserrat', sans-serif !important;
}

#innerProductPage .innerProductPageMain .innerProductPageDetails::-webkit-scrollbar {
  width: 5px;
  margin-left: 10px;
}

@media (max-width: 1024px) {
  #innerProductPage .innerProductPageMain .innerProductPageDetails {
    height: 75vh;
  }
}

@media (max-width: 768px) {
  #innerProductPage .innerProductPageMain .innerProductPageDetails {
    position: inherit;
    width: 100%;
    height: auto;
    right: 0%;
    margin-top: 50px;
    margin-left: 0px;
  }
}

#innerProductPage .innerProductPageMain .innerProductPageDetails h1 {
  font-size: 2em;
  font-weight: 700;
}

@media (max-width: 1024px) {
  #innerProductPage .innerProductPageMain .innerProductPageDetails h1 {
    font-size: 1.8em;
  }
}

#innerProductPage .innerProductPageMain .innerProductPageDetails h2 {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.7;
  opacity: 0.8;
  font-weight: 400;
}

#innerProductPage .innerProductPageMain .innerProductPageDetails h6 {
  margin-top: 40px;
  font-weight: 500;
  font-size: 18px;
}

#innerProductPage .innerProductPageMain .innerProductPageDetails ul {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #1fbdc6;
  padding: 20px;
  border-radius: 15px;
}

#innerProductPage .innerProductPageMain .innerProductPageDetails ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

#innerProductPage .innerProductPageMain .innerProductPageDetails ul li span {
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background: #dc9829;
  margin-top: 7px;
}

#innerProductPage .innerProductPageMain .innerProductPageDetails ul li p {
  width: calc(100% - 20px);
  font-size: 12px;
  line-height: 1.7;
}

#innerProductPage .innerProductPageMain .innerProductPageDetails ul p span {
  margin-top: 5px !important;
  display: block;
  font-family: 'Montserrat', sans-serif !important;
}

#innerProductPage .innerProductPageMain .innerProductPageDetails .innerProductPageDetailsBtn {
  text-decoration: none;
  width: 200px;
  background: #1fbdc6;
  color: white;
  font-size: 16px;
  margin-top: 40px;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerProductPage .innerProductPageMain .innerProductPageDetails .innerProductPageDetailsBtn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #dc9829;
}

#innerProductPage .innerProductPageMain .innerProductPageDetailsAcitve {
  position: absolute;
  bottom: 0px;
  right: 0;
  top: inherit;
  width: 400px;
}

@media (max-width: 768px) {
  #innerProductPage .innerProductPageMain .innerProductPageDetailsAcitve {
    position: inherit;
    width: 100%;
    padding: 0px;
    right: 0%;
  }
}

.enquiryPopup {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 400px;
  background: white;
  z-index: 110;
  padding: 20px;
  border-radius: 10px;
  max-height: 80vh;
  overflow-y: auto;
  display: none;
}

@media (max-width: 480px) {
  .enquiryPopup {
    width: 90%;
    max-height: 85vh;
  }
  .enquiryPopup::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
}

.enquiryPopup .enquiryPopupProduct {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.enquiryPopup .enquiryPopupProduct .enquiryPopupProductThumbnail {
  width: 70px;
  height: 70px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.055);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.055);
}

.enquiryPopup .enquiryPopupProduct .enquiryPopupProductThumbnail img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.enquiryPopup .enquiryPopupProduct .enquiryPopupProductDetails {
  width: calc(100% - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.enquiryPopup .enquiryPopupProduct .enquiryPopupProductDetails h1 {
  font-size: 18px;
  font-weight: 600;
}

.enquiryPopup .enquiryPopupProduct .enquiryPopupProductDetails p {
  font-size: 12px;
  margin-top: 5px;
  opacity: 0.7;
  line-height: 1.5;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.enquiryPopup .enquiryPopupUserDetails {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

.enquiryPopup .enquiryPopupUserDetails form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.enquiryPopup .enquiryPopupUserDetails form .formGroup {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.enquiryPopup .enquiryPopupUserDetails form .formGroup label {
  font-size: 14px;
}

.enquiryPopup .enquiryPopupUserDetails form .formGroup input {
  width: 100%;
  height: 45px;
  border: 1px solid #bebebe;
  outline: none;
  border-radius: 5px;
  margin-top: 5px;
  font-weight: 500;
  font-size: 16px;
  padding: 15px;
}

.enquiryPopup .enquiryPopupUserDetails form .formGroup input:focus {
  border: 1px solid #1fbdc6;
}

.enquiryPopup .enquiryPopupUserDetails form .formGroup textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #bebebe;
  outline: none;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 5px;
  padding: 15px;
}

.enquiryPopup .enquiryPopupUserDetails form .formGroup textarea:focus {
  border: 1px solid #1fbdc6;
}

.enquiryPopup .enquiryPopupUserDetails form .formBtnArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.enquiryPopup .enquiryPopupUserDetails form .formBtnArea .closePopup {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  cursor: pointer;
  font-size: 16px;
  background: #eee;
  color: black;
  border-radius: 10px;
  text-align: center;
  padding: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.enquiryPopup .enquiryPopupUserDetails form .formBtnArea .closePopup:hover {
  background: black;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.enquiryPopup .enquiryPopupUserDetails form .formBtnArea button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  cursor: pointer;
  font-size: 16px;
  background: #1fbdc6;
  color: white;
  border-radius: 10px;
  text-align: center;
  padding: 13px;
  border: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.enquiryPopup .enquiryPopupUserDetails form .formBtnArea button:hover {
  background: #dc9829;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#relatedProducts {
  width: 100%;
  padding: 100px 0px;
}

#relatedProducts h1 {
  font-size: 25px;
  font-weight: 500;
}

#relatedProducts .relatedProductsMain {
  width: 100%;
  margin-top: 40px;
}

#relatedProducts .relatedProductsMain .relatedProductsBox {
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#relatedProducts .relatedProductsMain .relatedProductsBox .relatedProductsThumbnail {
  width: 100%;
  height: 160px;
}

#relatedProducts .relatedProductsMain .relatedProductsBox .relatedProductsThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#relatedProducts .relatedProductsMain .relatedProductsBox .relatedProductsContent {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#relatedProducts .relatedProductsMain .relatedProductsBox .relatedProductsContent h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: black;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (max-width: 480px) {
  #relatedProducts .relatedProductsMain .relatedProductsBox .relatedProductsContent h2 {
    font-size: 14px;
    height: 19px;
  }
}

#relatedProducts .relatedProductsMain .relatedProductsBox .relatedProductsContent span {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
}

#relatedProducts .relatedProductsMain .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  position: absolute;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  right: 0%;
}

#relatedProducts .relatedProductsMain button.owl-next {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eee;
  outline: none;
  margin-left: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 480px) {
  #relatedProducts .relatedProductsMain button.owl-next {
    padding: 5px 10px !important;
  }
}

#relatedProducts .relatedProductsMain button.owl-next:hover {
  background: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#relatedProducts .relatedProductsMain button.owl-next:hover span {
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#relatedProducts .relatedProductsMain button.owl-next span {
  font-size: 30px;
  color: balck;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: -5px;
}

#relatedProducts .relatedProductsMain button.owl-prev {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eee;
  outline: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 480px) {
  #relatedProducts .relatedProductsMain button.owl-prev {
    padding: 5px 10px !important;
  }
}

#relatedProducts .relatedProductsMain button.owl-prev:hover {
  background: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#relatedProducts .relatedProductsMain button.owl-prev:hover span {
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#relatedProducts .relatedProductsMain button.owl-prev span {
  font-size: 30px;
  color: balck;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: -5px;
}

#relatedProducts .relatedProductsMain .owl-dots {
  display: none;
}

#clientsBanner {
  width: 100%;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #1fbdc6;
}

@media (max-width: 768px) {
  #clientsBanner {
    margin-top: 60px;
  }
}

#clientsBanner .clientsBannerThumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (max-width: 768px) {
  #clientsBanner .clientsBannerThumbnail {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#clientsBanner .clientsBannerThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#clientsBanner .clientsBannerContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding: 50px 5% 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  #clientsBanner .clientsBannerContent {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding: 50px 5%;
  }
}

#clientsBanner .clientsBannerContent h1 {
  font-size: 3em;
  font-family: 'Prata', serif;
  line-height: 1.5;
  color: white;
}

@media (max-width: 768px) {
  #clientsBanner .clientsBannerContent h1 {
    font-size: 2em;
  }
}

#clientsBanner .clientsBannerContent p {
  margin-top: 10px;
  width: 70%;
  line-height: 1.7;
  font-size: 14px;
  color: white;
}

@media (max-width: 1024px) {
  #clientsBanner .clientsBannerContent p {
    width: 100%;
  }
}

#innerClientsList {
  width: 100%;
  padding: 50px 0px 100px 0px;
  background: rgba(251, 244, 252, 0.329);
}

@media (max-width: 480px) {
  #innerClientsList {
    padding: 30px 0px 50px 0px;
  }
}

#innerClientsList .innerClientsListMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

#innerClientsList .innerClientsListMain::after {
  content: '';
  height: 0;
  width: 24%;
}

@media (max-width: 1024px) {
  #innerClientsList .innerClientsListMain::after {
    width: 30%;
  }
}

#innerClientsList .innerClientsListMain .innerClientsListBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 0;
  margin-top: 50px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.014);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.014);
}

@media (max-width: 1024px) {
  #innerClientsList .innerClientsListMain .innerClientsListBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

@media (max-width: 768px) {
  #innerClientsList .innerClientsListMain .innerClientsListBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

@media (max-width: 480px) {
  #innerClientsList .innerClientsListMain .innerClientsListBox {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 20px;
  }
}

#innerClientsList .innerClientsListMain .innerClientsListBox h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: black;
}

@media (max-width: 768px) {
  #innerClientsList .innerClientsListMain .innerClientsListBox h3 {
    font-size: 16px;
  }
}

#innerClientsList .innerClientsListMain .innerClientsListBox span {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  color: #dc9829;
}

#innerClientsList .innerClientsListMain .dummyInnerClientsListBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  height: 0;
}

@media (max-width: 1024px) {
  #innerClientsList .innerClientsListMain .dummyInnerClientsListBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

#innerPortfolio {
  width: 100%;
  margin-top: 80px;
  padding: 100px 0px;
}

@media (max-width: 768px) {
  #innerPortfolio {
    margin-top: 60px;
    padding: 50px 0px;
  }
}

#innerPortfolio h1 {
  font-size: 3em;
  font-family: 'Prata', serif;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  #innerPortfolio h1 {
    font-size: 2em;
  }
}

#innerPortfolio .innerPortfolioMain {
  width: 100%;
  /*line-height: 0;
  -webkit-column-count: 4;
  -webkit-column-gap: 30px;
  -moz-column-count: 4;
  -moz-column-gap: 30px;
  column-count: 4;
  column-gap: 30px;*/
  position: relative;
	display: flex;
	justify-content :space-between;
	flex-wrap : wrap;
}

/*#innerPortfolio .innerPortfolioMain::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: white;
  content: '';
  z-index: 1;
}*/
#innerPortfolio .innerPortfolioMain::after {
	content: '';
	height: 0;
	width: 24%;
}
@media(max-width: 1024px){
	#innerPortfolio .innerPortfolioMain::after {
		width: 32%;
	}
}

/*@media (max-width: 1200px) {
  #innerPortfolio .innerPortfolioMain {
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media (max-width: 1000px) {
  #innerPortfolio .innerPortfolioMain {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (max-width: 768px) {
  #innerPortfolio .innerPortfolioMain {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 480px) {
  #innerPortfolio .innerPortfolioMain {
    -webkit-column-count: 1;
    column-count: 1;
  }
}*/

#innerPortfolio .innerPortfolioMain a {
	flex: 0 0 24%;
	height: 300px;
  text-decoration: none;
  margin-top: 30px;
}
@media(max-width: 1024px){
	#innerPortfolio .innerPortfolioMain a {
		flex: 0 0 32%;
	}
}
@media(max-width: 768px){
	#innerPortfolio .innerPortfolioMain a {
		flex: 0 0 48%;
	}
}
@media(max-width: 480px){
	#innerPortfolio .innerPortfolioMain a {
		flex: 100%;
	}
}
#innerPortfolio .innerPortfolioMain a img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

#innerPortfolio .innerPortfolioMain a img:hover {
  opacity: .7;
}
#innerPortfolio .innerPortfolioMain .dummyDiv {
	flex: 0 0 24%;
	height: 0;
}
@media(max-width: 1024px){
	#innerPortfolio .innerPortfolioMain .dummyDiv {
		flex: 0 0 32%;
	}
}

#contactBanner {
  width: 100%;
  padding: 100px 0px;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: #1fbdc6;
}

@media (max-width: 768px) {
  #contactBanner {
    margin-top: 60px;
  }
}

@media (max-width: 480px) {
  #contactBanner {
    padding: 50px 0px;
  }
}

#contactBanner .contactBannerMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contactBanner .contactBannerMain h1 {
  font-size: 3em;
  font-family: 'Prata', serif;
  line-height: 1.5;
  text-align: center;
  color: white;
}

@media (max-width: 768px) {
  #contactBanner .contactBannerMain h1 {
    font-size: 2em;
  }
}

#contactBanner .contactBannerMain p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
  color: white;
  width: 70%;
  line-height: 1.5;
  opacity: 0.9;
}

@media (max-width: 768px) {
  #contactBanner .contactBannerMain p {
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
  }
}

#contactBanner .element1 {
  position: absolute;
  bottom: -120px;
  left: 0%;
  width: 100%;
  /*height: 100%;*/
  z-index: -1;
}

@media (max-width: 1024px) {
  #contactBanner .element1 {
    bottom: -40px;
  }
}

@media (max-width: 480px) {
  #contactBanner .element1 {
    bottom: -10px;
  }
}

#contactBanner .element1 svg {
  width: 100%;
  height: 100%;
}

#innerContact {
  width: 100%;
  padding: 100px 0px;
}

@media (max-width: 480px) {
  #innerContact {
    padding: 50px 0px;
  }
}

#innerContact .innerContactMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 10%;
}

@media (max-width: 1024px) {
  #innerContact .innerContactMain {
    padding: 0;
  }
}

#innerContact .innerContactMain .innerContactDetails {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #innerContact .innerContactMain .innerContactDetails {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#innerContact .innerContactMain .innerContactDetails h2 {
  font-size: 30px;
  font-weight: 500;
}

#innerContact .innerContactMain .innerContactDetails span {
  font-size: 14px;
  font-weight: 500;
  margin-top: 40px;
}

#innerContact .innerContactMain .innerContactDetails p {
  font-size: 22px;
  color: black;
  opacity: 0.6;
  margin-top: 10px;
  line-height: 1.5;
}

#innerContact .innerContactMain .innerContactDetails .phone {
  /*width: 50%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}

@media (max-width: 768px) {
  #innerContact .innerContactMain .innerContactDetails .phone {
    width: 100%;
  }
}

#innerContact .innerContactMain .innerContactDetails .phone a {
  font-weight: 400;
  margin-right: 30px;
}

#innerContact .innerContactMain .innerContactDetails a {
  font-size: 22px;
  text-decoration: none;
  color: black;
  opacity: 0.6;
  margin-top: 5px;
  line-height: 1.5;
  font-weight: 400;
}

#innerContact .innerContactMain .innerContactDetails .map {
  width: 100%;
  margin-top: 30px;
}

#innerContact .innerContactMain .innerContactDetails .map a {
  font-size: 14px;
  border: 2px solid #dc9829;
  color: #dc9829;
  border-radius: 10px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerContact .innerContactMain .innerContactDetails .map a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #dc9829;
  color: white;
}

#innerContact .innerContactMain .innerContactForm {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  -webkit-box-shadow: 0 0 20px #eee;
          box-shadow: 0 0 20px #eee;
  border-radius: 25px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #innerContact .innerContactMain .innerContactForm {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 50px;
    padding: 30px;
  }
}

#innerContact .innerContactMain .innerContactForm form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#innerContact .innerContactMain .innerContactForm form .formGroup {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

#innerContact .innerContactMain .innerContactForm form .formGroup:nth-child(1) {
  margin-top: 0;
}

#innerContact .innerContactMain .innerContactForm form .formGroup label {
  font-size: 14px;
  color: black;
  opacity: 0.7;
}

#innerContact .innerContactMain .innerContactForm form .formGroup input {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  margin-top: 10px;
  outline: none;
  padding: 10px;
  color: black;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerContact .innerContactMain .innerContactForm form .formGroup input:focus {
  border: 1px solid #1fbdc6;
  box-shadow: 0px 19px 14px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 19px 14px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 19px 14px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerContact .innerContactMain .innerContactForm form .formGroup textarea {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  margin-top: 10px;
  outline: none;
  padding: 10px;
  color: black;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerContact .innerContactMain .innerContactForm form .formGroup textarea:focus {
  border: 1px solid #1fbdc6;
  box-shadow: 0px 19px 14px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 19px 14px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 19px 14px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerContact .innerContactMain .innerContactForm form button {
  width: 150px;
  margin-top: 20px;
  padding: 12px;
  background: #1fbdc6;
  color: white;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  border: none;
  outline: none;
  border-radius: 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerContact .innerContactMain .innerContactForm form button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #dc9829;
}

#innerManufaturing {
  width: 100%;
  margin-top: 80px;
  padding: 100px 0px;
}

@media (max-width: 768px) {
  #innerManufaturing {
    margin-top: 60px;
    padding: 50px 0px;
  }
}

#innerManufaturing .innerManufaturingMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#innerManufaturing .innerManufaturingMain h1 {
  font-size: 3em;
  font-family: 'Prata', serif;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #innerManufaturing .innerManufaturingMain h1 {
    font-size: 2em;
  }
}

#innerManufaturing .innerManufaturingMain .innerManufaturingVideo {
  width: 100%;
  height: 700px;
  background: rgba(238, 238, 238, 0.521);
  margin-top: 50px;
  position: relative;
  z-index: 0;
}

#innerManufaturing .innerManufaturingMain .innerManufaturingVideo::after {
  position: absolute;
  content: '';
  z-index: -1;
  background: #1fbdc6;
  width: 55%;
  height: 110%;
  left: -30px;
  bottom: -5%;
  border-radius: 20px 0px 0px 20px;
}

@media (max-width: 480px) {
  #innerManufaturing .innerManufaturingMain .innerManufaturingVideo::after {
    left: -20px;
  }
}

#innerManufaturing .innerManufaturingMain .innerManufaturingVideo::before {
  position: absolute;
  content: '';
  z-index: -1;
  background: #dc9829;
  width: 55%;
  height: 110%;
  right: -30px;
  bottom: -5%;
  border-radius: 0px 20px 20px 0px;
}

@media (max-width: 480px) {
  #innerManufaturing .innerManufaturingMain .innerManufaturingVideo::before {
    right: -20px;
  }
}

@media (max-width: 1024px) {
  #innerManufaturing .innerManufaturingMain .innerManufaturingVideo {
    height: 500px;
  }
}

@media (max-width: 768px) {
  #innerManufaturing .innerManufaturingMain .innerManufaturingVideo {
    height: 300px;
  }
}

#innerManufaturing .innerManufaturingMain .innerManufaturingVideo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

#innerManufaturing .innerManufaturingMain h2 {
  font-size: 2.5em;
  margin-top: 100px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  #innerManufaturing .innerManufaturingMain h2 {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  #innerManufaturing .innerManufaturingMain h2 {
    font-size: 2em;
  }
}

#innerManufaturing .innerManufaturingMain p {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 20px;
}

#innerManufaturing .innerManufaturingMain .innerManufaturingGallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 20px;
}

#innerManufaturing .innerManufaturingMain .innerManufaturingGallery::after {
  content: '';
  height: 0;
  width: 24%;
}

#innerManufaturing .innerManufaturingMain .innerManufaturingGallery .innerManufaturingGalleryBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  height: 250px;
  background: rgba(238, 238, 238, 0.521);
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  #innerManufaturing .innerManufaturingMain .innerManufaturingGallery .innerManufaturingGalleryBox {
    height: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

@media (max-width: 768px) {
  #innerManufaturing .innerManufaturingMain .innerManufaturingGallery .innerManufaturingGalleryBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

#innerManufaturing .innerManufaturingMain .innerManufaturingGallery .innerManufaturingGalleryBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#innerManufaturing .innerManufaturingMain .innerManufaturingGallery .dummyInnerManufaturingGalleryBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  height: 0;
}

@media (max-width: 1024px) {
  #innerManufaturing .innerManufaturingMain .innerManufaturingGallery .dummyInnerManufaturingGalleryBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
/*# sourceMappingURL=style.css.map */