
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Droid+Serif');
@import url('https://fonts.googleapis.com/css?family=Courgette|Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=Courgette');
@import url('https://fonts.googleapis.com/css?family=Barrio');
@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri&display=swap');

html,
body { 
	height: 100%;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #555555;
	width: 100%
}


h1, h2, h3 {
	color: #008957;
}

h1 {
	font-family: Barrio;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0;
	text-shadow: 0 0 2px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
	margin-top: 20px;
}

h4 {
	font-size: 14px;
}

.title {
	background-color: #f2f2f2;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
}

p {
	font-size: 14px;
	/* color: #f2f2f2; */
	line-height: 24px;
}

pull-right {
	text-align: right;
}

.container {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    cursor: unset !important;
}


/*******************************************************
|||||||||||||||    preloader styles    |||||||||||||||||
********************************************************/

/*Header*/

#header {
	width: auto;
	margin: 0 auto;
	align-self: center;
}

.search {
	float: right;
	padding-top: 30px;
}

.gsc-search-button-v2 {
    padding: 8px 27px !important;
}

.logo img {
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
}


/**************************************************************
|||||||||||||||    mainmenu stricky styles    |||||||||||||||||
***************************************************************/

.mainmenu-area.stricky-fixed {
	background: #f2f2f2 none repeat scroll 0 0;
	box-shadow: 3px 1px 3px #8A795D;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 0.7s ease 0s;
	width: 100%;
	z-index: 10000;
}


/*****************************************************
|||||||||||||||    Mainmenu styles    ||||||||||||||||
******************************************************/

.mainmenu-area {
	background: rgba(0, 0, 0, 0) url("../images/overlay.png") repeat scroll 0 0;
	margin-bottom: 15px;
}

.main-menu {
	float: center;
	position: relative;
	text-align: center;
}

.main-menu .navbar-collapse {
	padding: 0px
}

.main-menu .navigation {
	float: none;
	margin: 0;
	position: relative;
}

.main-menu .navigation li {
	float: none;
	list-style: outside none none;
	padding: 0;
	position: relative;
	text-align: center;
	display: inline-block;
}

.main-menu .navigation li a {
	color: #008957;
	display: block;
	font-size: 13px;
	font-weight: 700;
	opacity: 1;
	padding: 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: all 500ms ease 0s;
}

.main-menu .navigation li a:hover {
	background: #008957;
	color: #FFFFFF;
	border-radius: 5px;
	text-decoration: none;
}

.main-menu ul li.active a {
	background: #008957;
	color: #FFFFFF;
	border-radius: 5px;
	text-decoration: none;
}

.main-menu .navigation > li > ul {
	border-bottom: 2px solid #3cb4d8;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 140%;
	transition: all 500ms ease 0s;
	visibility: hidden;
	width: 170px;
	z-index: 100;
}

.main-menu .navigation > li:hover > ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.main-menu .navigation > li > ul > li {
	float: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	border-top: 1px solid #3eb9de;
	border-right: none;
}

.main-menu .navigation > li > ul a {
	float: none;
	text-align: left;
}

.main-menu .navigation > li > ul > li:first-child{
	border: none;
}

.main-menu .navigation > li > ul > li > a {
	background: #008957 none repeat scroll 0 0;
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	padding: 12px 15px 12px 20px;
	position: relative;
	text-transform: capitalize;
	transition: all 500ms ease 0s;
}

.main-menu .navigation li ul li a::before {
	background-color: #48c7f6;
	bottom: 8px;
	content: "";
	height: 27px;
	left: 5px;
	position: absolute;
	right: 0;
	visibility: hidden;
	width: 3px;
}

.main-menu .navigation > li > ul > li:hover > a {
	color: #48c7f6;
}

.main-menu .navigation li ul li:hover a::before {
	visibility: visible;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	background-size: 20px;
	cursor: pointer;
	z-index: 5;
	display: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
}

.dropdown:hover {
	background-color: #008957;
	border-radius: 3px;
}

.dropdown:hover a {
	color: white !important;
}

