body {
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #4a4a4a;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
    background-color: #fff5cb;
}
a {
	font-weight: normal;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
a:focus, a:hover {
	text-decoration: none;
	outline: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.document {
	position: relative;
}
.header {
	position: fixed;
	height: 90px;
	z-index: 9;
	width: 100%;
}
.header-section.navbar-default {
	background: #ffd41f;
	border-bottom: none;
}
.navbar-header {
	height: 100%;
}
.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 13px;
}
.navbar-logo {
	line-height: 49px;
	white-space: nowrap;
	margin-left: 0 !important;
	display: block;
	height: 100%;
    width: 250px;
}
.navbar-logo img {
	vertical-align: bottom;
}
.navbar-logo:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.navbar-nav > li > a {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 25px;
	font-size: 15px;
	text-transform: none;
    font-weight: 600;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #000;
    text-decoration: underline;
}
.section {
	overflow: visible;
	position: relative;
}
.left-image {
	position: fixed;
	bottom: 0;
	left: 0;
}
.left-image img {
	height: 596px;
	width: auto;
}
.container {
	/*height: 100vh;*/
	position: relative;
	margin: 0 auto;
}
.header .container {
	height: auto;
}
.section .container {
	max-width: 755px;
    padding-top: 150px;
}
.download-text {
    font-size: 22px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.80);
    font-weight: 400;
    text-align: center;
}
.download-btn, .load-more-btn {
    max-width: 400px;
    margin: 30px auto;
    position: relative;
}
.download-btn a, .load-more-btn a {
    background: #FFF;
    display: block;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    border-radius: 30px;
    box-shadow: 0px 6px 0px 0px rgba(255, 220, 72, 0.5);
}
.download-btn a img {
    width: 40px;
    position: absolute;
    right: 10px;
    top: 8px;
}
.free-report-wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.free-report-wrapper a {
    font-size: 18px;
    line-height: 24px;
    color: #000;
}
.free-report-wrapper a span {
    font-weight: 600;
}
.free-report-wrapper a i {
    margin-left: 10px;
    background-image: -moz-linear-gradient(top,  #ffa7fc 0%, #7530e3 100%);
    background-image: -webkit-linear-gradient(top,  #ffa7fc 0%,#7530e3 100%);
    background-image: -ms-linear-gradient(top,  #ffa7fc 0%,#7530e3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    vertical-align: middle;
}
.sub-title {
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	padding: 30px 0 0 25px;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
}
.sub-title-bg {
    background-image: -moz-linear-gradient( 0deg, rgb(117,48,227) 0%, rgb(225,175,204) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(117,48,227) 0%, rgb(225,175,204) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(117,48,227) 0%, rgb(225,175,204) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.sub-title::after {
    content: "";
    position: absolute;
    width: 100%;
    background-image: -moz-linear-gradient( 0deg, rgb(117,48,227) 0%, rgb(225,175,204) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(117,48,227) 0%, rgb(225,175,204) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(117,48,227) 0%, rgb(225,175,204) 100%);
    height: 6px;
    bottom: -10px;
    left: 0;
}
.link-list, .insta-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.insta-list li {
    float: left;
    width: 33.33%;
    padding: 0 5px 5px 0;
    /*min-height: 242px;*/
}
.link-list li {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.link-list li:last-child {
    border-bottom: none;
}
.link-list li a {
    background: url("../images/arrow.png") no-repeat 98%;
    display: block;
    background-size: 15px auto;
}
.ii-image {
    background-size: cover !important;
    min-width: 33.33%;
    height: 316px;
	background-position: center !important;
}
.ll-image {
    float: left;
    padding: 10px 0 0 20px;
    width: 60px;
}
.ll-det-wrapper {
    margin-left: 80px;
}
.ll-title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    color: #FFF;
}
.ll-link {
    font-size: 20px;
    line-height: 20px;
    color: #aca1bb;
    padding-top: 10px;
}
.footer {
	padding: 50px 0 30px;
	width: 100%;
	text-align: center;
}
.footer .container {
	height: auto !important;
	width: 755px;
}
.footer-links {
	padding: 0;
	margin: 0 auto;
	max-width: 520px;
	list-style: none;
	padding-top: 45px;
}
.footer-links li {
	float: left;
	padding-right: 38px;
	font-size: 15px;
	color: #000;
	line-height: 15px;
}
.footer-links li.social-links {
	padding-right: 19px;
}
.footer-links li:last-child {
	padding-right: 0;
}
.footer-links li a, .footer-links li a:hover, .footer-links li a:focus {
	text-decoration: none;
	color: #000;
}
.copyright {
	font-size: 14px;
	line-height: 14px;
	color: rgba(0, 0, 0, 0.50);
	padding-top: 25px;
}
.list-full {
	width: 100% !important;
}
@media ( min-width: 768px ) {
	.navbar-nav > li > a {
		margin-top: 35px;
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
    html {
        height: 100% !important;
    }
    .header-section {
		height: auto;
	}
    .header-section .container {
        padding: 0;
    }
	.header-section.navbar-default {
        
	}
	.top-image, .footer-image {
		display: none;
	}
    .navbar-logo {
        padding: 0 !important;
    }
	.navbar-logo img {
		height: 42px;
		vertical-align: top;
		margin-top: 10px;
	}
	.navbar-header {
		margin: 0 !important;
        padding: 0 15px;
	}
	.navbar-toggle, .navbar-toggle:hover, .navbar-toggle:visited {
		background: transparent !important;
		border: 2px solid #000 !important;
		padding: 0;
        margin: 15px 0;
        border-radius: 5px;
	}
    .icon-bar {
        background: #000 !important;
    }
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-collapse {
		background: #ffd41f;
	}
	.navbar-toggle .float-left {
		display: none;
	}
	.navbar-toggle .float-right {
		margin: 0;
        padding: 10px;
	}
	.navbar-toggle .fa-bars {
		width: 15px;
		display: block;
	}
	.navbar-default .navbar-toggle .fa-bars {
		color: #ffdaa1;
	}
	.navbar-collapse {
		width: 100%;
		margin: 0 !important;
        border: 0;
	}
    .section .container {
        padding: 90px 0 0 5px;
    }
    .download-text {
        font-size: 15px;
        line-height: 21px;
        padding: 0 30px;
    }
    .download-btn, .load-more-btn {
        max-width: 270px;
        margin: 20px auto;
    }
    .download-btn a, .load-more-btn a {
        font-size: 15px;
    }
    .sub-title {
        font-size: 25px;
        line-height: 25px;
        padding-top: 110px;
        padding-left: 15px;
    }
    .sub-title::after {
        height: 3px;
    }
    .link-list li a {
        background-size: 8px auto;
    }
    .ii-image {
        height: 179px;
    }
    .ll-image {
        padding: 10px 0 0 10px;
        width: 30px;
    }
    .ll-det-wrapper {
        margin-left: 50px;
    }
    .ll-title {
        font-size: 16px;
        line-height: 20px;
        padding-right: 20px;
    }
    .ll-link {
        font-size: 14px;
        line-height: 14px;
    }
    .footer {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .footer .container {
        width: 100%;
    }
    .footer-links {
        padding: 0;
        margin: 0 auto;
        max-width: 460px;
        list-style: none;
        padding-top: 45px;
    }
    .footer-links li {
        float: none;
        padding-right: 0;
        font-size: 15px;
        color: #000;
        line-height: 15px;
        display: inline-block;
        min-width: 25%;
    }
    .footer-links li.social-links {
        min-width: auto;
        padding-top: 10px;
    }
    .footer-links li.social-links i {
        font-size: 25px;
    }
    .footer-links li:last-child {
        padding-right: 0;
    }
    .footer-links li a, .footer-links li a:hover, .footer-links li a:focus {
        text-decoration: none;
        color: #000;
    }
    .social-links.mobile-hide {
        display: block;
        margin: 15px 0 5px;
        padding-right: 0;
        padding-top: 0;
    }
    .copyright {
        font-size: 12px;
        line-height: 12px;
        color: rgba(0, 0, 0, 0.50);
        padding: 20px 0;
    }
}
.load-more-wrapper {
    font-size: 20px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.80);
    text-align: center;
    padding: 20px 0;
}
.loading {
    display: inline-block;
    overflow: hidden;
    height: 1.3em;
    margin-top: -0.3em;
    line-height: 1.5em;
    vertical-align: middle;
}
.loading::after {
    display: inline-table;
    white-space: pre;
    text-align: left;
}
.loading.circle::after {
    content: "◴\A◷\A◶\A◵";
    animation: spin4 1s steps(4) infinite;
}
@keyframes spin1  { to { transform: translateY( -1.5em); } }
@keyframes spin2  { to { transform: translateY( -3.0em); } }
@keyframes spin3  { to { transform: translateY( -4.5em); } }
@keyframes spin4  { to { transform: translateY( -6.0em); } }
@keyframes spin5  { to { transform: translateY( -7.5em); } }
@keyframes spin6  { to { transform: translateY( -9.0em); } }
@keyframes spin7  { to { transform: translateY(-10.5em); } }
@keyframes spin8  { to { transform: translateY(-12.0em); } }
@keyframes spin9  { to { transform: translateY(-13.5em); } }
@keyframes spin10 { to { transform: translateY(-15.0em); } }
@keyframes spin11 { to { transform: translateY(-16.5em); } }
@keyframes spin12 { to { transform: translateY(-18.0em); } }