/* Last Update : 2017-10-13 */
/* DO NOT EDIT THIS */

@import url('//fonts.googleapis.com/css?family=PT+Serif:400i&display=swap');
@import url('//fonts.googleapis.com/css?family=Paytone+One&display=swap');
@import url('//fonts.googleapis.com/css?family=Spartan:700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Freckle+Face&display=swap');
@import url('//fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap');




.btn{
    color: #fff;
    background-color: #333;
   font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
	display: inline-block;
	
}
.btn:hover{
    color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 5px -2px #333;
}
.btn:before,
.btn:after{
    content: "";
    background: #7bc144;
    width: 50%;
    height: 100%;
    border-radius: 30px 0 0 30px;
    opacity: 0;
    transform: perspective(300px) rotateY(-100deg);
    transform-origin: right center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s ease 0s;
	
}
.btn:after{
    border-radius: 0 30px 30px 0;
    transform: perspective(300px) rotateY(100deg);
    transform-origin: left center;
    left: auto;
    right: 0;
}
.btn:hover:before,
.btn:hover:after{
    opacity: 1;
    transform: perspective(600px) rotateY(0);
}
.btn.blue{ background-color: #0fbcf9; }
.btn.green{ background-color: #05c46b; }
.btn.gray{ background-color: #485460; }
.btn:hover{ background-color: transparent; }

.bannerp {
width: 588px;
height:345px;

}

.grow img{
  -webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -ms-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
  transition:all 0.5s ease-out;
}

.grow img:hover {
  -webkit-transform:scale(1.3);
  -moz-transform:scale(1.3);
  -ms-transform:scale(1.3);
  -o-transform:scale(1.3);
  transform:scale(1.3);
}


.serviceBox{
    padding-left: 30px;
    position: relative;
}
.serviceBox:before{
    content: "";
    width: 60px;
    height: 60px;
    background: #ffbfa3;
    position: absolute;
    top: 20px;
    left: 5px;
    z-index: 1;
}
.serviceBox .service-icon{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #333;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
}
.serviceBox .service-content{
    padding: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #333 #333 #333;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
	text-align: left;
}
.serviceBox:hover .service-content{
    background: #ffbfa3;
    border-color: #ffbfa3;
}
.serviceBox .title{
    font-size: 25px;
    font-weight: 600;
    color: #333;
    padding-left: 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.serviceBox:hover .title{
    color: #333;
}
.serviceBox .description{
    font-size: 14px;
    color: #333;
    margin: 0;
}
.serviceBox .read-more{
    display: inline-block;
    width: 32px;
    height: 30px;
    line-height: 30px;
    background: #3f4147;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: -1px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}
.serviceBox .read-more:hover{
    background: #2a2b2c;
}



.banner-item .banner-caption{
	position: absolute;	
}

/* all banner caption */
.banner-item .banner-caption{
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-family: 'Roboto';
}

/* banner number start from 0 */
/* banner caption no 1 */
.banner-item .banner-caption.id-0{
}

/* banner caption no 2 */
.banner-item .banner-caption.id-1{
}

@media screen and (max-width: 480px) {
	/* ONLY EDIT IF DIFFERENT WITH DESKTOP */
	/* all banner caption */
	

.bannerp {
width: 250px;
height:158px;

}
	
	
	
	.banner-item .banner-caption{
	}

	/* banner number start from 0 */
	/* banner caption no 1 */
	.banner-item .banner-caption.id-0{
	}

	/* banner caption no 2 */
	.banner-item .banner-caption.id-1{
	}
}