@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");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,500,600,700,900");
* {
  margin: 0px;
  padding: 0px;
  outline: none;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
}
body {
  font-size: 15px;
  color: #000;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

/** **************** **/

body::-webkit-scrollbar {
  width: 0px;
}

body::-webkit-scrollbar-track {
  background: #dddddd;
}

body::-webkit-scrollbar-thumb {
  background-color: #f7ac31;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

body::-webkit-scrollbar-track {
  background: #ffffff;
}
/** **************** **/
.m0 {
  margin: 0px;
}
.mt0 {
  margin-top: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
/**/
.p0 {
  padding: 0px;
}
.pt0 {
  padding-top: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
/** **************** **/
.container {
  max-width: 1252px;
}
/** **************** **/

.fixed-top,
.header_tp,
.main-nav a,
.main-nav > ul > li {
  position: relative;
}
.banner-mbl,
.main-nav .drop-down ul li:after {
  display: none;
}

.header_tp_dtl ul {
  display: block;
  float: right;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.header_tp_dtl ul > li {
  display: flex;
  padding: 0px 10px 10px 10px;
}

.header_tp_dtl ul li ol li {
  float: left;
  display: flex;
  padding: 0 10px;
}

.header_tp_dtl ul li ol li a {
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.2s linear;
  display: inline-block;
  font-size: 17px;
  color: #959393;
}

.header_tp_dtl ul li:first-child,
.header_tp_dtl ul li:nth-child(2) {
  position: relative;
  top: 2px;
}
.header_tp_dtl ul li:nth-child(3) {
  position: relative;
  top: 0px;
}
.header_tp_dtl ul li:last-child {
  border-right: 0px;
  border-left: 1px solid #ffffff6b;
  margin-left: 5px;
  padding-left: 13px;
  padding-right: 0px;
}

.header_tp_dtl ul li.call_tp img {
  margin-right: 5px;
  width: 22px;
  height: 22px;
  margin-top: 0px;
}

.header_tp_dtl ul li.call_tp a {
  color: #212529;
  font-weight: 500;
  font-size: 15px;
}

.main-nav .drop-down ul li a,
.main-nav a {
  color: #182333;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.menu-icon {
  float: left;
  width: 60px;
  cursor: pointer;
  padding: 10px 0;
}

.menu-icon .bar2 {
  width: 48px;
}

.menu-icon .bar3 {
  width: 60px;
}

.menu-icon:hover .bar1 {
  width: 38px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.menu-icon:hover .bar2 {
  width: 52px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.fixed-top {
  display: block;
  background: #ffb725;
  top: 0;
  /*padding: 4px 0 2px;*/
  box-shadow: 0px 4px 0px rgb(0 0 0 / 20%);
}
.header_tp_dtl {
  position: relative;
}
.header_tp_dtl:after {
  position: absolute;
  content: "";
  top: 53px;
  right: 0px;
  display: block;
  height: 2px;
  width: 70%;
  background: linear-gradient(90deg, #ffffff00, #ffffff59);
}

.header-scrolled .logo {
  margin-top: -10px;
}

.header-scrolled .scrollto img {
  width: 214px;
  height: auto;
  margin-top: 3px;
}

.logo {
  margin-top: -55px;
  margin-left: 10px;
  position: absolute;
}

.header-scrolled {
  position: fixed;
  padding: 7px 0 8px;
  box-shadow: 0px 10px 24px rgb(0 0 0 / 10%);
}

.scrollto img {
  width: 327px;
  height: auto;
}

.main-nav {
  float: right;
}

.main-nav > ul {
  margin: 10px 0;
  display: flex;
}

.main-nav > ul > li {
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: inline-block;
  font-size: 16px;
  padding: 8px 15px;
}

.main-nav .active > a,
.main-nav a:hover,
.main-nav li:hover > a,
.mobile-nav .active > a,
.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #e85d04;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
  border: none;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 220px;
  position: relative;
}

.main-nav .drop-down ul li {
  border-bottom: 1px solid #f4f4f7;
  margin-top: 0;
}

.main-nav .drop-down ul li:last-child {
  border-bottom: 0;
}

.main-nav .drop-down .drop-down > a,
.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down ul li a {
  padding: 7px 8px;
  border-radius: 2px;
  transition: 0.2s linear;
  font-size: 15px;
  text-transform: capitalize;
  width: 100%;
}

.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul li:hover > a {
  color: #fff;
  background-color: #e85d04;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 16px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.mega_wdth {
  width: 50%;
  display: inline-block;
}

.mega_wdth span {
  font-weight: 600;
  display: block;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  padding-left: 6px;
}

.mobile-nav a {
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #416b9d;
  transition: 0.4s;
}

.mobile-nav a {
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: 0 0;
  font-size: 24px;
  transition: 0.4s;
  outline: 0;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  display: none;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.top-head {
  background: #ffb725;
}
.head-social {
  display: flex;
  background: #ffffff36;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 5px 15px;
}
.head-social span:nth-child(1) {
  background: #25d366;
}
.head-social span:nth-child(2) {
  background: #4461a0;
}
.head-social span:nth-child(3) {
  background: #000;
}
.head-social span {
  display: block;
  background: #fff;
  margin: 0 6px;
  border-radius: 50px 50px 50px 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  font-size: 20px;
}
/* .head-social span:hover {
  background: #ed3237;
} */
.head-social span a {
  color: #fff;
}
.get_start {
  background: #e85d04;
  margin-left: 10px;
  position: relative;
  overflow: hidden;
}
.get_start:hover {
  background: #000;
}
.get_start:after {
  content: "";
  width: 25px;
  height: 25px;
  background: #ffb725;
  position: absolute;
  right: -15px;
  bottom: -15px;
  transform: rotate(45deg);
}
.get_start a {
  color: #fff;
  display: block;
  line-height: 23px;
}
.get_start:hover a {
  color: #fff !important;
}

/** **************** **/

#slider {
  margin-right: 0;
  margin-left: 0;
}
#carousel {
  overflow: hidden;
}
#carousel .carousel-control {
  background: none;
  top: 45%;
  font-size: 30px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
}
#carousel .carousel-control-right {
  right: 4%;
}
#carousel .carousel-control-left {
  left: 0;
}
#carousel .carousel-control-right span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
#carousel .carousel-control-left span {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
#carousel:hover .carousel-control-right span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#carousel:hover .carousel-control-left span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#carousel .carousel-control span {
  color: #fff;
  background-color: rgb(50 52 51 / 50%);
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 45px;
  text-align: center;
  position: absolute;
}
#carousel .carousel-control span:hover {
  background-color: #1e1e1e;
}
#carousel .carousel-item .caption {
  background-color: rgb(0 0 0 / 20%);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  z-index: 15;
  padding-left: 0;
  list-style: none;
  bottom: 30px;
  justify-content: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 30px;
  height: 5px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #0009;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
}
.carousel-indicators .active {
  background-color: #e87817;
  border: 1px solid #e87817;
  border: 0px;
}

