section.contact-info-section {
    padding: 40px 0 0 0 !important;
}
section.about-section {
    padding-top: 40px !important;
}
/*
.about-content ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.first-column {
  grid-column: 1;
}

.second-column {
  grid-column: 2;
}

.third-column {
  grid-column: 3;
}

.forth-column {
  grid-column: 4;
}
*/
.w3vids {width: 1000px; object-fit: cover; margin: 0 auto; margin-top: 50px;}
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("background.jpg");
  background-size: cover;
  z-index: -1;
}
#popup {
  position: fixed;
  width: 750px;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
/*  background-color: #ff4500;*/
  border: none;
  border-radius: 8px;
  cursor: pointer;
/*  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);*/
}
#popup2 {
  position: fixed;
  width: 750px;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
/*  background-color: #ff4500;*/
  border: none;
  border-radius: 8px;
  cursor: pointer;
/*  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);*/
}
.popup video {width: 680px;}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #242424;
  z-index: 999;
}
.popup-content {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
/*  background-color: #fff;*/
  padding: 20px;
  border-radius: 8px;
/*  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);*/
}
.close {
  position: absolute;
  top: -7px;
  right: 0px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
#rev_slider_41_1_wrapper {height: auto !important;}
.tp-fullwidth-forcer {width: 100% !important; height: 100% !important;}
.h100 {height: 100% !important;}
.tp-thumbs {display: none !important;}
.myboxes {text-align: center; color: #fff;}
.boxblue {background-color: #00b1e3; padding: 15px;}
.boxgreen {background-color: #a0cd66; padding: 15px;}
.boxorange {background-color: #f9a350; padding: 15px;}
.boxred {background-color: #d12229; padding: 15px;}
.heading1, h1 {margin-top: 100px; padding-bottom: 100px;}
section.page-banner-section {
    padding: 0px 0px 0px 0px;
    text-align: center;
    background-image: url(../upload/banners/page-title-bg.jpg);
    background-size: cover;
    background-position: center center;
}
.slotholder:after {
    background: rgba(0, 0, 0, 0)!important;
}
.mt50 {margin-top: 50px !important;}
.pt25 {padding-top: 25px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb50 {padding-bottom: 50px !important;}
.pt0 {padding-top: 0px !important;}
.vert {text-align: center;}
.vert img {width: 60% !important;}
.img1 {background-image: url("../images/slide.jpg"); background-size: cover; background-position: center center; height: 100vh;}
.img2 {background-image: url("../images/slide2.jpg"); background-size: cover; background-position: center center; height: 100vh;}
.slidetitles h2 {margin: 230px 0 0 150px;}
.rev_slider img, .tp-simpleresponsive img {
	width: 100%;
	height: auto;
    max-width: 100% !important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none;
}
.rev_slider img, .tp-simpleresponsive img .vid {
	width: 650px !important;
	height: auto;
/*    max-width: 100% !important;*/
    transition: none;
    margin: 0;
    padding: 0;
    border: none;
}
section.slider-section.with-back-overlay .slotholder:after {
    display: none !important;;
    width: 30% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.95);
    background-blend-mode: multiply;
    background-size: cover;
    background-image: url(../upload/home10/bg2.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 17;
    margin-left: 100px;
}
.container2 {max-width: 1250px; margin: 0 auto;}
.mb80 {margin-bottom: 80px !important;}
.single-gallery {
  position: relative;
 }
  .single-gallery:hover .gallery-icon {
    transform: scale(1); }
  .single-gallery:hover img {
    filter: brightness(0.5); }
  .single-gallery .gallery-icon {
    position: absolute;
    text-align: center;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 0 7px 0 7px;
    line-height: 45px;
    background-color: #00aedd;
    transform: scale(0);
    transition: .7s; 
    z-index: 9999;
}
    .single-gallery .gallery-icon:hover {
      background-color: #020d26;
      color: #ffffff; }
    .single-gallery .gallery-icon::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: 0 7px 0 7px;
      left: 0;
      border: 1px solid #00aedd;
      animation: ripple 1s linear 2s infinite; }
    .single-gallery .gallery-icon:hover::before {
      border-color: #020d26; }
section.filter-section ul.filter li {
    display: inline-block;
    padding: 70px 0;
    border-right: 1px solid #5e5e5e;
    width: 200px !important;
    text-align: center;
}
section.contact-info-section {
    padding: 100px 0 0 0;
}
.info-box {padding: 0px !important;}
.redbox {height: 100px; width: 100px; background-color: #a0cd66;}
.mobnav {display: none !important;}

.info-box {
    position: relative;
	width: 100%;
	height: 100px;
    top: 0px;
    right: 0px;
    padding: 15px;
    z-index: 2;
    background: #272727 !important;
}

header .logo {
    position: fixed;
    top: 0;
    left: 100px;
    width: 310px;
    height: 100px;
    padding: 17px 15px 17px 15px !important;
    background-color: #272727;
    z-index: 3;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

section.page-banner-section.bsg {
    padding: 200px 0 100px;
    text-align: center;
    background-image: url("../images/upper background image behind logo and nav.jpg") !important;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 1130px) {
.mobnav {display: inline !important;}
.w3vids {
    width: 100%;
	padding: 0 20px;
    object-fit: cover;
    margin: 0 auto;
    margin-top: 10px;
}	
}

@media (max-width: 1023px) {
.info-box { display: inline !important;}
	
}

@media (max-width: 992px) {
.mobnav {display: inline !important;}
.w3vids {
    width: 100%;
	padding: 0 20px;
    object-fit: cover;
    margin: 0 auto;
    margin-top: 130px;
}	
}

@media (max-width: 940px) {
.info-box {display: none !important;}
}

@media (max-width: 767px) {
	
}