
        /* Common CSS Start */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  color: #818181;
}

h2 {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #30302e;
  line-height: 1.4em;
  margin: 0px;
  transition: all 500ms ease;
}

h3 {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #30302e;
  line-height: 1.4em;
  margin: 0px;
  transition: all 500ms ease;
}

h4 {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #30302e;
  line-height: 1.4em;
  margin: 0px;
  transition: all 500ms ease;
}

h5 {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #30302e;
  line-height: 1.4em;
  margin: 0px;
  transition: all 500ms ease;
}

h6 {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #30302e;
  line-height: 1.4em;
  margin: 0px;
  transition: all 500ms ease;
}

p {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #818181;
  text-align: justify;
}

.btn-theme {
  position: relative;
  border: #18439b solid 2px;
  width: 180px;
  height: 45px;
  vertical-align: middle;
  border-radius: 0;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  user-select: none;
  background-color: transparent;
  text-align: center;
  display: inline-block;
}

.btn-theme:before {
  content: "";
  position: absolute;
  width: 38px;
  height: 2px;
  -webkit-transition: 1s;
  transition: 1s;
  background: #18439b;
  left: -19px;
  top: calc(50% - 1px);
}

.btn-theme:hover:before {
  left: 0;
  width: 0;
}

.btn-theme .bar {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.btn-theme .bar.positive {
  background: #18439b;
  left: 0;
  width: 0%;
}

.btn-theme:hover .bar.positive {
  width: 100%;
}

.btn-theme .bar.positive span {
  left: 0;
  color: #fff;
}

.btn-theme .bar span {
  position: absolute;
  display: block;
  width: 180px;
  text-align: center;
}

.btn-theme:hover .bar.negative {
  width: 0%;
}

.btn-theme .bar.negative {
  background: transparent;
  right: 0;
  width: 100%;
}

.btn-theme .bar.negative span {
  right: 0;
  color: #18439b;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

p:last-child {
  margin-bottom: 0px;
}

.wt-separator-outer {
  overflow: hidden;
}

.wt-separator {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  transition: all 0.5s linear;
}

.wt-separator:before,
.sep-line-one:before {
  position: absolute;
  content: "";
  background-color: #18439b;
  height: 1px;
}

.wt-separator:before {
  width: 50px;
  left: -60px;
  top: 12px;
}

.wt-separator .sep-line-one {
  color: #18439b;
}

.sep-line-one:before {
  width: 30px;
  left: -40px;
  top: 18px;
}

.sep-line-one:after {
  width: 30px;
  right: -40px;
  top: 18px;
}

.wt-separator:after,
.sep-line-one:after {
  position: absolute;
  content: "";
  background-color: #18439b;
  height: 1px;
}

.wt-separator:after {
  width: 50px;
  right: -60px;
  top: 12px;
}

/* Common CSS End */

/* Home Page CSS Start */

/* Slider Section CSS Start */

.home-slider .metas span {
  font-size: 15px;
}

.home-slider p {
  font-size: 70px;
  letter-spacing: 2px;
  color: #fff;
}

.home-slider .progress-number {
  color: #fff;
}

.home-slider .small-slider-description {
  color: #fff;
  line-height: 1.3;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

/* AboutUs Section CSS Start */

.about-section {
  padding: 120px 0px 120px 0px;
}

.about-section.brk-trapezoid-left {
  -webkit-clip-path: polygon(0 70px,
      100% 0,
      100% 100%,
      0 -webkit-calc(100% - 70px));
  clip-path: polygon(0 70px, 100% 0, 100% 100%, 0 calc(100% - 70px));
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-section .about-col-left {
  margin-bottom: 60px;
  margin-top: 140px;
  text-align: left;
}

.about-section .about-heading {
  text-align: left;
  max-width: 530px;
  padding: 104px 36px 40px 47px;
  border-right: 13px solid rgba(170, 170, 170, 0.1);
  border-bottom: 13px solid rgba(170, 170, 170, 0.1);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-section .about-heading:before {
  content: "";
  position: absolute;
  background: rgba(170, 170, 170, 0.1);
  z-index: -1;
  top: 0;
  right: 0;
  height: 13px;
  width: -webkit-calc(100% - 280px);
  width: calc(100% - 280px);
}

.about-section .about-heading .company-heading {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -65px);
  transform: translate(0, -65px);
}

.about-section .about-heading .about-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(13px, -105%);
  transform: translate(13px, -105%);
  opacity: 0.05;
  font-size: 100px;
  text-transform: uppercase;
}

.about-section .about-heading .company-heading .welcome-text {
  line-height: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #30302e;
}

.about-section .about-heading .company-heading span {
  line-height: 48px;
  font-size: 40px;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #30302e;
}

.about-section .about-heading:after {
  bottom: 0;
  left: 0;
  width: 13px;
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
}

.about-section .about-heading:after,
.about-section .about-heading:before {
  content: "";
  position: absolute;
  background: rgba(170, 170, 170, 0.1);
  z-index: -1;
}

.about-section .about-double-img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  text-align: left;
}

.about-section .about-double-img:hover>.img:first-child {
  -webkit-transform: translate(-30px, 30px);
  transform: translate(-30px, 30px);
  z-index: 6;
}

.about-section .about-double-img>.img {
  display: inline-block;
  position: relative;
}

.about-section .about-double-img>.img,
.about-section .about-double-img>.img:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}

.about-section .about-double-img:hover>.img:first-child:before {
  opacity: 0;
}

.about-section .about-double-img>.img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #d2d2d2, #d2d2d2);
  opacity: 0.8;
}

.about-section .about-double-img>.img:last-child {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
}

.about-section .about-double-img:hover>.img:last-child {
  -webkit-transform: translate(30px, -30px);
  transform: translate(30px, -30px);
}

.about-section .about-double-img:hover>.img:last-child:before {
  opacity: 0.8;
}

.about-section .about-double-img>.img:last-child:before {
  opacity: 0;
}

/* About Section CSS End */

/* Space Section CSS Start */

.space_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 120px 0 120px 0;
  background-color: #f7f7f7;
}

.space_section .shape.shape-one {
  top: 150px;
  left: 0;
}

.space_section .shape {
  position: absolute;
}

.space_section .space_content {
  padding-right: 30px;
}

.space_section .our_product .nav-tabs {
  padding: 0;
  margin-top: 30px;
  border: 0;
}

.space_section .mega_menu .lazy {
  border-radius: 100%;
  width: 70px;
  height: 70px;
}

.space_section .mega_menu .pro_title {
  font-size: 14px;
  margin-top: 8px;
  line-height: 30px;
  color: #000;
}

.space_section .nav-tabs .nav-link {
  padding: 0;
  background-color: #f7f7f7;
  border: none;
}

.space_section .our_product .tab-pane {
  position: relative;
  z-index: 1;
}

.space_section .our_product .tab-content .tab-pane a {
  text-align: center;
}

.space_section .our_product .tiles_img {
  margin-bottom: 53px;
  width: 100%;
  text-align: center;
  border-radius: 100%;
}

.space_section .our_product .shape.hero-svg {
  position: absolute;
  top: 45%;
  right: -30%;
  transform: translateY(-50%);
  z-index: -1;
}

.space_section .animate-float-y {
  -webkit-animation-name: float-y;
  animation-name: float-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes float-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* Space Section CSS End */

/* Testimonial Section Start */

.testimonial-home {
  padding: 120px 0px 120px 0px;
}

.testimonial-home .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}

.testimonial-home .row .tabs li:nth-child(1) {
  align-self: flex-end;
}

.testimonial-home .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}

.testimonial-home .row .tabs li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #18439b;
  border-radius: 50%;
}

.testimonial-home .row .tabs li figure {
  position: relative;
}

.testimonial-home .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
}

.testimonial-home .row .tabs li figure img {
  display: block;
}

.testimonial-home .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid #18439bb3;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.testimonial-home .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}

.testimonial-home .row .tabs li.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #18439b;
  border-radius: 50%;
}

.testimonial-home .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.testimonial-home .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;
}

.testimonial-home .row .tabs li:nth-child(2)::after {
  bottom: 101px;
  border-radius: 50%;
  right: -120px;
}

.testimonial-home .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 50%;
}

.testimonial-home .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}

.testimonial-home .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}

.testimonial-home .row .tabs li:nth-child(3)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}

.testimonial-home .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.testimonial-home .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}

.testimonial-home .row .tabs li:nth-child(2) {
  align-self: flex-start;
}

.testimonial-home .row .tabs li:nth-child(3) {
  align-self: flex-end;
}

.testimonial-home .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #30302e;
  font-weight: 700;
  margin-top: 35px;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
}

.testimonial-home .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: flex;
  list-style: none;
}

