* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}

.navbar {
  background: #fff;
  padding: 10px 50px;
  border-bottom: 1px solid #f1f1f1;
}

.logo {
  width: 120px;
}

.navbar-brand {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  color: #973c41 !important;
  padding: 0;
}
a{
  color: #000;
  text-decoration: none;
}
a:hover{
  color: #973c41;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #973c41;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #973c41;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.header-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.header-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* padding-top: 19px; */
}

.header-logo h1 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}

.header-logo {
  color: #00a859;
}

.header-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.header-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: end;
  align-items: center;
  height: 100%;
}

.header-nav ul li {
  display: inline-block;
  padding: 10px 20px;
}

.header-nav ul li a {
  text-decoration: none;
  color: #000;
}

.header-nav ul li a.active {
  color: #00a859;
}

.header-nav ul li a:hover:not(.active) {
  color: #00a859;
}

.side-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 16px;
}

.side-btn a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #973c41;
  background: #973c41;
  padding: 10px 15px;
  border-radius: 3px;
  margin-right: 6px;
  font-size: 14px;
  font-weight: 600;
}
/* branch_wrap head_office jaipur-branch */

.side-btn a:hover {
  background-color: transparent;
  color: #973c41;
}

.side-nav ul li .call {
  position: relative;
  padding-left: 42px;
  margin-right: 25px;
}

.side-nav ul li .call i {
  position: absolute;
  top: 8px;
  left: 0;
  color: var(--green-color);
  font-size: 35px;
}

.side-nav ul li .call span {
  display: block;
  margin-bottom: 2px;
  color: #00a859;
}

.side-nav ul li .call a {
  display: block;
  color: var(--white-color);
  text-decoration: none;
}

.side-nav ul li .call a:hover {
  color: #00a859;
}

.side-nav ul li a,
.dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
}

.side-nav ul li a:hover,
.dropdown:hover .dropbtn {
  color: #00a859;
}

.side-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0px;
}

.call {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}

.about_sec {
  padding-top: 50px;
}

.call .phone-icon i {
  font-size: 30px;
  margin: 0 11px;
}

.side-nav .call-text h6 {
  font-size: 16px;
  margin: 0;
  color: #00a859;
}


.side-nav .call-text a {
  text-decoration: none;
  color: #000;
}

.side-nav .call-text a:hover {
  color: #00a859;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  border-radius: 3px;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
}

.dropdown-content ul li a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 9px 15px;
  margin: 0;
  display: block;
  color: #ffffff;
}