.top-news {
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 400;
	font-size: 16px;
	background-color: #008957;
	color: white;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

.top-news a {
	color: whitesmoke;
}


/* Sidebar */

.sidebar {
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: inherit;
	background-repeat: repeat;
	background-size: auto auto;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 15px;
	position: inherit;
}

.sidebar h3 {
	background: #008957 none repeat scroll 0 0;
	border-radius: 5px 5px 0 0;
	color: #ffffff;
	margin-top: 0;
	padding: 15px;
	text-indent: 5px;
}

#category {
	display: block;
	margin-bottom: 20px;
	transition: all 0.5s ease-out 0s;
}

#book-information {
	display: block;
	margin-bottom: 20px;
	transition: all 0.5s ease-out 0s;
}

.sidebar h3 i {
	padding-right: 10px;
	cursor: pointer;
}

.sidebar h3 span {
	padding-left: 5px;
	padding-right: 10px;
}


.sidebar ul {
	list-style-type: none;
	margin-bottom: 25px;
	text-align: left;
}

.sidebar ul li {
	border-bottom: 1px dotted;
	cursor: pointer;
	line-height: 2.5;
	margin-left: -10px;
	margin-right: 10px;
	text-align: left;
	transition: all 0.3s ease 0s;
	border-bottom-right-radius: 5px;
	border-color: #bbbbbb;
}

.sidebar ul li a {
	color: #000000;
}

.sidebar ul li a i {
  color: #008957;
  padding-right: 5px;
}

.sidebar ul li:hover {
	background: #008957 none repeat scroll 0 0;
	border-radius: 5px;
	padding-left: 10px;
}

.sidebar ul li:hover a {
	color: #fff;
}

.sidebar ul li:hover a i {
	color: #fff;
}

.sidebar ul li.active {
	background: #008957 none repeat scroll 0 0;
	border-radius: 5px;
	padding-left: 10px;
}

.sidebar ul li.active a {
	color: #fff;
}

.sidebar ul li.active i {
	color: #fff;
}

/* Content */

.content {
	padding-top: 0px;
	margin-top: 0px;
}
.content h3 {
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	padding-top: 10px;
	font-size: smaller;
}

#footer p {
	margin: 0;
}

.footer-content .news-post .image-holder img {
	max-height: 70px;
	max-width: 70px;
}



.latest-news h2 {
	padding-left: 100px;
	padding-top: 20px;
	text-align: left;
}

.latest-news h2::before {
	background-color: #e7e7e7;
	content: "";
	height: 1px;
	margin-left: -100px;
	margin-top: 15px;
	opacity: 1;
	position: absolute;
	width: 11%;
}

.latest-news h2::after {
	background-color: #e7e7e7;
	content: "";
	height: 1px;
	margin-left: 10px;
	margin-top: 15px;
	opacity: 1;
	position: absolute;
	width: 67%;
}

.latest-news .published-books {
	padding-top: 30px;
}

.latest-news .published-books .image-holder {
	width: 100%;
	height: 100%;
	padding-left: 8px;
}

.latest-news .published-books .published-books-content {
	padding-top: 0px;
	margin-top: -23px;
}

.latest-news .published-books .published-books-content ul li {
	list-style: none;
	display: inline-block;
	padding-right: 10px;
}

.latest-news .published-books .published-books-content > ul {
	padding-left: 0;
	color: #008957;
}

.latest-news .published-books .published-books-content span {
	padding-right: 5px;
}

.latest-news .published-books .published-books-content p {
	font-size: 12px;
	color: #808080;
	width: 300px;
}

.latest-news .row {
	padding-bottom: 10px;
}


/***************************************************
|||||||||||||||    footer styles    ||||||||||||||||
****************************************************/

.footer-section {
	border-top: 1px dashed #e9e9e9;
	margin-top: 50px;
	padding-top: 30px;
}

.footer-area {
	padding-bottom: 50px;
}

.footer-content {
	margin-top: 5px;
}

.footer-content p {
	color: #808080;
	font-size: 13px;
	margin-bottom: 15px;
	padding-top: 5px;
}

.footer-content ul li {
	color: #008957;
	list-style: none;
}

.footer-content > ul {
	margin-top: 10px;
	padding-left: 0;
}

.footer-content .social-link ul li i {
	border: 1px solid #008957;
	border-radius: 50%;
	color: #008957;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	transition: all 0.4s ease-in-out 0s;
	width: 35px;
}

