/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
.mobile-menus{
  display: none;
}
.counter_title_mbl{
    display:none;
}
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
.mobile-menus{
  display: none;
}
.counter_title_mbl{
    display:none;
}  
}



/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (max-width: 1024px) {
    .mobile-menus{
  display: none !important;
}
    .nav-bar{
  display: block !important;
}

    nav#nav {
    display: block !important;
        width: 81%;
    margin: 0 0 0 -22px;
}
.bg-space {
    padding: 0 0 0 100px;
}

.social-icon {
    display: none;
}
.event-btn {
    padding: 13px 10px 15px 10px;
    border: 1px solid #000000;
    color: #000000;
    background-color: #ffffff;
    border-radius: 39px;
    margin: 41px 0 0 -27px;
    font-size: 11px;
}
.counter_title_mbl{
    display:none;
}
}

/*@media (min-width: 768px) and (max-width: 1024px) {*/

@media (max-width: 768px) {

.counter_title {
    display: none;
}

.counter_title_mbl {
    margin: 0 auto;
}

.counter_title_mbl h2 {
    text-align: center;
    color: white;
    font-weight: bold;
}

/*.top-bar{
  display: none;
}
.top-btn{
  display: none;
}*/

.nav-bar{
  display: none !important;
}

.bg-space {
    padding: 0 0 0 100px;
}

.social-icon {
    display: none;
}
.event-btn {
    padding: 13px 10px 15px 10px;
    border: 1px solid #000000;
    color: #000000;
    background-color: #ffffff;
    border-radius: 39px;
    margin: 41px 0 0 -27px;
    font-size: 11px;
}
/*Mobile Navigation*/
   .mobile-menus{
  display: block !important;
}
.site-pg{
  display: none;
}
navbar-mobile {
    background: #ffffff;
    position: relative;
    margin: 0 auto;
}
.button.menu-opened {
    background: #ffc107;
    height: 65px;
}
navbar-mobile {
    background: #ffffff;
    position: relative;
    margin: 0 auto;
}
#flexmenu ul li a {
    padding: 17px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #ffc107;
}
.button.menu-opened {
    background: #ffc107;
    height: 65px;
}
#flexmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
     border-left: 0px solid #444; 
    height: 46px;
    width: 46px;
    cursor: pointer;
}
#flexmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: '';
}
#flexmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: '';
}
#flexmenu .submenu-button.submenu-opened:after {
    background: #000;
}
#flexmenu ul ul li {
    height: 0;
    background: #000000;
    transition: all .25s ease;
}

.logo {
    margin: -15px 0 0px -15px;
    /* background-color: black; */
    /* padding: 0px 0 0px 0; */
}
.logo-menu{

}
.logo img {
    height: 65px;
}
 /* Hamburger */
.button {
    background: #000000;
    width: 60px;
    height: 63px;
    position: absolute;
    right: 0;
    top: -170px;
    cursor: pointer;
    border: 1px solid #343a40;
    z-index: 10000;
    /* padding: 0px 0 12px 0; */
}
.button:after {
  position: absolute;
  top: 30px !important;
  right: 20px;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: '';
}
.button:before {
  transition: all .3s ease;
  position: absolute;
  top: 30px !important;
  right: 20px;
  display: block;
  height: 2px;
  width: 20px;
  background: #ddd;
  content: '';
}
.event-time {
    padding: 32px 0 0 18px;
}
.event-time p {
    line-height: 9px;
    text-align: center;
    font-size: 12px;
}
.Event-date {
    line-height: 0px;
    margin: -18px 0 0px 0;
}

nav#nav {
    display: none !important;
}


span.counter {
    font-size: 52px;
    color: #f8f9fa;
    /* margin-bottom: 350px; */
    display: inline-block;
    font-weight: 900;
    text-align: center;
    margin: 0 0 0 -17px;
}
.event-title {
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 0;
}
.event-title-2 {
    color: white;
    padding: 0 0 0 2px;
    font-size: 16px;
}
.event-title-3 {
    color: white;
    padding: 0 0 0 4px;
    font-size: 16px;
}
.event-timer {
    text-align: center;
    /* padding-bottom: 50px; */
    /*border-right: 1px dashed white;*/
    /*padding: 12px 0 15px 0;*/
}
.event-counter {
    padding: 35px 0px 35px 0px;
}

