a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
p{ text-align:justify; }
a:hover {text-decoration: none;}
.btn {
    border-radius: 0; 
    color: #fff;
}
.top-hajana-btn{
	z-index:100;
	color: #fff; 
	background: rgb(15, 154, 72) none repeat scroll 0% 0%; 
	display: block; 
	padding: 5px 10px;
	text-align:center;
	font-weight: bold;
}
table.school_list td{ text-align:left !important; }
.top-hajana-btn:hover{
	color:#fff;
	background-color: #449d44;
}
.btn-success {
    background-color: #0f9948;
    transition: all 0.3s ease;
}
.login_btn{
    border: medium none;
  /*  display: block; */
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px;
    text-align: left;
    background-color: #0f9948;
    transition: all 0.3s ease;
    border-radius: 5px; 
    color: #fff;
}
.login_btn:focus,
.login_btn.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.login_btn:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.rounded-btn {
    border-radius: 30px;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 100px auto 50px;
    width: 300px;
    display: block;
    float: none;
}
label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
    color: #0f9a48;
}
.form-group {
    margin-bottom: 30px;
    position: relative;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #5a6f63;
    background-color: #fff;
    background-image: none;
    border: 1px solid #0f9a48;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-check {
    margin-bottom: 30px;
}
.form-control:focus {
    border-color: #0f9a48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(15, 152, 72, 0.6);
}
.table > tbody > tr > th, 
.table > tbody > tr > td, 
.table > thead > tr > th {
    border: none;
    font-size: 20px;
    font-family: raleway;
    color: #7b7979;
    text-align: center;
    vertical-align: middle;
}
.table > thead > tr > th {
    text-transform: capitalize;
    font-family: raleway;
    font-weight: 600;
    color: #464646;
    font-size: 24px;
}
.centered {
    float: none;
    display: block;
    margin: 0 auto;
}
.header-main {
    border-top: 1px solid #29aae3;
    border-bottom: 2px solid #f68d1f;
    background-color: #fff;
}
.top-header {
    display: block;
    padding: 25px 0 10px;
}
.top-header ul {
    margin: 0;
    list-style: none;
    text-align: right;
}
.top-header ul li {
    display: inline-block;
    margin-right: 8px;
}
.top-header ul li a {
    background-color: #fff;
    border-radius: 3px;
    display: block;
    border: 4px solid #c2c2c2;
    color: #929292;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    width: 37px;
    height: 37px;
}
.top-header ul li:hover a {
    background-color: #c3cf20;
    border-color: #c3cf20;
    color: #fff;
}
.logo {
    display: block;
    padding: 25px 0;
}
.navbar {
    background-color: #fff;
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: none;
}
.navbar-nav > li {
    margin-right: 15px;
}
.navbar-nav > li:last-child {
    margin-right: 0;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px 15px;
    color: #b5d2f3;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    border-radius: 3px;
    font-size: 15px;
}