.footer-content .social-link ul li:hover i {
	background-color: #008957;
	border: 1px solid #008957;
	color: #FFFFFF;
}

.footer-content ul li i {
	border: 1px solid #203371;
	font-size: 16px;
	height: 35px;
	line-height: 31px;
	text-align: center;
	transition: all 0.4s ease-in-out 0s;
	width: 35px;
}

.widget-title h2 {
	border-bottom: 1px dashed #808080;
	color: #3a570f;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 22px;
	padding-bottom: 10px;
}

.footer-content ul .link {
	border-bottom: 1px dotted;
	margin-bottom: 0;
	padding-bottom: 8px;
	padding-top: 8px;
}


.footer-content ul .link a {
	color: #008957;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out 0s;
}

.footer-content ul .link:hover {
	background: #008957 none repeat scroll 0 0;
	border-radius: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-top: 8px;
	transition: all 0.4s ease-in-out 0s;
	cursor: pointer;
	color: #FFFFFF;
}
.footer-content ul .link:hover a {
	color: #FFFFFF;
}

.footer-content .news-post {
	margin-top: 20px;
	position: relative;
}

.m-top-30 {
	margin-top: 30px;
}

.footer-content .news-post .news-content {
	margin-left: 85px;
	position: absolute;
	top: 0;
}

.footer-content .news-post .news-content h4 {
	line-height: 16px;
	margin-bottom: -4px;
	margin-top: 0;
}

.footer-content .news-post .news-content h4 a {
	color: #008957;
	font-size: 13px;
	font-weight: 500;
	transition: all 0.4s ease-in-out;
}

.footer-content .news-post .news-content h4 a:hover {
	color: #48C7F6;
}

.footer-content .news-post .news-content h5 {
	color: #48c7f6;
	font-size: 12px;
	font-style: italic;
}

.footer-content ul li .icon {
	border: medium none;
	height: 0;
	position: absolute;
	width: 0;
}

.footer-content ul li .info {
	display: inline-block;
	font-size: 13px;
	margin-left: 33px;
	margin-top: 7px;
}
.footer-content .contact-info {
	margin-bottom: 15px;
}

.footer-bottom-area {
	background-color: #333333;
	padding: 25px 0px;
}

/***************************************************
|||||||||||||||   table global   |||||||||||||||||||
****************************************************/

/* tbody {
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
} */

/* table th {
	border: 1px solid #FFFFFF;
	padding: 10px;
	color: #008957;
	margin-top: 20px;
	margin-left: 100px;
} */

td {
  border: 1px solid #FFFFFF;
  padding: 10px;
}

.t-width-100 {
	width: 100px;
}

.t-width-200 {
	width: 200px;
}

.t-width-150 {
	width: 150px;
}

.t-width-250 {
	width: 300px;
}

.t-width-170 {
	width: 170px;
}

.tp-width-200 {
	width: 200px;
}

.tp-width-380 {
	width: 380px;
}

.t-width-350 {
	width: 350px;
}

.t-width-10 {
	width: 10px;
}


/*** 

====================================================================
                  Gallery Page
====================================================================

***/

.btn-one {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background: #00c5ff;
	border: 2px solid #00c5ff;
	padding: 11px 30px 10px 30px;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	transition: all 900ms ease;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	z-index: 1;
}
.btn-one:hover{
	color: #00c5ff;
	background: transparent;
	border: 2px solid #00c5ff;
	transition: all 900ms ease;
}

.button a:focus, a:hover {
	text-decoration: none;
}

.button {
  background-color: #008957;
  border: medium none;
  color: white;
  display: inline-block;
  font-size: 13px;
  padding: 3px 15px;
  text-align: center;
}

.g-button {
    color: #008957;
    cursor: pointer;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-size: 13px;
    position: relative;
    width: 30%;

    @media(min-width: 400px) {
    display: inline-block;
  
    &:nth-of-type(even) {
      margin-right: 0;
    }
  }
  	@media(min-width: 600px) {
  
    &:nth-of-type(even) {
      margin-right: 2.5em;
    }
    
    &:nth-of-type(5) {
      margin-right: 0;
    }
    
  }
  
}