/** *************** **/

.hm-about {
  padding: 80px 0;
}
.hm-about .row {
  align-items: end;
}
.hm-about-img {
  padding-right: 20px;
}
.hm-about-data {
  padding-left: 20px;
}
.hm-about-data h5 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #252525;
}
.hm-about-data h1 {
  font-size: 42px;
  font-weight: 900;
  color: #252525;
  margin-bottom: 20px;
  margin-top: 5px;
  padding-left: 26px;
  position: relative;
}
.hm-about-data h1:after {
  content: "";
  width: 7px;
  height: 100%;
  background: #e85d04;
  position: absolute;
  top: 0px;
  left: 0;
}
.hm-about-data h1 span {
  color: #ffba08;
}
.hm-about-data p {
  color: #5a5a5a;
  letter-spacing: 0.5px;
  word-spacing: 2px;
  line-height: 28px;
  padding-bottom: 7px;
}
.hm-about-data .btn-theme {
  background: #e85d04;
  border-radius: 0px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 0.5px;
  position: relative;
  padding: 8px 25px 8px 20px;
}
.hm-about-data .btn-theme:hover {
  background: #ffba08;
}
.hm-about-data .btn-theme i {
  padding-left: 5px;
}
.hm-about-data .btn-theme:after {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  position: absolute;
  right: -15px;
  bottom: -15px;
  transform: rotate(45deg);
}

