body{
	margin:0;
	padding:0;
	background:#fff;
	font-family: 'Cabin', sans-serif;
 }
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: 'Vollkorn', serif;
}	
p{
	margin:0;
}
ul{
margin:0;
padding:0;
}
.container {
   position:relative;
   padding-left:0px;
   padding-right:0px;
}
/*-- banner --*/
.center-container{
	padding:0em 0 1em;
}
span.menu{
	display:none;
}

/*-- //banner --*/
/*-- banner-bottom --*/
.banner-bottom,.about,.team,.services,.services-bottom,.gallery,.mail{
	padding:5em 0;
}
.banner-bottom-text{
	position:relative;
}
.banner-bottom-text h2,.banner-bottom-text h3{
	font-size:4em;
    color: #D5D5D5;
    margin: 0;
}
.banner-bottom-left {
    margin: 9em 0 0;
}
.banner-bottom-text-pos{
	position: absolute;
	top: 60%;
    left: 22%;
}
.banner-bottom-text-pos h3{
	font-size:5em;
    color: #C28F44;
    margin: 0;
    text-transform: uppercase;
}
/*-- progress --*/
.bar-con {
	background-color:#D5D5D5;
    height: 3px;
    margin: 6em 0 2em 10em;
    width: 70%;
}
.bar,.bar2,.bar3 {
  float: left;
  height: 100%;
  width: 0%;
}
.bar1 .bar {
  background-color:#44C29E;
  transition: width cubic-bezier(0.72, 0.45, 0.9, 0.12) 5s;
  -webkit-transition: width cubic-bezier(0.72, 0.45, 0.9, 0.12) 5s;
  -moz-transition: width cubic-bezier(0.72, 0.45, 0.9, 0.12) 5s;
  -o-transition: width cubic-bezier(0.72, 0.45, 0.9, 0.12) 5s;
}
.bar1 .bar2 {
  background-color:#44C29E;
  transition: width cubic-bezier(0.9, 0.45, 0.9, 0.12) 8s;
  -webkit-transition: width cubic-bezier(0.9, 0.45, 0.9, 0.12) 8s;
  -moz-transition: width cubic-bezier(0.9, 0.45, 0.9, 0.12) 8s;
  -o-transition: width cubic-bezier(0.9, 0.45, 0.9, 0.12) 8s;
}
.bar1 .bar3 {
  background-color:#44C29E;
  transition: width cubic-bezier(0.9, 0.45, 0.9, 0.12) 15s;
  -webkit-transition: width cubic-bezier(0.9, 0.45, 0.9, 0.12) 15s;
  -moz-transition: width cubic-bezier(0.9, 0.45, 0.9, 0.12) 15s;
  -o-transition: width cubic-bezier(0.9, 0.45, 0.9, 0.12) 15s;
}
/*-- //progress --*/
.banner-bottom-left p{
	margin:0 0 2em;
	color:#999;
	line-height:1.8em;
	font-size:14px;
}
.banner-bottom-right-left{
	float:left;
	width:48%;
}
.banner-bottom-right-left1{
	padding:.5em;
	border:1px dotted #999;
}
.banner-bottom-right-left:nth-child(1){
	margin-top:12em;
}
.banner-bottom-right-left:nth-child(2){
	margin-left:1em;
}
.banner-bottom-right-left1:nth-child(2){
	margin-top:1em;
}
.box{
	width: 243px;
    height: 300px;
    background: url(../images/1.jpg);
    overflow: hidden;
}
.box1{
	background: url(../images/2.jpg);
}