.button-s-1 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(0, 137, 87, 0);
  outline: 1px solid;
  outline-color: rgba(0, 137, 87, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.button-s-1:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(0, 137, 87, .5), 0 0 20px rgba(0, 137, 87, .2);
  outline-color: rgba(0, 137, 87, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388; 
}

.button a {
  color: white;
}

.centered {
	text-align: center;
}

.gallery-page {
	padding: 50px 0;
	position: relative;
}
.gallery-page .single-item{
	margin-bottom: 30px;
}

.gallery-page .gallery_menu{
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-bottom: 50px;
}
.gallery-page .gallery_menu li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-family: 'Hind',sans-serif;
	font-weight: 600;
	line-height: 26px;
	color: #222;
	margin: 0px 3px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 9px 25px 8px 25px;
	text-align: center;
	cursor: pointer;
	transition: all 500ms ease;
}

.gallery-page .gallery_menu li:hover{
	color: #00c5ff;
	border-top: 1px solid #00c5ff;
	border-bottom: 1px solid #00c5ff;
	transition: all 500ms ease;
	background: rgba(0, 197, 255, 0.2) none repeat scroll 0 0;
	transform: rotate(360deg);
}

.gallery-page .gallery_menu li.active{
	color: #00c5ff;
	border-top: 1px solid #00c5ff;
	border-bottom: 1px solid #00c5ff;
	transition: all 500ms ease;
}

.gallery-page .gallery_menu li.active {
	color: #00c5ff;
	background: rgba(0, 197, 255, 0.2) none repeat scroll 0 0;
	border-bottom: 1px solid #00c5ff;
	border-top: 1px solid #00c5ff;
	transition: all 500ms ease 0s;
}

.gallery-style-two .single-item .img-box{
	position: relative;
	margin-bottom: 12px;
}



[class*=' imghvr-'] figcaption, [class^=imghvr-] figcaption {
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border: 3px solid #00c5ff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 900ms ease;
}
[class*=' imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:before, [class^=imghvr-shutter-in-]:after, [class^=imghvr-shutter-in-]:before {
    background: rgba(16, 37, 46, 0.5);
    position: absolute;
    content: '';
    transition: all 900ms ease;
}
.our-idea .single-item .lower-content{
  position: relative;
  padding: 15px 0px;
  border-bottom: 1px solid #e5e5e5;
}
.our-idea .single-item .lower-content:before{
  position: absolute;
  content: '';
  background: #00c5ff;
  height: 1px;
  width: 0%;
  left: 0px;
  bottom: 0px;
  transition: all 900ms ease;
}
.our-idea .single-item:hover .lower-content:before{
  width: 100%;
  transition: all 900ms ease;
}

.service-section{
  position: relative;
  background: #f7f7f7;
  width: 100%;
}

.single-item-overlay{
	position: relative;
}
.single-item-overlay .img-box img {
	transition: all 0.5s ease;
	transform: scale(1);
	width: 100%;
}

.single-item-overlay .img-box .overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(0, 197, 255, 0.8);
	width: 100%;
	transform: scale(0.7,0);
	transition: .5s ease-in-out;
}
.single-item:hover .single-item-overlay .img-box .overlay {
	transform: scale(1,1);
	transition: .5s ease-in-out;
}

.single-item-overlay .inner-box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.single-item-overlay .content {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: -10%;
	transition: .2s cubic-bezier(0.4, 0, 1, 1);
}
.single-item:hover .content {
	top: 0;
	transition: .5s cubic-bezier(0.4, 0, 1, 1);
	transition-delay: .3s;
}
.single-item-overlay .content li{
	position: relative;
	display: inline-block;
}
.single-item-overlay .content li a {
	color: #ffffff;
	display: inline-block;
	transition: all 500ms ease;
	font-size: 14px;
}

.content > p {
	text-align: center;
	margin-left: -42px;
}

.single-item-overlay .img-box .overlay ul li a {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	transition: all 500ms ease 0s;
	width: 45px;
	margin-left: -43px;
}
.single-item-overlay .img-box .overlay ul li a:hover{
	color: #00c5ff;
	background: #fff;
	transition: all 500ms ease;
}
.service-section .single-item .lower-content{
	position: relative;
	padding: 20px 0px;
	border-bottom: 1px solid #e5e5e5;
}

.service-section .single-item .lower-content p{
	margin-bottom: 20px;
}

