/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700"); */
body {
	color: #888;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	background-color:#dddddd;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

a:hover {
	text-decoration: none
}

button {
	cursor: pointer
}

button:focus {
	outline: 0 !important;
	box-shadow: none !important
}
.login-input{
	height:55px;
	border-radius: 25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Josefin Sans", sans-serif;
	color: #2f2d4e;
	line-height: 1.2
}

h1,
.h1 {
	font-size: 70px
}
.heading{
    background: #1c528f;
    text-align: center;
    color: white;
    font-size: 15px;
    border: none;
	 font-weight: normal;
    border-radius: 0px;
    padding:7.5px;
	font-weight: 550;
	/* text-transform: capitalize; */
}
.heading tr, .heading td{
	font-size: 15px;
	padding:7px 0px;;
	color:white;
	font-weight: 600;
}
.nav-css{
    padding:10px;
    text-align: center;
    color: white;
    font-size: 16px;
    border: none;
    text-transform: capitalize;
    background: white;
    border-radius: 0px;
}
.marks{
	height:38px;
	padding:5px;
	display: block;
	text-align: center;
	border:1px solid rgb(202, 202, 202);
}
.marks-width{
	width:125px;
}
h2,
.h2 {
	font-weight: 600;
	font-size: 26px
}

@media (min-width: 1200px) {
	h2,
	.h2 {
		font-size: 50px
	}
}

h3,
.h3 {
	font-size: 24px;
	font-weight: 600
}

@media (max-width: 1000px) {
	h3,
	.h3 {
		font-size: 19px
	}
}

h4,
.h4 {
	font-size: 20px;
	font-weight: 500
}

@media (max-width: 450px) {
	h4,
	.h4 {
		font-size: 19px
	}
}

.primary-text {
	color: #e22104
}

.mb-75px {
	margin-bottom: 35px
}

@media (min-width: 992px) {
	.mb-75px {
		margin-bottom: 75px
	}
}

.bg-lightGray {
	background: #fbf9ff
}

.section-margin {
	margin: 65px 0
}

@media (min-width: 992px) {
	.section-margin {
		margin: 130px 0
	}
}

@media (min-width: 1200px) {
	.pb-xl-70 {
		padding-bottom: 70px
	}
}

@media (min-width: 992px) {
	.mb-lg-100 {
		margin-bottom: 100px
	}
}

.section-padding {
	padding: 10px 0
}

@media (min-width: 992px) {
	.section-padding {
		padding: 10px 0
	}
}

.header_area {
	transition: background 0.4s, all 0.3s linear;
	box-shadow: 0 3px 8px rgb(0 0 0 / 30%);
}

.header_area .navbar-right {
	min-width: 200px;
	text-align: right
}

@media (max-width: 991px) {
	.header_area .navbar-right {
		margin: 20px 0
	}
}

.header_area .navbar-brand {
	margin-right: 30px;
	padding: 0
}

.header_area .navbar-social {
	min-width: 95px;
	float: right
}

.header_area .navbar-social li {
	margin-right: 12px
}

.header_area .navbar-social li i,
.header_area .navbar-social li span {
	font-size: 13px
}

.header_area .navbar-social li:last-child {
	margin-right: 0
}

.header_area .navbar-social li a:hover i,
.header_area .navbar-social li span {
	color: #e22104
}

.header_area .menu_nav {
	width: 100%
}
.card-header{
	font-size: 14px;
	background-color: white;
	font-weight: 500;
}
.fixed-bottom{
	position:fixed; bottom:15px; width:100%
}
.header_area .navbar {
	background: #034a85;
	border: 0px;
	border-radius: 0px;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 12px;
	
}


.score{
	color:rgb(255, 255, 255);
	font-size: 14px;
	border-radius: 10px;
	background-color: rgb(255, 136, 0);
	padding: 5px;
}
.score1{
	font-size:25px;
	position: absolute;
	margin-left:7px;
	color: #006cb7;
	font-weight: 700;
	top:-2px;
}
.header_area .navbar .nav-right {
	min-width: 200px
}

.header_area .navbar .nav .nav-item {
	margin-right: 35px
}

.header_area .navbar .nav .nav-item .nav-link {
	color: #2f2d4e;
	text-transform: capitalize;
	font-size: 15px;
	padding: 20px 0;
	display: inline-block
}

.header_area .navbar .nav .nav-item .nav-link:after {
	display: none
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
	color: #e22104;
	opacity: 1
}

.header_area .navbar .nav .nav-item.submenu {
	position: relative
}

.header_area .navbar .nav .nav-item.submenu ul {
	border: none;
	padding: 0px;
	border-radius: 0px;
	box-shadow: none;
	margin: 0px;
	background: #fff;
}

@media (min-width: 992px) {
	.header_area .navbar .nav .nav-item.submenu ul {
		position: absolute;
		top: 120%;
		left: 0px;
		min-width: 200px;
		text-align: left;
		opacity: 0;
		transition: all 300ms ease-in;
		visibility: hidden;
		display: block;
		border: none;
		padding: 0px;
		border-radius: 0px;
		box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4)
	}
}

.header_area .navbar .nav .nav-item.submenu ul:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #eeeeee transparent transparent transparent;
	position: absolute;
	right: 24px;
	top: 45px;
	z-index: 3;
	opacity: 0;
	transition: all 400ms linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
	display: block;
	float: none;
	margin-right: 0px;
	border-bottom: 1px solid #ededed;
	margin-left: 0px;
	transition: all 0.4s linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
	line-height: 45px;
	color: #e22104 !important;
	padding: 0px 30px;
	transition: all 150ms linear;
	display: block;
	margin-right: 0px
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
	border-bottom: none
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
	background-color: #e22104;
	color: #fff !important
}

@media (min-width: 992px) {
	.header_area .navbar .nav .nav-item.submenu:hover ul {
		visibility: visible;
		opacity: 1;
		top: 100%
	}
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
	margin-top: 0px
}

.header_area .navbar .nav .nav-item:last-child {
	margin-right: 0px
}

.header_area .navbar .search {
	font-size: 12px;
	line-height: 60px;
	display: inline-block;
	margin-left: 80px
}

.header_area .navbar .search i {
	font-weight: 600
}

.header_area.navbar_fixed .main_menu {
	position: fixed;
	width: 100%;
	top: -70px;
	left: 0;
	right: 0;
	z-index: 99;
	transform: translateY(70px);
	transition: transform 500ms ease, background 500ms ease;
	-webkit-transition: transform 500ms ease, background 500ms ease;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1)
}

.header_area.navbar_fixed .main_menu .navbar {
	background: #005eac;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
	line-height: 20px
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item:hover .nav-link,
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item.active .nav-link {
	color: rgb(255, 0, 0)
}

@media (min-width: 992px) {
	.header_area.white_menu .navbar .navbar-brand img {
		display: none
	}
	.header_area.white_menu .navbar .navbar-brand img+img {
		display: inline-block
	}
}

@media (max-width: 991px) {
	.header_area.white_menu .navbar .navbar-brand img {
		display: inline-block
	}
	.header_area.white_menu .navbar .navbar-brand img+img {
		display: none
	}
}

.header_area.white_menu .navbar .nav .nav-item .nav-link {
	color: #fff
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
	display: inline-block
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img+img {
	display: none
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
	line-height: 70px
}

.top_menu {
	background: #ec9d5f
}

.top_menu .float-left a {
	line-height: 40px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 50px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.top_menu .float-left a:last-child {
	margin-right: 0px
}

.top_menu .float-right .pur_btn {
	color: #fff;
	line-height: 40px;
	display: block;
	padding: 0px 40px;
	font-weight: 500;
	font-size: 12px
}

@media (max-width: 1619px) {
	.header_area .navbar .search {
		margin-left: 40px
	}
}

@media (max-width: 1199px) {
	.header_area .navbar .nav .nav-item {
		margin-right: 28px
	}
	.home_banner_area .banner_inner {
		padding: 100px 0px
	}
	.header_area .navbar .tickets_btn {
		margin-left: 40px
	}
	.home_banner_area .banner_inner .banner_content h2 br {
		display: none;
		font-size: 36px
	}
	.home_banner_area .banner_inner .banner_content h2 {
		font-size: 36px;
		line-height: 45px
	}
}

@media (max-width: 991px) {
	.navbar-toggler {
		border: none;
		border-radius: 0px;
		padding: 0px;
		cursor: pointer;
		margin-top: 27px;
		margin-bottom: 23px
	}
	.header_area .navbar {
		background: #d1cff4
	}
	.header_area .navbar .nav-item.active .nav-link {
		color: #e22104 !important
	}
	.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
		opacity: 1
	}
	.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
		opacity: 0
	}
	.navbar-toggler[aria-expanded="true"] span:first-child {
		transform: rotate(-45deg);
		position: relative;
		top: 7.5px
	}
	.navbar-toggler[aria-expanded="true"] span:last-child {
		transform: rotate(45deg);
		bottom: 6px;
		position: relative
	}
	.navbar-toggler span {
		display: block;
		width: 25px;
		height: 3px;
		background: #e22104;
		margin: auto;
		margin-bottom: 4px;
		transition: all 400ms linear;
		cursor: pointer
	}
	.navbar .container {
		padding-left: 15px;
		padding-right: 15px
	}
	.nav {
		padding: 0px 0px
	}
	.header_top .nav {
		padding: 0px
	}
	.header_area .navbar .nav .nav-item .nav-link {
		padding: 12px 0;
		margin-right: 0px;
		display: block;
		border-bottom: 1px solid #ededed33;
		border-radius: 0px
	}
	.header_area .navbar .search {
		margin-left: 0px
	}
	.header_area .navbar-collapse {
		max-height: 340px;
		overflow-y: scroll
	}
	.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
		padding: 0px 15px
	}
	.header_area .navbar .nav .nav-item {
		margin-right: 0px
	}
	.home_banner_area .banner_inner .banner_content .banner_map_img {
		display: none
	}
	.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
		line-height: 40px
	}
	.header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
		line-height: 40px
	}
	.header_area.white_menu .navbar .nav .nav-item .nav-link {
		color: #222
	}
	.categories_post img {
		width: 100%
	}
	.categories_post {
		max-width: 360px;
		margin: 0 auto
	}
	.blog_categorie_area .col-lg-4 {
		margin-top: 30px
	}
	.blog_area {
		padding-bottom: 80px
	}
	.single-post-area .blog_right_sidebar {
		margin-top: 30px
	}
	.contact_info {
		margin-bottom: 50px
	}
	.home_banner_area .donation_inner {
		margin-bottom: -30px
	}
	.home_banner_area .dontation_item {
		max-width: 350px;
		margin: auto
	}
	.footer_area .col-sm-6 {
		margin-bottom: 25px
	}
	.footer_area .footer_inner {
		margin-bottom: -30px
	}
	.news_widget {
		padding-left: 0px
	}
	.home_banner_area .banner_inner .home_left_img {
		display: none
	}
	.header_area .navbar .tickets_btn {
		display: none
	}
	.home_banner_area .banner_inner {
		padding: 70px 0px 100px 0px
	}
	.left_side_text {
		margin-bottom: 50px
	}
	.price_item {
		max-width: 360px;
		margin: 0px auto 30px
	}
	.price_inner {
		margin-bottom: -30px
	}
}