/*About Engineering Pages*/
.about-sidebar{
  /* display: none; */
  font-size: 12px;
}
.bg-no-overlay {
    height: 134px;
    padding-top: 50px;
}
.text-center h1 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

/*Download Form*/
.navbar-breadcum {
    padding: 20px 0 0px 0;
}
.visitor-reg1 p {
    font-weight: bolder;
    margin: 0 0 5px 0px;
}
.visitor-input {
    padding: 5px 0px 5px 0;
    margin: 0 0 0 0px;
    width: 100%;
}
.visitor-input-box{
     margin: 0 0 0 0;
}
.forms-info{
     width: 300px !important;
}
.visitor-reg1 h5 {
    margin: 0 0 5px 0px;
}
.btn-visitor {
    padding: 5px 40px 5px 40px !important;
    /* text-align: center; */
    color: white;
    background-image: linear-gradient(to right, black , #ffc107);
    width: 20%;
    margin: 0 0 15px 0;
}

.border-top_counter{
    border-top: none !important;
}

.counter_plus{
    display:none;
}

.counter_title_mbl{
    display:block !important;
}
 
.sliders_img img {
    width: 56% !important;
    margin: 0 auto;
}

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
#flexmenu .submenu-button:before {
    background: #fff !important;
}

#flexmenu .submenu-button:after {
    background: #fff !important;
}


.mobile-menus {
    margin: 14px 0 0 0;
}
/*.top-bar{
  display: none;
}
.top-btn{
  display: none;
}*/
.social-icon{
  display: none;
}
/*Mobile Navigation*/
navbar-mobile {
    background: #ffffff;
    position: relative;
    margin: 0 auto;
}
.button.menu-opened {
    background: #ffc107;
    height: 65px;
}
navbar-mobile {
    background: #ffffff;
    position: relative;
    margin: 0 auto;
}
#flexmenu ul li a {
    padding: 17px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #ffc107;
}
.button.menu-opened {
    background: #ffc107;
    height: 65px;
}
#flexmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
     border-left: 0px solid #444; 
    height: 46px;
    width: 46px;
    cursor: pointer;
}
#flexmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: '';
}
#flexmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: '';
}
#flexmenu .submenu-button.submenu-opened:after {
    background: #000;
}
#flexmenu ul ul li {
    height: 0;
    background: #000000;
    transition: all .25s ease;
}

.logo {
    margin: -15px 0 0px -15px;
    /* background-color: black; */
    /* padding: 0px 0 0px 0; */
}
.logo-menu{

}
.logo img {
    height: 65px;
}

.bg-space {
    padding: 0 0 0 0px;
}

 /* Hamburger */
.button {
    background: #000000;
    width: 60px;
    height: 65px;
    position: absolute;
    right: 0;
    top: -147px;
    cursor: pointer;
    border: 1px solid #343a40;
    z-index: 10000;
    /* padding: 0px 0 12px 0; */
}
.button:after {
  position: absolute;
  top: 30px !important;
  right: 20px;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: '';
}
.button:before {
  transition: all .3s ease;
  position: absolute;
  top: 30px !important;
  right: 20px;
  display: block;
  height: 2px;
  width: 20px;
  background: #ddd;
  content: '';
}
.event-time {
    padding: 32px 0 0 18px;
}
.event-time p {
    line-height: 9px;
    text-align: center;
    font-size: 12px;
}
.Event-date {
    line-height: 0px;
    margin: -18px 0 0px 0;
}
.event-btn {
    padding: 13px 10px 15px 10px;
    border: 1px solid #000000;
    color: #000000;
    background-color: #ffffff;
    border-radius: 39px;
    margin: 15px 0 0 14px;
    font-size: 11px;
}
nav#nav {
    display: none;
}

span.counter {
    font-size: 35px;
    color: #f8f9fa;
    /* margin-bottom: 350px; */
    display: inline-block;
    font-weight: 900;
    text-align: center;
    margin: 0 0 0 -32px;
}
.event-title {
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 0;
}
.event-title-2 {
    color: white;
    padding: 0 0 0 2px;
    font-size: 16px;
}
.event-title-3 {
    color: white;
    padding: 0 0 0 4px;
    font-size: 16px;
}
.event-timer {
    text-align: center;
    /* padding-bottom: 50px; */
    border-right: 1px dashed white;
    padding: 12px 0 15px 0;
}
.event-counter {
    padding: 35px 0px 35px 0px;
}

