/* Last Update : 2017-10-13 */
/* DO NOT EDIT THIS */

@import url('https://fonts.googleapis.com/css?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');


.banner1 {
width: 723px;
height:137px;

}

.grow img{
transition: 1s ease;
}

.grow img:hover{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
}




.border img {
transition: .5s ease;
}

.border img:hover{
box-shadow: 0 0 0 10px #000000;
transition: .5s ease;
}




.btn{
    color: #000;
    text-transform: uppercase;
    border-radius: 0;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    border-top: none;
    border-bottom: none;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
	padding:10px 15px;
	font-size: 16px;
}
.btn:before,
.btn:after{
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.btn:after{
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}
.btn:hover:before,
.btn:hover:after{
    width: 100%;
}
.btn.red:hover{
    color: #bf1e2e;
    border-left: 3px solid #bf1e2e;
    border-right: 3px solid #bf1e2e;
}
.btn.red:before,
.btn.red:after{
    background: #bf1e2e;
}




.banner-item .banner-caption{
	position: absolute;	
}

/* all banner caption */
.banner-item .banner-caption{
	top: 85%;
	left: 70%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-family: 'Questrial', sans-serif;
}

/* 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 */
	
	.banner1 {
width: 200px;
height:38px;

}
	
	
	.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{
	}
}