@media (max-width: 767px) {
	.home_banner_area {
		min-height: 500px
	}
	.home_banner_area .banner_inner {
		min-height: 500px
	}
	.home_banner_area .banner_inner .banner_content {
		margin-top: 0px
	}
	.blog_banner .banner_inner .blog_b_text h2 {
		font-size: 40px;
		line-height: 50px
	}
	.blog_info.text-right {
		text-align: left !important;
		margin-bottom: 10px
	}
	.home_banner_area .banner_inner .banner_content h3 {
		font-size: 30px
	}
	.home_banner_area .banner_inner .banner_content p br {
		display: none
	}
	.home_banner_area .banner_inner .banner_content h3 span {
		line-height: 45px;
		padding-bottom: 0px;
		padding-top: 0px
	}
	.footer-bottom {
		text-align: center
	}
	.footer-bottom .footer-social {
		text-align: center;
		margin-top: 10px;
        border-radius: 25px;
	}
	.made_life_area.made_white .left_side_text {
		margin-bottom: 0px;
		margin-top: 30px
	}
}

@media (max-width: 575px) {
	.top_menu {
		display: none
	}
	.home_banner_area .banner_inner .banner_content h2 {
		font-size: 28px;
		line-height: 38px
	}
	.home_banner_area {
		min-height: 450px
	}
	.home_banner_area .banner_inner {
		min-height: 450px
	}
	.blog_banner .banner_inner .blog_b_text {
		margin-top: 0px
	}
	.home_banner_area .banner_inner .banner_content img {
		display: none
	}
	.home_banner_area .banner_inner .banner_content h5 {
		margin-top: 0px
	}
	.p_120 {
		padding-top: 70px;
		padding-bottom: 70px
	}
	.main_title h2 {
		font-size: 25px
	}
	.sample-text-area {
		padding: 70px 0 70px 0
	}
	.generic-blockquote {
		padding: 30px 15px 30px 30px
	}
	.blog_details h2 {
		font-size: 20px;
		line-height: 30px
	}
	.blog_banner .banner_inner .blog_b_text h2 {
		font-size: 28px;
		line-height: 38px
	}
	
	.pad_top {
		padding-top: 70px
	}
	.pad_btm {
		padding-bottom: 70px
	}
}

@media (max-width: 480px) {
	.header_area .navbar-collapse {
		max-height: 250px
	}
	.home_banner_area .banner_inner .banner_content {
		padding: 30px 15px;
		margin-top: 0px
	}
	.banner_content .white_btn {
		display: block
	}
	.home_banner_area .banner_inner .banner_content h3 {
		font-size: 24px
	}
	.banner_area .banner_inner .banner_content h2 {
		font-size: 32px
	}
	.comments-area .thumb {
		margin-right: 10px
	}
	.testi_item .media .d-flex {
		padding-right: 0px
	}
	.testi_item .media .d-flex img {
		width: auto;
		margin-bottom: 15px
	}
	.testi_item .media {
		display: block
	}
	.banner_btn {
		margin-bottom: 20px
	}
}

.hero-left {
	padding: 10px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px
}

@media (min-width: 576px) {
	.hero-left {
		text-align: left;
		margin-top: 0;
		margin-bottom: 0;
		width: 50%;
		float: left;
		padding-left: 7%;
		padding-top: 10%
	}
}

@media (min-width: 1400px) {
	.hero-left {
		padding-left: 18%
	}
}

@media (min-width: 1840px) {
	.hero-left {
		padding-left: 21%
	}
}

.hero-title {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 25px;
	line-height: 0.929
}

@media (min-width: 840px) {
	.hero-title {
		margin-bottom: 50px
	}
}

@media (min-width: 991px) {
	.hero-title {
		font-size: 50px
	}
}

@media (min-width: 1140px) {
	.hero-title {
		font-size: 70px
	}
}

.hero-info {
	padding-top: 60px
}

@media (min-width: 1420px) {
	.hero-info {
		padding-top: 140px
	}
}

.hero-info li {
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 10px
}

@media (min-width: 850px) {
	.hero-info li {
		float: left;
		border-right: 1px solid #eeeeee;
		margin-bottom: 0
	}
}

@media (min-width: 1200px) {
	.hero-info li {
		padding-right: 35px;
		padding-left: 35px
	}
}

.hero-info li:first-child {
	padding-left: 0
}

.hero-info li:last-child {
	border-right: 0;
	padding-right: 0
}

.hero-info h4 {
	font-size: 18px;
	margin-top: 15px
}

.hero-info::after {
	content: "";
	display: block;
	clear: both;
	display: table
}

.hero-banner__video {
	background: url(../img/home/play-icon.png) left center no-repeat;
	margin-left: 15px;
	padding: 12px 5px 12px 45px !important;
	font-size: 14px;
	font-weight: 600;
	color: #2f2d4e
}

@media (min-width: 800px) {
	.hero-banner__video {
		margin-left: 35px
	}
}

.hero-banner__video img {
	margin-right: 7px
}

@media (min-width: 576px) {
	.hero-right {
		width: 43%;
		float: left
	}
}

.hero-wrapper {
	position: relative
}

.hero-wrapper .social-icons {
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
	left: 25px
}

@media (min-width: 1400px) {
	.hero-wrapper .social-icons {
		left: 75px
	}
}

.hero-wrapper .social-icons li {
	margin-bottom: 35px
}

.hero-wrapper .social-icons li:last-child {
	margin-bottom: 0
}

.hero-wrapper .social-icons i,
.hero-wrapper .social-icons span {
	font-size: 20px;
	color: #2f2d4e
}

.hero-wrapper .social-icons a:hover i,
.hero-wrapper .social-icons a:hover span {
	color: #e22104
}

.hero-wrapper::after {
	content: "";
	display: block;
	clear: both;
	display: table
}

.hero-carousel {
	position: relative
}

.hero-carousel .owl-dots {
	position: absolute;
	top: 50%;
	right: 15px;
	margin: 0;
	transform: translateY(-50%)
}

@media (min-width: 576px) {
	.hero-carousel .owl-dots {
		right: -25px
	}
}

@media (min-width: 992px) {
	.hero-carousel .owl-dots {
		right: -65px
	}
}

.hero-carousel .owl-dots .owl-dot {
	display: block
}

.hero-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 7px 7px;
	background: #d2d2d2
}

.hero-carousel .owl-dots .owl-dot.active span {
	margin-left: 9px;
	width: 5px;
	height: 5px;
	background-color: #e51002;
	position: relative
}

.hero-carousel .owl-dots .owl-dot.active span::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: -5px;
	border: 2px solid #e51002
}

.hero-banner-sm .hero-title {
	font-size: 30px;
	margin-bottom: 15px
}

@media (min-width: 1000px) {
	.hero-banner-sm .hero-title {
		font-size: 60px
	}
}

.hero-banner-sm .hero-info {
	padding-top: 20px
}

@media (min-width: 1000px) {
	.hero-banner-sm .hero-info {
		padding-top: 40px
	}
}

.hero-banner-sm .hero-left {
	padding-top: 7%
}

.hero-banner-sm .hero-right .owl-carousel {
	max-height: 600px;
	overflow: hidden
}

@media (min-width: 575px) {
	.hero-banner-sm .hero-right {
		width: 50%
	}
}

.banner-breadcrumb {
	display: inline-block
}

.banner-breadcrumb .breadcrumb {
	background: transparent;
	padding: 0
}

.banner-breadcrumb .breadcrumb-item {
	padding: .1rem
}

.banner-breadcrumb .breadcrumb-item a {
	text-transform: capitalize;
	color: #fff
}

.banner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
	padding-left: .2rem;
	padding-right: .4rem
}

.banner-breadcrumb .breadcrumb-item.active {
	color: #fff
}

