* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}

.header-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
}
.station{
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
}
.header-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* padding-top: 19px; */
}

.header-logo h1 {
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  line-height: 45px;
}

.gst {

  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;

}

.header-logo {
  color: #008b99;
}

.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 14px;
}

.header-nav ul li a {
  text-decoration: none;
  color: #000;
}

.header-nav ul li a.active {
  color: #008b99;
}

.header-nav ul li a:hover:not(.active) {
  color: #008b99;
}

.side-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 16px;
}

.side-btn a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #008b99;
  background: #008b99;
  padding: 10px 15px;
  border-radius: 3px;
  margin-right: 0px;
  font-size: 14px;
  font-weight: 600;
}
.ll{
    margin-right: 6px !important;
}
.side-btn a:hover {
  background-color: #000;
}

.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: #008b99;
  font-size: 35px;
}

.side-nav ul li .call span {
  display: block;
  margin-bottom: 2px;
  color: #008b99;
}

.side-nav ul li .call a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.side-nav ul li .call a:hover {
  color: #008b99;
}

.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: #008b99;
}

.side-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 0px;
}
.call {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}

.call .phone-icon i {
  font-size: 30px;
  margin: 0 11px;
}

.side-nav .call-text h6 {
  font-size: 16px;
  margin: 0;
  color: #008b99;
}


.side-nav .call-text a {
  text-decoration: none;
  color: #000;
}

.side-nav .call-text a:hover {
  color: #008b99;
}

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: 15px;
  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: 783px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.banner-1 img {
  position: absolute;
  top: 0;
  right: 0;
}

.banner-1 .banner-text {
  position: relative;
  top: 239px;
  z-index: 1;
  left: 30px;
  width: 100%;
  max-width: 800px;
  margin: auto;
  color: #ffffff;
  text-align: center;
}

.banner-1::after {
  position: absolute;
  content: '';
  background-color: #0000004a;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-text h1 {
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 25px;
  color: #fff;
}

.banner-text p {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.8;
}

.banner-text a {
  border: 1px solid;
  padding: 11px 25px;
  text-decoration: none;
  background: #008b99;
  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;
  margin-bottom: 30px;
  display: flex;
  justify-content: start;
}

.feature-icon .icon {
  position: relative;
  width: 200px;
  display: inline-block;
}

.feature-icon .icon i {
  display: inline-block;
  color: #008b99;
  font-size: 40px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 9;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  color: #008b99;

}

.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: #008b9938;
  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: 15px;
  line-height: 1.8;
}


.about-area {
  max-width: 100%;
  margin-left: 0;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-img {
  /* margin-bottom: 70px; */
  position: relative;
}

.about-img img {
  border-radius: 0px 55px;
  position: relative;
  max-width: 100%;
  border: 1px solid #008b99;
}

.about-area .year {
  background-color: #ffffff;
  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: #008b99;
  border-radius: 0 45px;
  z-index: -1;
  background-color: #008b99;
}

.about-area .about-content {
  padding-top: 30px;
}

.about-area .year h2 {
  font-weight: 700;
  font-size: 100px;
  color: #008b99;
  margin-bottom: 0;
  color: #008b99;
}

.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: #008b99;
  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: #008b99;
  border-bottom: 2px solid #008b99;
}


.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: #008b99;
  border-bottom: 2px solid #008b99;
}

.about-content p {
  color: #555555;
  margin-bottom: 10px;
  margin-top: 0px;
}

.about-content .section-title {
  margin-bottom: 10px;
}

.about_page {
  margin-top: 40px;
}

.about-content .btn a {
  border: 1px solid #008b99;
  padding: 11px 25px;
  text-decoration: none;
  background: #008b99;
  color: white;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.about-content .btn a:hover {
  background-color: #000;
}

.service-area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
}

.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;
}

.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: 20px 22px 25px;
  max-height: 300px;
  min-height: 300px;
}

.blog-bottom h3 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}

.blog-bottom p {
  margin-bottom: 30px;
  line-height: 26px;
  text-align: justify;
  color: #555555;
}

.blog-bottom a {
  border: 1px solid #008b99;
  padding: 11px 25px;
  text-decoration: none;
  background: #008b99;
  color: white;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.blog-bottom a:hover {
  background-color: #000;
}

.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 #008b9938;
  padding: 15px 11px;
  border-radius: 54%;
  background: #008b9938;
}

.work-left ul li i:hover {
  background-color: #008b99;
  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: 15px;
  line-height: 1.8;
}

.work-right {
  margin-bottom: 30px;
  margin-top: 91px;
  padding: 20px 30px;
  background-color: #008b99;
}

.work-right h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}

.work-right p {
  font-weight: 600;
  font-size: 15px;
  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: 40px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  background-color: #fff;
  padding-left: 15px;
  font-size: 15px;
}

