body{
	background-color:#f5f5f5;
	
font-weight:400;
color:#000;
font-family: 'Roboto', sans-serif;
line-height:1.2;
}
a,a:visited, a:hover {
    color: #000;
    font-size: 13px;
}

.header
{
	background: url(../images/bg.png);
	background-repeat:repeat;
	width:100%;
	padding:70px 0 140px 0;
		text-align:center;
	color:#fff;
}
.logo
{
	font-size:40px;
	font-weight:600;

	font-family: 'Oswald', sans-serif;
	
}
.header .logo span
{
	
	position: relative;
    font-size: 20%;
    line-height: 0;
    vertical-align: baseline;
    top: -3.2em;
}
.tagline
{
	
	font-size:14px;
	font-weight:400;
}
}
.heading{
	
	font-weight:600;

	font-family: 'Oswald', sans-serif;
}
p{
font-family: 'Roboto', sans-serif;
    padding: 5px 0;
    margin-bottom: 0;
	font-size:13px;
	line-height: 1.2;
	font-weight:400;
	color:#000
}
h1,h2,h3,h4,h5,h6
{
	font-weight:800;
	font-family: 'Roboto', sans-serif;
	display:block;
}
h2
{
	font-weight:800;
	font-family: 'Roboto', sans-serif;
	display:block;
	font-size:15px;
	    margin: 0;
}
h4
{
	font-weight:800;
	font-family: 'Roboto', sans-serif;
	display:block;
	font-size:14px
}
.white-curved-box
{
	background-color:#fff;
	padding:15px;
	border-radius:25px;
	text-align:center;
	font-weight: 800;
       font-size: 1.3em;
	margin-bottom:15px;
-webkit-box-shadow: 4px 11px 9px -6px rgba(0,0,0,0.3);
-moz-box-shadow: 4px 11px 9px -6px rgba(0,0,0,0.3);
box-shadow: 4px 11px 9px -6px rgba(0,0,0,0.3);


}
.white-curved-box p
{
	
       font-size: 19px;
	font-weight: 800;

}
.white-curved-box img
{
max-width:60px;
	text-align:center
}
.minusmargintop
{
	margin-top:-80px;
}
.buttonmain
{
	padding: 5px;
    background-color: #fff;
    border-radius: 4px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.24);
	margin:15px 0
}


.button-hear
{
	padding: 10px 7px;
    background-color: #fff;
    border-radius: 4px;
    border-left: 10px solid #d95824;
	margin:15px 0
}

.button-yellow
{
	padding: 10px 7px;
    background-color: #fff;
    border-radius: 4px;
    border-left: 10px solid #e68c1f;
	margin:15px 0
}
.button-blue
{
	padding: 10px 7px;
    background-color: #fff;
    border-radius: 4px;
    border-left: 10px solid #2760b9;
	margin:15px 0
}
.button-purple
{
	padding: 10px 7px;
    background-color: #fff;
    border-radius: 4px;
    border-left: 10px solid #9751b9;
	margin:15px 0
}
.button-brown
{
	padding: 10px 7px;
    background-color: #fff;
    border-radius: 4px;
    border-left: 10px solid #bc4656;
	margin:15px 0
}
.button-green
{
	padding: 10px 7px;
    background-color: #fff;
    border-radius: 4px;
    border-left: 10px solid #2db261;
	margin:15px 0
}
.button-lblue
{
	padding: 10px 7px;
    background-color: #fff;
    border-radius: 4px;
    border-left: 10px solid #67c2bc;
	margin:15px 0
}
.panel-title a{
	color:#bc5d2a;
}
.panel-title a:active{
	color:#bc5d2a;
}
.brown{
	color:#bc5d2a;
}

.blue{
	color:#17bebb;
}
.italic
{
	font-family: 'Crete Round', serif;
    font-style: italic;
    font-weight: 400;
	
}
.fsize20
{
	font-size:20px;
}
.white_bg
{
	background-color:#fafafa;
	padding:20px;
	    margin-top: 10px;
}
.grey_bg
{background-color:#f9f9f9;
	padding: 20px;
}
ul, ol
{
	padding-left:40px;
	padding-bottom:0;
}
li
{
	padding: 1px 0;
	font-size:13px;
}