.section-intro {
	max-width: 460px
}
.icon-ti{
	position:absolute;
	margin-top:-41px; 
	right:20px;
	color: #07C;
	height:44px; width: 44px;
	font-size:18px;
	display: flex;
  justify-content: center;
  align-items: center;
  border-radius:25px;
  text-align: center;

	font-weight: 600;
}
.section-intro .intro-title {
	display: inline-block;
	font-size: 24px;
	color: #e22104;
	padding-right: 115px;
	position: relative;
	margin-bottom: 15px
}

.section-intro .intro-title::after {
	content: "";
	display: block;
	height: 1px;
	min-width: 100px;
	background-color: #3a414e;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.featured-item {
	background: #fff8f7;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.featured-item a {
	display: inline-block
}

.featured-item h3 {
	margin-bottom: 0
}

.featured-item p {
	margin-bottom: 10px
}

.featured-item .item-body {
	padding: 30px
}

.featured-item:hover {
	box-shadow: 0px 10px 20px 0px rgba(8, 6, 89, 0.1)
}

.featured-item:hover .item-body {
	background: #fff
}

.price-tag {
	font-family: "Open Sans", sans-serif;
	color: #e22104
}

.rating-star li {
	display: inline-block;
	margin-right: 2px
}

.rating-star li:last-child {
	margin-right: 0
}

.rating-star li i,
.rating-star li span {
	font-size: 11px;
	color: #ffbe0f
}

.featured-carousel {
	position: relative
}

.featured-carousel .owl-stage-outer {
	padding-bottom: 30px
}

.featured-carousel .owl-nav i,
.featured-carousel .owl-nav span {
	font-size: 40px;
	color: #efefef
}

@media (min-width: 1240px) {
	.featured-carousel .owl-nav i,
	.featured-carousel .owl-nav span {
		font-size: 80px
	}
}

.featured-carousel .owl-nav button {
	padding: 0;
	margin: 0;
	opacity: 1 !important
}

.featured-carousel .owl-nav button i,
.featured-carousel .owl-nav button span {
	color: #fea295
}

.featured-carousel .owl-nav button:hover {
	background: transparent !important
}

.featured-carousel .owl-nav button.disabled {
	cursor: not-allowed
}

.featured-carousel .owl-nav button.disabled i,
.featured-carousel .owl-nav button.disabled span {
	color: #efefef
}

.featured-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 24%;
	left: -15px
}

@media (min-width: 1240px) {
	.featured-carousel .owl-nav .owl-prev {
		left: -85px
	}
}

.featured-carousel .owl-nav .owl-next {
	position: absolute;
	top: 24%;
	right: -15px
}

@media (min-width: 1240px) {
	.featured-carousel .owl-nav .owl-next {
		right: -85px
	}
}

.img-styleBox {
	position: relative
}

.img-styleBox .styleBox-img2 {
	position: absolute;
	bottom: -70px;
	right: -15px
}

.offer-card {
	background: #e22104;
	color: #fff;
	text-align: center;
	padding: 45px 20px;
	box-shadow: -13px 2px 20px 0px rgba(8, 6, 89, 0.2)
}

@media (min-width: 992px) {
	.offer-card {
		padding: 60px 20px
	}
}

.offer-card h3 {
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 10px
}

@media (min-width: 992px) {
	.offer-card h3 {
		font-size: 40px;
		margin-bottom: 25px
	}
}

.offer-card h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px
}

@media (min-width: 992px) {
	.offer-card h2 {
		font-size: 30px;
		margin-bottom: 25px
	}
}

.offer-card .button {
	border: 1px solid #fff
}

@media (min-width: 576px) {
	.offer-card-position {
		position: relative;
		left: -100px;
		top: 70px;
		margin-bottom: 70px
	}
}

.food-card {
	background: #fff8f7;
	padding: 20px 10px 20px 10px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

@media (min-width: 600px) {
	.food-card {
		padding: 30px 40px 30px 40px
	}
}

.food-card p {
	margin: 0
}

.food-card .price-tag {
	font-size: 20px
}

.food-card-title {
	position: relative;
	margin-bottom: 5px
}

.food-card-title>* {
	margin: 0
}

.food-card-title::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	height: 1px;
	background-color: #363636
}