.navbar-default .navbar-nav > li.active > a{
    background-color: #0f9a48;
    color: #fff;
}
.navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus {
    background-color: #0f9a48;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #0f9a48;
    color: #fff;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}
/***Dropdown Menu ****/ 
.dropdown-menu {
    background-color: #0f9a48;
    border-radius: 4px !important;
    padding: 7px 3px;
    width: 208px;
    margin-top: 15px !important;
}
.dropdown-menu::before {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0f9a48;
    content: '';
    left: 40px;
    margin-left: -17px;
    position: absolute;
    top: -10px;
}
.dropdown-menu li {
    padding: 0 !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.dropdown-menu li a {
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    padding: 10px;
    font-weight: 600;
    white-space: normal;
    font-family: 'raleway', sans-serif;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    background-color: #4ea638;
    color: #fff;
}

.dropdown-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu .sub-menu {
    background-color: #0f9a48;
    left: 100%;
    opacity: 0;
    padding: 7px 3px;
    position: absolute;
    top: 40px;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.dropdown-menu .sub-menu::before {
    width: 0; 
    height: 0; 
    border-left: none;
    border-right: none;
    border-bottom: none;
    content: '';
    left: 30px;
    margin-left: -17px;
    position: absolute;
    top: -10px;
}
.dropdown-menu .sub-menu li a {
    color: #ffffff;
}
.dropdown-menu .sub-menu li:hover {
    background-color:#FFFBFB;
}
.dropdown-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}
.dropdown-menu .sub-menu li:hover + li a {
    border-color: transparent;
}
.dropdown-menu .sub-menu .sub-menu {
    background-color: #0f9a48;
    left: 100%;
    opacity: 0;
    padding: 12px 0 0;
    position: absolute;
    top: 40px;
    visibility: hidden;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.dropdown-menu .sub-menu .sub-menu li:first-child a {
    border-color: transparent;
}
.dropdown-menu .sub-menu .sub-menu li:hover {
    background-color: #0f9a48;
}
.dropdown-menu .sub-menu .sub-menu li:hover a {
    border-color: transparent;
    color: #fff;
}
.dropdown-menu .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}
.dropdown-menu .sub-menu .sub-menu li:hover + li a {
    border-color: transparent;
}
.dropdown-menu .sub-menu .sub-menu .sub-menu {
    background-color: #0f9a48;
    left: 100%;
    opacity: 0;
    padding: 12px 0 0;
    position: absolute;
    top: 40px;
    visibility: hidden;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.dropdown-menu .sub-menu .sub-menu .sub-menu li:first-child a {
    border-color: transparent;
}
.dropdown-menu .sub-menu .sub-menu .sub-menu li:hover {
    background-color: #679f1a;
}
.dropdown-menu .sub-menu .sub-menu .sub-menu li:hover a {
    border-color: transparent;
    color: #fff;
}
.dropdown-menu .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}
.dropdown-menu .sub-menu .sub-menu .sub-menu li:hover + li a {
    border-color: transparent;
}
/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
    *zoom: 1; }
.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_icon:before {
    background: transparent;
    width: 1.125em;
    height: 0.875em;
    display: block;
    content: "";
    position: absolute; }
.slicknav_menu .slicknav_no-text {
    margin: 0; }
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_menu:before {
    content: " ";
    display: table; }
.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
    clear: both; }
.slicknav_nav ul {
    display: block; }
.slicknav_nav li {
    display: block; }
.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item {
    cursor: pointer; }
.slicknav_nav .slicknav_item a {
    display: inline; }
.slicknav_nav .slicknav_row {
    display: block; }
.slicknav_nav a {
    display: block; }
.slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
    float: left; }

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: #0f9a48;
    padding: 5px; }
.slicknav_menu * {
    box-sizing: border-box; }
.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222; }

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden; }
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #4ea638;
    color: #fff; }
.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #4ea638;
    color: #fff; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{ background: #4ea638 !important; border: 1px solid #4ea638 !important; }
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px; }
.graph {}
.graph img{
    clear:both !important;
    width: 82% !important;
    border-radius : 0px !important;
    height : auto !important;
    margin-bottom : 15px !important;
    border : none !important;
}