/*About Engineering Pages*/
.about-sidebar{
  display: none;
}
.bg-no-overlay {
    height: 134px;
    padding-top: 50px;
}
.text-center h1 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

/*Download Form*/
.navbar-breadcum {
    padding: 20px 0 0px 0;
}
.visitor-reg1 p {
    font-weight: bolder;
    margin: 0 0 5px 0px;
}
.visitor-input {
    padding: 5px 0px 5px 0;
    margin: 0 0 0 0px;
    width: 100%;
}
.visitor-input-box{
     margin: 0 0 0 0;
}
.forms-info{
     width: 300px !important;
}
.visitor-reg1 h5 {
    margin: 0 0 5px 0px;
}
.btn-visitor {
    padding: 5px 40px 5px 40px !important;
    /* text-align: center; */
    color: white;
    background-image: linear-gradient(to right, black , #ffc107);
    width: 25%;
    margin: 0 0 15px 0;
}
.bg-no-overlay-visitor {
    background: url(../images/pages/visitor-menu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 112px;
    width: 100%;
    color: black;
    padding-top: 39px;
}
.bg-no-overlay-introduction {
    background: url(../images/pages/Introduction.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 100px;
    width: 100%;
    color: black;
    padding-top: 36px;
    display:none;
}
.bg-no-overlay-media {
    background: url(../images/pages/media-gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 100px;
    width: 100%;
    color: black;
    padding-top: 37px;
}
.bg-no-overlay-book {
    background: url(../images/pages/book-now.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 100px;
    width: 100%;
    color: black;
    padding-top: 37px;
}
.bg-no-overlay-download {
    background: url(../images/pages/downloads.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 100px;
    width: 100%;
    color: black;
    padding-top: 47px;
}
.bg-no-overlay-contact {
    background: url(../images/pages/contact-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 100px;
    width: 100%;
    color: black;
    padding-top: 47px;
}
.bg-no-overlay-site {
    background: url(../images/pages/site-map.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 100px;
    width: 100%;
    color: black;
    padding-top: 37px;
}

}

@media (min-width: 360px) and (max-width: 480px) {

p{
    font-size:14px;
}

  
.top-bar{
  display: none;
}
.top-btn{
  display: none;
}
/*Mobile Navigation*/
.mobile-menus {
    margin: -1px 0 0 0px;
}
navbar-mobile {
    background: #ffffff;
    position: relative;
    margin: 0 auto;
}
.button.menu-opened {
    background: #ffc107;
    height: 65px;
}
navbar-mobile {
    background: #ffffff;
    position: relative;
    margin: 0 auto;
}
#flexmenu ul li a {
    padding: 17px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #ffc107;
}
.button.menu-opened {
    background: #ffc107;
    height: 65px;
}
#flexmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
     border-left: 0px solid #444; 
    height: 46px;
    width: 46px;
    cursor: pointer;
}
#flexmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: '';
}
#flexmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: '';
}
#flexmenu .submenu-button.submenu-opened:after {
    background: #000;
}
#flexmenu ul ul li {
    height: 0;
    background: #000000;
    transition: all .25s ease;
}

.logo {
    margin: -15px 0 0px -15px;
    background-color: black;
    /* padding: 0px 0 0px 0; */
}
.logo-menu{

}
.logo img {
    border: 1px solid #4950572b;
    height: 65px;
    border-radius: 0px;
    padding: 3px 0 3px 5px;
}
 /* Hamburger */
.button {
    background: #000000;
    width: 60px;
    height: 66px;
    position: absolute;
    right: 0;
    top: -147px;
    cursor: pointer;
    border: 1px solid #343a40;
    z-index: 10000;
    /* padding: 0px 0 12px 0; */
}
.button:after {
  position: absolute;
  top: 30px !important;
  right: 20px;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: '';
}
.button:before {
  transition: all .3s ease;
  position: absolute;
  top: 30px !important;
  right: 20px;
  display: block;
  height: 2px;
  width: 20px;
  background: #ddd;
  content: '';
}
.event-time {
    padding: 32px 0 0 18px;
}
.event-time p {
    line-height: 9px;
    text-align: center;
    font-size: 12px;
}
.Event-date {
    line-height: 0px;
    margin: -18px 0 0px 0;
}
.event-btn {
    padding: 13px 10px 15px 10px;
    border: 1px solid #000000;
    color: #000000;
    background-color: #ffffff;
    border-radius: 39px;
    margin: 15px 0 0 14px;
    font-size: 11px;
}
nav#nav {
    display: none;
}

span.counter {
    font-size: 20px;
    color: #f8f9fa;
    /* margin-bottom: 350px; */
    display: inline-block;
    font-weight: 900;
    text-align: center;
    margin: 0 0 0 -17px;
}
.event-title {
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 0;
}
.event-title-2 {
    color: white;
    padding: 0 0 0 2px;
    font-size: 16px;
}
.event-title-3 {
    color: white;
    padding: 0 0 0 4px;
    font-size: 16px;
}
.event-timer {
    text-align: center;
    /* padding-bottom: 50px; */
    border-right: 1px dashed white;
    padding: 12px 0 15px 0;
}
.event-counter {
    padding: 15px 0px 15px 0px;
}

/*About Engineering Pages*/
.about-sidebar{
  display: none;
}
.bg-no-overlay {
    height: 134px;
    padding-top: 50px;
}
.text-center h1 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

/*Download Form*/
.navbar-breadcum {
    padding: 20px 0 0px 0;
}
.visitor-reg1 p {
    font-weight: bolder;
    margin: 0 0 5px 0px;
}
.visitor-input {
    padding: 5px 0px 5px 0;
    margin: 0 0 0 0px;
    width: 100%;
}
.visitor-input-box{
     margin: 0 0 0 0;
}
.forms-info{
     width: 300px !important;
}
.visitor-reg1 h5 {
    margin: 0 0 5px 0px;
}
.btn-visitor {
    padding: 5px 40px 5px 40px !important;
    /* text-align: center; */
    color: white;
    background-image: linear-gradient(to right, black , #ffc107);
    width: 35%;
    margin: 0px 0 15px 0;
}
.bg-no-overlay-visitor {
    background: url(../images/pages/visitor-menu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 112px;
    width: 100%;
    color: black;
    padding-top: 39px;
}
.bg-no-overlay-introduction {
    background: url(../images/pages/Introduction.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 100px;
    width: 100%;
    color: black;
    padding-top: 36px;
    display:none;
}
.bg-no-overlay-media {
    background: url(../images/pages/media-gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 100px;
    width: 100%;
    color: black;
    padding-top: 37px;
}
.bg-no-overlay-book {
    background: url(../images/pages/book-now.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 100px;
    width: 100%;
    color: black;
    padding-top: 37px;
}
.bg-no-overlay-download {
    background: url(../images/pages/downloads.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 100px;
    width: 100%;
    color: black;
    padding-top: 47px;
}
.bg-no-overlay-contact {
    background: url(../images/pages/contact-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 100px;
    width: 100%;
    color: black;
    padding-top: 47px;
}
.bg-no-overlay-site {
    background: url(../images/pages/site-map.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 100px;
    width: 100%;
    color: black;
    padding-top: 37px;
}

}


@media screen and (max-width: 320px) {
p{
    font-size:14px;
}

.counter_title {
    display: none;
}


.top-bar{
  display: none;
}
.top-btn{
  display: none;
}
/*Mobile Navigation*/
.mobile-menus {
    margin: -1px 0 0 0px;
}
navbar-mobile {
    background: #ffffff;
    position: relative;
    margin: 0 auto;
}
#flexmenu ul li a {
    padding: 17px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #ffc107;
}
.button.menu-opened {
    background: #ffc107;
    height: 65px;
}
#flexmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
     border-left: 0px solid #444; 
    height: 46px;
    width: 46px;
    cursor: pointer;
}
#flexmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: '';
}
#flexmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: '';
}
#flexmenu .submenu-button.submenu-opened:after {
    background: #000;
}
#flexmenu ul ul li {
    height: 0;
    background: #000000;
    transition: all .25s ease;
}

.logo {
    margin: -15px 0 0px -15px;
    background-color: black;
    /* padding: 0px 0 0px 0; */
}
.logo-menu{

}
.logo img {
    border: 1px solid #4950572b;
    height: 65px;
    border-radius: 0px;
    padding: 3px 0 3px 5px;
}
 /* Hamburger */
.button {
    background: #000000;
    width: 60px;
    height: 66px;
    position: absolute;
    right: 0;
    top: -147px;
    cursor: pointer;
    border: 1px solid #343a40;
    z-index: 10000;
    /* padding: 0px 0 12px 0; */
}
.button:after {
  position: absolute;
  top: 30px !important;
  right: 20px;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: '';
}
.button:before {
  transition: all .3s ease;
  position: absolute;
  top: 30px !important;
  right: 20px;
  display: block;
  height: 2px;
  width: 20px;
  background: #ddd;
  content: '';
}
.event-time {
    padding: 32px 0 0 18px;
}
.event-time p {
    line-height: 9px;
    text-align: center;
    font-size: 12px;
}
.Event-date {
    line-height: 0px;
    margin: -18px 0 0px 0;
}
.event-btn {
    padding: 13px 10px 15px 10px;
    border: 1px solid #000000;
    color: #000000;
    background-color: #ffffff;
    border-radius: 39px;
    margin: 15px 0 0 14px;
    font-size: 11px;
}
nav#nav {
    display: none;
}

span.counter {
    font-size: 20px;
    color: #f8f9fa;
    /* margin-bottom: 350px; */
    display: inline-block;
    font-weight: 900;
    text-align: center;
    margin: 0 0 0 -17px;
}
.event-title {
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 0;
}
.event-title-2 {
    color: white;
    padding: 0 0 0 2px;
    font-size: 16px;
}
.event-title-3 {
    color: white;
    padding: 0 0 0 4px;
    font-size: 16px;
}
.event-timer {
    text-align: center;
    /* padding-bottom: 50px; */
    border-right: 1px dashed white;
    padding: 12px 0 15px 0;
}
.event-counter {
    padding: 2px 0px 2px 0px;
}

/*About Engineering Pages*/
.about-sidebar{
  display: none;
}
.bg-no-overlay {
    height: 134px;
    padding-top: 50px;
}
.text-center h1 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

/*Download Form*/
.navbar-breadcum {
    padding: 20px 0 0px 0;
}
.visitor-reg1 p {
    font-weight: bolder;
    margin: 0 0 5px 0px;
}
.visitor-input {
    padding: 5px 0px 5px 0;
    margin: 0 0 0 0px;
    width: 100%;
}
.visitor-input-box{
     margin: 0 0 0 0;
}
.forms-info{
     width: 300px !important;
}
.visitor-reg1 h5 {
    margin: 0 0 5px 0px;
}
.btn-visitor {
    padding: 5px 40px 5px 40px !important;
    /* text-align: center; */
    color: white;
    background-image: linear-gradient(to right, black , #ffc107);
    width: 40%;
    margin: 0 0 15px 0;
}
.bg-no-overlay-visitor {
    background: url(../images/pages/visitor-menu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 112px;
    width: 100%;
    color: black;
    padding-top: 39px;
}
.bg-no-overlay-introduction {
    background: url(../images/pages/Introduction.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 100px;
    width: 100%;
    color: black;
    padding-top: 36px;
    display:none;
}
.bg-no-overlay-media {
    background: url(../images/pages/media-gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 100px;
    width: 100%;
    color: black;
    padding-top: 37px;
}
.bg-no-overlay-book {
    background: url(../images/pages/book-now.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 100px;
    width: 100%;
    color: black;
    padding-top: 37px;
}
.bg-no-overlay-download {
    background: url(../images/pages/downloads.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 100px;
    width: 100%;
    color: black;
    padding-top: 47px;
}
.bg-no-overlay-contact {
    background: url(../images/pages/contact-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 100px;
    width: 100%;
    color: black;
    padding-top: 47px;
}
.bg-no-overlay-site {
    background: url(../images/pages/site-map.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    height: 100px;
    width: 100%;
    color: black;
    padding-top: 37px;
}


}
