body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
}

/* Common Css Start */
a,
a:hover,
a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Ubuntu Condensed", sans-serif;
  margin-top: 0;
}

.h1,
h1 {
  font-size: 40px;
  line-height: 50px;
}

.h2,
h2 {
  font-size: 30px;
  line-height: 40px;
}

.h3,
h3 {
  font-size: 20px;
  line-height: 30px;
}

.h4,
h4 {
  font-size: 15px;
  line-height: 20px;
}

section {
  padding: 70px 0;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.position-relative {
  position: relative;
}

.inner-banner {
  padding: 160px 0 25px;
}

.inner-banner p {
  color: #ffffff;
  font-size: 50px;
  margin: 0;
  font-family: "Ubuntu Condensed", sans-serif;
}

/*  FontWeight CSS */
.fontweight300 {
  font-weight: 300 !important;
}

.fontweight400 {
  font-weight: 400 !important;
}

.fontweight500 {
  font-weight: 500 !important;
}

.fontweight600 {
  font-weight: 600 !important;
}

.fontweight700 {
  font-weight: 700 !important;
}

.fontweight800 {
  font-weight: 800 !important;
}

.fontweight900 {
  font-weight: 900 !important;
}

/*  FontWeight CSS */
/*  Background CSS */
.bg-home {
  background-color: #79236a !important;
}

.bg-travel-info {
  background-color: #a81e52 !important;
}

.bg-tender {
  background-color: #c43e44 !important;
}

.bg-gallery {
  background-color: #e54625 !important;
}

.bg-about-us {
  background-color: #564482 !important;
}

.bg-tickets {
  background-color: #3e5c88 !important;
}

.bg-news {
  background-color: #00a197 !important;
  /* Color Blindness Feature */
  min-height:212px;
  /* Color Blindness Feature */
}

.bg-careers {
  background-color: #e1a635 !important;
}

.bg-project {
  background-color: #1b5eac !important;
}

.bg-metro {
  background-color: #007e9e !important;
}

.bg-finance {
  background-color: #00996a !important;
  /* Color Blindness Feature */
  min-height:212px;
  /* Color Blindness Feature */
}

.bg-contactus {
  background-color: #81b050 !important;
}

.bg-testimonial {
  background-color: #c4d1dc !important;
}

.bg-numbers {
  background-color: #48435b !important;
}

.bg-black {
  background-color: #2c3031 !important;
}

/* background CSS End*/
/* Color CSS Start */
.text-white {
  color: #ffffff !important;
}
.text-white-back-purple {
  color: #ffffff !important;
  background: #c961bf !important;
}

.background-white {
  background: white !important;
  border: 5px solid #c961bf;
}

.text-black {
  color: #000000 !important;
}

.text-purple {
  color: #800080 !important;
}

.text-yellow {
  color: yellow !important;
}

.text-number {
  color: #898192 !important;
}

.text-number-yellow {
  color: yellow !important;
}

.text-purple {
  color: #79236a !important;
}

.text-gray {
  color: #aaaaaa !important;
}

.text-grey {
  color: #aaaaaa !important;
}

/* Color CSS End */
/* Padding CSS Start */
.p0,
.p-lg-0 {
  padding: 0 !important;
}

.pt-lg-0,
.py-lg-0 {
  padding-top: 0 !important;
}

.pb-lg-0,
.py-lg-0 {
  padding-bottom: 0 !important;
}

.py-lg-70 {
  padding: 70px 0 !important;
}

.pt-lg-1,
.py-lg-1 {
  padding-top: 0.5em !important;
}

.pt-lg-2,
.py-lg-2 {
  padding-top: 1em !important;
}

.pt-lg-3,
.py-lg-3 {
  padding-top: 1.5em !important;
}

.pt-lg-4,
.py-lg-4 {
  padding-top: 2em !important;
}

.pt-lg-5,
.py-lg-5 {
  padding-top: 2.5em !important;
}

.pb-lg-1,
.py-lg-1 {
  padding-bottom: 0.5em !important;
}

.pb-lg-2,
.py-lg-2 {
  padding-bottom: 1em !important;
}

.pb-lg-3,
.py-lg-3 {
  padding-bottom: 1.5em !important;
}

.pb-lg-4,
.py-lg-4 {
  padding-bottom: 2em !important;
}

.pb-lg-5,
.py-lg-5 {
  padding-bottom: 2.5em !important;
}

/* Padding CSS End */
/* Margin CSS End */
.m-lg-0 {
  margin: 0 !important;
}

.mt-lg-0,
.my-lg-0 {
  margin-top: 0 !important;
}

.mb-lg-0,
.my-lg-0 {
  margin-bottom: 0 !important;
}

.mt-lg-1,
.my-lg-1 {
  margin-top: 0.5em !important;
}

.mt-lg-2,
.my-lg-2 {
  margin-top: 1em !important;
}

.mt-lg-3,
.my-lg-3 {
  margin-top: 1.5em !important;
}

.mt-lg-4,
.my-lg-4 {
  margin-top: 2em !important;
}

.mt-lg-5,
.my-lg-5 {
  margin-top: 2.5em !important;
}

.mb-lg-1,
.my-lg-1 {
  margin-bottom: 0.5em !important;
}

.mb-lg-2,
.my-lg-2 {
  margin-bottom: 1em !important;
}

.mb-lg-3,
.my-lg-3 {
  margin-bottom: 1.5em !important;
}

.mb-lg-4,
.my-lg-4 {
  margin-bottom: 2em !important;
}

.mb-lg-5,
.my-lg-5 {
  margin-bottom: 2.5em !important;
}

/* Margin CSS End */
.block {
  display: block !important;
}

.none {
  display: none !important;
}

.overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.bg-white {
  background-color: #fff !important;
}

.box-shadow {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.ul-list-items {
  padding: 0;
}

.ul-list-items li {
  list-style-type: none;
  margin-bottom: 0.5em;
  position: relative;
}

.ul-list-items li a {
  color: #aaa;
}

.unstyled-list-items {
  padding: 0;
}

.unstyled-list-items li {
  list-style-type: none;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 30px;
}

.unstyled-list-items li:before {
  font-family: FontAwesome;
  content: "\f058";
  font-size: 20px;
  color: #1494db;
  position: absolute;
  left: 0;
  top: 0;
}

.scroll-top {
  position: fixed;
  z-index: 999;
  bottom: 25px;
  right: 15px;
  display: none;
  background-color: #1494db;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #1494db;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.scroll-top .fa {
  font-size: 40px;
  padding: 5px;
  line-height: calc(40px - 10px);
  width: 100%;
  text-align: center;
  height: 100%;
  display: block;
  color: #ffffff;
}

.scroll-top:hover {
  background-color: transparent;
  border-radius: 0;
}

.scroll-top:hover .fa {
  color: #1494db;
}

/* Common Css End */
/* Header Start */
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
  height: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #fff;
}

header .btn_normal {
  background-color: #FFFFFF !important;
  border: none;
  color: #000000;
  padding-top: 5px;
  padding-bottom: 5px;
}

header .btn_black {
  background-color: #000000 !important;
  border: none;
  color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
}

.CustSupport {
  color: #000000;
}

.font-size-changer .font-size-changer-buttons .font-size-up {
  height:40px !important;
  border:none !important;
}

.font-size-changer .font-size-changer-buttons .font-size-down {
  height:40px !important;
  border:none !important;
}

header .header-top {
  border-bottom: 1px solid #79236a;
}

header .header-top ul {
  list-style-type: none;
  text-align: right;
  padding-bottom: 15px;
  margin: 0;
}

header .header-top ul li {
  display: inline;
  margin: 0 0 0 8px;
}

header .header-top ul li a {
  color: #000000;
}

header .header-top ul li a:hover, header .header-top ul li a:focus {
  color: #000000;
}

header .navbar-header {
  position: absolute;
  top: -55px;
}

header .navbar > .container .navbar-brand,
header .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}

