	/*Header*/

@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes slideDownIn {
	0% {
		-webkit-transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
	0% {
		-webkit-transform: translateY(-20);
	}
}

@keyframes slideDownIn {
	0% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0);
	}
	0% {
		transform: translateY(-20px);
	}
}

.mainlink_menu{
	text-transform: uppercase;
}


	
	.mainlink_menu{}
	.mainlink_menu li{}
	.mainlink_menu li a{    padding: 18px 8px;}

	.navbar-form{
		    float: right !important;
    text-align: right;
    padding: 0px;
	}
	
	
.slideDownIn {
	-webkit-animation-name: slideDownIn;
	animation-name: slideDownIn;
}

.navbar-collapse>.nav.navbar-nav>li>a:hover {
	color: #FFEC00;
}

.navbar-nav>li>.dropdown-menu a:hover {
	background-color: #00a0e1;
	color: #fff;
}

.navbar-brand>img {
	max-width: 100%;
}

.navbar-default {
	background-color: #00A0E1;
	border-color: #00A0E1;
}

.navbar {
	border-radius: 0;
	padding: 3px 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
}

.navbar-nav>li>.dropdown-menu {
/*	border-radius: 3px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	padding: 0;*/
    margin: 0px;
    padding: 0px;
    border: 0px;
    top: 60px;    background-color: #028ac1;
}

