@charset "UTF-8";
@import 'reset.css';
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --color: 191, 45, 55;
  --subcolor: 31, 37, 41;
}

html,
body {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #555c63;
}

strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(var(--subcolor));
  font-weight: bold;
  margin-bottom: 0.5rem;
}

p {
  margin: 0 0 1.25rem;
  line-height: 1.5rem;
}

h1 {
  font-size: 36px;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  font-weight: 600;
}

h3 {
  font-size: 22px;
  font-weight: 600;
}

h4 {
  font-size: 15px;
  font-weight: 500;
}

.title {
  color: rgb(var(--color));
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
}

.subtitle {
  color: rgb(var(--subcolor));
  font-weight: 800;
  text-transform: capitalize;
  font-size: 36px;
  line-height: 42px;
}

.main-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border: 1px solid transparent;
  margin-left: 20px;
  margin-top: 20px;
  cursor: pointer;
  background: transparent;
}

.md-btn {
  padding: 11px 15px;
}

.lg-btn {
  padding: 15px 30px;
}

.xlg-btn {
  padding: 15px 50px;
}

.main-stl {
  background: rgb(var(--color));
  color: #fff;
  transition: 400ms all ease;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 3px;
  align-self: flex-start;
}
.main-stl:hover {
  background: rgb(var(--subcolor));
  color: #fff;
}

.sub-stl {
  border: 1px solid rgb(var(--subcolor));
  color: rgb(var(--subcolor));
  transition: 400ms all ease;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 20px;
  border-radius: 3px;
  align-self: flex-start;
}
.sub-stl:hover {
  background: rgb(var(--subcolor));
  border: 1px solid rgb(var(--subcolor));
  color: #fff;
}

.container {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.img-box {
  width: 100%;
  height: auto;
}
.img-box img {
  max-width: 100%;
  height: auto;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: -15px;
  top: 2px;
  font-size:12px;
}
.menu-item-has-children:hover:before {
  color: rgb(var(--color));
}

.header-main {
  width: 100%;
  height: 148px;
  display: flex;
  flex-direction: column;
}
.header-main .header-top {
  display: flex;
  width: 100%;
  min-height: 48px;
  background: #222d35;
}
.header-main .header-top .header-top-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-main .header-top .top-contact {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-main .header-top .top-contact li {
  display: flex;
  align-items: center;
  margin: 0 5px;
  color: #fff;
  font-size: 13.5px;
  position: relative;
  padding: 0 20px;
  height: 100%;
}
.header-main .header-top .top-contact li a {
  color: #fff;
  transition: 350ms all ease;
}
.header-main .header-top .top-contact li a:hover {
  color: rgb(var(--color));
}
.header-main .header-top .top-contact li i {
  margin-right: 7px;
  color: rgb(var(--color));
}
.header-main .header-top .top-contact li:first-child {
  margin-left: 0;
}
.header-main .header-top .top-contact li:last-child:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.12);
  right: 0;
  top: 0;
}
.header-main .header-top .top-contact li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.12);
  left: 0;
  top: 0;
}
.header-main .header-top .socialmedia {
  display: flex;
  height: 100%;
  align-items: center;
  margin-right: 10px;
}
.header-main .header-top .socialmedia li {
  padding: 0 10px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-main .header-top .socialmedia li:last-child {
  margin-right: 0;
}
.header-main .header-top .socialmedia li:last-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.12);
  right: -10px;
  top: 0;
}
.header-main .header-top .socialmedia li:first-child:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.12);
  left: -10px;
  top: 0;
}
.header-main .header-top .socialmedia li a {
  color: #fff;
  transition: 350ms all ease;
}
.header-main .header-top .socialmedia li a:hover {
  color: rgb(var(--color));
}
.header-main .header-bottom {
  width: 100%;
  min-height: 100px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}
.header-main .header-bottom .container {
  height: 100%;
}
.header-main .header-bottom .header-bottom-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-main .header-bottom .logo {
  width: 15%;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-main .header-bottom .logo .theme-logo {
  width: 100%;
  min-height: 40px;
}
.header-main .header-bottom .logo .theme-logo img {
  width: 100%;
}
.header-main .header-bottom .mobile-menu {
  display: none;
}
.header-main .header-bottom .menu {
  position: relative;
}
.header-main .header-bottom .menu > .menu-item {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  transition: all 0.3s ease;
}
.header-main .header-bottom .menu > .menu-item .active {
  color: rgb(var(--color));
}
.header-main .header-bottom .menu > .menu-item > a {
  color: rgb(var(--subcolor));
  font-weight: 700;
  transition: all 0.3s ease;
  padding: 12px 0;
}
.header-main .header-bottom .menu > .menu-item > a:hover {
  color: rgb(var(--color));
}
.header-main .header-bottom .menu > .menu-item > .sub-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 220px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  border-top: 3px solid rgb(var(--color));
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.header-main .header-bottom .menu > .menu-item > .sub-menu > .menu-item {
  display: block;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
}
.header-main .header-bottom .menu > .menu-item > .sub-menu > .menu-item .sub-menu {
  position: absolute;
  right: -210px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 220px;
  top: -1%;
  border-top: 3px solid rgb(var(--color));
  transition: all 0.3s ease;
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.header-main .header-bottom .menu > .menu-item > .sub-menu > .menu-item .sub-menu > .menu-item {
  display: block;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
}
.header-main .header-bottom .menu > .menu-item > .sub-menu > .menu-item .sub-menu > .menu-item:hover {
  background: #f7f7f7;
}
.header-main .header-bottom .menu > .menu-item > .sub-menu > .menu-item .sub-menu > .menu-item:hover > .sub-menu {
  background: #000;
}
.header-main .header-bottom .menu > .menu-item > .sub-menu > .menu-item .sub-menu > .menu-item > a {
  display: block;
  padding: 15px 20px;
  color: rgb(var(--subcolor));
  font-weight: 500;
}
.header-main .header-bottom .menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 500;
  color: rgb(var(--subcolor));
  transition: all 0.3s ease;
  text-transform: capitalize;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header-main .header-bottom .menu > .menu-item > .sub-menu > .menu-item:hover {
  background: #f7f7f7;
}
.header-main .header-bottom .menu > .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-main .header-bottom .header-widget {
  display: flex;
}
.header-main .header-bottom .header-widget .icon-box {
  margin-right: 10px;
}
.header-main .header-bottom .header-widget .icon-box i {
  font-size: 45px;
  color: rgb(var(--color));
}
.header-main .header-bottom .header-widget .text-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 5px;
}
.header-main .header-bottom .header-widget .text-box .call-box {
  font-size: 18px;
  font-weight: 700;
  color: rgb(var(--subcolor));
  transition: 350ms all ease;
}
.header-main .header-bottom .header-widget .text-box .call-box:hover {
  color: rgb(var(--color));
}

#slider {
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}
#slider .swiper-slide {
  display: flex;
  align-items: center;
}
#slider .swiper-slide .slider-content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#slider .swiper-slide .slider-content-wrapper .slider-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#slider .swiper-slide .slider-content-wrapper .slider-content span {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
  position: relative;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