.testimonial-home .row .carousel .carousel-indicators li {
  background: #18439b;
  background-clip: padding-box;
  height: 2px;
}

.testimonial-home .carousel-indicators .active {
  opacity: 1;
}

.testimonial-home .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

/* Testimonial Section End */

/* Counter Section Start */

.counter-home-section {
  padding: 120px 0 120px 0;
  background-color: #f7f7f7;
}

.counter-home-section .ot-progress-circle__inner {
  position: relative;
  display: inline-block;
  z-index: 1;
  vertical-align: top;
}

.counter-home-section .ot-progress-circle__content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  flex-direction: column;
}

.counter-home-section .flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-home-section .ot-progress-circle .ot-progress-percent {
  font-family: "Libre Caslon Text", serif;
  font-size: 48px;
  line-height: 1;
  color: #18439b;
  margin-bottom: 12px;
}

.counter-home-section .our-val-sec .ot-progress-title {
  line-height: 24px;
}

.counter-home-section .ot-progress-circle .ot-progress-title {
  font-family: "Libre Caslon Text", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

.counter-home-section .ot-progress-circle__inner canvas {
  display: block;
}

.counter-home-section .ot-progress-circle__inner:after {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: calc(100% - 29px);
  height: calc(100% - 29px);
  border-radius: 50%;
  z-index: -1;
  border: 1px solid #18439bb3;
}

.counter-home-section .ot-progress-circle .ot-progress-percent-two {
  font-family: "Libre Caslon Text", serif;
  font-size: 48px;
  line-height: 1;
  color: #18439b;
  margin-bottom: 12px;
}

/* Counter Section End */

/* Export Section Start */

.export-home-section {
  background-color: #f7f7f7;
  position: relative;
  padding: 120px 0px 120px 0;
  overflow: hidden;
}

.export-home-section .export-hover {
  transform-style: preserve-3d;
  transition: transform 0.4s ease, filter 0.3s ease;
  will-change: transform;
}

.export-home-section .export-hover:hover {
  transform: perspective(600px) rotateY(6deg) scale(1.03);
  filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.3)) brightness(1.1);
}

/* Export Section End */

/* Sizes Home Section CSS Start */

.sizes-home-section {
  padding: 120px 0px 120px 0px;
}

.sizes-home-section .custom-nav {
  display: flex;
  padding-left: 20px;
  margin-top: 46px;
}

.sizes-home-section .custom-nav button {
  position: relative;
  line-height: 1;
  background: none;
  border: none;
  outline: none;
}

.sizes-home-section .custom-nav button.owl-prev {
  margin-left: -80px;
}

.sizes-home-section .custom-nav button[class*="owl-"] {
  padding: 0;
  color: rgb(182, 181, 180);
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
}

.sizes-home-section .custom-nav button.owl-prev {
  margin-left: 0;
  margin-right: 30px;
}

