
.btn-square.black {
    border: none;
    background-color: #1B8CD8;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    padding: 15px 50px
}

.btn-square.black:hover {
    background-color: #085b92;
}


.banner_title1 {
    color: #333;
    font-family: 'Archivo Black', sans-serif;
    font-size: 40px
}

.banner_title2 {
    font-family: open sans;
    font-size: 20px;
    color: #515151;
    font-weight: 600
}

.line-title {
    background-color:#12c1ff;
    height: 2.5px;
    width: 25%
}


#header-slide {
    min-height:0px!important;
}

.contact-form input[type='text'] {
	border-radius:5px;
  }
  
#contact-form .textarea {
	  width: 50%!important;
  }

.main_font {
    font-size: 2.3em;
    color: #fefefe;
    font-weight: 700;
    font-family: sarala,sans-serif;
}

.main_font1 {
    font-size: 1.1em;
    color: #fefefe;
    line-height: 25px;
    font-family: sarala,sans-serif;
}

.main_font3 {
    font-size: 1.6em;
    color: #fefefe;
    font-weight: 700;
    font-family: sarala,sans-serif;
}



.banner-item .banner-caption{
	position: absolute;	
}

#header-slide {
    
    max-width: 100%!important;
    width:100%!important;
}

ul.mainmenu {
    width: 1200px!important;
}

/* all banner caption */
.banner-item .banner-caption{
    top: 50%;
    left: 30%;
    transform: translate(-50%,-50%);
    text-align: left!important;
    color: #fff;
    font-family: roboto;
    background-color: #ffffff9c;
    padding: 20px 30px
}

/* 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 */ 
    
	.banner-item .banner-caption{
        top: 50%;
        left: 20%;
        transform: translate(-20%,-50%);
        text-align: left !important;
        color: #fff;
        font-family: roboto;
        background-color: #ffffff9c;
        padding: 0px 15px 10px 15px;
	}
    
      .banner_title1 {
        color: #333;
        font-family: 'Archivo Black', sans-serif;
        font-size: 15px;
        margin:10px 0 !important;
    }

    .banner_title2 {
        font-family: open sans;
        font-size: 9px;
        color: #515151;
        font-weight: 600
    }

    .line-title {
        background-color:#12c1ff;
        height: 2.5px;
        width: 25%
    }


	/* 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{
	}
}
