@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
.rajdhani {
  font-family: "Rajdhani", sans-serif;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.poppins {
  font-family: "Poppins", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  &::before,
  &::after {
    box-sizing: border-box;
  }
}
body {
  font-family: "Rajdhani", sans-serif;
  overflow-x: hidden !important;
  color: #373737 !important;
  /* border: 1px solid red; */
}

/* ===============================================
    Pre-loader
------------------------*/
.blobs-wrapper {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  display: flex;
  text-align: center;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.loader-blob {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 3em;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  /* vertical-align: middle; */
  background: linear-gradient(90deg, #d2202e 0%, #4d2f7a 100%);
}
.loader-blob,
.loader-blob:before,
.loader-blob:after {
  animation: 1.15s infinite ease-in-out;
  -o-animation: 1.15s infinite ease-in-out;
  -ms-animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
}
.loader-blob:before,
.loader-blob:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.loader-blob {
  animation-name: loader-blob;
  -o-animation-name: loader-blob;
  -ms-animation-name: loader-blob;
  -webkit-animation-name: loader-blob;
  -moz-animation-name: loader-blob;
}
@keyframes loader-blob {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes loader-blob {
  from {
    -o-transform: scale(0);
    opacity: 1;
  }
  to {
    -o-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes loader-blob {
  from {
    -ms-transform: scale(0);
    opacity: 1;
  }
  to {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes loader-blob {
  from {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes loader-blob {
  from {
    -moz-transform: scale(0);
    opacity: 1;
  }
  to {
    -moz-transform: scale(1);
    opacity: 0;
  }
}

/* top header */
.main .small-header {
  padding: 12px 12px;
  background-color: #373737;
  color: #fff;
}
.main .small-header .topbar {
  display: flex;
  gap: 50px;
}
.main .small-header .topbar p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
}
.main .small-header .topbar p a{
  text-decoration: none;
  color: #fff;
}
.main .small-header .topbar .social-media-icon {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.main .small-header .topbar .social-media-icon i {
  background-color: #fff;
  color: #373737;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  margin-left: 20px;
  font-size: 14px;
}
/* top header end */

/* header start */

.mankamal-header.fixed-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0px;
}

.mankamal-header .mankamal-header .navbar {
  background: #fff !important;
  box-shadow: 0px 4px 22.1px 0px #00000040;
}
.mankamal-header .navbar-nav {
  flex: 2;
}
.mankamal-header .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  font-weight: 600;
  color: #000;
}
.mankamal-header .nav-item .nav-link {
  font-size: 20px;
}
.mankamal-header .nav-item {
  padding: 0 10px;
}
/* .mankamal-header .contact-button {
  margin-right: -12px;
}
.mankamal-header .contact-button p {
  top: 18px;
  left: 35%;
  font-size: 35px;
  color: #fff;
} */
.mankamal-header .contact-button a{
  padding: 10px 20px;
  background: linear-gradient(180deg, #B22441 0%, #622D6F 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 7px;
  font-weight: 500;
}


/* header end */

/* home-about seaction start */

.home_about {
  margin-top: 80px;
}
.home_about .custom-hr {
  width: 16%;
}
.home_about .custom-hr hr {
  margin-top: 0;
  border-top: 2px solid #d0202f;
  opacity: 1;
}
.home_about .image-wrapper {
  border-radius: 6px;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}
.home_about .image-wrapper img {
  height: auto;
  max-width: 100%;
}
.home_about .shine {
  position: relative;
  overflow: hidden;
}
.home_about .shine::before {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.home_about .shine:hover::before,
.shine:focus::before {
  animation: shine 0.85s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.home_about h5 {
  margin: 0;
  margin-top: 50px;
  font-size: 23px;
  font-weight: 600;
 
}
.home_about h1 {
  font-size: 50px;
  font-weight: 700;
}
.home_about p {
  margin-top: 30px;
  font-size: 19px;
  font-weight: 300;
}
.home_about ul {
  padding: 0;
  margin-top: 30px;
}
.home_about ul li {
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.home_about ul li img {
  margin-right: 15px;
}
.home_about .btn-about {
  border: 3px solid #d0202f;
  padding: 6px 10px;
  text-align: center;
  /* width: 50%; */
  font-size: 18px;
  font-weight: 700;
}
.home_about .btn:hover {
  border: 3px solid black !important;
  color: #d0202f;
}
.home_about .aboot-client {
  background-color: #e4e4e4;
  padding: 20px;
  position: relative;
  text-align: center;
}
.home_about .aboot-client::before {
  content: "";
  border: 3px solid #d0202f !important;
  position: absolute;
  height: 75%;
  left: 1px;
}
.home_about .aboot-client p {
  margin-top: 10px;
  font-weight: 500;
  font-size: 20px;
}
/* home-about seaction end */

/* getinfo section start */
.gert-infor {
  margin-top: 80px;
  position: relative;
}

.get_info {
  background-image: url(../images/home/get-bg.png);
  background-position: center;
  background-size: cover;
  padding: 30px;
  padding-bottom: 150px;
}

.get_info h5 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 23px;
}

.get_info .custom-hr {
  width: 11%;
  margin: 0 auto;
}

.get_info .custom-hr hr {
  margin-top: 0;
  border-top: 1px solid #fff;
  opacity: 1;
}

.get_info h1 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 50px;
}

.get_info p {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.get-info-box {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 65%;
  /* bottom: -30%; */
  width: 100%;
}

.get-info-box .box {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 24.9px 0px #00000040;
  border-radius: 9px;
  height: 100%;
  margin: 10px;
}

.get-info-box .box h2 {
  text-align: center;
  font-size: 49px;
  font-weight: 700;
}

.get-info-box .box p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
/* getinfo section end */

/* home get section start */

.home_get_info {
  margin-top: 180px;
}
.home_get_info h5 {
  font-weight: 600;
  font-size: 23px;
  margin: 0;
}
.home_get_info .custom-hr {
  width: 21%;
}
.home_get_info .custom-hr hr {
  margin-top: 0;
  border-top: 2px solid #d0202f;
  opacity: 1;
}
.home_get_info h1 {
  font-weight: 700;
  font-size: 50px;
  color: #373737;
}
.home_get_info .in-te {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}
.home_get_info .in-te h6 {
  font-weight: 500;
  font-size: 22px;
  color: #373737;
  margin-top: 8px;
}
.home_get_info p {
  font-size: 19px;
  font-weight: 300;
  margin-top: 28px;
}
.home_get_info .exp {
  margin-top: 30px;
  font-size: 19px;
  font-weight: 500;
}
.home_get_info .exp img {
  margin-right: 20px;
}
.home_get_info .image-wrapper {
  border-radius: 6px;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}
.home_get_info .image-wrapper img {
  height: auto;
  max-width: 100%;
}
.home_get_info .shine {
  position: relative;
  overflow: hidden;
}
.home_get_info .shine::before {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.home_get_info .shine:hover::before,
.shine:focus::before {
  animation: shine 0.85s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* home get section end  */

/* how we work section start */

.work_home {
  margin-top: 80px;
}
.work_home h5 {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
}
.work_home .custom-hr {
  width: 11%;
  margin: 0 auto;
}
.work_home .custom-hr hr {
  margin: 0;
  border-top: 1px solid #d0202f;
  opacity: 1;
}
.work_home h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin-top: 20px;
}
.work_home .box {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.work_home .box img {
  width: 133px;
  height: 113px;
  text-align: center;
  padding: 30px 50px 30px 30px;
  box-shadow: 0px 0px 12.2px 0px #00000040;
}
.work_home .box h4 {
  position: absolute;
  font-weight: 700;
  font-size: 25px;
  background: linear-gradient(180deg, #ba233c 0%, #562e75 100%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  right: 22%;
  top: 30%;
}
.work_home h6 {
  text-align: center;
  margin-top: 50px;
  font-size: 25px;
  font-weight: 700;
}
.work_home p {
  text-align: center;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 300;
}
/* how we work section end */

/* 3 box start */
.three-box {
  margin-top: 80px;
}
.three-box .box-bg {
  background-color: white;
  border: 4px solid transparent;
  box-shadow: 0px 0px 12.2px 0px #00000040;
  transition: 1s all ease;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 0px 32px;
  padding-top: 32px;
}
.three-box .box-bg:hover {
  border-style: solid;
  border-width: 4px;
  border-image: linear-gradient(180deg, #ae2443 0%, #692c6b 100%) 1;
}
.three-box .box-bg h5 {
  font-weight: 800;
  font-size: 24px;
  padding-top: 16px;
}
/* 3 box end */

/* we work section start */
.we_home {
  margin-top: 80px;
}
.we_home .how {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
}
.we_home .how .h-img {
  width: 95px;
  height: 81px;
  line-height: 70px;
  text-align: center;
  background: linear-gradient(180deg, #b22441 0%, #622d6f 100%);
  border-radius: 9px;
}
.we_home .how .h-img img {
  width: 45px;
  height: 45px;
}
.we_home .how .h-tex h5 {
  font-weight: 700;
  font-size: 25px;
  margin: 0;
}
.we_home .how .h-tex p {
  font-weight: 300;
  font-size: 15px;
}
.we_home .work h5 {
  font-size: 23px;
  font-weight: 600;
}
.we_home .work .custom-hr {
  width: 25%;
}
.we_home .work .custom-hr hr {
  margin: 0;
  border-top: 2px solid #d0202f;
  opacity: 1;
}
.we_home .work h1 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 40px;
}
.we_home .work p {
  margin-top: 30px;
  font-weight: 300;
  font-size: 17px;
}
.we_home .work .weare {
  margin-top: 30px;
  background-color: #e4e4e4;
}
.we_home .work .weare h6 {
  font-weight: 500;
  font-size: 19px;
  border-left: 6px solid #d0202f;
  padding: 30px 20px;
}
/* we work section end */

/* technology in textile start */
.benefit-textile {
  margin: 80px 0px;
}
.benefit-textile .img-wraper img {
  height: auto;
  max-width: 100%;
}
.benefit-textile h6 {
  font-size: 23px;
  font-weight: 600;
  margin: 0px;
}
.benefit-textile .custom-hr {
  width: 6%;
}
.benefit-textile .custom-hr hr {
  margin: 0;
  border-top: 2px solid #d0202f;
  opacity: 1;
}
.benefit-textile h1 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 50px;
}
.benefit-textile .wrapper {
  width: auto;
  height: auto;
  margin-top: 32px;
}
.benefit-textile .circle {
  width: 60px;
  height: 60px;
  background: linear-gradient(180deg, #b22441 0%, #622d6f 100%);
  border-radius: 100px;
  position: relative;
  margin: 0px auto 0 auto;
}
.benefit-textile h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
}
.benefit-textile .vertical-line {
  width: 4px;
  height: 100px;
  background: linear-gradient(180deg, #b22441 0%, #622d6f 100%);
  margin: 0px auto 0 auto;
}
.benefit-textile .textile-inner {
  margin-top: 44px;
}
.benefit-textile .main-bg {
  background-color: white;
  box-shadow: 0px 0px 8px 0px #00000040;
  border: 4px solid transparent;
  transition: 1s all ease;
  padding: 20px 22px;
  margin-bottom: 44px;
  /* height: 120px; */  
  justify-content: center;
  align-items: center;
}
.benefit-textile .main-bg:hover {
  border-style: solid;
  border-width: 4px;
  border-image: linear-gradient(180deg, #ae2443 0%, #692c6b 100%) 1;
}
.benefit-textile .main-bg p {
  margin: 0;
  color: #373737;
  font-size: 14px;
}
.benefit-textile .main-bg h4 {
  font-weight: 700;
  font-size: 20px;
}

/* technology in textile end */

/* expor section start */
.expo-inde {
  margin-top: 80px;
}
.expo_home {
  margin-top: 80px;
  background: url(../images/home/get-bg.png);
  padding: 70px;
  padding-bottom: 300px;
  background-position: center;
  background-size: cover;
}
.expo_home .fea {
  color: #fff;
}
.expo_home .fea .fe-left h5 {
  font-weight: 600;
  font-size: 23px;
  margin: 0;
}
.expo_home .fea .fe-left .custom-hr {
  width: 44%;
}
.expo_home .fea .fe-left .custom-hr hr {
  margin: 0;
  border-top: 1px solid #fff;
  opacity: 1;
}
.expo_home .fea .fe-left h1 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 50px;
}
.expo_home .fea .fe-right p {
  font-weight: 500;
  font-size: 22px;
}
.expo_home .morder {
  margin-top: 50px;
}
.expo_home .morder .mo {
  display: flex;
  gap: 30px;
  color: #fff;
}
.expo_home .morder .mo .mo-tex h3 {
  font-weight: 700;
  font-size: 27px;
}
.expo-inde .home_contact {
  /* position: absolute; */
  margin-top: -230px;
  width: 100%;
}
.expo-inde .home_contact .con-us {
  padding: 50px;
  box-shadow: 0px 0px 16.7px 0px #00000040;
  background-color: #fff;
}
.expo-inde .home_contact .con-us h5 {
  font-weight: 600;
  font-size: 23px;
  margin: 0;
}
.expo-inde .home_contact .con-us .custom-hr {
  width: 17%;
}
.expo-inde .home_contact .con-us .custom-hr hr {
  margin: 0;
  border-top: 2px solid #d0202f;
  opacity: 1;
}
.expo-inde .home_contact .con-us h1 {
  font-weight: 700;
  font-size: 45px;
  margin-top: 20px;
}
.expo-inde .home_contact .con-us p {
  font-weight: 400;
  font-size: 17px;
  margin-top: 20px;
}
.expo-inde .home_contact .con-us h3 {
  font-weight: 700;
  font-size: 24px;
}
.expo-inde .home_contact .con-us .pnone {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.expo-inde .home_contact .con-us .pnone .icon {
  font-size: 35px;
}
.expo-inde .home_contact .con-us .pnone .text a {
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  color: #373737;
}
.expo-inde .home_contact .con-us .form .form-control {
  padding: 20px;
  border: none;
  box-shadow: 0px 0px 5px 0px #00000040;
}
.expo-inde .home_contact .con-us .form button {
  border: none;
  padding: 0 0 0 20px;
  /* padding: 20px; */
  box-shadow: 0px 0px 5px 0px #00000040;
  background-color: #fff;
  font-weight: 700;
  font-size: 17px;
  color: #4f4f4f;
}
.expo-inde .home_contact .con-us .form button i {
  background: linear-gradient(270deg, #d0202f 0%, #4d2f7a 100%);
  color: #fff;
  padding: 20px;
  font-size: 20px;
  margin-left: 20px;
}
/* expor section end */

/* how we work start */
.we-work {
  margin-top: 88px;
}
.we-work .inner-img {
  position: relative;
}
.we-work .inner-img h2 {
  position: absolute;
  top: 62%;
  left: 6%;
  font-weight: 600;
  padding-left: 44px;
  color: white;
  font-size: 44px;
}
.we-work .first-icon {
  display: flex;
  margin-top: 22px;
}
.we-work .first-icon img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.we-work .first-icon .first-desc {
  padding-left: 22px;
}
.we-work h6 {
  font-size: 23px;
  font-weight: 600;
  margin: 0px;
}
.we-work .custom-hr {
  width: 23%;
}
.we-work .custom-hr hr {
  margin: 0;
  border-top: 2px solid #d0202f;
  opacity: 1;
}
.we-work h1 {
  margin-top: 10px;
  padding-right: 54px;
  font-weight: 700;
  font-size: 50px;
}

/* how we work end */

/* client section start */
.client {
  margin-top: 80px;
}
.client h5 {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  margin: 0;
}
.client .custom-hr {
  width: 14%;
  margin: 0 auto;
}
.client .custom-hr hr {
  margin: 0;
  border-top: 2px solid #d0202f;
  opacity: 1;
}
.client h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin-top: 20px;
}


.slick-slider {
  margin-left: auto;
  margin-right: auto;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
  align-items: center;
}


.slick-slide {
  margin: 0 25px;
}

.slick-center .slick-slide {
  transform: scale(1.2);
  z-index: 2;
}

.slick-prev, .slick-next {
  z-index: 3;
}
/* ===============================================
    14.Testimonial
------------------------*/
.testimonials {
  position: relative;
}

.testimonials .testimonial-caption h3 {
  font-size: 20px;
  line-height: 30px;
  display: block;
  font-weight: 500;
  margin-bottom: 0;
}

.testimonial-caption label {
  display: block;
  margin: 0;
  margin-bottom: 10px;
}

.testimonials .testimonial-content blockquote {
  padding: 10px 25px;
  font-size: 20px;
  position: relative;
  line-height: 32px;
  font-style: italic;
  margin: 0;
}

.star-ratings ul {
  padding: 0;
  margin: 0;
}

.star-ratings li {
  font-size: 13px;
  min-width: 13px;
  display: inline-block;
  color: #e0e8f0;
}

.star-ratings ul li.active,
.star-ratings ul li.active i {
  color: #f1d121;
}

/* ttm-testimonial-box-view-style1 */
.testimonials.ttm-testimonial-box-view-style1 {
  text-align: center;
  padding: 10px 15px 0;
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-avatar {
  position: relative;
  height: 122px;
  width: 122px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-avatar img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  border: 6px solid #fff;
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-avatar:before {
  content: "\f10e";
  font-family: "FontAwesome";
  background-color: inherit;
  font-size: 18px;
  line-height: 46px;
  position: absolute;
  bottom: 0;
  right: -8px;
  color: #fff;
  border-radius: 50%;
  width: 43px;
  height: 43px;
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-content blockquote {
  padding: 0 15px 15px;
  text-align: center;
  font-size: 18px;
  line-height: 33px;
  font-weight: 400;
  color: #555c63;
  font-style: italic;
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-caption h5 {
  font-size: 19px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 0px;
}

.testimonials.ttm-testimonial-box-view-style1 .star-ratings ul li i {
  font-size: 17px;
  margin: 0 1.5px;
}

/* ttm-testimonial-box-view-style2 */
.testimonials.ttm-testimonial-box-view-style2 {
  margin-top: 15px;
}

.testimonials.ttm-testimonial-box-view-style2 .testimonial-img {
  border-radius: 50%;
  height: 69px;
  width: 69px;
  display: block;
  margin: 0 auto;
  font-size: 27px;
  color: #fff;
  line-height: 69px;
}

.testimonials.ttm-testimonial-box-view-style2 .testimonial-img img {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 10px 0 rgb(3 59 74 / 10%);
  -moz-box-shadow: 0 0 10px 0 rgba(3, 59, 74, 0.1);
  box-shadow: 0 0 10px 0 rgb(3 59 74 / 10%);
  border-radius: 50%;
}

.testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote {
  border-left: none;
  margin: 0;
  padding: 0 15px 0 0;
  font-size: 16px;
  line-height: 29px;
  color: inherit;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  overflow: visible;
  align-items: center;
  padding: 20px 40px 50px;
  background-color: #fff;
  /* border: 1px solid #f1f1f1; */
  margin-top: 90px;
  box-shadow: 0px 4px 26.9px 0px #00000040;
}

.testimonials.ttm-testimonial-box-view-style2
  .testimonial-content
  blockquote
  i {
  font-size: 30px;
  color: #ba233c;
  /* color: linear-gradient(180deg, #D0202F 0%, #772E70 84%); */
}

.testimonials.ttm-testimonial-box-view-style2
  .testimonial-content
  blockquote::before {
  /* content: "\f10d" !important;
  font-family: "FontAwesome" !important; */
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  color: #000;
  text-align: center;
  display: block;
  opacity: 0.06;
  letter-spacing: 0;
  font-size: 40px;
  font-style: normal;
}

.slick-active.slick-current
  .testimonials.ttm-testimonial-box-view-style2
  .testimonial-content
  blockquote:before {
  opacity: 1 !important;
}

.testimonials.ttm-testimonial-box-view-style2
  .testimonial-content
  .testimonial-bottom {
  margin-top: -30px;
  z-index: 1;
  position: relative;
  text-align: center;
}

.testimonials.ttm-testimonial-box-view-style2 .testimonial-caption h5 {
  font-weight: 500;
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
}

@media (min-width: 992px) {
  .testimonials.ttm-testimonial-box-view-style2 {
    margin-top: 30px;
  }

  .testimonials.ttm-testimonial-box-view-style2 .testimonial-content {
    transform: scale(1);
    margin-top: 25px;
    transition: 0.6s ease;
    text-align: center;
    z-index: -1;
  }

  .slick-active.slick-current
    .testimonials.ttm-testimonial-box-view-style2
    .testimonial-caption
    h5 {
    font-size: 17px;
    line-height: 21px;
  }

  .slick-active.slick-current
    .testimonials.ttm-testimonial-box-view-style2
    .testimonial-content
    blockquote {
    font-size: 13px;
    line-height: 26px;
  }

  .slick-active.slick-current
    .testimonials.ttm-testimonial-box-view-style2
    .testimonial-caption
    label {
    font-size: 11px;
    line-height: 22px;
  }

  .slick-active.slick-current
    .testimonials.ttm-testimonial-box-view-style2
    .testimonial-content {
    transform: scale(1.2);
    z-index: 1;
    margin-top: -10px;
  }
}

/* ttm-testimonial-box-view-style3 */
.ttm-testimonial-box-view-style3 {
  padding: 35px 35px;
}

.testimonials.ttm-testimonial-box-view-style3 .testimonial-caption,
.testimonials.ttm-testimonial-box-view-style3 .testimonial-avatar {
  display: table-cell;
  vertical-align: middle;
}

.testimonials.ttm-testimonial-box-view-style3 .testimonial-caption {
  padding-left: 20px;
}

.testimonials.ttm-testimonial-box-view-style3 .testimonial-content blockquote {
  text-align: left;
  font-size: 19px;
  line-height: 31px;
  font-weight: 400;
  padding: 0;
  position: relative;
  margin: 15px 0 25px;
  padding-top: 50px;
  border-left: none;
  font-style: italic;
  background-color: transparent;
}

.testimonials.ttm-testimonial-box-view-style3
  .testimonial-content
  blockquote:before {
  content: "\f10d";
  font-family: "FontAwesome";
  position: absolute;
  top: -10px;
  left: 0;
  color: #fff;
  text-align: center;
  display: block;
  opacity: 0.9;
  letter-spacing: 0;
  font-size: 52px;
  font-style: normal;
}

.testimonials.ttm-testimonial-box-view-style3 .testimonial-img {
  width: 83px;
  height: 83px;
}

.testimonials.ttm-testimonial-box-view-style3 .testimonial-caption h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

/* footer start  */
.footer {
  background-image: linear-gradient(90deg, #c22237e0 0%, #532e77e8 100%),
    url("../images/contact/footer-bg.png");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  margin-top: 88px;
}
.footer .footer-form button {
  background-color: #b02443;
  color: #fff;
}
.footer h4 {
  color: #fff;
  padding-bottom: 16px;
  font-size: 22px;
  font-weight: 600;
  margin-left: 0px;
}
.footer ul {
  padding-left: 0px;
}
.footer ul li {
  list-style: none;
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  line-height: 45px;
}
.footer ul li a:hover {
  letter-spacing: 4px;
  transition: 0.4s ease;
}
.footer ul li a {
  text-decoration: none;
  color: #ffffffe2;
  cursor: pointer;
  letter-spacing: 1px;
}
.footer .f-add {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.footer .f-add a {
  text-decoration: none;
  color: #fff;
}
.footer .f-add i {
  color: #fff;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.footer .f-add a {
  margin-top: 0;
}
.footer hr {
  color: #fff;
  margin: 0;
  opacity: 1;
  padding-top: 18px;
}
.footer .last-desc {
  color: #ffffffe2;
  font-weight: lighter;
  font-size: 15px;
}
.footer-icon {
  color: white;
  text-align: center;
  padding-bottom: 24px;
}
/* footer end */



/* ---------------------------------------------------- About Page css start --------------------------------------------------------------------- */
.about-page {
  background: url(../images/about/about.png);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 30px;
}
.about-page h1 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 80px;
}

.about-page-sec-about {
  margin-top: 80px;
}
.about-page-sec-about h5 {
  font-weight: 600;
  margin: 0;
  font-size: 20px;
}
.about-page-sec-about .custom-hr {
  width: 12%;
}
.about-page-sec-about .custom-hr hr {
  margin: 0;
  border-top: 2px solid #d0202f;
  opacity: 1;
}
.about-page-sec-about h1 {
  font-size: 44px;
  font-weight: 700;
  margin-top: 12px;
}
.about-page-sec-about p {
  font-size: 19px;
  font-weight: 300;
  /* margin-top: 20px; */
}
.about-page-sec-about .num_ab {
  margin-top: 40px;
}
.about-page-sec-about .num_ab .member {
  display: flex;
  gap: 20px;
}
.about-page-sec-about .num_ab .member .img_i img {
  background-color: #eeeeee;
  padding: 20px;
}
.about-page-sec-about .num_ab .member .number-exp h2 {
  font-size: 50px;
  font-weight: 600;
}
.about-page-sec-about .num_ab .member .number-exp h5 {
  font-size: 20px;
  font-weight: 600;
}

/* get info start */
.get-info {
  margin-top: 88px;
}
.get-info .get-info-desc {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.get-info .get-info-desc h5 {
  font-weight: 600;
  font-size: 23px;
  margin: 0;
}
.get-info .get-info-desc .custom-hr {
  width: 11%;
  /* margin-left: 576px; */
  margin: 0 auto;
}
.get-info .get-info-desc .custom-hr hr {
  margin: 0;
  border-top: 2px solid #d0202f;
  opacity: 1;
}
.get-info .get-info-desc h1 {
  font-size: 44px;
  font-weight: 700;
  margin-top: 12px;
}
.get-info .get-info-desc p {
  font-size: 19px;
  font-weight: 300;
  margin-top: 12px;
  padding: 0px 150px;
  margin: 0;
}
.get-info .box-bg {
  background-color: white;
  border: 1px solid black;
  border-radius: 22px;
  transition: 1s all ease;
  padding: 0px 24px;
  padding-top: 24px;
  margin-top: 32px;
}
.get-info .box-bg:hover {
  border: 1px solid transparent;
  color: white;
  background: linear-gradient(
    180deg,
    rgba(85, 46, 117, 0.93) 0%,
    rgba(186, 35, 60, 0.93) 100%
  );
}
.get-info .box-bg img {
  background: linear-gradient(
    180deg,
    rgba(85, 46, 117, 0.93) 0%,
    rgba(186, 35, 60, 0.93) 100%
  );
  height: 54px;
  width: 54px;
  padding: 12px;
  border-radius: 12px;
  transition: 1s all ease;
}
.get-info .box-bg:hover img {
  background: rgba(255, 255, 255, 0.336);
}
.get-info .box-bg h5 {
  padding-top: 14px;
  font-weight: 800;
  font-size: 24px;
}
.get-info .box-bg p {
  padding-bottom: 18px;
}

/* get info end */

/* vision-mission start */
.vision-mission {
  margin-top: 88px;
}
.vision-mission img {
  min-width: 100%;
  height: auto;
}
.vision-mission .vision-mission-desc h5 {
  font-weight: 600;
  font-size: 23px;
  margin: 0;
}
.vision-mission .vision-mission-desc .custom-hr {
  width: 28%;
}
.vision-mission .vision-mission-desc .custom-hr hr {
  margin: 0;
  border-top: 2px solid #d0202f;
  opacity: 1;
}
.vision-mission .vision-mission-desc h1 {
  font-size: 44px;
  font-weight: 700;
  margin-top: 12px;
}
.vision-mission .vision-mission-desc p {
  font-size: 19px;
  font-weight: 300;
  margin-top: 12px;
  margin: 0;
}
.vision-mission button a {
  text-decoration: none;
  color: black;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.vision-mission button {
  margin-top: 12px;
  padding: 5px 30px;
  background: white;
  border-style: solid;
  border-width: 3px;
  border-image: linear-gradient(180deg, #ae2443 0%, #692c6b 100%) 1;
  border-radius: 8px;
}
.vision-mission .vision-desc h1 {
  /* background: linear-gradient(180deg, #B22441 0%, #622D6F 100%);
  -webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
  margin-top: 18px;
  color: #B22441;
  font-weight: 800;
}

/* vision-mission end */

/* GLOBAL MARKET PLAYER start */
.global-player {
  margin-top: 88px;
  background-image: url("../images/about/img03.png");
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 88px 0px;
  color: white;
}
.global-player .global-desc .custom-hr {
  width: 27%;
}
.global-player .global-desc h5 {
  margin: 0;
}
.global-player .global-desc h1 {
  padding-top: 32px;
  font-weight: 800;
}
.global-player .global-desc a {
  text-decoration: none;
  color: #d0202f;
}
.global-player .global-desc button {
  padding: 8px 24px;
  border: none;
  font-weight: 800;
  margin-top: 18px;
}
.global-player .global-desc .custom-hr hr {
  margin: 0;
  border-top: 1px solid white;
  opacity: 1;
}
.global-player .global-box-border {
  border: 1px solid rgba(255, 255, 255, 0.433);
  padding: 18px 0px;
  width: 200px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.global-player .global-box {
  background-color: rgba(255, 255, 255, 0.433);
  padding: 20px 0px;
  margin: 0px 18px;
}
.global-player .global-box img {
  max-width: 100%;
  height: auto;
}
.global-player .global-box h1 {
  font-weight: 800;
  margin: 0;
  font-size: 44px;
  padding-top: 8px;
}
.global-player .global-box h6 {
  font-size: 20px;
}

/* GLOBAL MARKET PLAYER end */

/* BUILDING THE FUTURE start  */

.building-future {
  margin-top: 88px;
}

.building-future h5 {
  font-weight: 600;
  font-size: 23px;
  margin: 0;
}
.building-future .custom-hr {
  width: 31%;
}
.building-future .custom-hr hr {
  margin: 0;
  border-top: 2px solid #d0202f;
  opacity: 1;
}
.building-future h1 {
  font-size: 44px;
  font-weight: 700;
  margin-top: 12px;
}
.building-future p {
  font-size: 19px;
  font-weight: 300;
  margin-top: 12px;
  margin: 0;
}
.building-future .true-mark {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-top: 24px;
}
.building-future .true-mark h6 {
  margin: 0px;
  font-weight: 600;
}
.building-future .inner-container {
  position: relative;
}

.building-future .img-container {
  padding-top: 40px;
  max-width: 100%;
  height: auto;
}
.building-future .sqaure-desc {
  background-color: white;
  box-shadow: 0px 0px 8.8px 0px #00000040;
  width: 50%;
  padding: 16px 22px;
  border-left: 4px solid #b32340;
  position: absolute;
  top: 60%;
  left: -10%;
}
.building-future .sqaure-desc p {
  font-size: 13px;
  padding-bottom: 12px;
  color: #373737;
  font-weight: 200;
}
.building-future .sqaure-desc a{
  text-decoration: none;
  color: #000;
}
.building-future .sqaure-desc h6 {
  font-weight: 800;
  margin: 0;
}
.building-future .sqaure-desc .custom-hr {
  width: 58%;
}
.building-future .sqaure-desc .custom-hr hr {
  margin: 0;
  border-top: 2px solid #d0202f;
  opacity: 1;
}

/* BUILDING THE FUTURE end */



/* ---------------------------------------- about page end -------------------------------------- */




/* -- ------------------------------------ product page start -- --------------------------------------- */
.product-page {
  background-image: url(../images/product/product.png);
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0;
}
.product-page h1 {
  color: #fff;
  text-align: center;
  font-size: 70px;
  font-weight: 700;
}

/* product item start */

.pr-desc .desc {
  margin-top: 88px;
  margin-bottom: 66px;
  text-align: center;
}
.pr-desc .desc h1 {
  font-weight: 700;
}

.product-item .img-section {
  position: relative;
}

.product-item .img-section img {
  width: 100%;
  height: auto;
}
.sec-line {
  padding-top: 22px;
}

.img-desc {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.7); 
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}
.img-section:hover .img-desc {
  opacity: 1;
}

.product-item .img-desc h1 {
  font-weight: 700;
  margin: 0;
  font-size: 65px;
  color: white;
}
.product-item .inner-desc {
  padding-top: 33%;
}
.product-item .img-desc p {
  margin: 0;
  color: white;
  font-size: 20px;
}
.product-item .img-desc button {
  background-color: white;
  border: none;
  padding: 10px 22px;
  margin-top: 22px;
  border-radius: 8px;
  font-weight: 700;
}
.product-item .img-desc a {
  text-decoration: none;
  color: #373737;
}

.product-item .custom-hr {
  width: 20%;
}
.product-item .custom-hr hr {
  margin: 0;
  border-top: 2px solid #ffffff;
  opacity: 1;
}



/* product item end */

/* --- ------------------------------------ product page end ------------------------------------- */



/* --------------------------------------   contact page start ----------------------------------- */
.contact-page{
  background-image: url(../images/contact/bg.png);
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px;
}
.contact-page h1 {
  color: #fff;
  text-align: center;
  font-size: 70px;
  font-weight: 700;
}

/* map start */

.map-start {
  padding-top: 66px;
}
.map-start .small-title {
  color: #373737;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}
.map-start .custom-hr{
  width: 16%;
}
.map-start  .custom-hr hr{
  border-top: 2px solid #d0202f;
  opacity: 1;
  margin: 0;
}
.map-start h2 {
  font-weight: bolder;
  font-size: 38px;
  color: #373737;
  font-family: "Rajdhani", sans-serif;
  margin-top: 15px;
}
.map-start .desc {
  margin: 0px;
  color: #373737;
  font-weight: 300;
}
.inner-contact-us {
  padding-top: 22px;
  left: 24px;
}
.map-start .desc-office h5 {
  padding-top: 28px;
  font-weight: 600;
  font-size: 24px;
  font-family: "Rajdhani", sans-serif;
}
.detail-line {
  margin: 0 auto;
  text-align: center;
}
.detail-line hr {
  border-top: 1px solid #7b7b7b;
  opacity: 1;
  margin: 0;
}
.inner-contact-us .icon-four p {
  margin: 0px;
}
.inner-contact-us .inner-container {
  display: flex;
  padding-top: 22px;
  gap: 10px;
}
.inner-contact-us .icon-container {
  background-color: #ffffff;
  color: #d0202f;
  font-size: 1.1rem;
  border-radius: 100%;
  box-shadow: 0px 0px 22px 0px #00000040;
  text-align: center;
  width: 44px;
  height: 44px;
  padding-top: 8px;
  /* margin-right: 24px; */
  margin-top: 10px;
}

.map-start a{
  text-decoration: none;
  color: #000;
}

.inner-contact-us .icon-four .desc h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 4px;
}
.inner-contact-us .icon-four .desc p {
  font-size: 14px;
}

/* map end */
/* map second start */

.inner-contact-second {
  padding-top: 22px;
  padding-right: 44px;
}
.inner-contact-second .icon-four p {
  margin: 0px;
}
.inner-contact-second .icon-container {
  background-color: #ffffff;
  color: #d0202f;
  font-size: 1.1rem;
  border-radius: 100%;
  box-shadow: 0px 0px 22px 0px #00000040;
  text-align: center;
  width: 44px;
  height: 44px;
  padding-top: 8px;
  /* margin-right: 24px; */
  margin-top: 10px;
}
.inner-contact-second .inner-container {
  display: flex;
  padding-top: 22px;
  gap: 10px;
}
.inner-contact-second .icon-four .desc h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 4px;
}
.inner-contact-second .icon-four .desc p {
  font-size: 14px;
}
/* map second end */

/* contact us start */

.contact-get {
  margin-top: 88px;
}

.contact-get .box {
  display: flex;
  background-color: #fff;
  box-shadow: 0px 0px 21.6px 0px #00000040;
  width: 1000px;
  border-radius: 16px;
  margin: 0 auto;
  gap: 32px;
}
.contact-get .write {
  background: linear-gradient(270deg, #5b2d72 -9.16%, #b8233d 112.06%);
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  color: #fff;
  padding: 30px;
  width: 400px;
}
.contact-get .write h5 {
  color: #ffffff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
}
.contact-get .write .custom-hr {
  width: 50%;
}
.contact-get .write .custom-hr hr {
  border-top: 1px solid #ffffff;
  opacity: 1;
  margin: 0;
}
.contact-get .write h3 {
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
  font-size: 32px;
  margin-top: 20px;
}
.contact-get .write .white-desc {
  margin-top: 22px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 22px;
  font-size: 13px;
}
.contact-get .write .icon {
  margin-top: 100px;
}
.contact-get .write .icon i {
  background-color: white;
  color: #d0202f;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 20px;
  border-radius: 50%;
}
.contact-get .book {
  padding: 10px;
}
.contact-get .book h6 {
  font-weight: 400;
  font-size: 15px;
  margin-top: 30px;
}
.contact-get .book .custom-hr {
  width: 90%;
}
.contact-get .book .custom-hr hr {
  border-top: 1px solid #2f2f2f;
  opacity: 1;
  margin: 0;
}

.contact-get .book form {
  margin-top: 32px;
  padding-right: 32px;
}
.contact-get .book form .form-control {
  padding: 15px;
  border: 1px solid #989898;
}
.contact-get .book form button {
  width: 100%;
  background: linear-gradient(90deg, #c22237 0%, #522e77 100%);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

/* contact us end */

/* news latter section start  */
.news-lat {
  margin: 66px 0px;
}
.news-lat .latter {
  padding: 10px 150px 0px;
}
.news-lat .latter h5 {
  color: #373737;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
  font-size: 22px;
  margin: 0;
}
.news-lat .latter .custom-hr {
  width: 12%;
}
.news-lat .latter .custom-hr hr {
  border-top: 2px solid #d0202f;
  opacity: 1;
  margin: 0;
}
.news-lat .latter h4 {
  font-weight: 700;
  font-size: 34px;
  font-family: "Rajdhani", sans-serif;
}
.news-lat .latter .contact__form{
  position: relative;
}
.news-lat .latter .form-control {
  padding: 25px;
  border: none;
  box-shadow: 0px 0px 18.5px 0px #00000040;
}
.news-lat .latter button {
  position: absolute;
  top: 25%;
  right: 30px;
  background: linear-gradient(90deg, #c22237 0%, #522e77 100%);
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border: none;
  padding: 8px 22px;
  font-family: "Poppins", sans-serif;
}
/* news latter section end */

/* ------------------------------------- contact page end  ------------------------------------ */

/* ------------------------------------- policy page start  ------------------------------------ */

.policy-page {
  position: relative; 
  width: 100%;
  background-image: url(../images/contact/privacy.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px;
  overflow: hidden;
}

.policy-page::before {
  content: ''; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); 
  z-index: 1; 
}

.policy-page > * {
  position: relative; 
  z-index: 2; 
}
.policy-page h1 {
  color: #fff;
  text-align: center;
  font-size: 70px;
  font-weight: 700;
}
/* ------------------------------------- policy page end  ------------------------------------ */

/* ------------------------------------- Terms & Conditions page start  ------------------------------------ */

.team-page {
  position: relative; 
  width: 100%;
  background-image: url(../images/contact/team.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px;
  overflow: hidden;
}

.team-page::before {
  content: ''; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); 
  z-index: 1; 
}

.team-page > * {
  position: relative; 
  z-index: 2; 
}
.team-page h1 {
  color: #fff;
  text-align: center;
  font-size: 70px;
  font-weight: 700;
}
/* ------------------------------------- Terms & Conditions page end  ------------------------------------ */
