@font-face {
  font-family: "RFDewiExtended-Light";
  font-style: normal;
  font-weight: 300;
  src: url(../font/RFDewiExtended-Light.ttf) format("ttf");
  src: url(../font/RFDewiExtended-Light.woff) format("woff");
  src: url(../font/RFDewiExtended-Light.woff2) format("woff2");
  src: url(../font/RFDewiExtended-Light.eot) format("eot");
}
@font-face {
  font-family: "RFDewiExtended-Regular";
  font-style: normal;
  font-weight: 400;
  src: url(../font/RFDewiExtended-Regular.ttf) format("ttf");
  src: url(../font/RFDewiExtended-Regular.woff) format("woff");
  src: url(../font/RFDewiExtended-Regular.woff2) format("woff2");
  src: url(../font/RFDewiExtended-Regular.eot) format("eot");
}
@font-face {
  font-family: "RFDewiExtended-Semibold";
  font-style: normal;
  font-weight: 600;
  src: url(../font/RFDewiExtended-Semibold.ttf) format("ttf");
  src: url(../font/RFDewiExtended-Regular.woff) format("woff");
  src: url(../font/RFDewiExtended-Regular.woff2) format("woff2");
  src: url(../font/RFDewiExtended-Regular.eot) format("eot");
}
@font-face {
  font-family: "RFDewiExtended-Ultrabold";
  font-style: normal;
  font-weight: 800;
  src: url(../font/RFDewiExtended-Ultrabold.ttf) format("ttf");
  src: url(../font/RFDewiExtended-Ultrabold.woff) format("woff");
  src: url(../font/RFDewiExtended-Ultrabold.woff2) format("woff2");
  src: url(../font/RFDewiExtended-Ultralight.eot) format("eot");
}
@font-face {
  font-family: "RFDewiExtended-Bold";
  font-style: normal;
  font-weight: 700;
  src: url(../font/RFDewiExtended-Bold.ttf) format("ttf");
  src: url(../font/RFDewiExtended-Bold.woff) format("woff");
  src: url(../font/RFDewiExtended-Bold.woff2) format("woff2");
  src: url(../font/RFDewiExtended-Bold.eot) format("eot");
}
header .tap-bar {
  padding: 15px 0px;
  background-color: #430100;
  color: #ffffff;
}
header .tap-bar .welcome-text {
  padding-left: 165px;
}
header .tap-bar ul {
  -moz-column-gap: 22px;
       column-gap: 22px;
}
header .tap-bar ul li a img {
  height: 18px;
}
header nav {
  padding: 20px 0px;
}
header nav .btn-danger img {
  transition: 0.3s ease;
}
header nav .btn-danger:hover img {
  transform: translateX(8px);
  transition: 0.3s ease;
}
header nav .logo {
  position: absolute;
  top: 0;
}
header nav .nav-menu {
  -moz-column-gap: 60px;
       column-gap: 60px;
}
header nav ul {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
header nav ul li:nth-last-child(1) {
  padding-left: 20px;
}
header nav ul li a {
  color: #000000;
}
header nav ul li a:hover {
  color: #F8090A;
}
header nav ul .dropdown .show {
  color: #F8090A;
}
header nav ul .dropdown .nav-link::after {
  display: none;
}
header nav ul .dropdown .nav-link img {
  transform: rotate(180deg);
  filter: brightness(0) invert(0);
}
header nav ul .dropdown .nav-link:hover {
  color: #F8090A;
}
header nav ul .dropdown .nav-link:hover img {
  filter: none;
}
header nav ul .dropdown .dropdown-toggle.show img {
  transform: rotate(0deg);
  filter: none;
}
header nav ul .dropdown .dropdown-menu.show {
  display: flex;
  transform: translate(265px, 48px) !important;
}
header nav ul .dropdown .dropdown-menu {
  width: 830px;
  border: none;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.0784313725);
  padding: 45px 25px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  position: relative;
  z-index: 2;
}
header nav ul .dropdown .dropdown-menu::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  top: -8px;
  right: 32%;
  z-index: -1;
}
header nav ul .dropdown .dropdown-menu ul {
  width: 50%;
}
header nav ul .dropdown .dropdown-menu ul:nth-child(1) {
  padding-right: 20px;
  border-right: 1px solid #DDDDDD;
}
header nav ul .dropdown .dropdown-menu ul li {
  padding: 12px 15px;
  width: 100%;
  position: relative;
  border-radius: 5px;
}
header nav ul .dropdown .dropdown-menu ul li::before {
  content: "";
  background-image: url(../images/icon/red-arrow.svg);
  width: 17px;
  height: 9px;
  position: absolute;
  visibility: hidden;
  top: 45%;
  right: 15px;
}
header nav ul .dropdown .dropdown-menu ul li:hover {
  background-color: #FFFAFA;
}
header nav ul .dropdown .dropdown-menu ul li:hover a {
  color: #e10a0b;
}
header nav ul .dropdown .dropdown-menu ul li:hover::before {
  visibility: visible;
}
header nav ul .dropdown .dropdown-menu ul li:hover .icon {
  background-color: #FFE7E7;
}
header nav ul .dropdown .dropdown-menu ul li:hover .icon img {
  filter: none;
}
header nav ul .dropdown .dropdown-menu ul li a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #000000;
}
header nav ul .dropdown .dropdown-menu ul li a .icon {
  background-color: #F0F0F0;
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
header nav ul .dropdown .dropdown-menu ul li a .icon img {
  filter: grayscale(1);
}

footer {
  background-color: #430100;
  padding: 80px 0px 20px;
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer .colm-g-60 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}
footer .main-footer .social-icon a img {
  filter: brightness(0) invert(1);
}
footer .main-footer .social-icon a:hover {
  margin-left: 0px;
}
footer .main-footer .social-icon a:hover img {
  filter: none;
  transition: 0.3s ease;
}
footer h2 {
  font-size: 40px;
  line-height: 48px;
}
footer .top-footer {
  padding-bottom: 80px;
}
footer hr {
  border-bottom: 1px solid #616161;
  margin: 0px;
}
footer .main-footer {
  padding: 30px 0px 20px;
}
footer ul li a {
  position: relative;
  transition: 0.3s ease;
}
footer ul li a .red-point {
  position: absolute;
  top: 30%;
  left: 0;
  display: none;
}
footer ul li a:hover {
  margin-left: 15px;
  color: #F8090A;
}
footer ul li a:hover .red-point {
  left: -15px;
  position: absolute;
  display: block;
  transition: 0.3s ease;
}

.mindzchatmodal .mindzchatsendmsgentered .mindzchatmsgsend {
  width: 27px !important;
}
.mindzchatmodal .mindzchatsendmsgentered .mindzchatmsgsend img {
  left: -5px !important;
}

.index-header ul li:nth-child(1) a {
  color: #F8090A;
}

.aboutus-header ul li:nth-child(2) a {
  color: #F8090A;
}

.contactus-header ul li:nth-child(4) a {
  color: #F8090A;
}

.home-main h1 {
  font-size: 60px;
  line-height: 68px;
}
.home-main .scroll-down {
  position: absolute;
  bottom: 50px;
  right: 0;
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@keyframes bounce {
  50% {
    transform: translateY(-25px);
  }
}
.home-main .hero-slider-item {
  position: relative;
  z-index: 1;
  padding: 284px 0px 124px;
  color: #ffffff;
  z-index: 1;
}
.home-main .hero-slider-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5490196078);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 100%;
}
.home-main .hero-slider-item .banner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home-main .hero-slider-item a {
  color: #ffffff;
}
.home-main .hero-slider-item .btn-danger svg {
  transition: 0.3s ease;
}
.home-main .hero-slider-item .btn-danger:hover svg {
  transform: rotate(45deg);
  transition: 0.3s ease;
}
.home-main .slick-dots {
  bottom: 50px;
  width: auto;
  left: 16%;
}
.home-main .slick-dots li {
  width: 35px;
  height: 4px;
}
.home-main .slick-dots li button {
  width: 35px;
  height: 4px;
  padding: 0px;
  border-radius: 0px;
  opacity: 40%;
}
.home-main .slick-dots .slick-active button {
  background-color: #ffffff;
  opacity: 1;
}