.dropdown-content li.sub-dropdown a {
  color: #fff;
  padding: 6px 19px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* .dropdown-content a:hover {background-color: #f1f1f1;} */

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content ul {
  display: block;
}

.dropdown-content ul li {
  padding: 0;
  margin: 5px 0;
  width: 100%;
  border-bottom: dotted;
}

.sub-dropdown {
  position: relative;
}

.dropdown-content-sub {
  display: none;
  position: absolute;
  background-color: #000;
  border-radius: 3px;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
  left: 100%;
  top: 0;
}

.dropdown-content-sub ul {
  display: block;
}

.sub-dropdown:hover .dropdown-content-sub {
  display: block;
}

.banner {
  background-color: #fff;
  border-bottom: 2px solid #f5f5f5;
}

.banner-1 {
  /* height: 530px; */
  position: relative;
}

.banner-1 img {
  /* position: absolute;
  top: 0;
  right: 0; */
  object-fit: cover;
  object-position: center;
}

.banner-1 .banner-text {
  position: absolute;
  top: 30%;
  z-index: 1;
  left: 0;
  width: 100%;
  right: 0;
  max-width: 800px;
  margin: auto;
  color: #ffffff;
  text-align: center;
}

.banner-1::before {
  position: absolute;
  content: '';
  background-color: #00000072;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-text h1 {
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 50px;
}

.banner-text p {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: normal;
}

.banner-text a {
  border: 1px solid;
  padding: 11px 25px;
  text-decoration: none;
  background: #00a859;
  color: white;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.banner-text a:hover {
  background-color: #000;
}

.feature-area {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.feature-icon {
  position: relative;
  display: flex;
  justify-content: start;
}

.feature-icon .icon {
  position: relative;
  width: 200px;
  display: inline-block;
}

.feature-icon .icon i {
  display: inline-block;
  color: var(--green-color);
  font-size: 40px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 9;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  color: #00a859;

}

.bx-bxs-truck::before {
  content: "\ee2a";

}

.feature-icon .icon::before {
  content: " ";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0px;
  border-radius: 50%;
  background-color: #e9e9e9;
  z-index: 1;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.feature-icon:hover .icon i {
  top: 0;
  left: 0;
}

.feature-icon h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}

.feature-icon p {
  margin-bottom: -5px;
  font-size: 14px;
  line-height: 1.8;
}


.about-area {
  max-width: 100%;
  margin-left: 0;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-img {
  margin-bottom: 0;
  position: relative;
  text-align: center;
}

.about-img img {
  /* border-radius: 0px 55px; */
  position: relative;
  max-width: 100%;
  /* border: 1px solid #00a859; */
}

.about-area .year {
  background-color: var(--white-color);
  width: 195px;
  text-align: center;
  position: absolute;
  padding: 15px 15px 35px;
  border-radius: 0 45px;
  bottom: 45px;
  left: 442px;
  background: #fff;

}

.about-area .year::before {
  position: absolute;
  content: '';
  width: 195px;
  height: 100%;
  right: -15px;
  bottom: -15px;
  background-color: var(--green-color);
  border-radius: 0 45px;
  z-index: -1;
  background-color: #00a859;
}

.about-area .about-content {
  padding: 15px 0;
}

.about-area .year h2 {
  font-weight: 700;
  font-size: 100px;
  color: var(--green-color);
  margin-bottom: 0;
  color: #00a859;
}

.about-area .year span {
  display: block;
  font-weight: 700;
  color: var(--black-color);
  font-family: var(--heading-font);
  margin-top: -12px;
}

.about-content .section-title .sub-title {
  color: #973c41;
  font-weight: 600;
}

.about-content ul {
  list-style: none;
  margin-bottom: 22px;
  display: flex;
  padding: 0;
  padding-top: 20px;
}

.about-content ul li {
  /* padding: 0px 23px; */
  margin-right: 25px
}

.about-content li a.active {
  color: #00a859;
  border-bottom: 2px solid #00a859;
}


.about-content ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  border-bottom: 2px solid #000;
}

.about-content ul li a:hover:not(.active) {
  color: #00a859;
  border-bottom: 2px solid #00a859;
}

.about-content p {
  color: #555555;
  margin-bottom: 50px;
  margin-top: 20px;
}

.about-content .btn_cstm a {
  border: 1px solid #973c41;
  padding: 11px 25px;
  text-decoration: none;
  background: #973c41;
  color: white;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.about-content .btn_cstm a:hover {
  background-color: transparent;
  color: #973c41;
}

.service-area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 45px;
}

.service-area .service-title {
  text-align: center;
}

.service-area .service-title .sub-title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
  color: #757f90;
}

.service-area .service-title h2 {
  font-weight: 600;
  font-size: 40px;
  color: #000;
  margin-bottom: 10px;
}

.blog-box {
  margin-bottom: 30px;
  box-shadow: 0 0 4px 0px #e1dfdfa3;
}

.blog-box .blog-img {
  overflow: hidden;
}

.blog-img a {
  display: block;
}

.blog-img a img {
  width: 100%;
  transition: var(--transition);
  transition: all 0.3s ease;
}

.blog-box:hover .blog-img a img {
  transform: scale(1.1);
}

.blog-box .blog-bottom {
  /* border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb; */
  padding: 16px 10px 20px;
  max-height: 220px;
  min-height: 220px;
}

.blog-bottom h3 {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}

.blog-bottom p {
  margin-bottom: 40px;
  line-height: 1.8;
  color: #555555;
  /* max-width: 345px; */
}

.blog-bottom a {
  border: 1px solid #00a859;
  padding: 11px 25px;
  text-decoration: none;
  background: #00a859;
  color: white;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.blog-bottom a:hover {
  background-color: transparent;
  color: #00a859;
}

.work-area {
  padding-bottom: 70px;
  margin-top: 30px;
}

.work-left {
  margin-bottom: 30px;
}

.work-left h2 {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 25px;
}

.work-left span {
  display: block;
  margin-right: 10px;
  font-size: 14px;
}

.work-left ul {
  margin: 0;
  padding: 0;
}

.work-left ul li {
  list-style-type: none;
  display: block;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd80;
  box-shadow: 0px 0px 20px 0px #dddddd80;
  margin-bottom: 30px;
  padding: 30px 30px 30px 150px;
}

.work-left ul li img {
  position: absolute;
  left: 37px;
  top: 50px;
  border: 1px solid #e9e9e9;
  padding: 15px 11px;
  border-radius: 54%;
  background: #e9e9e9;
}

.work-left ul li i:hover {
  background-color: #00a859;
  color: #fff;
}

.work-left ul li h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.work-left ul li p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.work-right {
  margin-bottom: 30px;
  margin-top: 91px;
  padding: 67px 30px;
  background-color: #973c41;
}

.work-right h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}

.work-right p {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}

.work-right .form-group label {
  margin-bottom: 5px;
  font-size: var(--all-size);
  color: #fff;
}

.work-right .form-group .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  background-color: #fff;
  padding-left: 15px;
  font-size: 14px;
}

.work-right .cmn-btn {
  pointer-events: all;
  cursor: pointer;
  width: 100%;
  border-radius: 0;
  display: block;
  margin-top: 40px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 700;
  background: #1a1a1a;
  color: #fff;
  padding: 12px;
  transition: all 0.3s ease;
}

.work-right .cmn-btn:hover {
  background-color: #fff;
  color: #000;
}

.footer {
  padding-bottom: 50px;
  padding-top: 50px;
  background: #1a1a1a;
}

/* .footer .footer-item {
  margin-bottom: 30px;
} */

.footer .footer-item .footer-logo {
  font-weight: 700;
  font-size: 20px;
  color: var(--white-color);
  position: relative;
  padding-bottom: 5px;
  /* margin-bottom: 30px; */
}

.footer-item .footer-logo h3 {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.footer-item .footer-logo h3::before {
  position: absolute;
  content: '';
  width: 75px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.footer-logo ul {
  margin: 0;
  padding: 0;
}

.footer-logo ul.footer-icon li {
  display: flex;
  justify-content: start;
  align-items: center;
}

.footer-logo ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 14px;
}

.footer-logo ul li a {
  text-decoration: none;
  color: #a3a3a3;
  display: block;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  margin-left: 6px;
}

.footer-logo ul li a:hover {
  color: #fff;
}

.footer-logo ul li i {
  display: inline-block;
  font-size: 20px;
  color: #fff;
}

.footer-logo ul li span {
  display: block;
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 400;
  margin-left: 7px;
}

.footer-logo p {
  line-height: 1.8;
  color: #a3a3a3;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  max-width: 450px;
}

.footer-logo .cmn-btn {
  pointer-events: all;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  -webkit-transition: var(--transition);
  opacity: 1;
  background: #00a859;
  color: #fff;
  margin-top: 24px;
  padding: 15px;
  transition: all 0.3s ease;
}

.footer-logo .cmn-btn:hover {
  background-color: #fff;
  color: #000;
}

.footer-logo .form-control {
  border: 1px solid #a3a3a3;
  height: 50px;
  padding-left: 15px;
  background-color: transparent;
  font-size: 14px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 0;
  margin-bottom: 15px;
  color: var(--white-color);
}


.copyright-area {
  border-top: 1px solid #313131;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #1a1a1a;
}

.copyright-area .copyright-item p {
  margin-bottom: 0;
  color: #f5f5f5;
  font-size: 12px;
}

.copyright-item p a {
  text-decoration: none;
  color: #fff;
}

.copyright-item p a:hover {
  color: #fff;
}

.copyright-item ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

.copyright-item ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 12px;
}

.copyright-area ul li a {
  color: #f5f5f5;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.copyright-item ul li a:hover {
  color: #fff;
}

.up {
  position: fixed;
  bottom: 30px;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

#btntop {
  background: #973c41;
  color: #fff;
  height: 50px;
  position: relative;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 28px;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-right: 28px;
  display: none;
}

#btntop i {
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 0;
  right: 0;
}

#btntop:hover {
  cursor: pointer;
}

