.btn-welcome {
    border: 1px solid #12AF0A;
	background-color:#12AF0A;
    padding: 9px 20px;
    display: inline-block;
	border-radius: 5px;
    color: #ffffff;
	margin-bottom:5px;
    transition: all ease-in-out .3s;
    cursor: pointer
}

.btn-welcome:hover {
    background: #076502;
    color: #ffffff;
    border-color: #076502;
	    border-radius: 5px;
}


.btn-welcome1 {
   
	background: #0059AD;
    padding: 10px 10px;
	margin-top:5px;
    display: inline-block;
	border-radius: 6px;
    color: #ffffff;
    transition: all ease-in-out .3s;
    cursor: pointer
}

.btn-welcome1:hover {
    background: #000000;
    color: #ffffff;

	    border-radius:6px;
}


.btn-welcome2 {
   
	background: #FE4F00;
    padding: 10px 15px;
	margin-top:5px;
    display: inline-block;
	border-radius: 6px;
    color: #ffffff;
    transition: all ease-in-out .3s;
    cursor: pointer
}

.btn-welcome2:hover {
    background: #00479E;
    color: #ffffff;

	    border-radius:6px;
}


.btn-blue {
    border: 1px solid #E54B06;
    padding: 7px 25px;
    display: inline-block;
    background: #E54B06;
    color: #fff;
    transition: all ease-in-out .3s;
    cursor: pointer
}

abtn-blue:hover {
    background: #E54B06;
    color: #005294;
    border-color: #005294
}


.btn-minto {
    border: 1px solid #FE4F00;
    padding: 7px 25px;
    display: inline-block;
    background: #E54B06;
    color: #ffffff;
    transition: all ease-in-out .3s;
    cursor: pointer
}

.btn-minto:hover {
    background: #E54B06;
    color: #005294;
    border-color: #005294
}











.btn-white {
    background: transparent;
    border-color: #fff;
    color: #fff
}

.btn-red {

    background: #00479E;
    color: #ffffff;
    border-color: #ffffff;

}

.btn-red:hover {
 background: #fff;
    border-color: #6547FF;
	color:#000;
}

.btn-style-1 {
    border-radius: 30px;
    padding: 8px 15px
}

.btn-style-2 {
    border-radius: 10px;
    padding: 10px 25px
}

.white {
    color: #fff
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999
}

#status {
    position: fixed;
    content: '';
    display: block;
    top: 28%;
    left: 0;
    right: 0;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    background: url(../images/loader.gif);
    background-size: cover;
    background-position: center;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9999999999
}