.sizes-home-section .custom-nav button:before {
  position: absolute;
  content: "";
  top: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid currentColor;
  -webkit-transform: translateY(calc(-50% - 1px));
  -ms-transform: translateY(calc(-50% - 1px));
  transform: translateY(calc(-50% - 1px));
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sizes-home-section .custom-nav button[class*="owl-"]:hover {
  color: #18439b;
  background: none;
}

.sizes-home-section .custom-nav button.owl-prev:before {
  left: -20px;
}

.sizes-home-section .custom-nav button:before {
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sizes-home-section .custom-nav button.owl-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sizes-home-section .custom-nav button svg {
  display: block;
  width: 58px;
  height: auto;
  fill: currentColor;
}

.sizes-home-section .custom-nav button svg {
  width: 37px;
}

.sizes-home-section .custom-nav button.owl-next {
  margin-right: 0;
}

.sizes-home-section .custom-nav button.owl-next:before {
  right: -20px;
}

.ot-service-item {
  display: inline-block;
  position: relative;
  width: 100%;
}

.ot-service-item__image {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

.ot-service-item__content-wrap {
  position: absolute;
  width: calc(100% - 40px);
  height: auto;
  max-height: 100%;
  left: 20px;
  bottom: 20px;
  overflow: hidden;
}

.ot-service-item__inner {
  padding: 15px 30px 15px;
  color: var(--ronmi-color-dark);
  background-color: rgba(255, 255, 255, 0.9);
  transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
}

.ot-service-item .ot-service-title {
  margin-bottom: 0;
  font-size: 24px;
}

/* Sizes Home Section CSS End */

/* Product-Fit Section CSS Start */

.product-fit-home-section {
  padding: 120px 0 120px 0;
  position: relative;
}

.product-fit-home-section .projects-carousel-two {
  position: relative;
}

.product-fit-home-section .project-block-two {
  position: relative;
  padding-left: 200px;
  transition: all 300ms ease;
}

.product-fit-home-section .project-block-two .image-box {
  position: relative;
  z-index: 1;
}

.product-fit-home-section .project-block-two .image-box .image {
  position: relative;
  margin-bottom: 0;
}

.product-fit-home-section .project-block-two .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
}

.product-fit-home-section .project-block-two .info-box {
  position: absolute;
  left: 50px;
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.product-fit-home-section .project-block-two .info-box .inner-box {
  position: relative;
  background: #ffffff;
  max-width: 550px;
  width: 100%;
  padding: 40px 30px 40px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
}

/* Product-Fit Section CSS End */

/* Tile Excellence CSS Start */

.tile-excellence-section {
  background-image: url(../images/excellence/excellence-bg.jpg);
  padding: 120px 0 120px 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.tile-excellence-section .section_title .wt-separator .sep-line-one {
  color: #ffffff;
}

.tile-excellence-section .section_title .wt-separator:after,
.tile-excellence-section .section_title .sep-line-one:after {
  background-color: #ffffff;
}

.tile-excellence-section .section_title h2 {
  color: #ffffff;
}

.tile-excellence-section p {
  color: #ffffff;
}

.tile-excellence-section .service-fliping-card {
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  margin-bottom: 30px;
}

.tile-excellence-section .service-fliping-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.tile-excellence-section .service-front-card {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #918f8f;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  backface-visibility: hidden;
  transform: rotateY(0deg);
  transition: 1s linear;
  transform-style: preserve-3d;
}

.tile-excellence-section .service-fliping-card:hover>.service-front-card {
  transform: rotateY(180deg);
  transition: 1s linear;
}

.tile-excellence-section .service-front-card-box {
  transform-style: preserve-3d;
  -webkit-transform: translateY(0%) translateZ(50px) scale(0.94);
  transform: translateY(0%) translateZ(50px) scale(0.94);
  backface-visibility: hidden;
}

.tile-excellence-section .service-front-content {
  padding: 45px 30px 35px 35px;
  transform: translateZ(50px);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.tile-excellence-section .service-img-icon {
  margin-bottom: 25px;
}

.tile-excellence-section .service-front-card-heading h4 {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 16px;
}

.tile-excellence-section .service-back-card {
  width: 100%;
  height: 100%;
  border: 1px solid #918f8f;
  border-radius: 5px;
  backface-visibility: hidden;
  transform: rotateY(-180deg);
  transition: 1s linear;
  transform-style: preserve-3d;
}

.tile-excellence-section .service-fliping-card:hover>.service-back-card {
  transform: rotateY(0deg);
  transition: 1s linear;
}

.tile-excellence-section .service-back-card-box {
  transform-style: preserve-3d;
  -webkit-transform: translateY(0%) translateZ(50px) scale(0.94);
  transform: translateY(0%) translateZ(50px) scale(0.94);
  backface-visibility: hidden;
}

.tile-excellence-section .service-back-content {
  backface-visibility: hidden;
  padding: 12px 30px 0px 35px;
  transform-style: preserve-3d;
}

.tile-excellence-section .service-back-content p {
  opacity: 0.902;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

.tile-excellence-section .service-back-content h4 {
  margin-top: 14px;
  margin-bottom: 16px;
  font-size: 24px;
  color: #fff;
}

/* Tile Excellence CSS End */

/* Polaris Page Header CSS Start */

.polaris-page-header {
  position: relative;
  display: block;
  background-color: #000;
  z-index: 1;
  overflow: hidden;
}

.polaris-page-header .page-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.polaris-page-header .page-header__inner {
  position: relative;
  display: block;
  padding: 148px 0 212px;
  z-index: 15;
}

.polaris-page-header .page-header__inner h1 {
  font-size: 50px;
  color: #fff;
  line-height: 50px;
  font-weight: 800;
}

.polaris-page-header .thm-breadcrumb__box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.polaris-page-header .thm-breadcrumb {
  position: relative;
  display: block;
  background-color: #30302e;
  padding-left: 80px;
  z-index: 1;
}

.polaris-page-header .thm-breadcrumb::before {
  content: "";
  width: 100000px;
  height: 70px;
  position: absolute;
  right: 94%;
  bottom: -1px;
  background-color: #fff;
  transform: skewX(45deg);
}

.polaris-page-header .thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
  margin-right: 3px;
}

.polaris-page-header .thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  padding: 8px 0 7px;
}

.polaris-page-header .thm-breadcrumb li span {
  font-size: 14px;
}

.polaris-page-header .thm-breadcrumb__box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10000000px;
  left: 99%;
  background-color: #30302e;
  z-index: -1;
}

/* Polaris Page Header CSS End */

/* Brochure Css Start */

.brochure-section {
  padding: 100px 0 100px;
}

.brochure-section .brochure-buttons-scroll {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 5px;
}

.brochure-section .no-wrap-row {
  display: flex;
  flex-wrap: nowrap !important;
  gap: 15px;
  justify-content: center;
}

.brochure-section .col-auto {
  flex: 0 0 auto;
}

.brochure-section .custom-button {
  border: solid 1px #18439b !important;
  color: #18439b;
  border-radius: 5px;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  min-width: 325px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
}

.brochure-section .custom-button:hover {
  background-color: #18439b;
  color: #fff;
}

.brochure-section .custom-button:active {
  background-color: #18439b;
  transform: scale(0.95);
  text-decoration: none;
}

.brochure-section .custom-button.active {
  background-color: #18439b;
  color: #fff;
  text-decoration: none;
}

.brochure-section .teams .team-cl {
  padding-top: 50px;
}

.brochure-section .book-container {
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 600px;
}

.brochure-section .book-container .pdf_link_to {
  transform-style: preserve-3d;
  transform: inherit;
}

.brochure-section .book:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 10px;
  width: 28px;
  height: 302px;
  transform: translateX(200px) rotateY(90deg);
  background: linear-gradient(90deg,
      #c5c5c5,
      #f9f9f9 5%,
      #c5c5c5 10%,
      #f9f9f9 15%,
      #c5c5c5 20%,
      #f9f9f9 25%,
      #c5c5c5 30%,
      #f9f9f9 35%,
      #c5c5c5 40%,
      #f9f9f9 45%,
      #c5c5c5 50%,
      #f9f9f9 55%,
      #c5c5c5 60%,
      #f9f9f9 65%,
      #c5c5c5 70%,
      #f9f9f9 75%,
      #c5c5c5 80%,
      #f9f9f9 85%,
      #c5c5c5 90%,
      #f9f9f9 95%,
      #c5c5c5);
}

.brochure-section .book>.book-front {
  transform: translateZ(15px);
  background-color: #fff;
  transition-duration: 0.3s;
  border: solid 3px #eee;
}

.brochure-section .book:after,
.book>.book-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 215px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.brochure-section .book>.book-front img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.brochure-section .icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.brochure-section .icon-overlay a {
  color: #fff;
  font-size: 24px;
}

.brochure-section .book:hover .icon-overlay {
  opacity: 1;
}

.brochure-section .book:hover>.book-front:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 25px #000;
}

.brochure-section .book:after {
  content: " ";
  transform: translateZ(-35px);
  background-color: #79726c;
  border-radius: 0 5px 5px 0;
}

.brochure-section .teams .team-fig {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 0 40px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
  text-align: center;
}

.brochure-section .teams .team-fig h3 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 35px;
  font-weight: 400;
}

.brochure-section .teams .team-fig h3 span {
  display: block;
}

.brochure-section .teams .team-fig h3 a {
  text-transform: capitalize;
  color: #18439b;
  margin-left: 10px;
}

.brochure-section .book {
  width: 215px;
  height: 320px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(-30deg);
  transition: transform 0.5s ease;
}

.brochure-section .book:hover {
  transform: rotateY(0deg);
}

/* Brochure Css End */

/* Tiles Calculator Section Start */

.tiles-calculator {
  padding: 100px 0px 100px;
}

.tiles-calculator .sub-title {
  color: #30302e;
  font-size: 24px;
}

.tiles-calculator .calbtn,
.contact__page button.contact_form_submit {
  background: #18439b;
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}

.tiles-calculator .tileDiv {
  background: none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  display: inline-block;
  height: 220px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.tiles-calculator .tileDiv div {
  background: #fff url(../images/tiles-calculator/tilePattern.webp) repeat scroll -4px -4px;
  border: 1px solid #000;
  box-shadow: 0 0 8px 5px #fff;
  left: 52%;
  position: absolute;
  top: 52%;
  transform: translateX(-50%) translateY(-50%);
}

.tiles-calculator .tileDiv .tileFt {
  background: #868686 none repeat scroll 0 0;
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  text-align: center;
}

.tiles-calculator .horzFt {
  border-top: 1px dashed #868686;
  height: 0;
  left: 0;
  top: -20px;
  width: 100%;
}

.tiles-calculator .tileDiv .horzFt span {
  margin-left: 50%;
  margin-top: -12px;
  transform: translateX(-50%);
}

.tiles-calculator .tileDiv .tileFt span {
  background: #f9f9f9 none repeat scroll 0 0;
  color: gray;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  position: absolute;
  text-transform: uppercase;
  width: 50px;
}


.tiles-calculator .vertFt {
  border-left: 1px dashed #868686;
  height: 100%;
  left: -20px;
  top: 0;
  width: 0;
}

.tiles-calculator .tileDiv .vertFt span {
  margin-left: -27px;
  top: 50%;
  transform: rotate(-90deg) translateX(20%);
}


.tiles-calculator .tips-lists li i {
  color: #18439b;
  margin-right: 5px;
}

.tiles-calculator .form-control {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(1.5em + 0.75rem + 10px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #30302e;
  margin-bottom: 20px;
  box-shadow: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.tiles-calculator label {
  color: #30302e;
  margin-bottom: 0.5rem;
}

.tiles-calculator .form-control:disabled,
.tiles-calculator .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.tiles-calculator .select-wrapper {
  position: relative;
  display: block;
}

.tiles-calculator .select-wrapper select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2rem;
  cursor: pointer;
}

.tiles-calculator .select-wrapper .select-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #30302e;
  font-size: 0.8rem;
}

/* Tiles Calculator Section End */

/* Product section */

.product-section {
  padding: 100px 0px 100px;
}

.product-section .int_sidebar_box {
  margin-bottom: 35px;
}

.product-section .int_sidebar_box h4 {
  color: #ffffff;
  border-bottom: solid 3px #18439b;
}

.product-section .product-filter {
  position: relative;
  width: 200px;
  border-radius: 0;
  letter-spacing: 0.5px;
  font-size: 16px;
  padding: 0;
  margin-bottom: 15px;
  border: none;
  color: #18439b;
  display: block;
  text-align: left;
  padding-left: 20px;
  padding-top: 4px;
  font-weight: 500;
  margin-left: 40px;
  height: 30px;
  user-select: none;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.product-section .product-filter.avtive-link {
  color: #fff;
  text-decoration: none;
  background: #18439b;
}

.product-section .product-filter:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  -webkit-transition: 1s;
  transition: 1s;
  background: #18439b;
  left: -19px;
  top: calc(50% - 1px);
}

.product-section .product-filter.avtive-link:hover {
  color: #fff;
  text-decoration: none;
  background: #18439b;
}

.product-section .product-filter:hover {
  color: #18439b;
}

.product-section .product-filter:hover:before {
  left: 0;
  width: 0;
}

.product-section .int_sidebar_box h4 {
  position: relative;
  color: #30302e;
  font-size: 22px;
  border-bottom: solid 3px #18439b;
  display: inline-block;
  padding-bottom: 10px;
}

.product-section .int_product_sidebar .int_sidebar_box h4:after {
  width: 255px;
}

.product-section .int_sidebar_box h4:after {
  position: absolute;
  content: "";
  width: 360px;
  height: 1px;
  background-color: #c9c9c9;
  bottom: -2px;
  left: 0;
  z-index: -1;
}

.product-section .int_search_btn {
  margin-top: 30px;
}

.product-section .int_product_sidebar .int_search_btn input {
  width: 195px;
}

.product-section .int_search_btn input {
  width: 300px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background-color: #f6f6f6;
  border: none;
  outline: none;
  color: #30302e;
  margin-bottom: 0px;
}

.product-section .int_search_btn button {
  background-color: #18439b;
  color: #ffffff;
  border: none;
  height: 60px;
  padding: 0 20px;
  transition: 0.3s all;
}

.product-section .int_blog_category_mini {
  margin-top: 25px;
}

.product-section .article--link {
  position: relative;
  display: block;
  width: 100%;
}

.product-section .article--link:after,
.article--link:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-section .article--link:before {
  left: 0;
  z-index: 1;
  background: #30302e;
  opacity: 0.15;
}

.product-section .products-block {
  overflow: hidden;
}

.product-section .article--link:hover .products-img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.product-section .products-block .products-img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

.product-section .collection-sec .products--title,
.collection-sec .products--inner-title {
  text-transform: uppercase;
}

.product-section .products--title {
  position: absolute;
  right: 30px;
  bottom: 40px;
  left: 30px;
  z-index: 5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.8px;
  color: #fff;
}

.product-section .article--link:hover .products--content {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.product-section .products--content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  width: 100%;
  padding: 15px 25px;
  color: #30302e;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.product-section .products--inner-title {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.3px;
  color: #30302e;
}

.product-section .products--inner-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #30302e;
}

.product-section .products--attribute {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 3px;
}

.product-section .products--attribute>span:first-child {
  display: block;
  min-width: 35px;
}

.product-section .products--attribute.is-effect span+span {
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  background-color: #30302e;
}

.product-section .products--attribute span {
  margin: 0 4px;
  text-transform: uppercase;
  color: #30302e;
}

@media (max-width: 1199px) {
  .product-section .int_product_sidebar .int_search_btn input {
    width: 145px;
  }
}

@media (max-width: 991px) {
  .product-section .int_product_sidebar .int_search_btn input {
    width: 195px;
  }
}

/* Product page end */

/* product details section Start */

.product-detail-section {
  padding: 100px 0px 100px;
}

.product-detail-section .product-slider {
  position: relative;
  max-width: 100%;
}

.product-detail-section .product-big-slider {
  display: flex;
  overflow: visible;
  position: relative;
  max-width: 100%;
}

.product-detail-section .product-main-image {
  flex: 1;
  transition: opacity 0.5s ease-in-out;
  padding-right: 1px;
  box-sizing: border-box;
}

.product-detail-section .product-big-slider img {
  height: 400px;
  max-width: 100%;
  display: block;
  object-fit: contain;
  border: solid 1px #eee;
  box-sizing: border-box;
}

.product-detail-section .product-small-slider {
  display: flex;
  overflow-x: auto;
  position: relative;
  margin-top: 10px;
  max-width: 100%;
}

.product-detail-section .product-small-slider .product-main-image {
  flex: 0 0 auto;
  min-width: 100px;
  max-width: 100%;
  margin-top: 15px;
  padding-right: 8px;
  cursor: pointer;
}

.product-detail-section .product-small-slider img {
  width: 100%;
  height: 100px;
  max-width: 100%;
  object-fit: contain;
  border: solid 1px #eee;
}

.product-detail-section .product-small-slider .product-main-image.slick-current img {
  border: 2px solid #898989;
  padding: 5px;

}

@media (max-width: 768px) {

  .product-detail-section .product-big-slider,
  .product-detail-section .product-small-slider {
    flex-direction: column;
  }

  .product-detail-section .product-small-slider .product-main-image {
    min-width: 80px;
  }
}

@media (max-width: 576px) {
  .product-detail-section .product-small-slider .product-main-image {
    min-width: 60px;
  }
}

.product-detail-section .nav-link {
  color: #898989;
}

.product-detail-section .nav-tabs .nav-link:focus,
.product-detail-section .nav-tabs .nav-link:hover {
  color: #898989;
  border-color: #fff #fff #fff;
  isolation: isolate;
}

.product-detail-section .nav-tabs .nav-item.show .nav-link,
.product-detail-section .nav-tabs .nav-link.active {
  background: transparent;
  color: #2B2A29;
  border-bottom: 2px solid #2B2A29;
  border-color: #fff #fff #2B2A29 #fff;
}

.product-detail-section .list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.product-detail-section .product-detail__page .list-group-item {
  color: #2B2A29;
}

.product-detail-section .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.product-detail-section .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #2B2A29;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.product-detail-section .list-group .list-group-item i,
.product-detail-section .list-group .list-group-item span {
  color: #898989;
  margin-right: 5px;
}

.product-detail-section .list-group-borderless .list-group-item {
  border: none;
  padding: 0.425rem 0;
  color: #6f7785;
}

/* Related Product slider */

.related-slider-section {
  padding: 0px 0 100px;
}

.related-slider-section .tile-wrapper {
  position: relative;
  overflow: hidden;
}

.related-slider-section .tile-hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 2;
}

