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

 @import url('//fonts.googleapis.com/css?family=Cambay:700&display=swap');

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

/* all banner caption */
.banner-item .banner-caption{

}

/* banner number start from 0 */
/* banner caption no 1 */
.banner-item .banner-caption.id-0{
    
    top: 30%;
	left: 40%;
	transform: translate(-50%, -50%);
	text-align: left;
	font-family: 'Cambay';
}

/* banner caption no 2 */
.banner-item .banner-caption.id-1{
    
    top: 30%;
	left: 40%;
	transform: translate(-50%, -50%);
	text-align: left;
	font-family: 'Cambay';
}


/* banner caption no 3*/
.banner-item .banner-caption.id-2{
    top: 30%;
	left: 40%;
	transform: translate(-50%, -50%);
	text-align: left;
	font-family: 'Cambay';
}


.title-small{
    font-size:40px;
    color:#0079c1;
}

.title-small span{
    display:inline-block;
}

.title-big{
    font-size:70px;
    font-weight:bold;
    line-height: 60px !important;
    margin:10px 0;
    color:#fff;
}


.banner-btnx1{
    border: 2px solid #fff;
    padding: 7px 20px 5px 20px;
    font-size: 1.1em;
    color: #fff;
    transition: ease-in-out 0.3s;
    margin-top: 20px;
    display: block;
    width: max-content;
}


.banner-btnx1:hover{
    background-color:#fff;
    color:#222;
    text-decoration:none;
}


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

	/* banner number start from 0 */
	/* banner caption no 1 */
	.banner-item .banner-caption.id-0{
        top: 50%;
        left: 30%;
        transform: translate(-30%, -50%);
        text-align: left;
        font-family: 'Cambay';

	}

	/* banner caption no 2 */
	.banner-item .banner-caption.id-1{
        top: 50%;
        left: 30%;
        transform: translate(-30%, -50%);
        text-align: left;
        font-family: 'Cambay'
	}
    
    
    /* banner caption no 3*/
    .banner-item .banner-caption.id-2{
        top: 50%;
        left: 30%;
        transform: translate(-30%, -50%);
        text-align: left;
        font-family: 'Cambay';
    }
    
    .title-small{
        font-size:16px;
        color:#0079c1;
    }
    
    .title-small span{
        display:inline-block;
    }


    .title-big{
        font-size:28px;
        font-weight:bold;
        line-height: 28px !important;
        margin:5px 0;
        color:#fff;
    }
    
    .banner-btnx1{
        border: 2px solid #fff;
        padding: 7px 20px 5px 20px;
        font-size: 0.9em;
        color: #fff  !important;
        transition: ease-in-out 0.3s;
        margin-top: 20px;
        display: block;
        width: max-content;
    }


    .banner-btnx1:hover{
        background-color:#fff;
        color:#222  !important;
        text-decoration:none;
    }


}