.work-right .cmn-btn {
  pointer-events: all;
  cursor: pointer;
  width: 100%;
  border-radius: 0;
  display: block;
  margin-top: 20px;
  -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: #ffffff;
  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: #008b99;
  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: 15px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 0;
  margin-bottom: 15px;
  color: #ffffff;
}


.copyright-area {
  border-top: 1px solid #313131;
  padding-top: 25px;
  padding-bottom: 25px;
  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: 15px;
}

.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: 54px;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

#btntop {
  background: #008b99;
  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: #008b99;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}

.navbar-cstm .navbar-toggler {
  background: #fff;
  border: 1px solid #008b99;

}

.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: #008b99;
  font-size: 40px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 9;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  color: #008b99;
  width: 41px;
}



.feature-icon .icon::before {
  content: " ";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0px;
  border-radius: 50%;
  background-color: #008b9938;
  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;
}

.Industry .heading {
  max-width: 895px;
  margin: auto;
  text-align: center;
}

.Industry .heading .section-title span {
  font-size: 14px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 0px;
}

.Industry .heading h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.Industry .heading p {
  padding: 0 20px 20px;
  font-size: 16px;
  text-transform: none;
  color: #757f90;
}

.Industry {
  position: relative;
  padding-bottom: 75px;
}

.industrial_sec .card {
  background-color: #f1f1f1;
  padding: 50px 20px;
  border-radius: 10px;
  border-bottom: 5px inset #008b99;
  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: 15px;
  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: #008b99;
}

.contact-page .work-right {
  margin-bottom: 30px;
  margin-top: 69px;
  padding: 35px 30px;
  background-color: #008b99;
}

.flip-men {
  margin-top: 50px;
  margin-bottom: 50px;
}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 200px;
  margin: 6px;
  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: #008b99;
  color: #fff;
  padding-top: 54px;
}

.flip-box-front h2 {
  font-size: 22px;
}

.flip-box-back {
  background-color: #008b99;
  color: #fff;
  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: 8px;
  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;
}


.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area.two {
  border-bottom: 1px solid #f5f5f5;
}

.banner-item {
  height: 783px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.banner-item.two img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1290px;
  height: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.banner-item.two .banner-text {
  max-width: 660px;
}

.banner-item .banner-text {
  position: relative;
  max-width: 725px;
  margin-top: 0;
}

.banner-item .banner-text h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 25px;
}

.banner-item.two h1 {
  color: #000000;
}

.banner-item .banner-text p {
  margin-bottom: 35px;
  color: #ffffff;
  font-size: 18px;
}

.banner-item.two p {
  color: #000000;
}

.banner-area .cmn-btn {
  display: inline-block;
  color: #ffffff;
  background-color: #008b99;
  padding: 12px 35px 10px;
  border-radius: 3px;
}

.banner-area .cmn-btn:hover {
  color: #ffffff;
  background-color: #000000;
}

.banner-area .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 40px;
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.banner-area.two .owl-theme .owl-nav.disabled+.owl-dots {
  left: auto;
  right: 100px;
}

.banner-area .owl-theme .owl-dots .owl-dot.active span {
  background: #008b99;
}

.banner-area .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 5px 7px;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
  border: 1px solid #008b99;
}

.banner-area .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 5px 7px;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
  border: 1px solid #008b99;
}

.banner-area .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #008b99;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.banner-area .owl-theme .owl-dots .owl-dot.active span:before {
  background-color: #ffffff;
}

.banner-area .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #008b99;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


.branch_box {
  min-height: 150px;
  width: 100%;
  margin-top: 15px;
  padding: 10px;
}

.ftp {
  margin-left: 103px;
}

.ftp h3 {
  color: #06163a;
  line-height: 1.2;
  font-size: 21px;
  margin-bottom: 15px;
}

h5.h5-md {
  font-size: 1rem;
}

.track_sec {
  padding: 30px 0;
}

