/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body {
	font-family: 'PT Serif', sans-serif;
	font-size: 100%;
	background: #fff;
}
body a, .grid_1, plan_1, plan_1.one, plan_1.two, i.icon1, i.icon2, i.icon3, i.icon4, i.icon5, i.icon6 {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"], li.parallelogram {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
p {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
	color: #fff;
}
/*-- header --*/
.header-bottom {
	background-color: #fff;
	padding: 0;
}
.navbar-nav {
	float: none;
	margin: 0 auto;
	padding: 0 40px;
	width: 100% ! important;
}
.navbar-default {
	background-color: #fff! important;
	border-color: #fff ! important;
}
.navbar {
	border-radius: 0px ! important;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: none ! important;
}
.navbar-default .navbar-nav > li > a {
	color: #333;
	font-size: 1.1em;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #d21826;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #d21826;
	background-color: #fff;
}
.glyphicon {
	position: relative;
	top: 0px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon {
	color: #fff;
	font-size: 2em;
	display: inline-block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 20px 24px ! important;
}
.logo h1 a {
	color: #fff;
	font-size: 1em;
	display: block;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	width: 150px;
	height: 118px;
	text-align: center;
	margin: 0 auto;
	background: url(../images/logo.png) #d21826 no-repeat;
	padding: 1em 0 0;
	font-family: 'Ubuntu', sans-serif;
}
.search-box {
	float: right;
}
.logo {
	float: left;
	width: 150px;
}
.flags {
	float: left;
	margin: 20px 0 0 10px;
}
nav.navbar.navbar-default {
	float: left;
	margin: 40px 0 40px 0;
}
/*--*/
.sb-search {
	width: 0%;
	position: absolute;
	top: 1.7em;
	right: 14em;
	min-width: 62px;
	height: 60px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	outline: none;
	background: #d21826;
	width: 100%;
	height: 60px;
	margin: 0;
	z-index: 10;
	padding: 5px 15px;
	font-size: 15px;
	color: #ffffff;
}
.sb-search-input::-webkit-input-placeholder {
 color: #ffffff;
}
.sb-search-input:-moz-placeholder {
 color: #ffffff;
}
.sb-search-input::-moz-placeholder {
 color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
 color: #ffffff;
}
.sb-icon-search, .sb-search-submit {
	width: 62px;
	height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 71px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff url('../images/search.png') no-repeat 20px 19px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
	background: #fff url('../images/search.png') no-repeat 20px 19px;
	z-index: 90;
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
	width: 30%;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
	background: #fff url('../images/search.png') no-repeat -20px 7px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*--*/
.banner-info {
	width: 64%;
	margin: 6em 0 0;
	text-align: left;
}
.rel {
	width: 64%;
	margin: 2.6em 0 0;
	text-align: left;
}
/*-- header --*/
.banner {
	background: url(../images/bg.jpg) 50% 60% no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 490px;
	position: relative;
}
.banner-info h2 {
	font-size: 3em;
	color: #fff;
	font-weight: 700;
	margin: 0 0 0.2em;
	font-family: 'Ubuntu', sans-serif;
}
.banner-info p {
	font-size: 1.8em;
	line-height: 1.8em;
	color: #fff;
	font-weight: 300;
	margin: 0 0 1em;
}
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #6D6767;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-decoration: none;
	padding: 0.5em 1.8em;
	font-size: 1.4em;
	color: #fff;
}
.hvr-shutter-in-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #d21826;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
	color: white;
	text-decoration: none;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.more:hover {
	background: #fff;
	color: #000;
}
/*-- about --*/
.about h3 {
	font-size: 3em;
	color: #a3925e;
	font-weight: 400;
	margin: 0 0;
	font-family: 'Ubuntu', sans-serif;
}
.about h4 {
	font-size: 2em;
	color: #000;
	font-weight: 400;
	margin: 1em 0;
	font-family: 'Ubuntu', sans-serif;
}
.about h5 {
	font-size: 1.7em;
	color: #000;
	font-weight: 400;
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
}
.about p {
	font-size: 1em;
	line-height: 1.8em;
	color: #333;
	margin: 1em 0;
	font-weight: 300;
}
.about {
	padding: 5em 0;
	background-color: #eee;
}
.abt-lft {
	float: left;
	width: 46%;
}
.abt-rgt {
	float: left;
	width: 54%;
	padding: 0 0 0 1.5em;
}
.abt-top {
	padding: 2em;
}
.abt-btm {
	padding: 2em 0;
}
.about li, .offer li {
	display: block;
	line-height: 2em;
	margin-bottom: 10px;
}
.about li span, .offer li span {
	width: 22px;
	height: 14px;
	display: inline-block;
	background: url(../images/rigt-ar.png) no-repeat 1px -1px;
	margin-right: 0.5em;
	vertical-align: middle;
}
.about li a, .offer li a {
	color: #333;
	font-size: 1em;
	text-decoration: none;
	vertical-align: middle;
	padding: 0.5em;
	display: block;
}
.about li a:hover {
	color: #fff;
	background: #6D6767;
}
.offer li a:hover {
	color: #d21826;
}
/*-- about --*/
/*-- offer --*/
.offer {
	padding: 5em 0 0 0;
}
.offer h3 {
	font-size: 3em;
	color: #000;
	font-weight: 400;
	margin: 0 0 1em;
	font-family: 'Ubuntu', sans-serif;
}
.offer h4 {
	font-size: 1.4em;
	color: #6D6767;
	font-weight: 400;
	margin: 0 0 1em;
	font-family: 'Ubuntu', sans-serif;
}
.offer p {
	font-size: 1em;
	line-height: 1.8em;
	color: #333;
	margin: 1em 0;
	font-weight: 300;
}
.offer .subtext {
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: 'Ubuntu', sans-serif;
	color: #000;
	margin: 0 0 10px 0;
	font-weight: 400;
}
.offer .subtext p {
	font-size: 16px;
	line-height: 1.8em;
	color: #333;
	margin: 1.4em 0;
	font-weight: 300;
	font-family: 'PT Serif', sans-serif;
}
.offer input[type="text"] {
	font-size: 0.95em;
	color: #A5A5A5;
	padding: 0.5em 0.5em 0.5em 0.5em;
	width: 65%;
	outline: none;
	background: none;
	border: 1px solid #6D6767;
}
.offer input[type="submit"] {
	padding: 0.55em 0em;
	font-size: 1em;
	width: 25%;
	background: #6D6767;
	color: #fff;
	border: none;
	outline: none;
}
.offer input[type="submit"]:hover {
	background: #d21826;
}
.offer-right {
	background-color: #eee;
	padding: 3em 1.2em;
	text-align: center;
	margin: 0 0 1em;
}
/*-- offer --*/
/*--content-mid--*/
.news {
	padding: 2em 0 0;
}
.six {
	padding: 0em 0 1.5em;
}
.content-mid {
	padding: 4em 0;
	background-color: #eee;
}
.content-mid-top {
	text-align: center;
}
.content-mid-top h3 {
	font-size: 2.5em;
	color: #000;
	font-weight: 400;
	margin: 0 0 1em;
	font-family: 'Ubuntu', sans-serif;
}
.content-mid-top p {
	color: #333;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: 300;
	width: 65%;
	margin: 0 auto;
}
.six h4 {
	color: #fff;
	font-size: 3em;
	text-transform: uppercase;
	text-align: center;
	background: #d21826;
	border-radius: 100px;
	width: 100px;
	height: 100px;
	padding: 0.3em 0 0;
	margin: 0 auto;
}
.six h4 span {
	display: block;
	font-size: 18px;
}
.new-more p {
	font-size: 1em;
	color: #333;
	line-height: 1.8em;
	margin: 0 0 1em;
	font-weight: 300;
}
/*--//content-mid--*/
/*--gallery-starts--*/
.gallery {
	padding: 5em 0;
	background-color: #fff;
}
.gallery-top {
	text-align: center;
}
.gallery-bottom {
	margin-top: 4%;
}
.gallery h3 {
	font-size: 2.5em;
	color: #000;
	font-weight: 400;
	margin: 1em 0;
	font-family: 'Ubuntu', sans-serif;
}
/*-----------------*/
/***** Apollo *****/
/*-----------------*/
figure.effect-apollo {
	background: #3498db;
}
figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}
figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(210, 24, 38, 0.44);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 1em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-apollo h2 {
	text-align: left;
}
figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
/*-----------------*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
.grid:nth-child(2) {
	margin-top: 30px;
}
/* Common style */
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
}
.grid:nth-child(3) {
	margin-top: 30px;
}
/*--gallery-end--*/