.related-slider-section .tile-wrapper:hover .tile-hover-overlay {
  opacity: 1;
}

.related-slider-section .border-top-custom {
  position: absolute;
  top: 15px;
  left: 60px;
  width: 75%;
  height: 2px;
  background-color: #fff;
}

.related-slider-section .border-right-custom {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 80%;
  width: 2px;
  background-color: #fff;
}

.related-slider-section i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  z-index: 3;
}

.related-slider-section .tile-title {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  z-index: 3;
}

.related-slider-section .slick-slide {
  padding: 10px;
}

/* product details section End */

/* certificate section start */

.certificate-section {
  padding: 100px 0px 100px 0px;
}

.certificate-section .box {
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
}

.certificate-section .box:before {
  content: "";
  background: repeating-linear-gradient(to right,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3) 20px,
      transparent 15px,
      transparent 17px);
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: skewY(30deg);
  position: absolute;
  left: 0;
  top: -100%;
  z-index: 1;
  transition: all 0.4s ease 0s;
}

.certificate-section .box:hover:before {
  opacity: 0.8;
  transform: skew(0);
  top: 0;
}

.certificate-section .box .box-content {
  background: linear-gradient(to right,
      transparent,
      #18439b,
      #18439b,
      #18439b,
      transparent);
  width: 100%;
  padding: 5px 0;
  opacity: 0;
  transform: scaleX(0);
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 2;
  transition: all 0.4s ease 0s;
}

.certificate-section .box:hover .box-content {
  opacity: 1;
  transform: scaleX(1);
}

.certificate-section .box .title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
}

.certificate-section .box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translate(-50%, -50%) scaleX(0);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.4s ease 0s;
}

.certificate-section .box:hover .icon {
  opacity: 1;
  transform: translate(-50%, -50%) scaleX(1);
}

.certificate-section .box .icon li {
  margin: 0 3px;
  display: inline-block;
}

.certificate-section .box .icon li a {
  color: #fff;
  background-color: #18439b;
  font-size: 15px;
  line-height: 33px;
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
  transition: all 0.5s ease 0s;
}

/* certificate section end */

/* Packing Details Css Start */

.packing-detail {
  padding: 100px 0 100px;
}

.packing-detail .table-bordered th,
.packing-detail .table-bordered td {
  white-space: nowrap;
}

/* Packing Details CSS End */

/* blog CSS Start */

.blog-area {
  padding: 100px 0 100px;
}

.blog-area .blog-single-box {
  padding: 30px 30px 40px;
  text-align: center;
  transition: .5s;
  border-radius: 5px;
  border: 1px solid #DEE1E6;
  margin-bottom: 30px;
}

.blog-area .blog-content h3 a {
  font-size: 22px;
  line-height: 30px;
  color: #18439b;
  font-weight: 600;
  margin: 15px 0px;
  display: inline-block;
  transition: .5s;
}

.blog-area .blog-content h3 a:hover {
  color: #30302e;
}

.blog-area .blog-content h4 span {
  position: relative;
  z-index: 1;
  margin-right: 25px;
}

.blog-area .blog-content h4 span::before {
  position: absolute;
  content: "";
  top: 5px;
  right: -15px;
  height: 15px;
  width: 2px;
  background: #A8A8A8;
}

.blog-area .blog-thumb {
  position: relative;
  z-index: 1;
  transition: .5s;
  cursor: pointer;
}

.blog-area .blog-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #18439b;
  opacity: 0.5;
  transition: .5s;
}

.blog-area .blog-thumb img {
  width: 100%;
}

.blog-area .blog-content h4 {
  font-size: 15px;
  line-height: 26px;
  color: #818181;
  font-weight: 400;
  font-family: "Arimo";
  margin: 0px 0 20px;
  border-bottom: 1px solid #A8A8A8;
  padding: 0 0 23px;
  transition: .5s;
}

.blog-area .blog-button {
  margin: 23px 0 0;
}

.blog-area .blog-button a {
  display: inline-block;
  font-size: 16px;
  transition: .5s;
  position: relative;
  z-index: 1;
  color: #18439b;
}

.blog-area .blog-button a i {
  display: inline-block;
  font-size: 14px;
  transition: .5s;
}

.blog-area .blog-button a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #A8A8A8;
}

.blog-area .blog-single-box:hover {
  border: 1px solid #fff;
  box-shadow: 0 0 60px rgb(0 0 0 / 10%);
}

