@charset "utf-8";
/*======================================

 [ -Main Stylesheet-
  Theme: Bionick
  Version: 1.0
  Last change: 05/10/2015 ]
  	+++Fonts +++
	++++General Styles++++
	++++Typography ++++
	++++Content Styles ++++
	++++Loader ++++
	++++Header ++++
	++++Navigation ++++
	++++Home  ++++
	++++Section title+++++
	++++Footer ++++
	++++Responsive ++++

  Trimmed 2026-07-07: removed CSS for template sections not present on this
  page (Button, Slider/Carousel, Facts, Resume, Services, Skills, Testimonials,
  Twitter, Portfolio, Share, Video, Contacts, Blog).
*/
/*-------------Fonts (self-hosted) ---------------------------------------*/
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/lato-400.woff2) format('woff2');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/lato-700.woff2) format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/montserrat-variable.woff2) format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/montserrat-variable.woff2) format('woff2');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/raleway-variable.woff2) format('woff2');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/raleway-variable.woff2) format('woff2');
}

/*-------------Icons (inline SVG) ---------------------------------------*/
svg.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
}

/*-------------Accessibility utilities ---------------------------------------*/
.visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	background:#292929;
	height:100%;
	text-align:center;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
/*--------------Typography--------------------------------------*/
h1 {
	font-size: 4.46666666667em;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.17em;
}
h2 {
	font-size: 3.2em;
	font-weight: 300;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 0.9em;
	font-weight: 200;
}
h5 {
	font-size: 0.8em;
	font-weight: 200;
}
h6 {
	font-size: 0.6em;
	font-weight: 200;
}
p {
	text-align:left;
	font-size:14px;
	line-height:24px;
	padding-bottom:10px;
	font-family: 'Lato', sans-serif;
}
p a {
    text-decoration: underline;
}
blockquote {
	float:left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#494949;
}
/* ---------Content Styles--------------------------------------*/
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}
#wrapper{
	height:100%;
	margin-left:0;
	vertical-align:top;
	position: absolute;
	left:0;
	top:0;
	right:0;
	z-index:2;
	width:100%;
}
.content-holder{
	vertical-align: top;
	position: absolute;
	left:0;
	top: 0;
	right: 0;
	z-index: 2;
	height: 100%;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.scale-bg2{
	opacity:0;
}
.container{
	max-width: 900px;
	width:92%;
	margin:0 auto;
	position: relative;
	z-index:2;
}
.content {
	width:100%;
	position:relative;
	z-index:2;
	float:left;
	height:100%;
}
.full-height {
	height:100%;
}
.wrapper-inner {
	float:right;
	width:60%;
	position:relative;
	background:#fff;
	padding:150px 0 100px;
	z-index:4;
	opacity:0;
}
.home-wrap {
	padding-top:0;
}
.no-padding {
	padding:0 !important;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
}
.respimg {
	width:100%;
	height:auto;
}
.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.2;
}
section {
	float:left;
	width:100%;
	position:relative;
	padding:50px 0;
}
.align-text {
	text-align:left;
}
.section-parallax {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.no-border {
	border:none !important;
}
/*------ Fixed column-------------------------------------------------*/
.fixed-column {
	position:fixed;
	top:0;
	left:0;
	width:40%;
	height:100%;
	z-index:3;
	opacity:0;
	-webkit-transform: translate3d(0,0,0);
}
.fixed-column .overlay {
	opacity:0.3;
}
.bg-wrapper  {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transition: all 0.4s  ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s   ease-in-out;
	transition: all 0.4s  ease-in-out;
}
.bg-wrapper:before  , .bg-wrapper:after{
	content:'';
	position:absolute;
	bottom:50px;
	left:50px;
	z-index:2;
	background:rgba(255,255,255,0.51);
}
.bg-wrapper:before {
	width:10px;
	height:70%;
}
.bg-wrapper:after {
	width:70%;
	height:10px;
	margin-left:10px;
}
.bg-title {
	position:absolute;
	bottom:90px;
	left:90px;
	font-size:60px;
	text-align:left;
}
.bg-title span {
	float:left;
	line-height:55px;
	max-width:250px;
	color:rgba(255,255,255,0.91);
	font-weight:bold;
	text-transform:uppercase;
}
.bg-title:before {
	content:'';
	position:absolute;
	bottom:-9px;
	left:0;
	width:100%;
	height:4px;
}
/*------ Header-------------------------------------------------*/
header {
	position:fixed;
	top:0;
	left:0;
	width:40%;
	height:70px;
	background:#191919;
	z-index:10;
	-webkit-transform: translate3d(0,0,0);
}
.logo-holder {
	float:left;
	max-width:200px;
	height:70px;
	position:relative;
	padding:0 30px;
	line-height:70px;
}
/*------ loader-------------------------------------------------*/
 .loader-holder {
	 position:fixed;
	 width:50px;
	 height:50px;
	 top:50%;
	 left:50%;
	 margin-top:-20px;
	 margin-left:-20px;
	 z-index:150;
}
.loader-inner {
	top:0;
	left:0;
	position:absolute;
  	width: 50px;
  	height: 50px;
  	z-index:20;
	-webkit-transition: all 0.4s  ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s   ease-in-out;
	transition: all 0.4s  ease-in-out;
}
.loader {
	float:left;
	width: 50px;
	height: 50px;
	border-left:10px solid #191919;
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.loader , .loader:after {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ---------Navigation--------------------------------------*/
.nav-inner {
	position:fixed;
	top:0;
	left:0;
	width:40%;
	height:100%;
	z-index:9;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: perspective(200px) rotateX(-15deg) scale(0.75);
	-moz-transform: perspective(200px) rotateX(-15deg) scale(0.75);
	-o-transform: perspective(200px) rotateX(-15deg) scale(0.75);
	-ms-transform: perspective(200px) rotateX(-15deg) scale(0.75);
	transform: perspective(200px) rotateX(-15deg) scale(0.75);
	opacity:0;
}
.nav-inner:before {
	content:'';
	position:absolute;
	width:60%;
	height:2px;
	left:20%;
	top:50%;
	z-index:2;
	opacity:0.3;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-inner.menhov:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.vismen {
	visibility: visible;
	-webkit-transform: perspective(200px) rotateX(0deg) scale(1.0);
	-moz-transform: perspective(200px) rotateX(0deg) scale(1.0);
	-o-transform: perspective(200px) rotateX(0deg) scale(1.0);
	-ms-transform: perspective(200px) rotateX(0deg) scale(1.0);
	transform: perspective(200px) rotateX(0deg) scale(1.0);
	opacity:1;
}
.nav-inner .overlay {
	opacity:0.8;
}
.nav-inner nav {
	width:100%;
	float:left;
	position:relative;
	top:50%;
	-webkit-transform: translate3d(0,0,0);
}
.nav-inner nav li {
	float:left;
	width:100%;
	padding:5px 0;
	position:relative;
}
.nav-inner nav li:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.51);
	opacity:0;
}
.nav-inner nav li a {
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	position:relative;
}
.nav-inner nav li a  , .nav-inner nav li:before  , .nav-inner:before , .nav-inner nav li.subnav a .subnavicon   {
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.nav-inner nav li:hover:before {
 	opacity:1;
}
.nav-inner nav li.subnav a .subnavicon {
	position:absolute;
	bottom:6px;
	right:-100%;
	z-index:5;
	color:#fff;
	font-size:12px;
}
.nav-inner nav li.subnav:hover .subnavicon {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.nav-inner nav li.subnav ul li a .subnavicon {
	display:none;
}
.scroll-nav-holder {
	float:right;
	width:100%;
	line-height:70px;
	background:#191919;
	position:relative;
	z-index:6;
	top:0
}
.scroll-nav {
	float:left;
	margin-left:10px;
}
.scroll-nav li {
	float:left;
}
.scroll-nav li a {
	padding:15px 24px;
	background:#292929;
	color:#fff;
	position:relative;
	overflow:hidden;
}
.scroll-nav li a span {
	position:relative;
	z-index:2;
}
.scroll-nav li a:before , .nav-button span:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:0;
	z-index:1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.scroll-nav li a.act-link:before  , .nav-button:hover span:before{
	width:100%;
}
.scroll-nav li a.act-link{
	color:#000;
}
.scroll-nav li a.act-link:hover {
	color:#fff;
}
.nav-inner nav li ul li a {
	font-size:14px;
}
.nav-inner nav li.subnav:hover:before {
	display:none;
}
.nav-inner nav li ul {
	display:none;
}
.nav-button{
	position:absolute;
	top:25px;
	right:16px;
	z-index:21;
	width: 30px;
	height:40px;
	line-height:40px;
	cursor:pointer;
	font-size:24px;
}
.nav-button:before {
	content:'';
	position:absolute;
	top:-10px;
	left:-20px;
	background:#292929;
	width:2px;
	height:100%;
}
.nav-button span{
	width:100%;
	float:left;
	margin-bottom:5px;
	height:3px;
	background:#fff;
	position:relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-button.cmenu .nbs{
	opacity:0;
}
.nav-button.cmenu .nos  {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom:0;
	top:9px;
}
.nav-button.cmenu .ncs{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-bottom:0;
	top:6px;
}
.nav-decor {
	position:absolute;
	z-index:2;
	width:50px;
	height:50px;
}
.nav-decor:before , .nav-decor:after {
	content:'';
	position:absolute;
	background:rgba(255,255,255,0.51);
}
.nav-decor-tl {
	left:50px;
	top:100px;
}
.nav-decor-tl:before , .nav-decor-tl:after {
	left:0;
	top:0;
}
.nav-decor-tl:before{
	height:2px;
	width:50px;
	left:2px;
}
.nav-decor-tl:after{
	height:50px;
	width:2px;
}
.nav-decor-br {
	right:50px;
	bottom:50px;
}
.nav-decor-br:before , .nav-decor-br:after {
	right:0;
	bottom:0;
}
.nav-decor-br:before{
	height:2px;
	width:50px;
	right:2px;
}
.nav-decor-br:after{
	height:50px;
	width:2px;
}
.fwslider-holder , .slideshow-wrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#292929;
}
.fwslider {
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
.hero-title {
	position:relative;
	width:100%;
	padding-left:40%;
	float:left;
	top:45%;
	z-index:16;
}
.hero-title h2 {
	float:left;
	color:#fff;
	position:relative;
	font-size:94px;
	text-align:left;
	font-family:'Montserrat', sans-serif;
    font-weight:700;
}
.hero-title h3 {
	float:left;
	font-size:24px;
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
	letter-spacing:1px;
	position:relative;
}
.hero-wrap {
	float:left;
	position:relative;
	padding-left:20px;
	width:100%;
}
.hero-title h2 a, .hero-title h3 a, .hero-title h3{
	 color:#fff;
	 -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.halig-center h3 ,  .halig-center h4{
	text-align:center !important;
	float:none !important;
}
.halig-center h4:before {
	content:'';
	position:absolute;
	bottom:-20px;
	left:50%;
	margin-left:-35px;
	width:70px;
	height:4px;
}
.halig-right {
	float:right;
	padding-left:0;
	padding-right:40%;
}
.halig-right h3 ,  .halig-right h4 {
	text-align:right !important;
	float:right;
}
.halig-right .hero-wrap {
	float:right;
	padding-left:0;
	padding-right:20px;
}
.fwslider-holder .owl-dots {
	position:absolute;
	bottom:50px;
	left:0;
	width:40%;
	z-index:6;
}
.fwslider-holder .owl-dots .owl-dot {
	display:inline-block;
	width:40px;
	height:4px;
	margin-left:2px;
}
.fwslider-holder .owl-dots .owl-dot span {
	float:left;
	width:100%;
	height:10px;
	position:relative;
}
.fwslider-holder .owl-dots .owl-dot span:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:4px;
	background:rgba(255,255,255,0.51);
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.hero-wrapper {
	float:left;
	width:100%;
	height:100%;
	position:relative;
	z-index:4;
	overflow:hidden;
	opacity:0;
}
/* ---------Section title --------------------------------------*/
.section-title {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:50px;
}
.section-title h2 {
	float:left;
	width:100%;
	position:relative;
	font-size:53px;
	font-weight:bold;
	letter-spacing:1px;
	color:#191919;
	text-transform:uppercase;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
}
.section-title h3 {
	float:left;
	padding:14px 30px;
	color:#000;
	text-transform:uppercase;
	position:relative;
	margin-bottom:20px;
	font-size:26px;
	font-weight:bold;
}
.section-title h3:before {
	content:'';
	position:absolute;
	bottom:-10px;
	right:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width:0 10px  10px 0;
}
.st-separator {
	float:left;
	width:180px;
	height:2px;
	position:relative;
	margin-top:10px;
}
.st-separator:before {
	content:'';
	position:absolute;
	top:2px;
	left:0;
	width:50px;
	height:4px;
}
.sect-subtitle {
	position:absolute;
	top:50%;
	left:20%;
	opacity:0.2;
	color:#ccc;
	font-weight:bold;
	text-transform:uppercase;
}
.section-separator {
	float:left;
	height:2px;
	width:100%;
	margin:20px  0;
	position:relative;
}
.section-separator:before {
	content:'';
	position:absolute;
	top:50%;
	right:5%;
	width:90%;
	height:1px;
	background:#ccc;
	margin-top:-1px;
}
.text-subtitle {
	float:left;
	width:100%;
	position:relative;
	font-size:14px;
	font-weight:bold;
	letter-spacing:2;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	color:#666;
	padding-bottom:10px
}
.text-title {
	float:left;
	width:100%;
	position:relative;
	font-size:26px;
	font-weight:bold;
	letter-spacing:2px;
	color:#191919;
	text-transform:uppercase;
	text-align:left;
	padding-bottom:10px;
}
/* --------- footer --------------------------------------*/
.height-emulator {
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
footer {
	position:fixed;
	background:#191919;
	width:60%;
	right:0;
	bottom:0;
	z-index:2;
	padding-top:100px;
	visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	opacity:0;
}
.visfooter {
	visibility: visible;
}
.footer-info {
	float:left;
	width:100%;
	padding-bottom:20px;
}
.footer-info h3 {
	float:left;
	width:100%;
	color:#fff;
	position:relative;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	text-align:left;
	margin-bottom:45px;
}
.footer-info h3:before {
	content:'';
	position:absolute;
	bottom:-7px;
	left:0;
	width:60px;
	height:2px;
}
.footer-social li {
	float:left;
	padding:4px;
}
.footer-social li a {
	width:40px;
	height:40px;
	float:left;
	border-radius:100%;
	line-height:40px;
	color:#191919;
	font-size:18px;
}
.to-top-holder {
	float:left;
	width:100%;
 	background:#000;
	position:relative;
	margin-top:30px;
}
.to-top  {
	cursor:pointer;
	overflow:hidden;
	position:relative;
	width:50px;
	height:70px;
	float:right;
	font-size:24px;
	color:#fff;
	line-height:70px;
}
.to-top-holder p {
	color:#fff;
	position:relative;
	top:45px;
	font-size:10px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	padding-left:20px;
}
.to-top-holder p:before  , .to-top-holder p:after{
	content:'';
	position:absolute;
	top:-15px;
	left:0px;
	z-index:2;
}
.to-top-holder p:before {
	width:2px;
	height:50px;
}
.to-top-holder p:after {
	width:50px;
	height:2px;
}
.to-top svg , .footer-social li a svg {
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.to-top:hover svg , .footer-social li a:hover svg{
	opacity:0.5;
}
.fwslider-holder .customNavigation  , .show-info{
	position:absolute;
	z-index:5;
	bottom:50px;
	right:50px;
}
.fwslider-holder .customNavigation  a  , .show-info{
	width:40px;
	height:40px;
	color:#fff;
	line-height:40px;
	cursor:pointer;
	font-size:18px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.fwslider-holder .customNavigation  a {
	display:inline-block;
}
.fwslider-holder .customNavigation  a:hover  , .show-info:hover{
	background:rgba(255,255,255,0.51);
	color:#292929;
}
/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 1036px) {
.wrapper-inner  , header , footer , .nav-inner {
	width:100%;
}
.wrapper-inner   {
	float:left;
}
footer {
	position:relative;
	padding:90px 0 0;
	float:left;
	visibility: visible !important;
}

.height-emulator  , .fixed-column , .scroll-nav-holder , .tooltip , #audio-control , .sect-subtitle{
	display:none;
}
.about-image {
	margin-bottom:40px;
}
.hero-title {
	padding-left:0 !important;
	padding-right:0 !important;
}
.hero-title h2 {
	width:100%;
	font-size:64px;
	text-align:center !important;
}
.hero-title h3 {
	width:100%;
	text-align:center !important;
}
.hero-wrap {
	padding-left:0;
	border: none !important;
}
.hero-title h3:before {
	content:'';
	position:absolute;
	bottom:-20px;
	left:50%;
	margin-left:-35px;
	width:70px;
	height:4px;
}
.wrapper-inner {
	padding:70px 0;
}
}
@media only screen and  (max-width: 756px) {
.section-title h2 {
	font-size:40px;
}
}
@media only screen and  (max-width: 540px) {
.hero-title h2 {
	font-size:45px;
}
.text-title {
	font-size:18px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}