/*
    Template Name    : Elite
	Description		 : Responsive HTML5 Template.
    Version          : 1.0
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts - Raleway and Lato
2. Common CSS
3. Loader CSS
4. Scrool top Arrow
5. Header
6. Logo Bar 
7. Navigation
8. Banner Content
9. Header Bottom Arrow
10. About Us
11. Services
12. Our Team
13. Gallery
14. Blog
15. Contact us
16. Footer
17. Media Quries

/*
================================================
1. Fonts - Raleway and Lato
================================================
*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900';
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
}
a {
	color: #297f21;
	transition: all 0.2s ease 0s;
}
a:hover {
	color: #c64e0c;
	text-decoration: none;
}
section h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing:1px;
}
section h2 span {
	color: #297f21;
}
section {
	width: 100%;
	float: left;
	padding: 60px 0;
}
font-style {
	font-style:oblique;
}

.container-header {
	width: 100%;
	margin: 0px;
}
/*
================================================
3. Loader CSS
================================================
*/
.loader {
	background: url(../inc/fn/images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Scrool top Arrow
================================================
*/
#scrool-top {
	background: #297f21;
	border: 0 none;
	border-radius: 50%;
	bottom: 50px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	color: #fff;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	position: fixed;
	right: 40px;
	text-align: center;
	transition: opacity 0.2s ease-out 0s;
	width: 40px;
	z-index: 9999;
}
#scrool-top.show {
	opacity: 1;
}
#scrool-top i {
	color: #fff;
}
/*

================================================
5. Header
================================================

header {
	background-clip: initial;
	background-image: url(../images/banner-1.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	width: 100%;
	position: relative;
	transition: opacity 0.3s ease 0s;
	z-index: 999;
}

header:before {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
*/
.prd-header {
	background-clip: initial;
	background-image: url(../inc/fn/images/banner-1.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 6vh;
	width: 100%;
	position: relative;
	transition: opacity 0.3s ease 0s;
	z-index: 999;
}

.prd-header:before {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
/*
================================================
6. Logo Bar
================================================
*/
.logo-bar {
	float: left;
	padding: 20px 0px;
	width: 100%;
	background: #fff;
}
.logo-bar.affix {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
}
.fadeInDown {
	animation-name:none !important;
}
.affix.fadeInDown {
	animation-delay: 0s;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-name: fadeInDown !important;
	animation-play-state: running;
	animation-timing-function: ease;
}
/*
================================================
7. Navigation
================================================
*/

.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 8px 0px 2px 0px;
	border: none;
	z-index: 9;
}
.navbar-collapse {
	float: right;
}
.navbar-brand {
	display: none;
}
.navbar-nav > li {
	padding: 0 0 0 20px;
}
.navbar-nav > li:first-child {
	padding: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.navbar-nav > li > a {
	padding-bottom: 0;
	padding-top: 0;
}
.nav > li > a {
	padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: inherit;
	color: #297f21;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #c64e0c;
}
.navbar-default .navbar-nav > li > a.active {
	color: #297f21;
}

.flag {
	float: right;
	margin: -8px  15px 0 -6px;
}

/*
================================================
8. Banner Content
================================================
*/
.banner-content {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	text-align: center;
}
.banner-content h1 {
	color: #fff;
	font-weight: 700;
	font-size: 50px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	letter-spacing: 2px;
}
.banner-content p {
	color:#fff;
	padding: 0 60px 30px;
	font-size:24px;
	line-height:22px;
}
.banner-content a {
	background: none;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 30px;
	border: solid 2px #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.banner-content a:hover {
	background: #fff;
	border: solid 2px #fff;
}

/*
================================================
9. Page Heading Area
================================================
*/
.page-heading-area {
	color: #fff;
	padding: 100px 0;
	position: relative;
	z-index: 1;
	background-size: cover;
}
.page-heading-area p:last-child {
	margin: 0;
}
.page-heading-area h2 {
	font-weight: 300;
	font-size: 40px
}



/*
================================================
9. Header Bottom Arrow
================================================
*/
.bottom_row {
	bottom: 20px;
	cursor: pointer;
	height: 27px;
	left: 50%;
	margin-bottom: 30px;
	margin-left: -13px;
	position: absolute;
	width: 27px;
	z-index: 99999;
}
.fa.fa-angle-down {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	animation: 1s ease 0s normal both infinite running exter-bounce;
	opacity: 1;
}
@keyframes exter-bounce {
	0% {
		opacity: 0;
		transform: translate3d(0px, -150%, 0px);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}
/*
================================================
10. About Us
================================================
*/
.aboutus {
	position: relative;
	text-align: center;
	padding: 0;
	float:left;
}
.aboutus .about-img {
	padding: 0;
	background: url(../images/about.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 550px;
}
.aboutus .about-txt {
	background: #0a1607;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
}
.aboutus .about-txt .about-inner {
	position: absolute;
	padding: 0 3%;

}
.aboutus h2 {
	color: #fff;
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 24px;
	letter-spacing: 2px;
}
.aboutus p {
	color: #000;
	text-align: left;
	line-height: 22px;
	letter-spacing: 0.2px;
	margin: 0 0 20px 0;
}
/*
================================================
11. Services
================================================
*/
.service-callouts {
	padding: 20px 0 0;
	text-align: left;
	float: left;
}

.service-callouts img {
	width: 100%;
	height: auto;
}

.service-callouts h2 {
	font-size: 18px;
	text-align: left;
	margin: 20px;
	text-align: center;
	color: #297f21;
}

.service-callouts h3 {
	border: solid 2px #d8d5d2;
	font-size: 18px;
	color: #000;;
	padding: 20px;
	text-align: center;
	margin: 20px;
}

.service-callouts div {
	padding: 10px;
}
/*
================================================
12. Our Team
================================================
*/
.ourteam {
	background-image: url(../images/DSC_3726.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 9;
	position: relative;
}
.ourteam:before {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.team-cnt {
	padding: 30px 15px;
	background: #fff;
	display: inline-block;
	margin: 30px 0 0 0;
}
.ourteam h2 {
	color: #fff;

}
.ourteam h3 {
	margin: 0 0 5px 0;
	color: #297f21;
	font-weight: 600;
	font-size: 16px;
}
.aboutus p {
	color: #fff;
	line-height: 22px;
	letter-spacing: 0.2px;
	margin: 0 0 20px 0;
}
.ourteam p {
	margin: 0 0 10px 0;
}

.team-cnt ul {
	margin: 10px 0px 10px 20px;
}

.ourteam img {
	width: 100%;
	height: auto;
}
.ourteam .img-box {
	opacity: 1;
	display: block;
	position: relative;
	margin: 0 0 15px 0;
}
.ourteam .img-box:after {
	content: "";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.60);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.img-box .text-center {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin: 0px;
	opacity: 0;
}
.ourteam .img-box:after, .img-box .text-center, .img-box .text-center a {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.img-box .text-center i {
	font-size: 20px;
	letter-spacing: 10px;
	color: #fff;
}
.img-box .text-center a {
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #f7f7f7;
	margin: 2px;
	padding: 5px;
	display: inline-block;
	color: #fff;
}
.img-box:hover:after {
	opacity: 1;
}
.img-box:hover .text-center {
	opacity: 1;
}
.img-box .text-center a {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.img-box .text-center a:hover {
	opacity: 0.6;
}
.img-box a:hover .text-center {
	border-color: #fff;
	color: #f7f7f7;
}
/*
================================================
13. portfolio
================================================
*/
.portfolio {
	padding-bottom: 0;
}

.portfolio p {
	text-align: left;
	line-height: 22px;
	letter-spacing: 0.2px;
	margin: 20px;
}

.gal-container {
	padding: 30px 0 0;
	margin: 0px 0px 50px 0px;
}

.gal-container h2 {
	font-size: 18px;
	text-align: left;
	margin: 20px;
	text-align: center;
	color: #297f21;
}

.gal-container h3 {
	border: solid 2px #d8d5d2;
	font-size: 18px;
	color: #000;;
	padding: 20px;
	text-align: center;
	margin: 0px 0px 40px 0px;
}

.gal-item {
	overflow: hidden;
	padding: 0;
}

.gal-item .box {
	height: 350px;
	overflow: hidden;
	border: solid 5px #fff;
}
.box-2 {
	height: 200px;
	overflow: hidden;
	border: solid 5px #fff;
}
.box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.box-2 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.gal-item a:focus {
	outline: none;
}
.gal-item a:after {
	content: "\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0,0,0,0);
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	text-align: center;
	line-height: 350px;
	font-size: 30px;
	color: #0a1607;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.modal-open .gal-item button.close {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #000;
	opacity: 1;
	color: #fff;
	z-index: 999;
	right: -12px;
	top: -12px;
	border-radius: 50%;
	font-size: 15px;
	border: 2px solid #fff;
	line-height: 25px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus {
	outline: none;
}
.modal-open .gal-item button.close span {
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow: none;
}
.gal-container .modal-dialogue {
	width: 80%;
}
.gal-container .description {
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4 {
	margin: 0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	top: 100px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.gal-container .modal.fade.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -100px, 0);
	opacity: 1;
}


.gal-item-2 {
	overflow: hidden;
	padding: 0;
}
.gal-item-2 .box {
	height: 350px;
	overflow: hidden;
	border: solid 5px #fff;
}
.gal-item-2 a:focus {
	outline: none;
}
.gal-item-2 a:after {
	content: "\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0,0,0,0);
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	text-align: center;
	line-height: 200px;
	font-size: 30px;
	color: #0a1607;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.gal-item-2 a:hover:after {
	opacity: 1;
}
.gal-item-2 {
	padding: 0px;
}
.gal-item-2 a:hover:after {
	opacity: 1;
}
.gal-item-2 .modal-body {
	padding: 0px;
}
.gal-item-2 button.close {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #000;
	opacity: 1;
	color: #fff;
	z-index: 999;
	right: -12px;
	top: -12px;
	border-radius: 50%;
	font-size: 15px;
	border: 2px solid #fff;
	line-height: 25px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.gal-item-2 button.close:focus {
	outline: none;
}
.gal-item-2 button.close span {
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow: none;
}

/*
================================================
13. portfolio
================================================
*/


/*
================================================
10. portfolio
================================================
*/
.about-por {
	position: relative;
	text-align: center;
	padding: 0;
}
.about-por .about-por-img {
	padding: 0;
	background: url(..inc/fn/images/about-por.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 550px;
}
.about-por .about-por-txt {
	background: #0a1607;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
}
.about-por .about-por-txt .about-por-inner {
	position: absolute;
	padding: 0 3%;

}
.about-por h2 {
	color: #fff;
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 24px;
	letter-spacing: 2px;
}
.about-por p {
	color: #000;
	text-align: left;
	line-height: 22px;
	letter-spacing: 0.2px;
	margin: 0 0 20px 0;
}


/*
================================================
14. Blog
================================================
*/
.blog {
	background: #f7f7f7;
}
.blog h2 {
	margin-bottom: 30px;
}
.blog container h2 {
	margin-bottom: 30px;
}
.blog .thumbnail {
	padding: 0;
	margin-bottom: 30px;
	border: solid 1px #ccc;
	background: none;
	border-radius: 0;
}
.blog .thumbnail img {
	width: 100%;
}
.blog .hover-img {
	background: #333;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.blog .hover-img:hover > img {
	opacity: 0.6;
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.blog .hover-img > img {
	min-height: 100%;
	transition-duration: 0.5s;
}
.blog .date {
	margin: 0 0 15px 0;
}
.blog .date span {
	color: #333;
	font-size: 12px;
	margin-right: 10px;
}
.blog .date span a {
	color: #297f21;
	font-size: inherit;
	margin-left: 2px;
	text-transform: inherit;
}
.blog .thumbnail .caption {
	padding: 25px;
	background: #fff;
}
.blog div.caption h3 {
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.blog div.caption h3 a:focus {
	text-decoration: none;
}
.blog div.caption a {
	color: #297f21;
}
.blog div.caption p {
	margin-bottom: 20px;
}
/*
================================================
15. Contact us
================================================
*/
.contactus {
	padding: 60px 0 0 0;
}
.contact-inner {
	padding: 30px 0 60px;
	width: 100%;
	display: inline-block;
}
.contact-inner form {
	padding: 0 30px;
}
.form-item {
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	box-shadow: none;
	height: 45px;
	padding-left: 15px;
}
.btn-1 {
	background: #297f21;
	border: medium none;
	border-radius: 0;
	color: #fff;
	padding: 12px 25px;
	text-transform: uppercase;
}
.btn-1:hover, .btn-1:active, .btn-1:focus {
	background: #333;
	color: #fff;
}
.contact-details {
	text-align: center;
}
.contact-details div {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 30px;
}
.contact-details div:nth-child(2), .contact-details div:nth-child(4) {
	border-right: none;
}
.contact-details div:nth-child(3), .contact-details div:nth-child(4) {
	border-bottom: none;
}
.contact-details h3 {
	font-size: 14px;
	text-transform: uppercase;
}
.contact-details i {
	color: #297f21;
	font-size: 35px;
	padding-bottom: 18px;
}
.google-map iframe {
	width: 100%;
	height: 300px;
	border: solid 1px #ccc;
}
.google-map {
	position: relative;
	z-index: 9;
}
.google-map:before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.7;
	position: absolute;
	right: 0;
	top: 0;
}
/*
================================================
16. Footer
================================================
*/
@media (max-width: 998px){
	.n_998b { display:block; }
}
@media (max-width: 998px){
	.n_998n { display: none; }
}
@media (min-width: 999px) {
	.n_999b { display:bloack; }
}
@media (min-width: 999px) {
	.n_999n { display:none; }
}

@media (max-width:767px) {
	.n_767 { display:none; }
	footer {
		padding: 25px 0;
		width: 100%;
		float: left;
		text-align: center;
		background-color: #0a1607;
	}

	footer p {
		color: #fff;
		text-align: center;
		margin: 30px 0px 60px 0px;
		text-indent: 0px;
		letter-spacing: 5px;
	}
}

@media (min-width:768px) {
	.n_768 { display:none; }
	footer {
		padding: 25px 0;
		width: 100%;
		float: left;
		text-align: center;
		background-color: #0a1607;
		margin-top: 50px;
	}

	footer p {
		color: #fff;
		text-align: center;
		margin: 30px 0px 60px 0px;
		text-indent: 0px;
		letter-spacing: 5px;
	}
}
/*
================================================
17. Media Quries
================================================
*/

@media (max-width:1000px) {
	.n_1000 { display:none; }
}
@media (min-width: 768px) and (max-width:1000px){
	.gal-container .modal-dialog {
		width: 40%;
		margin: 50 auto;
	}
	.navbar-nav > li {
		padding: 0 0 0 12px;
	}
}

@media (max-width: 768px) {
	.gal-container .modal-content {
		height: auto;
	}
}

@media (max-width: 767px) {
	.navbar {
		margin: 0;
	}
	.navbar-brand {
		display: block;
		padding: 0;
	}


	.navbar-nav > li > a {
		padding-bottom: 10px;
	}
	.navbar-collapse {
		float: none;
	}
	.banner-content h1 {
		font-size:35px;
		line-height:35px;
		margin-bottom:20px
	}
	.aboutus .about-txt {
		position: static;
	}
	.aboutus .about-txt .about-inner {
		position: static;
		padding: 5%;
	}
	.about-inner-pro {
		position: static;
		padding: 5%;
	}
	.aboutus .about-img {
		height: 300px;
	}
	.about-por-img {
		height: 600px;
	}
	.service-callouts div {
		border: none;
		padding:20px 0;
	}
	div.team-cnt div {
		padding:0;
	}
	.blog div div  {
		padding:0;
	}
	.contact-inner div {
		padding:10px 0;
	}
	.contact-details div {
		border:none;
	}
	.ourteam .img-box {
		margin: 40px 0 15px;
	}
	.banner-content p {
		display:none;
	}
	.team-cnt {
		display:inherit;
	}
	#scrool-top {
		right:15px;
	}
	.contact-inner form {
		padding: 0px;
	}
	.container-header {
		width: 100%;
		margin: 0px;
	}
}

/*
================================================
18. Gallery
================================================
*/
.movies {
	padding-bottom: 30;
}


/*******************************************************************
                        start latest-news
*********************************************************************/
.latest-news {
	padding-bottom: 0
}

.block-title h2 {
	margin-top: 30px;
}

.latest-news .block-title {
	margin-bottom: 30px;
}

.gallary-post .owl-next,
.post-slide .owl-next{
	position: absolute;
	bottom: 2%;
	left: 53%;
	background: #fff;
	padding: 4px 9px;
	text-transform: uppercase ;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}



.gallary-post .owl-prev,
.post-slide .owl-prev{
	position: absolute;
	bottom: 2%;
	right: 50%;
	background: #fff;
	padding: 4px 9px;
	text-transform: uppercase
}
.gallary-post .owl-next:hover,
.gallary-post .owl-prev:hover,
.post-slide .owl-next:hover,
.post-slide .owl-prev:hover{
	background: #232323;
	color: #fff;
}

/*******************************************************************
                        start news
*********************************************************************/

.news {
	padding-bottom: 0;
}

.news p {
	text-align: left;
	line-height: 22px;
	letter-spacing: 0.2px;
	margin: 20px;
}

.all-posts {
	overflow: hidden;
	margin: 0px 15px 30px;
	background-color: #F4F4F4;
	padding: 20px 0px;

}

.all-posts img {
	width: 100%;
	height: auto;
}

.all-posts h3 {
	font-weight: 400;
	font-size: 21px;
	line-height: 30px;
	margin: 5px 0px 5px 10px;
}

.all-posts p{
	font-size: 16px;
	line-height: 24px;
	margin: 0px 0px 5px 10px;
}

.post-meta {
	font-size: 16px;
	color: #297f21;
	float: left;
	weight: auto;
}

.primary-btn {
	font-size: 16px;
	color: #297f21;
	weight: auto;
}

.primary-btn a{
	color: #297f21;
	font-weight: 400;
	float: right;
	text-align: right;
}

.news-container {
	padding: 30px 0 0;
	margin: 0px 0px 50px 0px;
}

.news-container h3 {
	border: solid 2px #d8d5d2;
	font-size: 18px;
	color: #000;;
	padding: 20px;
	text-align: center;
	margin: -40px 0px 40px 0px;
}



.post iframe{
	width: 100%;
	height: 226px;
	border: 0;
}

.news-item-img{
	margin-bottom: 30px;
}

.news-item-img iframe{
	width: 100%;
	min-height: 233px;
}

.news-item h4{
	margin-bottom: 5px;
	text-align: center;

}

.news-item .post-meta{
	margin-bottom: 15px;
}

.news-item .post-meta p{
	font-family: 'PT Mono', monospace ;
	margin: 0
}

/*******************************************************************
                        end latest-news
*********************************************************************/


/*******************************************************************
                   Start single post page
*********************************************************************/

.single-post {
	margin-bottom: 100px;
}

.single-post-img img{
	max-height: 500px;
	margin-bottom: 15px;
}

.single-post p{
	font-size: 18px;
	line-height: 30px;
}

.single-post-img iframe {
	max-width: 100%;
	max-height: 500px;
}

.single-post-meta span,.single-post-meta i,.single-post-meta a{
	margin-right:  10px;
}

.single-post-img .owl-prev{
	position: absolute;
	left: 0;
	bottom: 50%;
	color: #999999;
	padding: 5px 17px;    font-size: 17px;
	background: #fff;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.single-post-img .owl-next{
	position: absolute;
	right: 0;
	bottom: 50%;
	color: #999999;
	background: #fff;
	padding: 5px 17px;
	font-size: 17px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.single-post-img .owl-prev:hover,
.single-post-img .owl-next:hover{
	color: #fff;
	background-color: #232323
}

.comments-area{
	background: #f4f4f4 ;
	padding: 20px;
	margin-top: 40px;
	-webkit-box-shadow: 0 0 5px 0 #eeeeee;
	-moz-box-shadow: 0 0 5px 0 #eeeeee;
	box-shadow: 0 0 5px 0 #eeeeee;
}

.comments-list li{
	border-top: 1px solid #ADADAD;
	padding: 15px 0 0 10px;
}

.comments-list li .comment-head{
	margin-bottom: 15px;
}

.comments-list li .reply-link{
	float: right;
	padding: 10px 25px;
	background-color: #232323;
	color: #fff;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.comments-list li .reply-link:hover{
	background: #63A69F;
}

.comments-list li .avatar{
	float: left;
	margin-right: 15px;
	border: 1px solid #232323;
}

.comments-list li .avatar img{
	width: 90px;
	height: 90px;
}

.comments-list li .commenter {
	margin-top: 10px;
}

.comments-list li .commenter h4{
	margin-bottom: 0

}

.comments-list li ol,.comments-list li ul{
	margin-left: 100px;
}

.comments-form{
	margin-top: 40px;
	background-color: #f4f4f4;
	padding: 20px;
	-webkit-box-shadow: 0 0 5px 0 #eeeeee;
	-moz-box-shadow: 0 0 5px 0 #eeeeee;
	box-shadow: 0 0 5px 0 #eeeeee;
}
/*******************************************************************
                   End single post page
*********************************************************************/



/* Project CSS */

.single-project-item {
	background-color: #ddd;
	background-size: cover;
	display: block;
	height: 450px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	background-position: center;
}
.single-project-item i.fa {
	color: #333;
	font-size: 20px;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 60%;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	visibility: hidden;
	width: 30px;
}
.single-project-item:after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: -1;
	border: 1px solid #9c9c9c
}
.single-project-item:hover i.fa {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 50%;
	visibility: visible;
}
.single-project-item:hover:after {
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	visibility: visible;
}

.single-agency-project {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #f1f1f1;
	color: #333;
	display: block;
	font-size: 12px;
}
.single-agency-project .project-bg {
	position: relative;
	z-index: 1;
}
.single-agency-project .project-bg i.fa {
	color: #fff;
	font-size: 20px;
	height: 30px;
	left: 50%;
	line-height: 30px;
	margin-left: -15px;
	margin-top: -15px;

	opacity: 0;
	position: absolute;
	text-align: center;
	top: 70%;
	transition: all 0.2s ease 0s;
	visibility: hidden;
	width: 30px;
}
.agency-project-info {
	background: #fff none repeat scroll 0 0;
	padding: 14px;


}
.agency-project-info h3 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 5px;
}
.single-agency-project .project-bg::after {
	background: #333 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.2s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: -1;

}
.single-agency-project:hover .project-bg::after {
	opacity: 0.7;
	visibility: visible;
}
.single-agency-project:hover .project-bg i.fa {
	opacity: 1;
	top: 50%;
	visibility: visible;
}
.single-agency-project:hover {color: #333}
.work-slider .owl-nav div {
	color: #fff;
	font-size: 40px;
	left: 0;
	line-height: 60px;
	margin-top: -30px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	visibility: hidden;
}
.work-slider .owl-nav div.owl-next {
	left: auto;
	right: 0;
}
.work-slider:hover .owl-nav div {
	left: 30px;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	visibility: visible;
}
.work-slider:hover .owl-nav div.owl-next {
	left: auto;
	right: 30px;
}
.work-slider .owl-dots {
	bottom: 15px;
	line-height: 10px;
	position: absolute;
	right: 15px;
}
.work-slider .owl-dots div {
	background: #000 none repeat scroll 0 0;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	line-height: 10px;
	margin: 4px;
	width: 10px;
}
.work-slider .owl-dots div.active {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.work-slider {
	margin-bottom: 50px;
}
.white-box {
	box-shadow: 0 0 10px #f1f1f1;
	padding: 30px;
}
.project-info {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.project-info li span {
	display: inline-block;
	font-weight: 700;
	min-width: 40%;
}
.single-related-project {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #f1f1f1;
}
.project-bg {
	background-color: #ddd;
	background-position: center center;
	background-size: cover;
	height: 185px;
	display: block;

}

.content-block {
	padding: 80px 0;
	position: relative;
}

.content-block div{

	margin-bottom:20px;
}

.content-block.gray-bg {
	background-color: #f8fafd;
}
.content-block.no-padding {
	padding: 0;
}

.content-block h2 {
	border: solid 2px #d8d5d2;
	font-size: 18px;
	color: #000;;
	padding: 20px;
	text-align: center;
	margin-bottom:20px;

}

.work-slider .owl-nav div {
	color: #fff;
	font-size: 40px;
	left: 0;
	line-height: 60px;
	margin-top: -30px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	visibility: hidden;
}
.work-slider .owl-nav div.owl-next {
	left: auto;
	right: 0;
}
.work-slider:hover .owl-nav div {
	left: 30px;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	visibility: visible;
}
.work-slider:hover .owl-nav div.owl-next {
	left: auto;
	right: 30px;
}
.work-slider .owl-dots {
	bottom: 15px;
	line-height: 10px;
	position: absolute;
	right: 15px;
}
.work-slider .owl-dots div {
	background: #000 none repeat scroll 0 0;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	line-height: 10px;
	margin: 4px;
	width: 10px;
}
.work-slider .owl-dots div.active {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.work-slider {
	margin-bottom: 50px;
}


/* hotgame */



.hotgame-title {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align: center;
}

.hotgame {
	width: 100%;
}

.hotgame-btn {
	width: 100%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-top:8px;
	margin-bottom:8px;
	float: left;
	text-align: center;
}


.hotgame-btn h2 {
	color: #fff;
}

.hotgame-btn h3 {
	margin: 0 0 5px 0;
	color: #297f21;
	font-weight: 600;
	font-size: 16px;
}

.hotgame-btn ul {
	margin: 10px 0px 10px 20px;
}

.ioszhinan {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 0px;
	margin-left:5px;
	margin-right:5px;
}


@media (max-width:640px) {

	.hotgame-title {
		width: 100%;
		margin-left:auto;
		margin-right:auto;
		margin-top:8px;
		margin-bottom:0px;
		text-align: center;
	}

	.hotgame {
		width: 100%;
	}

	.hotgame-btn {
		width: 100%;
		margin-left: 1.5%;
		margin-right: 1.5%;
		margin-top:8px;
		margin-bottom:8px;
		float: left;
		text-align: center;
	}

	.hotgame-btn h2 {
		color: #fff;
	}

	.hotgame-btn h3 {
		margin: 0 0 5px 0;
		color: #297f21;
		font-weight: 600;
		font-size: 16px;
	}

	.hotgame-btn ul {
		margin: 10px 0px 10px 20px;
	}

	.ioszhinan {
		width: 100%;
		margin-left:5px;
		margin-right:5px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

}

.marquee {
	width: 100%;
	padding-left: 125px;
	padding-top:20px;
	float:left;
}



/*******************************************************************
                   Start blog  pages
*********************************************************************/
.page-title{
	background: fixed;
	background-size: cover;
	padding: 80px 0;
	position: relative;
	z-index: 1;
	margin-bottom: 30px ;

}
.page-title:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	z-index: -1
}

.page-title h2{
	color: #fff;
	font-size: 50px
}


.blog-post-2{
	overflow: hidden;
	margin: 0px 40px 40px 40px;
	background-color: #F4F4F4;
	padding: 20px 0;
	border-radius: 4px;


}
.blog-post-2 h3 ,
.blog-post-2 h3 a{
	margin: 0 0 10px 0;
}

.blog-post-2 a.primary-btn{
	float: right;
	margin-top: -42px;
}

/*******************************************************************
                  end blog  pages
*********************************************************************/
.navbar-default .navbar-nav > li > a {
	font-size: 18px;
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar {
    margin: 25px 0px 0px 0px;
}
@media (max-width: 991px) {
	.container {
		width: 100%;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
	}
	}
@media (max-width: 845px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.navbar {
		margin: 5px 0px 0px 0px;
	}
	.navbar-toggle {
		margin-right: 0px;
	}
	.navbar-header img {
		width: 100%;
		max-width: 188px;
		margin-top: -30px;
	}
	.navbar-nav {
		margin: 7.5px;
	}
	.navbar-toggle {
		margin-bottom: 20px;
	}
	.navigation {
		padding: 0px 40px;
	}
	.flag {
		margin: -8px 40px 0 -6px;
	}
	}
	@media (max-width: 360px) {
		.navigation {
			padding: 0px 20px;
		}
		.flag {
			margin: -8px 20px 0 -6px;
		}
	}
@media (min-width: 768px) {
.logo-new img {
	width: auto;
    max-width: 188px;
}
.contact-details div {
    padding: 20px;
}
}