.show {
  display: block !important;
}

.navbar-cstm {
  background: #fff;

}

.navbar-cstm .navbar-brand h1 {
  color: #00a859;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}

.navbar-cstm .navbar-toggler {
  background: #fff;
  border: 1px solid #00a859;

}

.navbar-cstm .navbar-nav .nav-link {
  color: #000;
}

.navbar-cstm .btn {
  color: #000;
}

.navbar-cstm a {
  color: #fff;
  text-decoration: none;
}

.navbar-cstm ul li {
  list-style: none;
}

.navbar-cstm ul {
  padding-left: 0;
}

.navbar-cstm .btn {
  padding: 0.375rem 0rem;
}

.navbar-cstm .call {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
}

.navbar-cstm .call .phone-icon i {
  font-size: 30px;
  margin: 0 0px;
  color: #fff;
}

.navbar-cstm .side-nav .call-text h6 {
  color: #db231a;
  padding: 3px;
}

.navbar-cstm .side-nav .call-text a {
  color: #fff;
}

.navbar-cstm .call-text {
  margin-left: 3px;
}

.feature-icon .icon img {
  display: inline-block;
  color: var(--green-color);
  font-size: 40px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 9;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  color: #00a859;
  width: 41px;
}



.feature-icon .icon::before {
  content: " ";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0px;
  border-radius: 50%;
  background-color: #e9e9e9;
  z-index: 1;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.feature-icon:hover .icon img {
  top: 0;
  left: 0;
}

.Industry .Industry-box {
  border: 1px solid #000;
}

.Industry .Industry-box .Industry-text {
  text-align: center;
}

.heading {
  max-width: 850px;
  margin: auto;
  text-align: center;
}

.heading .section-title span {
  font-size: 14px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 0px;
}

.heading h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.heading p {
  padding: 0 20px 20px;
  font-size: 16px;
  text-transform: none;
  color: #757f90;
}

.Industry {
  position: relative;
  padding-bottom: 45px;
  padding-top: 75px;
}

.industrial_sec .card {
  background-color: #f1f1f1;
  padding: 50px 20px;
  border-radius: 10px;
  border-bottom: 5px inset #973c41;
  margin-bottom: 30px;
  min-height: 150px;
  text-align: center;
}

.industrial_sec .card-body {
  padding: 1rem 0;
}

.industrial_sec .card .card-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}

.industrial_sec .card-img-top {
  width: auto;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
}

.service-page .blog-bottom p {
  margin-bottom: 0px;
}

.contact-page .work-left ul li img {
  top: 28px;
}

.contact-page a {
  text-decoration: none;
  color: #00a859;
}

.contact-page .work-right {
  margin-bottom: 30px;
  margin-top: 69px;
  padding: 35px 30px;
  background-color: #00a859;
}

.flip-men {
  margin-top: 50px;
  margin-bottom: 50px;
}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 200px;
  margin: 6px 0;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #00a859;
  color: #fff;
  padding: 0 10px;
  padding-top: 54px;
}

