@import url(../../../../cdn.jsdelivr.net/npm/remixicon%402.5.0/fonts/remixicon.css);
.a-btn {
  position: relative;
  display: inline-block;
  background-color: #012A40;
  text-align: center;
  height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 10px;
  border-radius: 24px;
  color: #fff !important;
  font-size: 18px;
  padding-top: 7px;
}

.a-btn i {
  vertical-align: middle;
}

.mega-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  top: 0;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1095 !important;
  position: relative;
}

.mega-header .mega {
  background-color: #fff;
  max-width: 100%;
  width: calc( 100% - 200px);
  z-index: 10;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
}

.mega-header .mega ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mega-header .mega ul li {
  margin: 10px 22px;
  display: inline-block;
  position: relative;
}

.mega-header .mega ul li:hover .mega-item {
  display: block;
}

.mega-header .mega ul li .mega-item {
  display: none;
}

.mega-header .mega ul a:not(.a-btn) {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.mega-header .left-10 {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

.mega-header .left-50 {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mega-header .mega-item.max-width {
  min-width: 250px;
}

.mega-header .mega-item {
  position: absolute;
  min-width: 600px;
  text-align: left !important;
  top: 20px;
}

.mega-header .mega-item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px rgba(66, 27, 27, 0.1);
          box-shadow: 0 0 24px rgba(66, 27, 27, 0.1);
  margin-top: 30px;
}

.mega-header .mega-item .row .col-sm-8 {
  max-width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  position: relative;
  overflow: hidden;
}

.mega-header .mega-item .row .col-sm-4 {
  max-width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  position: relative;
  overflow: hidden;
}

.mega-header .mega-item ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.mega-header .mega-item ul a {
  text-transform: capitalize !important;
}

.mega-header .mega-item .mega-preview {
  position: relative;
}

.mega-header .mega-item .thumb {
  position: relative;
}

.mega-header .mega-item .thumb img {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  top: 0;
  left: 0;
  height: inherit;
  /*height: -moz-available;
  height: stretch;*/
  opacity: 0;
  max-height: 280px;
}

.mega-header .mega-item .thumb .visible {
  opacity: 1;
}

.contact-social li {
  margin: 10px 20px;
}

.contact-social li i {
  font-size: 30px;
  color: #000;
}

.padding-10 {
  padding: 10px;
}

.custome-banner-in-design {
  position: relative;
  overflow: visible;
}

.custome-banner-in-design .one-pies {
  position: absolute;
  top: -100px;
  max-width: 300px;
  right: 10%;
}

.un-list li {
  padding-left: 0 !important;
  margin-bottom: 15px;
  margin-top: 15px;
}

.un-list li p {
  font-size: 14px;
  font-weight: bold;
}

.un-list li::before {
  display: none;
}

.product-inner-slider .swiper-slide img {
  width: 100%;
  min-height: 500px;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-inner-slider .swiper-container {
  position: relative;
}

.product-inner-slider img {
  min-height: 380px;
}

.product-inner-slider .btn {
  opacity: 1 !important;
  padding: 10px 0;
  position: absolute !important;
}

.product-inner-slider .btn::after {
  display: none;
}

.product-inner-slider .swiper-button-prev {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.product-inner-slider .swiper-button-next {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  right: 0 !important;
}

.min-logo {
  text-align: center;
}

.min-logo img {
  max-width: 250px;
  display: block;
  margin: 20px auto;
}

.min-logo img:last-child {
  margin-top: 50px;
  max-width: 180px;
}

.design-innovation .img-box img {
  max-width: 80%;
}

.custome-arrow .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custome-arrow .img-box img {
  max-width: 80%;
}

.rimless-gif {
  position: relative;
}

.rimless-gif .arrow.is-inview img {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition: all 3s ease-in;
  transition: all 3s ease-in;
  opacity: 1;
}

.rimless-gif .arrow.is-inview .rimless-line {
  right: 30px;
  top: 22%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.rimless-gif .arrow.is-inview .rimaway-line {
  right: 30px;
  top: 40%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.rimless-gif .arrow.is-inview .simphony-line {
  left: 0;
  bottom: 42%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}



.rimless-gif .arrow.is-inview .outlet-line {
  right: 420px;
  top: 65%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.rimless-gif .arrow.is-inview .bowl-line {
  right: 112px;
  top: 53%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.rimless-gif .arrow.is-inview .trapway-line {
  left: 217px;
  bottom: 45%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.rimless-gif .arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rimless-gif .arrow img {
  position: absolute;
  max-width: 300px;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition: all 3s ease-in;
  transition: all 3s ease-in;
  opacity: 0;
}

.rimless-gif .arrow .rimless-line {
  right: 30px;
  top: 22%;
  max-width: 120px;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
}

.rimless-gif .arrow .rimaway-line {
  right: 30px;
  top: 40%;
  max-width: 300px;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}

.rimless-gif .arrow .simphony-line {
  left: 0;
  bottom: 42%;
  max-width: 200px;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}


.rimless-gif .arrow .outlet-line {
  right: 30px;
  top: 44%;
  max-width: 100px;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
}

.rimless-gif .arrow .bowl-line {
  right: 30px;
  top: 40%;
  max-width: 250px;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}

.rimless-gif .arrow .trapway-line {
  left: 0;
  bottom: 42%;
  max-width: 200px;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}

.tornado-gif {
  position: relative;
}

.tornado-gif .arrow.is-inview img {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition: all 3s ease-in;
  transition: all 3s ease-in;
  opacity: 1;
}

.tornado-gif .arrow.is-inview .tornado-line {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.tornado-gif .arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tornado-gif .arrow .tornado-line {
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}

.tornado-gif .arrow img {
  position: absolute;
  max-width: 300px;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition: all 3s ease-in;
  transition: all 3s ease-in;
}

.hiiden-gif {
  position: relative;
}

.hiiden-gif .arrow.is-inview img {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition: all 3s ease-in;
  transition: all 3s ease-in;
}

.hiiden-gif .arrow.is-inview .line-1 {
  opacity: 1;
  top: 40%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hiiden-gif .arrow.is-inview .line-2 {
  opacity: 1;
  top: 63%;
  left: 30px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hiiden-gif .arrow.is-inview .line-3 {
  opacity: 1;
  top: 85%;
  left: 30px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hiiden-gif .arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hiiden-gif .arrow img {
  position: absolute;
  max-width: 200px;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition: all 3s ease-in;
  transition: all 3s ease-in;
  left: 0;
  opacity: 0;
}

.hiiden-gif .arrow .line-1 {
  opacity: 1;
  top: 40%;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}

.hiiden-gif .arrow .line-2 {
  opacity: 1;
  top: 63%;
  left: 30px;
  -webkit-transform: translateX(-350px);
          transform: translateX(-350px);
}

.hiiden-gif .arrow .line-3 {
  opacity: 1;
  top: 85%;
  left: 30px;
  -webkit-transform: translateX(-500px);
          transform: translateX(-500px);
}

.about-box-content img {
  margin-right: 0;
  display: block;
}

.about-box-content p {
  padding-top: 20px;
  border-top: 3px solid #012A40;
}

.about-box-content-white img {
  margin-right: 0;
  display: block;
}

.about-box-content-white p {
  padding-top: 20px;
  border-top: 3px solid #fff;
}
/*====================================================================================== */
.detailsBox{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tech-img{
  width: 10rem;
}
.imgBox{
  height: 25rem;
  width: 25rem;
  overflow: hidden;
  
}

.fullImg{
  position: relative;
  top: -4rem;
}

.testing{
  border: 1px solid red;
}

.pedestalBox{
  display: flex;
  flex-wrap: wrap;
}
.pedestalBoxItem{
  flex: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.techImg{
  transform: scale(0.8);
}
img{
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .pedestalBox {
    display: block;
  }
  .techImg{
    transform: scale(1);
  }
  
}


.topnav a {
				float: left;
				display: block;
				color: black;
				text-align: center;				
				text-decoration: none;
				font-size: 17px;
			  }
			.mega a.icon {
				display: none;
			  }
			  
			
			@media screen and (max-width: 600px) {
				.mega-header .mega ul {
					display: none !important;
				}
			  .mega-header .mega a.icon{
				float: right;
				display: block !important;
			 }
			
			 .topnav a{
				padding: 14px 16px;
			 }
			 
			.mega-header .mega-item {
				position: relative;
				top:0px;
			}
			.mega-header .mega-item .row .col-sm-8 {
				display: none;
			}
			.mega-header .mega-item .row {
				-webkit-box-shadow: 0 0 0px rgba(66, 27, 27, 0.1);
				box-shadow: 0 0 0px rgba(66, 27, 27, 0.1);
				padding: 0px;
			}

			.mega-header .mega ul a:not(.a-btn){
				line-height: 0px;
			}
			.mega-header .left-10 {
				-webkit-transform: translateX(0%);
    			transform: translateX(0%);
			}
			.mega-header .left-50 {
				-webkit-transform: translateX(0%);
				transform: translateX(0%);
			}
			.mega-header .mega ul li {
				margin: 4px 22px;
				width:100%;
			}
			.mega-header .mega-item {
			min-width: 650px;
			}
			}
			
			@media screen and (max-width: 600px) {
				.mega-header .mega.responsive {
					margin-bottom: 30px;
    				transform: translateX(0);
					height: auto;
					transition-delay: 0.4s;
					position: fixed;
					z-index: 1000;
					top: 0;
					padding-top: 35px;
					padding-bottom: 35px;
					right: 0;
					padding-right: 40px;
					padding-left: 0;
				 }
				.mega-header .mega.responsive .icon {
				right: 0;
				
			  }
			  .mega-header .mega.responsive ul {
				float: none;
				display: block !important;
				text-align: left;
			  }
			  
			}
			
			.display-block{
				display:block;
			}