/** *************** **/

.hm-prod {
  background-image: url(https://pai.nomadenstudio.com/aspro/wp-content/uploads/sites/9/2025/03/soft-motion-smooth-backgrounds-vol-02-K82VCW.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
  position: relative;
  background-attachment: fixed;
}
.hm-prod:after {
  content: "";
  background: #03071e;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hm-prod-main h2 {
  font-size: 42px;
  font-weight: 900;
  color: #252525;
  margin-bottom: 20px;
  margin-top: 5px;
  padding-left: 26px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 60%;
  margin: 0 auto 40px;
  display: table;
}
.hm-prod-main h2 span {
  color: #ffba08;
}
.carousel-wrapingg {
  position: relative;
}
.carousel-wrapingg .owl-stage {
  padding-left: 15px !important;
}
.prod-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.prod-slider .owl-nav .owl-prev {
  display: inline-block;
  transform: translate(-25px, 0);
  cursor: pointer;
}
.prod-slider .owl-nav .owl-next {
  display: inline-block;
  transform: translate(25px, 0);
  cursor: pointer;
}
.prod-slider .owl-nav .owl-prev,
.prod-slider .owl-nav .owl-next {
  width: 40px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #0000;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  margin: 0 5px;
  background: #ffffff;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.prod-slider .owl-nav .owl-prev:hover,
.prod-slider .owl-nav .owl-next:hover {
  background: #e87817;
  color: #fff;
}
.prod-slider .prod-wrapper {
  background: #ebebeb;
  padding: 40px 20px;
  text-align: center;
}
.prod-slider .prod-wrapper:after {
  content: "";
  width: 51px;
  height: 100px;
  background: #02041a;
  position: absolute;
  right: -16px;
  bottom: -40px;
  transform: rotate(45deg);
}
.prod-wrapper .btn-theme {
  background: #e85d04;
  border-radius: 0px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 0.5px;
  position: relative;
  padding: 8px 25px 8px 20px;
}
.prod-wrapper .btn-theme:hover {
  background: #ffba08;
}
.prod-wrapper .btn-theme i {
  padding-left: 5px;
}
.prod-wrapper .btn-theme:after {
  content: "";
  width: 25px;
  height: 25px;
  background: #ebebeb;
  position: absolute;
  right: -15px;
  bottom: -15px;
  transform: rotate(45deg);
}
.prod-wrapper h4 {
  font-size: 19px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

/** *************** **/

.hm-count {
  background: #f5f5f5;
  padding: 80px 0;
  position: relative;
}
.hm-count .bg-rolled {
  width: 100%;
  /* float: left; */
  background: url(../images/vendor-bg.png) no-repeat center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.cvtw {
  max-width: 82%;
  width: 100%;
}
.bg-nd-bdr {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 15px 0;
  position: relative;
  z-index: 1;
}
.bg-nd-bdr:before {
  content: "";
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  border-left: 4px solid #e7e8ec;
  border-bottom: 4px solid #e7e8ec;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.bg-nd-bdr:hover:before {
  border-color: #ffba08;
  top: 0;
  right: 70px;
}
.bg-nd-bdr:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 70px;
  left: 0;
  right: 0;
  border-right: 4px solid #e7e8ec;
  border-top: 4px solid #e7e8ec;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.bg-nd-bdr:hover:after {
  border-color: #ffba08;
  bottom: 0;
  left: 70px;
}
.bg-nd-bdr p {
  color: #ffba08;
  font-weight: 700;
  font-size: 38px;
  line-height: 57px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.bg-nd-bdr:hover > p {
  color: #e85d04;
  -webkit-transform: rotateY(360deg) translatez(0);
  -moz-transform: rotateY(360deg) translatez(0);
  -ms-transform: rotateY(360deg) translatez(0);
  -o-transform: rotateY(360deg) translatez(0);
  transform: rotateY(360deg) translatez(0);
}
.bg-nd-bdr h2 {
  font-size: 18px;
  color: #8d8d8d;
  margin-top: 16px;
}
.bg-nd-bdr-icon {
  height: 76px;
  width: 76px;
  position: absolute;
  right: -36px;
  top: 0;
  background: #060c2e;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transform: rotate(45deg);
  overflow: hidden;
  border: 4px solid #e7e8ec;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.cvtw:hover .bg-nd-bdr-icon {
  border: 4px solid #ffba08;
}
.bg-nd-bdr-icon:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: rotate(-45deg);
}
.vctw-vendor:before {
  background: url(../images/experience-icon.svg) no-repeat;
  background-size: 57% 70%;
  background-position: center center;
}
.vctw-vendor2:before {
  background: url(../images/satisfied-clients.svg) no-repeat;
  background-size: 62% 90%;
  background-position: center center;
}
.vctw-vendor3:before {
  background: url(../images/team.svg) no-repeat;
  background-size: 65% 70%;
  background-position: center center;
}
.vctw-vendor4:before {
  background: url(../images/project%20completed.svg) no-repeat;
  background-size: 54% 62%;
  background-position: center center;
}

/** *************** **/

.industry-section {
  padding: 80px 0;
  overflow: hidden;
}
.industry-head h2 {
  font-size: 42px;
  font-weight: 900;
  color: #252525;
  margin-bottom: 20px;
}
.industry-head h2 span {
  color: #ffba08;
}
.industry-section .nav-tabs {
  display: none;
}
.industry-section .nav-tabs li {
  display: block;
  margin: 20px 0 0px 0;
}
.industry-section .nav-tabs .nav-link {
  color: #252525;
  font-size: 23px;
  font-weight: 300;
  background-color: #f3f3f3;
  display: inline-block;
  padding: 8px 20px;
  border: 0;
  border-radius: 50px;
  width: 400px;
  transition: all 0.3s ease-in-out;
}

.industry-section .nav-tabs .nav-link:hover {
  background: #ffffff4d;
}

.industry-section .nav-tabs .nav-link.active {
  color: #fff;
  background: #e85d04;
}
.industry-img {
  position: relative;
  overflow: hidden;
}
.industry-img:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: #fff;
  left: -50px;
  top: -50px;
  transform: rotate(45deg);
}
.industry-img:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: #fff;
  right: -50px;
  bottom: -50px;
  transform: rotate(45deg);
  z-index: 1;
}
.industry-img-overlay {
  background-image: linear-gradient(180deg, #02010100 0%, #03071ee0 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.industry-box {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
}
.industry-box span {
  color: #e85d04;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.industry-box h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 900;
}
.industry-section .card-body {
  padding: 0;
}
.industry-section .fade {
  transform: translate(50px, 0px);
  transition: 0.8s;
}
.industry-section .fade.show {
  transform: translate(0px, 0px);
}
@media (max-width: 1200px) {
  .industry-section .nav-tabs .nav-link {
    width: 380px;
  }
}

@media (max-width: 992px) {
  .industry-section .nav-tabs .nav-link {
    width: 285px;
    font-size: 18px;
    padding: 5px 13px;
  }
}
@media (max-width: 767px) {
  .industry-section .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .industry-section {
    padding: 25px 0;
  }
  .industry-section .card .btn-link {
    color: #b7b9c1;
    background: #314055;
    font-size: 19px;
    font-weight: 600;
    display: block;
    padding: 5px;
    border: 0;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    width: 100%;
  }
  .industry-section .card {
    border: 0;
    margin-bottom: 10px;
  }
  .industry-section .card .card-header {
    padding: 0;
    border-radius: 0;
    border: 0;
  }
  .industry-section .card {
    background: 0 0;
  }
  .industry-section .card button[aria-expanded="true"] {
    background: #fff;
    color: #333b64;
  }
  .industry-section .fade {
    transform: translate(0px, 0px);
  }
}

@media (min-width: 768px) {
  .industry-section .nav-tabs {
    display: inline-block;
    border: 0;
    width: 100%;
  }
  .industry-section .card {
    border: none;
    background: 0 0;
  }
  .industry-section .card .card-header {
    display: none;
  }
  .industry-section .card .collapse {
    display: block;
  }
}

/** *************** **/

.hm-cleint {
  padding: 70px 0;
  border-top: 2px solid #f5f5f5;
}
.hm-cleint-head h2 {
  font-size: 42px;
  font-weight: 900;
  color: #252525;
  position: relative;
}
.hm-cleint-head h2:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e9e9e9;
  right: 0px;
  top: 27px;
  position: absolute;
}
.hm-about-logo {
  /*box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;*/
  /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
  box-shadow: 0px 6px 15px 0px rgb(33 25 106 / 11%);
  padding: 15px;
  margin: 15px 0 15px 0;
  border-radius: 10px;
  /* border: 4px solid rgb(238, 238, 238);*/
  position: relative;
  transition: all 500ms ease;
}
.hm-about-logo:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hm-about-logo:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.hm-about-logo:hover:before {
  opacity: 0.4;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/** *************** **/

footer {
  background-color: #060c2e;
}
.ftr-text h3 {
  font-size: 42px;
  font-weight: 900;
  color: #252525;
  color: #fff;
  padding: 28px 0;
  padding-left: 26px;
  position: relative;
}
.ftr-text h3:after {
  content: "";
  width: 7px;
  height: 100px;
  background: #e85d04;
  position: absolute;
  top: 20px;
  left: 0;
}
.ftr-text h3 span {
  color: #ffba08;
}
.footer-bg {
  background-image: url(https://pai.nomadenstudio.com/aspro/wp-content/uploads/sites/9/2025/03/soft-motion-smooth-backgrounds-vol-02-K82VCW.jpg);
  background-size: cover;
  padding: 40px 0;
}
.footer-logo img {
  padding: 0px 10px;
  background: #ffb725;
}
.footer-logo p {
  letter-spacing: 0.5px;
  word-spacing: 2px;
  line-height: 28px;
  padding-top: 10px;
  color: #d3d3d3;
}
.footer-link h4 {
  color: #fff;
  font-weight: 900;
  margin-bottom: 15px;
}
.footer-link ul li a {
  letter-spacing: 0.5px;
  word-spacing: 2px;
  line-height: 28px;
  color: #d3d3d3;
  display: block;
}

.footer-cont {
  background: #e85d04;
  padding: 30px 0;
  position: relative;
  margin-top: -198px;
}
.mail-list {
  display: flex;
  align-items: flex-start;
  color: #fff;
  padding: 15px;
}
.mail-list img {
  padding-top: 5px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  background: #060c2e;
  padding: 8px;
  border-radius: 50%;
}
.mail-list h5 {
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mail-one a {
  color: #fff;
  font-size: 16px;
}
.mail-one a:hover {
  color: #060c2e;
}
.footer-bord {
  width: 90%;
  margin: 10px auto 25px;
  display: table;
  background: #fff5;
}

.footer-cont .btn-theme {
  background: #060c2e;
  border-radius: 0px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding: 8px 25px 8px 20px;
  margin: 0 auto;
  display: table;
  width: 90%;
}
.footer-cont .btn-theme:hover {
  background: #ffba08;
}
.footer-cont .btn-theme i {
  padding-left: 5px;
}
.footer-cont .btn-theme:after {
  content: "";
  width: 25px;
  height: 25px;
  background: #e85d04;
  position: absolute;
  right: -15px;
  bottom: -15px;
  transform: rotate(45deg);
}
.foot-bottom {
  padding: 15px 0 15px;
  background: #f5f5f5;
}
.foot-btm-head {
  position: relative;
}
.foot-btm-head:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #ffb725;
  top: -20px;
  left: 0;
  z-index: 1;
  border-radius: 5px 5px 0 0;
}
.foot-btm-head p {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
}
.foot-btm-head p a {
  color: #e85d04;
  font-weight: 600;
}
.foot-btm-head p a:hover {
  color: #ff0000;
}

/* ---inner page  */
.page-header {
  background-image: url(../images/breadcurmb-1-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
}
.page-header .page-title {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.breadcrumb-container {
  position: absolute;
  bottom: 0;
  right: 195px;
  width: 100%;
  display: flex;
  justify-content: right;
  z-index: 10;
}
.breadcrumb-pill {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(50%);
}
.home-icon-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ffb725, #ffb725);
  color: #ffffff;
  font-size: 1.5rem;
  text-decoration: none;
  margin-right: 15px;
  transition: transform 0.3s ease;
}

.home-icon-wrapper:hover {
  transform: scale(1.1);
  color: #000;
}

.breadcrumb {
  margin: 0;
  background-color: transparent;
  padding: 0;
  align-items: center;
}

.breadcrumb-item {
  font-size: 1rem;
  font-weight: 600;
}

.breadcrumb-item a {
  color: #555c66;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #ffb725;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #555c66;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .page-header .page-title {
    font-size: 2.5rem;
    text-align: center;
  }

  .breadcrumb-pill {
    padding: 8px;
  }

  .home-icon-wrapper {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    margin-right: 10px;
  }

  .breadcrumb-item {
    font-size: 0.9rem;
  }
}
/* -------- */
.prod-inner-main {
  padding: 80px 0 80px;
}
.prod-dtl h2 {
  font-size: 36px;
  font-weight: 700;
  color: #252525;
  margin-bottom: 20px;
  margin-top: 5px;
  z-index: 1;
  color: #182333;
  position: relative;
}
.prod-dtl p {
  color: #5a5a5a;
  letter-spacing: 0.5px;
  word-spacing: 2px;
  line-height: 28px;
  padding-bottom: 7px;
}

.prod-img img {
  background-color: #fff;
  width: 100%;
  border: 15px solid #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 8px 0px;
}

.prod-dtl h2::before {
  background-image: url(../images/png-cran.png);
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  top: -180px;
  z-index: -1;
  left: -120px;
  content: "";
  position: absolute;
}
.inner-prod-dtl h3 {
  font-size: 25px;
  font-weight: 800;
  color: #3b3b3b;
  margin-bottom: 15px;
  margin-top: 10px;
}
.inner-prod-dtl ul li {
  position: relative;
  padding-left: 25px;
  color: #5a5a5a;
  letter-spacing: 0.5px;
  word-spacing: 2px;
  line-height: 28px;
  padding-bottom: 7px;
}

.inner-prod-dtl ul li::after {
  content: "";
  width: 1px;
  height: 1px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  top: 8px;
  left: 3px;
  box-shadow: 3px 4px 2px 2px rgb(255 255 255 / 60%);
}

.inner-prod-dtl ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: rgb(255 183 37);
  box-shadow: 0px 0px 4px 2px rgb(255 183 37);
  border: 3px solid rgb(255 183 37);
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 8px;
}
.prod-range-wrap ul li {
  margin-bottom: 3px;
}
.prod-range-wrap ul li a.active {
  background: #737373;
  color: #fff;
  border-color: #242424;
}
.prod-range-wrap ul li a {
  background: #f9f9f9;
  display: block;
  border-left: 2px solid #c3c3c3;
  color: #696969;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 22px;
  letter-spacing: 0.5px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.prod-range-wrap ul li:hover a {
  background: #58595b;
  color: #fff;
  border-color: #242424;
}
.prod-range-head span {
  font-size: 21px;
  font-weight: 600;
  color: #3b3b3b;
  /* padding-bottom: 28px; */
  margin-top: 10px;
  /* background-color: #000; */
}
.prod-range-head {
  background-color: #ffb725;
  padding: 5px 20px;
  color: #fff;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.prod-section-table table tbody tr th {
  background: #ffba08;
  color: #fff;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 500;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.prod-section-table table tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
.prod-section-table table tbody td {
  color: #545859;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  line-height: 20px;
}
/* ----------------------- */

.info-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 50px;
}

.info-box {
  flex: 1;
  min-width: 220px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  padding: 30px;
  text-align: center;
  border-radius: 5px;
}

.info-box i {
  font-size: 36px;
  color: #e85d04; /* Orange color */
  margin-bottom: 20px;
}

.info-box h3 {
  font-size: 21px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.info-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #4b4b4b;
}
/* Form and Map Section */
.form-map-section {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.contact-form-wrapper {
  flex: 1;
  min-width: 300px;
  background-color: #f7f7f7;
  padding: 40px;
  border-radius: 5px;
}

.map-wrapper {
  flex: 1;
  min-width: 300px;
  min-height: 550px;
}

.contact-form-wrapper h2 {
  font-size: 28px;
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-form-wrapper form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-form-wrapper form input,
.contact-form-wrapper form textarea,
.contact-form-wrapper form select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  background-color: #fff;
  box-sizing: border-box;
}

.contact-form-wrapper form textarea {
  margin-bottom: 20px;
  resize: vertical;
}

.contact-form-wrapper form button[type="submit"] {
  width: 100%;
  padding: 15px;
  background-color: #e85d04;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form-wrapper form button[type="submit"]:hover {
  background-color: #ffb725;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
}

.recaptcha-placeholder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  border-radius: 4px;
  margin-bottom: 20px;
}

.recaptcha-checkbox-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

#robot-check {
  width: 28px;
  height: 28px;
  margin: 0;
  cursor: pointer;
}

.recaptcha-checkbox-area label {
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.recaptcha-badge {
  text-align: center;
}

.recaptcha-badge img {
  height: 32px;
  width: 32px;
}

.recaptcha-badge p {
  margin: 0;
  line-height: 1.2;
}

.recaptcha-badge .recaptcha-text {
  font-size: 10px;
  color: #888;
}

.recaptcha-badge .recaptcha-links {
  font-size: 8px;
  color: #888;
}

.recaptcha-badge .recaptcha-links a {
  color: #888;
  text-decoration: none;
}

.recaptcha-badge .recaptcha-links a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-form-wrapper form .form-row {
    flex-direction: column;
    gap: 0;
  }
  .contact-form-wrapper form .form-row input:first-child {
    margin-bottom: 20px;
  }
  .map-wrapper {
    min-height: 400px;
  }
}
.contact-section {
  padding: 100px 0;
}
.gallery-section .gallery-head {
  background: #fff;
  padding: 12px 20px;
  margin-bottom: 25px;
  box-shadow: 0 5px 22px 0 rgb(15 53 103 / 5%);
}
.gallery-section {
  padding: 80px 0 80px 0;
}
.inner-img {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 25px;
}
.inner-img a {
  display: block;
  position: relative;
  text-decoration: none;
}
.inner-img a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 2px solid #d2151e;
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.6s ease;
  z-index: 1;
  pointer-events: none;
}
.inner-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
  border: 5px solid #ffffff;
}
.inner-img a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.btm-watsap {
	position: fixed;
	bottom: 13px;
	/*right: 220px;*/
	z-index: 99;
}
.quickcontact input[type=text], [type=email], [type=number] {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 13px;
	margin-top: 8px;
	display: inline-block;
	border: 1px solid #060920;
	box-sizing: border-box;
}
.quickcontact input[type=submit] {
    width:100%;
    max-width:100%;
    background-color: #070b22;
    color:#fff;
    font-weight:500;
    letter-spacing: 0.25px;
    font-size:15px;
    padding:7px;
    border:none;
    border-radius:0px;
    text-transform: uppercase;
    cursor:pointer;
}
.quickcontact input[type=submit]:hover {
    background-color: #ffb725;
    color: #060c2e;
    max-width:100%;
    font-weight: 600;
}
.enquiry_btn {
    width:100%;
    max-width:100%;
    background-color: #e85d04;
    color:#fff;
    font-weight:500;
    letter-spacing:1px;
    font-size:15px;
    padding:7px;
    border:none;
    cursor:pointer;
}
.quickcontact {
    right:0px;
    bottom:0px;
    max-width:100%;
    overflow-x: hidden;
    display:block;
    background-color: #fbfbfb;
}
.max {
    border: #e85d04 thick solid;
    position: fixed;
    width: 210px;
    right: 10px;
    bottom: 10px;
    max-width: 100%;
    background-color: #ffffff;
    padding: 4px;
    z-index: 9999;
}