.food-card-title h4 {
	background: #fff8f7;
	z-index: 1;
	padding-right: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.food-card-title h3 {
	background: #fff8f7;
	z-index: 1;
	padding-left: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.food-card-title .price-tag {
	z-index: 1
}

.food-card:hover {
	background: #fff;
	box-shadow: 0px 10px 20px 0px rgba(8, 6, 89, 0.1)
}

.food-card:hover .food-card-title h3,
.food-card:hover .food-card-title h4 {
	background: #fff
}

.cta-area {
	background: url(../img/home/cta-bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 z-index: -1;
	 top:50px;
    height: 100%;
    width:100%;
    min-height: 100%;
    min-width: 1024px;
    position: fixed;
    left: 0;
	padding: 50px 0 50px 0
}

.block {
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
 }

.cta-area p {
	font-size: 20px;
	color: #fff
}

.cta-area h2 {
	color: #fff;
	font-size: 30px
}

.cta-area .button {
	margin-top: 15px
}

.chef-card {
	position: relative;
	overflow: hidden
}

.chef-card .chef-footer {
	position: absolute;
	width: 94.5%;
	bottom: 10px;
	left: 50%;
	background: #fff;
	transform: translateX(-50%);
	text-align: center;
	padding: 20px 5px 10px 5px;
	z-index: 10
}

.chef-card h4 {
	margin-bottom: 0
}

.chef-card p {
	color: #777;
	margin-bottom: 0
}

.chef-card .chef-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(2, 1, 15, 0.5);
	transform: translateY(-50%);
	opacity: 0;
	z-index: -1;
	transition: all .6s ease
}

.chef-card .chef-overlay .social-icons {
	position: absolute;
	right: 20px;
	top: 45%;
	transform: translateY(-50%)
}

.chef-card .chef-overlay .social-icons i,
.chef-card .chef-overlay .social-icons span {
	font-size: 13px;
	color: #fff
}

.chef-card .chef-overlay .social-icons li {
	margin-bottom: 4px
}

.chef-card .chef-overlay .social-icons li a:hover i,
.chef-card .chef-overlay .social-icons li a:hover span {
	color: #e22104
}

.chef-card:hover .chef-overlay {
	transform: translateY(0);
	opacity: 1;
	z-index: 1
}

.card-blog {
	background: #fff8f7;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.blog-body {
	padding: 18px
}

@media (min-width: 1000px) {
	.blog-body {
		padding: 30px
	}
}

.blog-info {
	margin-bottom: 10px
}

.blog-info li {
	font-size: 14px;
	color: #999999;
	float: left
}

.blog-info li a {
	color: #999999
}

.blog-info li::after {
	content: "/";
	padding-right: 4px;
	padding-left: 4px
}

.blog-info li:last-child::after {
	display: none
}

.blog-info::after {
	content: "";
	display: block;
	clear: both;
	display: table
}

.card-blog:hover {
	background: #fff;
	box-shadow: 0px 10px 20px 0px rgba(8, 6, 89, 0.1)
}

.search-wrapper {
	background: url(../img/home/reservation-bg.png) left center no-repeat;
	background-size: cover;
	padding: 30px 10px;
	text-align: center;
	position: relative;
	z-index: 1
}

.search-wrapper::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(2, 1, 15, 0.5);
	z-index: -1
}

@media (min-width: 600px) {
	.search-wrapper {
		padding: 60px 30px
	}
}

.search-wrapper h3 {
	margin-bottom: 25px;
	color: #fff
}

@media (min-width: 600px) {
	.search-wrapper h3 {
		margin-bottom: 40px
	}
}

.form-group-position {
	position: absolute;
	width: 100%;
	text-align: center;
	/* bottom: -22px; */
	left: 50%;
	/* transform: translateX(-50%) */
}

.search-form .form-group {
	padding-bottom: 25px
}

.search-form .form-group:last-child {
	margin-bottom: 0
}

.search-form .nice-select {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 0;
	border-radius: 0;
	margin-bottom: 20px;
	font-size: 14px;
	color: #999999
}

.search-form .nice-select:after {
	right: 25px
}

.search-form .form-control {
	font-size: 14px;
	color: #6e6e6e;
	padding-left: 20px;
	border: 1px solid #a0a0a0;
	height: 40px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 4px 7px -1px, rgba(0, 0, 0, 0.3) 0px 3px 5px -3px;
   background-color: white;
}

.search-form .form-control::placeholder {
	color: #6e6e6e;
}

.search-form .form-control:focus {
	outline: 0;
	box-shadow: none;
}
.p{
font-size:13px;
color:rgb(65, 65, 65);
text-align: justify;
}
.form-check{
    padding:0px 25px;
}

.nav-pills .nav-css {
	border: none;
	outline: none;
	position: relative;
 }
 
 .nav-pills .nav-css:after{
	border: 0 solid transparent;
	transition: all 0.3s;
	content: '';
	height: 0;
	position: absolute;
	width: 0px;
 }
 
 .nav-pills .nav-css:after {
	border-bottom: 2px solid #0f376b;
	bottom: -2px;
	left: 0;
 }

 
 .nav-pills .nav-css:hover:after {
	width: 100%;
 }

.div-middle{
	margin: 0;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.question{
    padding-left:15px;
    color: #091E42;
    height: 30px;
    font-size:14px;
    margin-left:2.5px;
    padding-left: 10px;
    vertical-align: middle;
    padding-right: 10px;line-height: 2.2;
    background: rgb(245, 245, 245);
}

table tbody tr th label, table tbody tr th .form-control{
    font-size:13px;
    display: block;
    border-radius: 0px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
input:-internal-autofill-selected{
	background-color: transparent;
}
/* .s_no .input-group-text{
    text-align: center;
    height: 30px;
    width:auto;
    background: rgb(53, 53, 53);
    color:white;
    font-size: 13px;
    border:0;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 5px, rgba(0, 0, 0, 0.23) 0px 2px 3px;
    border-radius: 0px;
    font-weight: 600;
} */
.list-group-item a{
    color: black;
}
.list-group-item{
	border-color: rgb(228, 228, 228);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	margin-bottom:5px;
}
.search-form .input-group-append i,
.search-form .input-group-append span {
	font-size: 15px;
	color: #505050;
}

.search-form .button {
	padding: 10px 20px;
	border-radius: 35px;
	box-shadow: -5px 8px 20px 0px rgba(229, 16, 2, 0.15)
}

.search-form::placeholder {
	color: #b1b1b1
}

.contact-info {
	margin-bottom: 12px
}

.contact-info__icon {
	margin-right: 20px
}

.contact-info__icon i,
.contact-info__icon span {
	color: #8f9195;
	font-size: 27px
}

.contact-info .media-body h3 {
	font-size: 16px;
	margin-bottom: 0
}

.contact-info .media-body h3 a {
	color: #2f2d4e
}

.contact-info .media-body p {
	color: #999999
}

.contact-title {
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 20px
}

.form-contact label {
	color: #e22104;
	font-size: 14px
}


.form-contact .form-control {
	border: 1px solid #f0e9ff;
	border-radius: 5px;
	height: 48px;
	padding-left: 18px;
	font-size: 13px;
	background: transparent
}

.form-contact .form-control:focus {
	outline: 0;
	box-shadow: none
}

.form-contact .form-control::placeholder {
	font-weight: 300;
	color: #b1b1b1
}

.form-contact textarea {
	border-radius: 12px;
	height: 100% !important
}

.l_blog_item .l_blog_text .date {
	margin-top: 24px;
	margin-bottom: 15px
}

.l_blog_item .l_blog_text .date a {
	font-size: 12px
}

.l_blog_item .l_blog_text h4 {
	font-size: 18px;
	color: #2f2d4e;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 0px;
	padding-bottom: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.l_blog_item .l_blog_text h4:hover {
	color: #e22104
}

.l_blog_item .l_blog_text p {
	margin-bottom: 0px;
	padding-top: 20px
}

.causes_slider .owl-dots {
	text-align: center;
	margin-top: 80px
}

.causes_slider .owl-dots .owl-dot {
	height: 14px;
	width: 14px;
	background: #eeeeee;
	display: inline-block;
	margin-right: 7px
}

.causes_slider .owl-dots .owl-dot:last-child {
	margin-right: 0px
}

.causes_slider .owl-dots .owl-dot.active {
	background: #e22104
}

.causes_item {
	background: #fff
}

.causes_item .causes_img {
	position: relative
}

.causes_item .causes_img .c_parcent {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	height: 3px;
	background: rgba(255, 255, 255, 0.5)
}

.causes_item .causes_img .c_parcent span {
	width: 70%;
	height: 3px;
	background: #e22104;
	position: absolute;
	left: 0px;
	bottom: 0px
}

.causes_item .causes_img .c_parcent span:before {
	content: "75%";
	position: absolute;
	right: -10px;
	bottom: 0px;
	background: #e22104;
	color: #fff;
	padding: 0px 5px
}

.causes_item .causes_text {
	padding: 30px 35px 40px 30px
}

.causes_item .causes_text h4 {
	color: #2f2d4e;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	cursor: pointer
}

.causes_item .causes_text h4:hover {
	color: #e22104
}

.causes_item .causes_text p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 0px
}

.causes_item .causes_bottom a {
	width: 50%;
	border: 1px solid #e22104;
	text-align: center;
	float: left;
	line-height: 50px;
	background: #e22104;
	color: #fff;
	font-size: 14px;
	font-weight: 500
}

.causes_item .causes_bottom a+a {
	border-color: #eeeeee;
	background: #fff;
	font-size: 14px;
	color: #2f2d4e
}

.latest_blog_area {
	background: #f9f9ff
}

.single-recent-blog-post {
	margin-bottom: 30px
}

.single-recent-blog-post .thumb {
	overflow: hidden
}

.single-recent-blog-post .thumb img {
	transition: all 0.7s linear
}

.single-recent-blog-post .details {
	padding-top: 30px
}

.single-recent-blog-post .details .sec_h4 {
	line-height: 24px;
	padding: 10px 0px 13px;
	transition: all 0.3s linear
}

.single-recent-blog-post .date {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400
}

.single-recent-blog-post:hover img {
	transform: scale(1.23) rotate(10deg)
}

.tags .tag_btn {
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	border: 1px solid #eeeeee;
	display: inline-block;
	padding: 1px 18px;
	text-align: center;
	color: #2f2d4e
}

.tags .tag_btn:before {
	background: #e22104
}

.tags .tag_btn+.tag_btn {
	margin-left: 2px
}

.blog_categorie_area {
	padding-top: 30px;
	padding-bottom: 30px
}

@media (min-width: 900px) {
	.blog_categorie_area {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (min-width: 1100px) {
	.blog_categorie_area {
		padding-top: 120px;
		padding-bottom: 120px
	}
}

.categories_post {
	position: relative;
	text-align: center;
	cursor: pointer
}

.categories_post img {
	max-width: 100%
}

.categories_post .categories_details {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: rgba(34, 34, 34, 0.75);
	color: #fff;
	transition: all 0.3s linear;
	display: flex;
	align-items: center;
	justify-content: center
}

.categories_post .categories_details h5 {
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff;
	position: relative
}

.categories_post .categories_details p {
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0px
}

.categories_post .categories_details .border_line {
	margin: 10px 0px;
	background: #fff;
	width: 100%;
	height: 1px
}

.categories_post:hover .categories_details {
	background: rgba(222, 99, 32, 0.85)
}

.blog_item {
	margin-bottom: 50px
}

.blog_details {
	padding: 30px 0 20px 10px;
	box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3)
}

@media (min-width: 768px) {
	.blog_details {
		padding: 60px 30px 35px 35px
	}
}

.blog_details p {
	margin-bottom: 30px
}

.blog_details h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px
}

@media (min-width: 768px) {
	.blog_details h2 {
		font-size: 24px;
		margin-bottom: 15px
	}
}

.blog-info-link li {
	float: left;
	font-size: 14px
}

.blog-info-link li a {
	color: #999999
}

.blog-info-link li i,
.blog-info-link li span {
	font-size: 13px;
	margin-right: 5px
}

.blog-info-link li::after {
	content: "|";
	padding-left: 10px;
	padding-right: 10px
}

.blog-info-link li:last-child::after {
	display: none
}

.blog-info-link::after {
	content: "";
	display: block;
	clear: both;
	display: table
}

.blog_item_img {
	position: relative
}

.blog_item_img .blog_item_date {
	position: absolute;
	bottom: -10px;
	left: 10px;
	display: block;
	color: #fff;
	background: #e22104;
	padding: 8px 15px;
	border-radius: 5px
}

@media (min-width: 768px) {
	.blog_item_img .blog_item_date {
		bottom: -20px;
		left: 40px;
		padding: 13px 30px
	}
}

.blog_item_img .blog_item_date h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	line-height: 1.2
}

@media (min-width: 768px) {
	.blog_item_img .blog_item_date h3 {
		font-size: 30px
	}
}

.blog_item_img .blog_item_date p {
	margin-bottom: 0
}

@media (min-width: 768px) {
	.blog_item_img .blog_item_date p {
		font-size: 18px
	}
}

.blog_right_sidebar .widget_title {
	font-size: 20px;
	margin-bottom: 40px
}

.blog_right_sidebar .widget_title::after {
	content: "";
	display: block;
	padding-top: 15px;
	border-bottom: 1px solid #f0e9ff
}

.blog_right_sidebar .single_sidebar_widget {
	background: #fbf9ff;
	padding: 30px;
	margin-bottom: 30px
}

.blog_right_sidebar .search_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999999;
	padding-left: 20px;
	border-radius: 0;
	border-right: 0
}

.blog_right_sidebar .search_widget .form-control::placeholder {
	color: #b1b1b1
}

.blog_right_sidebar .search_widget .form-control:focus {
	border-color: #f0e9ff;
	outline: 0;
	box-shadow: none
}

.blog_right_sidebar .search_widget .input-group button {
	background: #fff;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 4px 15px;
	border-left: 0
}

.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
	font-size: 14px;
	color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999999;
	padding-left: 20px;
	border-radius: 0
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
	color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
	border-color: #f0e9ff;
	outline: 0;
	box-shadow: none
}

.blog_right_sidebar .newsletter_widget .input-group button {
	background: #fff;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 4px 15px;
	border-left: 0
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
	font-size: 14px;
	color: #999999
}