.home-slider img,
.home-banner img {
    width: 100%;
}
.top-fopter {
    background-color: #1d1d1d;
    padding: 50px 0 0;
    font-family: 'Raleway', sans-serif;
}
.widget-footer {
    padding-bottom: 50px;
}
.widget-footer h3 {
    line-height: 24px;
    margin: 0 0 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.widget-footer p {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 30px;
    line-height: 20px;
}
.widget-footer a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.widget-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget-footer ul li {
    display: block;
}
.widget-footer ul li a {
    line-height: 16px;
    margin-bottom: 12px;
}
.widget-footer ul li:last-child a {
    margin-bottom: 0;
}
.sub-footer {
    background-color: #4f4f4f;
    padding: 20px 0;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.sub-footer p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
    display: block;
}
.sub-footer p a {
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
}
.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-icons li {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 3px 10px;
}
.social-icons li a {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background-color: #3b5998;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding-top: 10px;
}
.social-icons li:hover a {
    background-color: #fff;
    color: #3b5998;
}
.social-icons li.youtube a {
    background-color: #d32323;
}
.social-icons li.youtube:hover a {
    background-color: #fff;
    color: #d32323;
}
.social-icons li.twitter a {
    background-color: #45b0e3;
}
.social-icons li.twitter:hover a {
    background-color: #fff;
    color: #45b0e3;
}
.social-icons li.pinterest a {
    background-color: #ca2026;
}
.social-icons li.pinterest:hover a {
    background-color: #fff;
    color: #ca2026;;
}
.social-icons li.linkedin a {
    background-color: #0177b5;
}
.social-icons li.linkedin:hover a {
    background-color: #fff;
    color: #0177b5;
}
.social-icons li.google-plus a {
    background-color: #dd4b39;
}
.social-icons li.google-plus:hover a {
    background-color: #fff;
    color: #dd4b39;
}
.section-title {
    color: #4f4f4f;
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.lead {
    display: block;
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}
.page-content,
.inner-page-content {
    padding: 100px 0 70px;
    font-family: 'Raleway', sans-serif;
}
.inner-page-content img{ width:100%; }
.student-profile {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.student-profile li {
    background-color: #efefef;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    color: #4f4f4f;
    display: inline-block;
    margin: 0 7px 30px;
    padding: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600; 
    min-height: 546px;
    vertical-align: top;
    width: 23%;
    text-align: center;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease;
}
.student-profile li:nth-child(2n+4) {
    margin-right: 0;
}
.student-profile li h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #4f4f4f;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease;
}
.student-profile li img {
    border-radius: 100%;
    margin-bottom: 20px;
    border: 1px solid #fff;
    height: 200px;
    width: 200px;
}
.student-profile li p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 20px;
    color: #4f4f4f;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease;
	
}
.student-profile li address {
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 20px;
    font-weight: 600;
    color: #0072ff;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease;
}
.student-profile li .price-section span {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #959595;
    padding-right: 5px;
    position: relative;
    margin-bottom: 20px;
    border-right: 1px solid #959595;
    line-height: 15px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease;
}
.student-profile li .price-section span:last-child {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
}
.student-profile li span b {
    font-weight: 600;
    color: #4f4f4f;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease;
}
.student-profile li strong {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: 700;
    color: #4f4f4f;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease;
}
.student-profile li .btn {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
}
.student-profile li:hover {
    background-color: #0f9a48;
    color: #fff;
    border-color: #0f9a48;
}
.more-listing {
    display: block;
    font-size: 14px;
    color: #4f4f4f;
}
.student-profile li:hover h3,
.student-profile li:hover address,
.student-profile li:hover p,
.student-profile li:hover strong,
.student-profile li:hover b,
.student-profile li:hover .price-section span,
.student-profile li:hover .more-listing{
    color: #fff;
    border-color: #fff;
}
.student-profile li.sort-result {
}
.student-profile li.sort-result img {
    border-radius: 5px;
    border: none;
    height: auto;
    width: 100%;
}
.student-profile li.sort-result address {
    margin: 40px 0 40px;
    font-size: 30px;
}
.sorting-box {
    display: block;
    clear: both;
    margin-bottom: 50px;
    padding: 0 18px;
}
.sorting-box .checkbox {
    float: left;
    margin-top: 0;
}
.sorting-box .checkbox strong {
    text-transform: uppercase;
    color: #818181;
    font-family: 'raleway';
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-right: 5px;
}
.sorting-box .checkbox label {
    display: inline-block;
    color: #696969;
    text-transform: uppercase;
}
.sorting-box > ul {
    padding: 0;
    margin: 0;
    text-align: right;
}
.sorting-box > ul > li {
    display: inline-block;
    margin: 0 10px;
    min-width: 120px;
    text-align: left;
}
.sorting-box > ul > li > a {
    font-size: 16px;
    color: #818181;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
.sorting-box .caret {
    float: right;
    margin-top: 10px;
}
.sorting-box > ul > li > a:hover,
.sorting-box > ul > li > a:focus{
    text-decoration: none;
    color: #0f9a48;
}
.sorting-box .dropdown-menu {
    width: 230px;
}
.sorting-box .dropdown-menu li a {
    font-size: 16px;
}
.sorting-box .dropdown-menu::before {
    left: auto;
    right: 100px;
}
.center-align {
    float: none;
    margin: 0 auto;
    display: block;
}
.login-form {
    display: block;
    margin: 70px auto 50px;
    width: 100%;
}
.login-form .form-control {
    height: 45px;
    color: #34495e;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: none;
}
.login-form i {
    position: absolute;
    right: 15px;
    top: 17px;
    color: #c6e29f;
}
.login-form .form-control:focus {
    color: #34495e;
    border-color: #0f9a48;
}
.login-form .form-group:focus i {
    color: #0f9a48;
}

.login-form button {
    width: 100%;
    padding: 7px 0;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}
.lost-password {
    display: block;
    font-size: 16px;
    color: #707070;
    text-align: center;
}
.login-form a {
    display: inline-block;
    text-align: center;
    font-family: raleway;
    font-size: 12px;
    color: #707070;
}
.login-form a:hover {
    color: #0f9a48;
}

.profile-title {
    display: block;
    margin: 0 0 30px;
    background-color: #0f9a48;
    font-family: raleway;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 5px 5px 0 0;
    padding: 15px 0;
    font-weight: 700;
    text-transform: uppercase;
}
.student-profile-img img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}
.student-profile-img a {
    background-color: #0f9a48;
    display: block;
    padding: 7px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-transform: capitalize;
    border-radius: 5px;
    margin-bottom: 30px;
}
.form-box {
    display: block;
    border: 1px solid #FFFFFF;
    border-radius: 6px 6px 0 0;
    padding-bottom: 50px;
    margin-bottom: 30px;
}
.form-box .student-profile li {
    margin-bottom: 20px;
}
.form-box .table {
    margin-bottom: 0;
}
.status {
    color: #7b7979;
    font-size: 20px;
    display: block;
}
.status.checked {
    color: #0f9a48;
}
.status:hover {
    color: #7b7979;
}
.status.checked:hover {
    color: #0f9a48;
}
.popup {
    display: block;
    margin: 0 auto;
    background-color: #77ce80;
    /* height: 63px; */
    width: 63px;
    border-radius: 10%;
}
.popup img{
    width: 63px;
    border-radius: 10%;
	border: 2px solid #77ce80;
}
#map {
    width: 100% !important;
    margin-bottom: 30px;
}
.heading-button-box {
    display: block;
    margin-bottom: 30px;
}
.heading-button-box a {
    float: left;
    padding: 15px 0 15px 50px;;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #0f9a48;
    width: 50%;
}
.heading-button-box a:hover {
    background-color: #4ea638;
}
.school-account-btn {
    display: block;
    text-align: right;
    margin-bottom: 20px;
    padding: 0 7px;
}
.form-box .student-profile li:last-child {
    margin-right: 5px;
}
.form-box .student-profile li .price-section span {
    font-size: 11px;
    padding-right: 5px;
}
.form-group p {
    font-size: 12px;
    margin-bottom: 0;
}
.form button,
.form-box input[type=submit],
.payment-box button,
.payment-box input[type=submit] {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;

}
.sign-up-school {
    padding: 30px 15px;
    /* margin-top: 50px; */
}
.form-check label {
    color: #707070;
}
.radio-button span {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
.radio-button b {
    display: block;
    clear: both;
    font-style: none;
    margin-top: 5px;
}
input[type="checkbox"] {
    display:blo;
}

input[type="checkbox"] + label {
    color:#f2f2f2;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    border: 3px solid #707070;
    background-color: #fff;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background-color: #0f9a48;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color:#f2f2f2;
    font-size: 24px;
    font-weight: 400;
    color: #464646;
}

input[type="radio"] + label span {
    display:inline-block;
    width:24px;
    height:24px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    border: 6px solid #707070;
    border-radius: 100%;
    background-color: #fff;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background-color: #0f9a48
}
.student-donor .table {
    margin-left: 15px;
    margin-right: 15px
}
.student-donor .table > tbody > tr > th, 
.student-donor .table > tbody > tr > td, 
.student-donor .table > thead > tr > th {
    text-align: left;
}
.payment-box {
    background-color: #e1e1e1;
    display: block;
    padding: 0 0 20px;
    margin-bottom: 30px;
}
.payment-box header {
    background-color: #0f9a48;
    text-transform: uppercase;    
    margin-bottom: 30px;
    border-right: 5px 5px 0 0;
}
.payment-box h3 {    
    color: #fff;
    font-size: 24px;
    font-weight: 600;    
    text-align: left; 
    padding: 15px 0;
    margin:  0 0 0 30px;
    display: inline-block;
}
.payment-box span {
    background: #4ea638;
    text-align: center;
    width: 60px;
    display: inline-block;
    padding: 18px 0;
    font-size: 24px;
    font-weight: 600; 
    color: #fff;
    line-height: 24px;
}
.payment-box .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.payment-box .form-horizontal .control-label {
    text-align: left;
    font-size: 16px;
    color: #585858;
    font-weight: 400;
}
.payment-box .form-horizontal .checkbox-inline {
    font-weight: 300;
    font-size: 14px;
    color: #333333;
}
.payment-box .form-check {
    display: block;
    padding: 0 15px;
}
.payment-box .form-check label {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
}
.payment-box .form-check label img {
    display: block;
    clear: both;
    margin: 30px 0;
}
.payment-box .form-check label input[type='radio'] {
	display: inline-block;
}
.payment-box ul {
    list-style: none;
    padding: 0 15px 0 30px;
    margin: 0;
}
.slicknav_menu {
    display:none;
}
.payment-box ul li {
    display: block;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 16px;
}
.payment-box ul li strong {
    display: inline-block;
    font-weight: 700;
    color: #464646;
    width: 38%;
    vertical-align: top;
}
.payment-box ul li p {
    display: inline-block;
    color: #818181;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    width: 60%;
}
#update_basic_info .btn-success {
    margin-top: 30px;
}
.bank-transfer-detail {
    display: block;
    padding: 0 15px 0 30px;
}
.bank-transfer-detail .form-control {
    width: 80%;
    display: inline-block;
}
.bank-transfer-detail .btn {
    height: 34px;
    line-height: 22px;
    font-size: 18px;
}
.aside-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 5px,5px,5px,5px;
}
.aside-menu ul li {
    display: block;
    position: relative;    
}
.aside-menu ul li:after {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #4ea638;
    position: absolute;
    top: 45px;
    right: 20px;
    z-index: 999;
    visibility: hidden;
    content: "";
}
.aside-menu ul li:last-child:after{
    border: none;
}
.aside-menu ul li a {
    display: block;
    background-color: #0f9a48;
    padding: 10px 0 10px 30px;
    color: #fff;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: raleway;
}
.aside-menu > ul > li:first-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.aside-menu > ul > li:last-child a{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.aside-menu ul li ul li a {
    padding: 10px 0 10px 50px;
}
.aside-menu ul li:hover:after {
    visibility: visible;
}
.aside-menu ul li a:hover {
    background-color: #4ea638;
}
.inner-page-content h3 {
    color: #083f1c;
    font-family: raleway;
    text-transform: capitalize;
    margin: 0 0 30px;
    text-align: left;
    font-weight: 700;
    line-height: 24px;
}
.inner-page-content h4 {
    color: #737373;
    font-family: raleway;
    text-transform: capitalize;
    margin: 0 0 10px;
    text-align: left;
    font-weight: 700;
    line-height: 18px;
}
.inner-page-content p {
    color: #737373;
    font-family: raleway;
    margin-bottom: 30px;
    font-size: 16px
}
.inner-page-content .col-sm-9 ul {
    padding: 0;
    margin: 0 0 30px 0;
}
.inner-page-content .col-sm-9 ul li {
    display: list-item;
    margin-bottom: 10px;
    color: #737373;
    list-style: square;
    list-style-position: inside;
}
.board_of_director p{
    text-align: justify;
    text-justify: inter-word;
}
.board_of_director table img {
    margin-right: 15px;
    margin-bottom: 20px;
}
.btn-center {
    text-align: right;
    margin-bottom: 30px;
}
.btn-center a {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border: none;
    padding: 15px 20px;
}
.about-section, 
.student-fund-detail {
    display: block;
    margin-bottom: 70px;
}
.about-section h3, 
.student-fund-detail h3 {
    font-size: 36px;
    color: #464646;
    font-weight: 600;
    margin: 0 0 30px;
    padding: 0 30px;
}
.about-section p {
    font-size: 16px;
    color: #464646;
    font-weight: 400;
    margin-bottom: 30px;
}
.single-fund-detail,
.funded-student-detail{
    margin: 0;

}
ul.funded-student-detail{
    padding-top:13%;
}
.single-fund-detail li,
.funded-student-detail li{
    display: block;
    text-align: left;
    font-size: 16px;
    color: #464646;
    font-weight: 400;
    margin-bottom: 10px;
}
.single-fund-detail li:last-child {
    color: #0f9a48;
    border-top: 2px solid #0f9a48;
    padding-top: 10px;
    font-weight: 600;
}
.single-fund-detail li span {
    float: right;
}
.fund-payment-method {
    display: block;
    margin-bottom: 70px;
    background-color: #e1e1e1;
    text-align: center;
    padding: 60px 0;
}
.fund-payment-method a.pay-btn{
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 50px;
    font-family: raleway;
}

.fund-payment-method h3 {
    font-size: 36px;
    color: #464646;
    margin: 0 0 80px;
    line-height: 40px;
}
.needed-student-box {
    display: block;
    margin-bottom: 70px;
}
.needed-student-box h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: left;
    color: #4f4f4f;
}
.progress{ width:100%; }
.needed-student-box .progress-bar-box {
    margin-bottom: 50px;
}
.needed-student-box .progress-bar-box p {
    font-size: 18px;
    color: #707070;
    font-weight: 600;
    margin-bottom: 0;
    width: 49%;
    display: inline-block;
}
.student-image-frame {
    display: block;
    width: 100%;
    text-align: center;
}
.student-image-frame img {
    border-radius: 100%;
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 88%;
}
.student-image-frame ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.student-image-frame ul li {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
}
.student-image-frame ul li a {
    display: block;
    color: #fff;
    font-size: 24px;
    height: 48px;
    width: 48px;
    vertical-align: middle;
    background-color: #0f9a48;
    border-radius: 100%;
    padding-top: 8px;
}
.needed-student-box input[type="radio"] + label {
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    text-transform: uppercase;
}

