#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: 50%;
	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 */ 
    
	.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{
	}
}
.single-service {
    position: relative;
    text-align: center;
    margin-bottom: 0!important;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 30px 20px;

}

.single-service:before {
    position: absolute;
    width: 0;
    height: 0;
    background-color: #ee0000;
    left: 0;
    top: 0;
    content: "";
    -webkit-transition: .3s;
    transition: .3s
}

.single-service:after {
    position: absolute;
    width: 0;
    height: 0;
    background-color: #ee0000;
    right: 0;
    bottom: 0;
    content: "";
    -webkit-transition: .3s;
    transition: .3s
}

.single-service:hover:after,.single-service:hover:before {
    width: 80%;
    height: 2px;
    -webkit-transition: .3s;
    transition: .3s
}

.single-service:hover {
    box-shadow: 1px 3px 10px 0 rgba(0,0,0,.1)
}

.single-service i.fa {
    font-size: 40px;
    width: 120px;
    height: 120px;
    border: 1px solid #ddd;
    line-height: 120px;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    color: #094289;
    background-color:#fff;
}

.single-service:hover i.fa {
    background-color: #f00000;
    color: #fff;
    border-color: #f00000;
    border-radius: 0
}

.single-service h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize
}

.single-service p {
    font-size: 18px;
    line-height: 1.8
}

.fa-th-large {
    font-size: 0!important;
    background-image: url(icon1.png);
    background-repeat: no-repeat
}

.single-service:hover i.fa-th-large {
    font-size: 0!important;
    background-image: url(icon1a.png)!important;
    background-repeat: no-repeat
}

.fa-th {
    font-size: 0!important;
    background-image: url(icon2.png);
    background-repeat: no-repeat
}

.single-service:hover i.fa-th {
    font-size: 0!important;
    background-image: url(icon2a.png)!important;
    background-repeat: no-repeat
}
.float-nav {

    background-color: #e1e1e1!important;
}
.float-nav a {

    color: #000!important;

}
ul.mainmenu > li > a > span:hover {

    transform: translate(0px,-10px);
    transition: all .3s ease-out;
}
.btn-square-2:hover {

    text-decoration: none;
    background-color: #f00000;
    color: #fff;

}
.btn-square-2 {

    border-width: 1px;
    border-style: solid;
    border-color: #f00000;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease-in-out;
    margin-top: 30px;
}