.box2{
	background: url(../images/3.jpg);
}
.cover{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
  transition: all 0.4s cubic-bezier(.99,.99,0,.61);
  -moz-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
  -o-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
  -ms-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
  padding: 2em;
  color: #fff;
  overflow: hidden;
  text-shadow: 1px 1px 0px #000;
}
.cover .title{
	font-size: 1.6em;
    color: #44C29E;
	text-transform:capitalize;
}
.box .cover .intro{
	line-height: 1.8em;
    width: 100%;
    position: relative;
    font-size: 11pt;
    overflow: hidden;
    margin: 1em 0 0;
}
.cover .date{
  position: absolute;
  bottom: 1.5em;
  right: 1em;
  font-size: 10pt;
}
.box:hover .top-left{
  -webkit-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
  transition: all 0.4s cubic-bezier(.99,.99,0,.61);
  -moz-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
  -o-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
  -ms-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
    top: 0px;
    left: 0px;
}
.top-left{
  top: -200px;
  left: -250px;
}
/*-- social-icons --*/
.social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 10px auto;
}
.social-nav li {
    display: inline-block;
}
.model-8 a {
    background: #FFF;
}
.model-8 a{
    color:#C28F44;
}
.social-nav a {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color:#C28F44;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    background:#44C29E;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.model-8 a:hover {
    color:#C28F44;
}
.model-8 a:hover {
    -webkit-box-shadow: 0 48px 0 inset;
	-o-box-shadow: 0 48px 0 inset;
	-ms-box-shadow: 0 48px 0 inset;
    -moz-box-shadow: 0 48px 0 inset;
    box-shadow: 0 48px 0 inset;
}
a.facebook i{
	background:url(../images/img-sp.png) no-repeat 9px 0px;
	display:block;
	width: 48px;
    height: 48px;
}
a.twitter i{
	background:url(../images/img-sp.png) no-repeat -42px 0px;
	display:block;
	width: 48px;
    height: 48px;
}
a.g i{
	background:url(../images/img-sp.png) no-repeat -102px 0px;
	display:block;
	width: 48px;
    height: 48px;
}
a.p i{
	background:url(../images/img-sp.png) no-repeat -161px 0px;
	display:block;
	width: 48px;
    height: 48px;
}
/*-- //social-icons --*/
/*-- //banner-bottom --*/
/*-- about --*/
.about{
	background:#fff;
}
.gallery{
	margin:5em 0;
}
.about-bottom{
	margin:0;
}
.team {
    background: #F5F5F5;
}
.about-grid-right{
	text-align:right;
}
.banner-bottom-text-pos1 {
    left: 15% !important;
    top: 53% !important;
}
.bar-con1 {
    margin: 4em 0 2em 11em !important;
}
.about-grid-right p{
	margin:0;
	color:#454647;
	line-height:2em;
	font-size:17px;
    text-align: justify;
	/*! padding: 8px; */
	padding-top: 0px;
}
.about-grid-right ul{
	padding:2em 0 0;
}
.about-grid-right ul li{
	color: #999;
    font-size: 16px;
    margin-bottom: 1em;
    list-style-type: none;
    background: url(../images/img-sp.png) no-repeat 511px -60px;
    float:right;
    text-transform: uppercase;
	/*! padding-left: 3em; */
	width: 25%;
}
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
    float: none;
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: center;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h3 span {
	display:block;
	font-weight: 800;
}

.grid figure h3,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/***** Moses *****/
/*-----------------*/



figure.effect-moses img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-moses h3,
figure.effect-moses p {
	padding: 20px;
	width: 50%;
	height: 50%;
	border: 2px solid #fff;
}

figure.effect-moses h3 {
	padding: 20px;
	width: 50%;
	height: 50%;
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	font-size: 2em;
}

figure.effect-moses p {
	float: right;
	padding: 20px;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	font-size:14px;
	text-transform: capitalize;
}

figure.effect-moses:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-moses:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-moses:hover img {
	opacity: 0.6;
}

