.heading45{
   background: #1f989d;
	
}


.heading45 h2{
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	text-align: center;
}

.abt45 {
	padding: 45px 0 70px 0;
}

.abtdetails50 {
	margin-top: 20px;
}

/*.abtdetails50 p span{
	font-size: 20px;
	color: #112361;
	
	padding: 10px 0;
}*/

.abt45 h2 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 65px;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    color: #333;
}

.abt45 h2::before {
    background: #258ba6 none repeat scroll 0 0;
    bottom: -22px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 70px;
}

.abt45 h2::after {
    background: #258ba6 none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 120px;
}

.abt45 h2 span{
  color: #112361;
}




.abtdetails50 ul{
  margin-bottom: 15px;
}

.abtdetails50 ul li{
	list-style: disc;
	padding: 0 5px;
	margin-left: 20px;
	color: #222;
}

.abtdetails p{
	color: #000000a1;
font-size: 17px;
}

.abtdetails50 p{
	color: #000;
}

 

.service1 {
        padding: 50px 0 80px 0;
    background: url(..//img/ser.svg);
        background-attachment: scroll;
        background-size: auto;
    background-size: cover;
    visibility: visible;
    background-attachment: fixed;
}

.bx-wrapper{
	height: 255px; 
	overflow: hidden;
}

#gallery {
   padding: 70px 0;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  img {
    width: 100%;
  }
}
.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;
  }
}



/*contact us*/





/*end cotact us*/
