/*-----------------------------------=========Main-Style-Sheet=========----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@font-face {
  font-family: 'Helvetica Neue';
  src: url('webfonts/HelveticaNeue-CondensedBlack.woff') format('woff'),
      url('webfonts/HelveticaNeue-CondensedBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('webfonts/HelveticaNeue-CondensedBold.woff') format('woff'),
      url('webfonts/HelveticaNeue-CondensedBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('webfonts/HelveticaNeue-Light.woff') format('woff'),
      url('webfonts/HelveticaNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('webfonts/HelveticaNeue-Italic.woff') format('woff'),
      url('webfonts/HelveticaNeue-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('webfonts/HelveticaNeue-LightItalic.woff') format('woff'),
      url('webfonts/HelveticaNeue-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('webfonts/HelveticaNeue-Medium.woff') format('woff'),
      url('webfonts/HelveticaNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('webfonts/HelveticaNeue-UltraLight.woff') format('woff'),
      url('webfonts/HelveticaNeue-UltraLight.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('webfonts/HelveticaNeue-UltraLightItalic.woff') format('woff'),
      url('webfonts/HelveticaNeue-UltraLightItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('webfonts/HelveticaNeue.woff') format('woff'),
      url('webfonts/HelveticaNeue.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('webfonts/HelveticaNeue-Bold.woff') format('woff'),
      url('webfonts/HelveticaNeue-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('webfonts/HelveticaNeue-BoldItalic.woff') format('woff'),
      url('webfonts/HelveticaNeue-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}


:root {
  --theme__color1: #F07A30;
  --theme__darkass-color: #1C2942 ;
  --font1: 'Montserrat', sans-serif;
  --font2: 'Montserrat', sans-serif;
  --font3: 'Helvetica Neue';
}
*,::before,::after {
  transition: 0.3s;
}
body {
  font-size: 16px;
  line-height: 1.2;
  background-color: #fff;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
a, a:active, a:focus, a:active {
  text-decoration:none !important;
  color: inherit;
}
input{
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover,
a:focus,
input:focus,
input:hover,
select:focus,
select:hover,
select:active,
textarea:focus,
textarea:hover,
button:focus {
  outline: none;
}
::placeholder {
  opacity: 1;
}
:focus::placeholder {
  opacity: 0;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
iframe {
  width: 100%;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  font-weight: 700;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
p{
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
p:last-child{
  margin: 0;
}
.main-wrap {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1670px;
  }
}
main {
  margin-top: 0px;
}
@media (max-width: 575px) {
  main {
  margin-top: 0px;
  }
}




/* header */
.header-section {
  position: static;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.16);
}
.header-top {
  padding: 16px 0;
  background: var(--theme__darkass-color);
}
.header-top .container {
  gap: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-top--cta {
  font-weight: 700;
  font-family: var(--font3);
  font-size: 20px;
  color: var(--theme__color1);
}
.header-top--cta:hover {
  color: var(--theme__color1);
}

.header-bottom {

}
.header-bottom .container {
  height: 92px;
  display: flex;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
}
.main-menu  {

}
.main-menu ul {
  gap: 80px;
  height: 100%;
  display: flex;
}
.main-menu ul li {
  height: 100%;
}
.main-menu ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-family: var(--font2);
}
.main-menu ul li a:hover {
  color: var(--theme__color1);
}
.search {
  flex-grow: 1;
  max-width: 415px;
  display: flex;
  align-items: center;
  align-self: center;
  position: relative;
}
.search .search--button {
  position: absolute;
  top: 8px;
  left: 10px;
  background: transparent;
  border: none;
}
.search .search--input {
  padding: 0 20px 0 40px;
  background: #E5E5E5;
  border: none;
  border-radius: 40px;
  height: 38px;
  width: 100%;
  flex-grow: 1;
  text-align: right;
  color: #000;
}
.search .search--input::placeholder {
  opacity: 0.5;
}

.mobile-header {
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #1f304e;
}
.mobile-header .container {
  display: flex;
  justify-content: center;
  position: relative;
}
.mobile-header .inner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.mobile-header .inner-content .logo {
  width: 200px;
}
.mobile-header .inner-content .logo img {
  width: 100%;
}
.mobile-header .inner-content .cta  {
  font-weight: 700;
  font-family: var(--font3);
  font-size: 20px;
  color: var(--theme__color1);
}
/* header-end */


