@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Semi+Condensed');
body {font-family: 'Encode Sans Semi Condensed', sans-serif; background:url(../images/doodles.jpg) left top repeat;}
p {color:#222; line-height:26px; text-align:justify;}
.outer_top {background-color:#e11666; border-top:#f2f2f2 solid 5px;}
.home_menu li a {background-color:#fff; padding:10px 20px; border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
border: 0px solid #000000; color:#535353; font-weight:bold;}
.home_menu {margin-top:39px;}
.home_menu li a:hover {background-color:#f2f2f2; color:#222; text-decoration:none;}
.white {color:#fff;}
.wel_fs {font-size:16px;}
.black {color:#222222; font-size:18px;}
.news_listing li {border-bottom:#CCC dashed 1px; padding:10px 0px;}
.news_listing li a {color:#222; text-decoration:none;}
.div_bg {background-color:#fdfdfd; border:#e11666 solid 5px; margin-top:10px; padding:30px; max-height:257px; overflow:scroll; overflow-x: hidden;;}
.notice_bg {background-color:#ececec; line-height:50px; padding-left:15px; border-bottom:#666 solid 1px;}
.outer_service_background {background-color:#0090da;}
.div_hover {padding:30px 20px;}
.div_hover:hover {background-color:#ffa953;}
.div_hover.active {background-color:#ffa953;}
.div_hover span {color:#fff; text-align:center; line-height:30px; font-size:16px;}
.div_hover span a {color:#fff; text-align:center; line-height:30px; font-size:16px; text-decoration:none;}
.outer_heading {background-color:#ececec; padding:5px 0px 5px 15px; margin-top:30px;}
.outer_heading h3 { margin:5px 0px 0px 0px !important;}
.outer_heading span {float:right;}
.outer_light_background {background-color:#f6f6f6; border:#CCC solid 1px;}
.div_hover_one {padding:50px;}
.div_hover_one:hover {background-color:#e8e8e8;}
.div_hover_one span a {color:#222; text-align:center; line-height:30px; font-size:16px; text-decoration:none;}
.div_hover_one.active {background-color:#e8e8e8; }
.div_hover_one span {color:#222; text-align:center; line-height:30px; font-size:16px;}
.mt30 {margin-top:30px;}
.outer_footer {background-color:#e11666; color:#fff; text-align:center; padding-top:10px; padding-bottom:0px;}
.window_one {background-color:#1191ac; padding:15px;}
.window_one p {color:#fff; text-align:center;}
.window_one h2 {color:#fff; text-align:center; text-shadow:1px 1px #000;}
.view_more {color:#fff; text-align:center; text-shadow:1px 1px #000;}

.window_two {background-color:#5e3bb9; padding:15px;}
.window_two p {color:#fff; text-align:center;}
.window_two h2 {color:#fff; text-align:center; text-shadow:1px 1px #000;}

.window_three {background-color:#ca5e2d; padding:15px;}
.window_three p {color:#fff; text-align:center;}
.window_three h2 {color:#fff; text-align:center; text-shadow:1px 1px #000;}

.window_four {background-color:#3a82f0; padding:15px;}
.window_four p {color:#fff; text-align:center;}
.window_four h2 {color:#fff; text-align:center; text-shadow:1px 1px #000;}

.window_five {background-color:#9308ab; padding:15px;}
.window_five p {color:#fff; text-align:center;}
.window_five h2 {color:#fff; text-align:center; text-shadow:1px 1px #000;}

.window_six {background-color:#ac2649; padding:15px;}
.window_six p {color:#fff; text-align:center;}
.window_six h2 {color:#fff; text-align:center; text-shadow:1px 1px #000;}
.nop {padding:0px;}
.table_bg {background-color:#dedede; color:#222;}
.form_tag {background-color:#dedede; margin-top:0px; margin-left:-15px; margin-right:-15px; padding-left:30px; line-height:40px;}
.form_bdr {border:#CCC solid 1px; padding:0px 15px 15px 15px; background-color:#fff;}
.new_cs {text-align:center;}
.nav_newbar li a.active {background-color:#0090da; color:#fff;}
.nav_newbar li a:hover {background-color:#0090da !important; color:#fff;}


@media (max-width:767px) {
.home_menu li a {color:#535353; background-color:transparent; display:table-row; font-size:16px;}
.home_menu li a:hover {color:#222; background-color:transparent;}
.new_cs {text-align:left !important;margin-bottom:20px;}
}


/*login css*/

.card-container.card {
    max-width: 350px;
    padding: 30px 30px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    /*width: 96px;
    height: 96px;*/
    margin: 0 auto 10px;
    display: block;
   /* -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: #e01766;
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
   /* background-color: #e7892d;*/
   background-color: #ed4a8b;
	cursor:pointer;
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}
.new_call {margin-top:12px; /*width:40.2%;*/}


@media (max-width:767px) {
.home_menu li a {color:#535353; background-color:transparent; display:table-row; font-size:16px;}
.home_menu li a:hover {color:#222; background-color:transparent;}
.new_cs {text-align:left !important;margin-bottom:20px;}
.call_girl img {margin-top:60px;}
.new_call {width:100%;}
}
@media (max-width:990px) {
.new_call {width:100%;}
}

/*Admin Css*/
.outer_admin_background {background-color:#fff; border:#e8e7e3 solid 2px; padding:15px 0px;}
.admin_icon {background-color:#faf7f2; padding:15px 30px; border:#e9e9e9 solid 1px; margin-bottom:30px;-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.22);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.22);}
.admin_icon:hover {background-color:#f0f0f0; padding:15px 30px; border:#e9e9e9 solid 1px; }
.black_admin a {font-size:16px; text-align:center !important; color:#222; text-decoration:none;}
.outer_heading_admin {background-color:#e11666; color:#fff; line-height:40px; padding-left:15px;}
.outer_admin_icon {background-color:#f7f7f7; padding:15px 0px; margin-top:30px; border:#e9e9e9 solid 1px;}
.new_view_more {background-color:#e11666; left:0px; line-height:30px; top:100%; font-size:16px; font-weight:bold;}
.new_view_more a {color:#fff;}


.bank_bg {background:url(../images/bank_bg.jpg) left top no-repeat; padding:50px 0px 150px 0px; text-align:center; text-shadow:1px 1px 1px #000; color:#fff;}
.text_bg {background-color: rgba(255, 153, 52, 0.5);}

.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}

.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}

.ml10{margin-top:10px;}

#suggestPost {
    background: #e01766 no-repeat scroll 0px 0px;
    height: 170px;
    left: 0;
    position: fixed;
    top: 150px;
    width: 40px;
    z-index: 100;
}