@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: none
}

*,
*:focus {
  outline: none;
  -webkit-tap-highlight-color: #fff0
}

html {
  scroll-behavior: smooth;
}

body {
  display: block;
  position: relative;
  font: 400 14px/1.1 "Roboto", serif;
  background: #fff;
  margin: 0;
  padding: 0 0;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: relative;
  letter-spacing: 0.3px;
}

body {
  background-image: url(../images/vertical-line-bg-small-medium-gray.svg);
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
  color: #000;
  opacity: 1
}

:-ms-input-placeholder {
  color: #000;
  opacity: 1
}

a {
  color: #000000;
  text-decoration: none
}

a:hover {
  color: #000;
  outline: none;
  text-decoration: none
}

img {
  max-width: 100%;
  vertical-align: middle
}

svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor
}

h1,
.h1 {
  font-size: 30px
}

h2,
.h2 {
  font-size: 28px;
  line-height: 1
}

h3,
.h3 {
  font-size: 24px
}

h4,
.h4 {
  font-size: 18px
}

h5,
.h5 {
  font-size: 16px
}

h6,
.h6 {
  font-size: 15px
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 15px;
  font-style: normal;
  font-size: 36px;
  margin-bottom: 20px;
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
  position: relative;
}

p {
  margin: 0 0 10px;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #4a4a4a;
}


