* {
	padding: 0;
	margin: 0;
}

html,
body {
	height: 100%;
	margin: 0;
}

body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	/*color:#5d4f8c;*/
	background: #fff;
	position: relative;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0;
	color: #5d4f8c;
}

p {
	margin: 0;
	color: #555;
}

a,
button {
	text-decoration: none;
	transition: all 0.4s ease;
}

img {
	max-width: 100%;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

div#carouselExampleSlidesOnly video {
	width: 100%;
	/*height: 650px;*/
}

div#carouselExampleSlidesOnly {
	width: 100%;
	height: 650px;
}

.video-display-none {
	display: none;
	position: absolute;
}

.img-display-none {
	display: none;
	position: absolute;
}

button,
a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	border: none;
	outline: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.btn:hover,
.btn:focus,
.btn:active {
	color: #fff;
	box-shadow: none;
	outline: none;
}

.btn {
	display: inline-block;
	background: #1d1840;
	color: #fff;
	padding: 14px 35px;
	font-size: 14px;
	border: 0px solid;
	font-weight: 500;
	position: relative;
	border-radius: 3px;
}

.btn.primary:hover {
	background: #1d1840;
}

.btn.transparent {
	background: transparent;
	color: #1d1840;
	border: 1px solid #ddd;
}

.btn.transparent:hover {
	background: #1d1840;
	border-color: transparent;
	color: #fff;
}

.btn.radius {
	border-radius: 30px;
}

