@charset "utf-8";
/* CSS Document */

/*a, a:hover {
    color: #ea3338;
    text-decoration: none;
}*/
body{
	font-size:14px;
    font-family: 'Open Sans', sans-serif !important;
    background-color:#fff !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, code, h1, h2, h3, h4, h5, h6, kbd, pre, samp {
	color: inherit;
    font-family: 'Open Sans', sans-serif;
}
.card-block-manual h4.card-title {
    text-align: center;
}
.card-block-manual h4.card-title a {
    color: #444;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    display: block;
    white-space: nowrap;
}

.line-under-heading {
    width: 100px;
    height: 2px;
    background: #ff6607;
    margin: 0 auto;
}
.section-heading h1 {
    font-size: 24px;
}
.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 100px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
    padding-top: 0;
    transform: translate(-50px, -50%);
}
.carousel-control.left, .carousel-control.right {
	background-image:none;
}
/*************Button CSS****************/
.btn-fill {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 35px;
  min-height: 60px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #111111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-fill:hover {
  background-color: transparent;
  color: #ffffff;
}
.btn-fill.color-green {
  border-color: #8cc63e;
  background-color: #8cc63e;
  color: #ffffff;
}
.btn-fill.color-green:hover {
  background-color: transparent;
  color: #8cc63e;
}
.btn-fill.color-yellow {
  border-color: #fad03b;
  background-color: #fad03b;
  color: #111111;
}
.btn-fill.color-yellow:hover {
  background-color: transparent;
  color: #fad03b;
}
.btn-fill.color-primary {
  border-color: #4c1864;
  background-color: #4c1864;
  color: #ffffff;
}
.btn-fill.color-primary:hover {
  background-color: transparent;
  color: #4c1864;
}
.btn-fill.color-red {
  border-color: #f50057;
  background-color: #f50057;
  color: #ffffff;
}
.btn-fill.color-red:hover {
  background-color: transparent;
  color: #f50057;
}
.btn-fill.color-blue {
  border-color: #00b0ff;
  background-color: #00b0ff;
  color: #ffffff;
}
.btn-fill.color-blue:hover {
  background-color: transparent;
  color: #00b0ff;
}
.btn-fill.size-xl{
  font-size: 16px;
  padding: 5px 45px;
  min-height: 65px;
}
.btn-fill.size-lg {
  font-size: 15px;
  padding: 5px 40px;
  min-height: 60px;
}
.btn-fill.size-md {
  padding: 5px 32px;
  min-height: 55px;
  font-size: 15px;
}
.btn-fill.size-sm {
  font-size: 14px;
  padding: 5px 30px;
  min-height: 50px;
}
.btn-fill.size-xs {
  font-size: 13px;
  padding: 5px 26px;
  min-height: 40px;
}
.border-radius-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
/*************Button CSS End****************/
.page-banner-back{
		/*background:url(../../anakaya-web/images/page-banner-back.jpg);
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover;
		height:220px;*/
	}