input,
select,
textarea {
  background: #fff;
  background: #fff;
  border: 1px solid rgb(70 70 70 / .3);
  font: 500 15px/1 'Montserrat', sans-serif;
  width: 100%;
  display: block;
  color: #282828;
  padding: 11px 16px;
  border-radius: 5px;
  letter-spacing: 0;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input::-webkit-input-placeholder {
  color: rgb(40 40 40 / 50%)
}

input::-moz-placeholder {
  color: rgb(40 40 40 / 50%)
}

input:-ms-input-placeholder {
  color: rgb(40 40 40 / 50%)
}

input:-moz-placeholder {
  color: rgb(40 40 40 / 50%)
}

textarea {
  min-height: 120px;
  padding: 14px
}

ul {
  list-style: none;
  padding: 0;
  margin: 0
}

strong,
b {
  font-weight: 700
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

.heading {
  margin-bottom: 45px;
}

.heading h2 {
  position: relative;
  font-weight: 600;
  padding-bottom: 15px;
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
}

.heading h2 span.bolds {
  font-weight: bolder;
  color: #e80f2f;
}

.heading p {
  margin: 0 0;
  overflow: hidden;
  color: #e80b2d;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.66;
  margin-bottom: 0px;
  text-transform: capitalize !important;
  letter-spacing: 0.1px;
  display: block;
  text-align: center;
}

.heading h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 3px;
  background-color: #2f328f;
  margin: auto;
  right: 0;
}

section {
  padding: 80px 0;
  overflow: hidden;
}

.btn {
  border: 1px solid #30328f;
  padding: 11px 23px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  margin-top: 10px;
  background-color: transparent;
  display: inline-block;
  color: #30328f;
  transition: 0.4s;
  background-color: #fff;
  line-height: 1.2;
}

.btn:hover {
  text-decoration: none;
  border: 1px solid #2f328f;
  color: #ffffff;
  background-color: #2f328f;
}

.slider-arrows-control {
  position: absolute;
  right: 49%;
  bottom: 76px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.banner-items:hover .slider-arrows-control,
.products-slider:hover .slider-arrows-control {
  opacity: 1;
}



.slider-arrows-control .swiper-button-next {
  right: 20px;
}

.slider-arrows-control .swiper-button-prev,
.slider-arrows-control .swiper-button-next {
  background-image: unset;
}

.slider-arrows-control .swiper-button-prev:after,
.slider-arrows-control .swiper-rtl .swiper-button-next:after {
  content: '';
}

.slider-arrows-control .swiper-button-next:after,
.slider-arrows-control .swiper-rtl .swiper-button-prev:after {
  content: '';
}

.slider-arrows-control .swiper-button-next:after,
.slider-arrows-control .swiper-button-prev:after {
  font-size: unset;
}

.slider-arrows-control .swiper-button-prev,
.slider-arrows-control .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: 0;
  background: #ffffff3d;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #e80d2e;
  backdrop-filter: blur(11px);
  box-shadow: 2px 6px 10px grey;
}

.products-slider .slider-arrows-control .swiper-button-next,
.products-slider .slider-arrows-control .swiper-button-prev {
  border: 1px solid #000000;
}

.slider-form-side .form-control {
  border: 0;
  border-radius: 26px;
  border-bottom: 1px solid #ccc;
  padding: 13px;
  font-size: 15px;
  color: #000000 !important;
  box-shadow: none;
  font-weight: 400;
}

.header-bg {
  z-index: 999;
  position: relative;
}

.home_banner_form {
  width: 280px;
  padding: 15px;
  background-color: rgb(0 0 0 / 49%);
  border-radius: 10px;
  position: relative;
  padding-top: 40px;
  position: absolute;
  top: 50%;
  right: 90px;
  z-index: 1;
  transform: translateY(-50%);
  display: none;
}

.home_banner_form h5 {
  background-color: #f8b186;
  display: inline-block;
  color: #fff;
  padding: 9px 30px;
  border-radius: 5px;
  line-height: normal;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
}

.home_banner_form .form-group {
  margin-bottom: 10px;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  margin-top: 0px;
}

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

.nav-item .nav-link:hover {
  color: #3f4192;
}

.main-sticky-header.scrolled {
  box-shadow: 5px 5px 5px #a5a0a0;
}

.nav-item.dropdown ul.dropdown-menu.show {
  background-color: #fff;
  border-top: 2px solid #3f4192 !important;
  border: none;
  border-radius: 0;
  margin-top: 36px;
  padding: 0;
}

a.dropdown-item {
  font-size: 15px;
  padding: 9px 15px;
  border-bottom: 1px solid #ccc;
  background-color: #ffff;
  text-transform: capitalize;
  font-weight: 400;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  /* Hidden by default */
  transition: all 0.3s ease;
  padding: 0;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #2f328f !important;
}


.main-sticky-header {
  transition: width 0.9s ease-in-out, top 0.9s ease-in-out, left 0.8s ease-in-out, right 0.8s ease-in-out;
}

header {
  position: relative
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.4s;
  background: rgb(0, 0, 0);
  background: linear-gradient(76deg, rgb(255 255 255 / 78%) 0%, rgb(255 255 255 / 0%) 100%);
}

.scrolled {
  position: fixed;
  top: 0;
  background: #fff;
  padding: 22px 20px;
  box-shadow: 1px 9px 20px #525252a8;
  transition: 0.4s;
  z-index: 999;
}

.white-logo {
  display: block !important
}

.normal-logo {
  display: none !important
}

.scrolled .white-logo {
  display: none !important
}

.scrolled .normal-logo {
  display: block !important;
  width: 100%;
  max-width: 80%;
}

.arrow-icon.active path {
  fill: #2f328f !important;
}

.nav-link.active {
  color: #ffffff !important;
}

.navbar.scrolled .navbar-nav .nav-link.active {
  color: #000000 !important;
}

.navbar.scrolled .navbar-nav .nav-link {
  color: #000
}

.navbar .navbar-nav.sm-icons .nav-link svg {
  fill: #000000
}

.navbar.scrolled .navbar-nav.sm-icons .nav-link svg {
  fill: #000
}

.navbar .container-fluid {
  padding: 14px 83px;
}

.navbar.scrolled .container-fluid {
  padding: 4px 40px;
  transition: 0.4s;
}

.navbar .navbar-nav .nav-link {
  font-size: 20px;
  font-weight: 500 !important;
  color: #ffffff;
  opacity: 1;
  margin: 0 10px;
  cursor: pointer;
  padding: 12px 12px;
}

.product-name h3.product-head {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  background-color: #000;
  color: #fff;
  margin-bottom: 0px;
}

.navbar-brand {
  width: 100%;
  max-width: max-content;
}

.sm-icons {
  flex-direction: row
}

.sm-icons .nav-link {
  padding-right: 1em
}

body[data-page="thankyou.php"] .navbar .nav-link {
  color: #000;
}

body[data-page="thankyou-catalogue.php"] .navbar .nav-link {
  color: #000;
}

body[data-page="thankyou.php"] .navbar .white-logo {
  display: none !important;
}

body[data-page="thankyou.php"] .navbar .normal-logo {
  display: block !important;
}

.main-banner {
  padding-bottom: 0px;
}

.main-banner .swiper {
  width: 100%;
  height: 100%;
}

.main-banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-box {
  position: relative;
}

.about-box img.main-img {
  border-radius: 20px;
  width: 100%;
}

.about-counrter.row {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

/* h2.about-content-title::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -33px;
  width: 76px;
  height: 11px;
  background-image: url(../images/about-us/shape.png);
  background-repeat: no-repeat;
} */

.slide-funfact-wrap {
  padding: 20px;
}

.js-splittext-lines {
  background-color: #0f137d00;
  display: flex;
  align-items: center;
  justify-content: center;
  /* backdrop-filter: blur(6px); */
  transition: all 0.4s ease-in-out;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover !important;
  /* padding: 50px 28px; */
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
}


.banner-items .swiper-button-prev,
.banner-items .swiper-rtl .swiper-button-next,
.banner-items .swiper-button-next {
  width: 60px;
  height: 60px;
  padding: 10px;
  background: #ffffff24;
  backdrop-filter: blur(10px);
  border-radius: 15px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.banner-items .swiper-button-prev {
  left: -65px;
}

.banner-items .swiper-button-next {
  right: -63px;
}

.banner-items:hover .swiper-button-prev {
  opacity: 1;
  left: 10px;
}

.banner-items:hover .swiper-button-next {
  opacity: 1;
  right: 10px;
}

.banner-items .swiper-button-next:after,
.banner-items .swiper-button-prev:after {
  background-image: none;
  content: "";
  font-family: unset;
}

.js-splittext-lines .counter-digite {
  font-size: 70px;
  font-weight: 600;
  color: #fff;
}

.js-splittext-lines p {
  color: #ffffff;
  font-weight: 400;
}


.counter-icon {
  width: 100%;
  max-width: 100%;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin-bottom: 0px;
  top: 0;
  left: 0;
  opacity: 1;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
}


.hovered .counter-icon {
  transition: all 0.4s ease-in-out;
}

.about-content {
  padding: 0 20px 0 0px;
}

.about-content span.sub-text {
  margin: 0 0 10px;
  overflow: hidden;
  text-align: left;
  color: #e80f2f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.66;
  margin-bottom: 9px;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  display: block;
}

.about-content span.sub-span {
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 30px;
  display: block;
  margin-top: 16px;
}

.about-content h2 span.bold {
  font-size: 40px;
  color: #6d6d6d;
  font-weight: bolder;
}

.about-content h2 {
  font-weight: 600;
  color: #979797;
  font-size: 26px;
  line-height: normal;
  margin-bottom: 25px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.img-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

p.about-paragraph {
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  color: #706f6f;
  text-align: center;
  letter-spacing: 0.5px;
  width: 100%;
  max-width: 80%;
  margin: 30px auto 40px;
}

.about-content h2 span {
  text-transform: capitalize !important;
  display: block;
  font-weight: 700;
  color: #000000;
  margin-top: 0px;
  font-size: 58px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.about-inner-item {
  padding-left: 15px;
}

.about-content p {
  font-size: 18px;
}

.tc-about-st3 {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background-color: #fff;
  z-index: 3;
}

.tc-about-st3 .title {
  position: relative;
}

.float-txt {
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transform: translateX(33%);
  transform: translateX(33%);
  line-height: 0.7;
  font-size: 210px;
  color: #f6f6f6;
  font-weight: bold;
  text-transform: uppercase;
  pointer-events: none;
}

.float-txt.prducts-text {
  -webkit-transform: unset;
  transform: unset;
  left: 0;
  top: 5px;
  right: 0;
  color: #fff;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: -47px;
}

.application-items {
  z-index: 1;
  position: relative;
}

.products-items {
  z-index: 9;
  position: relative;
}

.tc-about-st3 .title .btns {
  position: relative;
  z-index: 20;
  padding: 50px 0;
}

.tc-about-st3 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  z-index: 20;
  -webkit-margin-start: -30px;
  margin-inline-start: -30px;
  margin: auto;
  margin-top: 40px;
}

.tc-about-st3 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 35px;
  width: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}

.tc-about-st3 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #151515;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.tc-about-st3 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #151515;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.tc-about-st3 .main-img {
  width: 100%;
}

/* .tc-about-st3 .main-img img {
  border-radius: 2%;
} */

.about-content .icon {
  width: 50px;
}

.mold-fonts {
  font-size: 210px;
  font-weight: 900;
  color: #f7f7f7;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(#0000000a, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mold-fonts.products-mold {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 300px;
  z-index: 1;
  background: -webkit-linear-gradient(#0000000d, #ffffff3d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  width: 100%;
  font-size: 400px;
  font-weight: 700;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 2px #cdcdcd05;
  position: fixed;

}

.swiper.products-slider {
  z-index: 9;
}

.img-content {
  position: relative;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 30px 5px;
  padding-left: 20px;
  margin-top: 10px;
  margin-right: 30px;
}

.img-content::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 4px;
  height: 105px;
  transform: translateY(-50%);
  background-color: #8d8d8d;
}

.products-section,
.application-section,
.our-clients {
  background-color: #f7f7f7;
  position: relative;
}

.our-clients .clients-items {
  margin-top: 50px;
}

.products-section,
.counter-section {
  position: relative;
  overflow: hidden;
}

.sec.top-title {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.sec-title h2 {
  position: relative;
  font-weight: 600;
  padding-bottom: 0px;
  font-size: 60px;
  text-transform: uppercase;
}

.sec-text p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #8b8b8b;
  text-align: center;
  width: 100%;
  max-width: 70%;
  margin: auto;
}

.sec-text {
  position: relative;
}

.about-logos {
  position: absolute;
  top: 1%;
  right: 0;
  width: 25%;
  opacity: 0.02;
  z-index: -1;
}

/* 
.products-item-inner {
  margin-top: 20px;
} */

.product-image-item {
  position: relative;
}

.product-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}



.products-section .swiper {
  width: 100%;
  height: 100%;
  margin: 0px 0;
  padding: 10px 0 20px;
}

.products-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}


