/* 

Flex Template 

http://www.templatemo.com/tm-406-flex

*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;

}

body {
  line-height: 1;
}

.blue {
	color: #06C;
}

.green {
	color: #090;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

body {
  font-family: 'Noto Sans Japanese', serif;
  font-size: .95em;
  line-height: 1.75;
  color: #666666;
  background-color: white;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: #a81e2b;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: black;
  text-decoration: none;
}


*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #666666;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #666666;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 40px 0;
}


.site-header ul.social-icons {
  position: relative;
  z-index: 11;
  margin: 30px 0;
}
.site-header ul.social-icons li {
  display: inline-block;
  margin: 0 2px;
}
.site-header ul.social-icons li a {
  width: 36px;
  height: 36px;
  background-color: white;
  color: #444444;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}

.main-header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 1000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.scrolled {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#menu-wrapper {
  background-color: white;
  -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
}

.logo-wrapper {
	position:relative;
  background-position: 15px;
}

.logo-wrapper h1 {
	position:absolute;
	width:180px;
	z-index:9999;
	background-color:#483f42;
	}

.logo-wrapper a {
	display:block;
	margin:30px 40px;
}

.logo-wrapper a img {
	width:100px;
	}

@media screen and (max-width: 1199px) {
.logo-wrapper h1 {
	width:100px;
	}
.logo-wrapper a {
	margin:20px;
}
.logo-wrapper a img {
	width:60px;
	}	
}
	
@media screen and (max-width: 767px) {
.logo-wrapper h1 {
	width:80px;
	}
.logo-wrapper a {
	margin:15px;
}
.logo-wrapper a img {
	width:50px;
	}
}



.main-menu ul li {
  display: inline-block;
  margin: 0 20px;
}
.main-menu ul li:last-child {
  margin-right: 35px;
}
.main-menu ul li a {
  font-size: 20px;
  color: #444444;
  line-height: 70px;
  padding-top: 19px;
  font-weight:600;
  font-family: 'Signika', sans-serif;
}
.main-menu ul li.active a {
  border-top: 3px solid #29497c;
  color: #29497c;
}

.toggle-menu {
  width: 36px;
  height: 36px;
  float: right;
  margin-top: 33px;
  margin-right: 30px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  background: #a81e2b;
  display: inline-block;
  color: white;
  cursor:pointer;
}

.linkFb span {
	font-family: 'Signika', sans-serif;
	font-size:20px;
	display:block;
	color:#fff;
	text-align:center;
	line-height:38px;
	background-color:#3b5998;
	width: 36px;
	height: 36px;
	margin-top:17px;
	float:right;
	}
@media screen and (max-width: 991px) {
	.linkFb span {
	margin-top:7px;
	}
}
/*.menu-responsive {
  display: none;
  background-color: rgba(50, 50, 50, 0.88);
}
.menu-responsive ul li {
  padding: 5px 0px 5px 25px;
}
.menu-responsive ul li a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
.menu-responsive ul li.active a {
  color: #ec523f;
}*/