/*---------------*/
/*-- //about --*/
/*-- about-bottom --*/
.about-bottom{
	background:url(../images/9.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:380px;
	text-align:center;
	padding:2em 0 0;
}
.about-bottom p{
	text-transform:uppercase;
	font-size:1em;
	color:#fff;
	margin:0;
	line-height:1.8em;
}
.about-bottom h3{
	padding: .5em;
    background: #C28F44;
    margin:0.5em auto;
    font-size: 4em;
    color: #fff;
    width: 45%;
    border-radius: 70px;
    font-family: Î¢ÈíÑÅºÚ;
}
.about-bottom h4{
	font-size: 2em;
    width: 60%;
    color: #fff;
    margin: 0 auto;
    line-height: 1.5em;
    font-family:'Microsoft YaHei'
}
/*-- //about-bottom --*/
/*-- services --*/
.services-grid-right-grid{
	padding-left:10px;

} 
.services-grid-right-grid1 p{
margin: 0;
color: #4d4b4b;
line-height: 1.8em;
font-size: 15px;
text-align: justify;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 0;
    font-size: 1.3em;
    border-radius: 0;
}
.btn-primary {
    color: #C28F44;
    background: none;
    border: none;
    text-transform: capitalize;
	margin: 8px 0;
	outline:none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #C28F44;
    background: none;
    border: none;
}
.btn-primary:active {
    box-shadow: none;
}
button.close span {
    font-size: 1.5em;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    outline-offset: 0;
}
h4.modal-title {
    font-size: 2em;
    text-align: center;
	color:#44C29E;
}
.modal-body {
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
}
.services-bottom-grids{
	position:relative;
}
.services-bottom-grid{
    width: 50%;
    background: #44C29E;
    position: absolute;
    right: 0%;
    top: 0%;
	min-height:470px;
}
.services-bottom-grid-left{
	float: left;
    width: 52%;
    padding: 4em 2em 0;
}
.services-bottom-grid-right{
	float:right;
	width:45%;
	margin-top: 9em;
}
.services-bottom-grid-left h3{
	font-size:1.5em;
	color:#484849;
	margin:0;
}
.services-bottom-grid-left h3 span{
	display:block;
	font-size:.8em;
}
.services-bottom-grid-left ul{
	padding:2em 0 0;
}
.services-bottom-grid-left ul li{
	color: #fff;
    margin-bottom: 1em;
    font-size: 14px;
    padding-left: 2em;
    background: url(../images/img-sp.png) no-repeat -10px -101px;
    text-transform: capitalize;
    list-style-type: none;
    display: inline-block;
    line-height: 1.5em;
}
.services-bottom-grid-left h4{
	font-size:1.5em;
	color:#fff;
	margin:0 0 2em;
	line-height:1.5em;
	position:relative;
	text-transform: capitalize;
}
.services-bottom-grid-left h4:before{
	position: absolute;
    top: -50%;
    left: -12%;
    content: '';
    background: url(../images/img-sp.png) no-repeat -18px -153px;
    display: block;
    width: 48px;
    height: 55px;
}
/*-- //services --*/

/*-- //gallery --*/
/*-- mail --*/

/*-- //mail --*/
/*-- footer --*/
.footer{
	background:#191919;
}
.footer-grid1{
	padding:4em 1em;
}
.footer-grid h3{
	font-size: 1.5em;
    padding-bottom: .5em;
    border-bottom: 1px dotted;
    color: #fff;
    margin: 0 0 1em;
}
.footer-grid p{
	margin:1em 0 0;
	color:#999;
	line-height:1.8em;
	font-size:14px;
}
.footer-grid ul.footer-nav li{
	display:block;
    margin-bottom: 1.5em;
    font-size: 14px;
    padding-left: 2em;
    background: url(../images/img-sp.png) no-repeat -10px -101px;
    list-style-type: none;
}
.footer-grid ul.footer-nav li a{
	color:#999;
	text-decoration:none;
}
.footer-grid ul.footer-nav li a:hover{
	color:#fff;
}
.footer-grid input[type="email"]{
	width: 100%;
    background: #0D0D0D;
    border: 1px solid #535353;
    padding: 10px;
    color: #999;
    outline: none;
    font-size: 14px;
    margin-bottom: .5em;
}
.footer-grid input[type="submit"]{
	width: 100%;
    background: #C28F44;
    padding: 10px 0;
    color: #fff;
    outline: none;
    font-size: 1em;
    border: 1px solid #E5CFAE;
}
.footer-grid input[type="submit"]:hover{
	background:#44C29E;
}
.footer-grids{
	position:relative;
}
.footer-grid2-pos{
	position:absolute;
	top: -10%;
    right: -6%;
}
.social-nav1{
	margin:0 !important;
}
.footer-copy{
	padding: 2em 0;
    background: #C28F44;
}
.footer-copy p{
	color:#191919;
	font-size:14px;
	margin:0;
	text-align:center;
	line-height: 1.8em;
}
.footer-copy p a{
	color:#fff;
	text-decoration:none;
}
.footer-copy p a:hover{
	color:#191919;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.menu_p {
    display:none;
    }
/*-- //to-top --*/
/*-----start-responsive-design------*/
@media (max-width:800px){
 .menu_p {
    display:none;
   
    }
	.footer-grid2-pos {
		right: -2%;
	}
	.center-container {
		padding: 0em 0 3em;
	}
}
@media (max-width: 768px){
    .menu_p {
    display:block;
    }
    .center-container {
        padding-bottom:0px;
    }

    .swiper-button-next {
        display:none;
    }
    .swiper-button-prev {
        display:none;
    }
    .pc_menu {
        display:none;
    }
	span.menu {
	  display: block;
	  cursor: pointer;
	  width: 100%;
	  position: relative;
	  text-align: center;
	  margin:0;
	}
	ul.nav1 {
	  display: none;
	  background:#C28F44;
	  margin-top: 2em;
	}
	.navigation-right ul {
	  position: absolute;
	  padding: 0;
	  margin: 13px 0 0;
	  left: 2%;
	  width:96%;
	  z-index: 999;
	  text-align: center;
	}
	.navigation-right ul.nav1 li {
	  display: inline-block;
	  margin: 0;
	  width:100%;
	  padding: 10px 0em;
	}
	.navigation {
		padding: 1.5em 2em;
	}
	.navigation-left ul {
		padding: 0.3em 0 0;
	}
	.navigation-right ul li a,.link-effect-4 a::before {
		padding: 0 17em;
	}
	.navigation-right ul li a {
		display: inline-block;
	}
        .footer-grid1 {
        padding:1em 1em;
    }
}
@media (max-width:667px){
    .center-container {
        padding-bottom:0px;
    }
	.box {
		width: 266px;
		height: 320px;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
		width: 207px;
		height: 256px;
	}
}
@media (max-width:640px){
	.logo h1 a {
		font-size: 2em;
	}
	.logo {
		padding: 7em 0px 6em;
		width:65%;
	}
	.navigation-right ul li a, .link-effect-4 a::before {
		padding: 0 14em;
	}
	.banner-bottom-text h2, .banner-bottom-text h3, .banner-bottom-text-pos h3 {
		font-size: 3em;
	}
	.bar-con {
		margin: 3em 0 2em 3em;
	}
	.box {
		width: 255px;
		height: 305px;
	}
	.about-grid-right ul li {
		background: url(../images/img-sp.png) no-repeat 533px -60px;
	}
	.team-grid {
		width: 65%;
	}
	.about-bottom h3 {
		width: 65%;
	}
	.about-bottom {
		min-height: 300px;
		padding: 3em 0 0;
	}
	.bar-con1 {
		margin: 3em 0 2em 0em !important;
	}
	.services-grid-right {
		padding: 1em 0 0;
	}
	.services-bottom-grid-left {
		width: 60%;
		padding: 4em 1em 0;
	}
	.services-bottom-grid-left h4:before {
		top: -80%;
	}
	.gallery-grid-left h3 {
		margin: 2em 0;
	}
	.banner-bottom-text-pos2 {
		left: 51% !important;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
		width: 198px;
		height: 245px;
	}
	.item-type-move .item-info .headline {
		font-size: 1.8em;
	}
	.mail-grids {
		margin: 1em 0 0;
	}
	.mail-grids input[type="text"], .mail-grids input[type="email"], .mail-grids textarea {
		width: 31.5%;
	}
	.footer-grid2-pos {
		right: 0%;
	}
	.footer-copy {
		padding: 1.5em 0;
	}
	.navigation-right ul {
		left: 2.2%;
		width: 95.4%;
	}
}
@media (max-width:568px){
	.logo h1 a {
		font-size: 1.7em;
	}
	.box {
		width: 220px;
		height: 270px;
	}
	.grid figure {
		min-width: 490px;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
		width: 174px;
		height: 215px;
	}

}
@media (max-width:480px){
	.center-container {
		padding: 0em 0 0em;

	}
	.navigation-right ul {
		left: 3.3%;
		width: 93.5%;
	}
	.navigation-right ul li a, .link-effect-4 a::before {
		padding: 0 9em;
	}
	.banner-bottom-right-left {
		float: none;
		width: 59%;
		margin:0 auto 0;
	}
	.banner-bottom-right-left:nth-child(1) {
		margin-top: 2em;
	}
	.banner-bottom-right-left:nth-child(2) {
		margin: 1em auto 0;
	}
	.banner-bottom, .about, .team, .services, .services-bottom, .gallery, .mail {
		padding: 2em 0;
	}
	.gallery{
		margin: 2em 0;
	}
	.about-bottom{
		margin:0em 0 2em;
	}
	.grid figure {
		min-width: 402px;
	}
	.grid {
		padding: 1em 0 3em;
	}
	.banner-bottom-text-pos1 {
		left: 22% !important;
		top: 60% !important;
	}
	.bar-con1 {
		margin: 2em 0 1em 0em !important;
	}
	.about-grid-right ul li {
		background: url(../images/img-sp.png) no-repeat 370px -60px;
	}
	.team-grid {
		width: 80%;
	}
	.banner-bottom-left p {
		margin: 0 0 1em;
	}
	figure.effect-moses p {
		padding: 10px;
	}
	.about-bottom h3 {
		font-size: 2em;
	}
	.about-bottom h4 {
		font-size: 1.1em;
	}
	.about-bottom {
		background: url(../images/9.jpg) no-repeat -154px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		min-height: 215px;
		padding: 2em 0 0;
	}
	.services-bottom-grid-left h4:before {
		top: -60%;
	}
	.services-bottom-grid-left h4 {
		font-size: 1.3em;
		margin: 0 0 1em;
	}
	.services-bottom-grid-left {
		width: 70%;
	}
	.services-bottom-grid-left ul {
		padding: 1em 0 0;
	}
	.services-bottom-grid {
		min-height: 340px;
	}
	.services-bottom-grid-right {
		width: 30%;
		margin-top: 11.8em;
	}

	.banner-bottom-text-pos2 {
		left: 32% !important;
		top: 60% !important;
	}	
	.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
		width: 258px;
		height: 315px;
	}
	.item-type-move .item-hover:hover .item-info .date-month {
		bottom: 40%;
	}	
	.banner-bottom-text-posmail {
		left: 15.5% !important;
	}
	.footer-grid2-pos {
		top: -7%;
	}
	.footer-grid h3 {
		font-size: 2em;
	}
}
@media (max-width: 414px){
	.logo h1 a {
		font-size: 1.2em;
	}
	.logo h1 a i {
		font-size: .3em;
	}
	.start a {
		padding: 10px 35px 8px;
		font-size: 14px;
		letter-spacing: 2px;
	}
	.banner-bottom-text h2, .banner-bottom-text h3, .banner-bottom-text-pos h3 {
		font-size: 2em;
	}
	.bar-con {
		margin: 2.5em 0 1em 0em;
	}
	.bar-con {
		height: 2px;
	}
	.banner-bottom-right-left {
		width: 70%;
	}
	.cover .title {
		font-size: 1.5em;
	}
	.grid figure {
		min-width: 335px;
	}
	figure.effect-moses h3 {
		padding: 10px;
		font-size: 1.7em;
	}
	figure.effect-moses p {
		font-size: 11px;
	}
	.banner-bottom-text-pos1 {
		left: 30% !important;
	}
    .about-grid-right ul li {
        /*! padding-left:1em; */
    }
	.bar-con1 {
		margin: 2em 0 1em 0em !important;
	}

	.about-grid-right ul li {
		background: url(../images/img-sp.png) no-repeat 337px -60px;
	}
	.about-bottom h4 {
		width: 100%;
	}
	.services-bottom-grid-left h4:before {
		left: -6%;
		background: url(../images/img-sp.png) no-repeat -1px -89px;
		background-size: 500%;
		height: 30px;
		top: -45%;
	}
	.services-bottom-grid-left {
		padding: 3em 1em 0;
	}
	.services-bottom-grid-right {
		margin-top: 13.7em;
	}
	.banner-bottom-text-pos2 {
		left: 45% !important;
	}
	.gallery-grid1 {
		width: 70%;
	}
	
	.footer-grid1 {
		padding: 2em 1em 1em;
	}
	.footer-grid:nth-child(3),.footer-grid:nth-child(2) {
		width: 100%;
	}
}
@media (max-width:384px){
	.logo {
		width: 68%;
	}
}
@media (max-width:375px){
	.navigation {
		padding: 1.5em 1em;
	}
	.logo h1 a {
		font-size: 1.1em;
	}
	.navigation-right ul {
		left: 4.3%;
		width: 91.5%;
	}
	.navigation-right ul.nav1 li {
		padding: 5px 0em;
	}
	.banner-bottom-left,.about-grid-left,.gallery-grid-left {
		padding: 0;
	}
	.banner-bottom-right-left {
		width: 79%;
	}
	.grid figure {
		min-width: 328px;
	}
	.about-grid-right ul li {
		font-size: 15px;
	}
	.about-grid-right ul li {
		background: url(../images/img-sp.png) no-repeat 297px -60px;
	}
	.about-bottom h3 {
		width: 75%;
	}
	.about-bottom {
		background: url(../images/9.jpg) no-repeat -180px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		min-height: 235px;
	}
	.services-bottom-grid-left {
		width: 100%;
		float: none;
	}
	.services-bottom-grid-right {
		float: none;
		margin: 0 auto;
		width: 50%;
	}
	.banner-bottom-text-pos2 {
		left: 39% !important;
	}
	.gallery-grid1 {
		width: 79%;
	}
	figure.effect-moses p {
		padding: 7px;
	}
	.btn-primary {
		margin: 1em 0 0.5em;
	}
	.services-grid-right-grid:nth-child(2) {
		margin: 2em 0 0;
	}
	.footer-grid {
		width: 100%;
	}
	.footer-grid2-pos {
		top: auto;
		width: 60%;
		bottom: 0;
		right: 21%;
	}	
}
@media (max-width:320px){
	.navigation-left ul li {
		margin: 0 1em 0 0em;
	}
	.navigation-left {
		float: none;
		text-align: center;
		margin-bottom: 1em;
	}
	.navigation-right {
		float: none;
		text-align: center;
	}
	.navigation {
		padding: 1em 0em;
	}
	.navigation-right ul {
		left: 4.8%;
		width: 90%;
	}
	.navigation-right ul li a, .link-effect-4 a::before {
		padding: 0 1em;
	}
	.logo {
		width: 77%;
		padding: 4em 0px 3em;
	}
	.banner-bottom-left p,.footer-copy p,.footer-grid ul.footer-nav li,.footer-grid input[type="email"],.footer-grid p,.mail-grids input[type="text"], .mail-grids input[type="email"], .mail-grids textarea,.about-grid-right p,.mail-right ul li,.modal-body,.team-grid p,.about-bottom p,.services-grid-right-grid1 p,.services-bottom-grid-left ul li {
		font-size: 13px;
	}
	.footer-grid h3 {
		font-size: 1.7em;
	}
	.footer-grid input[type="submit"] {
		font-size: 14px;
	}
	.footer-grid1 {
		padding: 2em 0em 0em;
	}

	h4.modal-title {
		font-size: 1.7em;
	}
	
	.banner-bottom-text-posmail {
		left: 19.5% !important;
	}
	.services-bottom-grid-left h4 {
		font-size: 1.2em;
	}
	
	.about-bottom h3 {
		font-size: 1.5em;
	}
	.about-bottom {
		background: url(../images/9.jpg) no-repeat -163px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		min-height: 210px;
	}
	.bar-con1 {
		margin: 2em 0 1em 0em !important;
	}
	.btn-lg, .btn-group-lg > .btn {
		font-size: 1.3em;
	}
	.team-grid h3 {
		font-size: 1.3em;
	}
	.bar-con {
		width: 90%;
	}
	.banner-bottom-right-left {
		width: 97%;
	}
	.box .cover .intro {
		font-size: 10pt;
	}
	.grid {
		padding: 0em 0 2em;
	}
	.grid figure {
		min-width: 273px;
	}
	.grid figure figcaption {
		padding: .5em;
	}
	figure.effect-moses h3 {
		font-size: 1.5em;
	}
	figure.effect-moses p {
		padding: 0.1em;
		font-size: 10px;
	}
	.bar-con1 {
		margin: 2em 2em 1em 0em !important;
	}
	.about-grid-right ul li {
		background: url(../images/img-sp.png) no-repeat 242px -60px;
	}
	.banner-bottom-text-pos2 {
		left: 25% !important;
	}
	.gallery-grid1 {
		width: 95%;
	}
	.logo h1 a {
		font-size: 1em;
	}
}