.home-about-insdustries {
  padding: 120px 0px;
  position: relative;
  z-index: 1;
  color: #000000;
}
.home-about-insdustries::before {
  content: "";
  background-color: #F7F7F7;
  width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.home-about-insdustries ul li {
  padding-bottom: 10px;
}
.home-about-insdustries ul li img {
  margin-right: 8px;
}
.home-about-insdustries .years-exp {
  position: relative;
  z-index: 1;
}
.home-about-insdustries .years-exp .exp-board {
  background-color: #F8090A;
  padding: 50px;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(20%, -50%);
  text-align: center;
}
.home-about-insdustries .years-exp .exp-board img {
  margin-bottom: 12px;
}
.home-about-insdustries .years-exp .exp-board h3 {
  font-size: 67px;
  line-height: 73px;
  font-family: "RFDewiExtended-Ultrabold";
  margin-bottom: 8px;
}
.home-about-insdustries .years-exp .exp-board p {
  font-size: 20px;
  line-height: 27px;
}

.home-our-services {
  padding: 100px 0px;
  position: relative;
}
.home-our-services .slick-initialized .slick-slide {
  display: flex;
}
.home-our-services .ourservice-slider .slick-dots {
  top: -80px;
  width: auto;
  right: 35px;
}
.home-our-services .ourservice-slider .our-slider-item {
  position: relative;
}
.home-our-services .ourservice-slider .our-slider-item::before {
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
  opacity: 70%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-our-services .ourservice-slider .our-slider-item .pos-content {
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: #ffffff;
}
.home-our-services .ourservice-slider .our-slider-item .pos-content h3 {
  margin-bottom: 20px;
}
.home-our-services .ourservice-slider .our-slider-item .pos-content a:hover {
  color: #F8090A !important;
}
.home-our-services .ourservice-slider .our-slider-item .pos-content a:hover svg rect {
  fill: #F8090A;
}
.home-our-services .service-img {
  position: absolute;
  right: -60px;
  top: 0;
}

.home-what-we-do {
  padding: 100px 0px;
  position: relative;
  z-index: 1;
  background-color: #F7F7F7;
}
.home-what-we-do .col-g-50 {
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.home-what-we-do::after {
  content: "";
  background-color: #430100;
  width: 32%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.industry-factory {
  padding: 0px 0px;
  color: #ffffff;
}
.industry-factory .factory-img {
  position: relative;
  z-index: 1;
}
.industry-factory .factory-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 70%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.industry-factory .text-rounded {
  position: absolute;
  left: 12%;
  top: 12%;
  animation: rotate-animation 10s infinite linear;
}
.industry-factory .industrial-play {
  width: 185px;
  margin: 0px auto 30px;
  cursor: pointer;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.client-testimonial {
  padding: 100px 0px;
  background-color: #F7F7F7;
  margin-top: 50px;
}
.client-testimonial .testi-slider .slick-dots {
  position: absolute;
  bottom: 63px;
  display: inline-grid;
  width: 28%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  right: -27%;
}
.client-testimonial .slider-up img {
  margin-top: 37px;
}

.home-faq {
  padding: 0px 0px 100px;
  background-color: #F7F7F7;
}
.home-faq .faq-baner {
  width: 625px;
  height: 580px;
}
.home-faq .faq-qestions {
  background-color: #ffffff;
  padding: 60px;
  width: 676px;
  margin-left: auto;
}
.home-faq .faq-qestions .accordion .accordion-item {
  border: none;
  border-radius: 0px;
}
.home-faq .faq-qestions .accordion .accordion-item .accordion-button.collapsed {
  padding: 25px 0px 25px 27px;
}
.home-faq .faq-qestions .accordion .accordion-item .accordion-button.collapsed::after {
  background: url(../images/icon/accordin-arrow.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 28px;
  margin: 0;
}
.home-faq .faq-qestions .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  padding: 25px 0px 25px 27px;
  box-shadow: none;
  color: #F8090A;
}
.home-faq .faq-qestions .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background: url(../images/icon/accordion-red-arrow.svg) no-repeat;
  transform: rotate(0deg);
  position: absolute;
  left: 0;
  top: 28px;
  margin: 0;
}
.home-faq .faq-qestions .accordion .accordion-item .accordion-button {
  border-top: 1px solid #E1E1E1;
  font-size: 18px;
  line-height: 23px;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  padding: 20px 0px 15px;
}
.home-faq .faq-qestions .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.home-faq .faq-qestions .accordion .accordion-item:nth-last-child(1) {
  border-bottom: 1px solid #E1E1E1;
}
.home-faq .faq-qestions .accordion .accordion-item .accordion-body {
  padding: 0px 0px 20px 27px;
}

.our-partner {
  padding: 100px 0px;
}
.our-partner .marquee {
  animation: scroll 30s linear 0s infinite;
  animation-play-state: running;
  animation-delay: 0s;
  animation-direction: normal;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.our-partner ul {
  gap: 85px;
}

footer .top-heading-small {
  color: #ffffff !important;
}
footer a p:nth-child(2):hover {
  color: #F8090A;
}
footer .main-footer ul li {
  margin-bottom: 10px;
}
footer .main-footer ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
footer .main-footer .social-icon {
  gap: 25px;
}
footer .cpy-rht {
  padding: 20px 0px 0px;
}
footer .cpy-rht .heartbite {
  animation: heartline 1s ease-in-out infinite;
  width: 15px;
}
@keyframes heartline {
  50% {
    transform: scale(1.2);
  }
}

.mindzchatfix .mindzchatmsgsend img {
  left: 0px !important;
}

.about-main {
  background-image: url(../images/banner/about-banner.png);
  padding: 120px 0px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.about-main::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5490196078);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 100%;
}

.our-story {
  padding: 0px 0px 120px;
}
.our-story .story-img {
  margin-top: 25px;
}
.our-story ul {
  margin-bottom: 20px;
}
.our-story ul li {
  padding-bottom: 10px;
}
.our-story ul li img {
  padding-right: 8px;
}
.our-story ul li:nth-last-child(1) {
  padding-bottom: 0px;
}
.our-story h2 {
  position: sticky;
  top: 0px;
}
.our-story p {
  text-align: justify;
}
.our-story .aboutus-slide-story {
  display: flex;
  padding-left: 102px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.our-story .aboutus-slide-story .img-item {
  position: relative;
  z-index: 1;
}
.our-story .aboutus-slide-story .img-item:nth-child(2) img {
  border-radius: 20px;
}
.our-story .aboutus-slide-story .img-item:nth-child(2) .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #ffffff;
}
.our-story .aboutus-slide-story .img-item:nth-child(2) .content h2 {
  font-size: 120px;
  line-height: 128px;
}
.our-story .aboutus-slide-story .img-item:nth-child(3) img {
  border-radius: 15px;
}
.our-story .aboutus-slide-story .img-item:nth-child(3) .content {
  position: absolute;
  top: 50px;
  left: 50px;
  color: #ffffff;
}
.our-story .aboutus-slide-story .img-item:nth-child(3) .content h3 {
  font-family: "RFDewiExtended-Ultrabold";
  font-weight: 800;
  margin-bottom: 15px;
}
.our-story .aboutus-slide-story .img-item:nth-child(3) .content p {
  margin-bottom: 30px;
  text-align: left;
}
.our-story .aboutus-slide-story .img-item:nth-child(3) .content a {
  color: #ffffff;
}
.our-story .aboutus-slide-story .img-item:nth-child(3) .file-download {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.our-story .aboutus-slide-story .bg-hard-img {
  position: absolute;
  left: 0;
}

.vision-mission {
  padding: 120px 0px 100px;
}
.vision-mission .vision {
  position: relative;
}
.vision-mission .vision img {
  position: absolute;
  top: -46%;
  right: 0;
}
.vision-mission .vision .para {
  margin-bottom: 100px;
}
.vision-mission .mission {
  position: relative;
}
.vision-mission .mission img {
  position: absolute;
  top: -46%;
  right: 0;
}

.our-speciality {
  background-color: #FFF1F1;
  padding: 100px 0px;
}
.our-speciality .ideas-box {
  gap: 30px;
}
.our-speciality .ideas-box h2 {
  color: #F8090A;
  font-size: 60px;
  font-weight: 600;
}
.our-speciality .ideas-box h4 {
  font-size: 23px;
}

.our-teams {
  padding: 100px 0px;
}
.our-teams .team-sec {
  text-align: center;
  position: relative;
}
.our-teams .team-sec h5 {
  margin-bottom: 8px;
}
.our-teams .team-sec p {
  color: #656565;
}
.our-teams .team-sec .img-hover {
  position: relative;
  margin-bottom: 30px;
}
.our-teams .team-sec .img-hover::before {
  content: "";
  background-color: #F8090A;
  opacity: 5%;
  width: 288px;
  height: 288px;
  position: absolute;
  left: 10px;
  top: -18px;
  border-radius: 50%;
  visibility: hidden;
}
.our-teams .team-sec:hover .img-hover::before {
  visibility: visible;
}
.our-teams .team-sec:hover h5 {
  color: #F8090A;
}

.service-main {
  background-image: url(../images/banner/service-banner.png);
}

.service-tools {
  padding: 80px 0px;
}
.service-tools .service-box .card-body {
  padding: 30px;
  border: 1px solid #DDDDDD;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
}
.service-tools .service-box .w-100 {
  height: 350px;
}

.gallery-popup p {
  color: #A2A2A2;
}
.gallery-popup h2 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px;
}
.gallery-popup .space--30 {
  margin-bottom: 20px;
}
.gallery-popup .float-right {
  float: right;
  cursor: pointer;
}
.gallery-popup .slides-numbers {
  font-size: 18px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 99;
}
.gallery-popup .slides-numbers img {
  margin-right: 10px;
}
.gallery-popup .slick-prev, .gallery-popup .slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 46px;
}
.gallery-popup .slick-prev::before, .gallery-popup .slick-next::before {
  display: none;
}
.gallery-popup .slick-prev {
  background-image: url(../images/gallery/modal-prev.svg);
  left: -100px;
}
.gallery-popup .slick-next {
  background-image: url(../images/gallery/modal-next.svg);
  right: -100px;
}

.modal-backdrop.show {
  opacity: 100%;
  background-color: #333;
}

.contact-main {
  background-image: url(../images/banner/contact-banner.png);
}

.contact-details {
  padding: 80px 0px 100px;
}
.contact-details p {
  color: #F8090A;
}
.contact-details a {
  color: #000000;
}

.contact-form {
  padding: 100px 0px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.contact-form:before {
  position: absolute;
  content: "";
  background-color: #F5F5F5;
  border-radius: 6px;
  width: 77%;
  height: 87%;
  left: 0;
  z-index: -1;
  top: 0;
}
.contact-form form label {
  margin-bottom: 10px;
}
.contact-form form p {
  position: absolute;
  bottom: -35px;
}
.contact-form form .space--20 {
  position: relative;
}
.contact-form form .form-control {
  padding: 18px 20px;
  border: 1px solid #C9C9C9;
  color: #A7A7A7;
  font-size: 15px;
}
.contact-form form .form-control:focus {
  box-shadow: none;
}
.contact-form form input {
  color: #000000 !important;
}
.contact-form form textarea {
  padding: 18px 20px 90px;
  border: 1px solid #C9C9C9;
  resize: none;
}
.contact-form form textarea:focus {
  outline: 0;
}
.contact-form form input:-webkit-autofill,
.contact-form form input:-webkit-autofill:hover,
.contact-form form input:-webkit-autofill:focus,
.contact-form form input:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-fill-color: #000000;
}
.contact-form form .btn-danger {
  background-color: #F8090A;
  color: #ffffff !important;
  padding: 10px 30px;
}
.contact-form form #msgError {
  color: red;
}
.contact-form .contact-map img {
  filter: grayscale(0);
}

.enquiry-main {
  background-image: url(../images/banner/enquiry-banner.png);
}

.enquiry-form-sec {
  padding: 100px 0px 250px;
  position: relative;
}
.enquiry-form-sec .form-img {
  width: 100%;
  height: 100%;
}
.enquiry-form-sec form {
  background-color: #ffffff;
  box-shadow: 0px 3px 99px rgba(0, 0, 0, 0.0705882353);
  padding: 60px 50px;
  position: absolute;
  left: 46%;
}
.enquiry-form-sec form .space--20 {
  position: relative;
}
.enquiry-form-sec form .form-select {
  padding: 18px 20px;
}
.enquiry-form-sec form .form-select:focus {
  box-shadow: none;
  border: 1px solid #C9C9C9;
}
.enquiry-form-sec form p {
  position: absolute;
  bottom: -33px;
}
.enquiry-form-sec form textarea {
  padding: 18px 20px 80px;
}
.enquiry-form-sec form #msgError {
  color: red;
}
.enquiry-form-sec:before {
  display: none;
}

.error-main {
  padding: 185px 0px 160px;
}
.error-main h2 {
  font-size: 46px;
}

h1, h2, h3, h4, h5, h6, p, ul, li, a, ol, p, * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 23px;
  font-family: "RFDewiExtended-Regular";
  font-weight: 400;
  color: #000000;
}