/*-- footer --*/
.footer {
	padding: 3em 0 0em;
	background-color: #616161;
	margin-top: 3em;
}
.footer h3 {
	font-size: 2em;
	color: #fff;
	font-weight: 400;
	margin: 1em 0;
	font-family: 'Ubuntu', sans-serif;
}
.footer p {
	color: #D2CCCC;
	font-size: 1em;
	line-height: 1.8em;
	margin: 0.3em 0;
	font-weight: 300;
}
.footer p a:hover {
	color: #D2CCCC;
}
.footer p a {
	color: #fff;
	text-decoration: none;
}
address {
	margin-bottom: 20px;
	font-style: normal;
	color: #D2CCCC;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: 300;
}
.copyright {
	padding: 2em 0;
	text-align: center;
}
ul.social li i {
	display: inline-block;
	background: url(../images/img-sprite.png) no-repeat -160px -8px;
	width: 42px;
	height: 42px;
	margin: 0 5px 0 0;
}
ul.social li i:hover {
	background: url(../images/img-sprite.png) no-repeat -160px -55px;
}
ul.social li i.facebook {
	background-position: -7px -7px;
}
ul.social li i.facebook:hover {
	background-position: -7px -55px;
}
ul.social li i.goog {
	background-position: -56px -7px;
}
ul.social li i.goog:hover {
	background-position: -56px -55px;
}
ul.social li i.lin {
	background-position: -109px -7px;
}
ul.social li i.lin:hover {
	background-position: -109px -55px;
}
ul.social {
	padding: 1em 0 0;
}
ul.social li {
	display: inline-block;
}
.banner-1 {
	background: url(../images/bg.jpg) 50% 160% / cover fixed;
	width: 100%;
	min-height: 250px;
}
/*--Typography--*/
.show-grid [class^=col-] {
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3 {
	margin-bottom: 2em;
}
.xs h3, h3.m_1 {
	color: #000;
	font-size: 1.7em;
	font-weight: 300;
	margin-bottom: 1em;
}
.grid_3 p {
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4 {
	background: none;
	margin-top: 50px;
}
.label {
	font-weight: 300 !important;
	border-radius: 4px;
}
.grid_5 {
	background: none;
	padding: 2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
	color: #6D6767;
	font-family: 'Ubuntu', sans-serif;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p {
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.nav-tabs {
	margin-bottom: 1em;
}
.alert {
	font-size: 0.85em;
}
.map {
	margin: 0 0 40px 0;
}
h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
	line-height: 1.8em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl {
	padding: 0;
}
.in-gp-tb {
	padding-right: 0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2 {
	margin: 0 0 10px;
}
h3.title {
	text-align: center;
	color: #6D6767;
	font-size: 3em;
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
}
.typo {
	padding: 3em 0;
}
/*--//Typography --*/
/*-- contact --*/
.map iframe {
	min-height: 300px;
	width: 100%;
	border: none;
	padding: 0;
}
.contact-bottom input[type="text"] {
	width: 100%;
	padding: 1em;
	border: 1px solid #333;
	-webkit-appearance: none;
	outline: none;
	color: #333;
	transition: border-color 0.4s;
	-webkit-transition: border-color 0.4s;
	-moz-transition: border-color 0.4s;
	-o-transition: border-color 0.4s;
	-ms-transition: border-color 0.4s;
	background: none;
}
.contact-bottom-top textarea {
	width: 100%;
	padding: 1em;
	border: 1px solid #333;
	-webkit-appearance: none;
	outline: none;
	color: #333;
	min-height: 220px;
	resize: none;
	transition: border-color 0.4s;
	-webkit-transition: border-color 0.4s;
	-moz-transition: border-color 0.4s;
	-o-transition: border-color 0.4s;
	-ms-transition: border-color 0.4s;
	background: none;
}
.contact-bottom input[type="text"]:hover, .contact-bottom-top textarea:hover {
	color: #333;
	border-color: #d21826;
}
.contact-bottom-top {
	margin: 1em 0 0;
}
.contact-form input[type="submit"] {
	background: #d21826;
	color: #fff;
	border: none;
	outline: none;
	margin: 1em 0 0;
	padding: 0.3em 1em;
	font-size: 1.2em;
	display: inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.contact-form input[type="submit"]:hover {
	background: #6D6767;
}
.address {
	padding: 0;
}
.address-grid i {
	color: #d21826;
	font-size: 4em;
	float: left;
	margin: 0 9% 0 0;
	display: inline-block;
}
.contact {
	padding: 5em 0;
}
.contact-grids {
	padding: 3em 0 0;
}
/*-- /contact--*/
.about1 h3, .services h3, .projects h3, .contact h3 {
	font-size: 3em;
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	margin: 0 0 1em;
}
.about1 p, .projects p, .services p, .contact p {
	color: #333;
	font-size: 1em;
	line-height: 1.8em;
	margin: 1em 0;
	font-weight: 300;
}
/*-- services --*/
.services {
	padding: 5em 0;
}
.services h4, .projects h4, .contact h4 {
	font-size: 1.7em;
	margin: 0.5em 0;
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
}
.camp {
	margin: 0 0 5em;
}
.camp img {
	width: 100%;
	max-height: 200px;
}
}
/*-- services --*/
/*--about1--*/
.about1-bottom {
	padding: 4em 0 0;
}
.about1-bottom2 {
	background: #eee;
}
.about1-grid h6 {
	font-size: 2em;
	line-height: 1.3em;
	color: #000;
	font-family: 'Ubuntu', sans-serif;
}
.about1-grid h6 a {
	color: #6D6767;
	text-decoration: none;
}
.about1-grid h6 a:hover {
	color: #d21826;
}
.about1-left h2 {
	font-size: 2.5em;
	color: #6D6767;
	line-height: 1.2em;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom: 0.8em;
}
.about1-grid {
	margin: 80px 0 0 0;
}
.about1 {
	padding: 5em 0;
}
.about1-grid ul li {
	list-style: none;
}
.about1-grid ul li a {
	text-decoration: none;
	font-size: 1.1em;
	color: #9E9E9E;
	margin: 0.5em 0;
	display: block;
}
.about1-grid ul li a:hover {
	color: #7C644D;
}
/*----*/
.about1-bottom1 span {
	color: #d21826;
	font-size: 4.5em;
	display: block;
	line-height: 1em;
	font-family: 'Ubuntu', sans-serif;
}
.about1-bottom1 h4 {
	font-size: 1.3em;
	font-family: 'Ubuntu', sans-serif;
	margin: 1em 0;
}
.about1-bottom1 h4 a {
	color: #6D6767;
	text-decoration: none;
}
.about1-bottom1 h4 a:hover {
	color: #d21826;
}
.about1-bottom2 {
	padding: 2em 0 0;
	margin: 0 0 20px 0;
}
/*--//about--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.1.png) no-repeat 0px 0px;
}
#toTop:hover {
	outline: none;
}

/*-- responsive-design --*/
@media (max-width: 1440px) {
.sb-search {
	right: 9em;
}
}

/*-- responsive-design --*/
@media (max-width: 1366px) {
}

/*-- responsive-design --*/
@media (max-width: 1280px) {
.sb-search {
	right: 4em;
}
.banner-info h2 {
	font-size: 2.5em;
}
.banner-info p {
	font-size: 1.6em;
}
}

/*-- responsive-design --*/
@media (max-width: 1024px) {
.navbar-default .navbar-nav > li > a {
	font-size: 1em;
}
.nav > li > a {
	padding: 20px 16px ! important;
}
.logo h1 a {
	width: 76%;
}
.sb-search {
	right: 3em;
}
.banner-1 {
	min-height: 300px;
}
.about1 h3, .services h3, .contact h3 {
	font-size: 2em;
	line-height: 1.2em;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom: 0.8em;
}
.contact {
	padding: 3em 0;
}
.footer h3 {
	font-size: 1.7em;
}
.footer {
	padding: 2em 0 0em;
}
.banner-info h2 {
	font-size: 2em;
}
.banner-info h2 {
	font-size: 2em;
}
.banner-info {
	margin: 10em 0 0;
}
.banner {
	min-height: 500px;
}
.offer h3 {
	font-size: 1.6em;
}
.offer h4 {
	font-size: 1.1em;
}
.offer input[type="submit"] {
	width: 33%;
}
.about li a, .offer li a {
	padding: 0.2em;
}
.offer {
	padding: 4em 0;
}
.about {
	padding: 3em 0;
}
.about h4 {
	font-size: 1.6em;
}
.about h5 {
	font-size: 1.4em;
}
.gallery {
	padding: 3em 0;
}
.gallery h3 {
	font-size: 2em;
}
.content-mid-top h3 {
	font-size: 2em;
}
.services h4 {
	font-size: 1.3em;
}
.services {
	padding: 3em 0;
}
.about1 {
	padding: 3em 0;
}
.about1-bottom {
	margin: 2em 0 0;
}
.about1-grid h6 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
.about1-bottom1 span {
	font-size: 3.5em;
}
h3.title {
	font-size: 2em;
}
.typo {
	padding: 3em 0;
}
}

/*-- responsive-design --*/
@media (max-width: 768px) {
.g-left {
	float: left;
	width: 33.33%;
}
.effect-apollo img {
	width: 100%;
}
.ch-grid li {
	width: 166px;
	height: 166px;
}
.soci a {
	display: inline-block;
	padding: 0 0.0.5em;
}
.ch-info h5 {
	padding: 49px 0 0 0;
}
.sb-search.sb-search-open, .no-js .sb-search {
	width: 50%;
}
.logo h1 a {
	width: 100%;
}
.sb-search {
	right: 0.5em;
}
nav.navbar.navbar-default {
	width: 76%;
}
.nav > li > a {
	padding: 20px 8px ! important;
}
.contact-bottom input[type="text"] {
	margin: 0 0 1em;
}
.address-grid {
	float: left;
	width: 33.33%;
	padding: 0;
}
.address-grid i {
	font-size: 3em;
	margin: 0 3% 0 0;
}
.address-grid {
	float: left;
	width: 100%;
	padding: 0;
}
.contact-left {
	float: left;
	width: 33.33%;
}
.ftr-gd {
	float: left;
	width: 33.33%;
}
.offer-ri {
	margin: 2em 0;
}
.offer-right {
	margin: 0 0 2em;
}
.offer {
	padding: 4em 0 2em;
}
.about {
	padding: 2em 0;
}
.gallery {
	padding: 1em 0;
}
.new-more {
	float: left;
	width: 33.33%;
}
.banner-info {
	margin: 8em 0 0;
}
.banner-info h2 {
	font-size: 1.7em;
}
.banner-info p {
	font-size: 1.2em;
}
.banner {
	min-height: 450px;
}
.minist-right {
	float: left;
	width: 33.33%;
}
.minist-left {
	float: left;
	width: 25%;
}
.services h4 {
	font-size: 1.3em;
}
.about1-bottom1 {
	float: left;
	width: 33.33%;
}
.about1-bottom1 h4 {
	font-size: 1.1em;
}
.about1-bottom2 {
	padding: 20px;
}
}

/*-- responsive-design --*/
@media (max-width: 767px) {
.navbar-toggle {
	float: left;
}
.navbar-default .navbar-toggle {
	border-color: #6D6767;
	float: right;
	margin-top: -74px;
	margin-right: 300px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #6D6767;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #6D6767;
	text-align: center;
	background-color: #6D6767;
}
nav.navbar.navbar-default {
	margin: 0em 0;
	min-height: 0;
}
.navbar-header {
	padding: 0 2em;
}
.navbar-toggle {
	margin-top: 0px;
}
nav.navbar.navbar-default {
	width: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #d21826;
	background-color: #6D6767;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
}

/*-- responsive-design --*/
@media (max-width: 640px) {
.logo {
	float: left;
	width: 29%;
}
.contact-left {
	float: left;
	width: 100%;
}
.ftr-gd {
	float: left;
	width: 100%;
}
.footer h3 {
	margin: 0em 0 0.5em;
}
.ftr-gd {
	margin: 1.5em 0;
}
.banner-info {
	margin: 7em 0 0;
}
.banner {
	min-height: 400px;
}
.label {
	font-size: 59%;
}
}

/*-- responsive-design --*/
@media (max-width: 568px) {
.navbar-default .navbar-toggle {
	margin-top: -74px;
	margin-right: 235px;
}
}

/*-- responsive-design --*/
@media (max-width: 480px) {
.logo {
	float: left;
	width: 37%;
}
.sb-search.sb-search-open, .no-js .sb-search {
	width: 60%;
}
.banner-info h2 {
	font-size: 1.4em;
}
.banner-info p {
	font-size: 1em;
}
.banner-info {
	margin: 5em 0 0;
}
.banner {
	min-height: 330px;
}
.offer {
	padding: 2em 0 2em;
}
.offer h3 {
	font-size: 2em;
	text-align: center;
	line-height: 1.3em;
}
.offer .subtext {
	font-size: 1.2em;
}
.offer-ri {
	margin: 2em 0 0;
}
.about h4 {
	font-size: 1.3em;
}
.abt-top {
	padding: 0em;
}
.abt-lft {
	width: 100%;
}
.abt-rgt {
	width: 100%;
	padding: 1em 0;
}
.about {
	padding: 1em 0;
}
.gallery h3 {
	font-size: 1.6em;
	margin: 0.5em 0 0.8em;
}
.content-mid-top h3 {
	font-size: 1.6em;
}
.content-mid {
	padding: 2em 0;
}
.content-mid-top p {
	width: 100%;
}
.new-more {
	width: 100%;
	margin: 0 0 2em;
}
.six h4 {
	font-size: 2em;
	width: 80px;
	height: 80px;
	padding: 0.2em 0 0;
}
.about1 h3, .services h3, .contact h3 {
	font-size: 1.7em;
}
.minist-right {
	float: left;
	width: 100%;
	margin: 0 0 2em;
}
.camp {
	margin: 0 0 1em;
}
.minist-left {
	float: left;
	width: 50%;
	margin: 0 0 2em;
}
.services h4 {
	font-size: 1.2em;
}
.services {
	padding: 3em 0 1em;
}
.about1-bottom1 {
	float: left;
	width: 100%;
}
.about1-left h2 {
	font-size: 2em;
}
.about1 {
	padding: 2em 0;
}
.banner-1 {
	min-height: 230px;
}
.navbar-default .navbar-toggle {
	margin-top: -74px;
	margin-right: 156px;
}
}

/*-- responsive-design --*/
@media (max-width: 414px) {
.banner-info {
	margin: 5em 0 0;
	width: 88%;
}
.logo {
	float: left;
	width: 45%;
}
.sb-search.sb-search-open, .no-js .sb-search {
	width: 70%;
}
.navbar-default .navbar-toggle {
	margin-top: -74px;
	margin-right: 60px;
}
.nav > li > a {
	padding: 14px 8px ! important;
}
}

/*-- responsive-design --*/
@media (max-width: 375px) {
.logo {
	width: 48%;
}
.navbar-default .navbar-toggle {
	margin-top: -74px;
	margin-right: 75px;
}
}

/*-- responsive-design --*/
@media (max-width: 320px) {
.logo {
	float: left;
	width: 47%;
}
.logo h1 a {
	font-size: 0.7em;
	padding: 0.5em;
}
.sb-search {
	right: 0.5em;
	top: 0.55em;
}
.sb-search.sb-search-open, .no-js .sb-search {
	width: 92%;
}
.about1 h3, .services h3, .contact h3 {
	font-size: 1.7em;
}
.banner-1 {
	min-height: 160px;
}
.contact {
	padding: 2em 0;
}
.map iframe {
	min-height: 200px;
	padding: 0;
}
.in-contact {
	padding: 0;
}
.contact-bottom-top textarea {
	min-height: 170px;
}
.contact-bottom-top {
	margin: 0;
}
.address-grid i {
	font-size: 3em;
	margin: 0 9% 0 0;
}
.about1 p, .projects p, .services p, .contact p {
	color: #999;
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 1em 0;
}
.footer h3 {
	font-size: 1.5em;
}
.contact-left {
	padding: 0;
}
.ftr-gd {
	padding: 0;
}
address {
	font-size: 0.9em;
}
.footer p {
	font-size: 0.9em;
}
.copyright {
	padding: 1em 0;
	text-align: center;
}
.contact-bottom input[type="text"] {
	padding: 0.7em;
}
.banner-info h2 {
	font-size: 1.2em;
	line-height: 1.3em;
}
.banner-info {
	margin: 4.5em 0 0;
	width: 100%;
}
.banner {
	min-height: 300px;
}
.offer h3 {
	font-size: 1.2em;
}
.offer-left {
	padding: 0;
}
.offer p {
	font-size: 0.9em;
}
.about li a, .offer li a {
	font-size: 0.9em;
}
.offer-ri {
	padding: 0;
}
.about-right {
	padding: 0;
}
.about h4 {
	font-size: 1.2em;
	text-align: center;
	line-height: 1.3em;
}
.offer-right {
	padding: 2em 1.2em;
}
.about h5 {
	font-size: 1.2em;
}
.about p {
	font-size: 0.9em;
}
.about-left {
	padding: 0;
}
.g-left {
	float: left;
	width: 100%;
	padding: 0;
	margin: 1em 0;
}
.gallery h3 {
	font-size: 1.4em;
}
.content-mid {
	padding: 0em 0;
}
.content-mid-top p {
	font-size: 0.9em;
}
.new-more p {
	font-size: 0.9em;
}
.footer h3 {
	font-size: 1.4em;
}
.ftr-gd {
	margin: 1em 0;
}
.services {
	padding: 2em 0 1em;
}
.about1 h3, .services h3, .contact h3 {
	font-size: 1.5em;
}
.minist-right {
	padding: 0;
}
.minist-left {
	width: 100%;
	padding: 0;
}
.about1-left h2 {
	font-size: 1.7em;
}
.about1-grid {
	padding: 0;
}
.about1-bottom {
	margin: 1em 0 0;
}
.about1-grid h6 {
	font-size: 1em;
}
.about1-bottom1 span {
	font-size: 2.5em;
}
.about1-bottom1 {
	padding: 0;
	margin: 0 0 1em;
}
.about1 {
	padding: 2em 0 0;
}
h3.title {
	font-size: 1.7em;
}
.grid_4 {
	margin-top: 30px;
}
.label {
	font-size: 50%;
}
.grid_3 {
	margin-bottom: 0em;
}
.grid_5 {
	padding: 1em 0;
}
.pagination-lg > li > a, .pagination-lg > li > span {
	padding: 8px 12px;
	font-size: 16px;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 9px!important;
}
.typo {
	padding: 3em 0 0;
}
.navbar-default .navbar-toggle {
	margin-top: -56px;
	margin-right: 45px;
}
}
