/*
Theme Name: Mebelhaus
Description: mebelhouse.mn
Author: Mind Agency
Author URI: https://mindagency.mn
Version: 2.0
*/

@import "https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css";
@import "https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css";
@import "https://unpkg.com/aos@2.3.1/dist/aos.css";
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese";

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #6a6c6d;
	overflow-x: hidden;
	line-height: 1.8em;
	font-weight: 400;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #6b6c6e;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}
b,
strong {

	font-weight: 500
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	margin: 0;
	background: none;
	line-height: 1.5em
}
input,
button,
select,
textarea {
	font-family: 'Roboto', sans-serif;
}
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0
}
p {
	position: relative;
	font-size: 14px;
	line-height: 1.8em;
	font-family: 'Roboto', sans-serif;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto
}
.divider {
	width: 100px;
	height: 2px;
	background: #2192ce;
	margin: 0 auto 50px;
}
.title {
	color:#000;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
	line-height: 1;
	font-family: 'Roboto condensed', sans-serif;
}
.more {

}
.more a {
	background-color: #fff;
	display: inline-block;
	padding: 8px 15px;
	font-size: 14px;
	color: #000;
	transition: all 0.3s ease-out;
	border: 1px solid #000;
}
.more a:hover {
	background: #000;
	color: #fff;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.clr {
	clear: both;
}

/* Back to top */

#back-to-top {
	position: fixed;
	bottom: 50px;
	right: 40px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: rgba(0,0,0,.8);
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border: 0;
	border-radius: 0;
	text-decoration: none;
	transition: all 0.3s ease-out;
	opacity: 0;
}
#back-to-top:hover {
	background: #000;
}
#back-to-top.show {
	opacity: 1;
}


/* Header */