/* hero-section */
.hero-section {

}
.hero-slider {

}
.hero-slider--slide {
  height: 810px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  justify-content: flex-end;
}
.hero-slider--content {
  padding: 172px 140px;
  max-width: 676px;
  width: 100%;
  background: linear-gradient(rgb(0, 0, 0),rgba(0, 0, 0, 0.26));
  height: 100%;
}
.hero-slider--content h3 {
  margin: 0 0 0;
  font-size: 30px;
  font-weight: 400;
  color: var(--theme__color1);
  font-family: var(--font2);
}
.hero-slider--content h1 {
  margin: 0 0 50px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.hero-slider-content .hero-slider--button {

}
.hero-slider .owl-dots {
	position: absolute;
	right: 536px;
	bottom: 289px;
	transform: translateX(100%);
}
/* hero-section-end */


/* owl-dots1 */
.owl-dots1 .owl-dots {
 display: flex;
 justify-content: center;
 gap: 14px;
}
.owl-dots1 .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #fff;
}
.owl-dots1 .owl-dots .owl-dot.active {
  background: var(--theme__color1);
}
/* owl-dots1-end */


/* data-show1 */
.data-show1 {
  margin: 260px 0 0;
}
.data-show1-use2 {
  margin: 150px;
}
.data-show1 .container {
  padding: 0;
  box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.14);
  display: flex;
}
.data-show1__image  {
  width: 690px;
  flex-shrink: 0;
}
.data-show1--flip .data-show1__image {
  order: 2;
}
.data-show1__image img {
  width: 100%;
}
.data-show1__content {
  padding: 0 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.data-show1__content h4 {
  font-size: 20px;
  font-family: var(--font2);
  text-transform: uppercase;
  margin: 0 0 -3px;
  color: inherit;
}
.data-show1__content h2 {
  margin: 0 0 35px;
  font-size: 30px;
  font-family: var(--font2);
  text-transform: uppercase;
  line-height: 1.5;
  color: inherit;
}
.data-show1__content p {
  margin: 0 0 45px;
  font-size: 20px;
  color: inherit;
}
.data-show1__content .button  {

}
/* data-show1-end */


/* showcase1 */
.showcase1 {
  margin: 150px 0 0;
  display: flex;
}
.showcase1__item {
  width: 33.3333%;
  height: 600px;
  position: relative;
  z-index: 1;
}

.showcase1__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.showcase1__item-content {
  padding: 100px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.26),rgb(0, 0, 0));
}
.showcase1__item-content h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  font-family: var(--font2);
  line-height: 1.4;
}
/* showcase1-end */


