body {
background: #ffffff;
}

td {
	font: normal 11px Tahoma, Arial;
	color: #666666;
}

h1, h2, h3, h4, h5 {

    color: #278dff;
    margin: 0px;
	font-size:14px
}


h1 {
    font-size: 35px;
}

h2 {
    font: normal tahoma, arial 24.45px;
}

h3 {
    font-size: 14px;
}


a {

font: normal 11px Tahoma, Arial;
color: #278dff;
text-decoration: underline;
}

a:hover {

font: normal 11px Tahoma, Arial;
color: #278dff;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;

}
a.b1
{
font:  14px tahoma, Arial;
color: #fffea0;
text-decoration: none;
padding: 15px;
margin: 0px;

}

.tbl
{
border:1px solid #dcdcdc;

/*border-left:1px solid #dcdcdc;
border-bottom:1px solid #dcdcdc;
border-top:1px solid #dcdcdc;
border-right:1px solid #dcdcdc;*/
}
.tbottom
{

border-bottom:1px solid #dcdcdc;
}

.tbr
{

border-bottom:1px solid #dcdcdc;
border-right:1px solid #dcdcdc;
}

.tleft
{

border-left:1px solid #dcdcdc;
}
.tright
{

border-right:1px solid #dcdcdc;
}
.ttop
{

border-top:1px solid #dcdcdc;
}
.p
{
padding: 0 0 0 20px;
}
.p1
{
padding: 0 0 0 30px;
}
.p2
{
padding: 150px 0 0 250px;
}
.bg1
{
background: #000000 url(images/index_10.gif) top no-repeat;
}
.bg2
{
background: #000000 url(images/index_10.gif) top no-repeat;
}
.bord
{
border: 1px solid #c5d85a;
}
.menu 
{
color:#8c247b;
vertical-align:top;
height: 35px;
padding: 10px 0 0 20px;
}
.menu a
{
color:#8c247b;
font: bold 11px  tahoma, Arial;
text-decoration: none;
}


.blye-text-underline {
color: #278dff;
text-decoration: underline;
}

.blye-text-regular {
color: #278dff;
text-decoration: none;
}

.yellow-text-regular {
color: #ffb400;
text-decoration: none;
}

.yellow-text-underline {
color: #ffb400;
text-decoration: underline;
}

.orange-text-regular {
color: #fe6b1d;
text-decoration: none;
}

.orange-text-underline {
color: #fe6b1d;
text-decoration: underline;
}
.broun-text-regular {
color: #00e4ff;
text-decoration: none;
}

.broun-text-underline {
color: #00e4ff;
text-decoration: underline;
}

.red-text-regular {
color: #8c247b;
text-decoration: none;
}

.red-text-underline {
color: #8c247b;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #a5b66e;
text-decoration: none;
}

.green-text-underline{
color: #a5b66e;
text-decoration: underline;
}


/*CIRCLE DOWNLOAD BOTTON STARTS HERE - 03-12-2019*/


#button1 {
    position: absolute;
	text-align:center;
    
    /*margin-top: -75px;
    margin-left: -75px;*/
    background-color: #ff8040;
    border-radius: 75px;
    width: 150px;
    height: 85px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding-top: 65px;
    font-size: 18px;
    transition: height 250ms linear, width 250ms linear, padding-top 250ms linear, border-radius 250ms linear, margin 250ms linear, opacity 250ms linear;
    cursor:pointer;
    opacity: 0.8;
}

#button1:hover {
    width: 165px;
    height: 92px;
    padding-top: 72px;
    border-radius: 82px;
/*    margin-left: -82px;
    margin-top: -82px;*/
    opacity: 1;
}

#button2 {
    padding: 10px;
    background: rgba(2, 136, 199, 1);
    margin:20px;
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

#button3 {
    padding: 12px;
	text-align:center;
    background: rgba(2, 136, 199, 1);
    margin:48px;
    display: inline-block;
    color: #FFF;
    font-weight: bold;
	font-size:11px;
    border-radius: 5px;
    text-decoration: none;
}

#button3-1 {
    padding: 12px;
	text-align:center;
    background: rgba(2, 136, 199, 1);
    margin:48px;
    display: inline-block;
    color: #FFF;
    font-weight: bold;
	font-size:11px;
    border-radius: 5px;
    text-decoration: none;
}

@keyframes pulse {
    from {
        box-shadow: 0px 0px 0px -3px rgba(255, 255, 255, 1), 0px 0px 0px 0px rgba(2, 136, 199, 1);;
    }
    to {
        box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 1), 0px 0px 0px 18px rgba(2, 161, 203, 0);
    }
}
@-webkit-keyframes pulse {
    0% {
        box-shadow: 0px 0px 0px -3px rgba(255, 255, 255, 1), 0px 0px 0px 0px rgba(2, 136, 199, 1);
    }
    100% {
        box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 1), 0px 0px 0px 18px rgba(2, 161, 203, 0);
    }
}
@-moz-keyframes pulse {
    from {
        box-shadow: 0px 0px 0px -3px rgba(255, 255, 255, 1), 0px 0px 0px 0px rgba(2, 136, 199, 1);
    }
    to {
        box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 1), 0px 0px 0px 18px rgba(2, 161, 203, 0);
    }
}
@-o-keyframes pulse {
    from {
        box-shadow: 0px 0px 0px -3px rgba(255, 255, 255, 1), 0px 0px 0px 0px rgba(255, 128, 64, 1);
    }
    to {
        box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 1), 0px 0px 0px 18px rgba(2, 161, 203, 0);
    }
}
.pulsate {
    box-shadow: 0px 0px 0px -3px rgba(255, 255, 255, 1), 0px 0px 0px 0px rgba(255, 128, 64, 1);
    -webkit-animation: pulse 1.5s ease-out 1s infinite forwards;
    -moz-animation: pulse 1.5s ease-out 1s infinite forwards;
    -o-animation: pulse 1.5s ease-out 1s infinite forwards;
    animation: pulse 1.5s ease-out 1s infinite forwards;
}

/*CIRCLE DOWNLOAD BOTTON STARTS HERE - 03-12-2019*/