header .navbar-default .navbar-nav > li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #79236a;
  color: #fff;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

header .navbar-default .navbar-nav > li:hover:after {
  content: "";
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

header .navbar-default .navbar-nav > li.active:after,
header .navbar-default .navbar-nav > li.open:after {
  content: "";
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  z-index: -1;
}

header .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

header .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

header .navbar-default {
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}

header .navbar-default .navbar-nav > li > a {
  color: #000;
  /*font-size: 16px;*/
  font-size: 13px;
  padding: 15px 11px;
}

header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:focus,
header .navbar-default .navbar-nav > .active > a:hover,
header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:focus,
header .navbar-default .navbar-nav > .open > a:hover,
header .dropdown-menu > li > a:focus,
header .dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #79236a;
}

header .dropdown-submenu {
  position: relative;
}

header .dropdown-submenu .dropdown-menu {
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  margin-top: -1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

header .dropdown-submenu .dropdown-menu a {
  padding: 5px 35px !important;
}

header.float-menu-bg {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

/* Header End */
/* banner Start */
.carousel-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Dots CSS */
  /*.owl-theme .owl-dots .owl-dot {
        position: relative;
        display: block;
        float: left;
        margin: 0 16px;
        width: 16px;
        height: 16px;
        cursor: pointer;
    }
    */
  /* Dot to stroke */
  /* End */
  /*--------------------*/
  /* Circle pop */
  /*--------------------*/
}

.carousel-banner .owl-item {
  overflow: hidden;
}

.carousel-banner .owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.carousel-banner .owl-theme .owl-nav [class*="owl-"]:hover {
  /*background-color: #869791;*/
  color: white;
  text-decoration: none;
}

.carousel-banner .owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.carousel-banner .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  /**display: inline;*/
}