.flip-box-front h2 {
  font-size: 22px;
}

.flip-box-back {
  background-color: #00a859;
  color: #fff;
  padding: 0 10px;
  padding-top: 54px;
  transform: rotateY(180deg);
}

.flip-box-back h2 {
  font-size: 22px;
}

.header-logo a {
  color: inherit;
  text-decoration: none;
}

.banner-page {
  position: relative;
  z-index: 1;
  background-color: #d7d7d7;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
}

.banner-page::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  opacity: 0.4;
  z-index: -1;
}

.banner-page .d-table {
  width: 100%;
  height: 100%;
}

.banner-page .d-table-cell {
  vertical-align: middle;
}

.banner-page .page-title-content {
  text-align: center;
}

.banner-page .page-title-content h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

.banner-page .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
}

.banner-page .page-title-content ul li {
  color: #fff;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  margin-left: 10px;
  margin-right: 10px;
}

.banner-page .page-title-content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
}

.banner-page .page-title-content ul li a {
  display: inline-block;
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-decoration: none;
}

#pageloader {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#pageloader img {
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

#response {
  font-size: 16px;
  color: green;
  border: 1px solid green;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  display: none;
}

#alert {
  font-size: 16px;
  color: Red;
  border: 1px solid Red;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  display: none;
}

/* .service-area .col-md-3{
  padding: 0 10px;
} */

.wa-chat-icon {
  position: fixed;
  bottom: 30px;
  z-index: 9999;
  left: 20px;
}

.testimonial-sec {
  position: relative;
  padding: 60px 0;
  /* background-color: #f7f7f7; */
}

.testi-content {
  padding: 20px 0;
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.testi-content p {
  font-style: italic;
}

.testi-content .author-name {
  font-size: 20px;
  font-style: oblique;
}

.testimonial-sec .owl-theme .owl-dots .owl-dot.active span,
.testimonial-sec .owl-theme .owl-dots .owl-dot:hover span {
  background: #973c41;
}

.testimonial-sec .owl-theme .owl-dots .owl-dot span {
  background: #525050;
}

.contact-page .work-right {
  padding: 20px 30px;
}

.contact-page .work-right p {
  font-size: 16px;
  margin-bottom: 15px;
}

.contact-page .work-right .form-group .form-control {
  height: 45px;
}

.new-logo {
  font-size: 40px;
  color: #973c41;
}

.counter {
  background-color: #F5F5F5;
}

.counter-bg {
  padding: 45px 0;
  text-align: center;
  position: relative;
}

.counter .number {
  font-weight: 500;
  font-size: 45px;
  color: #973c41;
  display: inline-block;
}

.text smap {
  font-size: 50px;
  color: #973c41;
}

.counter .text span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #973c41;
}

