@charset "utf-8";

/* CSS Document */

body{font-size:15px;color:#666666}



.dollar-bg:before {

  content: "\f155"; 

  font-family: FontAwesome;

  font-style: normal;

  position: absolute;

  font-size: 400px;

  color: rgba(0,0,0,.05);

  top: 5%;

  left:30%;

  z-index: 1;

}

.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:#000080 url(../images/navbar.jpg) repeat-x;padding:10px 0px;color:#fff}

.headertop{background:url(../images/headertopbg.jpg) repeat-x;height:18px;}

.second-header{background:#0b3e7f;text-align:center;color:#fff;}

.second-header .container{position:relative}

.second-header .container i{position:absolute;top:0px;left:8%; font-size:200px; color:rgba(0,0,0,.2);transform:rotate(-15deg)}

.second-header .container span{position:absolute;top:0px;right:8%; font-size:200px; color:rgba(0,0,0,.2);transform:rotate(15deg)}

.second-header .container img{margin-bottom:-30px}

.side-heading{background:url(../images/navbar.jpg) repeat-x;padding:13px 0px;font-size:20px;text-align:center;font-weight:bold;color:#FFF}

.side-content{border-right:2pt solid #0185b3;border-left:2pt solid #0185b3;border-bottom:2pt solid #0185b3;border-radius:5px;padding:10px 0px;margin-top:-8px;position:relative}

.redstardotpoint{list-style:none;padding-left:0px}

.redstardotpoint li{background:url(../images/redstardotpoint.jpg) 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:135px;margin-bottom:20px}

.red-bg{background-color: #d16308;
}
.blue-bg{background-color: #0094f1;
}

.green-bg{background-color: #d16308;
}

.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: #0a3c7b !important;

    color: #09C;

	padding:30px 0px;

}

.footer2 a{color:#09C}

.footer ul {

    line-height: 25px;

    list-style: outside none none;

}

.footer a {

    color: #000;

}

.footer a:hover {

    color: #0094f1;

}

.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;

}
.small-info{
    color: #444;
    display: inline-block;
    text-align: right;
    width: 100%;
	padding:10px;
 }
.small-box-info{
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #ddf2ff;
    border-radius: 1rem;
    text-align: center;
    font-size: 1.8rem;
    border: 1px solid #0094f1;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);

}

.page-container.sidebar-collapsed .sidebar-menu {
	z-index: 4;
	//width:280px;
}
.page-container .sidebar-menu #main-menu li{
    padding:1rem 0;
    font-size:1.4rem;
}
.page-container .sidebar-menu #main-menu li ul > li > a{
    background:none;
}
.page-container.sidebar-collapsed {
	padding-left: 280px!important;
}
.sidebar-collapsed{
	width:100%;
}

.page-container .sidebar-menu {
	position: absolute;
	//width: 280px;
	top: 0;
	left: 0;
	bottom: auto!important;
	min-height: 200vh !important;
	background: #0073b7;
	color: #aaabae;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-container .main-content {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px;
	z-index: 2;
	min-height:300vh!important;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}