.blog-area .blog-single-box:hover .blog-button a {
  color: #30302e;
}

.blog-area .blog-single-box:hover .blog-button a i {
  color: #30302e;
  margin-left: 4px;
}

.blog-area .blog-single-box:hover .blog-button a::after {
  background: #30302e;
}

.blog-area .blog-single-box:hover .blog-content h4 {
  border-bottom: 1px solid #30302e;
}

.blog-area .blog-single-box:hover .blog-thumb::before {
  width: 100%;
}

/* blog CSS End */

/* blog details CSS Start */

.blog-detials-area {
  padding: 100px 0 100px;
}

.blog-detials-area .blog-details-main {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}

.blog-detials-area .blog-details-meta {
  background: #18439b;
  padding: 16px 30px;
}

.blog-detials-area .blog-details-meta span {
  margin-right: 30px;
  color: #fff;
}

.blog-detials-area .blog-details-meta span i {
  color: #fff;
  padding-right: 5px;
}

.blog-detials-area .blog-details-content {
  padding: 20px 0 18px;
}

.blog-detials-area .blog-details-content a {
  color: #18439b;
}

.blog-detials-area .blog-details-content a:hover {
  color: #30302e;
}

.blog-detials-area .blog-details-content h2 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 50px;
  color: #30302e;
  font-weight: 600;
}

.blog-detials-area .blog-details-content p {
  margin-bottom: 10px;
}

.blog-detials-area .blog-details-content h3 {
  margin-bottom: 5px;

}

.blog-detials-area .blog-details-content h4 {
  margin-bottom: 5px;
}

.blog-detials-area .blog-details-content h5 {
  margin-bottom: 5px;
}

.blog-detials-area .blog-details-content h6 {
  margin-bottom: 5px;
}

.blog-detials-area .blogimg {
  width: 100%;
  object-fit: contain;
  height: 250px;
  border: solid 1px #eee;
  padding: 10px 20px;
}

.blog-detials-area .widget-categories-box {
  padding: 18px 40px 12px;
  border-radius: 5px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
}

.blog-detials-area .categories_title h4 {
  font-size: 24px;
  padding: 0px 0 8px;
  margin: 0 0 8px;
  position: relative;
  line-height: 60px;
  color: #30302e;
  font-weight: 600;
  border-bottom: 2px solid #E8EAEA;
}

.blog-detials-area .categories_title h4:before {
  position: absolute;
  content: "";
  left: -40px;
  top: 20px;
  height: 25px;
  width: 5px;
  background: #18439b;
}

.blog-detials-area .sidber-widget-recent-post:last-child {
  border: none;
}

.blog-detials-area .sidber-widget-recent-post {
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 22px;
}

.blog-detials-area .recent-widget-thumb {
  float: left;
  margin-right: 25px;
}

.blog-detials-area .recent-widget-content a {
  color: #18439b;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  display: block;
  line-height: 25px;
  transition: .5s;
  margin-bottom: 7px;
  text-align: left;
}

.blog-detials-area .recent-widget-content a:hover {
  color: #30302e;
}

/* blog details CSS End */

/* Export page CSS Start */

/* Export Section Start */

.export-section {
  padding: 100px 0px 100px;
}

.export-section .img-vid {
  position: relative;
  border-radius: 30px 30px 30px 0;
  overflow: hidden;
}

.export-section .img-vid .curv-butn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  line-height: 80px;
  text-align: center;
  border-radius: 0 30px 0 0;
}

.export-section .img-vid .curv-butn .vid {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}

.export-section .img-vid .curv-butn .shap-left-top {
  position: absolute;
  top: -2.05rem;
  left: -1px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  line-height: 1;
}

.export-section .img-vid .curv-butn .shap-left-top svg {
  width: 2.1rem;
  height: 2.1rem;
}

.export-section .img-vid .curv-butn .shap-right-bottom {
  position: absolute;
  bottom: -1px;
  right: -2.1rem;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  line-height: 1;
}

.export-section .img-vid .curv-butn .shap-right-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}

.export-section .main-bg {
  background: #fff !important;
}

/* Export Section End */

/* export-quality-section section start */

.export-quality-section {
  padding: 100px 0 100px;
  background-color: #f7f7f7;
}

.export-quality-section .process-box {
  position: relative;
  z-index: 2;
  text-align: center
}

.export-quality-section .process-box-wrap:nth-child(even) {
  margin-top: 70px
}

.export-quality-section .process-box .box-number {
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: -0.45em;
  text-align: center;
}

.export-quality-section .process-box .box-title {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 24px;
}

.export-quality-section .process-box .box-img {
  margin: 0 auto 30px auto;
  max-width: 257px;
  aspect-ratio: 16 / 16;
  mask-image: url('../images/export/process_bg_shape.webp');
}

.export-quality-section .process-box .box-icon {
  position: absolute;
  top: 0;
  left: 10px;
  height: 118px;
  width: 100px;
  text-align: center;
  line-height: 115px;
  -webkit-clip-path: path("M9.83703 91.3038L39.837 109.004C46.1073 112.703 53.8927 112.703 60.163 109.004L90.163 91.3038C96.259 87.7072 100 81.1564 100 74.0785V37.9215C100 30.8436 96.259 24.2928 90.163 20.6962L60.163 2.99616C53.8927 -0.70333 46.1073 -0.703327 39.837 2.99616L9.83702 20.6962C3.74101 24.2928 0 30.8436 0 37.9215V74.0785C0 81.1564 3.74102 87.7072 9.83703 91.3038Z");
  clip-path: path("M9.83703 91.3038L39.837 109.004C46.1073 112.703 53.8927 112.703 60.163 109.004L90.163 91.3038C96.259 87.7072 100 81.1564 100 74.0785V37.9215C100 30.8436 96.259 24.2928 90.163 20.6962L60.163 2.99616C53.8927 -0.70333 46.1073 -0.703327 39.837 2.99616L9.83702 20.6962C3.74101 24.2928 0 30.8436 0 37.9215V74.0785C0 81.1564 3.74102 87.7072 9.83703 91.3038Z");
  z-index: 2;
}

.export-quality-section .process-box .box-icon:before {
  content: '';
  background-color: #18439b;
  position: absolute;
  inset: 9px 7px 9px 7px;
  -webkit-clip-path: path("M9.94758 77.7837L32.9476 91.1558C39.1622 94.769 46.8378 94.769 53.0524 91.1558L76.0524 77.7837C82.2109 74.2032 86 67.6173 86 60.4936V33.5069C86 26.3832 82.2109 19.7973 76.0524 16.2168L53.0524 2.84467C46.8378 -0.768474 39.1622 -0.76848 32.9476 2.84466L9.94759 16.2168C3.78912 19.7973 0 26.3832 0 33.5069V60.4936C0 67.6173 3.78911 74.2032 9.94758 77.7837Z");
  clip-path: path("M9.94758 77.7837L32.9476 91.1558C39.1622 94.769 46.8378 94.769 53.0524 91.1558L76.0524 77.7837C82.2109 74.2032 86 67.6173 86 60.4936V33.5069C86 26.3832 82.2109 19.7973 76.0524 16.2168L53.0524 2.84467C46.8378 -0.768474 39.1622 -0.76848 32.9476 2.84466L9.94759 16.2168C3.78912 19.7973 0 26.3832 0 33.5069V60.4936C0 67.6173 3.78911 74.2032 9.94758 77.7837Z");
  -webkit-filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.08));
  z-index: -1
}

.export-quality-section .process-box .box-icon.bg-white:before {
  background-color: #18439b;
}

.export-quality-section .box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.export-quality-section .process-box:hover .box-icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

/* export-quality-section section end */

/* world-wide-map section start */

.world-wide-map-section {
  padding: 100px 0px 100px;
}

/* world-wide-map section end */

/* Export country Section Start */

.country-section {
  padding-top: 40px;
  padding-bottom: 100px;
}

.country-section .country-carousel {
  display: flex;
  justify-content: center;
}

.country-section .achievement-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.country-section .achievement-image {
  width: 160px;
  height: 160px;
  padding: 15px;
  line-height: 120px;
  position: relative;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.country-section .achievement-image img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  width: 90px;
}

.country-section .achievement-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 1px;
  border: 2px dashed;
  border-radius: inherit;
  border-color: #18439b;
  animation: cspine 20s linear infinite;
}

.country-section .country-name {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  color: #30302e;
  font-weight: 600;
}

@keyframes cspine {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(359deg);
  }
}

@media (max-width: 767px) {
  .world-wide-map-section {
    padding: 60px 0px;
  }
}

/* Export country Section End */

/* Export page CSS End */

/* Our Quality Page CSS Start */

/* our-quality-section CSS Start */