.contact_banner {
  background-image: url(../images/bg-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 75px 0px 75px 0px;
  position: relative;
}

.background-overlay {
  background-color: #000000b3;
  opacity: 0.9;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.contact_banner .heading {
  margin-bottom: 0 !important;
  color: #ffffff;
  position: relative;
  max-width: 670px;
  margin: auto;
  text-align: center;
}

.contact_banner .heading h6 {
  color: #ffffff;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

.contact_banner .heading h3 {
  color: #ffffff;
  line-height: 1.5;
  font-size: 36px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.contact_banner .heading h3::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ffffff;
  left: 0;
  bottom: 0;
  right: 0;
  width: 80px;
  margin: auto;
}

.contact_banner .about_btn {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
  font-size: 14px;
  border-radius: 4px;
  padding: 12px 50px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.3s;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

.contact_banner .about_btn:hover {
  transform: translateY(-8px);
}

.contact_banner .heading p {
  color: #ffffff;
}

.branch_list {
  padding: 50px 0;
  background: #f5f5f5;
}

.branch_wrap {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  border-bottom: 4px inset #973c41;
  max-height: 265px;
  min-height: 265px;
  margin-bottom: 25px;
}
/* .head_office{
  max-height: 270px;
  min-height: 270px;
} */
.branch_wrap h4 {
  color: #973c41;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 22px;
  text-transform: uppercase;
}
.branch_wrap .short-line {
  border: 1px solid #973c41;
  width: 40%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.branch_wrap p {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 5px;
}
.get_link {
  text-align: center;
  margin-top: 15px;
}
.get_link a {
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  text-decoration: none;
  color: #000000;
}
.get_link a:hover {
  border: 0;
  color: #973c41;
}
.pages-banner{

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 350px;
  padding: 100px;
  position: relative;
}

.pages-banner .breadcrumb-item a{
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
}
.pages-banner.dark .breadcrumb-item a{
  color: #000;
  text-decoration: none;
  font-size: 20px;
}
.pages-banner .breadcrumb-item a:hover{
  color: #973c41;
}
.pages-banner .breadcrumb-item.active {
  font-size: 20px;
  color: #ffffff;
}
.pages-banner.dark .breadcrumb-item.active {
  font-size: 20px;
  color: #000000;
}
.breadcrumb-item+.breadcrumb-item::before{
  color:#ffffff ;
}
.pages-banner.dark .breadcrumb-item+.breadcrumb-item::before{
  color:#000000 ;
}
.service-img{
  text-align: center;
  /* margin: 40px 0; */
}
.service-txt{
  padding: 0px 20px;
}
.service-boxes{
  margin: 50px 30px 70px;
}
.contact-column{
  margin: auto;
}
.contact-box{
  text-align: center;
  box-shadow: 0 0 10px #07070729;
  padding: 50px 100px;
  border-radius: 30px;
  margin: 30px 0;
}
.contact-box h4{
  color: #973c41;
}
.contact-sec{
  background: #f5f5f7;
  padding: 30px 80px;
}
.contact-box a{
  color: #000;
  text-decoration: none;
  letter-spacing: 0.5px;
}
/* .contact-box:hover{
  box-shadow: 10px 12px 12px #05050573;
} */
.navbar-light .navbar-toggler{
  border-color: transparent;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.service-line{
  align-items: center;
  margin: 20px 0;
}
.pages-banner::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000004d;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner-txt{
  position: absolute;
  z-index: 2;
}
.pages-banner .banner-txt h2{
  color: white;
  text-transform: uppercase;
  font-size: 32px;
}
.pages-banner.dark .banner-txt h2{
  color: rgb(0, 0, 0);
}

.trackk{
  display: flex;
  justify-content: space-evenly;
}

.track_wrap {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  border-bottom: 4px inset #973c41;
  max-height: 265px;
  min-height: 140px;
  margin-bottom: 25px;
}
/* .head_office{
  max-height: 270px;
  min-height: 270px;
} */
.track_wrap h4 {
  color: #973c41;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 22px;
  text-transform: uppercase;
}
.track_wrap a {
    color: #fff;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  /* text-transform: uppercase; */
  border: none;
  background-color: #973c41;
  padding: 4px 10px;
  border-radius: 5px;
}

.customtrack{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