.carousel-banner .owl-theme .owl-dots {
  bottom: 100px;
  position: absolute;
  width: 100%;
}

.carousel-banner .owl-theme .owl-dots .owl-dot {
  cursor: pointer;
  height: 16px;
  margin: 0 16px;
  position: relative;
  width: 16px;
}

.carousel-banner .owl-theme .owl-dots {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel-banner .owl-theme .owl-dots .owl-dot span {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  /* make the text accessible to screen readers */
  cursor: pointer;
  position: absolute;
}

.carousel-banner .owl-theme .owl-dots .owl-dot span:focus {
  outline: none;
}

.carousel-banner .owl-theme .owl-dots .owl-dot span {
  -webkit-box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5);
  -webkit-transition: box-shadow 0.3s ease;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.carousel-banner .owl-theme .owl-dots .owl-dot span:hover,
.carousel-banner .owl-theme .owl-dots .owl-dot span:focus {
  -webkit-box-shadow: inset 0 0 0 8px white;
          box-shadow: inset 0 0 0 8px white;
}

.carousel-banner .owl-theme .owl-dots .owl-dot.active span {
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white;
}

.carousel-banner .owl-prev,
.carousel-banner .owl-next
{
  position: absolute;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999px;
}

.carousel-banner .owl-prev 
{
  left: 0px;
}

.carousel-banner .owl-next
{
  right: 0px;
}

.carousel-banner .owl-nav div
{
  margin: 0 30px;
  width: 50px;
  height: 50px;
}

.carousel-banner .owl-nav div::before
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.carousel-banner .owl-nav .icon-wrap
{
  position: relative;
  display: block;
  margin: 10% 0 0 10%;
  width: 80%;
  height: 80%;
  top: -45%;
}

.carousel-banner .owl-nav div.owl-next .icon-wrap
{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.carousel-banner .owl-nav .icon-wrap::before,
.carousel-banner .owl-nav .icon-wrap::after

{
  position: absolute;
  left: 25%;
  width: 3px;
  height: 50%;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.carousel-banner .owl-nav .icon-wrap::before
{
  -webkit-transform: translateX(-50%) rotate(30deg);
  transform: translateX(-50%) rotate(30deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.carousel-banner .owl-nav .icon-wrap::after  
{
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-30deg);
  transform: translateX(-50%) rotate(-30deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.carousel-banner .owl-nav div:hover::before
{
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.carousel-banner .owl-nav div:hover .icon-wrap::before,
.carousel-banner .owl-nav div:hover .icon-wrap::after

{
  background: #c43e44;
}

.carousel-banner .owl-nav div:hover .icon-wrap::before
{
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.carousel-banner .owl-nav div:hover .icon-wrap::after
{
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.carousel-banner .img-wrapper {
  width: 100%;
  height: 100vh;
}

.carousel-banner .img-wrapper img {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  width: auto !important;
}

.carousel-banner .content-wrapper {
  position: absolute;
  width: 100%;
  /* top: 50%; */
  bottom:2%;
  left: 0;
  color: #fff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}


.carousel-banner .content-wrapper h2 {
  font-size: 50px;
  line-height: 50px;
  font-family: "Ubuntu Condensed", sans-serif;
}


.carousel-banner .content-wrapper-contactdetails {
  position: absolute;
  width: 100%;
  top: 35%;
  /* left: 70%; */
  /* right:15%; */
  color: #fff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}



.carousel-banner .content-wrapper-contactdetails h4 {
  font-size: 20px;
  line-height: 15px;
  font-family: "Ubuntu Condensed", sans-serif;
}
.carousel-banner .content-wrapper-contactdetails img{
  /*Image on the banner with hyperlink - amrut mahotsava */   
     
     position: absolute;
     top: 40% !important;
     right: 4%;
     width: 20%;
     padding-top: 30px;
 
 }

/* Banner End */
/* Promo content and Map Start */
#travelinfo-promo .travelinfo-promo_align {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  top: -53px;
  z-index: 1;
}

#travelinfo-promo .promo-box {
  width: 70%;
  float: left;
}

#travelinfo-promo .promo-box-read-more {
  padding: 0.5em 1em;
  width: 70%;
  float: left;
  background:#fff;
}

#travelinfo-promo .metro-map {
  width: 30%;
  float: left;
}

#travelinfo-promo .metro-map .map-relative-align {
  position: absolute;
  left: 0;
  top: -30px;
  /* top: -60px; */
}

/* Promo content and Map End */
/* Plan Journey Start */
/* #plan-journey .get-result-details {
  display: none;
} */

/* Font Resizer */
#overview .overviewbody {
  /* margin: 0;
  padding: 0; */
  font-size: 16px;
  text-align: justify;
  /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden; */
}

#plan-journey .plan-journeybody
{
  font-size: 16px;
  margin-top: 10px;
}

footer .footerbody {
  font-size: 16px;
  text-align: justify;
}

/* Font Resizer */
#plan-journey select {
  background-image: url(../images/arrow.png) !important;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border: 1px solid #dfdfdf;
  font-size: 14px;
}

#plan-journey select#from option:disabled,
#plan-journey select#to option:disabled {
  background-color: #dddddd;
  font-weight: 600;
}

#plan-journey select#from option:nth-of-type(n + 2),
#plan-journey select#to option:nth-of-type(n + 2) {
  color: #800080;
}

#plan-journey select#from option:nth-of-type(n + 13),
#plan-journey select#to option:nth-of-type(n + 13) {
  color: #37a437;
}

.map-relative {
  position: relative;
}

.metro-map img {
  position: relative;
  right: 0;
  top: 0px;
  width: 420px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.overlay-map {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.overlay-map .m-metro-map {
  font-size: 40px;
  color: #fff;
}

.metro-map a:hover .overlay-map {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Plan Journey End */
/* Media Gallery Start */
.media-gallery .left-media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background-color: #e7e7e7;
}

.media-gallery span#counter {
  display: inline-block;
  position: absolute;
  left: -30%;
  bottom: 0;
}

.media-gallery span#counter .big-num {
  display: inline-block;
  font-size: 40px;
}

.media-gallery .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: -20%;
}