.header {
	position: absolute;
	top: 0;
	width: 100%;
	transition: all 0.3s ease-out;
	padding: 15px 0px;
	z-index: 999;
}
.header .logo {

}
.header .logo img {
	height: 70px;
}
.lang {
	margin-top: 25px;
	color: #fff;
	font-size: 16px;
}
.lang a {
	color: #fff;
	font-size: 16px;
}
.header .navbar-nav {
	margin-top: 15px;
	display: block;
}
.header .navbar-nav>li {
	display: inline-block;
	padding: 0 10px;
}
.header .navbar-nav>li.tel {
	padding-right: 0;
}
.header .navbar-nav>li.tel a {
	border: 1px solid #333;
	padding: 8px 20px;
	border-radius: 3px;
}
.header .navbar-nav>li.tel a:hover {
	color: #fff;
	background: #000;
}
.header .navbar-nav>li>a {
	display: inline-block;
	padding: 2px 0;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.header .navbar-nav>li>a:hover {
	color:#fff;
	background: none;
}
.header .navbar-nav>li.active>a {
	color:#fff;
}
.header .navbar-nav>li.menu-item-has-children>a:after {
	font-family: "FontAwesome";
	content: "\f107";
	color: #333;
	position: absolute;
	right: -15px;
}
.header .navbar-nav li:hover>ul.my-sub-menu {
	display: block;
}
.header .navbar-nav li ul.my-sub-menu {
	display: none;
	position: absolute;
	z-index: 999;
	background: #fff;
	margin-left: 0;
	width: 250px;
	margin-top: 0;

}
.header .navbar-nav li ul.my-sub-menu li {

}
.header .navbar-nav li ul.my-sub-menu li:first-child a {
	border-top: 1px solid rgba(0,0,0,.1);
}
.header .navbar-nav li ul.my-sub-menu li a {
	line-height: 1.5;
	padding: 10px 15px;
	text-transform: capitalize;
	display: block;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	border-bottom: 1px solid rgba(255,255,255,.1);
	background: #2192ce;
}
.header .navbar-nav li ul.my-sub-menu li a:hover {
	background:#fff;
	color:#2192ce;
}
.header .navbar-nav li ul.my-sub-menu li.current-menu-item a {
	background:#333;
	color:#2192ce;
}
.header .navbar-nav li a:hover, .header .menu li a:focus {
	color: #000;
	border-bottom: 1px solid #000;
}
.header .navbar-nav li.current-menu-item a {
	color: #000;
	border-bottom: 1px solid #000;
}


/* Main Menu */

.header .icon-menu {
	cursor: pointer;
	margin-top: 30px;
	float: right;
	margin-left: 0;
}
.header .icon-menu span {
	display: block;
	background: #fff;
	width: 16px;
	height: 2px;
	margin-bottom: 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .icon-menu span:first-child {
	width: 35px;
}
.header .icon-menu span:last-child {
	width: 26px;
	margin-bottom: 0;
}
.bg-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1999;
	background: rgba(9, 32, 53, 0.5);
	visibility: hidden;
	opacity: 0;
	-webkit-opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.main-menu.active .bg-overlay {
	visibility: visible;
	opacity: 1;
}
.menu-content {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	background: #fff;
	z-index: 2999;
	visibility: hidden;
	opacity: 0;
	-webkit-opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	-o-transform: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	-ms-transform: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	width: 350px;
	padding: 80px 37px 30px 50px;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	overflow-y: scroll;
}
.main-menu.active .menu-content {
	visibility: visible;
	opacity: 1;
	-webkit-opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.close-menu {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	font-size: 25px;
	color: #000;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu-logo {

}
.menu-logo img {
	width: 120px;
	display: block;
	margin: 30px auto;
}
.menu li {

}
.menu li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #4d4d4a;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 1px solid #ebebeb;
}
.menu li ul.my-sub-menu {
	margin-left: 20px;
}
.menu li ul.my-sub-menu li a:before {
	content: '- ';
}
.menu li ul.my-sub-menu li {
	display: block;
}
.menu li ul.my-sub-menu li a {
	display: block;
}
.menu li.active a {
	color:#000;
}
.menu li a:hover {
	color:#000;
}


/* Slider */


.slider {
	position: relative;
}
.slider img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.slider .overlay {
	top: 0;
}
.slider .caption {
	position: absolute;
	width: 100%;
	top: 40%;
	text-align: center;
}
.slider h1 {
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.slider p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
.slider .bottom {
	position: absolute;
	width: 100%;
	bottom: 30px;
	text-align: center;
	z-index: 3;

}
.slider .bottom img {
	width: 40px !important;
	height: inherit;
}
.slider .bottom .fa {
	font-size: 36px;
	color: #fff;
}
.bounce {
	animation-name: fadeInOutDown;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-timing-function: ease-in-out;
}
@keyframes fadeInOutDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
}
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

/* Service */

.service {
	
}
.s1 {
	position: relative;
	height: 60vh;
	background: #fff;
}
.s1 .container {
	position: relative;
}
.s1 .s1-image {
	position: absolute;
	width: 50%;
	height: 100%;

}
.s1:nth-child(odd) .s1-image {
	left: 0;
	overflow: hidden;
}
.s1:nth-child(even) .s1-image {
	right: 0;
	overflow: hidden;
}
.s1 .s1-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.s1 .s1-image img:hover {
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.s1 .s1-text {
	width: 50%;
	right: 0;
	position: absolute;
	height: 60vh;
	padding: 0 40px;
}
.s1:nth-child(even) .s1-text {
	left: 0;
	text-align: right;
}
.s1 .s1-text .s1-text-center {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.s1 .s1-text .s1-text-center .s1-text-caption {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.s1 .s1-text .s1-text-center .s1-text-caption h3 {
	color: #333;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.s1 .s1-text .s1-text-center .s1-text-caption p {
	color: #6a6c6d;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 20px;
	line-height: 1.5;
}

/* Portfolio */

.portfolio {

}
.portfolio-header {
	background: #000;
	padding: 30px 0;
}
.portfolio-header h2 {
	color: #fff;
}
.filters {
	text-align: center;
	margin: 0 0 30px;
}
.filters li {
	display: inline-block;
	padding: 0 10px;
}
.filters li span {
	cursor: pointer;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	padding: 3px 0;
	transition: all 0.2s ease-out;
}

.mix {
	position: relative;
	padding: 0;
	overflow: hidden;
	
}
.mix img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.mix a:hover img {
	transform: scale(1.1,1.1);
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.mix .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	top: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-align: center;
	opacity: 0;
}
.mix a:hover .caption {
	opacity: 1;
}
.mix .caption h3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 120px 0 5px;
}
.mix .caption h5 {
	color: #fff;
	font-size: 15px;
}

/* News */

.news {
	padding: 60px 0 30px;
	background: #fff;
}
.n1 {
	margin-bottom: 30px;
	border: 1px solid #e1e1e1;
	background: #fff;
}
.n1 .n1-image {
	position: relative;
	overflow: hidden;
}
.n1 .n1-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.n1 .n1-image a:hover img {
	transform: scale(1.1,1.1);
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.n1-text {
	padding: 15px;
}
.n1 h3 {
	font-size: 18px;
	font-family: "Roboto Condensed";
	font-weight: bold;
	line-height: 1.2;
	margin: 10px 0;
	height: 43px;
	overflow: hidden;
}
.n1 h3 a {
	color:#000;
}
.n1 .date {
	color: #6b6c6e;
	
	margin-bottom: 10px;
}
.n1 .date i {
	margin-right: 5px;
}
.n1 .date a {
	float: right;
	color: #000;
}
.n1 p {
	margin-top: 15px;
}

.logos {
	padding: 30px;
	
}
.l1 {
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 10px;
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 100px;
}
.l1 a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.l1 img.first {
	width: auto !important;
	height: 40px;
	margin: 0 auto;
	transition: all 0.4s ease-in-out;
	position: absolute;
	top: 50%;
	/* Move the top of the image to the vertical center of the container */
	left: 50%;
	/* Move the left of the image to the horizontal center of the container */
	transform: translate(-50%, -50%);
}

.footer {
	padding: 50px 0 20px;
	background: #000;
	margin-top: 30px;
}
.footer .footer-logo img {
	width: 100px;
}
.footer h2 {
	text-transform: inherit;
	font-size: 18px;
	text-align: left;
	margin-bottom: 15px;
	color: #fff;
}
.footer .divider {

	margin-left: 0;
}
.footer .f1 {
	margin-bottom: 30px;
}
.footer .footer-menu {
	margin-left: 15px;
}
.footer .footer-menu li {

}
.footer .footer-menu li ul {
	margin-left: 30px;
}
.footer .footer-menu li ul li a:before {
	left: 50px;
}
.footer .footer-menu li a {
	color:#fff;
}
.footer .footer-menu li a:before {
	font-family: "FontAwesome";
	content: "\f105";
	color: #fff;
	position: absolute;
	left: 15px;
}
.footer input, .footer textarea {
	border-radius: 0;
	margin-bottom: -15px;
	font-size: 14px;
}
.footer textarea {
	height: 100px;
}
.footer .wpcf7-submit {
	background-color: #000;
	display: inline-block;
	padding: 8px 20px;
	font-size: 14px;
	color: #fff;
	transition: all 0.2s ease-out;
	border-radius: 0;
	border: 0;
	margin-top: -10px;
	border-radius: 0;
}
.footer .wpcf7-submit:hover {
	color: #fff;
}
.contact ul {
	margin: 0;
	padding: 0;
}

.commentator-submit {
	background: #000 !important;
}

.copy {
	padding: 10px 0;
	background: #000;
	border-top: solid 1px rgba(255, 255, 255, 0.1);
	text-align: center;
}
.copy p {
	margin: 0;
	color: #fff;
	float: left;
	margin-top: 5px;
}
.copy a {
	color:#fff;
}
.copy p span {
	margin: 0 10px;
}

.contact ul {
	margin: 0;
	padding: 0;
}

.contact li {
	color: #000;
	padding: 10px 0;
	list-style: none;
}
.contact li .fa {
	float: left;
	font-size: 18px;
	margin-top: 2px;
}
.contact li h4 {
	padding-left: 30px;
	margin: 0;
	font-size: 15px;
	color: #333;
	font-family: 'Roboto';
}
.contact li h4 a {
	color: #333;
}

.footer .f1 .contact li i {
    float: left;
    font-size: 16px;
    color: #000;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.footer .contact li {
	color: #fff;
	padding: 10px 0;
	list-style: none;
}
.footer .contact li .fa {
	float: left;
	font-size: 18px;
	margin-top: 2px;
}
.footer .contact li h4 {
	padding-left: 30px;
	margin-top: 5px;
	font-size: 15px;
	color: #fff;
	font-family: 'Roboto';
}
.footer .contact li h4 a {
	color: #fff;
}

/* Team */

.team {
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}
.team-image img {
	width: 100%;
	height: 196px;
	object-fit: cover;
}
.team h3 {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	margin: 15px 0 5px;
	line-height: 1.2;
}
.team p {
	color: #6a6c6d;
    font-size: 14px;
	margin: 0;
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
}


/* About */

.page-header {
	position: relative;
	height: 400px;
	background-size: cover;
	background-position: center;
	margin-bottom: 30px;
}
.post-type-archive-portfolio .page-header, .post-type-archive-service .page-header {
	margin-bottom: 0;
}
.page-header .overlay {
	top: 0;
	background: rgba(0,0,0,.7);
}
.page-header h2 {
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 30px;
}
.single-image {
	text-align: center;
}
.h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}
.latest {
	border-bottom: 1px solid #D5D1C9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.latest h3 {
	color: #292219;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}
.latest .date {
	color: #94908C;
	font-size: 12px;
}
.latest img {
	width: 100px;
	height: 70px;
	object-fit: cover;
	float: right;
}
.latest1 img {
	float: left !important;
	margin-right: 10px;
	border-radius: 0 !important;
}
.latest1 h3 {
	font-size: 16px !important;
	font-weight: 400 !important;
}

.main {
	padding-top: 50px;
	padding-bottom: 50px;
}
.content-text {
	color: #333;
	font-family: "Roboto";
	text-align: justify;

}
.content-text p {
	font-size: 15px;
}
.content-text .h2 {
	text-align: center;
}
.content-text .h2:before {
	content: '';
	display: none;
}
.content-text h3 {
	color: #000;
	margin: 0 0 10px;
}
.content-text ul {
	margin-left: 30px;
}
.content-text li {
	list-style-type: disc;
	font-size: 15px;
}
.content-text img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.gallery {
	position: relative;
	margin-top: 30px;
}
.gallery .gallery-top {
	margin-bottom: 10px;
	background: #f9f9f9;
}
.gallery .gallery-top img {
	width: auto;
	height: 450px;
	display: block;
	margin: 0 auto;
	object-fit: cover;
}
.gallery .gallery-thumbs {
	
}
.gallery .gallery-thumbs img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	opacity: 0.6;
	transition: all 0.3s ease-out;
}
.gallery .gallery-thumbs .swiper-slide-thumb-active img {
	opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
	color: #333 !important;
}

.others {
	margin-bottom: 30px;
}
.others li {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
.others li span {
	color: #6a6c6d;

}
.others h5 a {
	color: #6a6c6d;
}

.pagenavi {}

.pagenavi span {
	color: #fff;
	background: #000;
	font-size: 15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
}

.pagenavi a {
	color: #000;
	font-size: 14px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
	transition: all 0.2s ease-out;
}

.pagenavi a:hover {
	color: #fff;
	background: #000;
}

.pagenavi a.next {
	display: none;
}

.pagenavi a.prev {
	display: none;
}

/* Timeline */

.time-line {
	position: relative;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 50px;
}
.time-line .main-line {
	height: 100%;
	width: 1px;
	top: 0px;
	left: 50%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.1);
}
.time-line .about-time {
	position: relative;
	width: 100%;
	z-index: 1;
}
.time-line .about-time .circle {
	position: absolute;
	height: 20px;
	margin-top: 10px;
	width: 20px;
	-webkit-border-radius: 3000px;
	-moz-border-radius: 3000px;
	border-radius: 3000px;
	background-color: #efefef;
	border: solid 1px rgba(0, 0, 0, 0.1);
}
.time-line .about-time .circle span {
	position: absolute;
	-webkit-border-radius: 3000px;
	-moz-border-radius: 3000px;
	border-radius: 3000px;
	width: 10px;
	top: 4px;
	left: 4px;
	height: 10px;
	background-color: #000;
}
.time-line .about-time h2 {
	color: #000;
	margin-top: 0px;
}
.time-line .about-time h2 .clearfix {
	margin-top: -17px;
}
.time-line .about-time h2 span {
	display: inline-block;
	width: 120px;
	background-color: #eee;
	height: 2px;
	margin-top: -20px;
}
.time-line .about-time:nth-child(odd) {
	padding-left: 50%;
	padding-right: 15%;
}
.time-line .about-time:nth-child(odd) h2 {
	padding-left: 30px;
}
.time-line .about-text {
	text-align: left;
}
.time-line .about-text ul {
	margin-left: 30px;
}
.time-line .about-text li {
	list-style-type: disc;
	padding: 5px 0;
}
.time-line .about-time:nth-child(odd) .about-text {
	padding-left: 30px;
}
.time-line .about-time:nth-child(odd) .circle {
	left: 50%;
	margin-left: -10px;
}
.time-line .about-time:nth-child(even) {
	padding-right: 50%;
	padding-left: 15%;
	text-align: right;
}
.time-line .about-time:nth-child(even) h2 {
	padding-right: 30px;
}
.time-line .about-time:nth-child(even) .about-text {
	padding-right: 30px;
}
.time-line .about-time:nth-child(even) .circle {
	right: 50%;
	margin-right: -10px;
}

/* Tablet */

@media( max-width:990px ) {
	.tav {
		width: 33.333333% !important;
		flex: none !important;
	}
	.gallery .gallery-top img {
		height: 300px;
	}
	.gallery .gallery-thumbs img {
		height: 80px;
	}
}

/* Mobile */

@media( max-width:767px ){
	
	.slider h1 {
		font-size: 32px;
	}
	.slider p {
		font-size: 16px;
	}
	.s1 {
		height: auto;
	}
	.s1 .s1-text {
		height: auto;
		margin: 30px 0;
	}
	.s1 .s1-image {
		position: relative;
		width: 100%;
		border-radius: 0 !important;
	}
	.s1 .s1-text {
		position: relative;
		width: 100%;
		padding: 0 20px;
	}
	.footer-logo {
		margin-bottom: 30px;
	}
	.copy .social {
		margin-top: 15px;
	}
	.about-header {
		height: 300px;
	}
	.tav {
		width: 50% !important;
		flex: none !important;
	}
	.gallery .gallery-top img {
		height: 300px;
	}
	.gallery .gallery-thumbs img {
		height: 80px;
	}
	.page-header {
		height: 300px;
	}
	.others h5 {
		margin-bottom: 15px;
	}
	.team-image img {
		height: 226px;
	}
}

.main-menu .social {
	text-align: center;
	margin-top: 20px;
}
.social {
	margin-top: 15px;
}
.social a {
	color: #fff;
	background: #000;
	font-size: 14px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
	transition: all 0.3s ease-out;
}
.social a:hover {
	
}
.footer-social {
	float: right;
	margin-top: 0;
}
.footer-social a {
	color: #000;
	background: #fff;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}



/* ******************** */

.single-img img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
