/* CSS Document */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/Poppins-Light/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Poppins-Light/Poppins-Light.woff2") format("woff2"), url("/fonts/Poppins-Light/Poppins-Light.woff") format("woff"), url("/fonts/Poppins-Light/Poppins-Light.ttf") format("truetype"), url("/fonts/Poppins-Light/Poppins-Light.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Poppins-Regular/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Poppins-Regular/Poppins-Regular.woff2") format("woff2"), url("/fonts/Poppins-Regular/Poppins-Regular.woff") format("woff"), url("/fonts/Poppins-Regular/Poppins-Regular.ttf") format("truetype"), url("/fonts/Poppins-Regular/Poppins-Regular.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/Poppins-Medium/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Poppins-Medium/Poppins-Medium.woff2") format("woff2"), url("/fonts/Poppins-Medium/Poppins-Medium.woff") format("woff"), url("/fonts/Poppins-Medium/Poppins-Medium.ttf") format("truetype"), url("/fonts/Poppins-Medium/Poppins-Medium.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/Poppins-SemiBold/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Poppins-SemiBold/Poppins-SemiBold.woff2") format("woff2"), url("/fonts/Poppins-SemiBold/Poppins-SemiBold.woff") format("woff"), url("/fonts/Poppins-SemiBold/Poppins-SemiBold.ttf") format("truetype"), url("/fonts/Poppins-SemiBold/Poppins-SemiBold.svg#Poppins") format("svg");
}


body {
    overflow-x: hidden !important;
    font: normal 400 1.6rem / 1.6 "Poppins", sans-serif;
    color: #676767;
	background-color: #fff
}

.bgimage { 
	background-image: url("/assets/images/start_right.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


h1 {
    font: normal 600 3.2rem / 1.2 "Poppins", sans-serif;

}
p.text {
    font: normal 300 1.1rem / 1.6 "Poppins", sans-serif;
    color: #757675;
}


.container-left {padding-left:50px !important; padding-right: 50px !important;height: auto}

@media only screen and (max-width: 767px) {
   
    .container-right {height:100vh;display: table}
	h1 {
		font: normal 600 2.4rem / 1.2 "Poppins", sans-serif;

	}
	p.text {
		font: normal 300 1rem / 1.6 "Poppins", sans-serif;
		
	}
}
