@charset "utf-8";
/* CSS Document */
body{font-size:15px;color:#666666}

.margin-vertical-10{height:10px; width:100%}
.margin-vertical-20{height:20px; width:100%}
.margin-vertical-30{height:30px; width:100%}
.margin-vertical-40{height:40px; width:100%}
.margin-vertical-50{height:50px; width:100%}
.margin-vertical-60{height:60px; width:100%}
.margin-vertical-70{height:70px; width:100%}
.margin-vertical-80{height:80px; width:100%}
.margin-vertical-90{height:90px; width:100%}
.margin-vertical-100{height:100px; width:100%}

.top-buttons{background-image:linear-gradient(#fdc43a 50%, #a5651b 50%);color:#fff;}
.top-buttons .social-links a{
	color:#0a3d7c;
	display:inline-block;
	width:35px;
	height:35px;
	border-radius:50%;
	background-color:#fff;
	position:relative;
	margin:0px 13px -4px 0px;
	transition:all ease-in-out .3s;
}
.top-buttons .social-links a i{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.top-buttons .social-links a:hover{
	background-image:linear-gradient(#a5651b 50%, #fdc43a 50%);
	color:#fff;
}
.headertop{background:url(../images/headertopbg.jpg) repeat-x;height:19px;}
.second-header{background:#fdc43a;text-align:center;color:#fff;}
.side-heading{background-image:linear-gradient(#a5651b 50%, #fdc43a 50%);padding:13px 0px;font-size:20px;text-align:center;font-weight:bold;text-transform:uppercase; color:#FFF;border-top-left-radius:15px;}
.side-content{border-right:2pt solid #0b3e7f;border-left:2pt solid #0b3e7f;border-bottom:2pt solid #0b3e7f;border-bottom-right-radius:15px;padding:10px 0px;margin-top:-8px;position:relative}
.redstardotpoint{list-style:none;padding-left:0px}
.redstardotpoint li{background:url(https://adboard.buzz/images/redstardotpoint.png) no-repeat;padding-left:30px; padding-top:3px;margin-bottom:8px}

.faq{list-style:none;margin:0}
.faq li:nth-child(odd){font-weight:bold;margin-bottom:5px;}
.faq li:nth-child(odd):before{content:"Que. : ";font-weight:bold;margin-right:6px}
.faq li:nth-child(even){margin-bottom:10px;}
.faq li:nth-child(even):before{content:"Ans. : ";font-weight:bold;margin-right:10px}

.dashboard-box{border-radius:5px;position:relative;padding:10px;overflow:hidden;min-height:100px;margin-bottom:20px}
.red-bg{background-color:#DC143C}
.blue-bg{background-color:#1E90FF}
.green-bg{background-color:#32CD32}
.dashboard-box i{position:absolute;right:0px; top:-13px; font-size:140px;color:rgba(0,0,0,.1);transform:rotate(20deg)}
.dashboard-box .number{font-size:50px;font-weight:bold;color:#fff}
.dashboard-box .description a{font-size:16px;color:#fff}

.footer1 {
    background-color: #2d60a2 !important;
    color: #fff;
	padding:30px 0px;
}
.footer2 {
    background-color: #a5651b !important;
    color: #fdc43a;
	padding:30px 0px;
}
.footer2 a{color:#fdc43a}
.footer ul {
    line-height: 25px;
    list-style: outside none none;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #09f;
}
.foot-heading {
    border-bottom: 1px solid #fff;
    font-weight: bold;
    margin: 15px 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.facebook {
    background: rgba(0, 0, 0, 0) url("../images/icon_facebook.png") repeat scroll 32px 0;
    float: left;
    height: 32px;
    margin-right: 10px;
    overflow: hidden;
    transition: all 0.2s ease 0s;
    width: 32px;
}
.facebook:hover {
    background: rgba(0, 0, 0, 0) url("../images/icon_facebook.png") repeat scroll 32px 32px;
    float: left;
    height: 32px;
    margin-right: 10px;
    overflow: hidden;
    width: 32px;
}
.linkedin {
    background: rgba(0, 0, 0, 0) url("../images/icon_linkedin.png") repeat scroll 32px 0;
    float: left;
    height: 32px;
    margin-right: 10px;
    overflow: hidden;
    transition: all 0.2s ease 0s;
    width: 32px;
}
.linkedin:hover {
    background: rgba(0, 0, 0, 0) url("../images/icon_linkedin.png") repeat scroll 32px 32px;
    float: left;
    height: 32px;
    margin-right: 10px;
    overflow: hidden;
    width: 32px;
}
.twitter {
    background: rgba(0, 0, 0, 0) url("../images/icon_twitter.png") repeat scroll 32px 0;
    float: left;
    height: 32px;
    margin-right: 10px;
    overflow: hidden;
    transition: all 0.2s ease 0s;
    width: 32px;
}
.twitter:hover {
    background: rgba(0, 0, 0, 0) url("../images/icon_twitter.png") repeat scroll 32px 32px;
    float: left;
    height: 32px;
    margin-right: 10px;
    overflow: hidden;
    width: 32px;
}
.google {
    background: rgba(0, 0, 0, 0) url("../images/icon_google.png") repeat scroll 32px 0;
    float: left;
    height: 32px;
    margin-right: 10px;
    overflow: hidden;
    transition: all 0.2s ease 0s;
    width: 32px;
}
.google:hover {
    background: rgba(0, 0, 0, 0) url("../images/icon_google.png") repeat scroll 32px 32px;
    float: left;
    height: 32px;
    margin-right: 10px;
    overflow: hidden;
    width: 32px;
}
.pinterest {
    background: rgba(0, 0, 0, 0) url("../images/icon_pinterest.png") repeat scroll 32px 0;
    float: left;
    height: 32px;
    margin-right: 10px;
    overflow: hidden;
    transition: all 0.2s ease 0s;
    width: 32px;
}
.pinterest:hover {
    background: rgba(0, 0, 0, 0) url("../images/icon_pinterest.png") repeat scroll 32px 32px;
    float: left;
    height: 32px;
    margin-right: 10px;
    overflow: hidden;
    width: 32px;
}