.flexslider {
  position: relative;

}
.flexslider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
}
.flexslider .slider-caption {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  top: 380px;
  left: 0;
}
.flexslider .slider-caption h2 {
font-family: 'Timmana', sans-serif;
  color: white;
  font-size: 45px;
  font-weight: 700;
  border-bottom: 1px solid white;
  padding-bottom: 0px;
  display: inline-block;
}
.flexslider .slider-caption p {
	font-family: 'Pacifico', cursive;
	color: white;
	font-size: 30px;
	display: block;
	margin-top:10px;
}
.flexslider .slider-caption a.slider-btn {
  color: white;
  background-color: #ec523f;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 989px) {
.flexslider .slider-caption h2 {
	font-size: 60px;
	line-height:50px;
}
.flexslider .slider-caption {
	height:116px;
	top:50%;
	margin-top:-48px;
}
.flexslider .slider-caption p {
	margin-top:0px;
}
}
@media screen and (min-width: 1200px) {
.flexslider .slider-caption h2 {
	font-size: 80px;
	line-height:60px;
}
.flexslider .slider-caption {
	height:140px;
	top:50%;
	margin-top:-50px;
}
}
@media screen and (max-width: 1199px) {
.flexslider .slider-caption h2 {
	font-size: 60px;
	line-height:50px;
}
.flexslider .slider-caption {
	height:116px;
	top:50%;
	margin-top:-48px;
}

  .main-menu ul li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .main-menu ul li:last-child {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .logo-wrapper { 
    background-size: contain;     
  }
  .logo-wrapper{
    height: 50px;
  }

  .toggle-menu {
    margin-top: 7px;
    margin-right: 10px;
  }
  .main-menu ul li {
    display: block;
	border-bottom:dotted 1px #ccc;
	text-align:center;
  }
  .main-menu ul li:last-child {
	  border-bottom:none;
	  }
  .menu-first.show {
    opacity: 1;
    height: auto;    
    margin-top: 10px;
    transition: opacity 1s, height 0;
  }
  .menu-first {
    float: right;
    overflow: auto;
    width: 100%;    
    opacity: 0;    
    height: 0;    
    /*background: rgba(50, 50, 50, 0.88);*/
    transition: opacity 1s, height 0 1s;
    /*transition: all 0.3s ease;    */
  }
  .main-menu ul li a {
    line-height: 40px;
    padding-top: 10px;   
  }
  .main-menu ul li.active a {
    border-top: none;
  }
  .main-menu ul li:last-child { margin-right: 20px; }
}
@media screen and (max-width: 767px) {
.flexslider .slider-caption h2 {
	font-size: 25px;
	line-height:20px;
}
.flexslider .slider-caption {
	height:54px;
	top:50%;
	margin-top:-20px;
}
.flexslider .slider-caption p {
	font-size: 15px;
	margin-top:0px;
}

  .main-header {
    top: 0;
  }
  .site-header {
    margin-top: 40px;
  }
  .logo-wrapper {
    float: left;
  }
  .menu-first {
    margin-top: 0;
  }
  .flexslider {
    margin-top: 50px;
  }
}

@media screen and (max-height: 500px) {
  .menu-first.show {
    max-height: 250px;
    padding-right: 15px;
  }
}



.heading-section {
  margin-bottom: 60px;
  color:#483f42;
}
.heading-section h2 span {
	font-family: 'Lobster', cursive;
	font-size: 60px;
	display: inline-block;
	padding:0 140px;
    background-image: url(../images/h2_bg_leftw.png), url(../images/h2_bg_rightw.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
	background-size: 100px 17px,100px 17px;
}

@media screen and (max-width: 767px) {
.heading-section h2 span{
	font-size: 40px;
	padding:0 80px;
	background-size: 60px 10px,60px 10px;
}	
}
.heading-section p {

  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
}

.small-text {
  color: #aaaaaa;
}

.space-fixed {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
}


.content-section#services {
  margin-top: 0px;
}

.service-item {
  position: relative;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}

.service-item a {
	color: #ffff66;
}

.service-item a:hover {
	color: black;
}

.service-item .service-icon {
  font-size: 3em;
  padding: 110px 0;
}
.service-item .service-content {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.service-item .service-content .inner-service {
  padding: 20px;
}
.service-item .service-content h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-bottom: 15px;
}
.service-item:hover .service-icon {
  opacity: 0;
  visibility: hidden;
}
.service-item:hover .service-content {
  opacity: 1;
  visibility: visible;
}

#service-1 {
  background-color: #1abc9c;
}

#service-2 {
  background-color: #e67e22;
}

#service-3 {
  background-color: #3498db;
}

#service-4 {
  background-color: #2ecc71;
}

.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-thumb img {
  width: 100%;
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
  background-color: #a81e2b;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}

@media screen and (min-width: 990px) and (max-width: 1201px) {
.portfolio-item .portfolio-thumb .portfolio-overlay p {
	line-height:1.2;
	}	
}

@media screen and (max-width: 767px) {
	
.portfolio-item .portfolio-thumb .portfolio-overlay p {
	display:none;
	}	
	
.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
  display: block;
}
	
}

.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
  margin-top: 15px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
  line-height: 36px;
}
.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