#slider .swiper-slide .slider-content-wrapper .slider-content span:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -55px;
  width: 40px;
  height: 3px;
  background: rgb(var(--color));
}
#slider .swiper-slide .slider-content-wrapper .slider-content span:after {
  content: "";
  position: absolute;
  top: 5px;
  right: -55px;
  width: 40px;
  height: 3px;
  background: rgb(var(--color));
}
#slider .swiper-slide .slider-content-wrapper .slider-content h2 {
  color: #fff;
  font-size: 62px;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 35px;
  font-weight: 700;
  text-transform: capitalize;
}
#slider .swiper-slide .slider-content-wrapper .slider-content p {
  width: 60%;
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
  line-height: 30px;
  font-size: 16px;
}
#slider .swiper-slide .slider-content-wrapper .slider-content .main-stl {
  margin: 0 auto;
}
#slider .swiper-button-prev:after,
#slider .swiper-button-next:after {
  display: none;
}
#slider .swiper-button-prev,
#slider .swiper-button-next {
  color: #fff;
  font-size: 24px;
  margin: 0 30px;
}
#slider .swiper-pagination-bullet-active {
  background: #fff;
}

.textile-section {
  width: 100%;
  height: auto;
  padding-bottom: 180px;
}
.textile-section .textile-row {
  width: 100%;
  display: flex;
}
.textile-section .textile-row .left-content {
  width: 40%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.textile-section .textile-row .left-content .content-details {
  width: 82%;
  padding: 70px 25px 10px;
  min-height: 650px;
  background: #f8f8f8;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.textile-section .textile-row .left-content .content-details .content-header {
  width: 100%;
}
.textile-section .textile-row .left-content .content-details .content-header h2 {
  width: 100%;
  font-size: 40px;
  color: rgb(var(--subcolor));
  letter-spacing: 1px;
  font-weight: 500;
}
.textile-section .textile-row .left-content .content-details .content-header p {
  margin-top: 25px;
  line-height: 1.7rem;
}
.textile-section .textile-row .left-content .content-details .content-middle {
  width: 100%;
  height: auto;
  position: relative;
}
.textile-section .textile-row .left-content .content-details .content-middle img {
  width: 451px;
  height: 241px;
  position: absolute;
  bottom: -100px;
  left: -15%;
}
.textile-section .textile-row .left-content .content-details .content-bottom {
  width: 100%;
  text-align: center;
}
.textile-section .textile-row .left-content .content-details .content-bottom a {
  color: rgb(var(--color));
  text-decoration: underline;
}
.textile-section .textile-row .right-content {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0px;
  box-sizing: border-box;
  flex: 1;
}
.textile-section .textile-row .right-content .content-box {
  width: calc(50% - 52px);
  padding: 30px 25px 0px;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.textile-section .textile-row .right-content .content-box:nth-child(2n+2) {
  border-right: 0;
}
.textile-section .textile-row .right-content .content-box .box-icon {
  position: relative;
  padding-left: 15px;
  transition: 350ms all ease;
}
.textile-section .textile-row .right-content .content-box .box-icon:before {
  position: absolute;
  content: "";
  height: 45px;
  width: 45px;
  background-color: #f8f8f8;
  opacity: 1;
  top: 0;
  left: 0;
  border-radius: 50px;
  margin-top: -15px;
  transition: 350ms all ease;
  z-index: -1;
}
.textile-section .textile-row .right-content .content-box .box-icon img {
  width: 43.2px;
  height: 43px;
  color: rgb(var(--color));
  font-size: 40px;
}
.textile-section .textile-row .right-content .content-box h3 {
  font-size: 20px;
  margin: 15px 0px;
  font-weight: 600;
}
.textile-section .textile-row .right-content .content-box a {
  display: block;
  visibility: hidden;
  opacity: 0;
  color: rgb(var(--subcolor));
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 550ms all ease;
  padding-top: 30px;
}
.textile-section .textile-row .right-content .content-box a:hover {
  color: rgb(var(--color));
}

.about-index {
  width: 100%;
  background: #f8f8f8;
  padding-bottom: 120px;
}
.about-index .about-wrapper {
  flex: 1;
  display: flex;
}
.about-index .about-wrapper .about-left-content {
  width: 60%;
  padding: 70px 40px 0px;
  box-sizing: border-box;
}
.about-index .about-wrapper .about-left-content p {
  margin: 30px 0px;
}
.about-index .about-wrapper .about-left-content .about-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.about-index .about-wrapper .about-left-content .about-list li {
  width: 45%;
  box-sizing: border-box;
  padding: 20px 0px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.about-index .about-wrapper .about-left-content .about-list li:nth-child(2n+2) {
  border-right: 0;
  padding-left: 20px;
}
.about-index .about-wrapper .about-left-content .about-list li:nth-child(5), .about-index .about-wrapper .about-left-content .about-list li:nth-child(6) {
  border-bottom: 0;
}
.about-index .about-wrapper .about-left-content .about-list li i {
  color: rgb(var(--color));
  padding-right: 10px;
}
.about-index .about-wrapper .about-right-content {
  flex: 1;
  height: 500px;
  background: #f7f7f7;
}
.about-index .about-wrapper .about-right-content .img-box {
  margin-top: -120px;
}

.banner {
  width: 100%;
  background: #0f0f16;
  padding: 70px 0px;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.banner:after, .banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  z-index: 1;
  background: rgb(var(--color));
  transform: rotate(60deg);
}
.banner:before {
  width: 30%;
  transform: rotate(120deg);
}
.banner .banner-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}
.banner .banner-wrapper .banner-title {
  font-size: 30px;
  text-align: left;
  color: #eee;
  font-weight: 600;
}
.banner .banner-wrapper p {
  font-size: 17px;
  margin-bottom: 2rem;
  color:#c3c3c3;
}
.banner .banner-wrapper .sub-stl {
  margin: 0px;
  background: #fff;
}
.banner .banner-wrapper .sub-stl:hover {
  background: rgb(var(--color));
}

#services-swiper .swiper-pagination-bullet-active,
#blog-swiper .swiper-pagination-bullet-active {
  background: rgb(var(--color));
}
#services-swiper .swiper-pagination-bullet,
#blog-swiper .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 3px;
}