/*** 

====================================================================
                  Pricing Page
====================================================================

***/

.price {
	color: red;
	text-align: center;
}

.table-head {
	color: #008957;
	text-align: center;
}

.border-bottom {
	border-bottom: 1px dotted #f2f2f2;
}

.book-list td {
	border-bottom: 1px solid #f2f2f2;
}


.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.price-list-button {
    background-color: #ffffff;
    border: 1px solid #008957;
    margin-top: 20px;
    padding: 10px 15px 10px 15px;
    color: #008957;
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: 20%;
    text-align: center;
}

.price-list-button:hover {
    background-color: #008957;
    color: white;
}


/*** 

====================================================================
                  Contact Page
====================================================================

***/

.contact-details {
    border: 1px solid #f2f2f2;
    padding: 20px;
    box-shadow: 1px 1px 6px 1px #f2f2f2;
    margin-top: 50px;
    min-height: 538px;
}

.contact-details h2 {
    margin-top: 0;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}


.message-form {
    border: 1px solid #f2f2f2;
    padding: 20px;
    box-shadow: 1px 1px 6px 1px #f2f2f2;
    margin-top: 50px;
    min-height: 538px;
}

.message-form h2 {
    margin-top: 0;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

/*.form-control:focus {
    border-color: #008957;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #008957;
    box-shadow: inset 0 1px 1px rgba(0,137,87,.075),0 0 8px rgba(0,137,87,.6);
}*/

.btn-success:hover {
    color: #fff;
    background-color: #008957;
    border-color: #398439;
    transition: 0.4s;
}

.btn-success:focus {
	background-color: #419641;
}

.icons {
	color: #008957;
}


#map {
	width: 100%;
	height: 350px;
	background-color: grey;
}




/*** 

====================================================================
                  Book Info Page
====================================================================

***/

.book-info {
	margin-top: 0px;
}

.book-info h1 {
	background: rgba(0, 0, 0, 0) url("../images/overlay.png") repeat scroll 0 0;
	color: #008957;
	margin-top: 23px;
	border-radius: 5px;
}

.book-info span {
  background-color: #fff;
  padding-left: 8px;
  padding-right: 8px;
}

