@charset "utf-8";

:root {
--bg-color: #fb0000;

}

/***********
1. Fonts
***********/
@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2&display=swap');

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

/*********************************
2. Body and some general stuff
*********************************/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
body {
	font-family: "Baloo Tamma 2",  Roboto;
	font-size: 16px;
	font-weight: 400;
	background: #ffffff;
	color: #444;
}
div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul {
	list-style: none;
	margin-bottom: 0px;
}
p {
	font-family: "Baloo Tamma 2",  Roboto;
	font-size: 14px;
	line-height: 2;
	font-weight: 400;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px cyan;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a,
a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
p a:active {
	position: relative;
	color: skyblue;
}
p a:hover {
	color: #333;
	background: skyblue;
}
p a:hover::after {
	opacity: 0.2;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
.form-control {
	color: #db5246;
}
section {
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear {
	clear: both;
}
.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}
.clearfix::after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height {
	height: 100%;
}
.super_container {
	width: 100%;
}
.super_container_index {
	width: 100%;
}
.prlx_parent {
	overflow: hidden;
}
.prlx {
	height: 130% !important;
}
.nopadding {
	padding: 0px !important;
}
.button {
	display: inline-block;
	height: 53px;
	border-radius: 27px;
	overflow: hidden;
}

.button_bcg {
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(to right, #1129ff, #03044e, #1129ff);
	z-index: -1;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.button:hover .button_bcg {
	left: -100%;
}
.button a {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 53px;
	padding-left: 46px;
	padding-right: 46px;
	white-space: nowrap;
	z-index: 2;
}
.button2 {
	display: inline-block;
	height: 33px;
	margin-bottom: 20px;
	margin-right: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.button2:hover .button_bcg {
	left: -100%;
}
.button2 a {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	padding-left: 26px;
	padding-right: 26px;
	white-space: nowrap;
	z-index: 2;
}
.button span {
	display: inline-block;
	vertical-align: middle;
	width: 5.75px;
	height: 5.63px;
	background: #ffffff;
	border-radius: 50%;
	margin-right: 2px;
}
.button span:first-child {
	margin-left: 10px;
}
.button span:nth-child(2) {
	opacity: 0.6;
}
.button span:last-child {
	opacity: 0.4;
	margin-right: 0px;
}

/*********************************
3. Header
*********************************/

.header {
	position: fixed;
	width: 100%;
	z-index: 12;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar {
	width: 100%;
	height: 36px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .top_bar {
	visibility: hidden;
	opacity: 0;
	height: 0px;
}
.phone {
	display: inline-block;
	margin-right: 36px;
	line-height: 36px;
	font-size: 10px;
	font-weight: 600;
	color: #ffffff;
}
.social_list_item {
	position: relative;
	display: inline-block;
	margin-right: 3px;
}
.social_list_item:last-child {
	margin-right: 0px;
}
.social_list_item a {
	display: block;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 36px;
}
.social_list_item:hover a i {
	color: #ebfa1c;
}
.social_list_item a i {
	font-size: 12px;
	color: #ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social_list_item a:hover {
	color: #ffffff;
}
.user_box_link {
	display: inline-block;
}
.user_box_link a {
	display: block;
	font-size: 13px;
	line-height: 36px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0px 15px;
}

.user_box_login {
	margin-right: 15px;
}
.user_box_login::after {
	display: block;
	position: absolute;
	top: 15px;
	right: -9px;
	background: #ffffff;
	width: 1px;
	height: 9px;
	content: "";
}
.main_nav_col {
	height: 100px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .main_nav_col {
	height: 100px;
}

/*********************************
3.2 Logo
*********************************/

.logo_container {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}
.header.scrolled .logo_container {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.logo a {
	letter-spacing: 6px;
	font-family: Microsoft Himalaya, "Open Sans", sans-serif;
	font-size: 50px;
	color: #f4f4f8;
	font-weight: 800;
	text-transform: uppercase;


}

.logo a img {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 9px;
	margin-top: 25px;
	height: 65px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);


}

.site-bg{
	width: 200px !important;
	height: 70px !important;
}
.site-logo{
	background-repeat: no-repeat;
	height: 70px;
	font-size: 1px;
	background-size: auto 50px;

	background-position: left center;
}
@media only screen and (max-width: 600px) {
	.logo a b {
		letter-spacing: 6px;
		font-family: Microsoft Himalaya, "Open Sans", sans-serif;
		font-size: 30px;
		color: #f4f4f8;
		font-weight: 800;
		margin-top: 10px !important;
		position: absolute;
		text-transform: uppercase;
	}
	.logo a b b {
		margin-top: 0px !important;
	}
	.logo a img.imgphn {
		margin-right: 9px;
		height: 40px;
		width: 40px;
		margin-top: 0px;
	}
	.site-bg {
		margin-right: 9px;
		height: 40px !important;
		margin-top: 0px;
	}

	.site-logo{
		height: 40px;
	background-position: left center;
	background-size: auto 40px;

	}
	.search_tab input.inpscr {
		font-family: Arial, Helvetica, sans-serif;
		width: 100%;
		height: 100%;
		background: rgb(255, 255, 255);
		font-size: 14px;
		color: #000;
	}
	.search_tab button.scrbtn {
		position: absolute;
		float: right;
		right: 4%;
		background-color: transparent;
		cursor: pointer;
		font-size: 30px;
		color: #555;
		padding: 17px;

		border: none;
		outline: none;
	}
	.search_tab button.scrbtn:hover {
		color: #000;
		font-weight: 800;

		border: none;
		outline: none;
	}
	.search_tab:hover {
		background: linear-gradient(to right, #1a6c92, #050c3d);

		color: #ffffff;
	}
}

/*********************************
3.3 Main Nav
*********************************/

.main_nav_container {
	margin-right: 41px;
}
.nav-menu-ojs .main_nav_item {
	position: relative;
	display: inline-block;
	margin-right: 40px;
}
.nav-menu-ojs .main_nav_item:last-child {
	margin-right: 0px;
	color: #ebfa1c;
}
.nav-menu-ojs .main_nav_item a {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #ffffff;
	text-transform: capitalize;
	padding-bottom: 10px;
	padding-top: 10px;
}
.nav-menu-ojs .main_nav_item::after {
	display: block;
	position: absolute;
	left: -1px;
	bottom: -11px;
	width: calc(100% + 2px);
	height: 2px;
	background: linear-gradient(to right, #3f4600, #efff11, #3f4600);
	content: "";
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.nav-menu-ojs .main_nav_item:hover::after {
	opacity: 1;
}

.nav-menu-ojs .main_nav_item a:hover {
	color: #eeff00;
}
.nav-menu-ojs .main_nav_item a.active {
	font-size: 14px;
	font-weight: 800;
	color: #fbff00;
	border-bottom: 2px solid #f2ff43;
}
.main_nav_item .dropdown-menu a {
	color: #333 !important;
}
.content_search {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
	cursor: pointer;
}
.header.scrolled .content_search {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.mag_glass {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.content_search img {
	width: 17px;
	height: 17px;
}
.content_search:hover .mag_glass {
	fill: #ebfa1c;
}
.search_form {
	position: absolute;
	right: 15px;
	top: 120px;
	width: 237px;
	height: 40px;
	visibility: hidden;
	opacity: 0;
}
.search_form.active {
	top: 105px;
	visibility: visible;
	opacity: 1;
}
.search_content_input {
	width: 100%;
	height: 100%;
	background: #ffffff;
	color: #1b0b32;
	padding-left: 20px;
	outline: none !important;
	border: none !important;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}
.bez_1 {
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

/*********************************
3.4 Menu
*********************************/

.hamburger {
	display: none;
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
	cursor: pointer;
	margin-left: 20px;
}
.header.scrolled .hamburger {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.hamburger i {
	font-size: 24px;
	color: #ffffff;
}
.hamburger:hover i {
	color: #ebfa1c;
}
.menu {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
}
.menu.active {
	opacity: 0.95;
	visibility: visible;
}
.menu_content {
	width: 100%;
	height: 100%;
}
.menu_item {
	position: relative;
	margin-bottom: 3px;
}
.menu_item:last-child {
	margin-bottom: 0px;
}
.menu_logo {
	margin-bottom: 28px;
}
.menu_logo a img {
	width: 40px !important;
}
.menu_item a {
	display: inline-block;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #ffffff;
	font-weight: 400;
}
.menu_item a::after {
	display: block;
	position: absolute;
	top: 60%;
	left: 0;
	width: 0;
	height: 4px;
	background: #ffffff;
	letter-spacing: 2px;
	content: "";
	z-index: 10;
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}
.menu_item:hover a::after {
	width: 100%;
}
.menu_close_container {
	position: absolute;
	top: 94px;
	right: 122px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close {
	top: 9px;
	width: 21px;
	height: 3px;
	background: #ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after {
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: "";
	width: 3px;
	height: 21px;
	background: #ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after {
	background: #ebfa1c;
}

/*********************************
4. Home
*********************************/

.home {
	width: 100%;
	height: 100vh;

}

.home2 {
	width: 100%;
	height: 500px;

}
/*********************************
4.1 Home Slider
*********************************/
.home_slider_content_inner a h1{
	color: #fff;
	text-shadow: 0px 0px 5px #333;
}

.home_slider_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.home_slider {
	width: 100%;
	height: 100%;
}
.home_slider_item {
	width: 100%;
	height: 100%;
}
.home_slider_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	/* background-size: contain; */
	background-size: cover;
	background-position: center center;
		/* object-fit: fill !important; */

}
.home_slider_content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 11;
}
.home_slider_content h1 {
	margin-top: 50px;
	margin-bottom: 0px;
}
.home_slider_content h1:first-child {
	font-size: 35px;
	font-weight: 900;
	color: #ffffff;
	text-transform: uppercase;
}
.home_slider_content h1:nth-child(2) {
	font-family: "Beyond";
	font-size: 35px;
	color: #ffffff;
	margin-top: -34px;
}
.home_slider_button {
	margin-top: 70px;
}
.flipInX {
	animation-delay: 600ms;
}

/*********************************
4.2 Home Slider Nav
*********************************/

.home_slider_nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 11;
	cursor: pointer;
}
.home_slider_prev {
	left: 50px;
}
.home_slider_next {
	right: 50px;
}
.home_slider_prev:hover .nav_path,
.home_slider_prev:hover .nav_arrow {
	fill: url(#home_grad_prev);
}
.home_slider_next:hover .nav_arrow,
.home_slider_next:hover .nav_path {
	fill: url(#home_grad_next);
}

/*********************************
4.3 Home Slider Dots
*********************************/

.home_slider_dots {
	position: absolute;
	right: 50px;
	bottom: 45px;
	z-index: 10;
}
.home_slider_custom_dot {
	display: inline-block;
	position: relative;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_custom_dot:hover {
	color: #ebfa1c;
}
.home_slider_custom_dot:hover.active div {
	border-color: #ebfa1c;
}
.home_slider_custom_dot.active {
	padding-left: 13px;
	padding-right: 9px;
	margin-right: 3px;
}
.home_slider_custom_dot div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 2px transparent;
	border-radius: 18px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_custom_dot.active div {
	border: solid 2px #ffffff;
}

/*********************************
5. Search
*********************************/

.search {
	width: 100%;
	z-index: 10;
}
.search_tabs_container {
	position: absolute;
	bottom: 100%;
	left: 15px;
	width: calc(100% - 30px);
}
.search_tabs {
	height: 94px;
}
.search_tab {
	font-size: 14px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
	text-align: center;
	height: 100%;
	flex-grow: 1;
	background: #ffffff;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_tab input.inpscr {
	font-family: "Baloo Tamma 2", Roboto;
	width: 100%;
	height: 90%;
	border-radius: 100px 100px 0px 0px;
	/*box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);*/
	background: rgb(255, 255, 255);
	transition: all 0.3s ease;
	text-align: center;
	padding: 0px 90px;
	font-size: 23px;
	color: #000;
}
.search_tab button.scrbtn {
	position: absolute;
	float: right;
	right: 4%;
	background-color: transparent;
	cursor: pointer;
	font-size: 30px;
	color: #555;
	padding: 17px;
	border-radius: 0px 100px 0px 0px;

	border: none;
	outline: none;
}
.search_tab button.scrbtn:hover {
	color: #000;
	font-weight: 800;

	border: none;
	outline: none;
}
::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #555;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #555;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #555;
}
.search_tab img {
	margin-right: 10px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_tab:first-child {
	border-top-left-radius: 94px;
	padding-left: 7px;
}
.search_tab:last-child {
	border-top-right-radius: 94px;
	padding-right: 7px;
}
.search_tab.active {
	background: linear-gradient(to right, #03044e, #1129ff, #03044e);
	color: #ffffff;
}
.search_tab.active img {
	-webkit-filter: brightness(200%) grayscale(100%);
	-moz-filter: brightness(200%) grayscale(100%);
	-ms-filter: brightness(200%) grayscale(100%);
	-o-filter: brightness(200%) grayscale(100%);
	filter: brightness(200%) grayscale(100%);
}
.search_tab:hover {
	background: linear-gradient(to right, #03044e, #1129ff, #03044e);

	color: #ffffff;
}
.search_tab:hover img {
	-webkit-filter: brightness(200%) grayscale(100%);
	-moz-filter: brightness(200%) grayscale(100%);
	-ms-filter: brightness(200%) grayscale(100%);
	-o-filter: brightness(200%) grayscale(100%);
	filter: brightness(200%) grayscale(100%);
}
.search_panel {
	display: none !important;
	width: 100%;
	height: 100%;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
}
.search_panel.active {
	display: flex !important;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.search_panel_content {
	width: 100%;
	height: 100%;
}
.search_input {
	width: 40%;
	height: 40px;
	border: none;
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	font-weight: 600;
	color: #929191;
}

.search_item div {
	margin-top: 0px;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.dropdown_item_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	user-select: none;
	-webkit-user-select: none;
	background-image: url(../images/dropdown.png);
	background-position: center right;
	background-repeat: no-repeat;
	border: solid 1px #ffffff;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.dropdown_item_select::-ms-expand {
	display: none;
}
.dropdown_item_select:hover {
	border: solid 1px #ebfa1c;
}
.dropdown_item_select:focus {
	outline-color: #ebfa1c;
}
.search_button {
	font-size: 13px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	line-height: 53px;
	padding-left: 46px;
	padding-right: 46px;
	background: #fff;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	border: none;
	outline: none;
	cursor: pointer;
}
.search_button:hover {
	background: #505050;
	color: #fff;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.search_button2 {
	font-size: 13px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	line-height: 30px;
	padding-left: 26px;
	padding-right: 26px;
	background: #fff;
	border: 1px solid #333;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	outline: none;
	cursor: pointer;
}

.search_button2:hover {
	background: #000;
	color: #fff;
	border: 1px solid #333;

	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

/*********************************
6. Section Title
*********************************/

.section_title {
	font-size: 30px;
	font-weight: 700;
	color: #2d2c2c;
	margin-top: -8px;
	text-transform: uppercase;
}

/*********************************
7. Intro
*********************************/

.intro {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 105px;
}
.intro_title {
	font-weight: 700;
	color: #2d2c2c;
	margin-top: -14px;
}
.intro_text {
	margin-top: 21px;
}
.intro_text p {
	font-size: 24px;
	font-style: italic;
	color: #929191;
	line-height: 1.336;
	margin-bottom: 0px;
}
.intro_items {
	margin-top: 69px;
}
.intro_item {
	width: 100%;
	height: 425px;
}
.intro_item_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(49, 18, 75, 0.55);
}
.intro_item_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}
.intro_item_content {
	width: 100%;
	height: 100%;
	z-index: 3;
}
.intro_date {
	position: absolute;
	top: 35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	padding-left: 39px;
	padding-right: 39px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	line-height: 27px;
	background: #ebfa1c;
	border-radius: 14px;
}
.intro_button {
	position: absolute;
	bottom: 51px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.intro_center h1 {
	font-size: 59px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -0.05em;
}
.intro_price {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	margin-top: -4px;
}
.rating {
	margin-top: 10px;
}
.rating i {
	font-size: 19px;
	margin-right: 4px;
}
.rating i:last-child {
	margin-right: 0px;
}
.rating_1 i:first-child {
	color: #ffeb8d;
}
.rating_2 i:first-child {
	color: #ffeb8d;
}
.rating_2 i:nth-child(2) {
	color: #fed46b;
}
.rating_3 i:first-child {
	color: #ffeb8d;
}
.rating_3 i:nth-child(2) {
	color: #fed46b;
}
.rating_3 i:nth-child(3) {
	color: #fbb53d;
}
.rating_4 i:first-child {
	color: #ffeb8d;
}
.rating_4 i:nth-child(2) {
	color: #fed46b;
}
.rating_4 i:nth-child(3) {
	color: #fbb53d;
}
.rating_4 i:nth-child(4) {
	color: #1129ff;
}
.rating_5 i:first-child {
	color: #ffeb8d;
}
.rating_5 i:nth-child(2) {
	color: #fed46b;
}
.rating_5 i:nth-child(3) {
	color: #fbb53d;
}
.rating_5 i:nth-child(4) {
	color: #1129ff;
}
.rating_5 i:nth-child(5) {
	color: #ef910a;
}

/*********************************
8. CTA
*********************************/

.cta {
	padding-top: 125px;
	padding-bottom: 116px;
	background: linear-gradient(to right, #1129ff, #03044e);
}
.cta_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.27;
}

/*********************************
8.1 CTA Slider
*********************************/

.cta_item {
	padding-top: 75px;
	padding-bottom: 61px;
	padding-left: 90px;
	padding-right: 90px;
	background: #ffffff;
}
.cta_title {
	font-size: 30px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
}
.cta_text {
	font-weight: 600;
	line-height: 2.29;
	margin-top: 14px;
	margin-bottom: 0px;
}
.cta_button {
	margin-top: 38px;
}
.rating_r i::before {
	font-family: "FontAwesome";
	content: "\f006";
	font-style: normal;
	font-size: 19px;
	margin-right: 4px;
}
.rating_r_1 i:first-child::before {
	color: #ffeb8d;
	content: "\f005";
}
.rating_r_2 i:first-child::before {
	color: #ffeb8d;
	content: "\f005";
}
.rating_r_2 i:nth-child(2)::before {
	color: #fed46b;
	content: "\f005";
}
.rating_r_3 i:first-child::before {
	color: #fbb53d;
	content: "\f005";
}
.rating_r_3 i:nth-child(2)::before {
	color: #fbb53d;
	content: "\f005";
}
.rating_r_3 i:nth-child(3)::before {
	color: #fbb53d;
	content: "\f005";
}
.rating_r_4 i:first-child::before {
	color: #fbb53d;
	content: "\f005";
}
.rating_r_4 i:nth-child(2)::before {
	color: #fbb53d;
	content: "\f005";
}
.rating_r_4 i:nth-child(3)::before {
	color: #fbb53d;
	content: "\f005";
}
.rating_r_4 i:nth-child(4)::before {
	color: #fbb53d;
	content: "\f005";
}
.rating_r_5 i:first-child::before {
	color: #fbb53d;
	content: "\f005";
}
.rating_r_5 i:nth-child(2)::before {
	color: #fbb53d;
	content: "\f005";
}
.rating_r_5 i:nth-child(3)::before {
	color: #fbb53d;
	content: "\f005";
}
.rating_r_5 i:nth-child(4)::before {
	color: #fbb53d;
	content: "\f005";
}
.rating_r_5 i:nth-child(5)::before {
	color: #fbb53d;
	content: "\f005";
}
.cta_slider_nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}
.cta_slider_prev {
	left: -75px;
}
.cta_slider_next {
	right: -75px;
}
.cta_slider_prev:hover .nav_path,
.cta_slider_prev:hover .nav_arrow {
	fill: url(#cta_grad_prev);
}
.cta_slider_next:hover .nav_path,
.cta_slider_next:hover .nav_arrow {
	fill: url(#cta_grad_next);
}

/*********************************
9. Offers
*********************************/

.offers {
	width: 100%;
	padding-top: 105px;
	padding-bottom: 43px;
}
.offers_items {
	margin-top: 90px;
}
.offers_col {
	margin-bottom: 83px;
}
.offers_image_container {
	width: 100%;
	height: 100%;
}
.offers_image_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 0px 20px 1px #aaa;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.offer_name {
	position: absolute;
	left: 0;
	bottom: 27px;
	width: 60%;
	height: 33px;
	background: #777;
	box-shadow: 0px 0px 10px 1px #888;
	border-top-right-radius: 300px;
	overflow: hidden;
}
.offer_name a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 35px;
	padding-left: 22px;
}
.offers_price {
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	color: #eda00a;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}
.offers_price span {
	font-size: 14px;
	font-weight: 400;
	color: #929191;
	margin-left: 12px;
}
.offers_rating i::before {
	font-size: 13px;
	margin-right: 2px;
}
.offers_text {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	margin-top: 10px;
}
.offers_icons {
	margin-top: 17px;
}
.offers_icons_item {
	display: inline-block;
	margin-right: 15px;
}
.offers_icons_item:last-child {
	margin-right: 0px;
}
.offers_link {
	margin-top: 54px;
}
.offers_link a {
	font-size: 12px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.offers_link a:hover {
	color: #1129ff;
}

/*********************************
10. Testimonials
*********************************/

.testimonials {
	width: 100%;
	padding-top: 105px;
	padding-bottom: 105px;
	background: #ffffff;
}
.test_border {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #1129ff, #03044e);
}

/*********************************
10.1 Testimonials Slider
*********************************/

.test_slider_container {
	width: 100%;
	margin-top: 54px;
}
.test_item {
	padding-top: 36px;
}
.test_icon {
	position: absolute;
	top: 0px;
	left: 41px;
	width: 72px;
	height: 72px;
	background: #1129ff;
	border-radius: 50%;
	overflow: hidden;
}
.test_icon img {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto !important;
}
.test_content_container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 44.1%;
	background: rgba(7, 8, 75, 0.8);
}
.test_content {
	width: 100%;
	height: 100%;
	padding-left: 38px;
	padding-top: 44px;
	padding-right: 40px;
}
.test_item_info {
	position: absolute;
	left: 41px;
	bottom: calc(100% - 18px);
	background: #ffffff;
	padding-left: 20px;
	padding-right: 21px;
	padding-top: 9px;
	padding-bottom: 10px;
	z-index: 10;
}
.test_name {
	font-size: 14px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
}
.test_date {
	font-size: 11px;
	margin-top: 2px;
	color: #2d2c2c;
	padding-left: 2px;
}
.test_quote_title {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	padding-left: 3px;
}
.test_quote_text {
	font-weight: 500;
	color: #ffffff;
	margin-top: 11px;
}
.test_slider_nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}
.test_slider_nav .nav_path,
.test_slider_nav .nav_arrow {
	fill: #c4ced2;
}
.test_slider_prev {
	left: -75px;
}
.test_slider_next {
	right: -75px;
}
.test_slider_prev:hover .nav_path,
.test_slider_prev:hover .nav_arrow {
	fill: url(#test_grad_prev);
}
.test_slider_next:hover .nav_path,
.test_slider_next:hover .nav_arrow {
	fill: url(#test_grad_next);
}

/*********************************
11. Trending
*********************************/

.trending {
	width: 100%;
	padding-top: 105px;
	padding-bottom: 50px;
}
.trending_container {
	margin-top: 90px;
}
.trending_item {
	margin-bottom: 55px;
}
.trending_image {
	width: 82px;
	height: 76px;
	float: left;
}
.trending_image img {
	width: 100%;
}
.trending_content {
	padding-left: 94px;
}
.trending_title {
	margin-top: -5px;
}
.trending_title a {
	font-size: 16px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trending_title a:hover {
	color: #1129ff;
}
.trending_price {
	font-size: 14px;
	font-weight: 700;
	color: #1129ff;
	margin-top: 2px;
}
.trending_location {
	font-size: 14px;
	font-weight: 400;
	color: #929191;
	text-transform: uppercase;
	margin-top: 5px;
}

/*********************************
12. Contact
*********************************/

.contact {
	width: 100%;
	padding-bottom: 105px;
}
.contact_background {
	position: absolute;
	bottom: -34px;
	left: 0;
	width: 100%;
	height: 104%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_title {
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
}
.contact_form_container {
	padding-top: 74px;
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 88px;
	background: linear-gradient(to top right, #1129ff, #03044e);
}
.contact_form {
	margin-top: 52px;
	font-size: 0px;
}
.input_field {
	height: 48px;
	font-size: 12px;
	font-weight: 400;
	border: none;
	outline: none;
	background: transparent;
	color: #ffffff;
	border-bottom: solid 2px #e1e1e1;
}
.contact_form_name {
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}
.contact_form_email {
	width: calc((100% - 30px) / 2);
}
.contact_form_subject {
	width: 100%;
	margin-top: 11px;
}
.contact_form_message {
	height: 126px;
	width: 100%;
	border: none;
	outline: none;
	margin-top: 19px;
	background: transparent;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	border-bottom: solid 2px #e1e1e1;
	padding-top: 11px;
}
.form_submit_button {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 53px;
	padding-left: 29px;
	padding-right: 29px;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	border: none;
	outline: none;
	margin-top: 37px;
	cursor: pointer;
}
.form_submit_button:hover {
	opacity: 0.8;
}
.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #ffffff !important;
}
.input_field:-moz-placeholder,
.text_field:-moz-placeholder {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #ffffff !important;
}
.input_field::-moz-placeholder,
.text_field::-moz-placeholder {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #ffffff !important;
}
.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #ffffff !important;
}
.input_field::input-placeholder,
.text_field::input-placeholder {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #ffffff !important;
}

/*********************************
13. Footer
*********************************/

.footer {
	width: 100%;
	padding-top: 90px;
	padding-bottom: 60px;
}
.footer_title {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin-top: 10px;
	text-transform: capitalize;
}
.footer_title-site {
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
	margin-top: 30px;
	text-transform: capitalize;
}
/*********************************
13.1 Footer - About
*********************************/

.footer_about {
	padding-top: 57px;
}
.footer_logo {
	position: absolute;
	left: 0;
	top: -35px;
}
.footer_contact {
	margin-top: 10px;
}
.footer_about_text {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
}
.footer_social_item {
	display: inline-block;
	width: 31px;
	height: 31px;
	border: solid 1px #b6b7b8;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	margin-right: 9px;
}
.footer_social_item:last-child {
	margin-right: 0px;
}
.footer_social_item a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.footer_social_item a i {
	display: block;
	position: relative;
	color: #ffffff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social_item:hover {
	background: #b4b4b4;
}
.footer_social_item:hover a i {
	color: #eeeeee;
}
.ml-20 {
	margin-left: 20px;
}
/*********************************
13.2 Footer - Blog
*********************************/

.footer_blog {
	margin-top: 39px;
}
.footer_blog_item {
	margin-bottom: 21px;
}
.footer_blog_item:last-child {
	margin-bottom: 0px;
}
.footer_blog_image {
	width: 60px;
	height: 60px;
	float: left;
}
.footer_blog_image img {
	width: 100%;
}
.footer_blog_content {
	padding-left: 81px;
}
.footer_blog_title {
	margin-top: -4px;
	padding-left: 1px;
}
.footer_blog_title a {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}
.footer_blog_title a:hover {
	color: #bbb;
}
.footer_blog_date {
	font-size: 12px;
	font-weight: 400;
	color: #bbb;
	margin-top: 7px;
}

/*********************************
13.4 Footer - Contact Info
*********************************/

.description-footer, .description-footer p {
	width: 100%;

	font-size: 15px;
	color: #ccc;
}

.description-footer p iframe{
	border-radius: 10px;
	/* box-shadow:    0px 0px 20px 2px yellow; */
		max-width: 95%;
		margin: 20px auto;
}
.contact_info_icon {
	width: 30px;
	height: 30px;
	/* background-color:#09084e;
  border-radius: 5px; */
	padding: 6px;
	margin-right: 5px;
	/* box-shadow: inset 0px 0px 8px 0px #fff000; */

	transition: 0.3s ease all;
}

.article_icon {
	width: 30px;
	height: 30px;
	margin-right: 2px;

	transition: 0.3s ease all;
}

.contact_info_text,
.contact_info_text a {
	color: #ccc;
	padding: 3px 0px;
	font-size: 15px;
	transition: 0.3s ease all;
}
.contact_info_item:hover .contact_info_text,
.contact_info_item:hover .contact_info_text a {
	color: #fff;
}

.contact_info_item:hover .contact_svg {
	fill: #fff;
}

.contact_svg {
	fill: #ccc;
	transition: 0.3s ease all;
}

.article_svg {
	width: 20px;
	height: 20px;
	transition: 0.3s ease all;
}
.article_info_text_view,
.article_info_text_view a {
	color: #555;
	padding: 3px 0px;
	font-size: 13px;
	transition: 0.3s ease all;
}
.contact_info_text_view,
.contact_info_text_view a {
	color: #000;
	padding: 3px 0px;
	font-size: 15px;
	transition: 0.3s ease all;
}


.contact_svg_view {
	fill: #000;
	transition: 0.3s ease all;
}

/*********************************
14. Copyright
*********************************/

.copyright {
	width: 100%;
	background-color: #000 !important;

}

.copyright_content {
	width: 100%;

	font-size: 13px;
	font-weight: 600;
	color: #fff;
	padding: 10px 0px;
	text-align: center;
}
.copyright_content a{
	color:#ccc;
}
.copyright_content a:hover{
	color: lightblue;
}


.preloader {
	background-color: #f7f7f7;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	margin: 0 auto;
}
.preloader .preloader-circle {
	width: 100px;
	height: 100px;
	position: relative;
	border-style: solid;
	border-width: 3px;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	z-index: 10;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 5px 0 rgba(19, 15, 211, 0.15);
	box-shadow: 0 1px 5px 0 rgba(31, 59, 221, 0.15);
	background-color: #ffffff;
	-webkit-animation: zoom 2000ms infinite ease;
	animation: zoom 2000ms infinite ease;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.preloader .preloader-img {
	position: absolute;
	top: 50%;
	z-index: 200;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 6px;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.preloader .preloader-img img {
	max-width: 55px;
}
.preloader .pere-text strong {
	font-weight: 800;
	color: #dca73a;
	text-transform: uppercase;
}
@-webkit-keyframes zoom {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.6s;
		-o-transition: 0.6s;
		transition: 0.6s;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transition: 0.6s;
		-o-transition: 0.6s;
		transition: 0.6s;
	}
}
@keyframes zoom {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.6s;
		-o-transition: 0.6s;
		transition: 0.6s;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transition: 0.6s;
		-o-transition: 0.6s;
		transition: 0.6s;
	}
}

@-moz-keyframes ripple {
	5%,
	100% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
}
@-webkit-keyframes ripple {
	5%,
	100% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
}
@keyframes ripple {
	5%,
	100% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
}
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

label {
	padding: 0;
	border: 0;
	font-size: 14px;
	color: #333;
	vertical-align: baseline;
}

input[type="radio"] {
	display: none;
}

input[type="radio"] + label {
	position: relative;
	cursor: pointer;
	margin: 30px 30px 20px 20px;
	padding-left: 28px;
}
input[type="radio"] + label:before,
input[type="radio"] + label:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
input[type="radio"] + label:before {
	top: 0;
	left: 0;
	margin-top: 5px;
	width: 18px;
	height: 18px;
	background: #1565c0;
	-moz-box-shadow: inset 0 0 0 18px #e0e0e0;
	-webkit-box-shadow: inset 0 0 0 18px #e0e0e0;
	box-shadow: inset 0 0 0 18px #e0e0e0;
}
input[type="radio"] + label:after {
	top: 49%;
	left: 9px;
	width: 54px;
	height: 54px;
	opacity: 0;
	background: rgba(255, 255, 255, 0.3);
	-moz-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}

input[type="radio"]:checked + label:before {
	-moz-box-shadow: inset 0 0 0 4px #e0e0e0;
	-webkit-box-shadow: inset 0 0 0 4px #e0e0e0;
	box-shadow: inset 0 0 0 4px #e0e0e0;
}
input[type="radio"]:checked + label:after {
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-moz-animation: ripple 1s none;
	-webkit-animation: ripple 1s none;
	animation: ripple 1s none;
}
.dropdown-menu-right {
	width: 180px;
	font-size: 14px;
}

.pattren {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23000' fill-opacity='0.4' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");
}
.pattren2 {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23d9d9d9' fill-opacity='0.2' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");
}


.title-marquee {
	position: relative;
	z-index: 10;
	margin-top: -50px !important;
	width: 100%;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	color: #ddd;
	font-size: 15px;

	font-weight: 400;
	font-family: serif;
	text-transform: capitalize;
	padding: 13px;
}

.search {
	--input-line: #cccccc;
	--input-text-color: #666;
	--input-text-hover-color: transparent;
	--input-border-color: #666;
	--input-border-hover-color: #fff;
	--input-bg-color: #fff;
	--search-max-width: 500px;
	--search-min-width: 400px;
	--border-radius: 2px;
	--transition-cubic-bezier: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.search-box {
	max-width: var(--search-max-width);
	min-width: var(--search-min-width);
	height: 35px;
	border: 1px solid var(--input-border-color);
	border-radius: var(--border-radius);
	padding: 5px 15px;
	background: var(--input-bg-color);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	transition: var(--transition-cubic-bezier);
	box-shadow: 0px 0px 10px 1px #000;
}

.search-box:hover {
	border-color: var(--input-border-hover-color);
}

/*Section input*/
.search-field {
	position: relative;
	width: 100%;
	height: 100%;
	left: -5px;
	border: 0;
}

.input {
	width: calc(100% - 29px);
	height: 100%;
	border: 0;
	border-color: transparent;
	font-size: 16px;
	padding-right: 0px;
	color: #333;
	background: var(--input-bg-color);
	outline: none;
}

.input::-webkit-input-placeholder {
	color: var(--input-text-color);
}

.input::-moz-input-placeholder {
	color: var(--input-text-color);
}

.input::-ms-input-placeholder {
	color: var(--input-text-color);
}

.input:focus::-webkit-input-placeholder {
	color: var(--input-text-hover-color);
}

.input:focus::-moz-input-placeholder {
	color: var(--input-text-hover-color);
}

.input:focus::-ms-input-placeholder {
	color: var(--input-text-hover-color);
}

/*Search button*/
.search-box-icon {
	width: 52px;
	height: 35px;
	position: absolute;
	top: -6px;
	right: -21px;
	background: transparent;
	border-bottom-right-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
	transition: var(--transition-cubic-bezier);
}

.search-box-icon:hover {
	background: #cccccc3f;
}

.btn-icon-content {
	width: 52px;
	height: 35px;
	top: -6px;
	right: -21px;
	background: transparent;
	border: none;
	cursor: pointer;
	border-bottom-right-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
	transition: var(--transition-cubic-bezier);
	opacity: 0.4;
}

.svg-search {
	fill: #111;
}
.btn-icon-content:hover {
	fill: #ccc;
	filter: drop-shadow(3px 3px 2px #333);
}
.btn-icon-content:hover {
	opacity: 0.8;
}

.search-icon {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 7px;
	right: 15px;
}

.cmp_breadcrumbs {
	margin-top: 80px;
}
.breadcrumb {
	border-radius: 20px;
	font-size: 12px;
	font-family: "Baloo Tamma 2",  Roboto;
	padding: 10px 20px !important;
	border: none;
}
.breadcrumb li a {
	color: rgba(255, 255, 0, 0.763);
	font-weight: 800;
}
.breadcrumb li a:hover {
	color: rgb(152, 152, 0);
}
.breadcrumb .active {
	color: #ffffffc0;
}
.page {
	margin: 60px 10px 150px 0px;
}
.page-sidebar {
	margin: 80px 0px 150px 0px;
}
.page-header h1 {
	font-size: 35px;
	font-weight: 900;
	color: #333;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #ffee00ad;
}
.page-header h2,
.page_message h2,
.page_message h3 {
	font-size: 30px;
	font-weight: 700;
	color: #333;
}
.page-header,
.page_message {
	border-bottom: none;
	margin-bottom: 10px;
}

.announcement-header h1 {
	font-family: "Baloo Tamma 2",  Roboto;
	font-size: 30px;
	text-transform: capitalize;
}

.text-about,
.text-about p,
.description {
	color: #000 !important;
	text-align: justify;
	font-family: "Baloo Tamma 2",  Roboto;
	font-size: 14px;
}

.space-icon {
	position: relative;
}
.item-content {
	margin-left: 30px;
}

.page-header-list h3 a,
.page-header-list h3 {
	font-family: "Baloo Tamma 2",  Roboto;
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.page-header-article h3 {
	font-family: "Baloo Tamma 2",  Roboto;
	margin-top: 50px;
	font-size: 25px;
	font-weight: 700;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.page-header-article p {
	font-size: 16px;
}


.announcement-summary {
	padding: 30px 0px 0px 0px;
	border-top: 1px solid #ddd;
}

.announcement_link {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.date {
	color: #555;
}
.page img {
	/*display: block;*/

	max-width: 95%;
	/*margin: 10px auto;*/
	/* border: 4px solid #ccc; */
	object-fit: fill;
	filter: drop-shadow(3px 3px 3px #cccccca3);
}

.page_search {
	font-size: 14px;
	color: #333;
	font-family: "Baloo Tamma 2",  Roboto;
}
.form-control {
	font-size: 14px;
	color: #333;
}

.form-control::placeholder {
	color: #777;
}

.search-advanced {
	margin: 20px 10px;
	padding: 30px 20px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
legend {
	color: #333;
	border-bottom: none;
	padding-left: 10px;
	font-weight: 900;
}
.pedd {
	margin: 3px;
	color: #000;
	height: 35px !important;
}
.bttn {
	font-size: 14px;
	font-family: "Baloo Tamma 2",  Roboto;
}

.regis_btn {
	padding: 8px 20px;
	font-size: 14px;
}
.cmp_button {
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 10px;
	border: 1px solid #333;
}
.pkp_form a {
	font-size: 14px;
}
.index-content {
	margin: 80px 0px 50px 0px;
	/* border: 1px solid #ccc;
	background-color: #fff; */
	border-radius: 10px;
	padding: 30px 15px;
}
.img-responsive {
		filter: drop-shadow(3px 3px 3px #cccccc7d);

	border-radius: 3px;
}

.registration_complete_actions {
	font-size: 14px;
}

.pkp_structure_sidebar h1,
.pkp_structure_sidebar h2,
.pkp_structure_sidebar h3,
.pkp_structure_sidebar .title {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin: 0px;
	border: none;
	/* border-top-left-radius:  20px !important; */
	font-family: "Baloo Tamma 2",  Roboto;
	/* border-top-right-radius: 20px !important; */
}

/* .pkp_structure_sidebar .title {
	border-top-left-radius:  20px !important;
	border-top-right-radius: 20px !important;
} */
.pkp_block {
	/* border-top-left-radius:  20px !important; */
	/* border-top-right-radius: 20px !important; */
	margin-bottom: 5px !important;
	background-color: #fff !important;

	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	padding: 0px !important;
	width: 100%;
}


.pkp_block .content {
	padding: 0px !important;
	width: 100% !important;
	margin: 0px !important ;
}
.pkp_block ul {
	padding: 0 !important;
	margin: 0;
}
/* .pkp_block .content {
	background-color: #ccc !important;


} */
.pkp_block li {
	padding: 10px 5px !important;

	width: 100% !important;
	border: 1px solid black;
	color: #666;
	font-weight: bold;
	font-size: 14px;
	background-color: #fff !important;
	border: none !important;
	border-radius: 5px;
	box-shadow: inset rgba(255, 255, 255, 0.1) 0px 1px 0px,
		inset rgba(0, 0, 0, 0.233) 0px -2px 2px;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.pkp_block li a i, .pkp_block li a em  {
	padding-right: 10px;
}


.pkp_block li:hover {
	text-shadow: 0px 0px 1px #ccc;
	color: #000;
	box-shadow: inset rgba(0, 0, 0, 0.5) 0px 2px 8px;
	background-image: linear-gradient(top, #2f2f2f 0%, #363636 100%);
}
.pkp_block li:focus {
	box-shadow: inset rgba(0, 0, 0, 0.5) 0px 2px 8px;
	background-image: linear-gradient(top, #2f2f2f 0%, #363636 100%);
}

.pkp_block ul li a {
	font-weight: bold;
	font-size: 14px;
	color: #666;
	padding: 8px 15px;
}
.pkp_block li:hover a {
	color: #000;
}

.pkp_block img {
	max-width: 90%;
	margin: 0px auto;
	object-fit: fill;
}

.block_make_submission_link {
	font-size: 14px;
	color: #fff !important;
	padding: 15px !important;
	margin: 20px 5% !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	width: 90%;
	border-top-left-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
	box-shadow: inset rgba(255, 255, 255, 0.1) 0px 1px 0px,
		inset rgba(0, 0, 0, 0.233) 0px -2px 2px;
}
.block_make_submission_link:hover {
	box-shadow: inset rgba(0, 0, 0, 0.827) 0px 2px 8px;
}

.issue-img,
.img-responsive {
	margin-top: 20px;
	box-shadow: 0px 2px 5px 1px #555;
	display: block;
	margin: auto;
	width: 190px;
	height: 250px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.title-img {
	text-transform: uppercase;
	color: #222;
	font-size: 15px;
	padding: 0px 10px;
	text-align: center;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.title-archive {
	text-transform: uppercase;
	color: #222;
	font-size: 15px;
	text-align: left;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.col-archive{
	padding: 10px;
	margin: 10px 0px;
	box-shadow: 0px 0px 10px 0px #ccc;
	border-radius: 20px;
	width: 100%;
}
.col-img {
	text-align: center;
	padding: 15px;
}
.card-archive  img{
	box-shadow: none !important;
	filter: none !important;
}
.issue-details  img{
	box-shadow: none !important;
	filter: none !important;
}

.previous-btn {
	color: #fff !important;
	font-size: 13px;
	padding: 10px 20px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.current {
	font-size: 14px;
	padding: 10px;
	color: #000;
	font-weight: 900;
}

.article-title {
	color: #333;
	font-weight: 700;
	font-size: 16px;
	font-family: "Baloo Tamma 2",  Roboto;
}



.article-title p,
.article-summary p {
	color: #666;
	font-size: 14px;
	font-family: "Baloo Tamma 2",  Roboto;
}
.article-svg {
	width: 20px;
	height: 20px;
}

.download {
	margin: 20px 5px;
}

.galley-link {
	display: inline-block;

	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	padding: 5px 30px;
	font-size: 13px;
	font-weight: bold;
}

.panel-heading {
	font-size: 15px;
	font-weight: 600;
	color: #fff !important;
	padding: 10px;
}
a.copyright-header {
	color: #fff !important;
}

.date-published {
	background-color: #cccccc5c !important;
	font-size: 15px;
	font-weight: 600;
	color: #000 !important;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.panel-body .title,
.date-updated,
.panel-body {
	font-size: 15px;
	font-family: "Baloo Tamma 2",  Roboto;
}

.article-summary h3 {
	margin-top: 30px;
	color: #333;
	font-weight: 700;
	font-size: 24px;
	font-family: "Baloo Tamma 2",  Roboto;
}

.article-abstract {
	font-size: 16px;
}

.article-menu {
	font-size: 14px;
	width: 100% !important;
	padding: 5px 20px;
	margin: 0px auto;
}
.article-menu2 {
	font-size: 14px;
	width: 100% !important;
}
.article-main {
	padding: 10px 0px;
}

.pkp_structure_content {
		filter: drop-shadow(0px 0px 10px #cccccc7d);

	background-color: #fff;
	padding: 0px 40px !important;
}




.book-card {
 margin-top: 20px;
 background-color: #fff;
 box-shadow: -1px 3px 8px -1px rgba(0, 0, 0, 0.5);
 border-radius: 4px;
 cursor: pointer;
 padding: 0 0 20px 20px;
 color: #8b939c;
}

.book-card-img {
 width: 160px;
 height: 220px !important;
 margin-top: -45px;
 border-radius: 2px;
 box-shadow: 0px 1px 7px 2px #c7c9d3;
 border-bottom: 1px solid #dcddde;
 object-fit: fill;
 margin-bottom: 20px;
 transition: .3s ease;
}

.book-card-img:hover {
  transform: scale(1.04);
 }


.card-content {
 color: #3d4954;
 padding: 5px 30px;
 overflow: hidden;
 position: relative;
}


.book-name  a{
	font-family: "Baloo Tamma 2",  Roboto;
 font-weight: 700;
 /* text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap; */
 color: #000;
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}


.book-by {
 font-size: 13px;
 color: #8b939c;
 margin-top: 4px;
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;
}

.issn-book{
	padding: 5px 10px;
	position: relative;
	width: 100%;
	text-align: right;
	color: #333;
	font-size: 13px;
	font-family: "Baloo Tamma 2",  Roboto;

}

.card-vote {
 color: #8b939c;
}

.card-sum {
 color: #8b939c;
 font-size: 13px;
 line-height: 1.6em;
 -webkit-line-clamp: 4;
 margin-top: 15px;
}


.book-sum {
 margin-top: 10px;
 font-size: 14px;
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}


.content-wrapper { 
 border-bottom: 1px solid #ebedef;
 position: relative;

}


.mr-10{
	margin-right: 10px;
}
.f-book {
	height: 40px;
	margin: 10px 20px 0px auto !important;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
/* .content-wrapper:before {
  content: "";
  position: absolute;
  background-color: #8f98a9;
        background-color: #aaaebc;
    box-shadow: 0 -6px 0 0 #aaaebc, 0 6px 0 0 #aaaebc;
    width: 4px;
    height: 4px;
    border: 0;
    padding: 0;
    right: 12px;
    top: 17px;
    border-radius: 50%;
    margin-left: auto;
 } */















@media (max-width: 725px) {

 .book-cards {
  grid-template-columns: 1fr;
 }
}

@media (max-width: 372px)  {
 .card-content {
  padding: 20px;
 }
}


@media (max-width: 1220px) {
 .card-vote {
  display: none;
 }
}

@media (max-width: 360px) {
 .rating > label:before {
  font-size: 0.8em;
 }
}



.wrap-p {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}


.panel2 {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel2:last-child {
  border-bottom: none;
}

.panel2-group > .panel2:first-child .panel2-heading {
  border-radius: 4px 4px 0 0;
}

.panel2-group .panel2 {
  border-radius: 0;
}

.panel2-group .panel2 + .panel2 {
  margin-top: 0;
}

.panel2-heading {
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel2-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.panel2-body {
  background: #fff;
  padding: 15px;
}

.panel2:last-child .panel2-body {
  border-radius: 0 0 4px 4px;
}

.panel2:last-child .panel2-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel2:last-child .panel2-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel2-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.panel2-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel2-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel2-heading.active a:after {
  content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel2-heading a:before {
  content: '\e316';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel2-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}


.custom-shape-divider-top-1688955845 {
    position: relative;
	margin-top: -90px;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
	z-index: 99;
}

.custom-shape-divider-top-1688955845 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 98px;
}

.custom-shape-divider-top-1688955845 .shape-fill {
    fill:#fff;
}

.abstract-hide{
	background-color: rgba(224, 224, 224, 0.479) ;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius:10px;
	margin: 10px 0px 20px 0px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

table tr td,table tr th{
	padding: 5px 2px !important;
	font-size: 14px !important;



}

table tr td img,table tr th img{
	max-width: 90%;
	margin: 0px !important;


}
table{
	margin: 20px 0px 10px 0px !important;
}