.media-gallery .owl-nav .owl-prev,
.media-gallery .owl-nav .owl-next {
  text-indent: -2000px;
  width: 32px;
  height: 32px;
  float: left;
}

.media-gallery .owl-nav .owl-prev {
  margin-right: 10px;
  background: url(../images/gallery-left-arrow.png);
}

.media-gallery .owl-nav .owl-next {
  background: url(../images/gallery-right-arrow.png);
}

.media-gallery .media-gallery_title {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 1em;
}

.media-gallery .media-gallery_img {
  border-radius: 50%;
  /*border: 8px solid #fff;*/
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.media-gallery .media-gallery_img:hover {
  border-radius: 0;
}

/* Media Gallery End */
/* Media Infogrpahic Start*/

svg > g:last-child > g:last-child { pointer-events: none };
div.google-visualization-tooltip { pointer-events: none };

/* Media Infogrpahic End*/

/* Promo Box Start  */  
.promo-box .promo-text {
  padding: 0.5em 1em;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}



/* Promo Box End  */
/* Testimonial Start */
.testimonial .testimonial-banner .owl-prev,
.testimonial .testimonial-banner .owl-next {
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  position: absolute !important;
  top: 250px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial .testimonial-banner .owl-prev {
  background: url(../images/gallery-left-arrow.png);
  left: 30px;
}

.testimonial .testimonial-banner .owl-next {
  background: url(../images/gallery-right-arrow.png);
  right: 30px;
}

.testimonial .testimonial-banner p {
  font-size: 22px;
}

/* Testimonial End */
/* Numbers Start */
.numbers h2 {
  margin: 30px 0 10px;
  font-size: 50px;
}

/* Numbers End */
/*** News Page CSS ****/
.st-accordion {
  width: 100%;
  min-width: 270px;
  margin: 0 auto;
}

.st-accordion ul {
  padding-left: 0;
}

.st-accordion ul li {
  height: 50px;
  overflow: hidden;
  background-color: #e7e7e7;
  padding-left: 25px;
  border-radius: 15px;
  margin-bottom: 25px;
}

.st-accordion ul li:first-child {
  border-top: none;
}

.st-accordion ul li > a {
  text-shadow: 1px 1px 1px #fff;
  color: #000;
  font-size: 30px;
  display: block;
  position: relative;
  line-height: 50px;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.st-accordion ul li > a span {
  background: transparent url(../images/down.png) no-repeat center center;
  text-indent: -9000px;
  width: 26px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.st-accordion ul li > a:hover {
  color: #000000;
}

.st-accordion ul li > a:hover span {
  right: 20px;
}

.st-accordion ul li.st-open > a {
  color: #000000;
  padding: 10px 0;
}

.st-accordion ul li.st-open > a span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 15px;
  opacity: 1;
}

.st-content {
  padding: 0px 30px 30px 0px;
}

.st-content p {
  margin-bottom: 25px;
}

/*** /.News Page CSS ****/
/*** /.About Page CSS ****/
 .flex {
        display: flex;
        flex-wrap: wrap;
      }
      .equal-ht,
      .overly {
        position: relative;
        height: 100%;
      }
      .img-wrap,
      .content-wrap {
        float: left;
      }
      .img-wrap {
        width: 35%;
      }
      .content-wrap {
        width: 65%;
        padding: 0 20px;
        color: #fff;
      }
      .overly {
        position: absolute;
        width: 90%;
        height: 120%;
        right: 0;
        top: -10%;
        background: #c43e44 !important;
        z-index: -1;
      }

.management-profile img {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

.management-profile .overlay-box {
  position: absolute;
  width: 130%;
  height: 120%;
  right: 0;
  top: -10%;
  z-index: -1;
}

.polices img[src*=".svg"] {
  width: 50px;
}

.polices .text-white {
  height: 200px;
}
.polices {
padding-top: 30px !important;
}

.text-red
{color:red}

.text-blue
{color:blue}

/* #dvBMRCLPoliciesPanel>div p{
  text-align: justify;
} */

/*** /.About Page CSS ****/
/* Footer Start */
footer {
  color: #aaa;
}

footer a {
  color: #aaa;
}

.footersitemap{
  color: #000;
}
.footersitemap a {
  color: #000;
}

footer a:hover, footer a:focus {
  text-decoration: none;
}

footer .ft-box-3 .ft-social ul.social-icons {
  padding: 0;
}

footer .ft-box-3 .ft-social ul.social-icons li {
  list-style-type: none;
  float: left;
  border: 1px solid #aaa;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 8px;
}

footer .ft-box-3 .ft-social ul.social-icons li a {
  padding: 5px 8px;
  display: inline-block;
}

footer .ft-box-3 .ft-social ul.social-icons li a:hover {
  color: #aaa;
}

footer .ft-box-3 .ft-social ul.social-icons li a.fb {
  padding-left: 12px;
}



/* Footer links section Start */
.footer4 {
    margin-top: 10px;
    background-color: #525150;
    padding: 5px;
    text-align: center;
}
.list-inline {
    padding-left: 0;
    margin-left: 0px;
    list-style: none;
    margin: 0px;
}

.footer_image {
    vertical-align: middle;
    width: 101px;
    height: 36px;
    border: 1px solid #888585;
    padding: 4px;
}

.footer4_divider {
    border-left: 1px solid #1e3a4a;
    height: 35px;
    position: absolute;
    margin-left: 5px;
    margin-right: 5px;
    cursor: none;
    flex-grow: 1;
}

.li-footer {
  list-style-type: none !important;
    cursor: pointer;
}


/* Footer End */

/* owl carousel begins*/


#container_owl {
    width: 1170px !important;
}

.owl-carousel {
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    border: 0px solid red;
}


.owl-nav {
    border: 0px solid red;
}

.owl-prev
{
    display: inline-block;
    position: absolute;
    top: 40%;
    border: none;
    left: 10px;
}



.owl-next 
{
    display: inline-block;
    position: absolute;
    top: 40%;
    float: right;
    border: none;
    right: 10px;
}

#footer-banner .owl-prev:hover,
#footer-banner .owl-next:hover
{
    
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
       
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;  
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    padding: 0 !important;
    font: inherit;
    font-size: 60px;
    margin-top: 23px;
    color: #000000;
    margin-left: -20px;
    margin-right: -19px;
}

.owl-carousel.owl-drag .owl-item 
{
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 20px;
}

.owl-prev span {
    font-size: 1em;
    color: #ffffff;
}

.owl-next span {
    font-size: 1em;
    color: #ffffff;
}
.owl-dots {
    display: none;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    /*background-color: #ce7017;*/
}


.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #477ba9;
}
.modal-body {
    position: relative;
    padding: 15px;
    background-color: #e6f3ff;
    /* Font Resizer */
    font-size: 16px; 
    /* Font Resizer */
    text-align: justify;
}
.modal-footer {
   /* display: none;*/
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    color: #ffffff;
    /* Font Resizer */
    font-size: 20px; 
    /* Font Resizer */
}

.modal-header .close {
    font-size: 30px;
    color: white !important;
    opacity: 1;
    font-weight: 600;
}


/* owl carousel ends*/

@media screen and (max-width: 1024px) {
  /* Common Css Start */
  .h1,
  h1 {
    font-size: 45px;
    line-height: 45px;
  }
  .h2,
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .h3,
  h3 {
    font-size: 35px;
    line-height: 35px;
  }
  .h4,
  h4 {
    font-size: 30px;
    line-height: 30px;
  }
  /* Padding CSS Start */
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .py-md-70 {
    padding: 70px 0 !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5em !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1em !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.5em !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2em !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2.5em !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5em !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1em !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.5em !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2em !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3em !important;
  }
  /* Padding CSS End */
  /* margin CSS End */
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5em !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1em !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.5em !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2em !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2.5em !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5em !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1em !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.5em !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2em !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2.5em !important;
  }
  /* Margin CSS End */
  /* Common Css End */
  /* #region */
  /* #endregion */
  /* #Header Start */
  header .navbar-collapse.in {
    /* min-height: 400px !important; */
    max-height: 320px;
    overflow-y: scroll;
  }
  header .navbar-header {
    float: none;
  }
  header .navbar-left,
  header .navbar-right {
    float: none !important;
  }
  header .navbar-toggle {
    display: block;
  }
  header .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  header .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  header .navbar-collapse.collapse {
    display: none !important;
  }
  header .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  header .navbar-nav > li {
    float: none;
  }
  header .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .collapse.in {
    display: block !important;
  }
  header .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  header .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  header .navbar-right .dropdown-menu {
    left: auto;
    right: auto;
  }
  header .navbar-default .navbar-collapse,
  header .navbar-default .navbar-form {
    border-color: transparent;
    padding: 0;
  }
  header .navbar-default .navbar-form {
    background-color: #fff;
    color: #000;
    margin-top: 0;
  }
  header .navbar-default .navbar-toggle .top-bar {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
            transform-origin: 10% 10%;
  }
  header .navbar-default .navbar-toggle .middle-bar {
    opacity: 0;
  }
  header .navbar-default .navbar-toggle .bottom-bar {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
            transform-origin: 10% 90%;
  }
  header .navbar-default .navbar-toggle.collapsed .top-bar {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  header .navbar-default .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
  }
  header .navbar-default .navbar-toggle.collapsed .bottom-bar {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  header .header-top ul {
    margin-right: 20px;
  }
  header .navbar-header {
    position: relative;
    top: 0;
  }
  header .navbar > .container .navbar-brand,
  header .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  /* #Header End */
  /* Carousel Start */
  .carousel-banner {
    height: 550px;
  }
  .carousel-banner .img-wrapper {
    height: 550px;
  }
  .carousel-banner .content-wrapper h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .carousel-banner .content-wrapper-contactdetails h4 {
    font-size: 18px;
    line-height: 18px;
  }
  .carousel-banner .content-wrapper-contactdetails img{
    /*Image on the banner with hyperlink - amrut mahotsava */   
       position: absolute;
       top: 40% !important;
       padding-top: 40px;
       right: 0%;
       width: 30%;
   
   }

  

  /* Carousel End */
  /* Plan Journey Start */
  #plan-journey {
    position: relative;
  }
  #plan-journey .pos-absolute {
    position: relative;
    top: 0;
  }
  #plan-journey .pos-absolute .metro-map img {
    display: none;
  }
  /* Plan Journey End */
  /* Media Gallery Start */
  .media-gallery span#counter {
    position: relative;
    left: -80px;
  }
  .media-gallery .owl-nav {
    position: relative;
    width: auto;
    bottom: -20px;
    left: 80px;
  }
  .media-gallery .media-gallery_title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 1em;
  }
  .media-gallery .media-gallery_img {
    border-radius: 50%;
    /*border: 8px solid #fff;*/
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  .media-gallery .media-gallery_img:hover {
    border-radius: 0;
  }
  /* Media Gallery End */
}

