.main-footer {
  background-color: #1a3f59;
  overflow: hidden;
}
.main-footer .auto-container {
  position: relative;
}
.main-footer .footer-bottom {
  padding-bottom: 15px !important;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .main-footer .footer-bottom {
    justify-content: center;
    align-items: center;
  }
}
.main-footer .footer-bottom div {
  color: #fff;
}
@media (max-width: 767px) {
  .main-footer .footer-bottom div {
    margin-bottom: 5px;
  }
}
.main-footer .about-widget {
  margin-top: 40px;
}
.main-footer .about-widget .text {
  color: #fff;
}
.main-footer img.arrow {
  position: absolute;
    top: 5%;  
    left: -35%;
    width: 650px;
    height: 650px;
    z-index: 0;
    opacity: 0.1;
}
@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  .main-footer img.arrow {
    left: -20%;
    top: 8%;
  }
}
@media (max-width: 1200px) {
  .main-footer img.arrow {
    left: -50%;
  }
}
@media (max-width: 1100px) {
  .main-footer img.arrow {
    left: -50%;
  }
}
@media (max-width: 1000px) {
  .main-footer img.arrow {
    top: -6%;
  }
}
@media (max-width: 550px) {
  .main-footer img.arrow {
    top: 12px;
  }
}
.main-footer .footer-title {
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.main-footer li {
  color: #ffffffe8 !important;
}
.main-footer li a {
  color: #ffffffe8 !important;
}
.main-footer .social-links {
  padding-left: 0px;
  padding-top: 15px;
}
.main-footer .social-links ul {
  display: flex;
  align-items: center;
  gap: 18px;
}
.main-footer .social-links ul li {
  width: 45px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 10px;
  background-color: #e55048;
}
.main-footer .social-links ul li a i {
  color: white;
  font-size: 18px;
}
.main-footer .product {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.main-footer .product li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 30px;
}
.main-footer .product li a {
  font-size: 15px !important;
}
.main-footer .product h3 {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.main-footer .product h3>a {
  color: #ffffffe8 ;
}
.main-footer .product > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.main-footer .contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-footer .contact li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.main-footer .contact .office-title {
	color: #fff;
	margin-bottom: 1px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
}

.sec-title h2 {
  /* letter-spacing: 0.5px; */
}
.sec-title h2 span {
  color: #1a3e57;
}

.bg-dark {
  padding: 80px 0;
  padding-bottom: 80px;
  background-color: #1a3f59 !important;
}
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark .text {
  color: #fff;
}

.collection {
  padding: 80px 0 50px;
  margin-bottom: 100px;
  position: relative;
  background-color: #1a3f59;
}
.collection .sec-title {
  color: #fff;
}
.collection svg.bottom {
  position: absolute;
  bottom: -195px;
}
.collection .row {
  flex-wrap: wrap;
}
.collection .row > div:nth-child(2) {
  margin-top: 50px;
}
@media (max-width: 1095px) {
  .collection .row > div:nth-child(2) {
    margin-top: 0;
  }
}
.collection .row > div:nth-child(3) {
  margin-top: 85px;
}
@media (max-width: 1095px) {
  .collection .row > div:nth-child(3) {
    margin-top: 0;
  }
}
.collection .row > div:nth-child(4) {
  margin-top: 115px;
}
@media (max-width: 1095px) {
  .collection .row > div:nth-child(4) {
    margin-top: 0;
  }
}
.collection .row .inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.collection .row .inner h3 {
  font-size: 24px;
}
.collection .row .inner .read-more {
  gap: 1px;
  align-items: center;
}
.collection .row .inner img {
  border-radius: 20px;
  max-width: 263px;
}
.collection .row .inner a {
  color: #fff;
  font-size: 20px;
}

.application {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .application {
    padding-top: 0;
    padding-bottom: 100px !important;
  }
}
@media (max-width: 991px) {
  .application .row {
    justify-content: center !important;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .application .row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.application .service-block-three {
  min-width: 175px;
}
.application svg {
  position: absolute;
  left: 0;
  display: none;
  transform: rotate(-180deg);
}
.application .box {
  max-width: 210px;
  width: 100%;
  border-top: 2px solid var(--color1);
  border-left: 2px solid var(--color1);
  border-bottom: 2px solid var(--color2);
  border-right: 2px solid var(--color2);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #fff;
  padding: 0 10px 14px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.application .box .icon {
  margin-bottom: 0px;
}
.application img {
  width: 100%;
  height: auto;
}

.why-us {
  background-color: #f8f5f5;
  padding-bottom: 80px;
  padding-top: 80px;
}
.why-us .row {
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 1254px) {
  .why-us .row {
    justify-content: center;
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .why-us .row {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }
}
@media (max-width: 410px) {
  .why-us .box svg {
    display: none;
  }
}

.stats svg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-about .image {
  position: relative;
}
.home-about .image img {
  width: 500px;
}
.home-about .sec-title {
  margin-bottom: 40px;
}

.theme-btn {
  padding: 12.5px 31px;
}

.export-home {
  padding: 0px 0 80px;
}
.export-home .text {
  margin-bottom: 30px;
}
.export-home .image {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .export-home .image {
    padding-top: 50px;
  }
}
.export-home img {
  /* max-width: 350px; */
}
.export-home .sec-title {
  margin-bottom: 25px;
}
.export-home:before {
  content: "";
    position: absolute;
    right: 0;
    top: 75%;
    transform: translateY(-50%);
    width: 47%;
    height: 55%;
    background-color: #f8f8f8;
    z-index: -1;
}

.banner-section .inner {
  background: rgba(2, 36, 80, 0.5);
}

.banner-section .swiper-slide {
  height: calc(100vh - 80px);
}

.about-page .about {
  position: relative;
  padding: 100px 0 100px 0;
}
.about-page .about .text {
  margin-bottom: 30px;
}
.about-page .about .sec-title {
  /* margin-bottom: 40px; */
}
.about-page .about::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f8f8f8;
  z-index: 0;
  width: 100%;
  height: 48%;
}
.about-page .about img {
  position: relative;
}
.about-page .about .image::before {
  content: "";
  position: absolute;
  right: 25px;
  width: 50%;
  height: 50%;
  top: -25px;
  background-color: var(--color1);
  z-index: -11;
}

.vmv {
  margin-top: -65px;
  padding: 0;
  position: relative;
  background-color: transparent !important;
}
.vmv img {
  max-width: 360px;
}
.vmv::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 90%;
  background-color: #1a3f59;
  z-index: -1;
}
.vmv .row {
  align-items: center;
}
.vmv .sec-title {
  margin-bottom: 0;
}
.vmv .sec-title h2 {
  letter-spacing: 0.5px;
  font-size: 36px;
}

.certificate {
  margin-top: -310px;
  z-index: -1;
  position: relative;
  padding: 80px 0 80px;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .certificate .row {
    justify-content: center;
    gap: 15px;
  }
}
.certificate img {
  max-width: 350px;
  margin: 0px 15px;
}

.made-in-india .image::before {
  content: "";
  position: absolute;
  right: 36px;
  width: 50%;
  height: 50%;
  bottom: -25px;
  background-color: var(--color1);
  z-index: -11;
}
.made-in-india .before {
  padding-right: 15px;
}
.made-in-india .before::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f8f8f8;
}
.made-in-india .sec-title {
  margin-bottom: 0px;
}
.made-in-india .text {
  margin-bottom: 30px;
}
.made-in-india + .text {
  margin-top: 10px;
}

.export {
  padding: 80px 0;
}
.export .text {
  margin-bottom: 30px;
}
.export .image {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: end;
  max-width: 500px;
}
.export .image img {
  transition: 40s;
    transform: rotate(360deg);
}
.export .col-lg-6:hover .image img {
  transition: 20s;
    transform: rotate(-360deg);
}
@media (max-width: 767px) {
  .export .image {
    margin: 0;
    margin-top: 0px;
  }
}
.export .image::before {
  content: "";
  position: absolute;
  right: 0;
  width: 70%;
  height: 100%;
  bottom: 0;
  /* background-color: var(--color1); */
  z-index: -11;
}
@media (max-width: 767px) {
  .export .image::before {
    right: 0;
  }
}
.export .sec-title {
  margin-bottom: 40px;
}
.export:before {
  content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(0%);
    width: 50%;
    height: 100%;
    background-color: #f8f8f8;
    z-index: -1;
  /* content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 30%;
  height: 100%;
  background-color: #f8f5f5;
  z-index: -1; */
}

.export-country .row .col{
  -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

@media (max-width: 767px) {
  .export-country {
    padding: 50px 0;
    margin-top: 40px;
  }
}
.export-country svg {
  max-width: 1225px;
  width: 100%;
  height: auto;
}
.country_weexport {
  padding: 80px 0;
}
.collection-page .banner-section .inner, 
.collection-page .banner-section h1 {
  opacity: 1 !important;
  visibility: visible !important;
}
.collection-page .banner-section .content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.collection-page .banner-section .banner {
  width: 100%;
  height: calc(100vh - 80px);
}
@media only screen and (max-width:414px){
	.collection-page .banner-section .banner {
		width: 100%;
		height: calc(38vh - 80px);
	}	
}
.collection-page .page-title {
  padding: 0;
}

.features {
  padding: 60px 0 80px 0;
  /* margin-bottom: 80px; */
}
.features .row {
  justify-content: space-between;
  padding: 0 15px;
  /* gap: 30px; */
  text-align: center;
}
.features .row h5 {
  padding-top: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .features .row .col-lg-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 20px;
  }
  /* .features .row {
    flex-direction: column;
  } */
}

.paragraph {
  padding: 80px 0 40px;
}
.paragraph .text {
  /* margin-bottom: 15px; */
}

.collection-page .imgs {
  margin-top: 30px;
}
.collection-page .imgs .image-5 {
  -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.collection-page .sec-title {
  margin-bottom: 30px;
}
.collection-page .about-section-six .sec-title h2 {
  font-size: 38px;
}
.collection-page .imgs h2 {
  font-size: 30px;
}
.collection-page .row > div > img{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.collection-page .imgs .row > div {
  /* display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center; */
  padding-bottom: 30px;
}
.collection-page .pb {
  padding-bottom: 30px;
}

.export-contact {
  background-image: url("../../includes/images/export/export-contact-banner.jpg");
}
.export-contact .content {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.export-contact .content h2 {
  font-size: 40px;
  color: #1a3f59;
}

.theme-btn.btn-style-two {
  border-color: #e55048;
}

.count-outer {
  display: flex;
  /* justify-content: center; */
}

.megamenu {
  background: linear-gradient(89.88deg, #1a3f59 0.11%, rgba(255, 255, 255, 0) 100.65%);
  padding: 0 !important;
  background-color: #fff !important;
  width: 1200px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
@media (max-width: 1140px) {
  .megamenu {
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
  }
}
.megamenu h1, .megamenu a {
  color: #fff;
}
.megamenu .product-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) -0.68%, rgb(0 0 0 / 67%) 100%);
}
.megamenu .products {
  padding: 30px 0 12px;
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  /* flex-direction: column; */
  padding-left: 70px;
}
@media (max-width: 1140px) {
  .megamenu .products {
    padding-left: 15px;
  }
}

.megamenu .products .product {
  padding: 10px 0;
  padding-bottom: 40px;
  -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.megamenu .products .product .size_sec {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.megamenu .products .product .size_sec a {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.megamenu .products .product .size_sec a.wall_high_depth{
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
}
.megamenu .products .product:not(:last-child) {
  /* border-bottom: 1px solid #f5f5f5; */
}
.megamenu .products .product h1>a,
.megamenu .products .product h1 {
  margin-bottom: 0px;
  font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
}
.megamenu .products .product .menu_line {
  width: 118px;
  margin-bottom: 20px;
}
.megamenu .products .product a:hover{	
  color: #e55048;
} 
.megamenu .products .product a{
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.megamenu .products .product div {
  gap: 10px;
  margin-bottom: 5px;
}
@media (max-width: 1140px) {
  .megamenu .products .product div {
    flex-direction: column;
    gap: 20px;
  }
}
.megamenu .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url("../images/megamenu.jpg");
  opacity: 0.08;
}
@media (max-width: 1140px) {
  .megamenu .bg-img {
    width: 100%;
  }
}

@media (max-width: 1140px) {
  header .position-static {
    position: relative !important;
  }
}

.mobile-menu .menu-backdrop, .mobile-menu .menu-box {
  background-color: var(--color1) !important;
}/*# sourceMappingURL=custom.css.map */

@media only screen and (max-width: 767px) {
  .banner-section .swiper-slide {
      height: calc(45vh - 80px);
  }
  .collection-page .about-section-six .sec-title h2 {
    font-size: 25px;
  }
  .about-page .about {
    padding: 60px 0 60px;
  }
  .about-page .about .content {
    padding-bottom: 40px;
  }
  .certificate {
    padding: 60px 0 60px;
    margin-top: -10px;
  }
  .collection-page .imgs .gallery-block,
  .collection-page .imgs .image-5 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;    
  }
  .collection-page .imgs {
    margin-top: 60px;
  }
  .features {
    padding: 40px 0 40px 0;
  }
  .export {
    padding: 60px 0 0;
  }
  .country_weexport {
    padding: 60px 0 0 ;
  }
  .export .sec-title {
    margin-bottom: 0px;
  }
}