.text-center{text-align:justify !important;}

/******************* Accordion Demo - 4 *****************/


.mt-10{margin-top:20px;}
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    color: #f81ac1;
    /*border: 1px solid #ececec;*/
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}
#accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    font-family: 'FontAwesome';
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #f81ac1;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    color: #676767;
    transform: rotate(0);
}
#accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}
#accordion .panel-body{
    padding: 0px 15px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}


#accordion4 .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 ;
    overflow: hidden;
    position: relative;
}
#accordion4 .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}
#accordion4 .panel-heading:before,
#accordion4 .panel-heading:after{
    content: "";
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 15px;
    left: 10px;
    transform: rotate(-3deg);
    z-index: -1;
}
#accordion4 .panel-heading:after{
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}
h4.panel-title{margin:10px 0px !important;}
.headingbox
{
	 display: block;
    padding: 10px 30px 10px 10px;
    background-color: #fff;
    border-radius: 4px;
    border-left: 2px solid #db5e3c;
    margin: 7px 0;
    position: relative;
	text-align: left;
}
#accordion4 .panel-title a{
    display: block;
    padding: 10px 30px 10px 10px;
    background-color: #fff;
    border-radius: 4px;
    border-left: 2px solid #db5e3c;
    margin: 7px 0;
    position: relative;
	text-align: left;
}
#accordion4 .panel-title a:before,
#accordion4 .panel-title a.collapsed:before{
    content: "\f106";
    font-family: 'FontAwesome';
    font-weight: 900;
    width: 25px;
    height: 100%;
    line-height: 38px;
  
    position: absolute;
    top: 0;
    right: 0;
}
#accordion4 .panel-title a.collapsed:before{ content: "\f107"; }
#accordion4 .panel-title a .icon{
    display: inline-block;
    width: 55px;
    height: 100%;
    border-right: 1px solid #17bebb;
    font-size: 20px;
    color: rgba(0,0,0,0.7);
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
#accordion4 .panel-body{
    padding: 10px 15px;
    margin: 0 0 20px;
    border-bottom: 3px solid #db5e3c;
    border-top: none;
    background: #fff;
    font-size: 15px;
    color: #333;
    line-height: 1.2;
	text-align: left;
}
/******************* Accordion Demo - 4 *****************/

.max-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 80px !important;
}
.panel-body li {
     padding: 3px 0;
    line-height: 1;
}
.panel-body li:last-child {
    border-bottom: none;
   
}
img{max-width:100%}
.number
{
	background-color:#eee;
	font-size:18px;
	width:35px;
	height:35px;
	line-height:35px;
	display:inline-block;
	text-align:center;
	border-radius:5px;
	margin-right:10px;
}
.footer
{
 position: relative;
    height: 100px;
    width: 100%;
	text-align:center;
	line-height:1.8;
	color:#fff
}
.footer a, .footer p{color:#fff}
.footer-image
{
	background: url(../images/footer-bottom.png) repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:334px;
  width:100%;
  position:absolute;
  bottom:0;
  z-index:-1
}
.center-content{width:349px; margin:0 auto;}

.blue-text
{
	color: #17bebb;
}
.red
{
	color:#e22424
}

.footer-color{
width:100%;
padding:10px 0;

text-align:center;
font-size:10px;
color:#eee;
}
.back {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    padding: 10px;
    line-height: 8px;
}
h4.panel-title .brown img {
    max-width: 40px;
    line-height: 40px;
}
b, strong {
    font-weight: bolder;
    margin: 5px 0;
    display: block;
}
.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.login-form  .btn.btn-primary {
  background: #f0ad4e none repeat scroll 0 0;
  border-color: #f0ad4e;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.forgot {
  text-align: left; margin-bottom:30px;
}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}
 

.form-heading { color:#fff; font-size:23px;}
.panel h2{ color:#444444; font-size:18px; margin:0 0 8px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}
.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  width: 98%;
  padding: 50px 70px 70px 71px;
  max-width:550px;
}
.fixed-footer
{
   display:none !important;
    
    
    z-index:1;
}
.content-text {
    
    position: relative;
    z-index: 99;
     
}