/* .track_sec .track_form {
  background-color: #008b99;
  width: 100%;
  box-shadow: 0px 4px 12px rgb(0 0 0 / 16%);
  border-radius: 15px;
  margin: auto;
}

.track_sec .track_form h6 {
  text-align: center;
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}

.track_sec .form_wrap {
  width: 600px;
  height: auto;
  margin: auto;
  padding: 0 0 20px;
}

.track_form form {
  display: flex;
  justify-content: center;
}

.track_form .form-control {
  padding: 10px 10px;
  height: 45px;
}

.track_form .track_btn {
  font-size: 15px;
  font-weight: 700;
  margin-left: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: transparent;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  width: 130px;
  height: 45px;
}

.track_form .track_btn:hover {
  color: #008b99;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.our_branch {
  position: relative;
  background-color: #F9F9F9;
  padding: 50px 0;
}
.our_branch .heading {
  max-width: 895px;
  margin: auto;
  text-align: center;
}
.our_branch .heading h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 40px;
}
.branches {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px 20px;
  margin-bottom: 30px;
  max-height: 370px;
    min-height: 370px;
}
.icon_wrap {
  margin-bottom: 20px;
  color: #008b99;
  border-color: #008b99;
  font-size: 50px;
  text-align: center;
}
.branch_content {
  text-align: center;
}
.branch_content h5 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
}
.branch_content p {
  font-size: 15px;
  margin-bottom: 0px;
  margin-top: 0;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.6em;
}
.about_btn {
  color: #ffffff;
  background-color: #008b99;
  border: 2px solid #008b99;
  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;
}
.about_btn:hover{
  background: transparent;
  color: #008b99;
}

.about_page .about-content p {
  color: #555555;
  margin-bottom: 10px;
  margin-top: 20px;
}


.top_bar{
  background: #008b99;
  padding: 5px 0;
}
.contact_de{
  text-align: end;
}
.contact_de ul li a{
  color: #ffffff;
  font-size: 13px;
}
.contact_de ul{
  list-style: none;
  margin: 0;
}
.contact_de ul li{
  display: inline-block;
  margin-left: 8px;
} */
.track_sec .track_form {
  /* background-color: #008b99; */
  width: 100%;
  box-shadow: 0px 4px 12px rgb(0 0 0 / 16%);
  border-radius: 15px;
  margin: auto;
  padding: 15px;
}

.track_sec .track_form h2 {
  text-align: center;
  margin: 0;
  /* padding: 15px 0; */
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
}

.form_wrap img {
  width: 45px;
  margin-right: 16px;
}

.track_sec .form_wrap {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.track_form form {
  display: inline-flex;
  /* justify-content: center; */
  margin-left: 30px;
}

.track_form .form-control {
  padding: 10px 10px;
  height: 45px;
  display: block;
  width: 300px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px 0px 0px 5px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.track_form .track_btn {
  font-size: 15px;
  font-weight: 700;
  /* margin-left: 20px; */
  text-transform: uppercase;
  padding: 10px 30px;
  letter-spacing: 2px;
  /* position: absolute; */
  color: #ffffff;
  background-color: #008b99;
  border-style: solid;
  border-width: 2px;
  border-color: #008b99;
  border-radius: 0px 5px 5px 0px;
  height: 45px;
}

.track_form .track_btn:hover {
  color: #008b99;
  background-color: transparent;
  border-color: #008b99;
}

.our_branch {
  position: relative;
  background-color: #F9F9F9;
  padding: 50px 0;
}

.our_branch .heading {
  max-width: 895px;
  margin: auto;
  text-align: center;
}

.our_branch .heading h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 40px;
}

.branches {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px 20px;
  margin-bottom: 30px;
  max-height: 390px;
  min-height: 390px;
}

.icon_wrap {
  margin-bottom: 20px;
  color: #008b99;
  border-color: #008b99;
  font-size: 50px;
  text-align: center;
}

.branch_content {
  text-align: center;
}

.branch_content h5 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
}
.branch_content h5 span{
  font-weight: normal;
}
.branch_content p {
  font-size: 15px;
  margin-bottom: 0px;
  margin-top: 0;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.6em;
}

.about_btn {
  color: #ffffff;
  background-color: #008b99;
  border: 2px solid #008b99;
  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;
}

.about_btn:hover {
  background: transparent;
  color: #008b99;
}

.about_page .about-content p {
  color: #555555;
  margin-bottom: 10px;
  margin-top: 20px;
}


.top_bar {
  background: #008b99;
  padding: 5px 0;
}

.contact_de {
  text-align: end;
}

.contact_de ul li a {
  color: #ffffff;
  font-size: 13px;
}

.contact_de ul {
  list-style: none;
  margin: 0;
}

.contact_de ul li {
  display: inline-block;
  margin-left: 8px;
}

/* .banner-slider.owl-carousel .owl-item {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
} */




/* Slider wrapper */
.slider {
  max-width: 100%;
    margin: 0 auto 100px;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
}
.slider__item {
  display: inline-block;
}


.slider .slick-dots {
  margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 40px;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
}

.slider .slick-dots {
  left: auto;
  right: 100px;
}

.slick-dots .slick-active button {
  background: #008b99;
}

.slick-dots li button {
  width: 16px;
  height: 16px;
  margin: 5px 7px;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
  border: 1px solid #008b99;
}
.slick-dots li.slick-active button:before{
  opacity: 1;
  color: #ffffff;
  background-color: #ffffff;
}

.slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #008b99;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
@media(max-width:425px) {
    .station{
      height: 250px;
      margin-bottom: 30px;
    }
}