.our-services {
  width: 100%;
  padding: 60px 0px;
}
.our-services .services-wrapper {
  width: 100%;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
}
.our-services .services-wrapper .subtitle {
  width: 55%;
}
.our-services .services-wrapper .services-box {
  border: 1px solid #eee;
  padding: 17px 17px 30px 17px;
  transition: 550ms all ease;
  min-height: 370px;
  margin-top: 30px;
  background: #fff;
  margin: 40px 1px;
  border-radius: 3px;
}
.our-services .services-wrapper .services-box:hover {
  transform: translateY(-7px);
  border: 1px solid rgb(var(--color));
}
.our-services .services-wrapper .services-box:hover img {
  transform: scale(1.07) rotate(0.5deg);
}
.our-services .services-wrapper .services-box .img-box {
  overflow: hidden;
}
.our-services .services-wrapper .services-box .img-box img {
  width: 100%;
  transition: 550ms all ease;
}
.our-services .services-wrapper .services-box h3 {
  margin: 17px 0;
}
.our-services .services-wrapper .services-box .box-link {
  color: rgb(var(--color));
  transition: 550ms all ease;
  margin-top: 20px;
}
.our-services .services-wrapper .services-box .box-link:hover {
  padding-left: 10px;
}
.our-services .services-wrapper .main-stl {
  margin: 0 auto;
  margin-top: 25px;
}

#services-swiper .swiper-pagination-bullet-active {
  background: rgb(var(--color));
}
#services-swiper .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 3px;
}