.blog_right_sidebar .post_category_widget .cat-list li {
	border-bottom: 1px solid #f0e9ff;
	transition: all 0.3s ease 0s;
	padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
	border-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li a {
	font-size: 14px;
	line-height: 20px;
	color: #888888
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
	margin-bottom: 0px
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
	padding-top: 15px
}

.blog_right_sidebar .post_category_widget .cat-list li:hover a {
	color: #e22104
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
	justify-content: center;
	align-self: center;
	padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
	transition: all 0.3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
	color: #e22104
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0px
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
	margin-top: 20px
}

.blog_right_sidebar .tag_cloud_widget ul li {
	display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
	display: inline-block;
	border: 1px solid #eeeeee;
	background: #fff;
	padding: 4px 20px;
	margin-bottom: 8px;
	margin-right: 5px;
	transition: all 0.3s ease 0s;
	color: #888888;
	font-size: 13px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
	background: #e22104;
	color: #fff
}

.blog_right_sidebar .instagram_feeds .instagram_row {
	display: flex;
	margin-right: -6px;
	margin-left: -6px
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
	width: 33.33%;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	margin-bottom: 15px
}

.blog_right_sidebar .br {
	width: 100%;
	height: 1px;
	background: #eee;
	margin: 30px 0px
}

.blog-pagination {
	margin-top: 80px
}

.blog-pagination .page-link {
	font-size: 14px;
	position: relative;
	display: block;
	padding: 0;
	text-align: center;
	margin-left: -1px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 0 !important;
	color: #8a8a8a;
	border: 1px solid #f0e9ff;
	margin-right: 10px
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
	font-size: 13px
}

.blog-pagination .page-link:hover {
	background-color: #fbf9ff
}

.blog-pagination .page-item.active .page-link {
	background-color: #fbf9ff;
	border-color: #f0e9ff;
	color: #888888
}

.blog-pagination .page-item:last-child .page-link {
	margin-right: 0
}

.single-post-area .blog_details {
	box-shadow: none;
	padding: 0
}

.single-post-area .social-links {
	padding-top: 10px
}

.single-post-area .social-links li {
	display: inline-block;
	margin-bottom: 10px
}

.single-post-area .social-links li a {
	color: #cccccc;
	padding: 7px;
	font-size: 14px;
	transition: all 0.2s linear
}

.single-post-area .social-links li a:hover {
	color: #2f2d4e
}

.single-post-area .blog_details {
	padding-top: 26px
}

.single-post-area .blog_details p {
	margin-bottom: 20px
}

.single-post-area .quote-wrapper {
	background: rgba(130, 139, 178, 0.1);
	padding: 15px;
	line-height: 1.733;
	color: #888888;
	font-style: italic;
	margin-top: 25px;
	margin-bottom: 25px
}

@media (min-width: 768px) {
	.single-post-area .quote-wrapper {
		padding: 30px
	}
}

.single-post-area .quotes {
	background: #fff;
	padding: 15px 15px 15px 20px;
	border-left: 2px solid #e22104
}

@media (min-width: 768px) {
	.single-post-area .quotes {
		padding: 25px 25px 25px 30px
	}
}

.single-post-area .arrow {
	position: absolute
}

.single-post-area .arrow i,
.single-post-area .arrow span {
	font-size: 20px;
	font-weight: 600
}

.single-post-area .thumb .overlay-bg {
	background: rgba(0, 0, 0, 0.8)
}

.single-post-area .navigation-top {
	padding-top: 15px;
	border-top: 1px solid #f0e9ff
}

.single-post-area .navigation-top p {
	margin-bottom: 0
}

.single-post-area .navigation-top .like-info {
	font-size: 14px
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
	font-size: 16px;
	margin-right: 5px
}

.single-post-area .navigation-top .comment-count {
	font-size: 14px
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
	font-size: 16px;
	margin-right: 5px
}

.single-post-area .navigation-top .social-icons li {
	display: inline-block;
	margin-right: 15px
}

.single-post-area .navigation-top .social-icons li:last-child {
	margin: 0
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
	font-size: 14px;
	color: #999999
}

.single-post-area .navigation-top .social-icons li:hover i,
.single-post-area .navigation-top .social-icons li:hover span {
	color: #e22104
}

.single-post-area .blog-author {
	padding: 40px 30px;
	background: #fbf9ff;
	margin-top: 50px
}

@media (max-width: 600px) {
	.single-post-area .blog-author {
		padding: 20px 8px
	}
}

.single-post-area .blog-author img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 30px
}

@media (max-width: 600px) {
	.single-post-area .blog-author img {
		margin-right: 15px;
		width: 45px;
		height: 45px
	}
}

.single-post-area .blog-author a {
	display: inline-block
}

.single-post-area .blog-author p {
	margin-bottom: 0
}

.single-post-area .blog-author h4 {
	font-size: 16px
}

.single-post-area .navigation-area {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-top: 55px
}

.single-post-area .navigation-area p {
	margin-bottom: 0px
}

.single-post-area .navigation-area h4 {
	font-size: 18px;
	line-height: 25px;
	color: #2f2d4e
}