.breadcrumb-area {
    padding: 20px 0 50px;
    color: #fff;
    background: rgb(104,100,97);
    background: linear-gradient(90deg, rgba(104,100,97,1) 0%, rgba(235,115,94,1) 49%, rgba(251,235,183,1) 100%);
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
ul.breadcrumb li a {
    color: #fff;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
.asked-area {
    padding: 70px 0;
}
.bottom-brdr {
    height: 2px;
    background: #fff;
}
.contact-info {
    position: relative;
    margin-bottom: 24px;
}
.contact-info .block ul li {
    margin-bottom: 5px;
}
.contact-info .block {
    padding-left: 30px;
}
.contact-info .fa {
    position: absolute;
    left: 0;
	top: 2px;
	font-size: 20px;
	color:#aeaeae;
}
.asked-area .sub_title {
    margin-bottom: 35px;
}
.asked-area .sub_title h3 {
    font-size: 28px;
    margin-top: 0;
}
.welcome-text {
    text-align: right;
    font-size: 20px;
    color: #7b0435;
    font-weight: 600;
    margin-top: 10px;
}
.contact-info .block ul {
    list-style-type: none;
    padding: 0;
}
.contact-info .block ul li a {
    color:#333;
}
.top-links {
    margin: 0;
    padding: 0;
    text-align: right;
    margin-top: 5px;
}
ul.links-top {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    width: 100%;
}
.links-top li {
    display: inline-block;
    padding: 5px;
    /* float: left; */
}
.links-top li:last-child {
	padding-right:0;
}
.links-top li img {
	max-width:20px;
}
.links-top li a {
	color:#111;
}
.links-top li a:hover {
	text-decoration:none;
}
.top-bar {
    background: #ffeed8;
}
.menu-bar {
	background:#ff6607;
}
.menu-bar {
    /*border-bottom: 2px solid #ea3338;*/
}
.btn-gradient {
    background: #ffbc5e;
    background: -moz-linear-gradient(left, #ffbc5e 0%, #f97b54 40%, #ffbc5e 100%);
    background: -webkit-linear-gradient(left, #ffbc5e 0%,#f97b54 40%,#ffbc5e 100%);
    background: linear-gradient(to right, #ffbc5e 0%,#f97b54 40%,#ffbc5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbc5e', endColorstr='#ffbc5e',GradientType=1 );
    color:#fff !important;
}
.btn-gradient:hover {
    background: #f79f5b; /* Old browsers */
    background: -moz-linear-gradient(left,  #f79f5b 0%, #f26752 40%, #f79f5b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #f79f5b 0%,#f26752 40%,#f79f5b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #f79f5b 0%,#f26752 40%,#f79f5b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79f5b', endColorstr='#f79f5b',GradientType=1 ); /* IE6-9 */

    color:#fff;
}
.checkbox-container {
    display: block;
	text-align:left;
	float:left;
    position: relative;
    padding-left: 25px !important;
    margin-bottom: 15px;
	font-weight: 400;
    cursor: pointer;
	font-size:14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-container a {
	color:#727272;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
	left: 0;
}

/* Create a custom checkbox */
.checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #c7c0c0;
    background: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkbox-checkmark {
    background-color: #fff;
    border: 1px solid #ea3338;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkbox-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkbox-checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #ea3338;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.login-link {
    float: right;
}
.login-form-block {
	max-width: 450px;
	width:100%;
	border: 2px solid #ea3338;
	float: none;
	border-radius: 4px;
	margin: 0 auto;
	padding: 25px 20px 45px 20px;
	/*background: -moz-linear-gradient(bottom, rgba(245,237,209,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(245,237,209,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(245,237,209,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5edd1', endColorstr='#00ffffff',GradientType=0 );*/
}
.login-form-block .form-control {
    height: 45px;
}
.form-control, .form-control:focus {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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;
}
h1.login-heading-1, h3.login-heading-3 {
	padding: 0;
	text-align: center;
	font-size: 22px;
}

.login-border-box {
	margin-top: 50px;
}

.light-white-font {
	color: #ccc;
}

p.login-heading-type-5 {
	font-size: 15px;
	position: relative;
	margin-top: -26px;
	margin-bottom: 0px;
}

p.very-small {
	font-size: 10px;
	padding-left: 5px;
	margin-bottom: 20px;
}


.login-btn {
	border: 2px solid #28b1f1;
	padding: 8px 15px;
	text-align: center;
	color: #fff;
	font-size:14px;
	min-width: 150px;
	background: #32a9fb !important;
	border-radius: 5px;
}

.login-btn:hover {
	border: 2px solid #28b1f1;
	padding: 8px 15px;
	text-align: center;
	color: #000;
	background-color: transparent !important;
	min-width: 150px;
	border-radius: 5px;
}

input:focus {
	background: rgb(241, 241, 241) none repeat scroll 0 0;
	border: medium none rgba(0, 0, 0, 0);
}

@media (max-width: 991px) {

	.login-logo-box {
		margin-top: 0px;
		position: relative;
		margin-right: 0px;
		padding: 10px;
		text-align: center;
	}

	.checkbox {
		text-align: left;
	}

	.login-form-box {
		margin-top: 0%;
		border-radius: 0px;
	}

	.login-bg {
		padding-top: 0;
		padding-bottom: 0px;
		height: auto;
	}

	h1.login-heading-1, h3.login-heading-3 {
		display: none;
	}

}
.logo-anakaya img {
    width: 65px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: auto;
        min-width: 100%;
        width: 100%;
        max-width: 100%;
        line-height: 1;
}
.bg-light-grey {
    background: #f5f5f5;
}
.line-under-heading {
    width: 100px;
    height: 2px;
    background: #ea3338;
    margin: 0 auto;
}
.left-side-line.line-under-heading {
    float: left;
}
.heading-section {
    margin-bottom: 30px;
}
.image-part-1 {
    width: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    height: 144px;
}
.content-box {
    background: #fbebb7;
    padding: 5px;
	min-height:115px;
}
.content-box img {
	width:100%;
}
.image-part-1 img {
	width:100%;
}
.main-feature-img .clearfix .col-md-3 {
	padding-left:0 !important;
	padding-right:0 !important;
}
.main-feature-img .content-box {
	border-right:2px solid #e6d08b;
}
.main-feature-img .content-box.right-no-border {
	border-right:none;
}
.main-feature-img .clearfix {
    border-right: 2px solid #e6d08b;
    border-left: 2px solid #e6d08b;
    border-bottom: 2px solid #e6d08b;
    box-shadow: 0px 5px 8px #0000003d;
}
.two-color-heading {
	font-weight:bold;
	font-size:32px;
	color:#111;
}
.two-color-heading span {
	color:#ea3338;
}
.mt-10{
	margin-top:10px
}
.mt-20{
	margin-top:20px
}
.mt-30{
	margin-top:30px
}
.mt-40{
	margin-top:40px
}
.mt-50{
	margin-top:50px
}
.mb-10{
	margin-bottom:10px
}
.mb-20{
	margin-bottom:20px
}
.mb-30{
	margin-bottom:30px
}
.mb-40{
	margin-bottom:40px
}
.mb-50{
	margin-bottom:50px
}
.pt-10{
	padding-top:10px
}
.pt-20{
	padding-top:20px
}
.pt-30{
	padding-top:30px
}
.pt-40{
	padding-top:40px
}
.pt-50{
	padding-top:50px
}
.pb-10{
	padding-bottom:10px
}
.pb-20{
	padding-bottom:20px
}
.pb-30{
	padding-bottom:30px
}
.pb-40{
	padding-bottom:40px
}
.pb-50{
	padding-bottom:50px
}
.section-padding{
	padding:80px 0;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-x: hidden;
    transition: 0.5s;
    text-align:left;
	-webkit-box-shadow: -2px 4px 28px -5px rgba(73,169,194,1);
	-moz-box-shadow: -2px 4px 28px -5px rgba(73,169,194,1);
	box-shadow: -2px 4px 28px -5px rgba(73,169,194,1);
}
.mob-menu {
    height: 100vh;
    overflow-y: auto;
    width: 280px;
    float: right;
    background: #fff;
}
.sidenav a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    border-top: 1px solid #9e9b9b;
    display: block;
    transition: 0.3s;
}
ul.mob-links {
    padding: 0;
    list-style-type: none;
}
.sidenav ul li a {
    color: #000;
    padding-left: 30px;
    border-bottom: 1px solid #aeaeae !important;
    border: none;
	font-size:12px;
}
.sidenav .closebtn {
    position: absolute;
    top: 8px;
    right: 265px;
    font-size: 30px;
    border: 1px solid #ea3338;
    padding: 3px 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ea3338;
    color: #fff;
    z-index: 999999;
    line-height: 22px;
}
.menu-bars {
    float: right;
    padding: 32px 0;
}
.card-h-1 {
    background: #fff;
    padding: 5px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: -1px 5px 15px #efefef;
	margin-bottom:20px;
}
.box-content p {
    font-size: 13px;
}
.box-heading-t-1 h2 {
    font-size: 18px;
    font-weight: 600;
	text-transform:uppercase;
}
.circle-img {
    max-width: 150px;
    margin: 0 auto;
}
.card-h-2 {
    background: #ea3338;
    padding: 0;
    text-align: center;
    border: 1px solid #ea3338;
    border-radius: 0px;
	margin-bottom:20px;
}
.venture-img {
	width:100%;
}
.venture-img img {
	max-width:100%;
}
.box-heading-t-2 h2 {
	color:#fff;
	font-size:18px;
	margin-top: 10px;
}
.request-bg {
    background-image: url(../../anakaya-web/images/requestbg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 0;
    position: relative;
    color: #fff;
	margin-top: 20px;
}
.request-bg-overlay {
    background: rgb(234, 51, 56);
    position: absolute;
    width: 100%;
    height: 100%;
}
.request-sec {
    padding: 30px 0 50px;
}
.request-sec h3 {
    margin: 20px 0 30px;
}
.request-sec .form-control {
    color: #fff;
    padding: 5px 10px;
    background: none;
    border-color: #fff;
    font-size: 12px;
    border-radius: 5px;
}
.request-sec textarea.form-control {
	height:100px;
	resize:none;
}
.request-sec .text-center {
    margin-top: 20px;
}
.request-sec input::-webkit-input-placeholder,
.request-sec textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.request-sec input::-moz-placeholder,
.request-sec textarea::-moz-placeholder {
  color: #ffffff;
}
.request-sec input:-moz-placeholder,
.request-sec textarea:-moz-placeholder {
  color: #ffffff;
}
.request-sec input:-ms-input-placeholder,
.request-sec textarea:-ms-input-placeholder {
  color: #ffffff;
}
.bottom-facility-sec {
    /*background: -moz-linear-gradient(bottom, rgba(245,237,209,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(245,237,209,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to top, rgba(245,237,209,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5edd1', endColorstr='#00ffffff',GradientType=0 );*/
    padding: 55px 0 40px;
    color: #fff;
	background:#ea3338;
}
.footer-widget {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.footer-social-links {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.footer-social-links li {
    list-style: none;
    margin-right: 15px;
}
.footer-social-links li a {
    width: 34px;
    height: 30px;
    display: flex;
    background: rgb(255 255 255 / 38%);
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: all ease-in-out 0.5s;
}
.footer-social-links li a:hover{
    background: linear-gradient(to right, #ffbc5e 0%, #f97b54 40%, #ffbc5e 100%);
}
.footer-app-box {
    margin-bottom: 13px;
}
.footer-app-box p {
    color: #c1c1c1;
    margin: 0px;
    margin-bottom: 8px;
    font-size: 15px;
}
.footer-app-box img {
    width: 6rem;
}
.footer-social-links li a i {
    color: #fff;
    font-size: 13px;
}
.bottom-facility-sec h4 {
    font-weight: bold;
    margin: 0 0 20px 0;
}
.bottom-facility-sec p {
    font-size: 12px;
}
.bottom-facility-sec .facilities {
    float: left;
    width: 100%;
}
.bottom-facility-sec .facilities ul {
    float: left;
    list-style-type: disc;
    color: #ea3338;
    padding-left: 15px;
	margin-top: 20px;
}
.bottom-facility-sec .facilities li {
    margin-bottom: 10px;
}
.news-div {
    float: left;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #ea3338;
    font-size: 12px;
}
.short-news {
    float: left;
    width: calc(100% - 73px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}
.read-more-news {
    float: left;
    padding-left: 10px;
    border-left: 1px solid #b3b3b3;
}
.read-more-news a {
    color: #ea3338;
}
a:hover{
	text-decoration:none;
}
ul.bottom-tips {
    padding: 0;
    font-size: 16px;
    text-align: center;
}
ul.bottom-tips li {
    list-style: none;
    padding: 0px 0px 0px 24px;
    position: relative;
    line-height: 24px;
    display: inline-block;
}
ul.bottom-tips li i {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #ea3338;
}
ul.bottom-tips li p, ul.bottom-tips li a {
    font-size: 14px;
	margin-bottom:0;
	color: #fff;
}
.bottom-more-link a {
    color: #ea3338;
    font-size: 14px;
}
.bottom-links ul {
    list-style-type: none;
    padding: 0;
}
.footer-txt {
    padding: 25px 0;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.bottom-links ul li:first-child {
    padding-left: 0;
}

.bottom-links ul li {
    display: inline-block;
    padding: 0px 10px 0px 10px;
}
.bottom-links ul li a {
    color: inherit;
}
.container-fluid.bottom-links {
    background: #ea3338;
    padding: 15px 0;
    color: #fff;
}
#vertical-ticker{
	height:170px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style-type:none;
}
.footer-bottom-links {
    /*width: calc(100% - 200px);*/
}
.footer-bottom-links p {
    margin:0;
}
@media (max-width:1199px) {
.main-feature-img {
    margin-top: -60px;
}
}

@media (max-width:991px) {
	ul.slimmenu, .menu-collapser{
		display:none !important;
	}
.top-bar .col-md-3 {
    float: left;
}
.top-bar .col-md-9 {
    float: right;
}
.container {
    width: 100% !important;
}
.menu-bar .container {
    width: 100% !important;
}
.bottom-links ul li:first-child {
    padding-left: 10px;
}
.bottom-links ul {
	margin:0;
}
.footer-bottom-links p {
    padding-left: 10px;
    font-size: 12px;
}
.bottom-links ul li a {
    color: inherit;
    font-size: 12px;
}
.bottom-links ul li{
	margin-bottom:10px;
}
}
@media (max-width:800px) {
	ul.slimmenu.collapsed li>ul {
		width: 100%;
	}
	ul.slimmenu li ul li{
		border:0 !important;
	}
}
@media (max-width:767px) {
.main-feature-img {
    margin-top: 0;
}

.menu-bars {
    float: right;
    padding: 18px 0;
}
.menu-bar .logo-anakaya img {
    width: 50px;
    padding: 5px 0;
}
.welcome-text {
    font-size: 12px;
    margin-top: 0;
}
.top-links {
    margin: 0;
    padding: 0;
    text-align: right;
    margin-top: 0;
    font-size: 12px;
}
ul.links-top {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    width: 100%;
}
.links-top li {
    display: block;
    padding: 0;
}
.footer-bottom-links {
    width: 100%;
}
.footer-logo{
	display:none;
}
.footer-bottom-links p {
    text-align:center;
}
}

.page-front-bg {
	background:url(../../anakaya-web/images/page-banner-front.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	min-height:200px;
}
.page-banner-front {
    position: relative;
    margin-top: -210px;
}
.padding-page-banner {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
}
.page-banner-heading {
    /* height: 200px; */
    padding-top: 8%;
    font-size: 22px;
    padding-left: 15px;
    color: #921e0a;
    font-weight: bold;
}
.sidebar-listing {
    width: 100%;
    box-sizing: border-box;
}
.sidebar-listing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-listing ul li {
	margin-bottom:5px;
}
.sidebar-listing ul li:last-child {
	margin-bottom:0px;
}
.sidebar-listing ul li:last-child a {
	border-bottom:0px;
}
.sidebar-listing ul li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #921e0a;
    text-transform: uppercase;
	border-bottom:1px solid #efefef;
}
.sidebar-widget {
    border: 1px solid #efefef;
    padding: 5px;
    margin-bottom: 10px;
	border-radius:3px;
    box-shadow: 0px 4px 10px #0000000f;
}
.sidebar-widget-2 {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #efefef;
    border-radius: 3px;
    box-shadow: 0px 4px 10px #efefef;
}
.sidebar-widget-2 .sidebar-widget-title h3 {
	font-weight:bold;
	font-size:20px;
}
.branch-listing ul {
    list-style-image: url(../anakaya-web/images/icons/branch-list-icon.jpg);
    margin: 0;
    padding-left: 22px;
}
.branch-listing ul li {
	margin-bottom:10px;
	margin-top:10px;
}
.branch-listing ul li a {
    color: #555;
    font-size: 14px;
    padding: 5px 0;
    text-decoration: none;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #efefef;
}
.imp-links {
    /*margin-top: -100px;*/
    position: relative;
}
.background-white {
    background: #fff;
}
.block {
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
}
.bg-red {
    background: #ff5050;
}
.bg-dark-red {
    background-color: #850808;
}
.bg-blue {
    background-color: #00aeef;
}
.bg-orange {
    background-color: #ff8932;
}
.bg-dark-blue {
    background: #236a9e;
}
.bg-green {
	background: #28D094;
}
.bg-purple{
	background: #9705c5;
}
.block h3 {
	color:#fff;
	font-size:16px;
}
.block h3 span {
	color:#fff;
	font-size:20px;
}
.moduel-title {
    background: #ff8556;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.moduel-details {
    background: #fcfcfc;
    /* min-height: 100px; */
    margin-top: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}
.moduel-btn {
    padding: 5px;
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
}
.card.moduel {
	margin-bottom:10px;
    font-size: small;
}

/*=============================== EDP CSS ============================================*/

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(255, 233, 219);
    border-radius: 7px;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    border-radius: 7px;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row >.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
label{
	margin-bottom:0;
}
.form-group {
    margin-bottom: 15px;
}
h4.card-title {
    margin: 5px 0 0;
}
input.btn, button.btn {
    padding: 10px 12px;
}
.input_wrapper{position:relative}
.plastic_select, input[type=url], input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], select, textarea {
    font-size: 14px;
    line-height: normal;
    padding: 5px 10px;
    border: 1px solid #C5C5C5;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    color: #555459;
    width: 100%;
    max-width: 100%;
    font-family: Slack-Lato,appleLogo,sans-serif;
    margin: 0;
    -webkit-transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
    -moz-transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
    transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    height: 40px;
}
.no_touch .plastic_select:hover,.no_touch input:hover,.no_touch select:hover,.no_touch textarea:hover{border-color:#2780f8}
.focus,.plastic_select:active,.plastic_select:focus,input[type=url]:active,input[type=url]:focus,input[type=text]:active,input[type=text]:focus,input[type=number]:active,input[type=number]:focus,input[type=email]:active,input[type=email]:focus,input[type=password]:active,input[type=password]:focus,select:active,select:focus,textarea:active,textarea:focus{border-color:#2780f8;box-shadow:0 0 7px rgba(39,128,248,.15);outline-offset:0;outline:0}

.large_bottom_margin {
    margin-bottom: 2rem!important;
}
.split_input{display:table;border-spacing:0}
.split_input_item{display:table-cell;border:1px solid #9e9ea6}
.split_input_item:not(:first-child){border-left:none}
.split_input_item:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}
.split_input_item:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}
.split_input_item.focused{border:1px double #2780f8;box-shadow:0 0 7px rgba(39,128,248,.3)}
.split_input_item input{height:5rem;text-align:center;font-size:2.5rem;border:none;background:0 0;box-shadow:none}
.split_input_item input:active,.split_input_item input:focus,.split_input_item input:hover{box-shadow:none}


.fs_split{position:absolute;overflow:hidden;width:100%;top:0;bottom:0;left:0;right:0;background-color:#e8e8e8;-webkit-transition:background-color .2s ease-out 0s;-moz-transition:background-color .2s ease-out 0s;transition:background-color .2s ease-out 0s}
.fs_split h1{font-size:2.625rem;line-height:3rem;font-weight:300;margin-bottom:2rem}
.fs_split label{margin-bottom:.5rem}
.fs_split .desc{font-size:1.25rem;color:#9e9ea6;margin-bottom:2rem}
.fs_split .email{color:#555459;font-weight:700}
.fs_split .header_error_message{margin:0 11%;padding:1rem 2rem;background:#fff1e1;border:none;border-left:.5rem solid #ffa940;border-radius:.25rem}
.fs_split .header_error_message h3{margin:0}
.fs_split .error_message{display:none;font-weight:700;color:#ffa940}
.fs_split .error input,.fs_split .error textarea{border:1px solid #ffa940;background:#fff1e1}
.fs_split .error input:focus,.fs_split .error textarea:focus{border-color:#fff1e1;box-shadow:0 0 7px rgba(255,185,100,.15)}
.fs_split .error .error_message{display:inline}
.confirmation_code_span_cell{display:table-cell;font-weight:700;font-size:2rem;text-align:center;padding:0 .5rem;width:2rem}
.confirmation_code_state_message{position:absolute;width:100%;opacity:0;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;transition:opacity .2s}
.confirmation_code_state_message.error,.confirmation_code_state_message.processing,.confirmation_code_state_message.ratelimited{font-size:1.25rem;font-weight:700;line-height:2rem}
.confirmation_code_state_message.processing{color:#3aa3e3}
.confirmation_code_state_message.error,.confirmation_code_state_message.ratelimited{color:#ffa940}
.confirmation_code_state_message ts-icon:before{font-size:2.5rem}
.confirmation_code_state_message svg.ts_icon_spinner{height:2rem;width:2rem}
.confirmation_code_checker{position:relative;height:12rem;text-align:center}
.confirmation_code_checker[data-state=unchecked] .confirmation_code_state_message.unchecked,.confirmation_code_checker[data-state=error] .confirmation_code_state_message.error,.confirmation_code_checker[data-state=processing] .confirmation_code_state_message.processing,.confirmation_code_checker[data-state=ratelimited] .confirmation_code_state_message.ratelimited{opacity:1}
.large_bottom_margin {
    margin-bottom: 2rem !important;
}
.p-4 {
    padding: 1.5rem!important;
}
.episode {
	margin-bottom:10px;
}
.episodes .episode-number {
    text-align: center;
    display: block;
    width: 50px;
    height: 50px;
    text-transform: uppercase;
    line-height: 44px;
    border-radius: 50%;
    font-size: 30px;
	margin:0 auto;
}
.episodes .episode-check {
    text-align: center;
    display: block;
    width: 50px;
    height: 50px;
    text-transform: uppercase;
    line-height: 44px;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto;
}
.episodes .complete-check {
    border: 2px solid #259829;
    border-radius: 50%;
    background: #4CAF50;
    color: #fff;
}
.episodes .episode-number.complete {
    border: 2px solid #259829;
    background: #4caf50;
    color: #fff;
}
.episodes .running {
    border: 2px solid #ff8932;
    background: #ff9b51;
    color: #fff;
}
.episodes .not-started {
    border: 2px solid #ff3434;
    background: #ff3434;
    color: #fff;
}
.countdown {
  max-width: 100%;
}
.countdown .header {
  color: #c61d1d;
  text-align: center;
  font-weight: normal;
  margin: 5px 0 10px 0;
}
.countdown .square {
display: inline-block;
/*padding: 2px;*/
margin: 0px;
text-align: center;
}
.countdown .digits {
    font-size: 15px;
    color: #444;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0px 5px;
    border-radius: 2px;
    font-weight: bold;
    /*background-image: -moz-linear-gradient( 90deg, rgb(14, 58, 105) 50%, rgb(35, 92, 154) 50%);*/
    /*background-image: -webkit-linear-gradient( 90deg, rgb(14, 58, 105) 50%, #235c9a 50%);*/
    /*background-image: -ms-linear-gradient( 90deg, rgb(14, 58, 105) 0%, rgb(35, 92, 154) 100%);*/
    /*box-shadow: 3px 3px 5px #737272;*/
    /*border: 1px solid #efefef;*/
}
.countdown .text {
  margin-top: 0px;
    color: #696767;
    font-size: 12px;
}

.moduel-body .list-group-item li {
	border-bottom:1px dotted #ff8556;
	padding-top:5px;
	padding-bottom:5px;
}
.moduel-body .list-group-item .list-unstyled li {
	border-bottom:none;
	padding-top:2px;
	padding-bottom:2px;
	font-size:11px;
	color:#666;
}

.field-validation-error{
    color:red;
}
.moduel-title a {
    color:#fff;
    text-decoration:none;
}
.moduel-title a:hover {
    color:#fff;
    text-decoration:none;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.moduel-body .list-group-item li:last-child{
	border-bottom:0;
}
.list-group-item {
    position: relative;
    display: block;
    background-color: #fff;
    list-style: decimal;
    border: 0;
	padding-left:25px;
}
.project-content .panel-title a {
    display: block;
    position: relative;
    color: #fff;
}
.project-content .panel-title a.collapsed:before {
    content: '';
    width: 1px;
    height: 11px;
    border-right: 1px solid #fff;
    display: block;
    position: absolute;
    right: 5px;
    top: 3px;
}
.project-content .panel-title a:after {
    content: '';
    width: 11px;
    height: 1px;
    border-top: 1px solid #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
}
.nav-pills.video-pills > li + li {
    margin-left: 0;
}
.nav-pills.video-pills > li a {
	color:#fff !important;
}
.bg-primary {
    background-color: #174577 !important;
}
.light-blue-bg {
    background-color: #5481b3 !important;
}
.episodes .panel-body {
    padding: 0;
    border: 1px solid #174577;
    border-top-color: #174577 !important;
}
.episodes .panel-body .table {
    margin: 0;
}
/************Assessment Test*****************/

/*.tab {*/
/*  !*display: none;*!*/
/*  -webkit-animation: slide-right .6s ease-out;*/
/*    -moz-animation: slide-right .6s ease-out;*/
/*    transform: scale(1);*/
/*}*/
.login-page.signup-form .section-title {
    margin-bottom: 10px;
}
.registration-form h4 {
    font-size: 20px;
    font-weight: normal;
}
.registration-form button#nextBtn, .registration-form .btn.btn-warning {
    font-weight: normal;
    padding: 6px 20px;
}
.signup-form .w3layouts-main h2 {
    color: #fff;
    padding: 15px 0;
	font-size:24px;
}
.registration-form .email {
	margin:10px 0;
}
.email.leg-div {
    border-bottom: 0;
    margin: 0;
}
.email.leg-div p {
    text-align: left;
    float: left;
    margin: 10px 0;
    width: 100px;
}
.radio.radio-inline {
    display: block;
    padding: 5px 15px;
    background-color: #f1f1f1;
    margin-bottom: 2px;
}
.answer-location .radio.radio-inline:hover {
	background-color: #ddd;
}
.radio-inline + .radio-inline {
	margin-left:0;
}
.radio-container {
    display: block;
    position: relative;
    color: #000;
    cursor: pointer;
    font-weight: 400;
	margin:0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 20px;
}
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio-checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #000;
    border-radius: 50%;
}
.radio-container input:checked ~ .radio-checkmark {
    border: 1px solid #ff6607 ;
}
.radio-container input:checked ~ .radio-checkmark:after, .radio-container input:checked ~ .radio-checkmark:before {
    display: block;
}

.radio-container .radio-checkmark:after {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff6607;
}
.radio-container .radio-checkmark:before {
    top: -3px;
    left: 19px;
    color: #f48500;
}
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-container {
    display: block;
	text-align:left;
    position: relative;
    padding-left: 25px !important;
    margin-bottom: 0px;
	font-weight: 400;
    cursor: pointer;
	font-size:14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-container a {
	color:#727272;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
	left: 0;
}

/* Create a custom checkbox */
.checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
	border: 1px solid #C5C5C5;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkbox-checkmark {
    border: 1px solid #00782b;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkbox-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkbox-checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #850808;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dropdown-toggle::after{
	content:none !important;
}
/*************Mobile Menu***************/
.navbar-toggleable-md .sidenav {
    justify-content: flex-end;
    display: flex!important;
    width: 100%;
}
.cloase-div {
    display: none;
}
ul.tr-dropdown-menu.dropdown-menu {
    margin: 0px 0 0 0;
    border: none;
}
.small-div {
   max-width: 450px;
   width: 100%;
   margin: 40px auto 30px;
   padding:0 15px;
}
.result-card {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    box-shadow: 5px 5px 5px #efefef;
}
.heading-top {
    background: #174577;
    color: #fff;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.list-inline li {
    display: inline-block;
}

.scheme-list {
    margin-bottom: 30px;
}
.scheme-list .scheme-name {
    height: auto;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.scheme-list .scheme-name:before {
    content: '';
    position: absolute;
    background: url(/assets/images/arrow-list-table.png);
    background-size: 75%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 0;
    top: 6px;
}
.gov-scheme-section {
    border-radius: 5px;
    padding: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.scheme-related-data img {
    width:auto;
}
.scheme-related-data span:nth-child(n) {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #4fd7e7;
}
.scheme-related-data span:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}
.bg-orange {
    background: #fa8b56 !important;
    color: #fff;
    font-weight: 700;
}
.card-block-manual2 .card-title {
    min-height: 50px;
}
.card-block-manual2 .card-title a {
    color: #444;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.card-block-manual2 .card-text {
    color: #777;
    font-style: italic;
    font-size: 13px;
    min-height: 40px;
}
.b-b-dot-orange {
    border-bottom: 1px dotted #fa8656;
    margin-bottom: 15px !important;
}
.digits:after {
    content: ':';
    position: absolute;
    z-index: 1;
    margin-left: 5px;
    font-weight: bold;
    margin-top: -1px;
}
.countdown .digits.no-dots:after {
    display: none;
}
.smaller-font {
    font-size: 13px;
}
.bg-yellow-t {
    background: #ffc600;
    text-align: center;
    /*padding: 9px 0;*/
}
.time {
    margin-bottom: 10px;
}
.bg-green-t {
    background: #82ca9c;
    text-align: center;
    /*padding: 9px 0;*/
    color: #fff;
}
.bg-green-t .countdown .square .digits {
    color: #fff;
}
.bg-yellow-light-t {
    background: #fff699;
}
.bg-yellow-light-t h6{
    color: #444444;
}
.bck-img-btn {
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem !important;
}
.card-disabled {
    background-color: rgba(245, 245, 245, 1);
    opacity: .7;
}
.card-disabled button {
    pointer-events: none;
}