.btn-danger {
  padding: 15px 20px;
  border-radius: 30px;
  border: none;
  background-color: #F8090A;
}
.btn-danger:hover {
  background-color: #F8090A;
}
.btn-danger:active {
  background-color: #F8090A !important;
}
.btn-danger img {
  margin-left: 10px;
}

.slick-slider {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.ms-10 {
  margin-left: 10px;
}

.me-10 {
  margin-right: 10px;
}

.ms-30 {
  margin-left: 30px;
}

.space--10 {
  margin-bottom: 10px;
}

.space--15 {
  margin-bottom: 15px;
}

.space--20 {
  margin-bottom: 20px;
}

.space--30 {
  margin-bottom: 30px;
}

.space--40 {
  margin-bottom: 40px;
}

.space--50 {
  margin-bottom: 50px;
}

.space--60 {
  margin-bottom: 60px;
}

.space--100 {
  margin-bottom: 100px;
}

.space--80 {
  margin-bottom: 80px;
}

.space--70 {
  margin-bottom: 70px;
}

h1 {
  font-size: 70px;
  line-height: 68px;
  font-family: "RFDewiExtended-Bold";
}

h2 {
  font-size: 42px;
  line-height: 49px;
}

h3 {
  font-size: 32px;
  line-height: 38px;
}

h4 {
  font-size: 24px;
  line-height: 31px;
}

.font-50 {
  font-size: 50px;
  line-height: 58px;
}

.font-22 {
  font-size: 22px;
  line-height: 29px;
}

.font-18 {
  font-size: 18px;
  line-height: 24px;
}

.font-14 {
  font-size: 14px;
  line-height: 19px;
}

.font-12 {
  font-size: 12px;
  line-height: 16px;
}

b {
  font-family: "RFDewiExtended-Bold";
  font-weight: 700;
}

.fw-800 {
  font-family: "RFDewiExtended-Ultrabold";
  font-weight: 800;
}

.fw-600 {
  font-family: "RFDewiExtended-Semibold";
  font-weight: 600;
}

.hrlink-animation img, .hrlink-animation svg {
  transition: 0.3s ease;
}
.hrlink-animation:hover img, .hrlink-animation:hover svg {
  transform: rotate(45deg);
}

.top-heading-small {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-family: "RFDewiExtended-Semibold";
  font-weight: 600;
  color: #000000;
}

.red-point {
  width: 10px;
  height: 10px;
  background-color: #F8090A;
  border-radius: 50%;
  margin-right: 10px;
}

.slick-dots li button {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #E0E0E0;
}
.slick-dots li button::before {
  content: "";
  display: none;
}
.slick-dots .slick-active button {
  background-color: #F8090A;
}

.hamburger {
  display: none;
  cursor: pointer;
}
.hamburger .bar {
  display: block;
  width: 31px;
  height: 3px;
  margin: 5px 0 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  border-radius: 4px;
}
.hamburger .bar:nth-child(3) {
  width: 21px;
  margin-right: inherit;
}

@media only screen and (max-width: 1024px) {
  .w100 {
    width: 100%;
  }
  .row-40 {
    row-gap: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 37px;
  }
  h3 {
    font-size: 25px;
    line-height: 32px;
  }
  .hamburger {
    display: block;
    z-index: 9;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #000 !important;
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    background-color: #000 !important;
    width: 31px;
  }
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 0px;
    gap: 0;
    flex-direction: column;
    background-color: #ffffff;
    justify-content: space-between;
    display: flex;
    width: 100%;
    height: 100vh;
    transition: 0.3s;
    text-align: start;
    z-index: 0;
    padding: 150px 30px 50px;
    overflow-y: scroll !important;
    overflow-x: hidden;
    align-items: start !important;
  }
  .nav-menu ul {
    flex-direction: column;
  }
  .nav-menu ul .dropdown .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-menu.active {
    left: 0;
  }
  .mob-menu header nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 0px 30px 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
  }
  .mob-menu header nav::before {
    background-color: #ffffff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .mob-menu header nav .logo {
    z-index: 9;
    position: static;
  }
  .mob-menu header nav .end-menu {
    width: 100%;
    margin-top: 60px;
  }
  .mob-menu header nav .end-menu hr {
    margin: 40px 0px 25px;
  }
  .mob-menu header nav .end-menu p {
    margin-bottom: 15px;
  }
  .mob-menu header nav .adap-social {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .mob-menu header nav .adap-social img {
    filter: brightness(0);
  }
  .mob-menu header nav ul {
    width: 100%;
  }
  .mob-menu header nav ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #EFEFEF;
    width: 100%;
  }
  .mob-menu header nav ul li .dropdown-menu.show {
    position: static !important;
    transform: translate3d(0px, 0px, 0px) !important;
    width: 950px;
    border: none;
    flex-direction: row;
    box-shadow: none;
    padding: 0;
  }
  .mob-menu header nav ul li .dropdown-menu.show ul li {
    border: none;
    padding-left: 0;
  }
  .mob-menu header nav ul li .dropdown-menu.show .ul-lhs {
    padding-top: 13px;
  }
  .mob-menu .home-main {
    z-index: 0;
  }
  .mob-menu .mindzchatmodal {
    display: none;
  }
  .mob-menu .mindzchatwhatsappgreenbg {
    display: none;
  }
  header .tap-bar marquee {
    width: 71%;
  }
  header nav .logo img {
    width: 85%;
  }
  .home-main .hero-slider-item {
    padding: 100px 0px;
  }
  .home-main h1 {
    font-size: 45px;
    line-height: 54px;
  }
  .home-about-insdustries {
    padding: 100px 0px;
  }
  .home-our-services .slick-initialized .slick-slide {
    padding: 0px 15px;
  }
  .home-our-services .service-img {
    right: 4px !important;
    top: 157px !important;
    width: 7% !important;
  }
  .home-what-we-do p br {
    display: none;
  }
  .home-what-we-do .col-g-50 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .client-testimonial .testi-slider h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .client-testimonial .testi-slider h3 br {
    display: none;
  }
  .client-testimonial .testi-slider .slick-dots {
    bottom: 40%;
    width: 5%;
    right: -37px;
  }
  .home-faq .faq-baner {
    width: 440px;
    height: 445px;
  }
  .home-faq .faq-qestions {
    padding: 40px;
  }
  .our-partner marquee img {
    margin-right: 40px;
  }
  footer h2 {
    font-size: 30px;
    line-height: 38px;
  }
  footer .colm-g-60 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  footer .row-10 {
    row-gap: 10px;
  }
  footer .me-3 {
    height: 50px;
  }
  footer .ms-4 {
    margin-left: 0px !important;
  }
  .our-story {
    padding: 0px 0px 0px;
  }
  .our-story .story-img {
    width: 100%;
    margin-top: 0px;
  }
  .our-story .story-img img {
    width: 100%;
    margin-bottom: 30px;
  }
  .our-story .aboutus-slide-story {
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
    padding-left: 40px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .our-story .aboutus-slide-story .img-item {
    width: unset !important;
  }
  .our-story .aboutus-slide-story .img-item:nth-child(2) .content h2 {
    font-size: 80px;
    line-height: 88px;
  }
  .our-story .aboutus-slide-story .img-item:nth-child(3) .content p {
    margin-bottom: 10px;
  }
  .our-story .aboutus-slide-story .mob-wid {
    width: unset !important;
    height: 210px;
  }
  .vision-mission .vision img {
    top: -12%;
    right: -122px;
    width: 30%;
  }
  .vision-mission .mission img {
    top: -16%;
    right: 0;
    width: 27%;
  }
  .our-teams .team-sec .img-hover::before {
    width: 238px;
    height: 238px;
    left: -10px;
    top: -10px;
  }
  .our-teams .team-sec .img-hover img {
    width: 100%;
  }
  .our-speciality .row-50 {
    row-gap: 50px;
  }
  .contact-form {
    padding: 100px 0px 160px;
  }
  .contact-form form textarea {
    padding: 18px 10px 60px;
    font-size: 14px;
    line-height: 20px;
  }
  .contact-form form .form-control {
    font-size: 14px;
    line-height: 20px;
    padding: 18px 10px;
  }
  .contact-form .contact-map {
    height: 808px;
    overflow-y: scroll;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact-form .contact-map img {
    height: 100%;
  }
  .enquiry-form-sec {
    padding: 100px 0px 320px;
  }
  .enquiry-form-sec form {
    padding: 40px;
  }
  .error-main {
    padding: 50px 0px;
  }
  .mindzchatmodal {
    bottom: 70px;
  }
  .mindzchatwhatsappgreenbg {
    bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .row-30 {
    row-gap: 40px;
  }
  .row-50 {
    row-gap: 50px;
  }
  .flx-wrp {
    flex-wrap: wrap;
  }
  .row-20 {
    row-gap: 20px;
  }
  .col-rev {
    flex-direction: column-reverse;
  }
  header .tap-bar marquee {
    width: 60%;
  }
  header nav {
    padding: 20px 0px 30px;
  }
  .mob-menu header nav ul li .dropdown-menu.show {
    width: 720px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .home-about-insdustries:before {
    width: 100%;
    height: 68%;
    bottom: 0;
    top: inherit;
  }
  .home-about-insdustries .years-exp .exp-board {
    padding: 70px;
  }
  .home-our-services .service-img {
    display: none;
  }
  .home-what-we-do:after {
    display: none;
  }
  .home-what-we-do .col-g-50 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .industry-factory svg {
    width: 16%;
  }
  .client-testimonial .testi-slider .slick-dots {
    display: flex;
    bottom: -17%;
    width: 100%;
    right: 0;
  }
  .home-faq .faq-baner {
    width: 100%;
    height: 100%;
  }
  .home-faq .faq-qestions {
    width: 100%;
    margin-left: 0px;
  }
  footer .top-footer {
    padding-bottom: 30px;
  }
  footer .top-footer img {
    width: 41px;
  }
  footer .main-footer {
    padding: 30px 0px 40px;
  }
  footer .space--30 {
    margin-bottom: 15px;
  }
  footer .colm-g-60 {
    justify-content: start !important;
  }
  footer .second-service {
    margin-top: 36px;
  }
  footer .second-service .d-block {
    display: none !important;
  }
  .about-main {
    background-position: center;
  }
  .our-teams .top-heading-small {
    justify-content: center;
  }
  .our-teams .slick-dots {
    bottom: -70px;
  }
  .our-teams .team-sec .img-hover img {
    width: 90%;
  }
  .our-teams .team-sec .img-hover::before {
    width: 335px;
    height: 335px;
    left: -10px;
    top: -10px;
  }
  .our-story {
    padding: 0px 0px 80px;
  }
  .our-story .space--100 {
    margin-bottom: 50px;
  }
  .our-story .aboutus-slide-story {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
    row-gap: 15px !important;
    flex-wrap: wrap;
  }
  .our-story .aboutus-slide-story .img-item img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .our-story .aboutus-slide-story .img-item:nth-child(2) .content h2 {
    font-size: 50px;
    line-height: 58px;
  }
  .our-story .aboutus-slide-story .img-item:nth-child(2) .content h4 {
    font-size: 16px;
    line-height: 23px;
  }
  .our-story .aboutus-slide-story .img-item:nth-child(3) .content {
    left: 20px !important;
  }
  .our-story .aboutus-slide-story .img-item:nth-child(3) .file-download {
    right: 2px;
  }
  .our-story .aboutus-slide-story .img-item .mob-wid {
    height: 226px;
  }
  .vision-mission {
    padding: 0px 0px 80px;
  }
  .vision-mission .vision img {
    top: -12%;
    /* right: 0; */
    left: 50%;
    width: 13%;
  }
  .vision-mission .vision .para {
    margin-bottom: 50px;
  }
  .vision-mission .mission img {
    top: -16%;
    /* right: 0; */
    left: 43%;
    width: 16%;
  }
  .our-speciality .space--70 {
    margin-bottom: 40px;
  }
  .our-speciality .ideas-box h2 {
    line-height: 58px;
  }
  .service-tools .service-box .card-body {
    padding: 20px;
  }
  .service-tools .service-box .card-body h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .contact-form {
    padding: 100px 0px;
  }
  .contact-form:before {
    width: 100%;
    height: 80%;
  }
  .contact-form .row-50 {
    justify-content: center !important;
  }
  .enquiry-form-sec {
    padding: 100px 0px 0px;
  }
  .enquiry-form-sec form {
    position: inherit;
  }
  .enquiry-form-sec .res-enquiry-img img {
    width: 100%;
  }
  .service-tools .service-box .w-100 {
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .row-30 {
    row-gap: 30px;
  }
  .home-our-services .slick-initialized .slick-slide {
    display: block;
  }
  .home-our-services {
    padding: 100px 0px 50px;
  }
  footer .cpy-rht .d-flex {
    flex-wrap: wrap;
    gap: 12px;
  }
  footer .mt-40 {
    margin-top: 40px;
  }
  .mob-menu header nav {
    padding: 0px 30px;
    background-color: #ffffff;
    z-index: 999;
  }
  .mob-menu header nav ul li .dropdown-menu.show {
    flex-wrap: wrap;
    width: 100%;
  }
  .mob-menu header nav ul li .dropdown-menu.show ul {
    width: 100%;
    border: none;
  }
  .mob-menu header nav ul li .dropdown-menu.show ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  .mob-menu header nav ul li .dropdown-menu.show ul li:hover {
    background: transparent;
  }
  .mob-menu header nav ul li .dropdown-menu.show ul li::before {
    right: 0;
  }
  .mob-menu header nav .nav-menu {
    padding: 80px 30px 50px;
  }
  header .tap-bar {
    display: none;
  }
  header nav {
    padding: 0px 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  header nav .logo {
    position: static;
  }
  header nav .logo img {
    width: 65px;
  }
  .home-main .scroll-down {
    display: none;
  }
  .home-main h1 {
    font-size: 50px;
    line-height: 65px;
  }
  .about-main p br {
    display: none;
  }
  .our-teams .team-sec .img-hover::before {
    width: 257px;
    height: 257px;
    left: -13px;
    top: -12px;
  }
  .vision-mission .vision img {
    top: 0%;
    /* right: 0; */
    left: 67%;
  }
  .vision-mission .mission img {
    top: -4%;
    /* right: 0; */
    left: 57%;
  }
  .contact-details .space--30 {
    margin-bottom: 20px;
  }
  .enquiry-form-sec .space--60 {
    margin-bottom: 0px;
  }
  .enquiry-form-sec form {
    position: relative;
    top: 4%;
    left: 0;
  }
  .our-partner h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .home-our-services .ourservice-slider .our-slider-item .pos-content {
    position: absolute;
    left: 25px;
    bottom: 25px;
  }
  .home-our-services .ourservice-slider .our-slider-item .pos-content h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
  }
  .home-our-services .slick-initialized .slick-slide {
    padding: 0px 15px 0px 0px;
  }
}
@media only screen and (max-width: 640px) {
  .top-heading-small {
    margin-bottom: 10px;
  }
  .row-30 {
    row-gap: 30px;
  }
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
  h1 {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  .text-black {
    font-size: 14px;
    line-height: 20px;
  }
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  body {
    font-size: 14px;
    line-height: 23px;
  }
  .btn-danger {
    padding: 12px 20px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .home-main .hero-slider-item .banner {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-main .hero-slider-item .cus-padd {
    padding: 0px 20px;
  }
  .home-main .slick-dots {
    left: 8%;
  }
  .home-about-insdustries {
    padding: 50px 20px;
  }
  .home-about-insdustries:before {
    width: 100%;
    height: 82%;
  }
  .home-about-insdustries .years-exp .exp-board {
    padding: 30px;
    width: 60%;
    top: 57.3%;
    right: 0;
    transform: translate(0%, -46%);
  }
  .home-about-insdustries .years-exp .exp-board h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .home-about-insdustries .years-exp .exp-board p {
    font-size: 14px;
    line-height: 20px;
  }
  .home-about-insdustries .font-18 {
    font-size: 15px;
    line-height: 22px;
  }
  .home-about-insdustries p {
    font-size: 14px;
    line-height: 20px;
  }
  .home-about-insdustries ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .home-our-services {
    padding: 50px 20px;
  }
  .home-our-services .slick-initialized .slick-slide {
    padding: 0px 10px;
  }
  .home-our-services .space--30 {
    margin-bottom: 20px;
  }
  .home-our-services .space--50 {
    margin-bottom: 25px;
  }
  .home-our-services .ourservice-slider .slick-dots {
    width: 100%;
    right: 0;
    bottom: -42px;
    top: inherit;
  }
  .home-our-services .ourservice-slider .our-slider-item .pos-content {
    left: 30px;
    bottom: 30px;
  }
  .home-our-services .ourservice-slider .our-slider-item .pos-content h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 27px;
  }
  .home-our-services .ourservice-slider .our-slider-item .pos-content h3 br {
    display: none;
  }
  .home-what-we-do {
    padding: 50px 20px;
  }
  .home-what-we-do .space--40 {
    margin-bottom: 25px;
  }
  .industry-factory .industrial-play {
    width: 120px;
  }
  .industry-factory .ply-circle {
    width: 100%;
  }
  .industry-factory .text-rounded {
    left: 10%;
    top: 10%;
    width: 80%;
  }
  .industry-factory img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .client-testimonial {
    padding: 50px 20px 30px;
  }
  .client-testimonial .testi-slider {
    margin-bottom: 0px;
  }
  .client-testimonial .testi-slider h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .client-testimonial .testi-slider .slick-dots {
    bottom: -20%;
  }
  .home-faq {
    padding: 40px 20px 50px;
  }
  .home-faq .faq-qestions {
    padding: 0;
    background-color: transparent;
  }
  .home-faq .faq-qestions .accordion .accordion-item {
    background-color: #F7F7F7;
  }
  .home-faq .faq-qestions .accordion .accordion-item .accordion-button {
    font-size: 15px;
    line-height: 23px;
  }
  .home-faq .faq-qestions .accordion .accordion-item .accordion-button:not(.collapsed) {
    padding: 20px 0px 10px 27px;
  }
  .home-faq .faq-qestions .accordion .accordion-item .accordion-button.collapsed {
    padding: 20px 0px 20px 20px;
  }
  .home-faq .faq-qestions .accordion .accordion-item .accordion-button.collapsed::after {
    top: 25px;
  }
  .home-faq .accordion .accordion-item .accordion-button.collapsed {
    background-color: #F7F7F7;
  }
  .our-partner {
    padding: 50px 20px;
  }
  .our-partner h2 {
    font-size: 20px;
    line-height: 26px;
  }
  footer {
    padding: 50px 20px 30px;
  }
  footer h2 {
    font-size: 26px;
    line-height: 32px;
  }
  footer .colm-g-60 {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  footer .main-footer ul h5 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
  }
  footer .main-footer ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  footer .main-footer ul li:nth-last-child(1) {
    margin-bottom: 0px;
  }
  footer .main-footer .second-service {
    margin-top: 10px;
  }
  .about-main {
    padding: 90px 20px;
    background-image: url(../images/banner/about-banner-mob.png) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
  }
  .about-main::before {
    height: 100%;
  }
  .our-story {
    padding: 50px 20px;
  }
  .our-story .space--100 {
    row-gap: 15px;
  }
  .our-story .story-img {
    display: none;
  }
  .our-story .aboutus-slide-story {
    flex-direction: column;
    row-gap: 30px;
    padding-left: 0px;
    width: 100%;
    overflow-x: hidden;
  }
  .our-story .aboutus-slide-story .mob-wid {
    width: 325px !important;
    height: 215px;
  }
  .our-story .aboutus-slide-story .img-item {
    width: 100% !important;
  }
  .our-story .aboutus-slide-story .img-item:nth-child(3) .content {
    top: 30px;
    left: 30px;
  }
  .our-story .aboutus-slide-story .img-item:nth-child(3) .file-download {
    width: 35%;
    right: 34px;
  }
  .our-story .aboutus-slide-story .img-item h2 {
    font-size: 70px;
    line-height: 76px;
  }
  .vision-mission {
    padding: 0px 20px 50px;
  }
  .vision-mission .font-50 {
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 15px;
  }
  .vision-mission .vision .para, .vision-mission .mission .para {
    margin-bottom: 20px;
  }
  .vision-mission .vision img, .vision-mission .mission img {
    display: none;
  }
  .our-speciality {
    padding: 50px 20px;
  }
  .our-speciality .ideas-box {
    flex-direction: column;
    gap: 0px;
  }
  .our-speciality .ideas-box .space--15 {
    margin-bottom: 5px;
  }
  .our-speciality .ideas-box h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .our-speciality .ideas-box h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .our-speciality .space--70 {
    margin-bottom: 25px;
  }
  .our-speciality .row-50 {
    row-gap: 30px;
  }
  .our-teams {
    padding: 50px 20px;
  }
  .our-teams .slick-dots {
    bottom: -50px;
  }
  .our-teams .space--80 {
    margin-bottom: 30px;
  }
  .our-teams .team-sec .img-hover::before {
    width: 303px;
    height: 303px;
  }
  .service-main {
    background: url(../images/banner/service-banner-mob.png) no-repeat !important;
    background-size: cover !important;
  }
  .service-tools {
    padding: 50px 20px 50px;
  }
  .service-tools .service-box .w-100 {
    width: 100%;
    height: 200px;
  }
  .service-tools .service-box .card-body {
    padding: 25px;
  }
  .service-tools .service-box .card-body .space--30 {
    margin-bottom: 20px;
  }
  .service-tools .space--40 {
    margin-bottom: 25px;
  }
  .service-testimonial {
    padding: 50px 20px 90px;
  }
  .service-testimonial .slick-dots {
    bottom: -13% !important;
  }
  .contact-main {
    background: url(../images/banner/contact-banner-mob.png) no-repeat !important;
    background-size: cover !important;
  }
  .contact-details {
    padding: 50px 20px;
  }
  .contact-details a {
    font-size: 18px;
  }
  .contact-form {
    padding: 50px 20px;
  }
  .contact-form .contact-map {
    height: 400px;
  }
  .contact-form .space--50 {
    margin-bottom: 25px;
  }
  .contact-form form label {
    font-size: 14px;
    line-height: 20px;
  }
  .enquiry-main {
    background: url(../images/banner/enquiry-banner-mob.png) no-repeat !important;
  }
  .enquiry-form-sec {
    padding: 50px 0px 0px;
  }
  .enquiry-form-sec .res-padd {
    padding: 0px 20px 0px;
  }
  .enquiry-form-sec form {
    position: relative;
    top: 25px;
    left: 0;
    padding: 40px 20px;
  }
  .enquiry-form-sec form .form-select {
    font-size: 14px;
    line-height: 20px;
  }
  .error-main img {
    width: 184px;
    height: 98px;
  }
  .error-main h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .error-main .space--40 {
    margin-bottom: 30px;
  }
  .mindzchatmodal {
    right: 8px;
  }
  .mindzchatwhatsappgreenbg {
    bottom: 20px;
  }
  .mindzchatmodal {
    bottom: 70px;
    max-width: 340px;
    right: 20px;
  }
  .slick-vertical .slick-slide {
    height: 220px;
  }
  .our-story .aboutus-slide-story .img-item:nth-child(3) .content {
    width: 60%;
  }
}
@media only screen and (max-width: 1600px) {
  .home-main .hero-slider-item {
    padding: 112px 0px;
  }
  .our-story .aboutus-slide-story {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .our-story .aboutus-slide-story .img-item {
    width: 35%;
  }
  .our-story .aboutus-slide-story .img-item:nth-child(3) .content {
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .our-story .aboutus-slide-story .img-item .file-download {
    width: 35%;
  }
  .our-story .aboutus-slide-story .mob-wid {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .home-main .btn-danger {
    padding: 15px 17px;
  }
  .home-our-services .ourservice-slider .w-100 {
    width: 95% !important;
  }
  .home-our-services .ourservice-slider .our-slider-item:before {
    width: 95%;
  }
  .contact-form:before {
    height: 96%;
  }
  .our-story .aboutus-slide-story .img-item:nth-child(3) .content {
    top: 15px;
  }
  .our-story .aboutus-slide-story .img-item:nth-child(3) .content h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .our-story .aboutus-slide-story .img-item:nth-child(3) .content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .our-speciality h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .home-our-services .service-img {
    position: absolute;
    right: 4px;
    top: 13px;
    width: 9%;
  }
  .our-story .aboutus-slide-story .img-item:nth-child(3) .content {
    top: 45px;
    width: 80%;
  }
}
/* Rajesh Kanna 12-03-2025 */
.carousel-indicators [data-bs-target] {
  border: 0px solid transparent !important;
  border-radius: 50px;
  width: 10px !important;
  height: 10px !important;
}/*# sourceMappingURL=style.css.map */