.single-post-area .navigation-area .nav-left {
	text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
	margin-right: 20px;
	background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-left i,
.single-post-area .navigation-area .nav-left span {
	margin-left: 20px;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-left:hover i,
.single-post-area .navigation-area .nav-left:hover span {
	opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
	opacity: .5
}

@media (max-width: 767px) {
	.single-post-area .navigation-area .nav-left {
		margin-bottom: 30px
	}
}

.single-post-area .navigation-area .nav-right {
	text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
	margin-left: 20px;
	background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-right i,
.single-post-area .navigation-area .nav-right span {
	margin-right: 20px;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-right:hover i,
.single-post-area .navigation-area .nav-right:hover span {
	opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
	opacity: .5
}

@media (max-width: 991px) {
	.single-post-area .sidebar-widgets {
		padding-bottom: 0px
	}
}

.comments-area {
	background: transparent;
	border-top: 1px solid #eee;
	padding: 45px 0;
	margin-top: 50px
}

@media (max-width: 414px) {
	.comments-area {
		padding: 50px 8px
	}
}

.comments-area h4 {
	margin-bottom: 35px;
	color: #2f2d4e;
	font-size: 18px
}

.comments-area h5 {
	font-size: 16px;
	margin-bottom: 0px
}

.comments-area a {
	color: #2f2d4e
}

.comments-area .comment-list {
	padding-bottom: 48px
}

.comments-area .comment-list:last-child {
	padding-bottom: 0px
}

.comments-area .comment-list.left-padding {
	padding-left: 25px
}

@media (max-width: 413px) {
	.comments-area .comment-list .single-comment h5 {
		font-size: 12px
	}
	.comments-area .comment-list .single-comment .date {
		font-size: 11px
	}
	.comments-area .comment-list .single-comment .comment {
		font-size: 10px
	}
}

.comments-area .thumb {
	margin-right: 20px
}

.comments-area .thumb img {
	width: 70px;
	height: 70px;
	border-radius: 50%
}

.comments-area .date {
	font-size: 14px;
	color: #cccccc;
	margin-bottom: 0;
	margin-left: 20px
}

.comments-area .comment {
	margin-bottom: 10px;
	color: #777777
}

.comments-area .btn-reply {
	background-color: transparent;
	color: #888888;
	padding: 5px 18px;
	font-size: 14px;
	display: block;
	font-weight: 400;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.comments-area .btn-reply:hover {
	color: #e22104
}

.comment-form {
	border-top: 1px solid #eee;
	padding-top: 45px;
	margin-top: 50px;
	margin-bottom: 20px
}

.comment-form .form-group {
	margin-bottom: 30px
}

.comment-form h4 {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 22px;
	color: #2f2d4e
}

.comment-form .name {
	padding-left: 0px
}

@media (max-width: 767px) {
	.comment-form .name {
		padding-right: 0px;
		margin-bottom: 1rem
	}
}

.comment-form .email {
	padding-right: 0px
}

@media (max-width: 991px) {
	.comment-form .email {
		padding-left: 0px
	}
}

.comment-form .form-control {
	border: 1px solid #f0e9ff;
	border-radius: 5px;
	height: 48px;
	padding-left: 18px;
	font-size: 13px;
	background: transparent
}

.comment-form .form-control:focus {
	outline: 0;
	box-shadow: none
}

.comment-form .form-control::placeholder {
	font-weight: 300;
	color: #999999
}

.comment-form .form-control::placeholder {
	color: #777777
}

.comment-form textarea {
	padding-top: 18px;
	border-radius: 12px;
	height: 100% !important
}

.fix-btn1{
	position:absolute; 
	float:right; 
	right:235px;
	width:50px;
	height:48px;
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	top:0.5px
}
.comment-form ::-webkit-input-placeholder {
	font-size: 13px;
	color: #777
}

.comment-form ::-moz-placeholder {
	font-size: 13px;
	color: #777
}

.comment-form :-ms-input-placeholder {
	font-size: 13px;
	color: #777
}

.comment-form :-moz-placeholder {
	font-size: 13px;
	color: #777
}

.button {
	display: inline-block;
	background-color: #e22104;
	color: #fff;
	font-size: 14px;
	border:none;
	font-weight: 600;
	cursor: pointer;
	padding: 6px 15px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
    transition: all 0.2s linear;
	 box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.button:disabled,
.button[disabled]{
  /* border: 1px solid #636363; */
  background-color: #8d8d8d;
  cursor: context-menu;
  color: #000000;
}
.form-check-input{
	margin-top: .21rem;
}
  
@media (min-width: 600px) {
	.button {
		padding: 10px 45px
	}
}

.button-header {
	padding: 7px 26px;
	border-radius: 0
}

.button-hero {
	align-self: center
}

@media (max-width: 845px) {
	.button-hero {
		padding: 8px 19px
	}
}

.button-shadow {
	box-shadow: -5px 8px 20px 0px rgba(229, 16, 2, 0.15)
}

button.button {
	border: 0
}

.button-contactForm {
	border-radius: 5px
}

/* accortion code css */
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    box-shadow: none;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 15px;
	background: rgb(76, 150, 247);
    font-weight: 550;
	font-size:13px;
    color: #ffffff;
	z-index: 1;
    border: 1px solid #4c96f7;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
}
#accordion .panel-title a span{
    display: block;
    font-weight: 550;
	font-size:13px;
	white-space: nowrap; 
	width:85%; 
	overflow: hidden;
	text-overflow: "----"; 
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #292929;
	font-weight: 550;
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
	overflow: hidden;
	z-index:0;
	text-overflow: ellipsis;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "+";
    font-family: "Font Awesome 4.7 Free";
	width: 25px;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
	 /* font-stretch: expanded; */
    text-align: center;
    position: absolute;
	font-weight: 550;
	z-index:1;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.1s ease 0s;
}

#accordion .panel-title a.collapsed:before{
	font-weight: 550;
	z-index:0;
    color: #353535;
    transform: rotate(0);

}
#accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}
.total{
	color: white;
	font-weight: 500;
	font-size:16px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	text-align: center;
	line-height: 10px;
	padding:15px 10px;
	background:#07C
}

#accordion .panel-body{
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 20px;
}

.user_c{
    height:43px; width:43px;
    background: white;
    text-align: center;
    padding:5px 7px;
    font-weight: 600;
    color: black;
	 font-size: 20px;
    border-radius: 30px;
    border: 5px solid rgba(17, 17, 17, 0.226);
    right: 15px;
	position: absolute;
    top: 8px;
	line-height: 1.2;
    animation: blink 1s;
    animation-iteration-count: infinite;
    /* left: -4px; */
}
/* .tablinks .card-header:active{
	background: rgb(233, 233, 233);
	border-bottom:2px solid #0f376b;
} */
.scroll{
	height:360px; overflow-y:auto; overflow-x:hidden;
}
.scroll2{
	height:280px; overflow-y:auto; overflow-x:hidden;
}
.scroll_assessment{
	height:380px; overflow-y:auto; overflow-x:hidden;
}
.scroll_assessment1{
	height:380px; overflow-y:auto; overflow-x:hidden;
}
.sel_assessment{
	text-align:center; 
	z-index:-1; 
	position:fixed; 
	/* background:white;  */
	height:385px; 
	width:880px; 
	right:15px; 
	padding:150px 10px;
}
.scroll_user{
	height:375px; overflow-y:auto; overflow-x:hidden;
}
.table_scroll{
	height:385px; overflow-y:auto; overflow-x:hidden;
}
.table_scroll1{
	height:410px; overflow-y:auto; overflow-x:hidden;
}
.scroll_marks{
	height:340px; overflow-y:auto; overflow-x:hidden;
}
.scroll_marks1{
	height:350px; overflow-y:auto; overflow-x:hidden;
}
.scroll_marks1::-webkit-scrollbar{
	width: 0px;
}
.scroll_assessment1::-webkit-scrollbar{
	width: 0px;
}
.scroll::-webkit-scrollbar, .scroll2::-webkit-scrollbar, .scroll_assessment::-webkit-scrollbar, .scroll_user::-webkit-scrollbar, .table_scroll::-webkit-scrollbar, .scroll_marks::-webkit-scrollbar
{
	width: 10px;
}
@keyframes blink { 50% { border-color: rgba(255, 255, 255, 0.35); } 

}
.scroll::-webkit-scrollbar-track
{
	border: 1px solid rgb(218, 218, 218);
	background-color: #F5F5F5;
}
.year_select{
	padding:5px; 
	height:35px; 
	box-shadow:none; 
	border-radius:0px; 
	width:100%;
	display: block;
	border:1px solid #0a4e7c;
}
#filter_year, .fix-btn{
	position:absolute; 
	float:right; 
	right:15px; 
	background: #ffffff;
	border-radius: 2px;
	border:none;
	max-width: 15%; 
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	margin-top:-56px
}

::-webkit-scrollbar-thumb {
	background: #0ae; 
	border-radius: 10px;
 }
/* close */

.hide-mob{
	display: block;
	visibility: visible;
  }
  .hide-pc{
	display: none;
	visibility: hidden;
	height:0px;
	width: 0px;
  }
@media only screen and (max-width: 767px) {

	.hide-mob{
	  display: none;
	  visibility: hidden;
	  height:0px;
	  width: 0px;
	}
   .hide-pc{
	  display:block;
	  visibility: visible;
	  height: auto;
	  width: 100%;
	}
}
.tabcontent , .tabcontent1{
    display: none;
  }
  /* alert box */
  .serviceBox{
    color: #999;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 10px 0 15px;
    position: relative;
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    background: #1e5270;
    width: 150px;
    height: 10px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    clip-path: polygon(7% 0%, 93% 0%, 100% 100%, 0% 100%);
}
.serviceBox:after{
    width: 80%;
    height: 15px;
    border-radius: 0 0 10px 10px;
    top: auto;
    bottom: 0;
    clip-path: none;
}
.serviceBox .service-content{
    background: #fff;
    padding: 25px 20px;
    border-radius: 10px;
}
.serviceBox .service-content:before{
    content: "";
    background:#1b657e;
    width: 128px;
    height: 100px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.serviceBox .service-icon{
    color: #77787a;
    background: linear-gradient(to left, #dedfe1, #f3f3f3);
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(0,0,0,0.03);
    position: relative;
    z-index: 1;
}
.serviceBox .service-icon:before{
    content: "";
    background: linear-gradient(to right, #dedfe1, #f3f3f3);
    width: 88%;
    height: 88%;
    border-radius: 50%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.serviceBox .title{
    color: #1e5270;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
}
.serviceBox .description{
    font-size: 15px;
	 font-weight: 600;
    line-height: 24px;
    margin: 0;
}
.serviceBox.green:before{ background: #719e2a; }
.serviceBox.green:after,
.serviceBox.green .service-content:before{
    background: #85bc16;
}
.serviceBox.green .title{ color: #85bc16; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}

.card{
margin-bottom:5px;
border-radius: 0px;
}
/* dropdown */
.dropdown{
	margin-left:10px;
	right: 0;
	float:right;
	position: absolute;
}
.btn-outline-primary{
	color:rgb(56, 56, 56);
	font-weight: 550;
	font-size: 13px;
	text-transform: uppercase;
}
.dropdown .dropdown-menu ul li{
    padding:5px 10px;
	 font-size:13px;
}

.ti-plus{
	font-weight:650;
	float: right;
	background: #006cb7;
	padding: 3px;
	border-radius: 2.5px;
	color: white;
	font-weight: 600;
}


#marks_close{
	position: relative;
	left:0;
	margin:0;
}
.marks-css{
	transition: box-shadow .25s;
	width:125px; display:none;
	left:0;
}
.shadow-select{
	transition: box-shadow .25s;
	box-shadow: rgba(60, 64, 67, 0.068) 0px 1px 2px 0px, rgba(60, 64, 67, 0.1) 0px 2px 5px 2px;
}
.multiSel .form-control:first-child{
	margin-left: 0;
}
input[type=checkbox]{
	margin-right:10px;
	margin-top:4px;
}
.dropdown .dropdown-menu {
	transform: scale(0);
	transition: ease-out 0.3s;
	overflow: hidden;
	transform-origin: top bottom;
	transform: scale(0);
	}
	.dropdown:hover .dropdown-menu {
		transform: scale(1);
	}
.table{
	padding:0;margin:0;
	background:white;
	z-index:1000;
}
td{
	/* white-space: nowrap; */
	table-layout: auto;
	max-width: 100%;
 }
thead tr th, table tbody tr th, table tbody tr td{
		color:rgb(34, 34, 34);
		padding: .75rem;
		font-size:12px;
}
.sub-head tr th{
	color:rgb(34, 34, 34);
	padding: .75rem;
	font-size:13px;
	text-align: center;
	font-weight: 600;
}
.text-blue{
	color:#104a8d;
	font-weight: 550;
}
.PRINCIPAL{
	display: none;
	visibility: hidden;
}
.td-dark{
	color:rgb(24, 24, 24);
	font-weight: 550;
}
#delete8, #delete13, #delete16, #delete21, #delete25{
	display:none;
	visibility:hidden;
}
.btn-default{
background-color: white;
padding:10px 7px;
/* border-radius: none; */
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px, rgba(0, 0, 0, 0.23) 0px 1px 3px;
border:1.5px solid #7e7e7e;
border-radius: 25px;
}
.sidepanel  {
	width: 0;
	position: fixed;
	z-index: 10000;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #eeeeee;
	overflow-x: hidden;
	transition: 0.5s;
 }
.user-details{
	border:1px solid #d1d1d1;
	background: rgb(241, 241, 241);
	color: black;
	border-radius: 5px;
	padding: 5px 10px;
	margin-right:15px;
	vertical-align: middle;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
 .round{
	 width: 100%;
	 color: white;
	 border-radius: 25px;
	 vertical-align: middle;
	 text-align: center;margin: 0;
	
 }
 .round span{
	font-size:16px;
	line-height:5px;
 }
/* table */
.panel{
	padding: 0;
	border: none;
}
/* .panel .panel-heading{ */
	/* background: #1c528f;
	padding: 5px 15px;
	border-radius: 0;  */
/* } */
.panel .panel-heading .title{
	color: rgb(255, 255, 255);
	font-size: 15px;
	font-weight: 550;
	text-transform: uppercase;
	line-height: 35px;
	margin: 0;
}
.panel .panel-heading .btn .ti-plus{
	background:transparent;
	margin-left: 10px;
	font-size: 14px;
}
.panel .panel-heading .btn{
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 25px;
	border: none;
	margin-top:2px;
	border-radius: 10px;
	transition: all 0.3s ease 0s;
}
.panel .panel-body{
	padding: 0;
	border-radius: 0;
}
.panel .panel-body .table thead tr th{
	color: rgb(29, 29, 29);
	background: #f5f5f5;
	font-size: 15px;
	font-weight: 550;
	padding: 13px;
	border-bottom: none;
}
.panel .panel-body .table tbody tr td{
	color: rgb(48, 48, 48);
	background: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 10px;
	vertical-align: middle;
	border-color: #e7e7e7;
}
.panel .panel-body .table tbody .btn-group{
	padding: 0;
	margin: 0;
	list-style: none;
}
.panel .panel-body .table tbody .btn-group .btn{
	margin-left:7px;
	font-weight: 600;
    padding: 10px 15px;
	display: inline-block;
	transition: all 0.3s ease 0s;
	border-radius: 10px;
}
.details-css th{
	font-weight:550;
	font-size: 13px;
}
	.panel .panel-body .table tbody .btn-group .btn2{ display: inline-block; 
	color: #ffffff;
	text-align: center;
    border: none; 
	outline: none;
	background: none;
	margin-left:7px;
	padding: 0;
}
.panel .panel-body .table tbody .btn-group .btn2 a{
	color: #ffffff;
	text-align: center;
	background: #0ca833;
	font-size: 14px;
    font-weight: 600;
    padding: 8.5px 17px;
	display: inline-block;
	border-radius: 10px;
	transition: all 0.3s ease 0s;
}
.panel .panel-body .table tbody .btn-group .deactivate a{
	color: #ffffff;
	background-color: #ff0000;
	font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
	border-radius: 10px;
    border: none; 
	display: inline-block;
	transition: all 0.3s ease 0s;
}
.panel .panel-body .table tbody .btn-group .deactivate a:hover{
	color: #ffffff;
	background: #f10b0b;
}

.panel .panel-body .table tbody .action-list .edit{ display: inline-block; }
.panel .panel-body .table tbody .action-list .edit a{
	color: #fb7a00;
	font-size: 15px;
	text-align: center;
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
	border: 2px solid #eb7b13;
	background: white;
	padding:1px;
	border-radius: 50%;
	display: inline-block;
	transition: all 0.3s ease 0s;
}
.panel .panel-body .table tbody .action-list .edit a:hover{
	color: #fff;
	background: #eb7b13;
}
.panel .panel-body .table tbody .action-list .sub-11{ display: inline-block; }
.panel .panel-body .table tbody .action-list .sub-11 a{
	color: #0c80ec;
	font-size: 15px;
	text-align: center;
	width: 30px;
	height: 30px;
	/* line-height: 30px; */
	padding:1px;
	margin: 0 5px 0 0;
	border: 2px solid #0c80ec;
	background: white;
	border-radius: 50%;
	display: inline-block;
	transition: all 0.3s ease 0s;
}
.panel .panel-body .table tbody .action-list .sub-11 a:hover{
	color: #fff;
	background: #0c80ec;
}
.pull-left {
	float: left!important;
}
.pull-right {
	float: right!important;
}
@media only screen and (max-width:479px){
	.panel .panel-heading{ text-align: center; }
	.panel .panel-heading .title{
		 float: none !important;
		 margin: 0 0 10px;
	}
	.panel .panel-heading .btn{ float: none !important; }
}
.subject{
	padding:5px 10px;
	cursor: pointer;
	background:white;
	border-bottom: 1px solid rgb(246, 246, 246);
}
.subject:visited{
	background:rgb(0, 132, 255);
}
.subject span{
	font-size: 12px;
	color: rgb(65, 65, 65);
	font-weight: 550;
	text-transform: capitalize;
}
.subject .input-group-text{
	font-size: 12px;
	color: rgb(44, 44, 44);
	font-weight: 500;
	line-height: 1.7;
}
.text-small1, .checkbox_label{
	font-weight: 500;
    font-size: 14px;
	color: #1b1b1b;
	text-align: left;
	width: 300px;

}
.radio {
  display: flex;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
}
.radio:last-child {
  margin-bottom: 0;
}
.radio .radio__input {
  position: absolute;
  left: -9999px;
}
.radio .radio__input:checked + span {
  background: #dbeeff;
  font-weight: 600;
  border:1px solid #8ebbe6;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.radio .radio__input:checked + span:before {
  border: 1px solid #1cb130;
}
.radio .radio__input:checked + span:after {
  content: "";
  height: 8px;
  width: 8px;
  background: #00cf1c;
  border-radius: 50%;
  position: absolute;
  right: 18px;
}


.radio .radio__input:disabled + span {
	background: #dbeeff;
	font-weight: 600;
	border:1px solid #8ebbe6;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  }
  .radio .radio__input:disabled + span:before {
	border: 1px solid #1cb130;
  }
  .radio .radio__input:disabled + span:after {
	content: "";
	height: 8px;
	width: 8px;
	background: #00cf1c;
	border-radius: 50%;
	position: absolute;
	right: 18px;
  }
.radio .radio__span {
  display: flex;
  left:0;
  margin-left:0px;
  align-items: center;
  transition: background-color 0.25s ease;
  width: 98%;
  background-color: #ffffff;
  font-weight:500;
  font-size:14px;
  border:1px solid rgb(228, 228, 228);
  line-height: 0.8rem;
  color: rgb(14, 14, 14);
  padding: 8px 7px;
  margin-bottom:5px;
}
.panel-collapse{
	padding:0;
}
.radio .radio__span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: 0.25s ease;
  border: 1px solid #939597;
  position: absolute;
  right: 14px;
}
.text {
	position: absolute;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	display: block;
	width:100%;
	color: #f5f5f5;
	text-shadow: 1px 1px 1px #5e5ea3,
		 1px 2px 1px #5e5ea3,
		 1px 3px 1px #5e5ea3,
	1px 18px 6px rgba(16,16,16,0.4),
	1px 22px 10px rgba(16,16,16,0.2),
	1px 25px 35px rgba(16,16,16,0.2),
	1px 30px 60px rgba(16,16,16,0.4);
}
.multiselect-clear-filter{
display: none;
margin-right:10px;
}
.dropdown-menu{
	color:black
}
.multiselect-search{
	left:0px;
}
.bad-primary{color:#fff;
	background-color:#2c2c2c;
	padding-right:1em;
	padding-left:1em;
	border-radius:10rem;
	position:absolute;
	top:-1px;
	right:0;
	font-size:13px;
	box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
}
.btn-fixed{
	position:fixed; 
	top:11.7%; 
	right:10px;
}
.btn-fixed12{
	position:fixed; 
	bottom:1.5%; 
	left:0px;
	z-index: 2;
}
.bg-button{
	height:52px; width:55px; right:0; border-radius:25px 0px 0px 25px;
}
.bg-button1{
	height:52px; width:55px; left:0; border-radius:0px 25px 25px 0px;
}
.btn-fixed1{
	position:fixed; 
	bottom:1.5%; 
	z-index: 3;
	left:10px;
}
.btn {
	font-size:1.1em;
	padding:12px 0;
	/* background-color:#000000; */
	color:#fff;
	border-radius:50px;
	margin: auto;
	/* border:2px solid #ffffff; */
	transition:2s;
  }
  .btn-primary{
	  background:#056edf
  }
  .btn1 {
	font-size:1em;
	padding:7px 15px;
	background-color:#d80808;
	color:#fff;
	outline: none;
	border: none;
	border-radius: 25px;
	margin: auto;
	/* border:2px solid #252525; */
	transition:2s;
  }
  /* .year_center{
	height: 100%;
	position: relative;
  } */
  .year_center p{
	margin: 0;
	margin-top: 50%;
	color:rgb(87, 87, 87);
	font-weight:550;
	text-align: center;
	font-weight:550;
	color: #000;
  }
  .year_center{
	text-align: center;
	font-weight:550;
	color: #000;
  }
  .btn span {
	color:white;
	font-size:0;
	transition:2s;
	padding:15px 25px;
  }
  
  .btn:hover {
	padding:12px 48px 12px 10px;
	/* border:2px solid #252525; */
  }
  .btn:hover span {
	font-size:1.0em;
  }
  .btn:hover .ico {
	margin-left: 0px;
	transform:rotate(360deg);
	right:5px;
  }
  .btn:hover .span {
	visibility:visible;
  }
  .ico {
	transition:all 0.5s;
	background-color:white;
	color:#000000;
	width: 40px;
	height: 40px;
	padding: 5px;
	border-radius: 25px;
	transition:2s;
	position: absolute;
	margin-left: -45px; 
	margin-top: -8px;
	font-size: 1.5em;
  }
  .ico::before {
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	content: "\f019";
	font-family: "FontAwesome";
	font-style: normal;
  }
  .btn:hover .ico::before {
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	content: "\f019";
	font-family: "FontAwesome";
	/* margin-left:-5px; */
  }
/* modal css */
.modal-box .show-modal{
    color: #fff;
    background: linear-gradient(45deg, #00af43, rgb(2, 167, 15));
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 20px auto;
    border: none;
    outline: none;
    border-radius: 25px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}
.modal-box .show-modal:hover,
.modal-box .show-modal:focus{
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    outline: none;
}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal-dialog{
    width: 100%;
    margin: 70px auto 0;
}
.modal-box .modal-dialog .modal-content{
    color: #41e07e;
    text-align: center;
    border: none;
    border-radius: 20px;
}
.modal-box .modal-dialog .modal-content .close{
    color: #272727;
    font-size: 35px;
    font-weight: 600;
    text-shadow: none;
    line-height: 12px;
    height: 17px;
    width: 17px;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 15px;
    top: 15px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.modal-box .modal-dialog .modal-content .close:hover{ color: #999; }
.modal-box .modal-dialog .modal-content .close:focus{ outline: none; }
.modal-box .modal-dialog .modal-content .modal-body{ padding: 40px 15px 30px !important; }
.modal-box .modal-dialog .modal-content .modal-body .icon{
    color: #fff;
    background: linear-gradient(45deg, #00ad42, #36d401);
    font-size: 55px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    /* margin: 0 auto 55px; */
	 margin:-90px auto 55px;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0),
    0 0 0 15px rgba(65, 224, 126, 0.4),
    0 0 0 22px rgba(255, 255, 255, 0),
    0 0 0 25px rgba(65, 224, 126, 0.15);
    border-radius: 50%;
}
.modal-title{
	font-size: 17px;
	/* line-height:35px; */
	margin-top:6px;
}
.modal-box .modal-dialog .modal-content .modal-body .second{
	background: linear-gradient(45deg, #f52323, #f52323);
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0),
		0 0 0 15px rgba(224, 78, 65, 0.4),
		0 0 0 22px rgba(255, 255, 255, 0),
		0 0 0 25px rgba(224, 65, 65, 0.15);
}
.modal-box .modal-dialog .modal-content .modal-body .third{
	background: linear-gradient(45deg, #ffb20c, #ffb20c);
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0),
		0 0 0 15px #e09b4166,
		0 0 0 22px rgba(255, 255, 255, 0),
		0 0 0 25px rgba(224, 155, 65, 0.15);
}
.modal-box .modal-dialog .modal-content .modal-body .title{
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    font-size: 17px;
    letter-spacing: 1px;
	 font-weight: 600;
    margin: 0 auto 10px;
}
.modal-box .modal-dialog .modal-content .modal-body .btn{
    color: #fff;
    background: linear-gradient(45deg, #1c4480, #153464);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 50%;
    padding: 10px 7px;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
}
.modal-box .modal-dialog .modal-content .modal-body .btn:hover{
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 5px 5px rgba(0,0,0,0.1),-5px -5px rgba(0,0,0,0.1);
}
.modal-box .modal-dialog .modal-content .modal-body .btn:focus{ outline: none; }
@media only screen and (max-width: 480px){
    .modal-dialog{ width: 95% !important; }
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
	padding:7px 15px;
   width: 100%;
   /* background-color: rgb(161, 161, 161); */
   color: white;
   text-align: center;
}
/* validation css */

  input .parsley-success,
  select .parsley-success {
    color: #47b355;
    background-color: #d6eed9;
    border: 1px solid #47b355;
  }
  input .parsley-error,
  select .parsley-error{
    color: #a71512;
    background-color: #eed4d4;
    border: 1px solid #be100d;
  }
  .parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
  }
  .parsley-errors-list.filled {
    opacity: 1;
  }
  .parsley-type, .parsley-required, .parsley-equalto, .parsley-length, .parsley-pattern{
   color:#ff0000;
	font-size:13px;
	padding-top: 3.5px;
	position: absolute;
  }
  #alertMessage, #hide_alert{
	  position:fixed;
	  width:50%;
	  margin:0px auto; text-align: center;
	  z-index:1000;
	  left:0;right:0;
	  margin-top:10px;
  }
  .alert{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px;
  }
.hide_sub6, .hide_second7{
	display: none;
	visibility: hidden;
}
.select-subject{
	height:50px;
}
.no_result{
	text-align:center;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
	font-size:18px; 
	color:rgb(44, 44, 44);
	font-weight:550;
}
.no_result1{
	text-align:center;
	margin: 0;
	position: absolute;
	background: white;
	top: 50%;
	left: 50%;
	height:100%;
	width:97%;
	z-index: 2;
	padding:225px;
	/* height:400px; */
	transform: translate(-50%, -50%); 
	font-size:18px; 
	color:rgb(44, 44, 44);
	font-weight:550;
}
.ques8, .ques13, .ques16, .ques21, .ques25{
	display: none;
	visibility: hidden;
	height:0;
	padding: 0;
	margin:0;
}
.head_title{
	border-radius: 0;
    color: rgb(40, 40, 40);
    font-weight: 500;
    display: block;
    width: 100%;
    border: 1px solid #00000020;
}
.heading8, .heading13, .heading16, .heading21, .heading25{
	background:#f7f7f7;
	cursor: context-menu;
	font-weight: 550;
	color: rgb(32, 32, 32);
}
.hide_sev7, .hide_sev6, .hide_checkbox46, .hide_radio9, .hide_checkbox33, .hide_checkbox34, .hide_checkbox35, .heading_high8,
.hide_main_marks8, .hide_main_marks13, .hide_radio44, .hide_radio46, .hide_options8, .hide_options13, .hide_options16, .hide_options21,
.hide_main_marks16, .hide_main_marks21, .hide_radio31, .hide_checkbox30, .hide_checkbox43, .hide_checkbox45, .hide_options25,
.hide_main_marks25, .hide_odd_even7, .hide_radio29, .heading14, .heading15, .hide_checkbox32,
.hide_zero8, .hide_zero13, .hide_zero16, .hide_zero21, .hide_zero25
{
	display: none;
	visibility: hidden;
}
.footer_bottom{
	position:fixed; 
	width:100%; 
	bottom:1px; 
	background:white; 
	padding:10px 0px;
}

label {
	display: flex;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin-bottom: 2px;
	width:100%;
	color:#000;
	left:5px;
	margin-bottom:10px;
  }

  label input[type=checkbox] {
	display: flex;
	flex-shrink: 0;
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	transition: 0.25s ease;
	border: 1px solid #939597;
	position: absolute;
	right: 5px;
  }
  .table-text th,  .table-text td{
	font-size: 13px;
  }
  .text-small{
	  font-size: 13px;
	  color: #000;
	  padding:7px 0px;
  }
  /* dropdown css */
  
  .nav1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
  }  
  .nav1 ul {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
  }
  
  .nav1 ul li {
	position: relative;
	float: left;
  }
  
  .nav1 ul li + li {
	margin-left: 1px;
  }
  
  .nav1 ul li a {
	display: inline-block;
	color: rgb(27, 27, 27);
	text-decoration: none;
	padding: 8px 15px;
	background: white;
	-webkit-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
  }

  .nav1 ul li > ul {
	display: none;
	position: absolute;
	width: 250px;
	top: 100%;
	right: 0px;
	z-index: 1;
	border: 1px solid #dddddd;
	text-align: left;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	cursor: context-menu;
	border-radius: 2px;
  }
  
  .nav1 ul li > ul li {
	float: none;
	margin: 0;
  }
  .nav1 ul li a i{
	margin-right:14px;
	color: rgb(7, 100, 206);
	font-size:15px;
  }
  .nav1 ul li > ul li a {
	display: block;
	border-top: 1px solid #f1f1f1;
	font-size:13px;
  }
  
  .nav1 ul li > ul li a:hover {
	background: rgb(241, 241, 241);
	cursor: context-menu;
  }
  .nav1 ul li:hover a, .nav1 ul li.active a {
	cursor: normal;
	background: rgb(255, 255, 255);
  }
  
  .nav1 ul li.active {
	pointer-events: none;
  }
  .fixed_alert{
	position:absolute; 
	background:white; 
	z-index:1000; 
	width: 295px; 
	display: block; 
	text-align: center;
  }

  input[type="checkbox"]:disabled + label {
	color: gray; 
  }

  #deanTab.active {
	background-color: #0f376b;
	border-bottom: 0px solid #f7f7f7 !important;
	}

.hidden {
	display: none !important;
}
	

/* #output {
  padding: 20px;
  background: #dadada;
} */

.formcards {
	width: 100%;
	height: 95%;
}

.formcards .card-header {
    height: 50px;
}

.formcards .card-body {
    padding: 0 10 0 0 !important; 
}

.formcards .card-body .search-form {
    padding: 0 !important; 
}

.formcards .card-body .search-form .select2-container--default .select2-selection--multiple {
    height: 80px !important;
}

.formcards .card-body .search-form .form-group {
    padding: 0px 0px 10px 0px !important;
}

select {
  width: 300px;
}


.tooltip {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: #034a85;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    /* bottom: 125%; */
    /* left: 50%; */
    right: 110%;
    top: 20%;
    /* margin-left: -60px; */
    opacity: 0;
    transition: opacity 0.3s;
}

.btn1:hover .tooltip {
	visibility: visible;
	opacity: 1;
}

.user_c .tooltip {
    visibility: hidden;
    width: 100px;
    background-color: #fff;
    color: #034a85;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    /* bottom: 125%; */
    /* left: 50%; */
    right: 130%;
    top: 1%;
    /* margin-left: -60px; */
    opacity: 0;
    transition: opacity 0.3s;
}


.user_c:hover .tooltip {
	visibility: visible;
	opacity: 1;
}

	/* CSS for the "click here" animation */
@keyframes clickHere {
	0% { transform: scale(1); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1); }
}
.click-here-animation {
	animation: clickHere 0.5s ease-in-out infinite;
}