.navbar-nav>li>.dropdown-menu:before{border-bottom-color: #18460a;
    bottom: 100%;
    left: 9%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 12px;
    top: -19px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #028ac1;}
	
	.navbar-default .navbar-nav>.open>a{color:#ffed00 !important;    font-weight: 600;}

.navbar-nav>li>.dropdown-menu a {
	    padding: 5px 66px 5px 10px;
    font-weight: 100;
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-size: 13px;
}

.navbar-nav>li>.dropdown-menu a>i {
	margin-right: 5px;
}

.navbar-default .navbar-nav.navbar-right>li>a {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.navbar-nav>li>.dropdown-menu li:last-child a {
	border-bottom: none;
}

.navbar-default .navbar-brand {
	float: none;
	width: 258px;
	padding: 0 15px;
	display: inline-block;
}

#nav-toggle-categories {
	display: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-form .form-control {
	border-radius: 105px;
	border: none;
	font-weight: 500;
	width: 300px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	padding-right: 20%;
}

.navbar-form .form-group {
	position: relative;
}

.navbar-form .form-group button {
	position: absolute;
	right: 3px;
	color: #fff;
	border-radius: 105px;
	background-color: #00A0E1;
	font-weight: 600;
	border: none;
	top: 2px;
	padding: 5px 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-form .form-group button:hover,
.navbar-form .form-group button:focus,
.navbar-form .form-group button:active {
	background-color: #273786;
	color: #fff;
}

.navbar-default .navbar-toggle {
	border-color: #fff;
	border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: transparent;
}


/*End Header*/


/*Body*/

.sidenav {
	height: 100%;
	position: fixed;
	border-right: 1px solid #e0e0e0;
	z-index: 1;
	top: 50px;
	left: 0;
	background-color: #FAFAFA;
	overflow-x: hidden;
	padding-top: 20px;
}

.right-nav {
	height: 100%;
	position: fixed;
	border-left: 2px dotted #00A0E1;
	top: 50px;
	right: 0;
	padding: 10px;
	background-color: #FFFFFF;
	overflow-x: hidden;
	padding-top: 20px;
}

.sidenav a {
	padding: 10px 8px 10px 30px;
	text-decoration: none;
	font-size: 16px;
	color: #656565;
	display: block;
	position: relative;
}

.sidenav a.active:before {
	content: "\f054";
	position: absolute;
	top: 10px;
	font-size: 14px;
	left: 5px;
	font-family: FontAwesome;
}

.sidenav {
	padding-left: 0;
	padding-right: 0;
}

.sidenav a:hover {
	color: #1565C0;
}

.sidenav .panel {
	background-color: transparent;
}

.sidenav #MainMenu a>i {
	float: right;
}

.sidenav .collapse>a {
	padding: 10px 8px 10px 42px;
	background-color: #f1f1f1;
}

.sidenav .collapse>.collapse>a {
	padding: 10px 8px 10px 52px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background-color: #ccc;
}

ul.nav.nav-pills.books-section {
	max-height: 78vh;
	overflow: auto;
}

.sorting {
	position: relative;
}

.sorting:before {
	content: "Sort By ";
	color: rgba(0, 0, 0, 0.9);
	position: absolute;
	left: -41px;
	top: 8px;
	font-size: 15px;
	width: 100%;
}

ul.nav.navbar-nav.navbar-right.sorting {
	float: right !important;
}

.navbar-nav.sorting .open .dropdown-menu {
	position: absolute;
	top: 100%;
	background-color: #fff;
	left: -20px;
	border: 1px solid #ccc;
}

.main {
    font-size: 28px;
    padding-top: 30px;
    /* padding-bottom: 10px; */
}

.sidenav a.active {
	background-color: #E8F0FE;
	color: #00A0E1;
	font-weight: 700;
}

.sidenav a:hover {
	background-color: #E8F0FE;
	color: #00A0E1;
}

.books-section li {
	margin: 0 !important;
}

.books-section li img {
	max-width: 100%;
	justify-content: center;
	align-self: center;
}

.menu_title>i {
	margin-right: 4px;
}

.item-wrap span {
	font-size: 12px;
	white-space: nowrap;
	line-height: inherit;
	font-weight: 600;
	width: 140px;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #000;
}

.item-wrap .info i {
	margin-right: 4px;
}

.books-section li a {
	padding: 0;
	margin: 5px 3px;
	line-height: inherit;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.books-section .item-wrap .img {
	max-height: 340px;
	min-height: 340px;
	overflow: hidden;
	display: flex;
	border-bottom: 1px solid #ccc;
}

.books-section .active .item-wrap .img {
	border-color: #1E96C7;
}

.books-section .info {
	line-height: 12px;
	padding: 5px 0 9px 0;
	text-align: center;
}

.teach-section h4 {
	color: rgba(0, 0, 0, 0.87);
}

.teach-section h3 {
	margin: 10px 0 20px 0;
	font-size: 18px;
	font-weight: 600;
}

.teach-section img {
	max-width: 100%;
	border-radius: 10px;
}

.iteam-more-info ul li {
    line-height: 26px;
    display: inline-block;
    clear: both;
    width: 100%;
}

.teach-section .iteam-img:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.iteam-more-info {
	margin: 10px 0;
	border: 1px solid #ccc;
	padding: 10px 10px;
	border-radius: 25px 0 25px 0;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}

.iteam-more-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.iteam-more-info ul span {
    font-weight: 600;
    width: inherit;
    margin-right: 0;
}
.iteam-more-info ul li > div {
    float: right;
}

span.menu_title {
    padding: 0 10px 3px 10px;
    font-size: 18px;
    font-weight: 600;
    color: #273786;
    /* border-bottom: 1px solid #ccc; */
    /* width: 100%; */
    display: inline-block;
    /* margin-bottom: 10px; */
    /* box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); */
    margin-top: 10px;
}

.close-icon {
	display: none;
}


/*Bredcum section*/

.selected_iteam {
    border-bottom: 1px solid #ccc;
    /* margin: 10px 0; */
    padding: 0px;
    position: relative;
}

.sorting a.dropdown-toggle {
	padding: 0;
	margin: 10px 15px;
	font-size: 17px;
	color: #000;
}

.sorting a.dropdown-toggle:hover,
.sorting a.dropdown-toggle:focus,
.sorting a.dropdown-toggle:active {
	background-color: transparent;
}

.navbar-nav.sorting>li>.dropdown-menu a:hover {
	background-color: #00A0E1;
}

.selected_iteam:before {
	position: absolute;
	bottom: 0;
	height: 4px;
	width: 40px;
	background-color: #ccc;
	content: "";
}

.selected_iteam h4 {
	float: left;
}


/*Footer*/

section.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: #fff;
	padding: 5px 0;
	border-top: 1px solid #ccc;
	z-index: 1;
}

.footer>p {
	margin: 0;
}


/*Home Page*/


/*main_slider*/

section.main_slider {
	padding-top: 63px;
}

.slick-slider img {
	max-width: 100%;
}

.slick-dots li button:before {
	font-size: 50px;
}

.slick-dots li {
	margin: 0;
}

.slick-dots {
	bottom: 4px;
}

.slick-dots li.slick-active button:before {
	color: #393185;
}

.slick-dots li button:before {
	color: #393185;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}


/*About us section*/

.content_section.about_us {
	background-image: url('../img/about-content-bg.png');
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	z-index: 1;
}

.content_section {
	padding: 40px 0;
}

section.about_us,
section.books_sliders {
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

.section_title h2 {
	margin: 0;
	margin-bottom: 10px;
}

.section_title p {
	font-size: 15px;
	margin: 0;
}

.section_detail p {
	font-size: 15px;
}

span.small_line {
	position: relative;
	display: inline-block;
	width: 50px;
	margin: 12px 0;
	height: 1px;
	background-color: #fff;
}

.content_section.about_us:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}


/*Recent Publish*/

section.books_sliders {
	background-image: url('../img/books-bg.png');
	background-position: center center;
	background-attachment: scroll;
}

.books_sliders .section_title {
	text-align: center;
}

.books_sliders .section_title .small_line {
	background-color: #393185;
}

.books_sliders .slick-slide {
	padding: 0 10px;
}

.books_sliders .slick-slide a {
	padding: 0;
	border: 1px solid #ccc;
	display: block;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

.books_sliders .slick-slide a .img img {
	border-radius: 5px 5px 0 0;
}

.books_sliders .slick-slide a .info {
	padding: 5px 20px;
	text-align: center;
	background-color: #fff;
}

.books_sliders .slick-slide a .info span {
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
}

.books_sliders .slick-slide a:hover .info,
.books_sliders .slick-slide a:active .info,
.books_sliders .slick-slide a:focus .info {
	background-color: #00A0E1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.books_sliders .slick-slide a:hover .info span,
.books_sliders .slick-slide a:active .info span,
.books_sliders .slick-slide a:focus .info span {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.books_sliders .section_detail {
	margin: 10px 0;
}

.books_sliders .slick-dots {
	bottom: -30px;
}
.see_all {
    margin: 10px 0;
    display: block;
    text-decoration: none;
    font-weight: 600;
    text-align: right;
    padding: 0 10px;
    color: #000;
}

.see_all:hover {
    text-decoration: none;
    color: #393185;
}

.see_all i {
    margin-left: 3px;
}

/*Call to action*/

.call-to-action {
	position: relative;
	background: #0d395a url(../img/cta-bg.jpg) center center no-repeat fixed;
	background-size: cover;
	z-index: 1;
}

.call-to-action:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(13, 57, 90, 0.9);
	z-index: -1;
}

.call-to-action {
	color: #fff;
	font-family: 'Raleway', sans-serif;
}

.call-to-action h2 {
	font-size: 38px;
}

.call-to-action p {
	font-size: 18px;
}

a.thm-btn,
button.thm-btn {
	text-decoration: none;
	padding: 10px 30px;
	background-color: #EFB311;
	color: #fff;
	border-radius: 50px;
	font-weight: 600;
	font-size: 18px;
	margin: 20px 0;
	border: 2px solid #EFB311;
	display: inline-block;
	letter-spacing: 0.6px;
}

a.thm-btn:hover,
button.thm-btn:hover {
	background-color: transparent;
	border-color: #fff;
}


/*Contact Us Section*/

section.contact_us {
	font-family: 'Raleway', sans-serif;
}

.touch-section .social a {
	color: rgb(132, 132, 132);
	font-size: 14px;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	margin-right: 9px;
}

.contact-info>ul {
	padding: 0;
	list-style: none;
	margin: 20px 0;
}

.contact-info>ul li {
	margin: 7px 0;
}

.contact-info>ul li i {
	margin-right: 8px;
	color: #00A0E1;
}

.contact-form-section .contact-form input,
.contact-form-section .contact-form textarea {
	display: block;
	width: 100%;
	border-top-width: initial;
	border-right-width: initial;
	border-left-width: initial;
	border-top-color: initial;
	border-right-color: initial;
	border-left-color: initial;
	height: 35px;
	margin-bottom: 20px;
	color: rgb(34, 34, 34);
	background-color: transparent;
	border-style: none none solid;
	border-image: initial;
	outline: none;
	border-bottom: 1px solid rgb(222, 222, 222);
}

.contact-form button.thm-btn {
	background-color: #00A0E1;
	border-color: #00A0E1;
	margin: 0 0 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contact-form button.thm-btn:hover {
	background-color: #393185;
	border-color: #393185;
}

@media (min-width: 1204px) {
	body {
		overflow: hidden !important;
	}
	body.over-visible-im {
		overflow: auto !important;
	}
}

@media (max-width: 1204px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,
	.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 0;
	}
	.navbar-collapse {
		margin-top: 10px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.collapse.in {
		display: block !important;
	}
	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.navbar-form .form-control {
		width: 100%;
	}
	.navbar-form .form-group {
		width: 100%;
	}
	/*side bar changes*/
	.sidenav {
		left: -285px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.show-bar {
		left: 0px;
		width: 240px;
	}
	/*.right-nav {
  right: -355px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.show-right-nav {
  right: 0px;
  width: 240px;
    z-index: 1;
}*/
	.right-nav {
		display: none;
		width: 280px;
	}
	.teach-section h3 {
		display: inline-block;
	}
	.close-icon {
		display: inline-block;
		font-size: 20px;
		margin-left: 6px;
		color: #E31C2A;
	}
	body,
	html {
		height: 100%;
		width: 100%;
	}
	.navbar-toggle {
		margin-right: 7px;
	}
	#nav-toggle-categories {
		float: left;
		display: inline-block;
		margin-left: 8px;
	}
	#nav-toggle-categories i {
		color: #fff;
		font-size: 23px;
		border-radius: 10px 0 10px 0;
		border: 2px solid #fff;
		padding: 4px 10px;
		margin: 10px 0;
	}
	.col-sm-push-2 {
		left: 0%;
		width: 100%;
	}
	.books-section .item-wrap .img {
		max-height: 396px;
		min-height: 396px;
	}
	.navbar-default .navbar-toggle i {
		color: #fff;
		font-size: 32px;
	}
	.navbar-default .navbar-toggle {
		padding: 0px 8px;
		border: none;
	}
	body.bl-wrap:before {
		background-color: rgba(0, 0, 0, 0.7);
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 1;
		top: 0;
		bottom: 0;
	}
	body.bl-wrap {
		overflow: hidden;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}
	.close-icon {
		display: inline-block;
	}
}

@media (max-width: 991px) {
	.navbar-nav>li>.dropdown-menu:before{display:none;}
	.books-section .item-wrap .img {
		max-height: inherit;
		min-height: 340px;
	}
	ul.nav.nav-pills.books-section {
		max-height: 72vh;
	}
	@media (max-width: 767px) and (orientation: landscape) {
		.books-section .item-wrap .img {
			max-height: 514px;
			min-height: 514px;
		}
	}
	@media (max-width: 767px) and (orientation: portrait) {
		.books-section .item-wrap .img {
			max-height: 270px;
			min-height: 270px;
		}
	}
	@media (max-width: 767px) {
		.books-section li.col-xs-6:nth-child(odd) {
			padding-right: 3px;
		}
		.books-section li.col-xs-6:nth-child(even) {
			padding-left: 3px;
		}
		.content_section.about_us {
			background-position: top right;
		}
		.contact-form-section {
			margin: 30px 0 0;
		}
	}
	@media screen and (max-height: 450px) {
		.sidenav {
			padding-top: 15px;
		}
		.sidenav a {
			font-size: 18px;
		}
	}
	/*End Body*/
	
	
	
	
	
	form.navbar-form.navbar-left{
    border: 0px;}
    
	
	
	