.top-run{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;

}

.footer-logos{
	    width: 10%;
    text-align: center;
}

.text-justify{
	text-align:justify;
}

.footer-copy{
	text-align: center;
    color: #fff;
    font-size: 15px;
}

.footer-copy a{
	color: #ffffff;
}

.certificate{
	padding-bottom:200px;
}

.gallery{
	padding:40px 0 60px 0;
}

#gallery {
  padding-top: 40px;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  border: solid 1px #d81e27;
}

.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}




#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}


.call-to-action-section-two a{
	color:#ffffff;
}


.upper-column a{
	color:#000000;
}



.float {
    position: fixed;
    width: 14%;
    height: 14%;
    bottom: 20px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 1111;
    left: -40px;
    margin-right: -6px;
}

.thanku{
	margin-bottom: 150px;
}

.thnk-title{
	font-size: 40px;
    text-align: center;
}

.thnk-will{
	font-size: 26px;
    text-align: center;
}




@media (min-width: 200px) and (max-width: 450px) {
	
	
	.service-block .inner-box {
    position: relative;
    padding: 23px 20px;
	}
	
	.service-section{
		padding-top: 50px;
	}
	
	.service-block {
    position: relative;
    margin-bottom: 20px;
}


.float {

    left: 7px;
}
	
}


.callus {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    right: 15px;
}.font-section{	padding:40px 0;}.font-tag{	font-size:15px;}
