/***** Fonts *****/
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/poppins/Poppins-Medium.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins/Poppins-Medium.woff")
      format("woff"); /* Pretty Modern Browsers */
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/poppins/Poppins-SemiBold.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins/Poppins-SemiBold.woff")
      format("woff"); /* Pretty Modern Browsers */
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/poppins/Poppins-Bold.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins/Poppins-Bold.woff")
      format("woff"); /* Pretty Modern Browsers */
}

@font-face {
  font-family: "Rubik-Regular";
  src: url("../fonts/rubik/Rubik-Regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/rubik/Rubik-Regular.woff")
      format("woff"); /* Pretty Modern Browsers */
}

/***** Common CSS *****/
html,
body {
  min-height: 100%;
}
body {
  font-family: "Rubik-Regular";
  color: #333;
  overflow-x: hidden;
  background: url(../images/bg.png) no-repeat;
  background-size: cover;
  position: relative;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik-Regular";
  color: #333;
}
h1 {
  font-size: 36px;
}

a {
  color: #333;
}
a:hover,
a:focus {
  text-decoration: none;
}

p {
  font-size: 16px;
}

.logo {
  width: 150px;
  height: auto;
}

.d {
  
}
.text {
  max-width: 680px;
  width: 100%;
  padding: 20px 50px;
}

.building {
  width: 100%;
  height: auto;
  bottom: 200px;
}

.main-hldr {
  position: relative;
  width: 100%;
  height: 100%;
}
/* .main-hldr .content {
	margin-top: 50vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
    padding: 0 40px;
} */

/* @media screen and (max-width: 450px) { */
/* .logo {
		margin-top: 40px;
		margin-bottom: 40px;
		max-width: 100%;
		height: auto;
	}
  } */