@media screen and (max-width: 992px) {
  /* Common Css Start*/
  /* Padding CSS Start */
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .py-sm-70 {
    padding: 70px 0 !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5em !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1em !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.5em !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2em !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2.5em !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5em !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1em !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.5em !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2em !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3em !important;
  }
  /* Padding CSS End */
  /* Margin CSS End */
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5em !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1em !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.5em !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2em !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2.5em !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5em !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1em !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.5em !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2em !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2.5em !important;
  }
  /* Margin CSS End */
  /* Common Css End*/
  /* Header Start */
  /* Header End */
  /* Media Gallery Start */
  .media-gallery .left-media {
    width: 100%;
  }
  .media-gallery span#counter {
    left: 30px;
  }
  .media-gallery .owl-nav {
    left: 0;
    margin-top: 0.5em;
  }
  /* Media Gallery End */
  /* Numbers Start */
  .numbers h2 {
    font-size: 45px;
  }
  /* Numbers End */
  /*** /.About Page CSS ****/
  .management-profile .overlay-box {
    width: 100%;
    height: 100%;
    right: unset;
    left: 0;
    top: 0;
  }
  /*** /.About Page CSS ****/
}

@media screen and (max-width: 767px) {
  /* Common Css Start */
  .h1,
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .h2,
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .h3,
  h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .h4,
  h4 {
    font-size: 22px;
    line-height: 22px;
  }
  /* Padding CSS Start */
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .py-xs-70 {
    padding: 70px 0 !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.5em !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 1em !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1.5em !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 2em !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 2.5em !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.5em !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 1em !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1.5em !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 2em !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3em !important;
  }
  /* Padding CSS End */
  /* margin CSS End */
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.5em !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 1em !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1.5em !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 2em !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 2.5em !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.5em !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 1em !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1.5em !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 2em !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 2.5em !important;
  }
  /* Margin CSS End */
  /* Common Css End */
  /* Header Start */
  header .navbar-default .navbar-collapse,
  header .navbar-default .navbar-form {
    padding: 0 15px;
  }
  header .navbar > .container .navbar-brand,
  header .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
  /* Header End */
  /* Carousel Start */
  .carousel-banner {
    height: 450px;
  }
  .carousel-banner .img-wrapper {
    height: 450px;
  }
  .carousel-banner .content-wrapper h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .carousel-banner .content-wrapper-contactdetails h4 {
    font-size: 15px;
    line-height: 15px;
    padding-top: 50px;
  }
  .carousel-banner .content-wrapper-contactdetails img{
    /*Image on the banner with hyperlink - amrut mahotsava */   
    position: absolute;    
    top: 15% !important;    
    padding-top: 70px;
    right: 3%;
    width: 30%;
  }
   
   

  .carousel-banner .owl-theme .owl-dots {
    bottom: 10px;
  }
  /* Carousel End */
  /* Promo content and Map Start */
  #travelinfo-promo .travelinfo-promo_align {
    position: relative;
    top: 0px;
  }
  #travelinfo-promo .promo-box {
    width: 100%;
    float: none;
  }

  #travelinfo-promo .promo-box-read-more {
    width: 100%;
    float: none;
  }

  #travelinfo-promo .metro-map {
    width: 75%;
    margin: 0 auto;
    float: none;
  }
  #travelinfo-promo .metro-map img {
    width: 100%;
  }
  #travelinfo-promo .metro-map .map-relative-align {
    position: relative;
    left: 0;
    top: 0px;
  }
  /* Promo content and Map End */
  /* Plan Journey Start */
  #plan-journey .pos-absolute .metro-map {
    background-color: #fff;
  }
  #plan-journey .pos-absolute .metro-map img {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    display: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }
  /* Plan Journey End */
  /* Promo Box Start  */
  .promo-box {
    position: relative;
    width: 100%;
    left: 0%;
    z-index: 0;
  }
  /* Promo Box End  */
  /* Numbers Start */
  .numbers h2 {
    margin: 15px 0 10px;
    font-size: 35px;
  }
  /* Numbers End */
  /**** News CSS ****/
  .st-accordion ul li > a {
    font-size: 18px;
    font-weight: 600;
  }
  /**** /.News CSS ****/
    
    /**** /.about us CSS ****/
     
        .img-wrap img {
          margin: 30px auto 0;
        }
        .img-wrap,
        .content-wrap {
          width: 100%;
        }
        .content-wrap {
          padding: 0 20px 50px;
        }
        .overly {
          position: absolute;
          width: 100%;
          height: 100%;
          right: 0;
          bottom: 0;
          top: 0;
          left: 0;
        }
        
