

/*-- gallery --*/
.portfolio-grids {
    padding: 0;
	background:#fff;
	
}
/******** SAP ************/
.sap_tabs{
	clear:both;
	padding: 0;
	
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
    list-style: none;
    padding: 4em 0 3em;
    margin: 0 auto;
    text-align: center;
}
.resp-tab-item {
    color: #333;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    margin: 0 1.5em 0;
}
.resp-tab-active {
    text-shadow: none;
    color: #fc4f6b;
    border-bottom: 2px solid;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;	
	
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
.portfolio-grids a {
    display: block;
    overflow: hidden;
	position:relative;
}
.portfolio-grids img.img-responsive {
    width: 100%;
}
.b-wrapper {
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
	padding: 2em;
	transition:.5s all;
}
.portfolio-grids a:hover .b-wrapper{
	bottom: 0%;
}
.b-wrapper h5 {
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    margin:2em 0 .5em;
}
.b-wrapper p{
	font-size:14px;
	color:#fff;
	line-height:1.8em;
	text-align: center;
}
.gallery-grids{
	margin:5em 0 0;
	background-color:#fff;
}
#gallery h2{
	text-align:center;
	padding-top: 2em;
}
#gallery{
	background-color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #45CBBF;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    margin-right: 3px;
    border-radius: 0;
    font-size: 1em;
    color: #212121;
	border: none;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs {
    margin: 0 0 1em;
}
.nav-tabs > li:nth-child(1) {
	margin-left:25em;
}
.nav-tabs > li > a:hover {
    border: none;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #45CBBF;
    color: #fff;
}
/*-- //gallery --*/