.team-member {
  margin-bottom: 30px;
}
.team-member .member-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.team-member .member-thumb img {
  width: 100%;
}
.team-member .member-thumb .team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: #ec523f;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.team-member .member-thumb .team-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-top: 64px;
}
.team-member .member-thumb .team-overlay span {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 10px;
  display: block;
}
.team-member .member-thumb .team-overlay ul.social {
  display: block;
  margin-top: 20px;
}
.team-member .member-thumb .team-overlay ul.social li {
  display: inline-block;
}
.team-member .member-thumb .team-overlay ul.social li a {
  width: 36px;
  height: 36px;
  background-color: white;
  line-height: 40px;
  color: #ec523f;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.team-member .member-thumb:hover .team-overlay {
  opacity: 1;
  visibility: visible;
}

.skills-heading {
  margin-top: 60px;
  margin-bottom: 50px;
}
.skills-heading h3.skills-title {
  font-style: italic;
  font-size: 18px;
  text-transform: uppercase;
  color: #5e5e5e;
}
.skills-heading .small-text {
  font-style: italic;
}

.progress {
  height: 34px;
  box-shadow: none;
  border-radius: 0;
  background-color: #e7e7e7;
  margin-bottom: 10px;
}

.progress-bar {
  line-height: 34px;
  text-align: left;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #ec523f;
  box-shadow: none;
}

.googlemap-wrapper {
  height: 450px;
  margin-bottom: 40px;
}

.map-canvas {
  height: 450px;
  border: 10px solid #fff;
}

.map-canvas iframe {
  width: 100%;
  height: 430px;
}
#go-top {
  background-color: #483f42;
  color: white;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 700;
}

#footer {
  margin-top: 150px;
  margin-bottom: 50px;
  color:#fff;
}

@media screen and (max-width: 767px) {
#footer span {
	display:block;
	text-align:center;
}	
}

/*
body, p, div, h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Arial, Verdana, Geneva, sans-serif;
   	font-style: normal;
}
*/



.contentSection {
  position: relative;
  overflow: hidden;
}

/* info */

#info {
	margin-top:150px;
	margin-bottom:100px;
	}

#info .heading-section h2 span {
    background-image: url(../images/h2_bg_left.png), url(../images/h2_bg_right.png);
}

.infomation {
	text-align:left;
	margin-bottom:70px;
	}

.infomation h3 {
	font-weight:700;
	color:#29497c;
	padding-bottom:10px;
	border-bottom:dotted 1px #29497c;
	}

.infomation h3 span {
	font-size:1.8em;
	margin-right:20px;
	}
	
.infomation p.tel {
	color:#a81e2b;
	font-size:1.5em;
	margin:15px 0;
	}
	
.infomation p.tel span {
	font-size:1.8em;
	font-weight:700;
	margin-left:20px;
	}


.infomation dl {
	overflow:hidden;
	margin-bottom:20px;
	}

.infomation dl dt {
	width:20%;
	float:left;
	clear:both;
	margin-bottom:10px;
	}
	
.infomation dl dd {
	width:80%;
	float:left;
	margin-bottom:10px;
	}
	
.infomation dl span {
	font-weight:700;
	}
	

#info .heading-section {
	margin-top:40px;
	}

@media screen and (max-width: 991px) {	
.infomation dl {
	overflow:hidden;
	margin-bottom:40px;
	}
}
	
@media screen and (max-width: 767px) {
#info {
	margin-top:100px;
	margin-bottom:50px;
	}
	
.infomation h3 {
	text-align:center;
	}
	
.infomation h3 span {
	font-size:1.8em;
	display:block;
	margin-right:0px;
	margin-bottom:8px;
	}
	
.infomation p.tel {
	text-align:center;
	background-color:#a81e2b;
	font-size:1.0em;
	margin:15px 0;
	}
.infomation p.tel a {
	display:block;
	color:#fff;
	}	
.infomation dl dt {
	background-color:#efefef;
	text-align:center;
	padding:10px;
	width:100%;
	float:none;
	clear:both;
	margin-bottom:10px;
	}
	
.infomation dl dd {
	width:100%;
	float:none;
	margin-bottom:10px;
	}
}

/* about */

#about {
	color:#fff;
	padding-bottom:280px;
	background-image:url(../images/about_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	text-align:center;
	-moz-text-shadow:-1px -1px 1px #111, 1px 1px 1px #000;
	-webkit-text-shadow:-1px -1px 1px #111, 1px 1px 1px #000;
	text-shadow:-1px -1px 1px #111, 1px 1px 1px #000;
	}
	