.book-info img {
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

.book-info ul li {
	color: #008957;
	font-size: 15px;
	line-height: 1.7;
	list-style-type: none;
}

.book-info ul li i {
	color: #008957;
	padding-right: 10px;
}

.book-info2 {
	margin-top: 0px;
}

.book-info2 h1 {
	background: rgba(0, 0, 0, 0) url("../images/overlay.png") repeat scroll 0 0;
	color: #008957;
	margin-top: 23px;
	border-radius: 5px;
}

.book-info2 span {
  background-color: #fff;
  padding-left: 8px;
  padding-right: 8px;
}

.book-info2 img {
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

.book-info2 ul li {
	color: #008957;
	font-size: 20px;
	line-height: 32px;
	list-style-type: none;
	text-align: justify;
}

.book-info2 ul li::before {
	content: "\f0a4";
	font-family: FontAwesome;
	color: #008957;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
}

.book-info2 ul li span {
	font-size: 16px;
}

.book-info2 h2 span {
	font-size: 18px;
}

.book-info2 p {
	font-size: 20px;
	margin-left: 40px;
	font-style: italic;
	color: #008957;
}

.book-info2 h2 {
	background: linear-gradient(to right, #008957, #008957, #ffffff, #ffffff);
	padding-top: 10px;
	padding-bottom: 15px;
	color: #ffffff;
	border-radius: 9px;
	padding-left: 10px;
}

.book-info2 h2 span {
	font-size: 18px;
	background: none;
	color: #ffffff;
}

/*** 
====================================================================
|||||||||||||||||||||||||||||||||  Writers Profile |||||||||||||||||||||||||||||||||
====================================================================

***/

.w-name {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 0, 0, 0), rgb(0, 137, 137), rgba(255, 0, 0, 0)) repeat scroll 0 0;
	box-shadow: 1px 0 6px grey;
	color: #ffffff;
	font-family: Barrio;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}


.w-info h4 {
	color: #008957;
	font-size: 15px;
	font-weight: 700;
}

.w-info p {
	line-height: 22px;
}

.w-photo img {
	border: 5px solid white;
	box-shadow: 0.5px 0 2px grey;
	float: right;
	margin-top: 15px;
	max-height: 150px;
	max-width: 150px;
}

.bottom-border {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.w-s-bio p {
	padding-top: 0px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 15px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent {
    animation: fadeEffect 2s; /* Fading effect takes 2 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.education th {
	color: #008957;
}

.research-articles ol {
	margin-left: 0px;
	padding-left: 25px;
	padding-bottom: 5px;
}

.research-articles ol li  {
	list-style-type: decimal;
	margin-left: 0px;
	font-size: 14px;
	text-align: justify;
	padding: 10px 15px;
}

.publication ol {
	margin-left: 0px;
	padding-left: 25px;
	padding-bottom: 5px;
}

.publication ol li  {
	list-style-type: decimal;
	margin-left: 0px;
	font-size: 14px;
	text-align: justify;
	padding: 10px 15px;
}


#viewmore {
	display: none;
}

.viewmore-button {
  margin: auto;
  height: 44px;
  width: 166.23px;
}

.viewmore-button button{
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  cursor:pointer;
  border:none;
  padding:8px;
  font-size:20px;
  background:linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
  color:white;
  font-family:cursive;
  box-sizing:border-box;
}

.odd {
	background-color: cornsilk;
}

.even {
	background-color: burlywood;
}

.a-content {
	width: 600px;
}

.a-image img {
	border: 5px solid white;
	box-shadow: 0.5px 0 2px grey;
	float: right;
	max-height: 150px;
	max-width: 150px;
	cursor: pointer;
	margin-top: -15px;
}

.a-image img:hover {
	opacity: 0.7;
}


/*|||||||||||||||||||||||*/
/*Questions archive Page */
/*|||||||||||||||||||||||*/

.q-archive h1 {
	background: rgba(0, 0, 0, 0) url("../images/overlay.png") repeat scroll 0 0;
	color: #008957;
	margin-top: 23px;
	border-radius: 5px;
}

.course {
	cursor: pointer;
}

.course h4 i {
	padding-right: 10px;
}

.year {
	display: none;
	color: #555555;
}


.year a {
	color: #008957;
}

.year table td {
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 5px;
}

.all-books-list {
	color: #008957;
	margin-left: 20px;
}

.all-books-list h3 {
	color: #FF5733;
}

.c-a-q h2 {
	border-top: 1px dashed #f2f2f2;
	margin-top: 50px;
	padding-top: 10px;
}


/*|||||||||||||||||||||||*/
/* Syllabus Download Page */
/*|||||||||||||||||||||||*/

.nu-syllabus-all ul {
	list-style-type: none;
}

.nu-syllabus-all ul li {
	padding-bottom: 5px;
	margin-left: 0px;
}

.nu-syllabus-all ul li a i {
	color: #008957;
	padding-right: 10px;
}

.nu-syllabus-pdf a {
	color: #2ECC71;
}


.index-viewer iframe {
	height: 600px;
	width: 100%;
}

.visitor-counter {
	text-align: center;
}

.download-pages {
  margin-top: 20px;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  font-family: inherit;
}

.download-pages ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

.download-pages ul li a:hover {
  background: #008957;
  padding: 10px 30px 12px 30px;
  border-radius: 5px;
  color: white;
}

.wtob {
	font-size: 28px;
}

.wtob img {
	max-width: 40px;
}


.staff tr td {
	border-bottom: 1px solid #e7e7e7;
}

.alert-msg {
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #008957;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 20px;
	text-align: center;
}


.qDownloadForm {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;  
	border-radius: 10px;
	box-shadow: 0px 0px 3px 0px #c1c1c1;
	height: auto;
}

/*.form-control {
	width: 100% !important;
}*/

.thPadding {
    padding-left: 20px !important;
}

/*.oddPadding {
    padding-left: 50px !important;
}*/

/* table.dataTable thead tr {
  background-color: #535252 !important;
}
#table-data th{
	color: whitesmoke !important;
	font-weight: normal;
} */


#priceTable_wrapper .btn-group {
    display: inline;
}

#priceTable_filter .dataTables_filter input {
	width: 100%;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#priceTable_wrapper .btn-group {
		display: block;
	}
	.btn-group > .btn {
		float: none;
	}
}
