/***** Common CSS *****/
html,
body {
  min-height: 100%;
}
body {
  font-family: "Rubik-Regular";
  color: #333;
  overflow-x: hidden;
  background-image: url(../images/bg_left.png), url(../images/bg_right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
  position: relative;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #003c6d;
}
h1 {
  font-size: 36px;
}

a {
  color: #333;
}
a:hover,
a:focus {
  text-decoration: none;
}

p {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #003c6d;
}

.logo {
  width: 150px;
  height: auto;
}

.d {
  width: 100%;
  height: auto;
}
.text {
  max-width: 680px;
  width: 100%;
  padding: 20px 50px;
}

.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;
	}
  } */