.products-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-slider-items {
  margin-top: 50px;
}

.product-name h4 {
  font-size: 28px;
  margin: 0;
  padding: 17px;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #30338c;
}

.prodcuts-item {
  border-radius: 20px;
  overflow: hidden;
}

.products-slider .swiper-wrapper {
  margin-bottom: 40px;
}

.counter-item-box {
  position: relative;
  padding: 3px;
  margin: 0;
  margin-bottom: 35px;
}

.counter-section {
  margin-top: 0px;
}

img.vactor-img {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  z-index: 0;
}

.counter-section {
  background-image: url(../images/counter-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slide-funfact-wrap {
  z-index: 2;
  position: relative;
}

.counter-box-info h4,
.counter-box-info h3 {
  margin-bottom: 0;
  font-size: 44px;
  color: #e50018;
}

.counter-box-info p {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
}

.counter-icons {
  text-align: center;
  width: 100%;
  max-width: 60%;
  margin: auto;
  margin-bottom: 20px;
}

.counter-icons img {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.md-card {
  margin-bottom: 0px;
  text-align: center;
}

.md-card h3 {
  margin-bottom: 5px;
  line-height: 1.4;
  position: relative;
}

.md-card h3::after {
  content: "";
  background-image: url(../images/title-bg.png);
  position: absolute;
  left: 0;
  top: 68px;
  right: 0;
  bottom: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  transform: rotate(-8deg);
}

.counter-content {
  padding-left: 50px;
}

.counter-text {
  margin-bottom: 50px;
}

.counter-text h4 {
  font-size: 48px;
  text-align: center;
}

.counter-text p {
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  color: #4a4a4a;
  margin: 0px 0px 15px;
  text-align: justify;
}

.snip1571 {
  background-color: #000000c7;
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.snip1571 *,
.snip1571 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1571 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
  border-radius: 12px;
  width: 100%;
}

.snip1571 figcaption {
  bottom: 30px;
  left: 0;
  position: absolute;
  z-index: 0;
  top: 70%;
  bottom: auto;
}

.snip1571 figcaption:before {
  background-color: #ffffff;
  bottom: -5px;
  content: '';
  left: 0;
  position: absolute;
  right: 100%;
  top: -5px;
  z-index: -1;
}

.snip1571 h3 {
  background-color: #c73232;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin: 0;
  padding: 5px 10px;
  text-transform: capitalize;
  z-index: 1;
  width: 100%;
}

.snip1571 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1571:hover>img,
.snip1571.hover>img {
  opacity: 0.1;
}

.snip1571:hover figcaption:before,
.snip1571.hover figcaption:before {
  right: -5px;
}

.application-item {
  margin: 15px 0;
}

.clients-item {
  margin-bottom: 20px;
}

.clients-box {
  border: 1px solid #2f328f1a;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
}

.clients-box img {
  width: 100%;
  max-width: 150px;
  margin: auto;
}

.clients-box:hover {
  border: 1px solid #e80d2e;
}

.clients-main-logos {
  margin-top: 50px;
  display: block;
  margin-bottom: 40px;
}

@media screen and (min-width:1024px) {
  .our-brands .container-fluid {
    padding: 0 6%;
  }
}

.ontop {
  padding: 0 4px !important;
}

.ontop .img,
.brands-item .brand-box {
  border: 1px solid #8080801f;
  background: #f9f9f9;
  margin-bottom: 8px;
  border-radius: 12px;
  overflow: hidden;
  padding: 28px;
}

.clients-titles h4 {
  display: inline-block;
  font-weight: 600;
  position: relative;
  font-size: 27px;
  color: #0b0b0b;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.clients-titles h4:before {
  content: "";
  width: 24%;
  height: 4px;
  background: #e40035;
  position: absolute;
  left: 0;
  bottom: 2px;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 20px;
}

.clients-titles p {
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  color: #4a4a4a;
  margin: 25px 0px 0px;
  text-align: justify;
}

.brand-box .box-bord {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 140px 30px 60px;
}

footer {
  padding: 100px 0 40px;
  background: #181818;
}

footer .container-fluid {
  padding: 0 6%;
}

footer .social-links a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
  font-size: 20px
}

footer .social-links a svg {
  fill: #000000;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;

}

.footer-items .row:nth-child(1) {
  border-bottom: 2px solid rgb(41, 41, 41);
  padding-bottom: 25px;
}

.footer-items .row:not(:last-child) {
  margin-bottom: 10px;
}

.footer-contacts-link p {
  margin-bottom: 0;
  color: #fff;
}

.footer-items .row:nth-child(2) .footer-title h5::before,
.footer-items .row:nth-child(3) .footer-title h5::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;

  width: 70px;
  height: 5px;
  background-color: #e8112f;
  margin: auto;
  right: 0;
  z-index: 9;

}

.footer-items .row:nth-child(2) .footer-title h5::after,
.footer-items .row:nth-child(3) .footer-title h5::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 15%;
  height: 2px;
  background-color: rgb(233 233 233);
  margin: auto;
  right: 0;
}