.our-quality-section {
  position: relative;
  padding: 100px 0 100px;
  border-bottom: 1px solid #e1e1e1;
}

.our-quality-section .image-box {
  position: relative;
  display: block;
  margin-right: 85px;
}

.our-quality-section .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.our-quality-section .image-box .image:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient (linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.our-quality-section .image-box img.p_tiles {
  position: absolute;
  bottom: -35px;
  right: -65px;
  box-shadow: 0px 10px 15px -9px #000;
  animation: moveUpDown 8s infinite;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0);
  }
}

/* our-quality-section CSS End */

/* polaris quality CSS Start */

.polaris-quality {
  padding: 100px 0 100px;
}

.polaris-quality .service-auhtor-boxes-area {
  position: relative;
}

.polaris-quality .service-auhtor-boxes-area .bg-images .img1 {
  position: absolute;
  top: 15%;
  left: 28%;
  right: 28%;
}

.polaris-quality .pulse-border {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes pulse-border {
  0% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1.5);
    opacity: 1;
  }
}

.polaris-quality .service-auhtor-boxes-area .bg-images .icons {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}

.polaris-quality .service-auhtor-boxes-area .bg-images .icons img {
  max-width: 150px;
}

.polaris-quality .service-auhtor-boxes-area .service-box-area {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  transition: all 0.4s;
}

.polaris-quality .service-auhtor-boxes-area .service-box-area:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}

.polaris-quality .service-auhtor-boxes-area .service-box-area .icons-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.polaris-quality .service-auhtor-boxes-area .service-box-area .icons-area .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #d5e3fed1;
  display: inline-block;
}

.polaris-quality .service-auhtor-boxes-area .service-box-area:hover .icons-area .icons {
  background: #fff;
  transition: all 0.4s;
  transform: rotateY(-180deg);
}

.polaris-quality .service-auhtor-boxes-area .service-box-area .icons-area .number .num_c {
  font-size: 60px;
  font-weight: 600;
  color: #d5e3fed1;
  line-height: 60px;
  transition: all 0.4s;
}

.polaris-quality .service-auhtor-boxes-area .service-box-area:hover .content-area p,
.polaris-quality .service-auhtor-boxes-area .service-box-area:hover .content-area h3 {
  color: #fff;
  opacity: 90%;
  transition: all 0.4s;
}

.polaris-quality .service-auhtor-boxes-area .service-box-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: #18439b;
  left: 50%;
  border-radius: 8px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.polaris-quality .service-auhtor-boxes-area .service-box-area:hover::after {
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.polaris-quality .service-auhtor-boxes-area .service-box-area .content-area .con_title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 16px;
}

.polaris-quality .service-auhtor-boxes-area .service-box-area .content-area p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  opacity: 80%;
  transition: all 0.4s;
}

.polaris-quality .space100 {
  height: 100px;
}

/* polaris quality CSS End */

/* quality feature CSS Start */

.quality-feature-section {
  padding: 100px 0 100px;
}

.quality-feature-section .feature-step-item {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transform-style: preserve-3d;
  cursor: pointer;
  overflow: hidden;
  animation: pulse-in 1s ease-in-out;
  text-align: center;
}

.quality-feature-section .feature-step-item .feature-step-icon {
  background: #ffffff;
  width: 160px;
  height: 160px;
  border-radius: 1.5rem 0 1.5rem 0;
  color: #18439b;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 60px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border: 2px dashed #e8e8e8;
  margin: 0 auto 20px auto;
}

.quality-feature-section .feature-step-item:hover .feature-step-icon {
  animation: none;
  animation: bounceIcon 0.3s ease, rotateIcon 1.5s linear;
}

.quality-feature-section .feature-step-item .feature-step-icon:before {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  position: absolute;
  content: "";
  height: 68px;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 30px;
}

.quality-feature-section .feature-step-title {
  transition: transform 0.5s ease, color 0.5s ease;
  margin-bottom: 10px;
}

.quality-feature-section .feature-step-item:hover .feature-step-title {
  color: #18439b;
  transform: translateZ(12px);
}

.quality-feature-section .feature-step-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  transform: skewX(-5deg);
  transition: none;
  pointer-events: none;
}

.quality-feature-section .feature-step-item:hover::after {
  animation: shine 1s forwards;
}

.quality-feature-section .feature-step-item:hover .feature-step-title {
  color: #18439b;
  transform: translateZ(12px);
}

.quality-feature-section .feature-step-item:hover .feature-step-icon {
  animation: none;
  animation: bounceIcon 0.3s ease, rotateIcon 1.5s linear;
}

@keyframes shine {
  from {
    left: -75%;
  }

  to {
    left: 125%;
  }
}

@keyframes bounceIcon {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes rotateIcon {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* quality feature CSS End */

/* Our Quality Page CSS End */

/* Who We Are Page CSS Start */

/* who-we-are-section Start */

.who-we-are-section {
  padding: 100px 0 100px;
}

.who-we-are-section .video-overlay-section {
  position: relative;
}

.who-we-are-section .background-image {
  height: auto;
  display: block;
}

.who-we-are-section .overlay-video {
  position: absolute;
  top: 40px;
  left: -100px;
  width: 300px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.who-we-are-section .overlay-video video {
  width: 100%;
  height: auto;
  display: block;
}

/* who-we-are-section End */

/* Why Polaris Section CSS Start */

.why-polaris-section {
  padding: 100px 0 100px;
  position: relative;
  z-index: 1;
  background: #f7f7f7;
}

.why-polaris-section .case-widget-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: 1px solid #CED4DA;
  position: relative;
}

.why-polaris-section .case-widget-area .content-area {
  display: flex;
}

.why-polaris-section .case-widget-area .content-area span {
  font-weight: 600;
  color: #30302e;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  transition: all 0.4s;
}

.why-polaris-section .case-widget-area .content-area .main-content a {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #30302e;
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 16px;
}

.why-polaris-section .case-widget-area .content-area .main-content {
  margin-left: 16px;
  width: 50%;
}

.why-polaris-section .case-widget-area .hidden-img {
  visibility: visible;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  transform: scale(1.1);
  right: 10%;
  z-index: 1;
  top: 50px;
}

.why-polaris-section .case-widget-area:hover .hidden-img {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  right: 0%;
  transform: scale(1.1);
}

.why-polaris-section .case-widget-area .hidden-img.img1 {
  top: -50px;
}

.why-polaris-section .case-widget-area .hidden-img.img2 {
  visibility: visible;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  transform: scale(1.1);
  right: 10%;
  z-index: 1;
  top: -110px;
}

.why-polaris-section .case-widget-area:hover .hidden-img.img2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  right: 0%;
  transform: scale(1.1);
}

.why-polaris-section .case-widget-area .hidden-img.img3 {
  visibility: visible;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  transform: scale(1.1);
  right: 10%;
  z-index: 1;
  top: -190px;
}

.why-polaris-section .case-widget-area:hover .hidden-img.img3 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  right: 0%;
  transform: scale(1.1);
}

/* Why Polaris Section CSS End */

.mission-vision-section {
  padding: 100px 0 100px;
}

.mission-vision-section .team-block-one .inner-box {
  position: relative;
  padding-left: 56px;
  padding-top: 60px;
  margin-bottom: 45px;
}

.mission-vision-section .team-block-one .inner-box:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
  border: 1px solid #e7e7e7;
}

.mission-vision-section .team-block-one .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.mission-vision-section .team-block-one .image:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.mission-vision-section .team-block-one .image img {
  width: 100%;
  height: auto;
  display: block;
}

.mission-vision-section .team-block-one .inner-box:hover .image:before {
  height: 100%;
}

.mission-vision-section .team-block-one .author-title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.mission-vision-section .team-block-one .author-title a {
  color: #18439b;
}