/* expert-section */
.expert-section {
  margin: 150px 0 0;
  padding: 120px 0 145px;
  background: var(--theme__darkass-color);
}
.title-area {
  padding: 0 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.title-area h2 {
  font-size: 30px;
  font-weight: 700;
  font-family: var(--font2);
  color: #fff;
  text-align: center;
}
.expert-slider {
  padding: 220px 0 0;
}
.expert-slider__slide {
  background: #fff;
  padding: 40px;
}
.expert-slider__slide-img {
    height: 170px;
    overflow: hidden;
}
.expert-slider__slide-img img {
  object-fit:cover;
}
.expert-slider__content {
  min-height: 158px;
  padding: 41px 0 0;
  text-align: center;
}
.expert-slider__content h3 {
  font-size: 20px;
  font-family: var(--font1);
}
.expert-slider .owl-nav {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
}
/* expert-section-end */


/* Product section */
.ariane {
  align-items: center;
  font-size: 15px;
  font-family: var(--font2);
}
.product-category-menu {
  font-size: 15px;
  font-family: var(--font2);

} 
.product-title {
  font-weight:700;
  font-size:2rem;
}
.cross-section {
margin: 150px 0 0;
padding: 120px 0 145px;
}
.cross-section h2 {
      font-size: 30px;
  font-weight: 700;
  font-family: var(--font2);
  color: #fff;
  text-align: center;
color: var(--theme__darkass-color);
}
.product-info {
  border-left:solid 4px #f17b2f;
  padding-left:5%;
}
/* Product section end */

/* owl-arrow1 */
.owl-arrow1 .owl-nav  {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.owl-arrow1 .owl-nav button {
  height: 95px;
  width: 95px;
  background: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-arrow1 .owl-nav button span {
  color: var(--theme__color1);
  font-weight: 300;
  font-size: 50px;
}
/* owl-arrow1-end */


/* references-section */
.reference-section {
  padding: 110px 0;
  margin: 0 !important;
  background-size: cover !important;
  background-position: center !important;
}
.reference-section .container {
  padding: 0 125px;
}
.references {
	padding: 60px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 120px;
	row-gap: 80px;
}
.references__single {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.references__single img {
  
}
.references__single p {
  margin: 25px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.reference-section--lighter .references__single p {
  color: #000;
}
.reference-section .bottom-button-wrap {
  padding: 110px 0 0;
  display: flex;
  justify-content: center;
}
/* references-section-end */


/* achievement-section */
.achievement-section {
  margin: 150px 0 0;
}
.achievement-grid {
  padding: 100px 0 0;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-gap: 50px;
}
.achievement-grid__item {
  position: relative;
  box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.16);
}
.achievement-grid__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.achievement-grid__item2-2 {
  grid-row: auto / span 2;
  grid-column: auto / span 2;
}
.achievement-grid__item3-1 {
  grid-column: auto / span 3;
}
.achievement-grid__item-content {
  padding: 60px 65px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%,#000);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.achievement-grid__item-content h3 {
  font-size: 30px;
  font-family: var(--font2);
  
}
.achievement-grid__item-content p {
  font-size: 20px;
}
/* achievement-section-end */

/* factory-section */
.factory-section {
  margin: 170px 0 0;
  padding: 0 0 130px;
  background: var(--theme__color1);
}
.factory-section .title-area {
  padding: 110px 0 210px;
  background: var(--theme__darkass-color);
  text-align: center;
}
.factory-option {
  display: flex;
  justify-content: space-evenly;
}
.factory-option__single {
	margin-top: -130px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.factory-option__single-image {

}
.factory-option__single-image img {

}
.factory-option__single-content  {

}
.factory-option__single-content p {
  margin: 45px 0 0;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
/* factory-section-end */

/* contact-us-section */
.contact-us-section {
  padding: 140px 0;
  background: #F5F5F5;
}
.contact-us-section .container {
  display: flex;
  justify-content: space-between;
}
.contact-us-section .container .contact-img-grid {
  display: grid;
  grid-template-columns: auto(2,1fr);
  grid-gap: 16px;
  width: 50%;
}
.contact-img-grid-single {

}
.contact-img-grid__single img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.contact-img-grid__single2-5 {
  grid-column: auto / span 2;
  grid-row: auto / span 5;
}
.contact-img-grid__single1-4 {
  grid-column: auto / span 1;
  grid-row: auto / span 4;
}
.contact-us-section .contact-form {
  width: 41%;
}
.contact-form  {
  background: #fff;
  box-shadow:10px 10px 6px rgba(0, 0, 0, 0.16);
}
.contact-form h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding: 0 0 50px;
}
.contact-form .contact-form-inner {
  padding: 95px 60px 70px;
  display: flex;
  flex-direction: column;
}
.contact-form__single-input {
  margin-bottom: 30px;
  width: 100%;
}
.contact-form__single-input input,
.contact-form__single-input textarea {
  padding: 9px 20px;
  background: #E5E5E5;
  border: none;
  resize: none;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  width: 100%;
}
.contact-form__single-input textarea {
  height: 286px;
}
.contact-form__submit-button {
  width: 100% !important;
  max-width: 222px;
  align-self: center;
}

/* contact-us-section-end */


/* footer-section */
.footer-section {
  padding: 70px 0 75px;
  background: var(--theme__darkass-color);
  color: #fff;
}
.footer-widget {
  height: 100%;
}
.footer-section h3 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 500;
}
.footer-section h3.big {
  font-size: 25px;
}
.footer-logo {

}
.footer-nav {
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.footer-nav li {

}
.footer-nav li a {
  font-size: 15px;
  font-weight: 500;
}
.footer-nav li a:hover {
  color: var(--theme__color1);
}
.footer-social {
  padding: 12px 0 0;
  display: flex;
  gap: 20px;
}
.footer-social a {
  font-size: 30px;
}
.footer-social a:hover {
  color: var(--theme__color1);
}
/* footer-section-end */


/* offcanvas-css */
.offcanvas-open {
  font-size: 22px;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: var(--theme__color1);
  font-size: 25px;
}
.offcanvas-open:hover {
  color: var(--theme__color1);
  opacity: 0.9;
}
.offcanvas-close {
  color: var(--theme__color1);
  position: absolute;
  transition: 0.3s;
  right: 25px;
  top: 25px;
}
.offcanvas-close:hover {
  color: #97A3AE;
}
.offcanvas-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transform: translateX(-105%);
  transition: 0.3s;
}
.offcanvas-menu.active {
  transform: translate(0);
}
.offcanvas-menu .offmenu {
  max-width: 250px;
  min-width: 200px;
  z-index: 5;
  position: relative;
  background: #1F304E;
  height: 100%;
  padding: 50px 20px 40px;
  overflow: auto;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.offcanvas-menu .offmenu :-webkit-scrollbar {
  display: none;
}
.offcanvas-menu ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: var(--theme__color1);
  padding: 10px;
}
.dropdown-menu-custom ul {
  background: #fff;
  padding: 20px 0;
}
.dropdown-menu-custom ul li a {
  color: #97A3AE;
}
.offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.178);
  z-index: 2;
  transform: 0;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}
/* offcanvas-css-end */

/* preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #eff6ff9d;
  border-top-color: var(--theme__color1);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
/* preloader-end */
.category_size {
  max-height:250px;
}
.category_size img {
  width:250px;
  height:250px;
  min-height:250px;
  object-fit: cover;
}
.references__single p.black_txt {
  color:#000;
}