footer .social-links a:hover svg {
  transform: translateY(-12px);
}

footer .social-links a svg {
  background-color: #fff;
}

footer .social-links a:nth-child(1) svg {
  fill: #000000;
}

footer .social-links a:nth-child(2) svg {
  fill: #446ee9;
}

footer .social-links a:nth-child(3) svg {
  fill: #dd2e74;
}

footer .social-links a:nth-child(4) svg {
  fill: #3171af;
}

footer .social-links a:nth-child(5) svg {
  fill: #eb0701;
}

.contacts-list {
  margin-top: 20px;
}

.contacts-list li a {
  display: flex;
  margin-bottom: 12px;
  justify-content: center;
}

.footer-bottom-text {
  margin-top: 40px;
  border-top: 2px solid #e7e7e7;
  padding: 20px;
}

.footer-list li a {
  margin: 0 0 10px;
  overflow: hidden;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.66;
  margin-bottom: 6px;
  display: block;
}

.footer-list li a b {
  font-size: 21px;
  color: #e50018;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-contacts-icon {
  margin-right: 10px;
}

.footer-content p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #ffffff;
  margin: 25px 0px 0px;
  text-align: left;
}

.footer-title h5 {
  font-size: 29px;
  font-weight: 600;
  position: relative;
  margin-bottom: 26px;
  color: #fff;
}

.footer-title h5::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 25%;
  height: 2px;
  background-color: rgb(233 233 233);
  margin: auto;
  right: auto;
}

.footer-title h5::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 5px;
  background-color: #e8112f;
  margin: auto;
  right: auto;
  z-index: 9;
}

/* CTA section  */
.cta-section {
  margin-top: -66px;
  z-index: 9;
  position: relative;
}

.cta-items {
  position: relative;
  background: #2f328f;
  padding: 30px;
  border-radius: 31px;
  overflow: hidden;
  border: 1px solid #30338c;
}

.cta-items:before {
  background: #ffffff;
}

.cta-items h2 {
  position: relative;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}

.cta-items:before {
  position: absolute;
  content: '';
  right: -35px;
  top: 0;
  bottom: 0;
  width: 30%;
  border-left: 10px solid #212121;
  transform: skewX(-30deg);
}

.cta-section .link-btn {
  position: relative;
  margin: 0 17px;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.cta-section .link-btn .theme-btn {
  margin: 0 5px;
}

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  padding: 18px 22px;
  font-weight: 500;
  overflow: hidden;
  text-transform: capitalize;
  vertical-align: middle;
  text-align: center;
  border-radius: 10px;
}

.theme-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  content: "";
  background-color: var(--hover-bg);
  transition: .5s;
  color: #fff;
  border: 2px solid transparent;
  opacity: 0;
}

.theme-btn {
  background-color: #30338c;
}

.theme-btn span {
  position: relative;
}

.btn-yellow {
  background-color: #ffffff !important;
  color: #000;
}

a.style-three:hover {
  color: #30338c !important;
  border: 1px solid #30338c;
  background-color: #fff;
}


.tp-gallery-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.tp-gallery-shape-1 .img-2 {
  display: none;
}

.tp-gallery-shape-2 {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 2;
}

.tp-gallery-shape-2 .img-2 {
  display: none;
}

.tp-gallery-slider-active {
  margin: 0px -15px;
}

/* Footer Whatsapp & Call icon Left Right */
.footer-whatsapp-left {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 100px 0;
  z-index: 999999;
}

.footer-whatsapp-left a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-call-right {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 180px 0;
  z-index: 999999;
}

.footer-call-right a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vibrate-3 {
  -webkit-animation: vibrate-3 1s linear infinite both;
  animation: vibrate-3 1s linear infinite both;
}

@-webkit-keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  10% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  20% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  30% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }

  50% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  60% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  70% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  80% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  90% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  10% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  20% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  30% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }

  50% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  60% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  70% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  80% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  90% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.mobile-footer-social-icon-main {
  display: none;
}

@media screen and (max-width: 991px) {
  .footer-whatsapp-call {
    display: none;
  }

  .mobile-footer-social-icon-main {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999;
  }

  .mobile-footer-social-icon {
    width: 33%;
    display: inline-block;
    text-align: center;
  }

  .mobile-footer-social-icon a {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background: #0f3a6f;
    text-transform: uppercase;
    padding: 12px 0;
  }
}

@media screen and (max-width: 768px) {
  .mobile-footer-social-icon {
    width: 32.5%;
    display: inline-block;
    text-align: center;
  }

  .mobile-footer-social-icon a {
    font-size: 15px;
    font-weight: 400;
  }

}

.sticky-icon {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0%;
  width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: none;
}

.all-icon-color {
  background-color: #2f328f;
}

.sticky-icon a {
  transform: translate(-161px, 0px);
  border-radius: 0 0px 0px 0;
  text-align: right;
  margin: 4px 0;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  font-size: 18px;
  transition: all 0.8s;
  position: relative;
}

