.frst-section{background: url(../images/pic01.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
}

.contactBNR{background: url(../images/contact.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
}



.contactBNR .box1, .contactBNR .box2, .contactBNR .box3,  .contactBNR .box4{
  background: rgba(255, 255, 255, 0.7);
	
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.09);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.09);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.09);
	
    height: 300px;
   
}



 .contactBNR .box4{
	  height: 100%;
}

.contactBNR .box3 .vertical-align{
	    padding: 50px;
   
}


.frst-section .box1 img, .frst-section .box2 img, .frst-section .box3 img{ margin: 20px auto 0}
.frst-section .box1 a, .frst-section .box2 a, .frst-section .box3 a{ font-size: 24px}
	
	
.frst-section .box1, .frst-section .box2, .frst-section .box3{
  background: rgba(255, 255, 255, 0.7);
	text-align: center;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.09);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.09);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.09);
	
    height: 200px;
   
}

.frst-section .box3 .vertical-align{
	    padding: 50px;
   
}


.wrapper{

	display:flex;
	align-items:center;
	justify-content:center
	
}



.slider-welcome{padding-bottom: 50px}
.slider-text p{font-size: 20px; font-weight: 500; text-align: center}


	.phoneBTN{background: #fff; padding: 10px}
	.phoneBTN:hover{background: #87d6f8; color: #333}
	

@media (max-width: 992px){

.slider-text p {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
	
	.teamViewrBtn{width: 190px}

	}	

@media (min-width: 768px){

		.navbar-nav {
			float: right;
			margin: 0;
			line-height: 3.2;
		}
	

	}
@media (max-width: 768px){
	
	.phoneBTN{float: left; padding: 5px}
	
	.slider-text{
	    margin-top: 30%;
    padding: 20px;
	}
	
	.slider-text p{font-size: 2.3vw}

	
}

@media (max-width: 450px){

	
	.slider-text p{font-size: 3vw}

	
}