.blog {
  width: 100%;
  padding: 60px 0px;
}
.blog .blog-wrapper {
  width: 100%;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
}
.blog .blog-wrapper .subtitle {
  width: 55%;
}
.blog .blog-wrapper .blog-box {
  position: relative;
  border: 1px solid #eee;
  padding: 17px 17px 30px 17px;
  transition: 550ms all ease;
  min-height: 370px;
  margin-top: 30px;
  background: #fff;
  margin: 40px 1px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
}
.blog .blog-wrapper .blog-box:hover {
  transform: translateY(-7px);
  border: 1px solid rgb(var(--color));
}
.blog .blog-wrapper .blog-box:hover img {
  transform: scale(1.07) rotate(0.5deg);
}
.blog .blog-wrapper .blog-box .img-box {
  position: relative;
  overflow: hidden;
}
.blog .blog-wrapper .blog-box .img-box img {
  width: 100%;
  transition: 550ms all ease;
}
.blog .blog-wrapper .blog-box .date-box {
  position: absolute;
  right: 17px;
  z-index: 2;
  width: 63px;
  height: 63px;
  background: rgb(var(--color));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.blog .blog-wrapper .blog-box .date-box .date {
  font-size: 16px;
  font-weight: 700;
}
.blog .blog-wrapper .blog-box .date-box .month {
  font-size: 14px;
  font-weight: 500;
}
.blog .blog-wrapper .blog-box .entry-header {
  width: 100%;
  margin-top: 25px;
}
.blog .blog-wrapper .blog-box .entry-header .blog-user,
.blog .blog-wrapper .blog-box .entry-header .comments {
  font-size: 14px;
  padding: 0 10px;
  position: relative;
}
.blog .blog-wrapper .blog-box .entry-header .blog-user {
  padding-left: 0;
}
.blog .blog-wrapper .blog-box .entry-header .blog-user:after {
  content: "/";
  position: absolute;
  top: 2px;
  right: -4px;
}
.blog .blog-wrapper .blog-box .entry-title {
  margin-top: 17px;
}
.blog .blog-wrapper .blog-box .box-link {
  color: rgb(var(--color));
  transition: 550ms all ease;
  color: #fff;
}
.blog .blog-wrapper .rd-more {
  margin: 10px auto;
}

.referance {
  width: 100%;
  padding: 70px 0px;
  background: #f8f8f8;
  margin-bottom: -50px;
}
.referance img {
  width:100%;
  transition: 550ms all ease;
}
.referance img:hover {
  transform: scale(1.07) rotate(0.5deg);
}

.footer {
  width: 100%;
  background: #222d35;
  margin-top: 50px;
}
.footer .footer-wrapper {
  width: 100%;
}
.footer .footer-wrapper .footer-top {
  display: flex;
  justify-content: space-around;
  padding: 40px 0px;
}
.footer .footer-wrapper .footer-box {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.75);
}
.footer .footer-wrapper .footer-box > a {
  color: #fff;
  transition: all 0.3s ease;
}
.footer .footer-wrapper .footer-box > a:hover {
  padding-left: 10px;
  color: rgb(var(--color));
}
.footer .footer-wrapper .footer-box .widget-title {
  transition: all 0.3s ease;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
}
.footer .footer-wrapper .footer-box .widget-title:before {
  content: "";
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: -15px;
  border-radius: 3px;
  left: 0;
  background: rgb(var(--color));
}
.footer .footer-wrapper .footer-box .contact-info {
  display: flex;
  flex-direction: column;
}
.footer .footer-wrapper .footer-box .contact-info li {
  display: flex;
}
.footer .footer-wrapper .footer-box .contact-info li a {
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease;
}
.footer .footer-wrapper .footer-box .contact-info li a:hover {
  color: rgb(var(--color));
}
.footer .footer-wrapper .footer-box .contact-info li i {
  color: #fff;
}
.footer .footer-wrapper .footer-box .contact-info .info-wrap {
  margin-left: 10px;
}
.footer .footer-wrapper .footer-box .contact-info .info-wrap strong {
  color: #fff;
}
.footer .footer-wrapper .footer-box .our-services-footer,
.footer .footer-wrapper .footer-box .our-product-footer {
  width: 100%;
}
.footer .footer-wrapper .footer-box .our-services-footer li,
.footer .footer-wrapper .footer-box .our-product-footer li {
  margin: 15px 0px;
}
.footer .footer-wrapper .footer-box .our-services-footer li a,
.footer .footer-wrapper .footer-box .our-product-footer li a {
  position: relative;
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease;
}
.footer .footer-wrapper .footer-box .our-services-footer li a::before,
.footer .footer-wrapper .footer-box .our-product-footer li a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.footer .footer-wrapper .footer-box .our-services-footer li a:hover,
.footer .footer-wrapper .footer-box .our-product-footer li a:hover {
  padding-left: 20px;
  color: rgb(var(--color));
}
.footer .footer-wrapper .footer-box .our-services-footer li a:hover:before,
.footer .footer-wrapper .footer-box .our-product-footer li a:hover:before {
  border: 1px solid rgb(var(--color));
}
.footer .footer-bottom {
  width: 100%;
  padding: 20px 0px;
  background: rgb(var(--subcolor));
}
.footer .footer-bottom .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-bottom .copyright a {
  color: rgb(var(--color));
  padding: 0 3px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.footer .footer-bottom .copyright a:hover {
  color: #fff;
}

.breadcrumb {
  width: 100%;
  min-height: 250px;
  background: rgb(var(--color));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.breadcrumb .breadcrumb-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.breadcrumb .breadcrumb-wrapper .title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}
.breadcrumb .breadcrumb-wrapper .breadcrumbs {
  width: 100%;
  display: flex;
  margin-top: 30px;
  font-size: 15px;
  align-items: center;
  justify-content: center;
}
.breadcrumb .breadcrumb-wrapper .breadcrumbs li {
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}
.breadcrumb .breadcrumb-wrapper .breadcrumbs li a {
  color: #fff;
  text-decoration: underline;
  position: relative;
}
.breadcrumb .breadcrumb-wrapper .breadcrumbs li a:after {
  content: "";
  position: absolute;
  top: 30%;
  right: -15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.breadcrumb .breadcrumb-wrapper .breadcrumbs li:last-child {
  padding: 0;
}

.about-page {
  width: 100%;
  padding: 60px 0px;
}
.about-page .about-page-wrapper {
  width: 100%;
  display: flex;
}
.about-page .about-page-wrapper .left-content {
  width: 40%;
}
.about-page .about-page-wrapper .left-content img {
  width: 100%;
}
.about-page .about-page-wrapper .right-content {
  flex: 1;
  padding: 15px 80px;
  box-sizing: border-box;
}
.about-page .about-page-wrapper .right-content #double-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.about-page .about-page-wrapper .right-content #double-content h3 {
  margin-left: 20px;
}
.about-page .about-page-wrapper .right-content ul {
  width: 100%;
}
.about-page .about-page-wrapper .right-content ul li {
  padding: 10px 0px;
}
.about-page .about-page-wrapper .right-content ul li i {
  padding-right: 10px;
  color: rgb(var(--color));
}

.services-page {
  width: 100%;
  padding: 60px 0px;
}
.services-page .services-page-wrapper {
  width: 100%;
  display: flex;
}
.services-page .services-page-wrapper .left-sidebar {
  width: 33%;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.services-page .services-page-wrapper .left-sidebar .banner-sidebar {
  border-radius: 4px;
  width: 100%;
  min-height: 460px;
  background: url("https://vardarsoytekstil.com/wp-content/uploads/2021/06/sidebaner-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 35px 60px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.services-page .services-page-wrapper .left-sidebar .banner-sidebar h2 {
  color: #fff;
}
.services-page .services-page-wrapper .left-sidebar .banner-sidebar p {
  color: #f7f7f7;
  margin: 20px 0px;
}
.services-page .services-page-wrapper .left-sidebar .main-form {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(187, 187, 187, 0.33);
  margin-top: 30px;
  padding: 35px;
  box-sizing: border-box;
}
.services-page .services-page-wrapper .left-sidebar .main-form .form-services-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.services-page .services-page-wrapper .left-sidebar .main-form .form-services-box .form-services-box-content{
  width:85%;
}
.services-page .services-page-wrapper .left-sidebar .main-form .form-services-box > i {
  font-size: 32px;
  margin-right: 10px;
  color: #212529;
}
.services-page .services-page-wrapper .left-sidebar .main-form .form-services-box h3 {
  font-size: 16px;
  color: #212529;
}
.services-page .services-page-wrapper .left-sidebar .main-form .form-services-box .appointment {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  background: #6fc24b;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.services-page .services-page-wrapper .left-sidebar .main-form .form-services-box .appointment:hover {
  background: #509a30;
}
.services-page .services-page-wrapper .left-sidebar .main-form .form-services-box .wp-appointment {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  background: #e86624;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.services-page .services-page-wrapper .left-sidebar .main-form .form-services-box .wp-appointment:hover {
  background: #f75d1f;
}
.services-page .services-page-wrapper .left-sidebar .main-form .form-services-box:last-child {
  border-top: 0;
}
.services-page .services-page-wrapper .right-sidebar {
  flex: 1;
  box-sizing: border-box;
  padding: 0 20px;
}
.services-page .services-page-wrapper .right-sidebar img {
  width: 100%;
  margin: 10px 0px;
}
.services-page .services-page-wrapper .right-sidebar .services-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.services-page .services-page-wrapper .right-sidebar .services-list li {
  width: 50%;
  box-sizing: border-box;
  padding: 20px 0px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.services-page .services-page-wrapper .right-sidebar .services-list li:nth-child(2n+2) {
  border-right: 0;
  padding-left: 20px;
}
.services-page .services-page-wrapper .right-sidebar .services-list li:nth-child(5), .services-page .services-page-wrapper .right-sidebar .services-list li:nth-child(6) {
  border-bottom: 0;
}
.services-page .services-page-wrapper .right-sidebar .services-list li i {
  color: rgb(var(--color));
  padding-right: 10px;
}
.services-page .services-page-wrapper #custom-btn {
  margin-top: 20px;
}
.services-page .services-page-wrapper #custom-btn .side-btn {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 3px;
  padding: 11px 15px;
  background: #fff;
  background: rgb(var(--color));
  color: #fff;
  transition: all 0.3s ease;
}
.services-page .services-page-wrapper #custom-btn .side-btn:hover {
  background: #fff;
  color: rgb(var(--subcolor));
}

.blog-page {
  width: 100%;
  padding: 60px 0;
}
.blog-page .blog-page-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.blog-page .blog-page-wrapper .blog-box {
  width: calc(33.3% - 20px);
  position: relative;
  border: 1px solid #eee;
  padding: 17px 17px 30px 17px;
  transition: 550ms all ease;
  min-height: 370px;
  margin-top: 30px;
  background: #fff;
  margin: 40px 10px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.blog-page .blog-page-wrapper .blog-box:hover {
  transform: translateY(-7px);
  border: 1px solid rgb(var(--color));
}
.blog-page .blog-page-wrapper .blog-box:hover img {
  transform: scale(1.07) rotate(0.5deg);
}
.blog-page .blog-page-wrapper .blog-box .img-box {
  position: relative;
  overflow: hidden;
}
.blog-page .blog-page-wrapper .blog-box .img-box img {
  width: 100%;
  transition: 550ms all ease;
}
.blog-page .blog-page-wrapper .blog-box .date-box {
  position: absolute;
  right: 17px;
  top: 45%;
  z-index: 2;
  width: 63px;
  height: 63px;
  background: rgb(var(--color));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.blog-page .blog-page-wrapper .blog-box .date-box .date {
  font-size: 16px;
  font-weight: 700;
}
.blog-page .blog-page-wrapper .blog-box .date-box .month {
  font-size: 14px;
  font-weight: 500;
}
.blog-page .blog-page-wrapper .blog-box .entry-header {
  width: 100%;
  margin-top: 25px;
}
.blog-page .blog-page-wrapper .blog-box .entry-header .blog-user,
.blog-page .blog-page-wrapper .blog-box .entry-header .comments {
  font-size: 14px;
  padding: 0 10px;
  position: relative;
}
.blog-page .blog-page-wrapper .blog-box .entry-header .blog-user {
  padding-left: 0;
}
.blog-page .blog-page-wrapper .blog-box .entry-header .blog-user:after {
  content: "/";
  position: absolute;
  top: 2px;
  right: -4px;
}
.blog-page .blog-page-wrapper .blog-box .entry-title {
  margin-top: 17px;
}
.blog-page .blog-page-wrapper .blog-box .box-link {
  color: rgb(var(--color));
  transition: 550ms all ease;
  color: #fff;
}

.blog-post-page {
  width: 100%;
  padding: 60px 0px;
}
.blog-post-page .blog-post-page-wrapper {
  width: 100%;
  display: flex;
}
.blog-post-page .blog-content {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.blog-post-page .blog-content .blog-big-image {
  width: 100%;
  position: relative;
}
.blog-post-page .blog-content .blog-big-image img {
  width: 100%;
}
.blog-post-page .blog-content .blog-big-image .blog-date {
  position: absolute;
  right: 17px;
  top: 5%;
  z-index: 2;
  width: 63px;
  height: 63px;
  background: rgb(var(--color));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.blog-post-page .blog-content .blog-big-image .blog-date .date {
  font-size: 20px;
  font-weight: 700;
}
.blog-post-page .blog-content .blog-big-image .blog-date .month {
  font-size: 14px;
  font-weight: 500;
}
.blog-post-page .blog-content .blog-writer {
  width: 100%;
  padding: 30px 10px;
  margin: 30px 0px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  box-sizing: border-box;
}
.blog-post-page .blog-content .blog-writer span {
  font-weight: 500;
  margin-right: 10px;
}
.blog-post-page .blog-content .blog-writer span:after {
  content: "-";
  padding-left: 10px;
}
.blog-post-page .blog-content .blog-writer span:last-child:after {
  content: "";
}
.blog-post-page .blog-content .blog-writer i {
  color: rgb(var(--color));
}
.blog-post-page .blog-content .blog-content-inner {
  margin: 10px 0px;
}
.blog-post-page .blog-content .blog-content-inner p {
  margin: 7px 0px;
  line-height: 26px;
}
.blog-post-page .blog-content .blog-content-inner img {
  width: 100%;
}
.blog-post-page .blog-content .blog-content-inner ul {
  list-style: inherit;
  padding: 0 30px;
}
.blog-post-page .blog-content .blog-content-inner ul li {
  margin: 10px 0px;
}
.blog-post-page .blog-content .blog-content-inner a {
  text-decoration: underline;
  color: rgb(var(--color));
}
.blog-post-page .blog-content .blog-content-inner h1,
.blog-post-page .blog-content .blog-content-inner h2,
.blog-post-page .blog-content .blog-content-inner h3,
.blog-post-page .blog-content .blog-content-inner h4,
.blog-post-page .blog-content .blog-content-inner h5,
.blog-post-page .blog-content .blog-content-inner h6 {
  margin: 15px 0px;
}

.contact-page {
  width: 100%;
  padding: 60px 0;
}
.contact-page .contact-page-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact-page .contact-page-wrapper .google-maps {
  width: 100%;
}
.contact-page .contact-page-wrapper .google-maps iframe {
  width: 100%;
}
.contact-page .contact-page-wrapper .contact-box {
  width: 100%;
  margin-top: 30px;
  display: flex;
}
.contact-page .contact-page-wrapper .contact-box .subtitle {
  font-size: 32px;
}
.contact-page .contact-page-wrapper .contact-box .form-wrapper {
  width: 60%;
}
.contact-page .contact-page-wrapper .contact-box .wpcf7-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contact-page .contact-page-wrapper .contact-box .wpcf7-form .group {
  width: calc(50% - 40px);
  margin-right: 40px;
  margin-top: 30px;
}
.contact-page .contact-page-wrapper .contact-box .wpcf7-form .group input[type=text], input[type=email],
.contact-page .contact-page-wrapper .contact-box .wpcf7-form .group textarea {
  font-family: Poppins;
  width: 100%;
  padding: 15px;
  background: #f8f8f8;
  border: 1px solid transparent;
  border-radius: 4px;
}
.contact-page .contact-page-wrapper .contact-box .wpcf7-form .group input[type=text]:focus,
.contact-page .contact-page-wrapper .contact-box .wpcf7-form .group textarea:focus {
  border: 1px solid transparent;
  outline: 0;
}
.contact-page .contact-page-wrapper .contact-box .wpcf7-form .full-group {
  width: 100%;
  margin-top: 30px;
}
.contact-page .contact-page-wrapper .contact-box .wpcf7-form .full-group .wpcf7-submit {
  padding: 10px 20px;
  background: rgb(var(--color));
  margin-left: 0;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease;
  outline:0;
  border:0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-page .contact-page-wrapper .contact-box .wpcf7-form .full-group .main-btn:hover {
  background: rgb(var(--subcolor));
}
.contact-page .contact-page-wrapper .contact-box .wpcf7-form .full-group:last-child {
  margin-top: 0;
}
.contact-page .contact-page-wrapper .contact-box .contact-info-box {
  width: 40%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 30px;
}
.contact-page .contact-page-wrapper .contact-box .contact-info-box .request {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.contact-page .contact-page-wrapper .contact-box .contact-info-box .request p {
  margin-top: 35px;
}
.contact-page .contact-page-wrapper .contact-box .contact-info-box .contact-info {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  border-bottom: 1px solid #eee;
}
.contact-page .contact-page-wrapper .contact-box .contact-info-box .contact-info li {
  display: flex;
  margin: 5px 0px;
}
.contact-page .contact-page-wrapper .contact-box .contact-info-box .contact-info li a {
  color: #555c63;
  transition: all 0.3s ease;
}
.contact-page .contact-page-wrapper .contact-box .contact-info-box .contact-info li a:hover {
  color: rgb(var(--color));
}
.contact-page .contact-page-wrapper .contact-box .contact-info-box .contact-info li i {
  color: rgb(var(--color));
  font-size: 25px;
}
.contact-page .contact-page-wrapper .contact-box .contact-info-box .contact-info .info-wrap {
  margin-left: 10px;
}
.contact-page .contact-page-wrapper .contact-box .contact-info-box .contact-info .info-wrap strong {
  color: rgb(var(--subcolor));
}

.product-page {
  width: 100%;
  padding: 60px 0;
}
.product-page .product-page-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.product-page .product-page-wrapper p {
  text-align: center;
  margin-top: 20px;
}
.product-page .product-page-wrapper .product-box {
  width: calc(33.3% - 20px);
  margin: 10px 10px;
}
.product-page .product-page-wrapper .product-box .img-box img {
  border-radius: 4px;
}
.product-page .product-page-wrapper .product-box .product-title {
  width: 100%;
  min-height: 55px;
  background: rgb(var(--subcolor));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
  border-radius: 4px;
}
.product-page .product-page-wrapper .product-box .product-title .subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.product-details-page {
  width: 100%;
  padding: 60px 0;
}
.product-details-page .product-details-page-wrapper {
  width: 100%;
}
.product-details-page .product-details-page-wrapper .details-content {
  width: 100%;
  margin-top: 20px;
}

/* xs */
@media (max-width: 576px)

{
  .services-page .services-page-wrapper .left-sidebar .main-form .form-services-box .form-services-box-content{
    width:80%;
  }
  .container {
    width: 100%;
    box-sizing: border-box;
  }

  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    right: 20px;
    top: 15px;
  }
  .menu-item-has-children:hover:before {
    color: rgb(var(--color));
  }

  .title {
    color: rgb(var(--color));
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
  }

  .subtitle {
    color: rgb(var(--subcolor));
    font-weight: 800;
    text-transform: capitalize;
    font-size: 36px;
    line-height: 42px;
  }

  .main-btn {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border: 1px solid transparent;
    margin-left: 20px;
    margin-top: 20px;
    cursor: pointer;
    background: transparent;
  }

  .md-btn {
    padding: 11px 15px;
  }

  .lg-btn {
    padding: 15px 30px;
  }

  .xlg-btn {
    padding: 11px 15px;
  }

  .main-stl {
    font-size: 11px;
    background: rgb(var(--color));
    color: #fff;
    transition: 400ms all ease;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px;
    align-self: flex-start;
  }
  .main-stl:hover {
    background: rgb(var(--subcolor));
    color: #fff;
  }

  .header-main .header-top .top-contact {
    display: none;
  }
  .header-main .header-bottom .header-bottom-wrapper {
    position: relative;
  }
  .header-main .header-bottom .header-widget {
    display: none;
  }
  .header-main .header-bottom .mobile-menu {
    display: block;
    text-align: right;
    width: 60%;
  }
  .header-main .header-bottom .mobile-menu i {
    color: rgb(var(--subcolor));
    font-weight: 700;
    font-size: 32px;
  }
  .header-main .header-bottom .nav-menu {
    position: relative;
  }
  .header-main .header-bottom .nav-menu .visibility {
    opacity: 1 !important;
    visibility: visible !important;
    max-height: max-content !important;
  }
  .header-main .header-bottom .nav-menu > .main-menu {
    position: absolute;
    width: 100vw;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    right: -15px;
    top: 50px;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
  }
  .header-main .header-bottom .nav-menu > .main-menu > .menu-item {
    display: block;
    margin: 0;
    border-bottom:1px solid #f7f7f7;
  }
  .header-main .header-bottom .nav-menu > .main-menu > .menu-item:last-child {
    border-bottom: 1px solid #eee;
  }
  .header-main .header-bottom .nav-menu > .main-menu > .menu-item > a {
    display: block;
    padding: 15px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
  }
  .header-main .header-bottom .nav-menu > .main-menu > .menu-item > .sub-menu {
    width: 100vw;
    border: 0;
    position: relative;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: none;
    max-height: 0;
  }
  .header-main .header-bottom .nav-menu > .main-menu > .menu-item > .sub-menu > .menu-item {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.035);
   
  }
  .header-main .header-bottom .nav-menu > .main-menu > .menu-item > .sub-menu > .menu-item > a {
    display: block;
    padding: 15px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
  }
  .header-main .header-bottom .nav-menu > .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
    width: 100vw;
    position: relative;
    border: 0;
    bottom: auto;
    right: auto;
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: none;
  }
  .header-main .header-bottom .nav-menu > .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item {
    display: block;
  }
  .header-main .header-bottom .nav-menu > .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    display: block;
    padding: 15px 40px;
    font-weight: 500;
    font-size: 15px;
  }
  .header-main .header-bottom .logo {
    width: 40%;
  }

  #slider {
    height: 273px;
  }
  #slider .swiper-button-prev,
#slider .swiper-button-next {
    margin: 0;
    font-size: 18px;
  }
  #slider .swiper-slide {
    background-size: cover !important;
    background-position: center center !important;
  }
  #slider .swiper-slide .slider-content-wrapper .slider-content span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #slider .swiper-slide .slider-content-wrapper .slider-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #slider .swiper-slide .slider-content-wrapper .slider-content p {
    width: 75%;
    font-size: 12px;
    line-height: 16px;
  }

  .textile-section {
    padding: 10px 0;
  }
  .textile-section .textile-row {
    flex-direction: column;
  }
  .textile-section .textile-row .left-content {
    width: 100%;
  }
  .textile-section .textile-row .left-content .content-details {
    width: 100%;
    padding: 70px 0 40px;
    background: transparent;
    min-height: 0;
  }
  .textile-section .textile-row .left-content .content-details .content-middle img {
    width: 100%;
    height: 100%;
    position: initial;
  }
  .textile-section .textile-row .right-content {
    padding: 20px 0px;
  }
  .textile-section .textile-row .right-content .content-box {
    width: 100%;
    margin: 25px 0px;
  }

  .about-index {
    padding: 10px 0px;
  }
  .about-index .about-wrapper {
    flex-direction: column;
  }
  .about-index .about-wrapper .about-left-content {
    width: 100%;
    padding: 10px 0px;
  }
  .about-index .about-wrapper .about-left-content .about-list li {
    width: 100%;
    padding-left: 0;
  }
  .about-index .about-wrapper .about-left-content .about-list li:nth-child(2n+2) {
    padding-left: 0;
  }
  .about-index .about-wrapper .about-right-content {
    margin-top: 30px;
  }

  .our-services {
    padding: 10px 0px;
    margin-top: 30px;
  }
  .our-services .services-wrapper {
    padding: 0;
  }
  .our-services .services-wrapper .subtitle {
    width: 100%;
  }

  .banner {
    width: 100%;
    background: #0f0f16;
    padding: 70px 0px;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
  }
  .banner:after, .banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 100px;
    width: 40%;
    height: 100%;
    z-index: 1;
    background: rgb(var(--color));
    transform: rotate(50deg);
  }
  .banner:before {
    transform: rotate(130deg);
  }
  .banner .banner-wrapper p {
    color: #fff;
  }

  .blog {
    padding: 10px 0px;
  }
  .blog .blog-wrapper .subtitle {
    width: 100%;
  }

  .footer .footer-wrapper {
    display: flex;
    flex-direction: column;
  }
  .footer .footer-wrapper .footer-top {
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
  }
  .footer .footer-wrapper .footer-top .footer-box {
    width: 100%;
    margin: 20px 0px;
  }
  .footer .footer-bottom .copyright {
    flex-direction: column;
  }

  .about-page {
    padding: 30px 0px;
  }
  .about-page .about-page-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .about-page .about-page-wrapper .left-content {
    width: 100%;
  }
  .about-page .about-page-wrapper .right-content {
    width: 100%;
    padding: 0;
    margin-top: 35px;
  }

  .services-page {
    padding: 30px 0px;
  }
  .services-page .services-page-wrapper {
    flex-direction: column;
  }
  .services-page .services-page-wrapper .left-sidebar {
    width: 100%;
    order: 1;
  }
  .services-page .services-page-wrapper .left-sidebar .banner-sidebar {
    order: 1;
    margin-top: 20px;
  }
  .services-page .services-page-wrapper .left-sidebar .main-form {
    order: 0;
  }
  .services-page .services-page-wrapper .right-sidebar {
    width: 100%;
    order: 0;
  }

  .product-page {
    padding: 30px 0px;
  }
  .product-page .product-page-wrapper {
    flex-direction: column;
  }
  .product-page .product-page-wrapper .product-box {
    width: calc(100% - 20px);
  }

  .product-details-page {
    padding: 30px 0px;
  }
  .product-details-page .product-details-page-wrapper {
    display: flex;
    flex-direction: column;
  }

  .blog-page {
    padding: 30px 0;
  }
  .blog-page .blog-page-wrapper .blog-box {
    width: calc(100% - 20px);
    margin: 10px 10px;
  }

  .blog-post-page {
    padding: 30px 0;
  }
  .blog-post-page .blog-post-page-wrapper {
    display: flex;
    flex-direction: column;
  }
  .blog-post-page .blog-content {
    display: flex;
    flex-direction: column;
  }
  .blog-post-page .blog-content .blog-writer {
    margin: 10px 0;
    padding: 15px 0px;
  }

  .contact-page {
    padding: 30px 0;
  }
  .contact-page .contact-page-wrapper .google-maps iframe {
    width: 100%;
  }
  .contact-page .contact-page-wrapper .contact-box {
    flex-direction: column;
  }
  .contact-page .contact-page-wrapper .contact-box .form-wrapper {
    width: 100%;
    order: 1;
  }
  .contact-page .contact-page-wrapper .contact-box .contact-info-box {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    order: 0;
  }
}
/* s */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    width: 540px;
  }

  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    right: 20px;
    top: 15px;
    
  }

  .header-main {
    width: 100%;
  }
  .header-main .header-top {
    min-height: 70px;
  }
  .header-main .header-top .header-top-wrapper {
    flex-direction: column;
  }
  .header-main .header-top .top-contact {
    flex-direction: column;
  }
  .header-main .header-bottom {
    min-height: 80px;
  }
  .header-main .header-bottom .header-widget {
    display: none;
  }
  .header-main .header-bottom .mobile-menu {
    display: block;
    text-align: right;
    width: 60%;
  }
  .header-main .header-bottom .mobile-menu i {
    color: rgb(var(--subcolor));
    font-weight: 700;
    font-size: 32px;
  }
  .header-main .header-bottom .nav-menu {
    position: relative;
  }
  .header-main .header-bottom .nav-menu .visibility {
    opacity: 1 !important;
    visibility: visible !important;
    max-height: max-content !important;
  }
  .header-main .header-bottom .nav-menu > .main-menu {
    position: absolute;
    width: 100vw;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    right: -30px;
    top: 38px;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
  }
  .header-main .header-bottom .nav-menu > .main-menu > .menu-item {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0;
  }
  .header-main .header-bottom .nav-menu > .main-menu > .menu-item:last-child {
    border-bottom: 1px solid #eee;
  }
  .header-main .header-bottom .nav-menu > .main-menu > .menu-item > a {
    display: block;
    padding: 15px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
  }
  .header-main .header-bottom .nav-menu > .main-menu > .menu-item > .sub-menu {
    width: 100vw;
    border: 0;
    position: relative;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: none;
    max-height: 0;
  }
  .header-main .header-bottom .nav-menu > .main-menu > .menu-item > .sub-menu > .menu-item {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.035);
  }
  .header-main .header-bottom .nav-menu > .main-menu > .menu-item > .sub-menu > .menu-item > a {
    display: block;
    padding: 15px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
  }
  .header-main .header-bottom .nav-menu > .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
    width: 100vw;
    position: relative;
    border: 0;
    bottom: auto;
    right: auto;
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: none;
  }
  .header-main .header-bottom .nav-menu > .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item {
    display: block;
  }
  .header-main .header-bottom .nav-menu > .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    display: block;
    padding: 15px 40px;
    font-weight: 500;
    font-size: 15px;
  }
  .header-main .header-bottom .logo {
    width: 40%;
  }

  .textile-section {
    padding: 0;
  }
  .textile-section .textile-row {
    display: flex;
    flex-direction: column;
  }
  .textile-section .textile-row .left-content {
    width: 100%;
  }
  .textile-section .textile-row .left-content .content-details {
    width: 100%;
  }
  .textile-section .textile-row .left-content .content-details .content-middle img {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    bottom: auto;
  }
  .textile-section .textile-row .right-content .content-box {
    padding: 25px 25px 0px;
  }

  .about-index {
    padding-bottom: 30px;
  }
  .about-index .about-wrapper {
    flex-direction: column;
  }
  .about-index .about-wrapper .about-left-content {
    width: 100%;
    padding: 10px 0;
  }
  .about-index .about-wrapper .about-right-content {
    width: 100%;
    margin-top: 40px;
  }
  .about-index .about-wrapper .about-right-content .img-box {
    width: 100%;
    margin-top: 20px;
  }

  .our-services {
    width: 100%;
    padding: 20px 0px;
  }
  .our-services .services-wrapper {
    padding: 10px 0;
  }
  .our-services .services-wrapper .subtitle {
    width: 100%;
  }

  .banner:after,
