
/* ---------------- layout tags --------------------- */

body {
	background:#fff;
	font-family: 'Poppins', sans-serif !important;
	font-size:11px;
	color:#333;
}
h1, h2, h3, h4, h5, h6, p{
	margin: ;
	padding: 0;
}
.header {
	background: url(../images/bg_header.png) no-repeat center center;
	height: 715px;
	padding: 77px 0 0 0;
}
/* LOGO */
.header .logo {
	width: 311px;
	height: 62px;
	float: left;
}
.header .logo img {
	width: 100%;
	height: auto;
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

/* NAVIGATION */
.navigation {
	float: right;
	text-align: right;
	padding-top: 10px;
}
.navigation li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
	padding: 0 16px;
	font-weight: 600;
}
.navigation li a {
	color: #fff;
	line-height: 20px;
	cursor: pointer;
}
.navigation li a:hover {
	text-decoration: none;
}

/* BANNER */
.banner {
	width: 100%;
	float: left;
	padding: 71px 0 0 0;
}
.banner h1 {
	font-size: 69px;
	color: #fff;
	line-height: 68px;
	margin: 0;
	padding: 0;
	font-weight: 700;
}
.banner h1 span {
	display: block;
	font-weight: 200;
}
.banner p {
	font-size: 39px;
	color: #fff;
	font-weight: 400;
	line-height: 59px;
}

/* ABOUT US */
.about-us {
	padding-bottom: 101px;
}
.about-us h3 {
	font-size: 89px;
	color: #DC0202;
	line-height: 125px;
	font-weight: 700;
	text-align: right;
	margin:-10px 0 41px 0;
}
.about-us p {
	font-size: 25px;
	color: #505050;
	line-height: 25px;
	text-align: center;
	font-weight: 400;
}

/* WHY US */
.why-us {
	padding-bottom: 101px;
}
.why-us h3 {
	font-size: 84px;
	line-height: 125px;
	color: #DC0202;
	text-align: right;
	font-weight: 700;
	margin-bottom: 79px;
}
.why-us-list {
	text-align: center;
}
.why-us-list img {
	width: auto;
	height: 156px;
	margin-bottom: 41px;
}
.why-us h4 {
	font-size: 17px;
	line-height: 20px;
	color: #525252;
	margin-bottom: 10px;
	font-weight: 600;
}
.why-us p{
	font-size: 13px;
	color: #FA7268;
	line-height: 14px;
	font-weight: 500;
	margin-bottom: 0;
}
.why-us .txtb p {
	font-size: 20px;
	line-height: 25px;
	color: #505050;
	margin-bottom: 44px;
	text-align: center;
	font-weight: 500;
}

/* OPPORTUNITY BOX */
.opportunity-box {
	padding: 0 0 61px 0;
}
.opportunity-box .container {
	background: url(../images/ic_opportunity.svg) no-repeat left 95px;
}
.opportunity-box h3 {
	font-size: 84px;
	line-height: 125px;
	color: #DC0202;
	text-align: right;
	font-weight: 700;
	margin-bottom: 91px;
}
.opportunity-box p {
	font-size: 20px;
	line-height: 25px;
	color: #505050;
	margin-bottom: 44px;
	text-align: center;
	font-weight: 500;
}
.opportunity-box .author {
	font-size: 33px;
	color: #E75050;
	line-height: 33px;
	float: right;
	font-weight: 500;
}

/* blogs-box */
.blogs-box {
	padding-bottom: 133px;
}
.blogs-box .column {
	box-shadow: rgba(0,0,0,0.05) 0px 41px 38px;
	border-radius: 10px;
}
.blogs-box h3 {
	font-size: 84px;
	line-height: 125px;
	color: #DC0202;
	text-align: right;
	font-weight: 700;
	margin-bottom: 81px;
}
.blogs-box .imgb {
	position: relative;
}
.blogs-box .imgb img {
	width: 100%;
	height: auto;
}
.blogs-box .imgb span {
	font-size: 14px;
	color:#000 ;
	line-height: 18px;
	position: absolute;
	left: 16px;
	top: 12px;
	z-index: 1;
}
.blogs-box .txtb {
	padding: 12px 0 12px 16px;
}
.blogs-box .txtb span {
	font-size: 9px;
	color: #000;
	line-height: 12px;
	display: block;
	font-weight: 500;
}
.blogs-box .txtb p {
	font-size: 20px;
	color: #525252;
	line-height: 24px;
	margin: 0;
	font-weight: 600;
}
.blogs-box .card {
	width: 100%;
	text-align: center;
}