.needed-student-box input[type="radio"] + label span {
    width:22px;
    height:22px;
    border: 4px solid #707070;    
}
.needed-student-box .radio-button {
    margin-bottom: 50px;
}
.needed-student-box .radio-button p {
    display: inline-block;
    font-size: 30px;
    color: #4f4f4f;
    line-height: 22px;
    font-weight: 600;
}
.needed-student-box .form-control {
    background-color: #fff;
    height: 52px;
    border-width: 3px;
    margin-bottom: 5px;
    font-size: 35px;
    color: #707070;
}
.donate-as {
    margin-top: 10px;
}
.donate-as > ul {
    padding: 0;
    margin: 0;
    text-align: left;
}
.donate-as > ul > li {
    display: inline-block;
    margin: 0 10px;
    width: 320px;
    text-align: left;
}
.donate-as > ul > li > a {
    font-size: 24px;
    color: #818181;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
.donate-as .caret {
    border-width: 10px;
    float: right;
    margin-right: 12px;
    margin-top: 13px;
}
.donate-as > ul > li > a:hover,
.donate-as > ul > li > a:focus{
    text-decoration: none;
    color: #0f9a48;
}
.donate-as .dropdown-menu {
    width: 100%;
}
.donate-as .dropdown-menu li a {
    font-size: 16px;
}
.donate-as .dropdown-menu::before {
    left: auto;
    right: 10px;
}

.sticky_video-container{
		/*background-color: #333;*/
		padding: 0px;
		margin: 0px;
		position: fixed;
		right: -119px;
		top:40%;
		width: 200px;

	}

	.sticky_video li{
		list-style-type: none;
		background-color: #4ea638;
		color: #fff;
		height: 31px;
		padding: 0px;
		margin: 0px 0px 1px 0px;
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
		cursor: pointer;
		/* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");  */
        
                -webkit-filter: grayscale(0%); 

	}

	.sticky_video li:hover{
		margin-left: -175px;
		/*-webkit-transform: translateX(-115px);
		-moz-transform: translateX(-115px);
		-o-transform: translateX(-115px);
		-ms-transform: translateX(-115px);
		transform:translateX(-115px);*/
		/*background-color: #8e44ad;*/
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
		
	}

	.sticky_video li img{
		float: left;
		margin: -10px -15px;
		margin-right: 10px;

	}

	.sticky_video li p{
		padding-left: 15px;
		margin: 56px 1px 0px 30px;
		text-transform: uppercase;
		line-height: 31px;
		font-weight:bold;
		color:#fff;

	}
	
	

.comments{
	    margin-top: 40px;
    margin-bottom: 0px;
	padding-bottom:40px;
}
h2.resultss {
    font-size: 14px;
    color: #fff;
    background-color: #0f9948;
    padding-top: 11px;
    padding-right: 20px;
    padding-bottom: 11px;
    padding-left: 20px;
    letter-spacing: 2px;
    margin: 0px 0 20px;
	display:inline-block;
}
.comments textarea{
	background:#fFF;
	height:130px;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
  padding:6px 15px;
  border:#71cb7a 1px solid;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0 0 15px;
	color:#3c5848;
	float:left;
	text-decoration:none;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	resize:none;
}

.comments .cmt_send{
	padding:0 40px 0;
	margin:0 0 10px;
	display:inline-block;
	background:rgb(44,125,60);
	border:#177029 1px solid;
	line-height:37px;
	height:37px;
	display:inline-block;
	clear:both;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
	float:right;
}
.comments .cmt_send:hover{
	background:rgba(44,125,60,0.7);
}

.media-list{
	padding:0 0 0;
	margin:0 0 0;
}
.comments ul{
	margin-bottom:40px;
}
.comments ul li{
	list-style:none;
	line-height:inherit;
	overflow:hidden;
}
.comments ul li img{
	vertical-align:top;
	border: 2px solid #70ce80;
    border-radius: 5%;
}

.comments ul li .author_pic{
	display:table-cell;
	vertical-align:top;
}
.comments ul li .author_pic img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.comments ul li .comment_details{
	display:table-cell;
	vertical-align:top;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px 0 20px;
}
.comments ul li .comment_details h3{
	font-size: 20px;
	font-weight:600;
    color: #09411f;
    margin-bottom: 0px;
}
.ico_calen{
	display:block;
	background:url(images/ico_cal.png) no-repeat left center;
	padding:0 0 0 20px;
	font-size: 14px;
	font-weight:normal;
	line-height:16px;
    color: #757575;
    font-family: 'Open Sans', sans-serif;
	margin-bottom:10px;
}
.comments ul li p{
	font-size:13px;
	color: #000;
    font-family: 'Open Sans', sans-serif;
	line-height:18px;
	margin:0 0 10px;
}
.comments ul li .ico_reply{
	font-size:14px;
	color: #000;
    font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	margin:10px 0 0;
	text-decoration:none;
	border:#f78d1f 1px solid;
	padding:0 20px 0;
	display:inline-block;
	line-height:33px;
}
.comments ul li .ico_reply:hover{
	text-decoration:none;
	background:#0f9948;
	color:#FFF;
}
.comments ul li ul{
	margin-top:20px;
	padding:0 0 0 50px;
	margin-bottom:0;
}
.comments ul li ul li{
	border-top:#eeeeee 1px solid;
	padding:10px 0 0 0;
}


@media only screen and (max-width: 1169px) {
    .navbar-nav > li > a {
        padding: 10px;
    }
}
@media only screen and (max-width: 992px) {
    .navbar-nav > li {
        margin-right: 5px;
    }
    .navbar-nav > li > a {
        font-size: 12px;
        line-height: 14px;
        padding: 10px;
    }
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .dropdown-menu::before {
        right: 3px;
        left: auto;
    }
    .page-content, .inner-page-content {
        font-family: "Raleway",sans-serif;
        padding: 50px 0 40px;
    }
    .section-title {
        font-size: 26px;
    }
    .widget-footer h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 25px;
    }
    .widget-footer p {
        line-height: 18px;
        margin-bottom: 20px;
    }
    .sorting-box .checkbox {
        margin-top: 0;
    }
    .sorting-box .dropdown-menu {
        width: 195px;
    }
    .sorting-box .dropdown-menu::before {
        right: 69px;
    }
    .sorting-box .dropdown-menu li a {
        font-size: 12px;
        padding: 5px 10px;
    }
    .student-profile li {
        width: 31%;
    }
    .rounded-btn {
        margin-top: 50px;
    }
    .aside-menu ul li a {
        font-size: 16px;
        padding: 10px 0 10px 10px;
    }
    .aside-menu ul li ul li a {
        padding: 10px 0 10px 22px;
    }
    #faqs h3 {
        font-size: 20px;
    }
    .login-form {
        margin: 50px auto 30px;
    }
    .needed-student-box h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .needed-student-box .radio-button p {
        font-size: 24px;
        line-height: 22px;
        display: block;
    }
    .radio-button span {
        width: 50%;
    }
    .needed-student-box .form-control {
        font-size: 18px;
        height: 43px;
    }
    .donate-as {
  margin-top: 6px;
}
.donate-as > ul > li {
  width: 100%;
}
.radio-button span {
  width: 49%;
}
input[type="radio"] + label {
  color: #464646;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
}
@media only screen and (max-width: 767px) {
    .logo {
        display: inline-block;
        float: left;
        padding: 12px 0 15px;
        width: 165px;
    }
    .top-header {
        float: right;
        padding: 34px 0 0;
    }
    .top-header ul li a {
        border-width: 2px;
        font-size: 18px;
        height: 34px;
        padding-top: 2px;
    }
    .js #menu {
        display:none;
    }
    .js .slicknav_menu {
        display:block;
    }
    .navbar-toggle {
        margin-right: 10px;
    }
    .page-content, 
    .inner-page-content {
        padding: 30px 0 10px;
    }
    .section-title {
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: 700;
    }
    .lead {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .widget-footer {
        padding-bottom: 20px;
    }
    .widget-footer p {
        line-height: 18px;
        margin-bottom: 15px;
    }
    .widget-footer h3 {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 20px;
    }
    .sorting-box .checkbox {
        float: none;
    }
    .sorting-box > ul {
        text-align: left;
    }
    .sorting-box > ul > li {
        margin: 0 10px 0 0;
    }
    .student-profile li {
        width: 47%;
    }
    .rounded-btn {
        margin: 30px auto 50px;
    }
    .inner-page-content h3 {
        margin: 0 0 10px;
        font-size: 18px;
    }
    .inner-page-content p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .login_btn {
        padding: 10px;
    }
    #faqs h3 {
        font-size: 18px;
    }
    #faqs p span {
        font-size: 14px !important;
    }
    .login-form {
        margin: 30px auto 10px;
    }
    .profile-title {
        font-size: 18px;
        padding: 15px 10px;
    }
    .needed-student-box .radio-button {
        margin-bottom: 30px;
    }
    .needed-student-box h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .needed-student-box .progress-bar-box {
        margin-bottom: 30px;
    }
    .radio-button span {
        width: 50%;
    }
    .needed-student-box input[type="radio"] + label span {
        border: 1px solid #707070;
        height: 14px;
        width: 14px;
        margin: -2px 2px 0 0;
    }
    .needed-student-box input[type="radio"] + label {
        font-size: 12px;
    }
    .needed-student-box .radio-button p {
        font-size: 22px;
        display: block;
    }
    .needed-student-box .form-control {
        font-size: 22px;
        height: 40px;
    }
    .fund-payment-method h3 {
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 30px;
    }
    input[type="radio"] + label {
        font-size: 12px;
    }
    .radio-button span {
        width: 48%;
    }
    .fund-payment-method {
        margin-bottom: 30px;
        padding: 25px 0;
    }
    .fund-payment-method a.pay-btn {
        font-size: 16px;
        padding: 8px 36px;
    }
    input[type="radio"] + label span {
        border: 2px solid #707070;
        height: 14px;
        margin: -2px 5px 0 0;
        width: 14px;
    }
}
@media only screen and (max-width: 479px) {
    .logo {
        width: 120px;
    }
    .top-header {
        padding: 20px 0 0;
    }
    .sorting-box .dropdown-menu::before {
        right: 42px;
    }
    .sorting-box .dropdown-menu {
        width: 169px;
    }
    .student-profile li {
        display: block;
        float: none;
        margin: 0 auto 15px;
        width: 95%;
    }
    .student-profile li:nth-child(2n+4) {
        margin: 0 auto 15px;
    }
	.top-hajana-btn{
		left:30%;
	}
	.needed-student-box .progress-bar-box p{
		font-size:14px; 
	}
	.student-fund-detail h3{
		padding:0;
	}
	.single-fund-detail, .funded-student-detail{
		padding:0; 
	}
}

@media only screen and (width: 360px){
	#p-bar{
		left:7%;
	}
}

@media only screen and (width: 375px){
	#p-bar{
		left:9%;
	}
}
@media only screen and (width: 384px){
	#p-bar{
		left:11%;
	}
}
@media only screen and (width: 411px){
	#p-bar{
		left:13%;
	}
}
@media only screen and (width: 412px){
	#p-bar{
		left:13%;
	}
}
@media only screen and (width: 413px){
	#p-bar{
		left:13%;
	}
}

@media only screen and (width: 445px){
	#p-bar{
		left:15%;
	}
}