.sticky-icon a::before {
  width: 26px;
  height: 60px;
  content: "";
  background: url(../images/right-tr.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: -19px;
}

.sticky-icon a:hover {
  color: #fff;
  transform: translate(0px, 0px);
}

.sticky-icon a:hover svg {
  transform: rotate(360deg);
}

.Facebook {
  background-color: #2c80d3;
  color: #fff;
}

.Youtube {
  background-color: #fa0910;
  color: #fff;
}

.Twitter {
  background-color: #53c5ff;
  color: #fff;
}

.Instagram {
  background-color: #fd1d1d;
  color: #fff;
}

.Google {
  background-color: #d34836;
  color: #fff;
}

.sticky-icon a svg {
  background-color: #fff;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 38%;
  margin: 0 -4px 0 10px;
  transition: all 0.5s;
  padding: 8px;
}

.sticky-icon a svg.fa-facebook-f {
  background-color: #fff;
  color: #2c80d3;
}

.sticky-icon a svg.fa-google-plus-g {
  background-color: #fff;
  color: #d34836;
}

.sticky-icon a svg.fa-instagram {
  background-color: #fff;
  color: #fd1d1d;
}

.sticky-icon a svg.fa-youtube {
  background-color: #fff;
  color: #fa0910;
}

.sticky-icon a svg.fa-twitter {
  background-color: #fff;
  color: #53c5ff;
}

.form-group.has-feedback {
  margin-bottom: 25px;
}

.form-control:focus {
  outline: 0;
  box-shadow: unset;
}

.rooms1 .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px;
}

.rooms1 .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.rooms1 .item:hover .con {
  bottom: 0;
}

.rooms1 .item img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.rooms1 .item .category {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: mixed;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 3px;
  line-height: 1.5em;
}

.rooms1 .item .category a {
  color: #fff;
}

.rooms1 .item .category:hover {
  color: #fff;
}

.rooms1 .item .con {
  padding: 20px;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: left;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgb(47 50 143) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgb(47 50 143) 90%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgb(3 3 3) 90%);
}