.btn:hover {
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

select:focus,
select:active {
	box-shadow: 0;
	border: 0;
	outline: 0;
}

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

.table {
	display: table;
	width: 100%;
	height: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.navbar {
	margin-bottom: 0;
	border: 0;
}

.search {
	padding: 7px 32px !important;
}

.web_mail {
	width: 110px !important;
	background: #a66618 !important;
	border-radius: 3px !important;
	color: #fff !important;
	font-size: 17px !important;
}

.nav > li > a:focus,
.nav > li > a:hover {
	background-color: transparent;
	text-decoration: none;
}

.section {
	padding: 80px 0;
}

.section-title {
	margin-bottom: 30px;
}

.section-title h1 {
	font-size: 28px;
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
	letter-spacing: 1px;
	padding-bottom: 15px;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.sticky + .content {
	padding-top: 102px;
}

.nav-area {
	position: relative;
}

.mobile-nav {
	display: none;
}

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

input,
input:focus,
input:active {
	border: none;
	outline: none;
	font-family: "Open Sans", sans-serif;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea:focus {
	outline: none !important;
	box-shadow: none !important;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*Remove bootstrap tab css*/
.nav-tabs > li > a {
	border: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	border: 0;
	outline: 0;
}

.nav-tabs {
	border: 0;
}

.nav-tabs > li > a:hover {
	border: 0;
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	position: relative;
	border-top: 0px solid;
	box-shadow: none;
}

/* Extra Margin & Padding */
.shortcode-margin-top {
	margin-top: 80px;
}

.shortcode-margin-bottom {
	margin-top: 80px;
}

.padding-top {
	padding-top: 80px;
}

.padding-bottom {
	padding-bottom: 80px;
}

.shortcode {
	padding: 50px 0;
	text-align: center;
}

.shortcode .shortcode-title h1 {
	font-size: 28px;
}

#myMap {
	height: 400px;
	width: 100%;
}

/*Bread Crumbs */
.breadcrumbs {
	position: relative;
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.breadcrumbs::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background: #000;
	opacity: 0.3;
}

.breadcrumbs .bread-inner {
	z-index: 22;
}

.breadcrumbs h2 {
	color: #fff;
	font-size: 45px;
	padding: 40px 0;
}

.breadcrumbs .bread-list {
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.2);
	display: inline-block;
	padding: 15px 200px;
}

.breadcrumbs ul li {
	display: inline-block;
	position: relative;
}

.breadcrumbs ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.breadcrumbs ul li.active a {
	font-weight: 400;
}

.breadcrumbs ul li i {
	margin-left: 5px;
}

#scrollUp {
	right: 10px;
	bottom: 12px;
	color: #fff;
	font-size: 22px;
	opacity: 1;
	border-radius: 100%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

#scrollUp:hover {
	background: #1d1840;
}

.box-bg {
	background-repeat: repeat;
	background-attachment: inherit;
	background-size: inherit;
}

.boxed-layout {
	position: relative;
	max-width: 1240px;
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.boxed-layout .header.onepage.sticky .header-inner {
	max-width: 1240px;
	top: 0;
	left: auto;
	right: auto;
}

.boxed-layout .blog-main .owl-controls .owl-nav .owl-prev {
	left: -50px;
}

.boxed-layout .blog-main .owl-controls .owl-nav .owl-next {
	right: -50px;
}

.boxed-layout .testimonials .owl-controls .owl-nav .owl-prev {
	left: -50px;
}

.boxed-layout .testimonials .owl-controls .owl-nav .owl-next {
	right: -50px;
}

/*MP Color*/
.tromas-option {
	position: fixed;
	display: block;
	z-index: 9999;
	text-align: center;
	padding: 20px 10px;
	width: 200px;
	background: #fff;
	box-shadow: -3px 0px 50px -2px #0000001a;
	margin-top: -150px;
	border-bottom: 6px solid #ddd;
	right: -200px;
	text-align: left;
	top: 50%;
	margin-top: -210px;
}

.tromas-option .icon {
	width: 22px;
	height: 22px;
	background: #968a8c;
	border-radius: 0px;
	top: 50%;
	line-height: 22px;
	cursor: pinter;
	font-size: 15px;
	position: absolute;
	left: -50px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	border-radius: 5px 0 0 5px;
	background: #fff;
	color: #444;
	text-align: center;
	background: #36bfc4;
	color: #fff;
	top: 0;
}

.tromas-option .icon i {
	cursor: pointer;
}

.tromas-option h4 {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.tromas-option ul li {
	font-weight: 500;
	font-size: 14px;
}

.tromas-option ul li a {
	color: #555;
}

.tromas-option span {
	width: 40px;
	height: 35px;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
}

.tromas-option .select-layout a {
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px 0;
	outline: none;
	display: inline-block;
	padding: 5px 17px;
	color: #1d1840;
	cursor: pointer;
}

.tromas-option .single-option {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	outline: none;
}

.tromas-option .single-option:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.tromas-option .single-option .bg-pattern {
}

.tromas-option .single-option .bg-pattern li {
	display: inline-block;
}

.tromas-option .single-option .bg-pattern li img {
	width: 40px;
	height: 35px;
}

.tromas-option span.color1 {
	background-color: #a66618;
}

.tromas-option span.color2 {
	background-color: #36bfc4;
}

.tromas-option span.color3 {
	background-color: #16a085;
}

.tromas-option span.color4 {
	background-color: #ff9800;
}

.tromas-option span.color5 {
	background-color: #ff6853;
}

.tromas-option span.color6 {
	background-color: #82b440;
}

.tromas-option span.color7 {
	background-color: #d2527f;
}

.tromas-option span.color8 {
	background-color: #4caf50;
}

/*=======================
  02. Header CSS
=========================*/
.header {
	background: #fff;
}

/* Topbar */
.header .topbar-inner {
	background: #1d1840;
	position: relative;
	padding: 10px 35px;
}

.event_img {
	height: 179px;
}

.header .topbar-inner:before {
	background: #1d1840;
	content: "";
	height: 71px;
	left: -25px;
	position: absolute;
	top: -25px;
	-webkit-transform: rotate(-38deg);
	-moz-transform: rotate(-38deg);
	-ms-transform: rotate(-38deg);
	-o-transform: rotate(-38deg);
	transform: rotate(-38deg);
	width: 29px;
	z-index: 3;
}

.header .topbar-inner:after {
	background: #1d1840;
	content: "";
	height: 71px;
	right: -25px;
	position: absolute;
	top: -25px;
	-webkit-transform: rotate(-38deg);
	-moz-transform: rotate(-38deg);
	-ms-transform: rotate(-38deg);
	-o-transform: rotate(-38deg);
	transform: rotate(38deg);
	width: 29px;
	z-index: 3;
}

.header .topbar .contact {
	float: left;
}

.header .topbar .contact li {
	color: #fff;
	display: inline-block;
	margin-right: 20px;
}

.header .topbar .contact li:last-child {
	margin-right: 0px;
}

.header .topbar .contact li i {
	margin-right: 5px;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 15px;
}

.header .topbar .contact li a {
	color: #fff;
}

/* Social */
.header .topbar .social {
	top: 0px;
	position: relative;
	text-align: right;
}

/* Logo */
.header .logo {
	padding-top: 14px;
	padding-bottom: 19px;
}

/* Header Widget */
.header .header-widget {
	float: right;
	padding: 30px 0;
}

.header .single-widget {
	float: left;
	position: relative;
	padding-left: 40px;
	margin-right: 30px;
}

.header .single-widget:last-child {
	margin: 0;
}

.header .single-widget i {
	position: absolute;
	top: 8px;
	left: 0px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 25px;
}

.header .single-widget h4 {
	margin-bottom: 2px;
	font-size: 14px;
	text-transform: initial;
	color: #1d1840;
	font-weight: 500;
}

.header .single-widget a {
	color: #555;
}

.col-md-12.fn_14 img {
	height: 160px;
	width: 100%;
}

.col-md-12.fn_14 img {
	margin: auto;
}

.library-image-height img {
	height: 380px;
}

/* Main Menu */
.header .header-inner {
	background: #1d1840;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header .mainmenu {
	float: left;
	width: 100%;
}

.header .nav li {
	position: relative;
	margin-right: 1px;
}

.header .nav li:last-child {
	margin: 0;
}

.header .nav li a {
	color: #fff;
	font-size: 12px;
	padding: 22px 13px;
	position: relative;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
}

.header .nav li:hover a,
.header .nav li.active a {
	color: #fff;
}

.header .nav li a i {
	margin-left: 8px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header .nav li:hover a i,
.header .nav li.active a i {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

.header .nav li a::before {
	position: absolute;
	top: 0px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	content: "";
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 6px solid #fff;
	left: 50%;
	margin-left: -8px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header .nav li.active a::before,
.header .nav li:hover a::before {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
	visibility: visible;
}

.header .nav .drop-down {
	position: absolute;
	left: 0;
	z-index: 8;
	width: 213px;
	top: 100%;
	opacity: 0;
	background: #fff;
	visibility: hidden;
	border-top: 3px solid;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 999;
	-webkit-box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.4);
	padding: 5px 0;
}

.header .nav li:hover .drop-down {
	opacity: 1;
	visibility: visible;
}

.header .nav .drop-down li {
	margin: 0;
}

.header .mainmenu .nav .drop-down li a {
	color: #1d1840;
	text-align: left;
	border-radius: 0px;
	background: transparent;
	padding: 10px 15px;
	font-weight: 400;
	text-transform: capitalize;
}

.header .nav .drop-down li a:before {
	display: none;
}

.header .nav .drop-down li:hover a {
	color: #fff;
}

.header .nav .drop-down a i {
	margin-top: 5px;
	float: right;
	transform: translateX(0%);
	transition: none;
}

.header .nav li .drop-down.sub-menu {
	left: 110%;
	top: 0;
	-webkit-box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
}

.header .drop-down li:hover .drop-down.sub-menu {
	opacity: 1;
	left: 100%;
	visibility: visible;
}

.header .nav .drop-down li:hover .sub-menu li a {
	background: transparent;
	color: #1d1840;
}

.header .nav .drop-down li .sub-menu li:hover a {
	color: #fff;
}

/* Mega Menu */
.header .nav .mega-menu {
	position: static;
}

.header .nav .mega-menu .mega-inner {
	list-style: none;
	padding: 30px;
	margin: 0;
	position: absolute;
	left: 0;
	background: #fff;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}

.header .nav .mega-inner li:hover a {
	background: transparent;
	color: #1d1840;
}

.header .nav .mega-inner .single-menu {
	width: 31%;
	border-right: 1px solid #ddd;
	float: left;
	margin-right: 30px;
}

.header .nav .mega-inner .single-menu.last {
	border-right: 0px solid;
	margin: 0;
}

.header .nav .mega-menu .single-menu h4 {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	display: inline-block;
}

.header .nav .mega-menu .list-menu {
	border: none;
}

.header .nav .mega-menu .list-menu li {
	float: none;
	display: block;
	border: none;
}

.header .mainmenu .nav .mega-menu .list-menu li a {
	padding: 0px 0 20px 0;
	font-weight: 400;
	display: block;
	background: transparent;
}

.header .nav .mega-menu li:last-child a {
	padding: 0;
}

.header .nav .mega-menu .list-menu li a span {
	margin: 0 5px 0 0;
	width: 15px;
}

.header .nav .mega-menu .mega-widget h4 {
	text-align: center;
}

.header .nav .mega-menu .image {
	position: relative;
}

.header .nav .mega-menu .image:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header .nav .mega-menu .image:hover:before {
	opacity: 0.6;
	visibility: visible;
}

.header .nav .mega-menu img {
	width: 100%;
}

.header .nav .mega-widget p {
	text-align: initial;
	margin-bottom: 10px;
}

.header .nav .mega-widget {
	text-align: center;
}

.header .nav .mega-menu .mega-widget .btn {
	display: inline-block;
	font-size: 14px;
	bottom: 0;
	margin-top: 10px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	line-height: 40px;
	color: #fff;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	text-align: center;
	padding: 0;
	opacity: 0;
	transform: scale(0.5);
}

.header .nav .mega-menu .mega-widget .btn:hover {
	background: #fff;
	color: #1d1840;
}

.header .nav .mega-menu .mega-widget .image:hover .btn {
	transform: scale(1);
	opacity: 1;
}

.header .nav .mega-menu .mega-widget .btn i {
	transform: none;
	margin: 0;
	opacity: 1;
	visibility: visible;
	float: none;
}

/* Social */
.header .social {
	position: absolute;
	right: 0;
	top: 31px;
}

.header .social li {
	display: inline-block;
	margin-right: 8px;
}

.header .fn_1 {
	position: absolute;
	right: 0;
	top: 4px;
}

.fn_1_hidden {
	display: none;
}

.tech_no_bd_2 {
	padding: 18px 16px;
	border-radius: 0px;
	/* border-bottom: 1px solid #fff!important; */
	background: #a66618 !important;
}

.header .social li:last-child {
	margin: 0;
}

.header .social a {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #1d1840;
	border-radius: 0px;
	background: transparent;
	border-radius: 100%;
	font-size: 24px;
}

.header .social li.active a,
.header .social li:hover a {
	background: #fff;
}

/* Header Style 2 */
.header.style2 {
	background: #fff;
}

.header.style2 .logo {
	padding-top: 25px;
}

.header.style2 .header-inner {
	background: transparent;
}

.header.style2 .navbar-nav {
	float: right;
	margin-right: 24px;
}

.header.style2 .nav li a {
	color: #555;
	padding: 30px 15px;
}

.header.style2 .nav li:hover a,
.header.style2 .nav li.active a {
	background: transparent;
}

.header.style2 .nav li:hover ul li a {
	color: #1d1840;
}

.header.style2 .nav li a::before {
	display: none;
}

.header.style2 .nav li ul li:hover a {
	color: #fff;
}

.header.style2 .nav li ul .list-menu li a {
	color: #555;
	background: transparent;
	padding: 0px 0 20px 0;
}

.header.style2 .nav .drop-down li a {
	padding: 10px 15px;
}

.header.style2 .form {
	position: relative;
	background: #fff;
}

.header.style2 .form input {
	width: 100%;
	height: 50px;
	text-align: left;
	padding: 0 53px 0 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	float: right;
	border: 1px solid #eee;
}

.header.style2 .form button {
	border: 0px solid;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	background: transparent;
	width: 57px;
	height: 50px;
	color: #fff;
}

.header.style2 .form button:hover {
	background: #1d1840;
}

.header.style2 .topbar .form button i {
	top: 0;
	left: 0;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 44px;
	position: absolute;
	cursor: pointer;
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header.style2 .form button i {
	position: relative;
}

.header.style2 .search {
	position: absolute;
	right: 0;
	top: 27px;
}

.header.style2 .search li a {
	width: 25px;
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header.style2 .search.active a i:after {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header.style2 .search.active a i:before {
	content: "\f00d";
}

.header.style2 .search-form {
	width: 400px;
	right: 0;
	z-index: 4;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
	right: 0;
	opacity: 0;
	visibility: hidden;
	top: 100%;
}

.header.style2 .search-form.active {
	opacity: 1;
	visibility: visible;
}

/* Header Style 3 */
.header.style3 {
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 333;
	padding: 0 0 36px;
	position: relative;
}

.header.style3 .logo {
	text-align: center;
}

.header.style3 .logo img {
	display: inline-block;
}

.header.style3 .header-widget {
	float: left;
}

.header.style3 .header-widget.last {
	float: right;
}

.header.style3 .header-inner {
	background: transparent;
	position: absolute;
	z-index: 333;
	width: 100%;
	bottom: -30px;
}

.header.style3 .nav-main {
	padding: 0 10px;
	border-radius: 3px;
}

.header.style3 .nav li a:before {
	display: none;
}

.header.style3 .nav li:hover a,
.header.style3 .nav li.active a {
	color: #fff;
}

.header.style3 .mainmenu .nav li ul li a {
	color: #555;
}

.header.style3 .nav li ul li:hover a {
	background: transparent;
}

.header.style3 .mainmenu .nav li ul .list-menu li a {
	color: #555;
}

.header.style3 .nav li ul li:hover a,
.header.style3 .nav li ul.sub-menu li:hover a {
	background: transparent;
}

/* Header Sticky */
.header.onepage.sticky .header-inner {
	position: fixed;
	z-index: 455;
	width: 100%;
	border-radius: 0;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	animation: fadeInDown 1s both 0.2s;
}

.header.style2.onepage.sticky .header-inner {
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
}

.header.style3.onepage.sticky .header-inner {
	height: 65px;
}

/*=======================
  End Header CSS
=========================*/

/*=======================
  03. Hero Area CSS
=========================*/
.hero-area {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.tech-100 {
	/* height: 100vh;*/
	width: 100%;
	height: 600px;
}

.hero-area .single-slider {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	position: relative;
	position: relative;
}

.hero-area .slide-text {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.hero-area .slide-text h1 {
	font-size: 55px;
	font-weight: 900;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
	line-height: 60px;
}

.hero-area .slide-text h1 .short {
	font-size: 30px;
	position: relative;
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
	color: #555;
	letter-spacing: 4px;
	line-height: initial;
}

.hero-area .slide-text h1:before {
	position: absolute;
	left: 0;
	content: "";
	bottom: -1.5px;
	width: 100px;
	height: 3px;
}

.hero-area .slide-text.right {
	text-align: right;
}

.hero-area .slide-text.right h1:before {
	left: auto;
	right: 0;
}

/* Slider Button */
.hero-area .single-slider .slide-btn {
	margin-top: 30px;
}

.hero-area .single-slider .slide-btn i {
	margin-left: 10px;
}

.hero-area .slide-btn .btn.video-play i {
	margin-left: 10px;
}

.hero-area .waves-block .waves {
	position: absolute;
	width: 90px;
	height: 90px;
	background: rgba(255, 255, 255, 0.3);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	right: -3px;
	top: -22px;
}

.hero-area .waves-block .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.hero-area .waves-block .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.hero-area .waves-block .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

/* Slider Nav And Dots */
.hero-area .owl-controls .owl-dots {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: 40px;
}

.hero-area .owl-controls .owl-dots .owl-dot {
	display: inline-block;
}

.hero-area .owl-controls .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0 10px 0 0;
}

.hero-area .owl-controls .owl-dots .owl-dot:hover span {
	border-color: transparent;
}

.hero-area .owl-controls .owl-dots .owl-dot.active span {
	border-color: transparent;
	width: 25px;
	border-radius: 5px;
}

.hero-area .owl-controls .owl-nav div {
	position: absolute;
	top: 50%;
	background: transparent;
	color: #fff;
	border: 0px solid;
	width: 40px;
	height: 90px;
	line-height: 90px;
	padding: 0;
	border-radius: 0px;
	opacity: 1;
	font-size: 32px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: -45px 0 0;
}

.hero-area .owl-controls .owl-nav div:hover {
	background: #1d1840;
}

.hero-area .owl-controls .owl-nav .owl-prev {
	left: 0;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
	-webkit-transform: perspective(600px) rotateY(90deg);
	-moz-transform: perspective(600px) rotateY(90deg);
	transform: perspective(600px) rotateY(90deg);
	border-radius: 0 3px 3px 0;
	visibility: hidden;
	opacity: 0;
}

.hero-area:hover .owl-controls .owl-nav .owl-prev {
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
	visibility: visible;
	opacity: 1;
}

.hero-area .owl-controls .owl-nav .owl-next {
	right: 0;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	transform-origin: right;
	-webkit-transform: perspective(600px) rotateY(-90deg);
	-moz-transform: perspective(600px) rotateY(-90deg);
	transform: perspective(600px) rotateY(-90deg);
	border-radius: 3px 0 0 3px;
	visibility: hidden;
	opacity: 0;
}

.hero-area:hover .owl-controls .owl-nav .owl-next {
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
	visibility: visible;
	opacity: 1;
}

/* Slider Animation */
.hero-area .owl-item.active .slide-text h1 {
	animation: fadeIn 0.8s both 1s;
}

.hero-area .owl-item.active .slide-text p {
	animation: fadeIn 0.8s both 1.4s;
}

.hero-area .owl-item.active .slide-text .btn {
	animation: fadeIn 0.8s both 1.8s;
}

/* Creative Area */
.hero-area.creative .background-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hero-area.creative .single-layer {
	position: absolute;
	background-size: auto auto;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-area.creative .single-layer.one {
	background-image: url("images/slider/layer1.png");
	background-position: top 0 left 0;
}

.hero-area.creative .single-layer.two {
	background-image: url("images/slider/layer2.png");
	background-position: top -40% right 0%;
}

.hero-area.creative .single-layer.three {
	background-image: url("images/slider/layer3.png");
	background-position: right 0 bottom 10%;
}

.hero-area.creative .single-layer.four {
	background-image: url("images/slider/layer4.png");
	background-position: left -109px bottom 0%;
}

.hero-area.creative .single-layer.five {
	background-image: url("../../../www.codeglim.com/templates/tromas/images/slider/layer5.html");
	background-position: right 15px bottom 20%;
}

.hero-area.creative .owl-item.active .single-layer.one {
	animation: fadeIn 0.8s both 1.2s;
}

.hero-area.creative .owl-item.active .single-layer.two {
	animation: fadeInDown 0.8s both 1.6s;
}

.hero-area.creative .owl-item.active .single-layer.three {
	animation: fadeInRight 0.8s both 2.5s;
}

.hero-area.creative .owl-item.active .single-layer.four {
	animation: slideInLeft 0.8s both 2s;
}

.hero-area.creative .owl-item.active .single-layer.five {
	animation: fadeInDownBig 0.8s both 3s;
}

.hero-area.creative .owl-item.active .slide-text h1 {
	animation: flipInX 0.8s both 1s;
}

.hero-area.creative .owl-item.active .slide-text p {
	animation: fadeIn 0.8s both 1.4s;
}

.hero-area.creative .owl-item.active .slide-text .btn {
	animation: fadeIn 0.8s both 1.8s;
}

.hero-area.creative .single-slider {
	background: #f6f6f6;
	z-index: 2;
}

.hero-area.creative .single-layer img {
	display: inline-block;
	width: auto;
}

.hero-area.creative .slide-text {
	text-align: center;
	padding: 0 200px;
}

.hero-area.creative .slide-text h1:before {
	display: none;
}

.hero-area.creative .slide-text h1 {
	color: #1d1840;
	margin: 0;
	line-height: 60px;
}

.hero-area.creative .slide-text p {
	color: #555;
}

.hero-area.creative .slide-text .btn i {
	margin-right: 10px;
}

.hero-area.creative .video {
	box-shadow: 0px 0px 5px #000;
	background: #fff;
}

.hero-area.creative .video iframe {
	padding: 5px;
}

/* Animate Text */
.hero-area.animate-text .single-slider {
	position: relative;
}

.hero-area.animate-text .single-slider::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	content: "";
}

.hero-area.animate-text .single-slider .slide-text h1 {
	margin-bottom: 25px;
}

.hero-area.animate-text .single-slider .slide-text h1 {
	margin: 0;
}

.hero-area.animate-text .single-slider .slide-text h1,
.hero-area.animate-text .single-slider .slide-text span,
.hero-area.animate-text .single-slider .slide-text p {
	color: #fff;
}

.hero-area.animate-text .single-slider .slide-text h1:before {
	display: none;
}

.hero-area.animate-text .single-slider .slide-text p {
	color: #fff;
	font-size: 15px;
}

.hero-area.animate-text .single-slider .slide-text .btn {
	margin-right: 10px;
	background: #fff;
	color: #1d1840;
}

.hero-area.animate-text .single-slider .slide-text .btn:hover {
	color: #fff;
}

.hero-area.animate-text .single-slider .slide-text .btn.primary {
	color: #fff;
}

.hero-area.animate-text .single-slider .slide-text .btn.primary:hover {
	background: #fff;
	color: #1d1840;
}

.hero-area.animate-text,
.hero-area.animate-text .single-slider,
.hero-area.animate-text .slide-text {
	height: 580px;
}

.hero-area.animate-text .cd-words-wrapper {
	display: block;
	padding: 0;
	font-size: 30px;
	margin: 0 0 10px 0;
}

/*=======================
  End Slider CSS
=========================*/

/*=======================
  04. Features CSS
=========================*/
.features .features-single {
	padding: 40px 30px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.features .features-single.active {
	background: rgba(9, 6, 6, 0.1);
}

.features .features-single.active:hover {
	background: transparent;
}

.features .features-single i {
	color: #fff;
	text-align: center;
	font-size: 40px;
}

.features .features-single h2 {
	color: #fff;
	margin: 15px 0;
	font-size: 20px;
}

.features .features-single p {
	color: #fff;
}

/*=======================
  End Features CSS
=========================*/

/*=======================
  05. services CSS
=========================*/
.section-title-tech {
	margin-bottom: 30px;
}

.section-title-tech h1 {
	font-size: 28px;
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
	letter-spacing: 1px;
	padding-bottom: 15px;
}

.tech_no_bd_1 {
	padding: 9px 18px;
	border-radius: 0px;
}

.social-widget ul li a i {
	color: #fff;
}

.social-widget ul li {
	float: left;
}

.social-widget ul li a {
	padding: 4px 7px;
	margin-right: 5px;
}

.social-widget ul li a i {
	color: #fff;
}

.footer .footer-top li {
	float: left;
	margin-right: 53px;
}

.section-title-event h1 {
	font-size: 28px;
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
	letter-spacing: 1px;
	padding-bottom: 15px;
}

.event_padding {
	padding: 0px;
}

.event_top {
	margin-top: 15px;
}

.section-title-event {
	margin-bottom: 30px;
}

.what.techno_1 {
	padding: 17px;
}

.tech-12 {
	color: #fff;
}

.icon.tech-13 {
	color: #fff;
	font-size: 3em;
	/* text-align: center; */
	margin-bottom: 29px;
}

.choose-main h2 {
	color: #fff;
	margin-bottom: 20px;
}

.tech-11 {
	border-radius: 0px;
	padding: 5px 10px;
	margin-top: 10px;
}

.services {
	background: #f6f6f6;
}

.services .single-services {
	background: #fff;
	padding: 40px 20px 40px 72px;
	position: relative;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	margin-top: 30px;
	text-align: left;
	overflow: hidden;
}

.services .single-services:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 0%;
	height: 3px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.services .single-services:hover:before {
	width: 100%;
}

.services .single-services .icon i {
	font-size: 32px;
	position: absolute;
	left: 20px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	border: 1px solid transparent;
	top: 48px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.services .single-services:hover .icon i {
	-webkit-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	transform: translateX(-200%);
}

.services .single-services .icon.two i {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.services .single-services:hover .icon.two i {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.services .single-services h2 {
	font-size: 18px;
	margin: 0 0 15px;
}

.services .single-services h2 a {
	color: #1d1840;
}

/* Services Sidebar */
.services .single-sidebar {
	background: #fff;
	padding: 15px;
	margin-top: 30px;
}

.services .single-sidebar h2 {
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: inline-block;
	position: relative;
}

.services .single-sidebar h2::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 2px;
	content: "";
	border-radius: 0px;
}

.services .single-sidebar ul li {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
	padding: 10px;
}

.services .single-sidebar ul li:last-child {
	margin: 0;
	padding-bottom: 0px;
}

.services .single-sidebar ul li:before {
	display: none;
}

.services .single-sidebar ul li i {
	margin-right: 10px;
}

.services .single-sidebar ul li.active a,
.services .single-sidebar ul li.active:hover a {
	color: #fff;
}

.services .single-sidebar ul li.active a i {
	color: #fff;
}

.services .single-sidebar ul li a {
	color: #1d1840;
}

.services .single-sidebar.service img {
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 100%;
}

.services .single-sidebar.service .single-service {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.services .single-sidebar.service .single-service:last-child {
	margin: 0px;
}

.services .single-sidebar.service .single-service:hover img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
}

.services .single-sidebar.service .caption {
	text-align: center;
	padding: 8px;
	position: absolute;
	width: 100%;
	bottom: -100px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #fff;
}

.services .single-sidebar.service .single-service:hover .caption {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

.services .single-sidebar.service .single-service .caption a {
	color: #fff;
}

.project-single h4 {
	margin-top: 5px;
}

/* Services Single */
.services.single {
	padding: 50px 0 80px;
}

.services.single .services-slider .owl-dots {
	position: absolute;
	margin-top: -10px;
	left: 50%;
	margin-left: -15px;
	bottom: 30px;
}

.services.single .services-slider .owl-nav div {
	position: absolute;
	top: 50%;
	background: transparent;
	color: #fff;
	border: 0px solid;
	width: 46px;
	height: 46px;
	line-height: 46px;
	padding: 0;
	border-radius: 0px;
	opacity: 1;
	font-size: 32px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: -23px 0 0;
}

.services.single .services-slider .owl-nav div:hover {
	color: #fff;
}

.services.single .services-slider .owl-nav .owl-prev {
	left: 0;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
	-webkit-transform: perspective(600px) rotateY(90deg);
	-moz-transform: perspective(600px) rotateY(90deg);
	transform: perspective(600px) rotateY(90deg);
}

.services.single .services-slider:hover .owl-nav .owl-prev {
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
}

.services.single .services-slider .owl-nav .owl-next {
	right: 0;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	transform-origin: right;
	-webkit-transform: perspective(600px) rotateY(-90deg);
	-moz-transform: perspective(600px) rotateY(-90deg);
	transform: perspective(600px) rotateY(-90deg);
}

.services.single .services-slider:hover .owl-nav .owl-next {
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
}

.services.single .services-main {
	background: #fff;
	padding: 15px;
	margin-top: 30px;
}

.services.single .services-content h2 {
	color: #1d1840;
	font-size: 25px;
	margin-top: 20px;
}

.services.single .services-content p {
	margin-top: 15px;
}

.services.single .img-right {
	overflow: hidden;
	margin-top: 15px;
}

.services.single .img-right .text {
	float: left;
	width: 50%;
}

.services.single .img-right .text h4 {
	margin-bottom: 10px;
	font-size: 18px;
}

.services.single ul li {
	margin-right: 5px;
	position: relative;
	padding-left: 15px;
}

.services.single ul li::before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 7px;
	height: 7px;
	line-height: 9px;
	content: "";
	border-radius: 100%;
}

.services.single .img-right img {
	float: left;
	width: 50%;
	border: 5px solid #f6f6f6;
}

.services.single.full .img-right .text {
	width: 100%;
}

/*=======================
  End services CSS
=========================*/

/*=======================
  06. Why Choose Us
=========================*/
.why-choose {
	position: relative;
	background: #1d1840;
	padding: 0;
	overflow: hidden;
}

.why-choose .fix {
	padding: 0;
	margin: 0;
}

.why-choose .working-process {
	width: 100%;
	height: 530px;
	padding: 71px 50px;
}

.why-choose .working-process h2 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 26px;
}

.why-choose .working-process p {
	color: #fff;
}

.why-choose .working-process .btn {
	background: #fff;
	color: #1d1840;
	margin-top: 20px;
}

.why-choose .working-process .btn:hover {
	background: #1d1840;
	color: #fff;
}

.choose-main .btn {
	background: #fff;
	color: #1d1840;
	margin-top: 20px;
}

.choose-main .btn:hover {
	background: #a66618;
	color: #fff;
}

.why-choose .choose-main {
	padding: 71px 50px;
}

.why-choose .single-choose {
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
	text-align: left;
	padding: 0 0px 0px 85px;
}

.why-choose .single-choose:last-child {
	margin: 0;
}

.why-choose .single-choose i {
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin: 0;
	width: 52px;
	height: 52px;
	line-height: 52px;
	border-radius: 100%;
	background: #fff;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
	left: 0;
}

.why-choose .single-choose i::after {
	position: absolute;
	right: -5px;
	content: "";
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 8px solid #fff;
	top: 14px;
}

.why-choose .single-choose h4 {
	margin: 0 0 10px;
	font-size: 18px;
	color: #fff;
}

.why-choose .single-choose p {
	color: #bbb;
}

.why-choose .why-video {
	background: url(images/why-choose.jpg);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 100%;
	background-size: cover;
	height: 460px;
}

.why-choose .why-video:before {
	position: absolute;
	top: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	content: "";
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.why-choose .why-video:hover:before {
	background: rgba(0, 0, 0, 0.1);
}

.why-choose .waves-block .waves {
	position: absolute;
	width: 303px;
	height: 300px;
	background: rgba(255, 255, 255, 0.3);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -150px;
}

.why-choose .waves-block .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.why-choose .waves-block .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.why-choose .waves-block .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.why-choose .why-video .video a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border-radius: 100%;
	font-size: 32px;
	margin: -35px 0 0 -35px;
	padding: 2px 2px 2px 6px;
	color: #fff;
}

.why-choose .why-video .video a:hover {
	background: #fff;
}

/*=======================
  End Why Choose Us
=========================*/

/*=======================
  07. Projects CSS
=========================*/
.projects {
	background: #f6f6f6;
}

.projects .project-nav {
	margin: 20px 0 50px 0;
	text-align: center;
}

.projects .project-nav .project-menu {
	display: inline-block;
	margin: 0;
}

.projects .projects-nav ul li {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	padding: 5px 15px;
	border-radius: 0px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	font-weight: 500;
	margin: 0 10px 0 0;
	background: #fff;
	color: #1d1840;
	font-family: "Roboto", sans-serif;
	background: transparent;
	border: none;
}

.projects .project-nav ul li {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	padding: 8px 15px;
	border-radius: 0px;
	font-size: 14px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
	font-weight: 500;
	margin: 0 5px 0 0;
	background: #fff;
	color: #1d1840;
	font-family: "Roboto", sans-serif;
	background: transparent;
	border: none;
}

.projects .project-nav ul li:last-child {
	margin: 0;
}

.projects .project-nav ul li.active,
.projects .project-nav ul li:hover {
	color: #fff;
}

.projects .project-nav .cbp-filter-counter {
	font-size: 14px;
	margin-left: 5px;
}

.projects .project-single {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #fff;
	padding: 10px;
}

.projects .project-inner {
	position: relative;
	overflow: hidden;
}

.projects .project-head {
	position: relative;
	text-align: center;
}

.projects .project-head:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	z-index: 33;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.projects .project-single:hover .project-head:before {
	opacity: 0.9;
}

.projects .project-head img {
	width: 100%;
	z-index: 2;
}

.projects .project-bottom {
	text-align: center;
	padding: 10px 0 0;
	position: absolute;
	width: 100%;
	text-align: left;
	z-index: 333;
	text-align: center;
	top: 50%;
	margin-top: -23.5px;
}

.projects .project-bottom h4 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.projects .project-bottom h4:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
}

.projects .project-single:hover .project-bottom h4 {
	opacity: 1;
	visibility: visible;
}

.projects .project-bottom h4 a {
	color: #fff;
}

.projects .project-bottom h4 span {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	font-weight: 400;
}

.projects .button {
	position: absolute;
	text-align: right;
	bottom: 0;
	right: 0;
	z-index: 33;
	background: rgba(255, 255, 255, 0.38);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	visibility: hidden;
	padding: 8px 25px;
	border-radius: 30px 0 0 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.projects .project-single:hover .button {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

.projects .button .btn {
	display: inline-block;
	color: #fff;
	box-shadow: none;
	padding: 0;
	margin-right: 12px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	z-index: 99;
}

.projects .button .btn:hover {
	color: #fff;
}

.projects .button .btn:last-child {
	margin: 0;
}

.projects .load-button {
	margin-top: 50px;
}

.projects .load-button .btn {
	padding: 14px 30px;
	color: #fff;
	font-weight: 500;
	border: none;
	transition: all 0.4s ease;
	margin: 0;
}

.projects .load-button .btn:hover {
	background: #1d1840;
}

/* Project Full */
.projects.single .project-single {
	background: transparent;
	padding: 0;
}

.projects.single .project-head:before {
	display: none;
}

.projects.single .project-slider {
	position: relative;
}

.projects.single .project-slider #bx-pager {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #0009;
	padding: 10px;
}

.projects.single .project-slider #bx-pager a {
	display: inline-block;
}

.projects.single .project-slider #bx-pager a img {
	width: 90px;
	height: 60px;
	border: 3px solid #fff;
}

.projects.single .project-content {
	margin-top: 30px;
}

.projects.single .project-content h2 {
	font-size: 25px;
}

.projects.single .project-content p {
	margin: 15px 0;
}

.projects.single .project-content blockquote {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 500;
	border-left: 4px solid;
	color: #1d1840;
}

.projects.single .project-content .btn {
	color: #fff;
	box-shadow: none;
	border: none;
}

.projects.single .project-content .btn:hover {
	background: #1d1840;
}

.projects.single .single-sidebar {
	margin-top: 30px;
	background: #fff;
	padding: 10px;
}

.projects.single .project-info {
	background: #1d1840;
}

.projects.single .single-info {
	margin-bottom: 20px;
	position: relative;
	padding-left: 23px;
}

.projects.single .single-info:last-child {
	margin: 0;
}

.projects.single .single-info h4 {
	color: #fff;
	margin-bottom: 5px;
}

.projects.single .single-info i {
	margin-right: 5px;
	position: absolute;
	left: 0;
	color: #fff;
	top: 12px;
}

.projects.single .single-info a {
	color: #fff;
}

.projects.single .brochure {
	text-align: center;
	padding: 0;
}

.projects.single .brochure img {
	width: 100%;
}

.projects.single .brochure a {
	color: #fff;
	display: block;
	padding: 10px;
}

.projects.single .brochure i {
	position: relative;
	margin-left: 10px;
	color: #fff;
	top: 0;
}

/*=======================
  End Projects CSS
=========================*/

/*=======================
  08. Statics CSS
=========================*/
.counter {
	position: relative;
	background: url("images/statics.jpg");
	padding: 70px 0 100px;
	background-size: cover;
	background-repeat: no-repeat;
}

.counter::before {
	position: absolute;
	content: "";
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.counter .counter-single {
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

.counter .counter-single .icon {
	float: left;
}

.counter .counter-single i {
	font-size: 32px;
	text-align: center;
	border-radius: 3px;
	width: 70px;
	height: 90px;
	background: #fff;
	line-height: 90px;
}

.counter .s-info {
	padding-top: 15px;
}

.counter .counter-single span {
	display: block;
	font-size: 30px;
	color: #fff;
	margin: 0 0 15px;
	font-weight: 700;
}

.counter .counter-single p {
	color: #eee;
	font-size: 18px;
}

.counter.bg-none {
	background: #1d1840;
}

/*=======================
  End Statics CSS
=========================*/

/*=======================
  09. Team CSS
=========================*/
.team {
	background: #fff;
	position: relative;
}

.team .single-team {
	background: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	margin-top: 30px;
}

.team .t-head {
	position: relative;
	overflow: hidden;
}

.team .t-head::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	content: "";
	z-index: 2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.team .single-team:hover .t-head::before {
	visibility: visible;
	opacity: 0.3;
}

.team .t-head img {
	width: 100%;
	position: relative;
}

.team .t-social {
	background: #fff;
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 33;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	transform-origin: right;
	-webkit-transform: perspective(600px) rotateY(90deg);
	-moz-transform: perspective(600px) rotateY(90deg);
	transform: perspective(600px) rotateY(90deg);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.team .single-team:hover .t-social {
	opacity: 1;
	visibility: visible;
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
}

.team .t-social li a {
	display: block;
	color: #1d1840;
	text-align: center;
}

.team .t-social li {
	display: block;
	margin-bottom: 10px;
}

.team .t-social li:last-child {
	margin: 0;
}

.team .t-bottom {
	text-align: center;
	padding: 12px 0;
	position: relative;
}

.team .t-icon a {
	position: absolute;
	left: 0;
	top: -14px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	opacity: 0;
	visibility: hidden;
	font-weight: 400;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 99;
}

.team .single-team:hover .t-icon a {
	opacity: 1;
	visibility: visible;
}

.team .t-icon a:hover {
	background: #1d1840;
}

.team .t-bottom .t-name {
	font-size: 18px;
	margin-bottom: 5px;
}

.team .t-bottom .what {
	color: #1d1840;
}

/* Team Detailes */
.team .team-details {
	position: relative;
}

.team .team-details .cross {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	background: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	z-index: 99;
	border-radius: 100%;
}

.team .team-details .single-team {
	margin-top: 0px;
}

.team .team-details {
	background: #1d1840;
	z-index: 333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
	top: 0;
	right: 0;
	width: 33%;
	height: 100%;
	padding: 15px;
	overflow: scroll;
}

.team .team-details.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

.team .team-details .t-social {
	position: relative;
	transform: none;
	opacity: 1;
	visibility: visible;
	width: 100%;
	padding: 8px 0;
	position: absolute;
	bottom: 0;
	top: auto;
	background: #fff;
}

.team .team-details .t-social li {
	display: inline-block;
	margin-right: 10px;
	margin: 0 5px 0 0;
}

.team .team-details .t-social li a {
	display: block;
	text-align: center;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
}

.team .team-details .t-social li:hover a {
	background: #fff;
}

.team .team-details h2 {
	color: #fff;
	margin: 15px 0;
	text-align: center;
	font-size: 25px;
}

.team .team-details p {
	color: #eee;
	margin-bottom: 15px;
}

.team .single-skill {
	margin-top: 15px;
}

.team .skill-info {
	overflow: hidden;
}

.team .skill-info h4 {
	float: left;
	font-size: 14px;
	margin-bottom: 12px;
	color: #444;
	font-weight: 700;
}

.team .single-skill {
	margin-bottom: 25px;
}

.team .single-skill h4 {
	color: #fff;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 500;
}

.team .single-skill .progress {
	height: 8px;
	border-radius: 0px;
	box-shadow: none;
	overflow: visible;
}

.team .single-skill .progress .progress-bar {
	position: relative;
}

.team .single-skill .progress .progress-bar span {
	right: 0;
	color: #fff;
	position: absolute;
	top: -30px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
	padding: 0px 8px;
	font-weight: 700;
}

.team .single-skill .progress .progress-bar span::before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	content: "";
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid;
	margin-left: -6px;
}

/*=======================
  End Team CSS
=========================*/

/*=======================
  10. Pricing Table CSS
=========================*/
.pricing-table {
	background: #fff;
	position: relative;
}

.pricing-table .single-table {
	background: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

.pricing-table .single-table:hover {
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	z-index: 99;
}

/* Background Icon */
.pricing-table .single-table .bg-icon i {
	position: absolute;
	right: 46px;
	font-size: 100px;
	opacity: 0.2;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
	top: 50%;
	margin-top: -50px;
}

.pricing-table .single-table:hover .bg-icon i {
	opacity: 1;
	right: -100%;
}

/* Table Head */
.pricing-table .single-table .table-head {
	position: relative;
}

.pricing-table .single-table .price {
	padding: 22px 0;
}

.pricing-table .single-table .amount {
	font-size: 40px;
	font-weight: 700;
}

.pricing-table .single-table .title {
	font-weight: 700;
	position: relative;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 20px;
	color: #fff;
	padding: 0;
	padding: 15px 0;
}

/* Table List */
.pricing-table .single-table .table-list {
	padding: 10px 0;
	text-align: left;
	position: relative;
}

.pricing-table .table-list li {
	color: #666;
	position: relative;
	padding: 12px 15px;
}

.pricing-table .table-list li span {
	background: #1d1840;
	float: right;
	color: #fff;
	position: relative;
	border-radius: 100%;
	padding: 5px 10px;
}

.pricing-table .table-list li span::before {
	position: absolute;
	bottom: -1px;
	left: -4px;
	content: "";
	border-left: 14px solid #1d1840;
	border-right: 14px solid transparent;
	border-top: 14px solid transparent;
	transform: rotate(25deg);
}

.pricing-table .table-list li:last-child {
	margin: 0;
}

.pricing-table .table-list li.cross {
	opacity: 0.5;
}

.pricing-table .table-list i {
	font-size: 13px;
	text-align: center;
	margin-right: 10px;
}

/* Table Bottom */
.pricing-table .table-bottom {
	padding: 0 0 22px;
	border-radius: 100%;
}

.pricing-table .btn:hover {
	background: #1d1840;
	color: #fff;
}

.pricing-table .btn i {
	font-size: 16px;
	margin-right: 10px;
}

/* Table Active */
.pricing-table.bg {
	background: #f6f6f6;
}

.pricing-table.center .active {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

/* Table Adjust */
.pricing-table.adjust .fix {
	margin: 0;
	padding: 0;
}

/*=======================
  End Pricing Table CSS
=========================*/

/*=======================
  11. Testimonials CSS
=========================*/
.testimonials {
	background: #fff;
	position: relative;
}

.testimonials .testimonial-carousel {
	position: relative;
}

.testimonials .single-testimonial {
	opacity: 0.9;
	transition: all 0.3s ease;
	padding: 0 20px;
	text-align: center;
}

.testimonials .testimonial-content {
	position: relative;
	text-align: center;
	padding: 0 130px;
}

.testimonials .testimonial-content i {
	font-size: 40px;
}

.testimonials .testimonial-content p {
	margin: 15px 0;
}

.testimonials .testimonial-info {
	position: relative;
	padding-top: 12px;
}

.testimonials .testimonial-info .arrow::before {
	position: absolute;
	content: "";
	border-top: 15px solid transparent;
	border-left: 25px solid;
	left: 49%;
	top: 0px;
}

.testimonials .testimonial-info img {
	width: 80px;
	height: 80px;
	border: 3px solid;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 10s cubic-bezier(0.25, 0.25, 0.75, 0.75),
	border-color 0.35s ease;
	transition: transform 10s cubic-bezier(0.25, 0.25, 0.75, 0.75),
	border-color 0.35s ease;
	border-radius: 100%;
}

.testimonials .testimonial-info img:hover {
	-webkit-transform: rotate(1800deg);
	transform: rotate(1800deg);
	-webkit-transition: -webkit-transform 10000ms cubic-bezier(0.25, 0.25, 0.75, 0.75),
	border-color 0.35s ease;
	-moz-transition: transform 10000ms cubic-bezier(0.25, 0.25, 0.75, 0.75),
	border-color 0.35s ease;
	-o-transition: transform 10000ms cubic-bezier(0.25, 0.25, 0.75, 0.75),
	border-color 0.35s ease;
	transition: transform 10000ms cubic-bezier(0.25, 0.25, 0.75, 0.75),
	border-color 0.35s ease;
}

.testimonials .testimonial-info h6 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
}

.testimonials .testimonial-info h6:before {
	position: absolute;
	left: 0;
	content: "";
}

.testimonials .testimonial-info h6 span {
	color: #555;
	font-weight: 400;
	position: relative;
	display: block;
	font-size: 14px;
	margin-top: 5px;
}

/* Testimonial Nav */
.testimonials .owl-controls .owl-nav div {
	position: absolute;
	top: 50%;
	background: transparent;
	border: 0px solid;
	width: 46px;
	height: 46px;
	line-height: 46px;
	padding: 0;
	border-radius: 0px;
	opacity: 1;
	font-size: 32px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: -23px 0 0;
}

.testimonials .owl-controls .owl-nav div:hover {
	color: #fff;
}

.testimonials .owl-controls .owl-nav .owl-prev {
	left: -60px;
}

.testimonials .owl-controls .owl-nav .owl-next {
	right: -60px;
}

/*=======================
  End Testimonials CSS
=========================*/

/*=======================
  12. Newslatter CSS
=========================*/
.newslatter {
	background: url("images/newslatter-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 0;
	text-align: center;
	position: relative;
}

.newslatter::before {
	position: absolute;
	content: "";
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0.85;
}

.newslatter .checkbox {
	text-align: center;
	margin: 0;
}

.newslatter .checkbox label {
	color: #fff;
	position: relative;
	font-size: 16px;
}

.newslatter .checkbox label input {
	display: none;
}

.newslatter .checkbox label::before {
	position: absolute;
	color: #fff;
	content: "";
	left: -4px;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #fff;
	border-radius: 30px;
}

.newslatter .checkbox label::after {
	position: absolute;
	color: #fff;
	content: "\f00c";
	left: -2px;
	top: 13px;
	font-family: "fontawesome";
	font-size: 12px;
	line-height: 0;
	display: none;
}

.newslatter .checkbox label.checked::after {
	display: block;
}

.newslatter .form {
	position: relative;
	margin: 20px 0 10px;
}

.newslatter .form input {
	width: 100%;
	height: 55px;
	border: none;
	border-radius: 60px;
	background: #fff;
	color: #1d1840;
	padding: 0 53px 0 30px;
}

.newslatter .form button {
	position: absolute;
	right: 30px;
	padding: 0;
	box-shadow: none;
	top: 3px;
	line-height: 50px;
	border-radius: 30px;
	background: transparent;
	font-size: 24px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.newslatter .form button:hover {
	background: transparent;
}

.newslatter .form:hover button {
	-webkit-transform: rotate(34deg);
	-moz-transform: rotate(34deg);
	transform: rotate(34deg);
}

.newslatter p {
	color: #fff;
	font-size: 15px;
}

/*=======================
  End Newslatter
=========================*/

/*=======================
  13. Clients CSS
=========================*/
.clients {
	background: #fff;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.clients .clients-slider {
	margin-top: 30px;
}

.clients .single-clients a {
	display: inline-block;
}

.clients .single-clients img {
	cursor: pointer;
	width: 100%;
	border: 1px solid #ddd;
	opacity: 0.6;
}

.clients .single-clients:hover img {
	opacity: 1;
}

.clients .single-clients img {
	cursor: move;
}

/*=======================
  End Clients
=========================*/

/*=======================
  14. Blog CSS
=========================*/
.blog-main {
	background: #f6f6f6;
}

/* Blog Sticky */
.blog-main .single-blog.sticky {
	background: transparent;
	padding: 0;
}

.blog-main .single-blog.sticky .blog-head {
	width: 55%;
	background: #fff;
	padding: 10px;
	position: relative;
}

.blog-main .single-blog.sticky .blog-head:before {
	display: none;
}

.blog-main .single-blog.sticky .blog-info {
	width: 50%;
	position: absolute;
	right: 0;
	background: #fff;
	padding: 15px;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	z-index: 33;
	top: 80px;
}

.blog-main .single-blog.sticky .blog-info h2 {
	font-size: 20px;
	line-height: initial;
}

/* Latest Blog */
.blog-main .single-blog {
	margin-top: 30px;
	background: #fff;
	padding: 10px;
}

.blog-main .single-blog .blog-head {
	position: relative;
	overflow: hidden;
	z-index: 5;
}

.blog-main .single-blog .blog-head img {
	width: 100%;
}

.blog-main .single-blog .blog-head::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	z-index: 33;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.blog-main .single-blog:hover .blog-head:before {
	opacity: 0.9;
	visibility: visible;
}

.blog-main .single-blog .link {
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 32px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	left: 50%;
	margin: -18px 0 0 -16px;
	transform: scale(1.5);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
}

.blog-main .single-blog:hover .link {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.blog-main .single-blog .link:hover {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.blog-main .blog-info {
	box-shadow: none;
	padding: 15px 0px 0;
}

.blog-main .blog-info h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}

.blog-main .blog-info h2 a {
	color: #5d4f8c;
}

.blog-main .blog-info .meta {
	margin: 5px 0;
}

.blog-main .blog-info .meta span {
	display: inline-block;
	color: #1d1840;
	margin-right: 5px;
}

.blog-main .blog-info .meta span i {
	margin-right: 5px;
	font-size: 13px;
}

.blog-main .blog-info .meta span a {
	color: #1d1840;
}

.blog-main .owl-controls .owl-dots {
	position: absolute;
	margin-top: -10px;
	left: 50%;
	margin-left: -15px;
	bottom: 30px;
}

.blog-main .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	margin-bottom: 10px;
}

.blog-main .owl-controls .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 100%;
}

.blog-main .owl-controls .owl-dots .owl-dot:hover span {
	border-color: transparent;
}

.blog-main .owl-controls .owl-dots .owl-dot.active span {
	border-color: transparent;
	width: 25px;
	border-radius: 5px;
}

.blog-main .owl-controls .owl-nav div {
	position: absolute;
	top: 50%;
	background: transparent;
	border: 0px solid;
	width: 46px;
	height: 46px;
	line-height: 46px;
	padding: 0;
	border-radius: 0px;
	opacity: 1;
	font-size: 32px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: -23px 0 0;
}

.blog-main .owl-controls .owl-nav div:hover {
	color: #fff;
}

.blog-main .owl-controls .owl-nav .owl-prev {
	left: -60px;
}

.blog-main .owl-controls .owl-nav .owl-next {
	right: -60px;
}

/* Blog Archive */
.blog-main.archive.section {
	padding: 50px 0 80px;
}

.blog-main.archive .single-blog.slider .blog-head:before {
	display: none;
}

.blog-main.archive .single-blog.slider .owl-nav {
	margin: 0;
}

.blog-main.archive .single-blog.slider .owl-nav div {
	position: absolute;
	top: 50%;
	color: #fff;
	border: 0px solid;
	width: 46px;
	height: 46px;
	line-height: 46px;
	padding: 0;
	border-radius: 0px;
	opacity: 1;
	font-size: 32px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: -23px 0 0;
	z-index: 99;
}

.blog-main.archive .single-blog.slider .owl-nav div:hover {
	background: #fff;
	color: #1d1840;
}

.blog-main.archive .single-blog.slider .owl-nav .owl-prev {
	left: 0;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
	-webkit-transform: perspective(600px) rotateY(90deg);
	-moz-transform: perspective(600px) rotateY(90deg);
	transform: perspective(600px) rotateY(90deg);
}

.blog-main.archive .single-blog.slider:hover .owl-nav .owl-prev {
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
}

.blog-main.archive .single-blog.slider .owl-nav .owl-next {
	right: 0;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	transform-origin: right;
	-webkit-transform: perspective(600px) rotateY(-90deg);
	-moz-transform: perspective(600px) rotateY(-90deg);
	transform: perspective(600px) rotateY(-90deg);
}

.blog-main.archive .single-blog.slider:hover .owl-nav .owl-next {
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
}

.blog-main .single-blog.iframe .blog-head:before {
	display: none;
}

.blog-main.archive .pagination-main {
	text-align: center;
}

.blog-main.archive .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
}

.blog-main.archive .pagination li a {
	background: #fff;
	padding: 12px 25px;
	border: none;
}

.blog-main.archive .pagination li:hover a,
.blog-main.archive .pagination li.active a {
	color: #fff;
}

.blog-main.archive .pagination li.prev a {
	background: transparent;
	border: none;
	font-size: 20px;
	padding: 5px 20px;
}

.blog-main.archive .pagination li.next a {
	background: transparent;
	border: none;
	font-size: 20px;
	padding: 5px 20px;
}

.blog-main.archive .pagination li.prev:hover a,
.blog-main.archive .pagination li.next:hover a {
	background: transparent;
	color: #1d1840;
}

.blog-main.archive.grid .iframe .embed-responsive {
	height: 227px;
}

/* Blog Single*/
.blog-main.archive.single .blog-head:before {
	display: none;
}

.blog-main.archive.single .blog-info p {
	margin-bottom: 20px;
}

.blog-main.archive.single .blog-info blockquote {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 500;
	border-left: 4px solid;
}

.blog-main.archive.single .blog-info h2 {
	font-size: 25px;
}

.blog-main.archive.single .blog-info ul li {
	margin-right: 5px;
	position: relative;
	padding-left: 15px;
}

.blog-main.archive.single .blog-info ul li::before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 7px;
	height: 7px;
	line-height: 9px;
	content: "";
	border-radius: 100%;
}

.blog-main.archive.single .img-right {
	overflow: hidden;
	margin-bottom: 20px;
}

.blog-main.archive.single .img-right .text {
	float: left;
	width: 50%;
}

.blog-main.archive.single .img-right .text h4 {
	margin-bottom: 10px;
	font-size: 20px;
}

.blog-main.archive.single .img-right img {
	float: left;
	width: 50%;
	border: 5px solid #f6f6f6;
}

/* Blog Sidebar */
.blog-main .blog-sidebar {
	margin-top: 30px;
}

.blog-main .single-sidebar {
	margin-bottom: 30px;
	background: #fff;
	padding: 15px;
}

.blog-main .single-sidebar:last-child {
	margin: 0px;
	border: none;
}

.blog-main .single-sidebar h2 {
	font-size: 18px;
	margin-bottom: 15px;
	display: block;
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.blog-main .single-sidebar ul li a {
	color: #1d1840;
}

.blog-main .post-tab .nav {
	margin-bottom: 20px;
	border-bottom: 4px solid;
}

.blog-main .post-tab .nav li {
	margin: 0;
}

.blog-main .post-tab .nav li a {
	position: relative;
	background: #1d1840;
	color: #fff;
	border-radius: 0px;
	font-weight: 700;
	padding: 10px 20px;
	margin: 0;
	font-size: 15px;
}

.blog-main .post-tab .nav li:hover a,
.blog-main .post-tab .nav li.active a {
	color: #fff;
}

.blog-main .post-tab .nav li a::before {
	position: absolute;
	left: 50%;
	border-bottom: 8px solid #fff;
	content: "";
	bottom: -4px;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	margin-left: -8px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.blog-main .post-tab .nav li:hover a:before,
.blog-main .post-tab .nav li.active a:before {
	opacity: 1;
	visibility: visible;
}

.blog-main .post-tab .single-post {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.blog-main .post-tab .single-post:last-child {
	margin-bottom: 0px;
	border: none;
	padding: 0;
}

.blog-main .post-tab .single-post .post-img {
	float: left;
	margin-right: 10px;
}

.blog-main .post-tab .single-post img {
	width: 70px;
	height: 55px;
	border-radius: 0px;
}

.blog-main .post-tab .post-info {
	float: left;
	overflow: hidden;
	margin-top: 6px;
}

.blog-main .post-tab .post-info h4 {
	font-size: 15px;
	font-weight: 500;
	margin: 0;
}

.blog-main .post-tab .post-info a {
	color: #1d1840;
}

.blog-main .post-tab .post-info p {
	margin: 0;
	font-size: 13px;
}

.blog-main .post-tab .post-info p i {
	margin-right: 5px;
	font-size: 13px;
}

.blog-main .category ul li {
	font-size: 15px;
	margin-bottom: 15px;
}

.blog-main .category ul li span {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	margin-left: 5px;
	border: 1px solid;
	line-height: 24px;
	float: right;
}

.blog-main .category ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.blog-main .tags h2 {
	margin-bottom: 5px;
}

.blog-main .tags ul li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
}

.blog-main .tags ul li.medium a {
	font-size: 18px;
}

.blog-main .tags ul li.big a {
	font-size: 22px;
}

.blog-main.archive.section .single-blog {
	padding: 15px;
}

.blog-main .subscribe form {
	position: relative;
}

.blog-main .subscribe input {
	background: #f6f6f6;
	border: 0px;
	display: block;
	width: 100%;
	padding: 12px;
	color: #555;
	margin: 15px 0 0;
	font-weight: 500;
}

.blog-main .subscribe input::-webkit-input-placeholder {
	opacity: 1;
	color: #555 !important;
}

.blog-main .subscribe input::-moz-placeholder {
	opacity: 1;
	color: #555 !important;
}

.blog-main .subscribe input::-ms-input-placeholder {
	opacity: 1;
	color: #555 !important;
}

.blog-main .subscribe button {
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	padding: 12px;
}

/* Blog Single */
.blog-main.archive.single .blog-bottom {
	overflow: hidden;
}

.blog-main.archive.single .blog-bottom li:before {
	display: none;
}

.blog-main.archive.single .blog-bottom .share li {
	position: relative;
	padding-left: 0px;
	margin-right: 10px;
	display: inline-block;
}

.blog-main.archive.single .blog-bottom .share {
	float: left;
}

.blog-main.archive.single .blog-bottom .share li a {
	padding: 5px 15px;
	color: #fff;
	background: #1d1840;
	position: relative;
	display: block;
}

.blog-main.archive.single .blog-bottom .share li a i {
	margin-right: 10px;
}

.blog-main.archive.single .blog-bottom .prev-next {
	float: right;
}

.blog-main.archive.single .blog-bottom .prev-next li {
	display: inline-block;
	padding: 0;
}

.blog-main.archive.single .blog-bottom .prev-next li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 17px;
	color: #fff;
}

/* Blog Comments */
.blog-main .blog-comments {
	margin-top: 30px;
	background: #fff;
	padding: 15px;
}

.blog-main .blog-comments h2 {
	text-align: left;
	font-size: 18px;
	color: #1d1840;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}

.blog-main .blog-comments h4 span {
	float: right;
}

.blog-main .single-comments {
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.blog-main .single-comments:last-child {
	border-bottom: 0px solid;
	padding: 0px;
	margin: 0;
}

.blog-main .single-comments .main {
	overflow: hidden;
}

.blog-main .single-comments .head {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 12%;
}

.blog-main .single-comments .head img {
	width: 80px;
	height: 80px;
	line-height: 80px;
}

.blog-main .single-comments .body {
	float: left;
	width: 85%;
}

.blog-main .single-comments .comment-list {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}

.blog-main .single-comments .comment-list .body {
	width: 78%;
}

.blog-main .single-comments h4 {
	margin: 0 0 10px;
	font-size: 18px;
	text-align: left;
	font-weight: 600;
	color: #1d1840;
}

.blog-main .single-comments .meta {
	font-size: 13px;
	margin: 0;
	color: #666;
	font-weight: 400;
}

.blog-main .single-comments p {
	font-size: 13px;
}

.blog-main .single-comments a {
	font-size: 12px;
	font-weight: 400;
	margin-left: 5px;
}

.blog-main .single-comments a i {
	margin-right: 5px;
}

.blog-main .comment-list {
	padding-left: 50px;
}

.blog-main .single-comments.login {
	text-align: center;
}

.blog-main .single-comments.login i {
	font-size: 20px;
}

.blog-main .single-comments.login a {
	text-align: center;
}

.blog-main .single-comments.login a:hover {
	color: #1d1840;
}

.blog-main .comments-form {
	background: #fff;
	margin-top: 30px;
	padding: 20px;
}

.blog-main .comments-form h2 {
	text-align: left;
	font-size: 18px;
	color: #1d1840;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}

.blog-main .form {
	margin-top: 30px;
}

.blog-main .form-group {
	position: relative;
	display: block;
	margin: 0 0 25px;
}

.blog-main .form-group i {
	position: absolute;
	font-size: 16px;
	padding: 15px 12px;
}

.blog-main .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #ddd;
	padding-left: 10px;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 0px;
	padding-left: 32px;
}

.blog-main .form-group textarea {
	border: 1px solid #ddd;
	padding: 10px;
	width: 100%;
	padding-left: 10px;
	resize: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: none;
	border-radius: 0px;
	padding-left: 32px;
}

.blog-main .form-group input:hover,
.blog-main .form-group input:focus,
.blog-main .form-group textarea:hover {
	outline: none;
}

.blog-main .form-group .button {
	padding: 10px 30px;
	font-size: 14px;
	display: block;
	border: 0px solid;
	color: #fff;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 100%;
}

.blog-main .form-group .button:hover {
	background: #1d1840;
}

.blog-main .form-group .button i {
	position: relative;
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	padding: 0px;
}

.blog-main .form-group.button {
	margin: 0;
	text-align: center;
}

/*=======================
  End Blog CSS
=========================*/

/*=======================
  15. Call-To-Action CSS
=========================*/
.call-to-action {
	padding: 40px 0;
	position: relative;
}

.call-to-action {
	text-align: center;
}

.call-to-action h2 {
	color: #fff;
	display: inline-block;
	margin-right: 30px;
	font-size: 18px;
	font-weight: 500;
}

.call-to-action h2 span {
	font-size: 30px;
	font-weight: 700;
	margin: 0 5px;
}

.call-to-action .btn {
	display: inline-block;
	background: #fff;
}

.call-to-action .btn:hover {
	background: #1d1840;
	color: #fff;
}

.call-to-action .btn i {
	margin-right: 10px;
}

.call-to-action.dark {
	background: #1d1840;
}

.call-to-action.background {
	position: relative;
	background: url("images/call-to-action.jpg");
	background-size: cover;
	background-position: center;
}

.call-to-action.background:before {
	position: absolute;
	content: "";
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0.9;
}

/*=======================
  End Call-To-Action CSS
=========================*/

/*=======================
  16 About US CSS
=========================*/
.about-us {
	background: #f6f6f6;
}

.about-us .section-title {
	margin-bottom: 60px;
}

.about-us .tabs-main {
	position: relative;
	border-radius: 10px;
	background: #fff;
	padding: 0 20px 30px 20px;
	margin-top: 35px;
}

.about-us img {
	width: 100%;
}

/* Tab Navigation */
.about-us .tabs-main .nav-main {
	text-align: center;
}

.about-us .tabs-main .nav-tabs {
	border: 0px solid;
	display: inline-block;
	position: relative;
	top: -35px;
	background: #fff;
	border-radius: 100px;
	border-bottom: 3px solid;
	margin-bottom: -35px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.51);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.51);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.51);
}

.about-us .tabs-main .nav-tabs li {
	float: left;
	margin: 0;
	position: relative;
}

.about-us .tabs-main .nav-tabs li a {
	border: 0px;
	margin: 0;
	background: transparent;
	color: #1d1840;
	text-align: center;
	padding: 20px 35px;
	border-radius: 0px;
	font-weight: 500;
	border-radius: 3px;
	position: relative;
	display: block;
}

.about-us .tabs-main .nav-tabs li a::before {
	position: absolute;
	right: 0;
	content: "";
	width: 1px;
	height: 24px;
}

.about-us .tabs-main .nav-tabs li:last-child a::before {
	display: none;
}

.about-us .tabs-main .nav-tabs li a i {
	margin-right: 10px;
}

.about-us .tabs-main .nav-tabs li.active a,
.about-us .tabs-main .nav-tabs li:hover a {
	border: 0px;
}

/* Tab Content */
.about-us .tabs-main .tab-pane {
	transition: all 0.4s ease;
	width: 100%;
}

.about-us .tabs-main .tab-title {
	position: relative;
	display: inline-block;
	font-size: 20px;
	margin: 0 0 10px;
}

.about-us .tabs-main .tab-title:before {
	position: absolute;
	bottom: -1px;
	content: "";
	left: 0%;
	width: 70%;
	height: 2px;
	border-radius: 100%;
}

.about-us .tabs-main .text {
	margin-bottom: 20px;
}

.about-us .tabs-main .text:last-child {
	margin: 0;
}

/* About Tab */
.about-us .tabs-main .about-inner .single-image {
	position: relative;
	overflow: hidden;
}

.about-us .tabs-main .about-inner .single-image::before {
	position: absolute;
	content: "";
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 33;
	opacity: 0.5;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.about-us .tabs-main .about-inner .single-image:hover:before {
	opacity: 0;
}

.about-us .tabs-main .about-inner .single-image:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

.about-us .tabs-main .about-inner .single-image a {
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	position: absolute;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	left: 50%;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	z-index: 99;
}

.about-us .tabs-main .about-inner .single-image a:hover {
	background: #fff;
	color: #1d1840;
}

.about-us .tabs-main .about-inner .single-image {
	position: relative;
	margin-top: 30px;
}

.about-us .tabs-main .about-inner .single-image img {
	width: 100%;
}

.about-us .tabs-main .about-inner .social {
	width: 100%;
	text-align: left;
	margin-top: 20px;
}

.about-us .tabs-main .about-inner .social ul li {
	display: inline-block;
	margin-right: 5px;
}

.about-us .tabs-main .about-inner .social ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	color: #1d1840;
	display: block;
	border-radius: 100%;
	text-align: center;
	color: #fff;
}

.about-us .tabs-main .about-inner .social ul li:hover a {
	background: #1d1840;
	color: #fff;
}

.about-us .tabs-main .about-inner .about-text .content p {
	margin-bottom: 20px;
	font-weight: 300;
}

.about-us .tabs-main .about-inner .about-text p:last-child {
	margin: 0;
}

.about-us .tabs-main .about-inner .single-skill {
	margin-top: 15px;
}

.about-us .tabs-main .about-inner .skill-info {
	overflow: hidden;
}

.about-us .tabs-main .about-inner .skill-info h4 {
	float: left;
	font-size: 14px;
	margin-bottom: 12px;
	color: #444;
	font-weight: 700;
}

/* Gallery Tab */
.about-us .tabs-main .photo-gallery {
	margin-top: 30px;
}

.about-us .tabs-main .photo-gallery .single-gallery {
	background: #fff;
	position: relative;
	overflow: hidden;
}

.about-us .tabs-main .photo-gallery .single-gallery:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.about-us .tabs-main .photo-gallery .single-gallery:hover:before {
	opacity: 0.5;
	visibility: visible;
}

.about-us .tabs-main .photo-gallery .single-gallery a {
	position: absolute;
	z-index: 3;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	color: #fff;
	left: 50%;
	text-align: center;
	font-size: 13px;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	opacity: 0;
	visibility: hidden;
	z-index: 11;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.about-us .tabs-main .photo-gallery .single-gallery a:hover {
	background: #fff;
	color: #1d1840;
}

.about-us .tabs-main .photo-gallery .single-gallery:hover a {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.about-us .tabs-main .photo-gallery .single-gallery img {
}

.about-us .tabs-main .photo-gallery .fix {
	padding: 0;
	margin: 0;
}

.about-us .tabs-main .photo-gallery .caption {
	text-align: center;
	padding: 8px;
	position: absolute;
	width: 100%;
	bottom: -100px;
	transition: all 0.4s ease;
}

.about-us .tabs-main .photo-gallery .caption p {
	color: #fff;
}

.about-us .tabs-main .photo-gallery .single-gallery:hover .caption {
	bottom: 0;
}

.about-us .tab-section.style1 .tabs-main.center-nav .nav-main {
	position: relative;
	bottom: -7px;
	text-align: center;
}

.about-us .tab-section.style1 .tabs-main.center-nav .nav-tabs {
	display: inline-block;
}

.about-us .tab-section.style1 .tabs-main.right-nav .nav-main {
	text-align: left;
	position: relative;
	bottom: -5px;
}

.about-us .tab-section.style1 .tabs-main.right-nav .nav-tabs {
	display: inline-block;
}

.about-us .tab-section.style1 .vertical-nav .nav-tabs {
	border: 0px solid;
	width: 170px;
	position: absolute;
	left: 25px;
	top: 17px;
}

.about-us .tab-section.style1 .vertical-nav .tab-content {
	padding: 0 25px 25px 220px;
}

.about-us .tab-section.style1 .vertical-nav .nav-tabs li {
	float: none;
	margin-bottom: 10px;
}

.about-us .tab-section.style1 .vertical-nav .nav-tabs li a {
	text-align: left;
}

.about-us .tab-section.style1 .vertical-nav .nav-tabs li:last-child {
	margin: 0;
}

.about-us .tab-section.style1 .vertical-nav.right .nav-tabs {
	left: auto;
	right: 25px;
}

.about-us .tab-section.style1 .vertical-nav.right .tab-content {
	padding: 0 220px 25px 25px;
}

.about-us .tabs-main .content {
	margin-top: 30px;
}

ul.imges-events-thum li {
	width: 50%;
	float: left;
	height: 200px;
	/* border: 1px solid; */
	padding: 5px;
}

ul.imges-events-thum img {
	height: 100%;
}

/* -----------------------------------------------
 * Timeline
 * --------------------------------------------- */
.timeline {
	list-style: none;
	padding: 10px 0;
	position: relative;
	font-weight: 300;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 2px;
	background: #a66618;
	left: 50%;
	margin-left: -1.5px;
}

.timeline-badge i:before {
	color: #a66618;
}

.timeline > li {
	margin-bottom: 20px;
	position: relative;
	width: 50%;
	float: left;
	clear: left;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: calc(100% - 25px);
	width: -moz-calc(100% - 25px);
	width: -webkit-calc(100% - 25px);
	float: left;
	border: 1px solid #dcdcdc;
	background: #ffffff;
	position: relative;
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #dcdcdc;
	border-right: 0 solid #dcdcdc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #ffffff;
	border-right: 0 solid #ffffff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline > li > .timeline-badge {
	color: #ffffff;
	width: 24px;
	height: 24px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 16px;
	right: -12px;
	z-index: 100;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-badge > a {
	color: #ffffff !important;
}

.timeline-badge a:hover {
	color: #dcdcdc !important;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
}

.timeline-heading h4 {
	font-weight: 400;
	padding: 0 15px;
	color: #4679bd;
}

.timeline-images-thum {
	padding: 20px;
}

.timeline > li > .timeline-panel {
	padding-top: 10px;
}

.timeline-body > p,
.timeline-body > ul {
	padding: 10px 15px;
	margin-bottom: 0;
}

.timeline-footer {
	padding: 5px 15px;
	background-color: #f4f4f4;
}

.timeline-footer p {
	margin-bottom: 0;
}

.timeline-footer > a {
	cursor: pointer;
	text-decoration: none;
}

.timeline > li.timeline-inverted {
	float: right;
	clear: right;
}

.timeline > li:nth-child(2) {
	margin-top: 60px;
}

.timeline > li.timeline-inverted > .timeline-badge {
	left: -12px;
}

.no-float {
	float: none !important;
}

@media (max-width: 767px) {
	ul.timeline:before {
		left: 40px;
	}

	ul.timeline > li {
		margin-bottom: 0px;
		position: relative;
		width: 100%;
		float: left;
		clear: left;
	}

	ul.timeline > li > .timeline-panel {
		width: calc(100% - 65px);
		width: -moz-calc(100% - 65px);
		width: -webkit-calc(100% - 65px);
	}

	ul.timeline > li > .timeline-badge {
		left: 28px;
		margin-left: 0;
		top: 16px;
	}

	ul.timeline > li > .timeline-panel {
		float: right;
	}

	ul.timeline > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}

	ul.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}

	.timeline > li.timeline-inverted {
		float: left;
		clear: left;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.timeline > li.timeline-inverted > .timeline-badge {
		left: 28px;
	}
}

/*=======================
  End About Us CSS
=========================*/

/*=======================
  17. Our Skill CSS
=========================*/
.our-skill {
	background: #fff;
}

.our-skill .skill-text {
	margin-top: 30px;
}

.our-skill .skill-text h2 {
	font-size: 18px;
	margin-bottom: 15px;
}

.our-skill .skill-text p {
	margin-bottom: 20px;
}

.our-skill .skill-text .btn:hover {
	background: #1d1840;
}

.our-skill .single-skill {
	margin-top: 30px;
}

.our-skill .skill-info {
	overflow: hidden;
}

.our-skill .skill-info h4 {
	float: left;
	font-size: 15px;
	margin-bottom: 15px;
	color: #1d1840;
	font-weight: 700;
}

.our-skill .progress .progress-bar span {
	right: 0;
	color: #1d1840;
	top: -35px;
	font-size: 15px;
	font-weight: 500;
	position: absolute;
	right: 16px;
}

.our-skill .progress .progress-bar span::before {
	position: absolute;
	bottom: -15px;
	left: 50%;
	content: "";
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid;
	margin-left: -8px;
}

.our-skill .progress {
	height: 12px;
	border-radius: 0px;
	box-shadow: none;
	overflow: visible;
	background: #f5f5f5;
}

.our-skill .progress .progress-bar {
	position: relative;
}

/*=======================
  End Our Skill CSS
=========================*/

/*=======================
  18. Faq CSS
=========================*/
.faq .panel-group {
	margin: 30px 0 0;
}

.faq .panel {
	border: 0px solid;
	border-radius: 0px;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0 0 15px;
}

.faq .panel-heading {
	background: none;
}

.faq .faq-title a {
	position: relative;
	color: #1d1840;
	width: 100%;
	display: block;
}

.faq .faq-title a::after {
	content: "\f068";
	font-family: "FontAwesome";
	top: -4px;
	right: 0;
	position: absolute;
	width: 22px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 13px;
}

.faq .faq-title a.collapsed::after {
	content: "\f067";
	color: #fff;
	background: #252525;
	border-color: transparent;
}

.faq .faq-body {
	padding-top: 15px;
	font-size: 13px;
}

.faq .faq-image {
	margin-top: 30px;
}

.faq .faq-image img {
	border-bottom: 2px solid #eee;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

/*=======================
  End Faq CSS
=========================*/

/*=======================
  19. Coming Soon
=========================*/
.coming-soon {
	background-image: url("images/coming-soon.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
	width: 100%;
	height: 100%;
}

.coming-soon::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.6;
}

.coming-soon .verticle-lines .vlines {
	width: 3px;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-name: lineanim;
	animation-name: lineanim;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

.coming-soon .verticle-lines .vlines.one {
	left: 20%;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.coming-soon .verticle-lines .vlines.two {
	left: 40%;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.coming-soon .verticle-lines .vlines.three {
	left: 60%;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.coming-soon .verticle-lines .vlines.four {
	left: 80%;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.coming-soon .coming-time-inner {
	display: inline-block;
	text-align: center;
}

.coming-soon .coming-time {
	background: #000;
	padding: 40px;
	border-radius: 15px;
	margin: 30px 0;
}

.coming-soon .cdown {
	float: left;
	width: 25%;
}

.coming-soon .cdown {
	text-align: center;
}

.coming-soon .cdown span {
	color: #fff;
	font-size: 40px;
}

.coming-soon .cdown p {
	font-size: 15px;
}

.coming-soon .coming-text {
	text-align: center;
}

.coming-soon .coming-text h2 {
	color: #fff;
	margin: 0 0 15px;
	font-size: 40px;
}

.coming-soon .coming-text p {
	color: #fff;
	padding: 0px 45px;
}

.coming-soon .button {
	text-align: center;
}

.coming-soon .button .btn:hover {
	background: #fff;
	color: #1d1840;
}

.coming-soon .subscription-form {
	position: absolute;
	top: 0;
	width: 600px;
	height: 350px;
	background: #1d1840;
	left: 50%;
	margin-left: -300px;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	text-align: center;
	padding: 70px 90px;
}

.coming-soon .subscription-form.active {
	transform: scale(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.coming-soon .subscription-form .cross {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.coming-soon .subscription-form h2 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #fff;
	position: relative;
}

.coming-soon .subscription-form h2:before {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	background: #fff;
	width: 50px;
	height: 2px;
	left: 50%;
	margin-left: -25px;
}

.coming-soon .subscription-form p {
	color: #bbb;
}

.coming-soon .subscription-form form {
	position: relative;
	margin-top: 30px;
}

.coming-soon .subscription-form input {
	width: 100%;
	padding: 11px;
	background: transparent;
	color: #fff;
	border: none;
	border-bottom: 2px solid #fff;
}

.coming-soon .subscription-form button {
	position: absolute;
	right: 0;
	bottom: 0px;
	border-radius: 0px;
	padding: 8px 16px;
	background: #fff;
}

.coming-soon .subscription-form button i {
	font-size: 25px;
}

/*=======================
  20. 404 Error CSS
=========================*/
.error-page {
	text-align: center;
}

.error-page .error-inner {
	display: inline-block;
}

.error-page .error-inner h1 {
	font-size: 150px;
}

.error-page .error-inner h1 span {
	display: block;
	font-size: 50px;
	color: #1d1840;
}

.error-page .error-inner p {
	padding: 20px 15px;
}

.error-page .error-inner .btn:hover {
	background: #1d1840;
}

.error-page .error-inner .btn i {
	margin-right: 10px;
}

/*=======================
  End 404 Error CSS
=========================*/

/*=======================
  21. Contact CSS
=========================*/
.contact-us {
	position: relative;
	z-index: 43;
}

.contact-us .form {
	margin-top: 30px;
}

.contact-us .form-group {
	position: relative;
	display: block;
	margin: 0 0 25px;
}

.contact-us .form-group i {
	position: absolute;
	font-size: 16px;
	padding: 15px 12px;
}

.contact-us .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #ddd;
	padding-left: 10px;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 0px;
}

.contact-us .form-group textarea {
	border: 1px solid #ddd;
	padding: 10px;
	width: 100%;
	padding-left: 10px;
	resize: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: none;
	border-radius: 0px;
}

.contact-us .form-group input:hover,
.contact-us .form-group input:focus,
.contact-us .form-group textarea:hover {
	outline: none;
}

.contact-us .form-group .btn {
}

.contact-us .form-group .btn:hover {
	background: #1d1840;
	color: #fff;
}

.contact-us .form-group.button {
	margin: 0;
	text-align: left;
}

.contact-us .contact {
	margin-top: 30px;
}

.contact-us .contact h2 {
	font-size: 18px;
	margin-bottom: 15px;
}

.contact-us .single-address {
	position: relative;
	margin-top: 20px;
}

.contact-us .single-address span {
	font-weight: 500;
}

.contact-us .single-address:last-child {
	margin-bottom: 0;
}

.contact-us .single-address i {
	font-weight: 500;
	text-align: center;
	font-size: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float: left;
	margin-right: 10px;
	border-radius: 100%;
	margin-top: 7px;
}

.contact-us .single-address p {
	color: #555;
}

.contact-us .single-address p span {
	font-weight: 700;
}

.contact-us .single-address p a {
	color: #555;
}

.contact-us .social {
	overflow: hidden;
}

.contact-us .social li {
	float: left;
	width: 28%;
	margin-top: 20px;
}

.contact-us .social li a {
	color: #252525;
}

.contact-us .social li a i {
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	margin-right: 10px;
	border: 1px solid;
	background: transparent;
	font-size: 13px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.contact-us .social li a:hover i {
	border-color: transparent;
	color: #fff;
}

/*=======================
  End Contact
=========================*/

/*=======================
  22. Mail Success CSS
=========================*/
.success .mail {
	text-align: center;
}

.success .mail h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.success .mail .btn i {
	margin-right: 10px;
}

/*=======================
  End Mail Success CSS
=========================*/

/*=======================
  23. Footer CSS
=========================*/
.footer .footer-top {
	padding: 0px 0 20px;
	background-color: #fff !important;
	background-image: url("images/footer-bg.png");
	background-repeat: repeat !important;
	background-attachment: scroll !important;
	background-clip: border-box !important;
	background-origin: padding-box !important;
	background-position: 0% 0% !important;
	background-size: auto auto !important;
}

.footer .footer-top .single-widget {
	margin-top: 30px;
}

.footer .footer-top h2 {
	color: #1d1840;
	font-size: 18px;
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.footer .footer-top li {
	color: #555;
	position: relative;
	margin-bottom: 10px;
}

.footer .footer-top .list li:last-child {
	margin-bottom: 0px;
}

.footer .footer-top li a {
	color: #555;
}

.footer .footer-top .address p {
	margin-bottom: 10px;
}

.footer .footer-top .address .list li {
	padding-left: 25px;
}

.footer .footer-top .address .list li i {
	position: absolute;
	left: 0;
	top: 7px;
}

.footer .footer-top .address .list li a {
	color: #555;
}

.footer .footer-top .social {
	margin-top: 15px;
}

.footer .footer-top .social li {
	display: inline-block;
	margin-right: 5px;
	color: #bbb;
	font-weight: 500;
}

.footer .footer-top .social li:last-child {
	margin: 0;
}

.footer .footer-top .social a {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}

.footer .footer-top .social a i {
	color: #fff;
}

.footer .footer-top .social li:hover a {
	background: #1d1840;
}

.footer .footer-top .links li i {
	margin-right: 5px;
}

.footer .footer-top .photo-gallery h2 {
	margin-bottom: 10px;
}

.footer .footer-top .single-widget.photo-gallery ul {
	margin-left: -10px;
	overflow: hidden;
}

.footer .footer-top .single-widget.photo-gallery ul li {
	float: left;
	margin: 10px 0 0 10px;
	padding: 0;
}

.footer .footer-top .single-widget.photo-gallery ul li:last-child {
	margin-right: 0px;
}

.footer .footer-top .single-widget.photo-gallery ul li img {
	width: 80px;
	height: 65px;
}

.footer .footer-top .single-tweet {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.footer .footer-top .single-tweet:last-child {
	margin: 0;
}

.footer .footer-top .single-tweet i {
	position: absolute;
	left: 0;
	font-size: 22px;
	top: 5px;
}

.footer .footer-top .single-tweet p a {
	color: #555;
	font-weight: 500;
}

.footer .footer-top .single-tweet span {
	color: #555;
	font-weight: 500;
	font-size: 13px;
}

.footer .footer-bottom {
	background: #1d1840;
	padding: 15px 0;
}

.footer .copyright p {
	color: #ddd;
	margin: 0;
}

.footer .copyright p a {
	color: #ddd;
}

.footer .copyright span {
	margin: 0px 5px;
}

/* Dark Style */
.footer.dark .footer-top {
	background-color: #1d1840 !important;
	background-image: none;
}

.footer.dark h2 {
	color: #fff;
}

.footer.dark .address p {
	margin-bottom: 10px;
	color: #ddd;
}

.footer.dark li {
	color: #ddd;
}

.footer.dark li {
	color: #ddd;
}

.footer.dark li a {
	color: #ddd;
}

.footer.dark .single-tweet p {
	color: #ddd;
}

.footer.dark .single-tweet span {
	color: #ddd;
}

.footer.dark .address .list li a {
	color: #ddd;
}

.footer.dark .footer-top .single-tweet p a {
	color: #fff;
}

.footer.dark .footer-bottom {
	border-top: 1px solid rgba(204, 204, 204, 0.35);
}

.footer-facebook a {
	background: #3d5a99 !important;
}

.footer-twitter a {
	background: #28aae1 !important;
}

.footer-linkedin a {
	background: #3d5a99 !important;
}

.footer-youtube a {
	background: #fe0000 !important;
}

.about-justify {
	text-align: justify;
}

.about-justify h3 {
	line-height: 1.6em;
}

.publications {
	background: url(img/library-bg.jpg);
	background-position: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 83px;
	padding-bottom: 83px;
}

.publications::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	background: rgba(0, 0, 0, 0.5);
}

.call-to-action-right {
	background: url(img/library-bg-2.jpg);
	background-position: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 83px;
	padding-bottom: 83px;
}

.call-to-action-right::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	background: rgba(0, 0, 0, 0.5);
}

.book-cover-detail h2 {
	font-size: 60px;
	color: #fff;
	line-height: normal;
}

.book-cover-detail h4 {
	font-size: 26px;
	color: #fff;
}

.book-cover-detail p {
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	margin-top: 15px;
}

.book-cover-detail a.more {
	display: inline-block;
	padding: 12px 30px;
	border: solid 2px #fff;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	border-radius: 5px;
}

.book-cover-detail {
	padding: 120px 0px 0px 0px;
}

.lib-qualities ul {
	list-style: none;
	margin: 30px 0px 0px 0px;
	float: left;
	width: 100%;
}

.lib-qualities ul li {
	float: left;
	width: 100%;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 35px 0px 35px 50px;
	position: relative;
}

.lib-qualities ul li:last-child {
	margin-bottom: 30px;
}

.lib-qualities ul li i {
	position: absolute;
	height: 60px;
	width: 60px;
	left: -30px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.3);
	font-size: 24px;
	line-height: 56px;
	text-align: center;
}

.lib-qualities ul li:hover i {
	color: #fff;
	background: #1d1840;
}

.lib-qualities ul li:before {
	content: "\f006";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	top: -15px;
	height: 30px;
	width: 40px;
	background-color: #fff;
	text-align: center;
}

.lib-qualities ul li:first-child {
	border-top: solid 1px #ddd;
}

.lib-qualities ul li h2 {
	font-size: 16px;
	color: #5d5d5d;
	margin: 0px 0px 10px 0px;
}

.lib-qualities ul li p {
	margin: 0px;
}

.text_right {
	text-align: right;
}

.book img {
}

.book-2 {
	background: #e0ddf8;
	/* margin-top: 20px; */
	padding: 0px;
}

.book-3 {
	padding: 8px;
}

.book-4 {
	padding-left: 0px;
}

.book-5 {
	padding-left: 0px;
	padding-top: 6px;
}

.book-5 h2 {
	font-size: 2em;
	line-height: 36px;
}

.book-5 h4 {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 10px;
}

.section-title-laboratory h1 {
	font-size: 28px;
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
	letter-spacing: 1px;
	padding-bottom: 15px;
}

.section-title-laboratory h1::before {
	position: absolute;
	content: "";
	z-index: 1;
	width: 90px;
	height: 2px;
	bottom: 0;
	left: 23%;
	margin-left: -45px;
	background-color: #a66618;
}

.section-title-laboratory h1::after {
	position: absolute;
	content: "";
	z-index: 1;
	width: 60px;
	height: 2px;
	bottom: -4px;
	left: 23%;
	margin-left: -30px;
	background-color: #a66618;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.fn_18 {
	width: 100%;
	border-radius: 0px;
}

#img-upload {
	width: 100%;
	height: 131px;
}

.cc_featured_second_section {
	margin-top: 40px;
	float: left;
	width: 100%;
}

.jp_job_post_main_wrapper {
	float: left;
	width: 100%;
	background: #ffffff;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border: 1px solid #e9e9e9;
	border-bottom: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_job_post_side_img {
	float: left;
	width: 105px;
}

.jp_job_post_right_cont {
	float: left;
	width: calc(100% - 105px);
	padding-left: 30px;
	padding-top: 10px;
}

.jp_job_post_right_cont h4 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.jp_job_post_right_cont p {
	font-size: 16px;
	color: #1d1840;
	padding-top: 5px;
}

.jp_job_post_right_cont li {
	margin-left: 20px;
	float: left;
}

.jp_job_post_right_cont li i {
	color: #1d1840;
}

.jp_job_post_right_cont li:first-child {
	margin-left: 0;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.jp_job_post_right_cont li:last-child {
	color: #797979;
	font-size: 16px;
}

.jp_job_post_heading_wrapper {
	float: left;
}

.jp_job_post_right_btn_wrapper ul {
	float: right;
	margin-top: 15px;
}

.jp_job_post_right_btn_wrapper li {
	float: left;
	margin-left: 20px;
}

.jp_job_post_right_btn_wrapper li:first-child {
	margin-left: 0;
}

.jp_job_post_right_btn_wrapper li:first-child a {
	float: left;
	width: 30px;
	height: 30px;
	border: 1px solid #e9e9e9;
	text-align: center;
	line-height: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #a66618;
	background: transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_job_post_right_btn_wrapper li:first-child a:hover {
	background: #a66618;
	color: #ffffff;
	border: 1px solid #a66618;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_job_post_right_btn_wrapper li:nth-child(2) {
	float: none;
	margin-left: 50px;
}

.jp_job_post_right_btn_wrapper li:nth-child(2) a {
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #a66618;
	color: #ffffff;
	font-size: 12px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.jp_job_post_right_btn_wrapper li:last-child {
	margin-left: 50px;
	margin-top: 40px;
	float: none;
}

.jp_job_post_right_btn_wrapper li:last-child a {
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #1d1840;
	color: #ffffff;
	font-size: 12px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.jp_job_post_keyword_wrapper {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #e9e9e9;
	background: transparent;
	border-top: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_job_post_keyword_wrapper li {
	float: left;
	margin-left: 20px;
}

.jp_job_post_keyword_wrapper li:first-child {
	margin-left: 0;
	color: #000000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_job_post_keyword_wrapper li i {
	padding-right: 5px;
	color: #1d1840;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_job_post_keyword_wrapper li a {
	color: #797979;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_job_post_main_wrapper_cont {
	float: left;
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_job_post_main_wrapper_cont:hover .jp_job_post_main_wrapper {
	border: 1px solid #1d1840;
	border-bottom: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_job_post_main_wrapper_cont:hover .jp_job_post_keyword_wrapper {
	border: 1px solid #1d1840;
	border-top: 0;
	background: #1d1840;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_job_post_main_wrapper_cont:hover .jp_job_post_keyword_wrapper li,
.jp_job_post_main_wrapper_cont:hover .jp_job_post_keyword_wrapper li i,
.jp_job_post_main_wrapper_cont:hover .jp_job_post_keyword_wrapper li a {
	color: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_job_post_main_wrapper_cont2 {
	margin-top: 35px;
}

.jp_register_section_main_wrapper {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.jp_job_post_main_wrapper {
	float: left;
	width: 100%;
	background: #ffffff;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border: 1px solid #e9e9e9;
	border-bottom: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_listing_left_sidebar_wrapper {
	float: left;
	width: 100%;
	background: #ffffff;
	border: 1px solid #e9e9e9;
	padding: 60px;
}

.jp_jop_overview_img_wrapper {
	text-align: center;
}

.jp_jop_overview_img {
	display: inline-block;
	padding-top: 30px;
}

.jp_listing_overview_list_outside_main_wrapper {
	float: left;
	width: 100%;
	padding: 50px;
}

.jp_job_des {
	float: left;
	width: 100%;
}

.jp_job_des h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	position: relative;
}

.jp_job_des h2:before {
	content: "";
	/*  border: 1px solid #a66618;*/
	width: 8px;
	position: absolute;
	bottom: -15px;
	left: 0;
}

.jp_job_des h2:after {
	content: "";
	/* border: 1px solid #a66618;*/
	width: 30px;
	position: absolute;
	bottom: -15px;
	left: 11px;
}

.jp_job_des p {
	padding-top: 50px;
}

.jp_job_des ul {
	margin-top: 20px;
}

.jp_job_des li:first-child {
	margin-left: 0;
}

.jp_job_des li {
	float: left;
	margin-left: 20px;
}

.jp_job_des li a {
	font-size: 16px;
	color: #797979;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_job_res {
	float: left;
	width: 100%;
	padding-top: 60px;
}

.jp_job_res h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	position: relative;
}

.jp_job_res h2:before {
	content: "";
	/*border: 1px solid #a66618;*/
	width: 8px;
	position: absolute;
	bottom: -15px;
	left: 0;
}

.jp_job_res h2:after {
	content: "";
	/*border: 1px solid #a66618;*/
	width: 30px;
	position: absolute;
	bottom: -15px;
	left: 11px;
}

.jp_job_res p {
	padding-top: 50px;
}

.jp_job_res p {
	padding-top: 50px;
}

.jp_job_res ul {
	margin-top: 30px;
}

.jp_job_res li {
	margin-top: 25px;
}

.jp_job_res li:first-child {
	margin-top: 0;
}

.jp_job_qua ul {
	margin-top: 50px;
}

.jp_job_apply {
	float: left;
	width: 100%;
	padding-top: 60px;
}

.jp_job_apply h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;

	position: relative;
}

.jp_job_apply h2:after {
	content: "";
	/*border:1px solid #a66618;*/
	width: 30px;
	position: absolute;
	bottom: -15px;
	left: 11px;
}

.jp_job_apply h2:before {
	content: "";
	/*border:1px solid #a66618;*/
	width: 8px;
	position: absolute;
	bottom: -15px;
	left: 0;
}

.jp_job_apply p {
	padding-top: 50px;
}

.jp_job_map {
	float: left;
	width: 100%;
	padding-top: 60px;
}

.jp_job_map h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;

	position: relative;
}

.jp_job_map h2:after {
	content: "";
	border: 1px solid #23c0e9;
	width: 30px;
	position: absolute;
	bottom: -15px;
	left: 11px;
}

.jp_job_map h2:before {
	content: "";
	border: 1px solid #23c0e9;
	width: 8px;
	position: absolute;
	bottom: -15px;
	left: 0;
}

.jp_job_map #map {
	margin-top: 50px;
}

.jp_listing_left_bottom_sidebar_wrapper {
	float: left;
	width: 100%;
	border: 1px solid #e9e9e9;
	padding: 60px;
	background: #ffffff;
	border-top: 0;
	padding-top: 50px;
	padding-bottom: 50px;
}

.jp_listing_left_bottom_sidebar_social_wrapper ul {
}

.jp_listing_left_bottom_sidebar_social_wrapper li {
	float: left;
	margin-left: 10px;
}

.jp_listing_left_bottom_sidebar_social_wrapper li:first-child {
	margin-left: 0;
	color: #000000;
	font-weight: bold;
	margin-top: 12px;
}

.jp_listing_left_bottom_sidebar_social_wrapper li a {
	float: left;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: transparent;
	text-align: center;
	line-height: 50px;
	color: #797979;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_listing_left_bottom_sidebar_social_wrapper li a:hover {
	background: #a66618;
	color: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_listing_left_bottom_sidebar_key_wrapper {
	float: left;
	width: 100%;
	padding: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #e9e9e9;
	background: transparent;
	border-top: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_listing_left_bottom_sidebar_key_wrapper li {
	float: left;
	margin-left: 20px;
}

.jp_listing_left_bottom_sidebar_key_wrapper li:first-child {
	margin-left: 0;
	color: #000000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_listing_left_bottom_sidebar_key_wrapper li i {
	padding-right: 5px;
	color: #a66618;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_listing_left_bottom_sidebar_key_wrapper li a {
	color: #797979;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_listing_related_heading_wrapper {
	float: left;
	width: 100%;
	margin-top: 60px;
}

.jp_listing_related_slider_wrapper {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.jp_listing_related_slider_wrapper .owl-theme .owl-dots {
	display: none;
}

.jp_listing_related_slider_wrapper .owl-theme .owl-nav {
	position: absolute;
	top: -74px;
	margin: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	display: block;
}

.jp_listing_related_slider_wrapper .owl-theme .owl-nav .owl-prev {
	font-size: 12px;
	float: left;
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: #ffffff;
	margin: 0;
	padding: 0;
	right: 75px;
	top: 0;
	color: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #e9e9e9;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_listing_related_slider_wrapper .owl-theme .owl-nav .owl-next {
	font-size: 12px;
	float: left;
	width: 60px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	right: 0;
	top: 0;
	right: 0;
	position: absolute;
	color: #000000;
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #e9e9e9;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_listing_related_slider_wrapper .owl-theme .owl-nav .owl-prev:hover,
.jp_listing_related_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
	background: #23c0e9;
	border: 1px solid #23c0e9;
	color: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_listing_related_heading_wrapper h2 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	position: relative;
}

.jp_listing_related_heading_wrapper h2:after {
	content: "";
	border: 1px solid #23c0e9;
	width: 30px;
	position: absolute;
	bottom: -15px;
	left: 11px;
}

.jp_listing_related_heading_wrapper h2:before {
	content: "";
	border: 1px solid #23c0e9;
	width: 8px;
	position: absolute;
	bottom: -15px;
	left: 0;
}

.jp_rightside_listing_single_wrapper {
	margin-top: 0;
}

.jp_jop_overview_img_wrapper {
	text-align: center;
}

.jp_jop_overview_img {
	display: inline-block;
	padding-top: 30px;
}

.jp_rightside_listing_single_wrapper {
	float: left;
	width: 100%;
	border: 1px solid #e9e9e9;
	background: #ffffff;
}

.jp_job_listing_single_post_right_cont {
	float: left;
	width: 100%;
	text-align: center;
}

.jp_job_listing_single_post_right_cont_wrapper {
	display: inline-block;
}

.jp_job_listing_single_post_right_cont_wrapper h4 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-top: 40px;
}

.jp_job_listing_single_post_right_cont_wrapper p {
	font-size: 16px;
	color: #1d1840;
	padding-top: 10px;
}

.jp_job_post_right_overview_btn_wrapper {
	text-align: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #e9e9e9;
}

.jp_job_post_right_overview_btn ul {
	display: inline-block;
	margin-top: 15px;
}

.jp_job_post_right_overview_btn li {
	float: left;
	margin-left: 20px;
}

.jp_job_post_right_overview_btn li:first-child {
	margin-left: 0;
}

.jp_job_post_right_overview_btn li:first-child a {
	float: left;
	width: 30px;
	height: 30px;
	border: 1px solid #e9e9e9;
	text-align: center;
	line-height: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #a66618;
	background: transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_job_post_right_overview_btn li:first-child a:hover {
	background: #a66618;
	color: #ffffff;
	border: 1px solid #a66618;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_job_post_right_overview_btn li:last-child a {
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #a66618;
	color: #ffffff;
	font-size: 12px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.jp_listing_overview_list_main_wrapper {
	float: left;
	width: 100%;
}

.jp_listing_overview_list_main_wrapper2 {
	padding-top: 40px;
}

.jp_listing_overview_list_outside_main_wrapper {
	float: left;
	width: 100%;
	padding: 50px;
}

.jp_listing_list_icon {
	float: left;
	width: 20px;
}

.jp_listing_list_icon_cont_wrapper {
	float: left;
	width: calc(100% - 20px);
	padding-left: 10px;
}

.jp_listing_list_icon_cont_wrapper ul {
}

.jp_listing_list_icon i {
	color: #a66618;
	font-size: 23px;
}

.jp_listing_list_icon_cont_wrapper li:first-child {
	font-weight: bold;
	color: #000000;
}

.jp_listing_right_bar_btn_wrapper {
	float: left;
	width: 100%;
	text-align: center;
}

.jp_listing_right_bar_btn ul {
	display: inline-block;
	margin-top: 40px;
}

.jp_listing_right_bar_btn li:first-child a {
	float: left;
	width: 230px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;

	font-weight: bold;
	background: #1d1840;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_listing_right_bar_btn li:first-child a:hover {
	background: #a66618;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_listing_right_bar_btn li:last-child {
	margin-top: 70px;
}

.jp_listing_right_bar_btn li:last-child a {
	float: left;
	width: 230px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;

	font-weight: bold;
	background: #a66618;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_listing_right_bar_btn li:last-child a:hover {
	background: #1d1840;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_rightside_job_categories_heading {
	float: left;
	width: 100%;
	background: #a66618;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}

.jp_rightside_job_categories_heading h4 {
	font-size: 16px;
	color: #ffffff;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 1px 0 0;
	margin-top: 1px \9;
	line-height: normal;
	height: 20px;
	width: 20px;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -30px;
}

.fn_12 img {
	padding-top: 66px;
}

.fn_13 img {
	padding-top: 66px;
}

.icon.tech-13 {
	text-align: center;
}

.fn_14 h4 {
	background: #1d1840;
	color: #fff;
	text-align: center;
	padding: 7px;
	display: block;

	line-height: 1.4;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
}

.fn_14:hover {
	border: 3px solid #a66618;
}

.fn_14 {
	transition: 1s;
	border: 3px solid #1d1840;
}

.fn_14 {
	padding: 0px;
}

.mr_top {
	margin-bottom: 24px;
}

.fn_15 ul {
}

.fn_15 ul li {
	line-height: 26px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	list-style: circle;
}

.fn_15 ul {
	margin-top: 15px;
	padding-left: 15px;
}

.fn_16 li i {
	padding-right: 10px;
}

.fn_19 ul {
	margin-left: 14px;
}

.fn_20 img {
	margin: auto;
}

.single-address h5 {
	color: #a66618;
}

.documentary ul {
}

.documentary ul li {
	background: #1d1840;
	padding: 5px 10px;
	margin-bottom: 5px;
}

.documentary ul li a {
	color: #fff;
	display: block;
}

.documentary ul li a span {
	float: right;
	color: #fff;
}

.documentary ul li a span i {
}

.padding-left-0 {
	padding-left: 0px;
}

.blog-padding-top-0 {
	padding-top: 0px !important;
}

.blog-padding-button-15 {
	padding-bottom: 15px !important;
}

.blog-padding-top-no-rs-0 {
	padding-top: 0px !important;
}

.section-title-tech h5 {
}

.form-group-padding-left {
	padding-left: 8px;
}

@media only screen and (max-width: 768px) {
	.padding-left-0 {
		padding: 0px;
	}

	.blog-padding-top-0 {
		padding-top: 15px !important;
	}

	#img-upload {
		width: 159px;
		height: 131px;
	}

	.fn_17 {
		display: table !important;
		margin: auto !important;
		margin-bottom: 28px !important;
	}

	.checkbox-inline,
	.radio-inline {
		position: relative;
		display: table;
		padding-left: 25px;
		margin-bottom: 0;
		font-weight: 400;
		vertical-align: middle;
		cursor: pointer;
		margin-left: 10px;
	}

	.fn_18 {
		width: 100%;
	}

	.list {
		width: 100% !important;
	}

	.section-title-tech h1 {
		font-size: 20px;
	}

	.blog-main.archive .pagination li.prev a {
		padding: 1px 19px;
	}

	.blog-main.archive .pagination li.next a {
		padding: 0px 19px;
	}

	.blog-main.archive .pagination li a {
		padding: 4px 15px;
	}

	.breadcrumbs {
		min-height: auto !important;
	}

	.section-title-event h1 {
		font-size: 20px;
	}
}

.error {
	color: red !important;
}

.working-process ul li {
	color: #fff;
}

.choose-main ul li {
	color: #fff;
}

.newsHeading p {
	color: #fff;
}

.book-5 h2 {
	font-size: 1.3em !important;
}

.thumbnail-height img {
	height: 274px;
	margin-bottom: 6px;
	width: 100%;
}

.col-md-4.thumbnail-height h3 {
	font-size: 19px;
}

.col-md-4.thumbnail-height h3 a {
	color: #5d4f8c;
}

i.fa.fa-angle-double-right {
	display: none;
	position: absolute;
}

.book-12 {
	padding: 0px;
}

.book-13 {
	padding-bottom: 15px;
	height: 250px;
}

.book-13 h2 {
	font-size: 16px;
	line-height: 21px;
	margin-top: 10px;
	margin-bottom: 9px;
	color: #5d4f8c;
}

.book-13 h2 a {
	color: #5d4f8c;
}

.book-width img {
	width: 100%;
	/*height: 300px;*/
	height: auto;
}

.management-img {
	margin-bottom: 20px;
}

.management-img h4 {
	margin-bottom: 3px;
	margin-top: 10px;
}

.management_designation {
	background: #fff;
	padding-top: 1px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 125px;
}

.col-md-12.fn_14 img {
	height: 160px;
}

.modal-body img {
	width: 200px;
	float: left;
	padding-right: 10px;
}

.fixt-height {
	min-height: 398px;
}

.modal-body {
	text-align: justify;
}

.modal {
	top: 15% !important;
}

.research-bullet ul li {
	list-style: disc;
}

.research-bullet ul {
	margin-left: 13px;
}

.col-md-12.fn_14 img {
	height: 160px;
}

.col-md-4.thumbnail-height {
	margin-bottom: 30px;
}

.responsive-research ul {
	padding-left: 19px;
}

.responsive-research ol {
	padding-left: 19px;
}

span.float-right.gallery-phato {
	margin-top: -20px;
	z-index: 999;
	position: absolute;
	/* float: right; */
	display: block;
	background: rgba(0, 0, 0, 0.8);
	padding: 10px 15px;
	color: #fff;
	margin-top: -51px;
	font-weight: 800;
}

.research-bullet h3 {
	margin-bottom: 16px;
}

.new-padd {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.book-category ul li {
	font-weight: 700;
	font-size: 16px;
}

.book-category ul li ul li {
	font-size: 14px;
	font-weight: 600;
	margin-left: 30px;
}

.book_list ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.book_list ul li {
	width: 32.1%;
	margin: 5px;
	background: #fff;
	padding: 5px;
}

.book-img img {
	width: 100%;
}

.cart-btn-area h1 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 34px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cart-btn-area p {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 66px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.book-category ul li {
	margin-bottom: 10px;
}

.book-category ul li a {
	color: #1d1840 !important;
}

.book-category ul li a:hover {
	color: #a66618 !important;
}

.book-category ul li ul li {
	margin-bottom: 5px;
}

.book-category ul li ul li a {
	color: #1d1840 !important;
}

.book-category ul li ul li a:hover {
	color: #a66618 !important;
}

@media (max-width: 1000px) {
	.class-mobile {
		clear: both;
	}
}

@media (max-width: 767px) {
	.radio-inline-12 {
		margin-top: -19px;
		margin-bottom: 9px;
	}

	.news-top {
		margin-top: 50px;
		background: #fff;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.timeline > li > .timeline-panel {
	margin-right: 10px;
}

label.radio-inline.gender-left {
	padding-left: 0px;
}

.res_from {
	margin-left: -3px !important;
}

.libery-b0ttom-padding {
	padding-bottom: 30px !important;
}

.section-title-event {
	text-align: center;
}

.duplicater1 {
	background: #ccc;
	padding-top: 21px;
	margin-bottom: 10px;
	margin-top: -18px;
	padding-bottom: 0px;
	border-radius: 3px;
	margin-bottom: 30px;
}

/*=======================
  End Footer CSS
=========================*/
.why-choose-description {
	height: 147px;
	overflow: hidden;
}

h2.tech-13-title {
	height: 72px;
}

.col-md-12.publications-pdf {
	padding-left: 0px;
}

.publications-pdf img {
	width: 130px;
	margin-top: 20px;
}

.blog-main .blog-info h2 {
	display: -webkit-box;
	max-height: 5.2rem;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
}

/*  placeholder  */

.event_placeholder .lazy {
	height: 180px !important;
	width: 100%;
	height: 467px;
	display: block;

	/* optional way, set loading as background */
	background-image: url("images/image_loading.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.partners_placeholder .lazy {
	height: 180px !important;
	width: 100%;
	height: 467px;
	display: block;

	/* optional way, set loading as background */
	background-image: url("images/image_loading.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.Organogram_placeholder img {
	width: 100%;
}

.management-placeholder .lazy {
	height: 262px !important;
	width: 100%;
	display: block;
	/* optional way, set loading as background */
	background-image: url("images/image_loading.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.chief-placeholder .lazy {
	height: 368px !important;
	width: 100%;
	display: block;
	/* optional way, set loading as background */
	background-image: url("images/image_loading.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.chief-placeholder img {
	width: 100%;
}

.publications-placeholder .lazy {
	height: 300px !important;
	width: 100%;
	display: block;
	/* optional way, set loading as background */
	background-image: url("images/image_loading.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.research-placeholder .lazy {
	height: 368px !important;
	width: 100%;
	display: block;
	/* optional way, set loading as background */
	background-image: url("images/image_loading.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.Current-placeholder .lazy {
	height: 300px !important;
	width: 100%;
	display: block;
	/* optional way, set loading as background */
	background-image: url("images/image_loading.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.blog-placeholder .lazy {
	height: 153px !important;
	width: 100%;
	display: block;
	/* optional way, set loading as background */
	background-image: url("images/image_loading.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.laboratory-placeholder .lazy {
	height: 326px !important;
	width: 100%;
	display: block;
	/* optional way, set loading as background */
	background-image: url("images/image_loading.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.museum-list-placeholder .lazy {
	height: 230px !important;
	width: 100%;
	display: block;
	/* optional way, set loading as background */
	background-image: url("images/image_loading.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.partners_placeholder_1 .lazy {
	height: 180px !important;
	width: 100%;
	height: 467px;
	display: block;

	/* optional way, set loading as background */
	background-image: url("images/image_loading.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.library_placeholder .lazy {
	height: 381px !important;
	width: 100%;
	height: 467px;
	display: block;

	/* optional way, set loading as background */
	background-image: url("images/image_loading.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.pal-dis {
	min-height: 176px;
}

.carousel-indicators li {
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 20px;
	height: 20px;
}

.news_description {
	min-height: 109px;
}

.book-single p {
	text-align: justify;
	margin-bottom: 10px;
}

.book-single-title h2 {
	font-size: 20px;
	margin-bottom: 7px;
}

.book-single-title .meta {
	margin-bottom: 10px;
}

.form-control-borderless {
	border: none;
}

.form-control-borderless:hover,
.form-control-borderless:active,
.form-control-borderless:focus {
	border: none;
	outline: none;
	box-shadow: none;
}

@media (max-width: 900px) {
	/*Logo*/
	.hero-area {
		height: 100%;
	}
}

.book-img .lazy {
	height: 319px;
	background-size: 22%;
}

.search-container input {
	height: 40px;
	padding: 10px;
	width: 89%;
}

.search-container {
	margin-bottom: 10px;
}

.search-container button {
	height: 40px;
	width: 35px;
	color: #fff;
}

.search-container form {
	display: flex;
	align-items: center;
}

.padding-left-5 {
	padding-left: 5px;
}

.book_list {
	margin-top: -5px;
}

.book-img img {
	width: 100%;
}

@media only screen and (max-width: 1197px) {
	.book_list ul li {
		width: 31.8%;
	}

	.book-img .lazy {
		height: 260px;
	}
}

@media (max-width: 768px) {
	.book_list ul li {
		width: 100%;
	}

	.book-img .lazy {
		height: 319px;
	}
}


.header .nav li a {
	padding: 22px 7px;
}