.banner:before {
    display: none;
  }

  .blog {
    width: 100%;
    padding: 20px 0px;
  }
  .blog .blog-wrapper {
    padding: 10px 0;
  }
  .blog .blog-wrapper .subtitle {
    width: 100%;
  }

  .footer .footer-wrapper {
    width: 100%;
  }
  .footer .footer-wrapper .footer-top {
    flex-direction: column;
  }
  .footer .footer-wrapper .footer-top .footer-box {
    width: 100%;
    margin-bottom: 10px;
  }

  .about-page .about-page-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .about-page .about-page-wrapper .left-content {
    width: 100%;
  }
  .about-page .about-page-wrapper .right-content {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .about-page .about-page-wrapper .right-content ul {
    display: flex;
    flex-wrap: wrap;
  }
  .about-page .about-page-wrapper .right-content ul li {
    width: 50%;
  }

  .services-page {
    width: 100%;
  }
  .services-page .services-page-wrapper {
    flex-direction: column;
  }
  .services-page .services-page-wrapper .left-sidebar {
    width: 100%;
    order: 1;
  }
  .services-page .services-page-wrapper .right-sidebar {
    width: 100%;
    order: 0;
    padding: 0;
  }

  .product-page {
    width: 100%;
    padding: 0;
  }
  .product-page .product-page-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .product-page .product-page-wrapper .product-box {
    width: 100%;
  }
  .product-page .product-page-wrapper .product-box .img-box {
    width: 100%;
    max-width: inherit;
  }
  .product-page .product-page-wrapper .product-box .img-box img {
    width: 100%;
  }

  .blog-page {
    width: 100%;
  }
  .blog-page .blog-page-wrapper {
    flex-direction: column;
  }
  .blog-page .blog-page-wrapper .blog-box {
    width: 100%;
    margin: 10px 0;
  }
  .blog-page .blog-page-wrapper .blog-box .date-box {
    top: 15px;
  }

  .blog-post-page {
    width: 100%;
  }
  .blog-post-page .blog-content {
    width: 100%;
  }
  .blog-post-page .blog-content .blog-big-image .blog-date {
    top: 0;
    right: 0;
  }

  .contact-page {
    width: 100%;
  }
  .contact-page .contact-page-wrapper .google-maps {
    width: 100%;
  }
  .contact-page .contact-page-wrapper .google-maps iframe {
    width: 100%;
  }
  .contact-page .contact-page-wrapper .contact-box {
    width: 100%;
    flex-direction: column;
  }
  .contact-page .contact-page-wrapper .contact-box .form-wrapper {
    width: 100%;
  }
  .contact-page .contact-page-wrapper .contact-box .contact-info-box {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
/* m */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 720px;
  }

  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    right: 20px;
    top: 15px;
  }

  .header-main .header-top .header-top-wrapper .top-contact {
    width: 80%;
  }
  .header-main .header-top .header-top-wrapper .top-contact li {
    padding: 0;
    margin-right: 10px;
    border: 0;
  }
  .header-main .header-top .header-top-wrapper .top-contact li:before, .header-main .header-top .header-top-wrapper .top-contact li:after {
    display: none;
  }
  .header-main .header-bottom .header-bottom-wrapper .logo {
    width: 20%;
  }
  .header-main .header-bottom .header-bottom-wrapper .mobile-menu {
    display: block;
    text-align: right;
    width: 80%;
    order: 0;
  }
  .header-main .header-bottom .header-bottom-wrapper .mobile-menu i {
    color: rgb(var(--subcolor));
    font-weight: 700;
    font-size: 32px;
  }
  .header-main .header-bottom .header-bottom-wrapper .header-widget {
    display: none;
  }
  .header-main .header-bottom .header-bottom-wrapper .nav-menu {
    position: relative;
  }
  .header-main .header-bottom .header-bottom-wrapper .nav-menu .visibility {
    opacity: 1 !important;
    visibility: visible !important;
    max-height: max-content !important;
  }
  .header-main .header-bottom .header-bottom-wrapper .nav-menu > .main-menu {
    position: absolute;
    width: 100vw;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    right: -25px;
    top: 50px;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
  }
  .header-main .header-bottom .header-bottom-wrapper .nav-menu > .main-menu > .menu-item {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0;
  }
  .header-main .header-bottom .header-bottom-wrapper .nav-menu > .main-menu > .menu-item:last-child {
    border-bottom: 1px solid #eee;
  }
  .header-main .header-bottom .header-bottom-wrapper .nav-menu > .main-menu > .menu-item > a {
    display: block;
    padding: 15px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
  }
  .header-main .header-bottom .header-bottom-wrapper .nav-menu > .main-menu > .menu-item > .sub-menu {
    width: 100vw;
    border: 0;
    position: relative;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: none;
    max-height: 0;
  }
  .header-main .header-bottom .header-bottom-wrapper .nav-menu > .main-menu > .menu-item > .sub-menu > .menu-item {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.035);
  }
  .header-main .header-bottom .header-bottom-wrapper .nav-menu > .main-menu > .menu-item > .sub-menu > .menu-item > a {
    display: block;
    padding: 15px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
  }
  .header-main .header-bottom .header-bottom-wrapper .nav-menu > .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
    width: 100vw;
    position: relative;
    border: 0;
    bottom: auto;
    right: auto;
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: none;
  }
  .header-main .header-bottom .header-bottom-wrapper .nav-menu > .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item {
    display: block;
  }
  .header-main .header-bottom .header-bottom-wrapper .nav-menu > .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    display: block;
    padding: 15px 40px;
    font-weight: 500;
    font-size: 15px;
  }

  .textile-section {
    width: 100%;
  }
  .textile-section .textile-row {
    display: flex;
    flex-direction: column;
  }
  .textile-section .textile-row .left-content {
    width: 100%;
  }
  .textile-section .textile-row .left-content .content-details {
    width: 100%;
  }
  .textile-section .textile-row .left-content .content-details .content-middle {
    width: 100%;
  }
  .textile-section .textile-row .left-content .content-details .content-middle img {
    width: 100%;
    height: auto;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .textile-section .textile-row .right-content {
    width: 100%;
    padding: 20px 0px;
  }
  .textile-section .textile-row .right-content .content-box {
    padding: 30px 25px 0;
  }

  .about-index {
    width: 100%;
  }
  .about-index .about-wrapper {
    display: flex;
    flex-direction: column;
  }
  .about-index .about-wrapper .about-left-content {
    width: 100%;
    padding: 0;
  }
  .about-index .about-wrapper .about-right-content {
    width: 100%;
    margin-top: 40px;
  }
  .about-index .about-wrapper .about-right-content .img-box {
    margin: 0;
  }

  .our-services .services-wrapper .subtitle {
    width: 100%;
  }

  .banner:after, .banner:before {
    display: none;
  }

  .blog {
    padding: 10px 0;
  }
  .blog .blog-wrapper .subtitle {
    width: 100%;
  }

  .footer {
    width: 100%;
  }
  .footer .footer-wrapper .footer-top {
    flex-wrap: wrap;
  }
  .footer .footer-wrapper .footer-top .footer-box {
    width: 50%;
  }

  .about-page {
    width: 100%;
  }
  .about-page .about-page-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .about-page .about-page-wrapper .left-content {
    width: 100%;
    order: 1;
    margin-top: 10px;
  }
  .about-page .about-page-wrapper .right-content {
    width: 100%;
    padding: 0;
    order: 0;
  }
  .about-page .about-page-wrapper .right-content ul {
    display: flex;
    flex-wrap: wrap;
  }
  .about-page .about-page-wrapper .right-content ul li {
    width: 50%;
    padding: 10px 0;
  }

  .blog-page .blog-page-wrapper .blog-box .date-box {
    top: 15px;
  }

  .contact-page .contact-page-wrapper .google-maps iframe {
    width: 100%;
  }
  .contact-page .contact-page-wrapper .contact-box {
    flex-direction: column;
  }
  .contact-page .contact-page-wrapper .contact-box .form-wrapper {
    width: 100%;
    order: 0;
    margin-bottom: 20px;
  }
  .contact-page .contact-page-wrapper .contact-box .contact-info-box {
    width: 100%;
    padding: 0;
    order: 1;
  }
}
/* l */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 960px;
  }

  .header-main .header-bottom .header-widget {
    display: none;
  }

  .textile-section .textile-row .left-content .content-details .content-middle {
    display: none;
  }

  .about-index .about-wrapper .about-right-content .img-box {
    margin-top: 90px;
  }
}
/* xl */
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }

  .about-index .about-wrapper .about-right-content .img-box {
    margin-top: 50px;
  }

  .banner {
    width: 100%;
    background: #0f0f16;
    padding: 70px 0px;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
  }
  .banner:after, .banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100px;
    width: 60%;
    height: 100%;
    z-index: 1;
    background: rgb(var(--color));
    transform: rotate(60deg);
  }
  .banner:before {
    width: 35%;
    transform: rotate(120deg);
    left: 65%;
  }
}

/*# sourceMappingURL=main.css.map */