@media screen and (min-width: 768px) {
	#about {
	background-attachment:fixed;
	}
}
	
#about .heading-section {
	color:#fff;
	padding-top:200px;
	}

#about .heading-section h2 {
	color:#fff;
	padding-top:100px;
    background-position: left 125px, right 125px;
	}
	
#about h3 {
	line-height:1.8;
	font-size:28px;
	margin-bottom:40px;
	}
	
#about p {
	font-size:18px;
	line-height:2.0;
	}
@media screen and (min-width: 768px) {
#about p span.pc {
	display:block;
	}
}
@media screen and (max-width: 767px) {
#about p span.sm {
	display:block;
	}
}

	
@media screen and (max-width: 990px) {
#about h3 span {
	display:block;
}
}
#about:before {
  z-index:999;
  content: "";
  position: absolute;
  height: 180px;
  width: 300%;
  background: #fff;
  margin: 3% -30% 0;
  top: -270px;
  left: -100%;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
 -webkit-backface-visibility: hidden;
}  

#about:after {
  z-index:999;
  content: "";
  position: absolute;
  height: 180px;
  width: 300%;
  background: #29497c;
   margin: 3% -30% 0;
  bottom: -200px;
  left: -100%;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
 -webkit-backface-visibility: hidden;
}  

@media screen and (min-width: 768px) {
#about:before {
	margin: 3% -80% 0;
	top: -230px;
	left: -100%;
}  
#about:after {
	margin: 3% -80% 0;
}  

}
@media screen and (min-width: 1200px) {
#about:before {
	margin: 3% -50% 0;
	top: -250px;
	left: -100%;
}  

#about:after {
	margin: 3% -50% 0;
	bottom: -220px;
	left: -100%;
}  
}
@media screen and (max-width: 767px) {
#about {
	text-align:left;
	padding-bottom:200px;
	padding-right:20px;
	padding-left:20px;
}

#about .heading-section {
	padding-top:100px;
	}


#about:before {
	margin: 3% -50% 0;
	top: -160px;
	left: -100%;
}  

#about:after {
	margin: 3% -50% 0;
	bottom: -160px;
	left: -100%;
}  
}
/* menu */


#menu {
	background: #29497c;
	color:#fff;
	padding-bottom:150px;
	}
	
#menu .heading-section {
	margin-top:80px;
	color:#fff;
	}
	
#menu h3 {
	font-weight:700;
	padding:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #ccc;
	line-height:1.75;
	}
	
#menu ul {
	padding:0 10px;
	}
	
@media screen and (max-width: 991px) {
	
#menu {
	padding-bottom:80px;
	}

#menu ul {
	margin-bottom:40px;
	}

}

@media screen and (max-width: 767px) {
	
#menu .heading-section {
	margin-top:50px;
	}
}

#menu .middle ul {
	padding:0 0;
	}
	
#menu .middle ul li {
	font-weight:700;
	padding:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #ccc;
	}
	
#menu ul li {
	padding:10px;
	border-bottom:dotted 1px #ccc;
	}
	
#menu ul span {
	float:right;
	}

/* access */

#access {
	color:#fff;
	background-color:#b69b4c;
	}

#access .heading-section h2 {
	padding-top:100px;
	}

#access:before {
  z-index:999;
  content: "";
  position: absolute;
  height: 150px;
  width: 300%;
  background: #29497c;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
 -webkit-backface-visibility: hidden;
} 
@media screen and (min-width: 768px) {
	
#access .heading-section {
	margin-top:60px;
	color:#fff;
	}	
	
#access:before {
	margin: 3% -80% 0;
	top: -230px;
	left: -100%;
}  

}
@media screen and (min-width: 1200px) {
	
#access .heading-section {
	margin-top:120px;
	color:#fff;
	}
	
#access:before {
	margin: 3% -50% 0;
	top: -250px;
	left: -100%;
}  
}
@media screen and (max-width: 767px) {
	
#access .heading-section {
	margin-top:30px;
	color:#fff;
	}
	
#access:before {
	margin: 3% -50% 0;
	top: -160px;
	left: -100%;
}   
}