/* FOOTER */
.footer {
	background: url(../images/bg_footer.png) no-repeat center center;
	height: 737px;
	padding: 90px 0 0 0;
}
.footer-col-left p {
	font-size: 29px;
	color: #525252;
	line-height: 46px;
	margin-bottom: 15px;
	font-weight: 300;
}
.footer-col-left strong {
	font-weight: 500;
	display: block;
}
.footer-col-left button {
	width: 268px;
	height: 59px;
	font-size: 20px;
	color: #EA6676;
	line-height: 59px;
	border-radius: 74px;
	padding: 0 0 0 0;
	cursor: pointer;
	font-weight: 500;
	background-color: transparent;
	border:#EA6676 1px solid;
}
.footer-col-right {
	text-align: right;
	/*padding-top: 112px;*/
	padding-top: 80px;
}
.footer-col-right .footer-logo {
	width: 311px;
	height: 62px;
	display: inline-block;
	margin-bottom: 20px;
}
.footer-col-right .footer-logo img {
	width: 100%;
	height: auto;
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.footer-col-right p {
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 33px;
}
.footer-col-right span {
	display: block;
}
.footer-col-right ul {
	margin-bottom: 0;
}
.footer-col-right li {
	list-style: none;
	display: inline-block;
	margin-left: 17px;
	width: 44px;
	height: 44px;
}
.footer-col-right li img {
	width: 100%;
	height: 100%;
}
.footer-mid {
	padding: 46px 0 51px 0;
	text-align: right;
}
.footer-mid .column {
	width: 115px;
	display: inline-block;
	text-align: left;
	margin-left: 102px;
	vertical-align: top;
}
.footer-mid .column.last-col {
	width: 317px;
	float: right;
}
.footer-mid ul {
	margin: 0;
	padding: 0;
}
.footer-mid li {
	list-style: none;
	display: block;
	font-size: 12px;
	line-height: 22px;
}
.footer-mid li a {
	color: #fff;
}
.footer-mid li a:hover  {
	text-decoration: none;
}
.footer-mid .column p {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 20px;
}
.footer-mid .input-field {
	width: 100%;
	padding: 5px;
	border:rgba(255, 255, 255, .45) 1px solid;
	border-radius: 50px;
	float: left;
}
.footer-mid .input-field .input {
	background:none;
	font-size: 14px;
	color: rgba(255, 255, 255, .71);
	line-height: 42px;
	border:none;
	padding-left: 17px;
}
.footer-mid .input-field .input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, .71);
}
.footer-mid .input-field .input::-moz-placeholder { /* Firefox 19+ */
	color: rgba(255, 255, 255, .71);
}
.footer-mid .input-field .input:-ms-input-placeholder { /* IE 10+ */
	color: rgba(255, 255, 255, .71);
}
.footer-mid .input-field .input:-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, .71);
}
.footer-mid .input-field .input:focus {
	outline: none;
}
.footer-mid .input-field button {
	background-color: #F8A39D;
	width: 93px;
	height: 42px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	border-radius: 50px;
	float: right;
	border:none;
	letter-spacing: 1px;
	cursor: pointer;
}
.footer-bot {
	width: 68%;
	float: right;
	font-size: 10px;
	color: rgba(255, 255, 255, .72);
}
.footer-bot a {
	color: rgba(255, 255, 255, .72);
}
.footer-bot a:hover {
	color: rgba(255, 255, 255, .72);
}
.footer-bot strong {
	font-weight: 400;
	float: right;
}
.contact-us p,
.contact-us span {
	font-size: 14px;
}
.bubble {
	background: url(../images/ic_bubble1.png) no-repeat left top;
	width: 193px;
	height: 626px;
	position: absolute;
	left: 0;
	top: 247px;
	z-index: 1;
}
.bubble2 {
	background: url(../images/ic_bubble2.png) no-repeat left top;
	width: 212px;
	height: 480px;
	position: absolute;
	right: 0;
	top: 301px;
	z-index: 1;
}
.bubble3 {
	background: url(../images/ic_bubble3.png) no-repeat left top;
	width: 129px;
	height: 409px;
	position: absolute;
	left: 0;
	top: 1509px;
	z-index: 1;
}
.bubble4 {
	background: url(../images/ic_bubble4.png) no-repeat left top;
	width: 94px;
	height: 400px;
	position: absolute;
	left: 0;
	top: 2741px;
	z-index: 1;
}
.bubble5 {
	background: url(../images/ic_bubble5.png) no-repeat left top;
	width: 134px;
	height: 494px;
	position: absolute;
	right: 0;
	top: 1791px;
	z-index: 1;
}