/**** /.about us CSS ****/
}



@media screen and (min-width: 1024px) {
  .map-popup .modal-dialog {
    width: 900px;
  }
}


/* General */
.liStyle {
  
  background-color: inherit !important; 
  height: inherit !important; 
  overflow: inherit !important; 
  margin-bottom: inherit !important;
}

.green_Bg {
  background: #dbf0e1;
  padding-top: 8px;
}

.red_Bg {
  background: #f9dbdb;
  padding-top: 8px;
}

.black_Bg {
  background: #000;
  padding-top: 8px;
}
.metro-network-table-td-center
{
  padding : 0px 10px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
}

.metro-network-table-td-left
{
  padding : 0px 10px;
  height: 25px;
  text-align: left;
  vertical-align: middle;
}
.cursor-pointer
{
cursor: pointer;
}
.borderless-ui-li
{
border:none;
padding-top:3px !important;
padding-bottom:3px !important;
}

.career-table-td
{
background-color:#000000;
color:#FFFFFF;
padding-left:8px !important;
}

.form-control-right-pad
{
  padding : 6px 30px 6px 12px !important;
}
.right-pad
{
  padding-right : 30px!important;
}
.tickets-fore-back {
  background: #b36ca7;
  color: #ffffff;
}
header .header-top ul {
  padding: 0 0 15px 0 !important;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  flex-grow: 1;
}
/* General */

/* To display verticle scroll bar in menu */
@media screen and (min-width: 768px) and (max-width: 1024px)
{
.navbar-collapse.collapse {
    overflow: auto !important;
  }
}
/* To display verticle scroll bar in menu */