.rooms1 .item .con h6,
.rooms1 .item .con h6 a {
  position: relative;
  color: #fff;
  font-size: 15px;
  display: inline;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.rooms1 .item .con h6 i {
  font-size: 6px;
  margin-right: 2px;
}

.rooms1 .item .con h5,
.rooms1 .item .con h5 a {
  position: relative;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
}

.rooms1 .item .con p {
  color: #fff;
  font-size: 20px;
}

.rooms1 .item .con i {
  color: #fff;
  font-size: 18px;
}

.rooms1 .item .con i:hover {
  color: #fff;
}

.rooms1 .item .con .butn-light {
  margin-left: 0;
  border-radius: 30px;
  border-color: #666;
  padding: 11px 30px;
}

.rooms1 .item .con .butn-light:hover {
  border-color: #aa8453;
}

.permalink a:hover {
  color: #fff;
}

/* line animation */
.rooms1 .item .line {
  text-align: center;
  height: 3px;
  width: 60px;
  background-color: rgba(232, 11, 44, 0.608);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: auto 0 30px;
}

.rooms1 .item:hover .line {
  width: 100%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}



.modal-logo img {
  width: 100%;
  max-width: 50%;
  margin: auto;
  margin-bottom: 0px
}

.modal-call {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.modal-content {
  border-radius: 50px;
  overflow: hidden
}

.modal-content a,
.prev-digit {
  color: #1d242b;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  padding: 15px 0 0 10px;
  width: 100%;
  align-items: center;
}

.modal-body .has-feedback {
  margin-bottom: 12px;
  position: relative;
}

.modal-body .form-control {
  border: 0;
  background-color: #fff0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 15px;
  color: #000000 !important;
  box-shadow: none;
  font-weight: 400;
}

.modal-header {
  background-color: #2f328f;
  color: #ffffff;
  text-align: center;
}

.modal-header h5 {
  color: #ffffff;
  font-size: 24px;
  width: 100%;
  letter-spacing: .4px;
  font-weight: 600
}

.modal-header .btn-close {
  margin: 0;
  filter: invert(1);
}

.modal-logo {
  padding: 10px 0px 10px;
}

.modal-body {
  padding: 0
}

label.error {
  color: red !important;
  font-weight: 400;
  font-size: 12px !important;
  text-transform: capitalize;
  position: absolute;
  bottom: -12px;
}

/* about-us */
.header-banner img {
  object-fit: cover;
}

.header-banner-content {
  position: absolute;
  top: auto;
  bottom: 25%;
  left: 7%;
  color: #5c5b5b;
  padding: 0 20px;
  right: 0;
}

h2.text-custom-white {
  font-size: 49px;
  font-weight: 700;
  letter-spacing: 0;
  width: 34%;
  line-height: 65px;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: #fff;
}

ul.breadcrumbs {
  list-style: none;
  background: #ffffff;
  padding: .85rem;
  border-radius: .5rem;
  width: max-content;
}

ul.breadcrumbs a {
  font-size: 18px;
  font-weight: 600;
}

ul.breadcrumbs a {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.about-inner-heading h2 {
  font-weight: 600;
  color: #000000;
  font-size: 30px;
  line-height: 0.9;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}

span.color {
  color: #000000;
}

.about-inner-box p {
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  color: #4a4a4a;
  margin: 0px 0px 15px;
  text-align: justify;
}

.our-plan-box {
  background-color: #e2e2e2;
  padding: 20px;
  border-radius: 12px;
  padding-left: 23px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 20px;
}

.plan-title h4 {
  font-size: 19px;
  margin-bottom: 0px;
  text-align: center;
}

.plan-discription {
  margin-top: 11px;
}

.plan-title {
  background-color: #fff;
  padding: 8px;
  width: 147px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.plan-discription p {
  color: #4a4a4a;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  margin: 0px 0px 15px;
}

.plan-bg-img {
  background-image: url(../images/about-us/our-plan-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 100%;
}

.plan-bg-box {
  padding: 60px;
}

.plan-bg-title h3 {
  color: #fff;
  font-size: 40px;
  text-align: left;
  line-height: 1.4;
}

.plan-bg-discription p {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  margin: 0px 0px 15px;
}

.marquee span {
  font-weight: 500;
  font-size: 150px;
  -webkit-text-stroke: 1px #000;
  color: #fff0;
}

.marquee span {
  font-weight: 500;
  font-size: 150px;
  -webkit-text-stroke: 1px #000;
  color: #fff0
}

.marquee span:hover {
  color: #2f328f;
}

.client-title-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: max-content !important;
  margin-right: 60px
}

.client-title-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.client-title-slider .swiper-wrapper {
  transition-timing-function: linear !important
}



.form-item {
  background-color: #e1e1e1;
  padding: 40px;
}

.form-title h3 {
  font-size: 34px;
  color: #2f328f;
}

.form-item {
  background-color: #e1e1e1;
  padding: 44px;
}

.contact-item {
  margin-top: 100px;
}

.contact-icon {
  background-color: #2f328f;
  padding: 12px;
  width: 50px;
  height: 50px;
  border-radius: 54px;
}

.contact-text p {
  font-size: 18px;
  margin-top: 15px;
  line-height: 27px;
  font-weight: 500;
  color: #4a4a4a;
  text-align: justify;
}

.contact-text span.text-bold {
  font-weight: 700;
  color: #000;
}

.contact-data a {
  display: flex;
  align-items: center;
}

.contact-text {
  margin-left: 10px;
}

.contact-data a {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.products-gif {
  width: 100%;
  max-width: 40px;
}

.prodcuts-inner-item,
.products-item {
  backdrop-filter: blur(8px);
  margin-bottom: 40px;
  background: #2327890d;
  padding: 12px;
  box-shadow: 3px 11px 10px #bdbdbd;
  border-radius: 14px;
}

.products-item {
  padding: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.products-item::after {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 100px;
  height: 70px;
}

.prodcuts-inner-content {
  padding: 0 10px 0 0;
}

.prodcuts-inner-content span,
.products-info span {
  color: #2f328f;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.prodcuts-inner-content h2,
.products-info h2 {
  font-size: 26px;
  margin-bottom: 8px;
  margin-top: 6px;
  letter-spacing: 0.7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prodcuts-inner-content p,
.products-info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.products-inner-box img {
  width: 100%;
  max-width: 100%;
}

.products-info {
  margin-top: 0px;
  padding: 20px;
}

.products-box {
  position: relative;
}

.products-info span {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffffff;
  border-radius: 20px;
  display: block;
  padding: 0 10px;
}

/* .products-details {
  position: absolute;
  bottom: 0;
  background: #2f328f2b;
  width: 100%;
  backdrop-filter: blur(9px);
  padding: 10px 25px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.products-details h3 {
  margin-bottom: 00px;
  color: #fff;
  font-size: 30px;
} */

.products-details-item {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #02037154;
  position: relative;
}

.products-details-content,
.prodcuts-detail-img {
  margin-bottom: 30px;
}

.products-details-info h3 {
  font-size: 35px;
  position: relative;
  margin-bottom: 25px;
}

.products-details-info h3::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #e80b2d;
  width: 100px;
  height: 4px;
  border-radius: 10px;
}

.products-details-info p {
  color: #e80b2d;
  font-size: 24px;
}

.products-details-table table {
  border: 1px solid #bbbbbb;
}

.products-details-table table th {
  margin: 0 0 10px;
  overflow: hidden;
  text-align: left;
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.66;
  margin-bottom: 15px;
}

.products-details-table table tr {
  margin: 0 0 10px;
  overflow: hidden;
  text-align: left;
  color: #5e5e5e;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.66;
  margin-bottom: 15px;
}

.prodcuts-detail-img img {
  border-radius: 20px;
}

.about-one__content svg path.left-th {
  fill: #000;
}

.about-one__content svg path.main-th {
  fill: #e70026;
}

/* kamal */
.products-details-title h3 {
  font-size: 30px;
  position: relative;
  margin-bottom: 18px;
}

.products-details-discription {
  position: relative;
  margin-bottom: 40px;
}

.products-details-title::after {
  content: "";
  position: absolute;
  top: 47px;
  left: 0;
  background-color: #e80b2d;
  width: 100px;
  height: 4px;
  border-radius: 10px;
}

h3.info {
  font-size: 25px;
  position: relative;
  margin-bottom: 40px;
  font-weight: 500;
}

.product-specifications {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #02037154;
}

.table-btn {
  display: flex;
  justify-content: center;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #bbbbbb;
  border-style: solid;
  border-width: 0;
}

.industry-we-serve {
  z-index: 99;
  position: relative;
  margin-bottom: 30px;
}

.industry-we-serve figcaption {
  width: 100%;
  padding: 14px;
  text-align: center;
  background: linear-gradient(45deg, #2f328f28, #e5001b30);
}

.industry-we-serve h2 {
  font-size: 26px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.sec-title h2 span.bolds {
  font-weight: bolder;
  color: #e80f2f;
}

.footer-copyright p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #4a4a4a;
  text-align: center;
  margin-bottom: 0;
}

h3.overlay-head {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.overlay-title {
  background-color: #000;
  text-align: center;
}

.pad-4 {
  padding: 5px;
}

.global-map-img {
  position: relative;
  z-index: 9;
}

.global-map-img iframe {
  width: 100%;
  /* border-radius: 20px; */
}


.products-slider .products-item::after {
  content: "";
  background-color: #2f328f;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}




.carousel-item-inner {
  margin-bottom: 30px;
  position: relative;
  overflow: visible;
  transition: 300ms linear;
}

.carousel-item-inner::before {
  content: "";
  display: block;
  height: 10px;
  background-color: rgb(222, 222, 222);
  position: absolute;
  bottom: -9px;
  left: 10px;
  right: -1px;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 6px 100%);
  transition: 350ms ease-in-out;
}

.carousel-item-inner .entry-featured {
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
  border-radius: 0px;
}

.entry-featured .post-image {
  overflow: hidden;
  border-radius: 0px;
}

.carousel-item-inner .entry-featured .post-image {
  position: relative;
  border-radius: 0px;
}

.entry-featured .post-image a {
  width: 100%;
}

.carousel-item-inner .entry-featured .post-image a {
  display: block;
}

.redux-page .entry-featured .post-image img {
  width: 100%;
}

.carousel-item-inner .entry-featured .post-image img {
  transition: 0.4s;
}

.carousel-item-inner .entry-featured .post-image::after {
  content: "";
  display: block;
  width: 75px;
  height: 15px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  bottom: 1px;
  right: -1px;
  clip-path: polygon(12px 0px, 75px 0px, 75px 15px, 0px 15px);
}

.carousel-item-inner .entry-featured .service-icon-wrap {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: rgb(205, 0, 1);
  flex: 0 0 auto;
  overflow: hidden;
}

.carousel-item-inner .entry-featured .service-icon-wrap img {
  max-height: 42px;
  width: auto;
  filter: brightness(0) invert(1);
  transition: 400ms ease-in-out;
}

.carousel-item-inner .entry-body {
  background-color: rgb(255, 255, 255);
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  border-width: 1px 1px;
  border-style: none none solid solid;
  border-color: rgb(222, 222, 222) rgb(222, 222, 222);
  border-image: initial;
  border-top: none;
  border-right: none;
  padding: 27px 25px 28px;
  transition: 250ms linear;
}

.carousel-item-inner::after {
  content: "";
  display: block;
  width: 10px;
  background-color: rgb(222, 222, 222);
  position: absolute;
  top: 15px;
  bottom: -9px;
  right: -10px;
  clip-path: polygon(0px 0px, 100% 6px, 100% 100%, 0px 100%);
  transition: 350ms ease-in-out;
}

.carousel-item-inner .entry-body .entry-body-inner .entry-title {
  font-size: 23px;
  color: rgb(26, 25, 29);
  padding-bottom: 16px;
  margin-bottom: 14px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.7px;
}

.carousel-item-inner .entry-body .entry-body-inner .entry-title::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 65px;
  height: 1px;
  background-color: rgb(205, 0, 1);
  z-index: 1;
}

.carousel-item-inner .entry-body .entry-body-inner .entry-title::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgb(222, 222, 222);
}

.carousel-item-inner .entry-content {
  margin-bottom: 3px;
  text-align: left;
}

.carousel-item-inner .entry-content p {
  margin-bottom: 3px;
  text-align: left;
  margin-bottom: 00px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
}

.entry-readmore {
  display: block;
  margin-top: 17px;
  text-align: justify;
}

.btn-more {
  font-family: "Google Sans", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(26, 25, 29);
  position: relative;
  transition: 250ms;
}

.carousel-item-inner:hover::before,
.carousel-item-inner:hover::after {
  background-color: rgb(205, 0, 1);
}

.carousel-item-inner:hover .service-icon-wrap img {
  transform: rotateY(360deg);
}

.carousel-item-inner:hover .entry-featured .post-image img {
  opacity: 0.9;
  transform: scale3d(1.05, 1.05, 1);
}

.products-slider .swiper-slide.swiper-slide-active .carousel-item-inner::before,
.products-slider .swiper-slide.swiper-slide-active .carousel-item-inner::after {
  background-color: rgb(205, 0, 1);
}

.products-slider .swiper-slide.swiper-slide-active .carousel-item-inner .service-icon-wrap img {
  transform: rotateY(360deg);
}

.products-slider .swiper-slide.swiper-slide-active .carousel-item-inner .entry-featured .post-image img {
  opacity: 0.9;
  transform: scale3d(1.05, 1.05, 1);
}








.content {
  z-index: 9;
  position: relative;
}

.arck-service-content .arck-service-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(35, 31, 32, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(35, 31, 32, 0.1);
  margin-bottom: 30px;
  z-index: 9;
}

.arck-service-item {
  z-index: 1;
  overflow: hidden;
  padding: 70px 45px 95px;
}

.arck-service-item:before,
.arck-service-item:after {
  top: 38px;
  left: 20px;
  content: "";
  height: 2px;
  width: 100px;
  position: absolute;
  background-color: #efefef;
}

.arck-service-item:after {
  top: 20px;
  width: 2px;
  left: 38px;
  height: 100px;
}

.arck-service-item .hover-img {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.arck-service-item .hover-img:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}

.arck-service-item .hover-img img {
  width: 100%;
  height: 100%;
}

.arck-service-item .serial-no {
  right: 20px;
  bottom: 20px;
  color: #e8e8e8;
  font-size: 90px;
  line-height: 0.75;
  font-weight: 700;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;

}

.arck-service-item .inner-icon {
  z-index: 1;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  margin-bottom: 50px;
  background: #ec3f4c2e;
  padding: 10px;
  border-radius: 10px;
}

.arck-service-item .inner-icon:before {
  z-index: -1;
  width: 50px;
  content: "";
  right: -15px;
  height: 45px;
  bottom: -15px;
  position: absolute;
  border: 5px solid #ebebeb;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.arck-service-item:hover .inner-icon,
.arck-service-item.active .inner-icon {
  background: #22080a85;
  backdrop-filter: blur(10px);
}

.arck-service-item:hover .inner-icon img,
.arck-service-item.active .inner-icon img {
  filter: invert(100%) sepia(10%) saturate(100%) hue-rotate(180deg);
}

.arck-service-item .arck-inner-text {
  position: relative;
}

.arck-service-item .arck-inner-text h3 {
  font-weight: 700;
  color: #000000;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.arck-service-item .arck-inner-text p {
  line-height: 1.625;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: center;
}

.arck-service-item .arck-inner-text .btn-more {
  font-weight: 600;
  color: #000000;

}

.arck-service-item .arck-inner-text .btn-more i {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.arck-service-item .arck-inner-text .btn-more:hover {
  color: #2f328f;
}

.arck-service-item .arck-inner-text .btn-more:hover i {
  margin-left: 10px;
}

.arck-service-item:hover .hover-img,
.arck-service-item.active .hover-img {
  opacity: 1;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.arck-service-item:hover .serial-no,
.arck-service-item.active .serial-no {
  color: #fff;
}

.arck-service-item:hover .arck-inner-text h3 a,
.arck-service-item.active .arck-inner-text h3 a {
  color: #fff;
}

.arck-service-item:hover .arck-inner-text p,
.arck-service-item.active .arck-inner-text p {
  color: #fff;
}

.arck-service-item:hover .arck-inner-text .btn-more,
.arck-service-item.active .arck-inner-text .btn-more {
  color: #fff;
}

.arck-service-item:hover .arck-inner-text .btn-more:hover,
.arck-service-item.active .arck-inner-text .btn-more:hover {
  color: #2f328f;
}

.arck-service-item:hover .inner-icon:before,
.arck-service-item.active .inner-icon:before {
  opacity: 0.4;
}

.arck-service-content-2 {
  padding-top: 40px;
}

.arck-service-item-2 {
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 50px 35px 45px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(35, 31, 32, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(35, 31, 32, 0.1);
}

.arck-service-item-2 .service-shape {
  top: -15px;
  right: -10px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.arck-service-item-2 .inner-icon {
  z-index: 1;
  width: 80px;
  height: 70px;
  margin-bottom: 40px;
  border: 5px solid #ebebeb;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.arck-service-item-2 .inner-icon:before {
  left: 0;
  right: 0;
  top: -5px;
  content: "";
  z-index: -1;
  width: 28px;
  height: 116%;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #ffffff;
}

.arck-service-item-2 .inner-icon:after {
  top: 50%;
  left: -5px;
  content: "";
  z-index: -1;
  width: 116%;
  height: 28px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #ffffff;
}

.arck-service-item-2 .inner-text h3 {
  font-weight: 600;
  padding-bottom: 18px;
  color: #1a1a1a;
  font-size: var(--font-24);
}

.arck-service-item-2 .inner-text p {
  line-height: 1.75;
  padding-bottom: 30px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.arck-service-item-2:hover {
  background-color: #000000;
}

.arck-service-item-2:hover .inner-icon {
  border: 5px solid #2f2f2f;
}

.arck-service-item-2:hover .inner-icon:before,
.arck-service-item-2:hover .inner-icon:after {
  background-color: #000000;
}

.arck-service-item-2:hover .inner-text h3,
.arck-service-item-2:hover .inner-text p,
.arck-service-item-2:hover .inner-text .read-more-btn {
  color: #ffffff;
}

.arck-service-details-category li {
  margin-bottom: 10px;
}

.arck-service-details-category li a {
  color: #000000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 25px;
  font-weight: 600;
  text-transform: uppercase;

  -webkit-box-shadow: 0px 0px 25px 0px rgba(72, 72, 72, 0.08);
  box-shadow: 0px 0px 25px 0px rgba(72, 72, 72, 0.08);
}

.arck-service-details-category li a:hover,
.arck-service-details-category li a.active {
  color: #ffffff;
  background-color: #2f328f;
}

.arck-project-details-slider .slick-prev,
.arck-service-details-slider .slick-prev,
.arck-project-details-slider .slick-next,
.arck-service-details-slider .slick-next {
  color: #ffffff;
  width: 40px;
  z-index: 2;
  height: 40px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #000000;
}

.arck-project-details-slider .slick-prev:hover,
.arck-service-details-slider .slick-prev:hover,
.arck-project-details-slider .slick-next:hover,
.arck-service-details-slider .slick-next:hover {
  background-color: #2f328f;
}

.arck-project-details-slider .slick-next,
.arck-service-details-slider .slick-next {
  right: 18px;
}

.arck-project-details-slider .slick-prev,
.arck-service-details-slider .slick-prev {
  left: 15px;
}

.arck-project-details-slider .slick-prev.slick-disabled:before,
.arck-service-details-slider .slick-prev.slick-disabled:before,
.arck-project-details-slider .slick-next.slick-disabled:before,
.arck-service-details-slider .slick-next.slick-disabled:before {
  opacity: 1;
}

.arck-service-details-slider {
  margin: 0px -15px;
}

.service-details-img-item {
  padding: 0px 15px;
}

.arck-service-details-progress-wrap {
  margin-bottom: 60px;
}

.arck-service-details-text-area {
  margin: 45px 0px 25px;
}

.arck-service-details-text-area h3 {
  color: #000000;
  font-size: 42px;
  font-weight: 600;
  padding-bottom: 35px;
}

.arck-service-details-text-area p {
  line-height: 1.875;
  padding-bottom: 30px;
}

.arck-service-details-progress {
  padding: 40px 30px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(72, 72, 72, 0.08);
  box-shadow: 0px 0px 25px 0px rgba(72, 72, 72, 0.08);
}

.arck-service-details-progress h3,
.arck-service-details-progress h4 {
  font-size: 36px;
  color: #000000;
  font-weight: 600;
}

.arck-service-details-progress h4 {
  font-size: 22px;
  padding-bottom: 10px;
}

.arck-service-details-progress p {
  line-height: 1.875;
}

.arck-service-details-progress .arck-skill-progress-bar {
  padding-top: 25px;
}

.arck-service-details-progress .arck-skill-progress-bar .progress span {
  display: none;
}

.arck-service-details-progress .arck-skill-progress-bar .skill-set-percent {
  margin-bottom: 20px;
}

.service-details-img-wrap {
  margin-bottom: 55px;
}

.arck-blog-details-main-content .arck-blog-details-text-wrap li,
.arck-service-details-img-list-wrap li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 25px;
}

.arck-blog-details-main-content .arck-blog-details-text-wrap li:before,
.arck-service-details-img-list-wrap li:before {
  top: 0;
  left: 0;
  content: "\f058";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
}

.arck-service-details-img-list-wrap p {
  line-height: 1.875;
  padding-bottom: 30px;
}

.arck-service-details-testimonial-slider {
  padding-top: 35px;
}

.arck-service-details-testimonial-slider .arck-testimonial-slider-2 {
  margin: 0px -15px;
}

.arck-service-details-testimonial-slider .arck-testimonial-slider-2 .slick-list {
  overflow: visible;
}

.arck-service-details-testimonial-slider .arck-testimonial-slider-2 .slick-slide {
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}

.arck-service-details-testimonial-slider .arck-testimonial-slider-2 .slick-slide.slick-active {
  opacity: 1;
}

.arck-service-details-testimonial-slider .service-testimonial-item {
  padding: 0px 15px;
}

.arck-service-details-testimonial-slider .slick-dots {
  right: 0;
  width: auto;
  position: static;
}

.arck-service-details-section {
  overflow: hidden;
}

.entry-readmore {
  position: relative;
}

.carousel-item-inner .entry-readmore .btn-more-icon .plus-icon {
  transition: all 0.5s ease-in-out;
  position: absolute;
  right: 0;
  transform: translateX(21px);
  opacity: 1;
  top: 1px;
}

.carousel-item-inner .entry-readmore .btn-more-icon .link-arrow {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transform: translateX(0px);
  position: absolute;
  right: 0;
  top: -6px;
}

.carousel-item-inner:hover .entry-readmore .btn-more-icon .plus-icon {
  transition: all 0.5s ease-in-out;
  transform: translateX(41px);
  opacity: 0;
}

.carousel-item-inner:hover .entry-readmore .btn-more-icon .link-arrow {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  transform: translateX(31px);
}

.products-slider .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  width: 10px;
  height: 7px;
  border-radius: 20px;
  background-color: #e80b2d;
  transition: all 0.4s ease-in-out;
}

.products-slider .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  cursor: pointer;
  width: 40px;
  height: 7px;
  border-radius: 20px;
  background-color: #e80b2d;
}

.poducts-img img {
  width: 100%;
}

figure.services-box img {
  width: 100%;
}
.footer-items {
  z-index: 9;
  position: relative;
}