.mission-vision-section .team-block-one .designation {
  position: absolute;
  -webkit-transform: rotate(-90deg) translateX(-50%) translateY(-50%);
  -ms-transform: rotate(-90deg) translateX(-50%) translateY(-50%);
  transform: rotate(-90deg) translateX(-50%) translateY(-50%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  left: 23px;
  top: 50%;
  color: #888888;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mission-vision-section .team-block-one .designation:before {
  position: absolute;
  content: '';
  right: -110px;
  top: 12px;
  width: 100px;
  height: 1px;
  background: #18439b;
}

/* Who We Are Page CSS End */

/* Footer Section CSS Start */

.footer_section {
  background-image: url(../images/footer/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  position: relative;
}

.footer_section .widgets-logo {
  margin-bottom: 30px;
}

.footer_section .widgets-logo img {
  width: 200px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer_section .widgets-company-info p {
  color: #ffff;
  opacity: 0.851;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 40px;
  max-width: 95%;
}

.footer_section .widget-social-icon ul li {
  list-style: none;
}

.footer_section .widget-social-icon ul li a {
  background: #fff;
  color: #30302e;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  margin-right: 13px;
  transition: 0.4s;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

.footer_section .widget-social-icon ul li a:hover {
  color: #fff;
}

.footer_section .widget-social-icon ul li a:before {
  background: -webkit-linear-gradient(45deg, #30302e, #18439b 80%);
  background: linear-gradient(45deg, #30302e, #18439b 80%);
}

.footer_section .widget-social-icon ul li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.footer_section .widget-social-icon ul li a:hover:before {
  transform: scale(1, 1);
}

.footer_section .widget-title {
  color: #ffffff;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 600;
}

.footer_section ul.footer-widget-list li a {
  opacity: 0.851;
  color: #ffffff;
  display: inline-block;
  transition: 0.4s;
}

.footer_section .company-work-hour {
  transition: 0.5s;
  display: flex;
}

.footer_section .company-icon {
  margin-right: 10px;
}

.footer_section .company-icon i {
  display: inline-block;
  font-size: 17px;
  transition: 0.5s;
  color: #30302e;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  margin: 0 12px 0 0;
  transition: 0.5s;
}

.footer_section .widget-nav-menu .mail_box {
  color: #ffffff;
  opacity: 0.851;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.footer_section .widget-nav-menu p {
  color: #ffffff;
  opacity: 0.851;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.footer_section .widgets-copyright-bottom {
  padding: 15px 0 15px;
  border-top: 1px solid #706c6c;
  margin-top: 50px;
}

.footer_section .widgets-copyright {
  position: relative;
}

.footer_section .widgets-copyright p {
  color: #ffffff;
}

.footer_section .over-hidden {
  overflow: hidden;
}

.footer_section .links_sm a.link-hover {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.footer_section .links_sm a.link-hover:before {
  content: attr(data-hover-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: #ffffff;
}

.footer_section .links_sm a.link-hover:hover {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  text-decoration: none;
}

.footer_section .footer-widget-list .explore-li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  list-style: none;
  color: #fff;
}

.footer_section .footer-widget-list .explore-li i {
  font-size: 8px;
  color: #ffffff;
  margin-right: 8px;
}

/* Footer Section CSS End */

/* Circle Cursor CSS Start */
.circle-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: transform 0.15s ease-out, width 0.3s ease, height 0.3s ease,
    background 0.3s ease;
}

.circle-cursor .cursor-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.circle-cursor.hover {
  width: 80px;
  height: 80px;
}

.hoverable-cursor {
  cursor: pointer;
  transition: color 0.3s ease;
}

.hoverable-cursor:hover {
  color: #18439b;
}

/* Circle Cursor CSS End */

/* Scroll Bar CSS Start */

.scroll-circle {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.scroll-circle .circle-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(16%) sepia(1%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(90%);
  transform: rotate(0deg);
  transition: transform 0.1s linear;
}

.scroll-circle .circle-number {
  position: absolute;
  color: #18439b;
  font-size: 12px;
  font-weight: 600;
  pointer-events: none;
}

/* Scroll Bar CSS End */

/* Inquiry PopUp Model */

.modal .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: black;
  font-weight: 600;
}

.modal .form-label {
  color: #222;
  font-size: 16px;
}

.modal input,
.modal select,
.modal textarea {
  margin-bottom: 10px;
  padding: 10px 15px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #ddd !important;
  box-shadow: none;
  color: #888;
  font-size: 13px;
}

.modal input:focus-visible,
.modal select:focus-visible,
.modal textarea:focus-visible {
  margin-bottom: 10px;
  padding: 10px 15px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #ddd !important;
  box-shadow: none;
  color: #888;
  font-size: 13px;
}

.modal .dropdown-content {
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
}

.modal .dropdown-content div {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.modal .dropdown-content div:hover {
  background-color: #ddd;
}

/*** 

====================================================================
    language Popup start
====================================================================

***/

.language-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.80);
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.language-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.language-popup .popup-inner {
  width: 100%;
  background: #fff;
  height: 100%;
  display: inline-table;
}

.language-popup .upper-box {
  position: relative;
  padding: 70px 70px;
}

.language-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.language-popup .close-language {
  position: relative;
  font-size: 16px;
  color: #141417;
  cursor: pointer;
  z-index: 5;
  top: 0px;
  transition: all 0.3s ease;
}

.language-popup .close-language:hover {
  color: #777;
}

.language__inner {
  cursor: pointer;
}

.language__inner p i {
  padding-left: 5px;
}

.language .language__inner p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: .3s;
  text-decoration: none;
  padding: 25px 0;
  display: block;
  text-transform: uppercase;
}

header.open .menu ul.menuList .language .language__inner p,
header.fixed1 .menu ul.menuList .language .language__inner p,
header.fixed .menu ul.menuList .language .language__inner p {
  transition: .3s;
  color: #262626 !important
}

.language-popup .language-title {
  text-align: center;
  margin-bottom: 25px;
}

.language-popup a.lang-select {
  background: #eee;
  padding: 10px 15px;
  display: block;
  margin: 5px 0;
  color: #231f20;
}

.language-popup a.lang-select img {
  width: 30px;
  height: 20px;
  object-fit: cover;
  object-position: center;
  margin-right: 10px;
}


/*** 

====================================================================
  language Popup end
====================================================================

***/


.right_arrow {
  font-size: 20px;
  font-weight: 300;
  padding-left: 6px;
}


/* Contact Us Section Start */

.contact-section {
  padding: 100px 0;
}

.form-box {
  position: relative;
  padding: 40px;
}

.line {
  position: absolute;
  background-color: #141414;
}

.line-top,
.line-bottom {
  left: -15px;
  right: -15px;
  height: 1px;
}

.line-left,
.line-right {
  width: 1px;
  top: -15px;
  bottom: -15px;
}

.line-top {
  top: 0;
}

.line-bottom {
  bottom: 0;
}

.line-left {
  left: 0;
}

.line-right {
  right: 0;
}

.line-shap:not(.line-shap-after):before {
  content: "";
  margin-right: 15px;
}

.line-shap:before,
.line-shap:after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 4vw;
  height: 1px;
  background: #eee;
}

.line-bg-right {
  position: relative;
  z-index: 1;
  padding-right: 15px;
  color: #000000b8;
  font-weight: 600;
  font-size: 22px;
}

.line-bg-right:before,
.line-bg-right:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  background-color: #eee;
  transform: skew(-10deg);
  z-index: -1;
}

.line-bg-right:after {
  right: 0;
  transform-origin: bottom right;
}

.form-box .form-group {
  margin-bottom: 30px;
}

.entry-box {
  width: auto !important;
}

.entry-box label {
  color: #000;
  font-weight: 500;
}

.entry-box input,
.entry-box textarea,
.entry-box select {
  border: none !important;
  border-bottom: 1.5px solid #bebebe !important;
  background: transparent;
  padding: 10px 3px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #0009;
  outline: none !important;
  box-shadow: none !important;
  width: 100% !important;
}

.entry-box input::placeholder,
.entry-box textarea::placeholder,
.entry-box select::placeholder {
  color: #7a7a7a !important;
  opacity: 1;
  font-size: 14px !important;
}

.entry-box input:focus::placeholder,
.entry-box textarea:focus::placeholder,
.entry-box select:focus::placeholder {
  color: #7a7a7a !important;
  font-size: 14px !important;
}

.entry-box input:focus,
.entry-box textarea:focus,
.entry-box select:focus {
  border: none !important;
  border-bottom: 1.5px solid #bebebe !important;
  outline: none !important;
  box-shadow: none !important;
}

.text-danger {
  color: #dc3545 !important;
}

.country-dropdown {
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  max-height: 240px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  z-index: 999;
  display: none;
  padding: 0;
}

.country-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.country-dropdown li {
  padding: 12px 15px;
  font-size: 14px;
  color: #555;
  cursor: pointer;
  background: #fff;
  transition: 0.2s;
}

.country-dropdown li:hover {
  background: #f4f4f4;
}

.country-dropdown::-webkit-scrollbar {
  width: 8px;
}

.country-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.country-dropdown::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 10px;
}

.country-dropdown::-webkit-scrollbar-thumb:hover {
  background: #a9a9a9;
}

a.link-hover {
  color: #000;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.over-hidden {
  overflow: hidden;
}
a.link-hover:hover {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  text-decoration: none;
}
a.link-hover:before {
  content: attr(data-hover-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: #000;
}

/* Contact Us Section End */


/* Responsive CSS Start All Pages */

@media (min-width: 1024px) and (max-width: 1199px) {
  header.header .logo {
    height: auto;
    top: 0px;
  }

  header.header .menu ul.menuList>li>a {
    letter-spacing: 0.5px;
  }

  header.header .menu ul.menuList>li .productSubMenu .tab-pane .tab-content {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 1200px) {
  .space_section .tab-content {
    width: auto;
  }

  .space_section .tab-pane.our_product {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-section {
    padding: 80px 0px 80px 0px;
  }

  .space_section {
    padding: 80px 0px 80px 0px;
  }

  .sizes-home-section {
    padding: 80px 0px 80px 0px;
  }

  .counter-home-section {
    padding: 80px 0px 80px 0px;
  }

  .tile-excellence-section {
    padding: 80px 0px 80px 0px;
  }

  .testimonial-home {
    padding: 80px 0px 80px 0px;
  }

  .export-home-section {
    padding: 80px 0px 80px 0px;
  }

  .who-we-are-section {
    padding: 80px 0 80px;
  }

  .who-we-are-section .overlay-video {
    top: 37px;
    left: -30px;
    width: 250px;
  }

  .why-polaris-section {
    padding: 80px 0 80px;
  }

  .mission-vision-section {
    padding: 80px 0 80px;
  }

  .our-quality-section {
    padding: 80px 0 80px;
  }

  .polaris-quality {
    padding: 80px 0 80px;
  }

  .polaris-quality .service-auhtor-boxes-area .bg-images .img1 {
    top: 23%;
  }

  .quality-feature-section {
    padding: 80px 0 80px;
  }

  .certificate-section {
    padding: 80px 0px 80px 0px;
  }

  .export-section {
    padding: 80px 0px 80px;
  }

  .export-quality-section {
    padding-top: 0px;
    padding-bottom: 80px;
  }

  .export-quality-section .process-box-wrap {
    margin-top: 40px !important
  }

  .export-quality-section .process-box .box-icon {
    left: 22%
  }

  .world-wide-map-section {
    padding: 40px 0px 80px;
  }

  .country-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .brochure-section {
    padding: 80px 0 80px;
  }

  .brochure-section .custom-button {
    min-width: 275px;
  }

  .packing-detail {
    padding: 80px 0 80px;
  }

  .tiles-calculator {
    padding: 80px 0px 80px;
  }

  .blog-area {
    padding: 80px 0 80px;
  }

  .blog-detials-area {
    padding: 80px 0 80px;
  }

  .product-section {
    padding: 80px 0px 60px;
  }

  .product-detail-section {
    padding: 80px 0px 80px;
  }

  .related-slider-section {
    padding: 0px 0 80px;
  }
  .contact-section {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 991px) {
  .about-section .about-heading {
    max-width: 100%;
  }

  .who-we-are-section .overlay-video {
    top: 40px;
    left: -100px;
    width: 300px;
  }

  .polaris-quality .service-auhtor-boxes-area .bg-images .img1 {
    top: 30%;
  }

  .brochure-section .no-wrap-row {
    gap: 10px;
  }

  .brochure-section .custom-button {
    min-width: 205px;
  }
}

@media only screen and (max-width: 767px) {
  .about-section {
    padding: 80px 0px 60px 0px;
  }

  .space_section .our_product .shape.hero-svg {
    display: none;
  }

  .home-slider p {
    font-size: 65px;
  }

  .space_section {
    padding: 60px 0px 60px 0px;
  }

  .sizes-home-section {
    padding: 60px 0px 60px 0px;
  }

  .counter-home-section {
    padding: 60px 0px 60px 0px;
  }

  .tile-excellence-section {
    padding: 60px 0px 60px 0px;
  }

  .testimonial-home {
    padding: 60px 0px 60px 0px;
  }

  .export-home-section {
    padding: 60px 0px 60px 0px;
  }

  .who-we-are-section {
    padding: 60px 0 60px;
  }

  .footer_section {
    padding-top: 60px;
  }

  .footer_section .widgets-logo {
    margin-bottom: 25px;
  }

  .footer_section .widgets-company-info p {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .footer_section .widget-title {
    margin-bottom: 20px;
  }

  .who-we-are-section .overlay-video {
    top: 55px;
    left: -10px;
    width: 270px;
  }

  .why-polaris-section {
    padding: 60px 0 60px;
  }

  .why-polaris-section .case-widget-area .hidden-img {
    display: none;
  }

  .why-polaris-section .case-widget-area .hidden-img.img2 {
    display: none;
  }

  .why-polaris-section .case-widget-area:hover .hidden-img {
    display: none;
  }

  .why-polaris-section .case-widget-area .content-area .main-content {
    margin-left: 16px;
    width: 100%;
  }

  .mission-vision-section {
    padding: 60px 0 60px;
  }

  .our-quality-section {
    padding: 60px 0 60px;
  }

  .polaris-quality {
    padding: 60px 0 60px;
  }

  .polaris-quality .service-auhtor-boxes-area .bg-images .img1 {
    top: 40%;
  }

  .polaris-quality .service-auhtor-boxes-area .bg-images .icons img {
    max-width: 120px;
  }

  .quality-feature-section {
    padding: 60px 0 60px;
  }

  .certificate-section {
    padding: 60px 0px 60px 0px;
  }

  .export-section {
    padding: 60px 0px 60px;
  }

  .world-wide-map-section {
    padding: 0px 0px 60px;
  }

  .export-quality-section {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .country-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .brochure-section {
    padding: 60px 0 60px;
  }

  .brochure-section .custom-button {
    min-width: 155px;
    padding: 10px 10px;
    font-size: 14px;
  }

  .brochure-section .no-wrap-row {
    gap: 0px;
  }

  .packing-detail {
    padding: 60px 0 60px;
  }

  .tiles-calculator {
    padding: 60px 0px 60px;
  }

  .blog-area {
    padding: 60px 0 60px;
  }

  .blog-detials-area {
    padding: 60px 0 60px;
  }

  .blog-detials-area .blog-details-meta span {
    margin-right: 20px;
  }

  .product-section {
    padding: 60px 0px 40px;
  }

  .product-detail-section {
    padding: 60px 0px 60px;
  }

  .related-slider-section {
    padding: 0px 0 60px;
  }
  .contact-section {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 575px) {
  .logo img {
    width: 120px;
    height: auto;
  }

  .home-slider p {
    font-size: 40px;
    letter-spacing: 0px;
  }

  .dsn-slider .dsn-slider-content .slide-content {
    padding-bottom: 100px;
  }

  .about-section .about-double-img:hover>.img:first-child {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    z-index: 6;
  }

  .about-section .about-double-img>.img:before {
    opacity: 0;
  }

  .about-section .about-heading .company-heading span {
    font-size: 35px;
  }

  .about-section .about-heading .company-heading .welcome-text {
    font-size: 35px;
  }

  .about-section .about-heading .about-text {
    font-size: 85px;
  }

  .about-section .about-col-left {
    margin-bottom: 15px;
  }

  .space_section .our_product nav {
    overflow-x: scroll;
    scrollbar-width: thin;
  }

  .space_section .our_product .nav-tabs {
    width: 700px;
    overflow-x: auto;
  }

  .tile-excellence-section .service-front-content {
    padding: 50px 30px 50px 30px;
  }

  .who-we-are-section .overlay-video {
    display: none;
  }

  .mission-vision-section .team-block-one .designation {
    left: 10px;
    top: 45%;
  }

  .mission-vision-section .team-block-one .inner-box {
    padding-left: 30px;
    padding-top: 35px;
  }

  .our-quality-section .image-box img.p_tiles {
    max-width: 90px;
  }

  .polaris-page-header .thm-breadcrumb li {
    font-size: 12px;
    margin-right: 1px;
  }

  .polaris-page-header .thm-breadcrumb {
    padding-left: 60px;
  }

  .polaris-page-header .page-header__inner {
    padding: 140px 0 160px;
  }

  .polaris-page-header .page-header__inner h1 {
    font-size: 40px;
  }

  .polaris-quality .service-auhtor-boxes-area .bg-images .img1 {
    top: 45%;
  }

  .polaris-quality .service-auhtor-boxes-area .bg-images .icons {
    top: 51%;
  }

  .brochure-section .no-wrap-row {
    gap: 10px;
    justify-content: start;
  }

  .brochure-section .custom-button {
    min-width: 250px;
    padding: 12px 24px;
    font-size: 16px;
  }

  .brochure-section .brochure-buttons-scroll {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
  }
}

/* Responsive CSS End All Pages */





@media (max-width:575px) {
  .language-popup .upper-box {
    padding: 30px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  header.header .language .language__inner p {
    letter-spacing: 0.5px;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1150px) {
  header.header .language .language__inner p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1023px) {
  .language .language__inner p {
    padding: 5px 0;
  }
}      