/*-----start-responsive-design------*/
@media (max-width:1440px){
	.nav-tabs > li:nth-child(1) {
		margin-left: 29em;
	}
	.services-bottom {
		background-position: -90px 0px;
	}
}
@media (max-width:1366px){
	.banner-info p {
		padding: 0em .3em;
	}
	.banner {
		min-height: 740px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 26em;
	}
}
@media (max-width: 1280px){
	.services-bottom {
		background-position: -160px 0px;
	}
	.b-wrapper h5 {
		margin: 1.5em 0 .5em;
	}
}
@media (max-width: 1080px){
	.logo {
		margin-left: 14em;
	}
	.banner-info {
		margin: 10em auto 11em;
		width: 95%;
	}
	.banner-info p {
		font-size: 4.5em;
	}
	.navbar-nav > li > a {
		padding: 13px 18px;
	}
	.banner {
		min-height: 665px;
	}
	.banner-bottom, .testimonials, .team, .services, .news, .gallery, .contact {
		padding: 4em 0;
	}
	.banner-bottom h3:before, .team h3:before, .services h3:before, .news h3:before, .newsletter h3:before, .contact h3:before {
		left:38.5%;
	}
	.banner-bottom h3 span:before, .team h3 span:before, .services h3 span:before, .news h3 span:before, .newsletter h3 span:before, .contact h3 span:before {
		left: 48.7%;
	}
	p.about-dummy {
		width: 95%;
	}
	.testimonials-grid-left-grid-right h4 i {
		margin: 1em 0 0;
	}
	.team {
		min-height: 685px;
	}
	.testimonials h3 span:before, .testimonials-grid-right h3 span:before {
		left: 47.4%;
	}
	.testimonials h3:before, .testimonials-grid-right h3:before {
		left: 27%;
	}
	.services-grid {
		padding-left: 0;
	}
	.services-grid1 {
		width: 45%;
	}
	.btn-lg {
		font-size: 1.4em;
	}
	.services-bottom h2 {
		font-size: 1.7em;
		width: 85%;
	}
	.services-bottom {
		background-position: -150px 0px;
		min-height: 330px;
		padding: 5em 0 0;
	}
	.services-bottom p {
		font-size: 1.8em;
	}
	.btn-primary1 {
		font-size: 1.2em !important;
	}
	.newsletter {
		background-position: -110px 0px;
		min-height: 370px;
		padding: 4em 0 0;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 17em;
	}
	.b-wrapper {
		padding: 1em;
	}
	.b-wrapper h5 {
		margin: 1em 0 .5em;
	}
	.mail-grid-left input[type="submit"] {
		margin-left: 19.3em;
	}
	.gallery h3 span:before {
		left: 48.9%;
	}
	.gallery h3:before {
		left: 38.7%;
	}
}
@media (max-width: 1024px){
	.banner-wrap {
		padding: 0 0 2em;
	}
	.b-wrapper h5 {
		margin: .5em 0;
	}
}
@media (max-width: 991px){
	.logo h1 a {
		font-size: 1.7em;
	}
	.logo {
		margin-left: 6em;
	}
	.banner-info p {
		font-size: 3.7em;
	}
	.banner-info {
		margin: 8em auto 11em;
		width: 100%;
	}
	.link-effect-14 a {
		margin: 0 4px;
	}
	.banner {
		min-height: 600px;
	}
	.banner-bottom, .testimonials, .team, .services, .news, .gallery, .contact {
		padding: 3em 0;
	}
	.banner-bottom h3, .team h3, .services h3, .news h3, .newsletter h3, .gallery h3, .contact h3 {
		font-size: 2.5em;
	}
	.banner-bottom h3:before, .banner-bottom h3:after, .team h3:before, .team h3:after, .services h3:before, .services h3:after, .news h3:before, .news h3:after, .newsletter h3:before, .newsletter h3:after, .gallery h3:before, .gallery h3:after, .contact h3:before, .contact h3:after {
		width: 20%;
		bottom: 6.5%;
	}
	.banner-bottom h3:after, .team h3:after, .services h3:after, .news h3:after, .newsletter h3:after, .gallery h3:after, .contact h3:after {
		right: 29.5%;
	}
	.banner-bottom h3 span:before, .team h3 span:before, .services h3 span:before, .news h3 span:before, .newsletter h3 span:before, .contact h3 span:before {
		left: 48%;
	}
	.banner-bottom h3:before, .team h3:before, .services h3:before, .news h3:before, .newsletter h3:before, .contact h3:before {
		left:27.8%;
	}
	p.about-dummy {
		width: 100%;
	}
	.testimonials h3:after, .testimonials h3:before, .testimonials-grid-right h3:after, .testimonials-grid-right h3:before {
		bottom: 7%;
	}
	.testimonials h3:before, .testimonials-grid-right h3:before {
		left: 28.6%;
	}
	.testimonials h3 span:before, .testimonials-grid-right h3 span:before {
		left: 48.8%;
	}
	.testimonials-grid-right {
		margin: 3em 0 0;
	}
	.team-grid {
		float: left;
		width: 50%;
	}
	.team-grid:nth-child(2) {
		margin-bottom:2em;
	}
	.services-grid {
		float: left;
		width: 50%;
		padding: 0 1em;
	}
	.services-grid:nth-child(2) {
		margin:0 0 2em;
	}
	.services-grid1 {
		width: 40%;
		padding: 2em;
	}
	.services-grids-wedding1 {
		width: 40%;
	}
	.services-bottom {
		padding: 3.5em 0 0;
	}
	.news-grid-right {
		margin: 3em 0 0;
	}
	.newsletter-grid-right p {
		text-align: center;
		margin: 2em 0 0;
	}
	.newsletter {
		background-position: -185px 0px;
		padding: 3em 0 0;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 14em;
	}
	.gallery h3:before {
		left: 28.7%;
	}
	.nav-tabs {
		margin: 0 0 2em;
	}
	.portfolio-grids {
		float: left;
		width: 50%;
	}
	.b-wrapper h5 {
		margin: 4.5em 0 .5em;
	}
	.mail-grid-right {
		margin: 2em 0 0;
	}
	.get-in:nth-child(2) {
		margin:4em 0 0;
	}
	.mail-grid-left input[type="submit"] {
		margin-left: 30.1em;
	}
	.footer {
		min-height: 340px;
		padding: 2em 0;
	}
	.team-grid1 img {
		width: 100%;
	}
}
@media (max-width:800px){
	.banner {
		min-height: 530px;
	}
	.banner-info {
		margin: 8em auto 7em;
	}
	.gallery h3 span:before {
		left: 48.2%;
	}
	.gallery h3:before {
		left: 28%;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 9em;
	}
	.b-wrapper h5 {
		margin: 3em 0 .5em;
	}
}
@media (max-width:768px){
	.banner-info p {
		font-size: 3.3em;
	}
	.testimonials-grid-left-grid-left {
		width: 15%;
	}
	.testimonials-grid-left-grid-right {
		width: 80%;
		margin: 1em 0 0;
	}
	.testimonials h3:after, .testimonials-grid-right h3:after {
		right: 28.5%;
	}
	.services-bottom h2:after {
		right: 13%;
	}
	.services-bottom p {
		font-size: 1.5em;
	}
	.services-bottom {
		padding: 3em 0 0;
		background-position: -225px 0px;
		min-height: 300px;
	}
	.blog-grid-right {
		width: 80%;
		margin: 1.3em 0 0;
	}
	.newsletter-grids {
		margin: 3em 0 0;
	}
	.newsletter {
		min-height: 330px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 8em;
	}
	.map iframe {
		min-height: 300px;
	}
}
@media (max-width:767px){
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-toggle {
		float: none;
		margin: 0 0 0 22em;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-collapse {
		box-shadow: none;
	}
	.navbar-nav {
		margin: 1em 0 0;
		background: #525252;
		text-align: center;
		padding:1em 0;
	}
	.link-effect-14 a {
		margin: 0 270px;
	}
}
@media (max-width: 736px){
	.navbar-toggle {
		margin: 0 0 0 20em;
	}
}
@media (max-width:667px){
	.logo h1 a {
		font-size: 1.4em;
	}
	.logo {
		margin-left: 4em;
	}
	.banner-info p {
		font-size: 3em;
	}
	.banner-info {
		margin: 6em auto 5em;
	}
	.navbar-toggle {
		margin: 0 0 0 18em;
	}
	.banner {
		min-height: 435px;
	}
	.mail-grid-left input[type="submit"] {
		margin-left: 25.8em;
	}
	.link-effect-14 a {
		margin: 0 230px;
	}
}
@media (max-width:640px){
	.link-effect-14 a {
		margin: 0 215px;
	}
	.banner-bottom h3 span:before, .team h3 span:before, .services h3 span:before, .news h3 span:before, .newsletter h3 span:before, .contact h3 span:before {
		left: 47.5%;
	}
	.banner-bottom h3:before, .team h3:before, .services h3:before, .news h3:before, .newsletter h3:before, .contact h3:before {
		left: 27.3%;
	}
	.testimonials h3 span:before, .testimonials-grid-right h3 span:before {
		left: 48.3%;
	}
	.testimonials h3:before, .testimonials-grid-right h3:before {
		left: 27.9%;
	}
	.services-bottom h2 {
		font-size: 1.5em;
	}
	.services-bottom {
		background-position: -270px 0px;
		min-height: 280px;
	}
	.services-grids-wedding1 {
		width: 48%;
	}
	.blog-grid-right {
		width: 75%;
	}
	.gallery h3 span:before {
		left: 47.8%;
	}
	.gallery h3:before {
		left: 27.5%;
	}
	.newsletter {
		background-position: -295px 0px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 4em;
	}
	.b-wrapper h5 {
		margin: 2em 0 .5em;
	}
	.map iframe {
		min-height: 250px;
	}
	.mail-grid-left input[type="submit"] {
		margin-left: 24.6em;
	}
}
@media (max-width: 600px){
	.banner-info p {
		font-size: 2.5em;
	}
	.logo h1 a {
		font-size: 1.2em;
	}
	.logo {
		margin-left: 3em;
	}
	.navbar-toggle {
		margin: 0 0 0 16em;
	}
	.banner {
		background-position: -120px 0px;
	}
	.link-effect-14 a {
		margin: 0 170px;
	}
}
@media (max-width: 568px){
	.logo h1 a span {
		background: url(../images/img-sp.png) no-repeat 0px -9px;
		height: 28px;
		background-size: 600%;
	}
	.logo {
		margin-left: 2em;
	}
	.banner-phone p {
		margin: 2em 0 0;
	}
	.banner-social {
		margin: 1.2em 0 0;
	}
	.mail-grid-left input[type="submit"] {
		margin-left: 21.6em;
	}
	.banner {
		min-height: 400px;
	}
}
@media (max-width:480px){
	.banner-phone {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}
	.banner {
		padding: 0;
	}
	.icon-button {
		border-radius:2rem;
		height: 2rem;
		width: 2rem;
		line-height: 2rem;
	}
	.icon-button i {
		height: 2rem;
		line-height: 2rem;
		width: 2rem;
	}
	.icon-button:hover span {
		width: 2rem;
		height: 2rem;
		border-radius: 2rem;
		margin: -1rem;
	}
	ul.social-icons li .icon-button .icon-facebook {
		background: url(../images/img-sp.png) no-repeat 3px -58px;
	}
	ul.social-icons li .icon-button .icon-instagram {
		background: url(../images/img-sp.png) no-repeat -30px -59px;
	}
	ul.social-icons li .icon-button .icon-twitter {
		background: url(../images/img-sp.png) no-repeat -66px -58px;
	}
	ul.social-icons li .icon-button .icon-g-plus {
		background: url(../images/img-sp.png) no-repeat -104px -58px;
	}
	ul.social-icons li .icon-button .icon-g-plus:hover {
		background-position:-104px -91px;
	}
	ul.social-icons li .icon-button .icon-twitter:hover {
		background-position: -66px -88px;
	}
	ul.social-icons li .icon-button .icon-instagram:hover {
		background-position: -30px -89px;
	}
	ul.social-icons li .icon-button .icon-facebook:hover {
		background-position: 3px -89px;
	}
	.banner-social {
		margin: 2em 0 0;
	}
	.banner-info p {
		font-size: 2em;
	}
	.banner-info {
		margin: 5em auto 4em;
	}
	.navbar-toggle {
		margin: 0 0 0 12.5em;
	}
	.link-effect-14 a {
		margin: 0 105px;
	}
	.banner-bottom h3, .team h3, .services h3, .news h3, .newsletter h3, .gallery h3, .contact h3,.testimonials h3, .testimonials-grid-right h3{
		font-size: 2em;
	}
	.banner-bottom, .testimonials, .team, .services, .news, .gallery, .contact {
		padding: 2em 0;
	}
	.banner-bottom h3 span:after, .team h3 span:after, .services h3 span:after, .news h3 span:after, .newsletter h3 span:after, .gallery h3 span:after, .contact h3 span:after {
		right: 48.5%;
	}
	.banner-bottom h3:after, .team h3:after, .services h3:after, .news h3:after, .newsletter h3:after, .gallery h3:after, .contact h3:after {
		right: 28.5%;
	}
	.banner-bottom h3:before, .banner-bottom h3:after, .team h3:before, .team h3:after, .services h3:before, .services h3:after, .news h3:before, .news h3:after, .newsletter h3:before, .newsletter h3:after, .gallery h3:before, .gallery h3:after, .contact h3:before, .contact h3:after {
		bottom: 7.5%;
	}
	p.about-dummy {
		margin: 2em auto 0;
	}
	.banner-bottom-grids{
		margin:2em 0 0;
	}
	.testimonials h3 span:before, .testimonials-grid-right h3 span:before {
		left: 47.3%;
	}
	.testimonials h3:after, .testimonials h3:before, .testimonials-grid-right h3:after, .testimonials-grid-right h3:before {
		bottom: 8%;
	}
	.testimonials h3:before, .testimonials-grid-right h3:before {
		left: 27%;
	}
	.testimonials-grid-left-grid-right {
		margin: 0;
	}
	.bar_group.group_ident-1 {
		width: 90%;
	}
	.team-grids {
		margin: 3em 0 0;
	}
	.team-grid h4 {
		margin: 1em 0 .5em;
	}
	.services-grid1 {
		padding: 1em;
	}
	.btn-lg {
		font-size: 1.2em;
	}
	.services-grids-wedding1 {
		width: 60%;
	}
	.services-bottom h2 {
		font-size: 1.2em;
	}
	.services-bottom h2:after {
		right: -6%;
	}
	.services-bottom {
		padding: 2em 0 0;
		background-position: -225px 0px;
		min-height: 220px;
	}
	.services-bottom p {
		font-size: 1.3em;
	}
	.logo {
		margin-left: 0;
	}
	.date-tag-left p {
		font-size: 14px;
	}
	.date-tag-right a span {
		left: -.2em;
	}
	.date-tag-right ul li {
		margin: 0 0.3em;
	}
	.btn-primary-news {
		text-align: left;
		line-height: 1.8em;
	}
	.bootstrap-pop-up1 {
		margin: 1.5em 0;
	}
	.blog-grid-right {
		margin: 0.5em 0 0;
	}
	.newsletter-grid-left {
		padding: 0;
	}
	.newsletter-grid-left input[type="email"] {
		width: 75%;
	}
	.newsletter-grid-left input[type="submit"] {
		width: 25%;
	}
	.newsletter {
		padding: 2em 0 0;
	}
	.newsletter {
		min-height: 290px;
	}
	.nav-tabs > li > a {
		font-size: 14px;
	}
	.nav-tabs > li > a {
		padding: 5px 11px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 1.5em;
	}
	.gallery-grids {
		margin: 2em 0 0;
	}
	.b-wrapper h5 {
		margin: .3em 0 .5em;
	}
	.mail-grids {
		margin: 2em 0 0;
	}
	.mail-grid-left textarea {
		min-height: 150px;
	}
	.mail-grid-left input[type="submit"] {
		margin-left: 15.2em;
		width: 40%;
	}
	.footer-logo a {
		font-size: 2em;
		background: url(../images/img-sp.png) no-repeat -4px -127px;
		background-size: 150%;
	}
	.footer-logo p {
		width: 45%;
	}
	.footer {
		min-height: 290px;
	}
	.copyright p {
		margin: 1em 0 0;
	}
}
@media (max-width: 414px){
	.banner-info p {
		font-size: 1.9em;
	}
	.logo h1 a {
		font-size: 1em;
		line-height: 0;
	}
	.banner-phone p {
		margin: 1.5em 0 0;
	}
	.banner-phone {
		margin-bottom: 0;
	}
	.navbar-toggle {
		margin: 0 0 0 10em;
	}
	.navbar {
		min-height: 35px;
	}
	.banner {
		min-height: 365px;
	}
	.banner-bottom h3, .team h3, .services h3, .news h3, .newsletter h3, .gallery h3, .contact h3, .testimonials h3, .testimonials-grid-right h3 {
		font-size: 1.7em;
	}
	.banner-bottom h3 span:after, .team h3 span:after, .services h3 span:after, .news h3 span:after, .newsletter h3 span:after, .gallery h3 span:after, .contact h3 span:after {
		right: 48%;
	}
	.banner-bottom h3:after, .team h3:after, .services h3:after, .news h3:after, .newsletter h3:after, .gallery h3:after, .contact h3:after {
		right: 27.5%;
	}
	.testimonials-grid-left {
		padding: 0;
	}
	.testimonials h3 span:after, .testimonials-grid-right h3 span:after {
		right: 47.9%;
	}
	.testimonials h3:after, .testimonials h3:before, .testimonials-grid-right h3:after, .testimonials-grid-right h3:before {
		bottom: 9%;
	}
	.testimonials h3:after, .testimonials-grid-right h3:after {
		right: 27.5%;
	}
	p.testimonials-dummy {
		margin: 2em 0 2em;
	}
	.testimonials-grid-left-grid-left {
		width: 25%;
	}
	.testimonials-grid-left-grid-right {
		width: 70%;
	}
	.bar_group.group_ident-1 {
		width: 100%;
	}
	.team-grids,.news-grids,.news-grid-right,.newsletter-grids {
		margin: 2em 0 0;
	}
	.newsletter-grid-left input[type="submit"] {
		padding: 10.5px 0;
		font-size: 14px;
	}
	.blog-grid-right p {
		margin: 0.5em 0 0;
	}
	.team-grid {
		float: none;
		width: 75%;
		text-align: center;
		margin: 0 auto;
	}
	.team-grid:nth-child(2),.services-grid:nth-child(2) {
		margin: 2em auto;
	}
	.team-grid:nth-child(4),.services-grid:nth-child(4) {
		margin: 2em auto 0;
	}
	.services-grid {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	.modal-body {
		padding: 1em 1em 2em;
	}
	.services-grids-wedding1 {
		width: 70%;
	}
	.services-bottom {
		background-position: -325px 0px;
		min-height: 250px;
	}
	.news-grid-left,.news-grid-right,.mail-grid-left,.mail-grid-right {
		padding: 0;
	}
	.date-tag-left,.date-tag-right {
		float: none;
		text-align:center;
	}
	.date-tag-right {
		margin:1em 0 0;
	}
	.nav-tabs > li {
		float: none;
		width: 80%;
		margin: 0 auto .5em;
		text-align: center;
		background:#212121;
	}
	.nav-tabs > li > a {
		color: #fff;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 0;
		margin: 0 auto .5em;
	}
	.nav-tabs > li > a {
		margin-right: 0;
	}
	.portfolio-grids {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	.b-wrapper h5 {
		margin: 1.5em 0 .5em;
	}
	.map iframe {
		min-height:200px;
	}
	.mail-grid-left input[type="submit"] {
		margin-left: 13.8em;
	}
	.get-in:nth-child(2) {
		margin: 2em 0 0;
	}
	.footer {
		min-height: 310px;
	}
	.services-grid1 {
		padding: 1.5em;
	}
}
@media (max-width:384px){
	.banner-info p {
		font-size: 1.7em;
	}
	.link-effect-14 a {
		margin: 0 65px;
	}
	.navbar-toggle {
		margin: 0 0 0 9.3em;
	}
	.mail-grid-left input[type="submit"] {
		margin-left: 0;
		font-size: 14px;
		width: 100%;
	}
	.footer-logo p {
		width: 50%;
	}
}
@media (max-width:375px){
	.banner-bottom h3 span:after, .team h3 span:after, .services h3 span:after, .news h3 span:after, .newsletter h3 span:after, .gallery h3 span:after, .contact h3 span:after {
		right: 47.3%;
	}
	.banner-bottom h3:after, .team h3:after, .services h3:after, .news h3:after, .newsletter h3:after, .gallery h3:after, .contact h3:after {
		right: 27%;
	}
	.testimonials h3 span:before, .testimonials-grid-right h3 span:before {
		left: 46.5%;
	}
	.testimonials h3:before, .testimonials-grid-right h3:before {
		left: 26%;
	}
	.services-bottom h2 {
		width: 100%;
	}
	.services-bottom h2:after {
		right: 7%;
	}
	.banner-bottom h3:before, .banner-bottom h3:after, .team h3:before, .team h3:after, .services h3:before, .services h3:after, .news h3:before, .news h3:after, .newsletter h3:before, .newsletter h3:after, .gallery h3:before, .gallery h3:after, .contact h3:before, .contact h3:after {
		bottom: 9.5%;
	}
}
@media (max-width: 320px){
	.logo h1 a {
		font-size: .9em;
	}
	.icon-button {
		margin: 0;
	}
	.logo h1 {
		line-height: 0.4;
	}
	.banner-phone {
		margin-bottom: 0.5em;
	}
	.banner-social {
		margin: 1.3em 0 0;
	}
	.blog-grid-right {
		margin: 0;
	}
	.banner-dummy p,.footer-logo p,.services-grid p,.get-in ul li,.mail-grid-left input[type="text"], .mail-grid-left input[type="email"], .mail-grid-left textarea,.b-wrapper p,.newsletter-grid-right p,.blog-grid-right p,.date-tag-right ul li a,.readmore-text p,.services-grids-wedding p,.modal-body, .banner-phone p, p.testimonials-dummy, .team-grid p,.navbar-nav > li > a,.b_label, .bar_label_min, .bar_label_max, .b_tooltip span {
		font-size: 13px;
	}
	.copyright p {
		font-size: 13px;
		margin: 1.5em 0 0;
	}
	.footer {
		min-height: 300px;
	}
	.footer-logo a {
		font-size: 1.7em;
		background: url(../images/img-sp.png) no-repeat -4px -106px;
		background-size: 150%;
	}
	.b-wrapper h5 {
		margin: 1.2em 0 .5em;
	}
	.nav-tabs {
		margin: 0 0 1em;
	}
	.gallery h3:before {
		left: 12.5%;
	}
	.nav-tabs > li,.portfolio-grids {
		width: 90%;
	}
	.newsletter {
		min-height: 270px;
		background-position: -355px 0px;
	}
	.newsletter-grid-right {
		padding: 0;
	}
	.get-in h4 {
		font-size: 1.1em;
	}
	.newsletter-grid-left input[type="submit"] {
		padding: 8.6px 0;
		font-size: 13px;
		width: 30%;
	}
	.newsletter-grid-left input[type="email"] {
		width: 70%;
		padding: 8px 10px;
		font-size: 13px;
	}
	.btn-primary1 {
		font-size: 1.1em !important;
	}
	.news-grid-right ul li a {
		padding: .4em;
		font-size: 13px;
	}
	.services-bottom h2 {
		font-size: 1em;
	}
	.services-bottom {
		min-height: 220px;
	}
	.services-bottom p {
		font-size: 1.1em;
	}
	.modal-title,.services-grids-wedding h5 {
		font-size: 1.3em;
	}
	.services-grids-wedding1 {
		width: 85%;
	}
	.btn-lg {
		font-size: 1.1em;
	}
	.banner-info p {
		font-size: 1.4em;
	}
	.banner-info {
		margin: 4em auto 3em;
	}
	.banner {
		min-height: 315px;
	}
	.banner-bottom h3:before, .banner-bottom h3:after, .team h3:before, .team h3:after, .services h3:before, .services h3:after, .news h3:before, .news h3:after, .newsletter h3:before, .newsletter h3:after, .gallery h3:before, .gallery h3:after, .contact h3:before, .contact h3:after {
		width: 35%;
	}
	.banner-bottom h3 span:after, .team h3 span:after, .services h3 span:after, .news h3 span:after, .newsletter h3 span:after, .gallery h3 span:after, .contact h3 span:after {
		right: 46.3%;
	}
	.banner-bottom h3:after, .team h3:after, .services h3:after, .news h3:after, .newsletter h3:after, .gallery h3:after, .contact h3:after {
		right: 11%;
	}
	.banner-bottom h3:before, .team h3:before, .services h3:before, .news h3:before, .newsletter h3:before, .contact h3:before {
		left: 12.3%;
	}
	p.about-dummy {
		margin: 1.5em auto 0;
		font-size: 13px;
	}
	.testimonials h3:after, .testimonials h3:before, .testimonials-grid-right h3:after, .testimonials-grid-right h3:before {
		width: 35%;
	}
	.testimonials h3 span:before, .testimonials-grid-right h3 span:before {
		left: 45.8%;
	}
	.testimonials h3:after, .testimonials-grid-right h3:after {
		right: 12.5%;
	}
	.testimonials h3:before, .testimonials-grid-right h3:before {
		left: 10.5%;
	}
	.navbar-toggle {
		margin: 0 0 0 7.3em;
	}
	.testimonials-grid-left-grid-right h4 i {
		margin: 0;
	}
	.team-grid,.services-grid {
		width: 100%;
	}
	.team-grid h4 {
		font-size: 1.2em;
	}
	.services-grids {
		margin: 2em 0;
	}
}