@charset "utf-8";
/* CSS Document */
body, html {
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
img {
    border: 0;
}
a {
	color:#3fa1e8;
}
#wrapper {
    width: 100%;
    min-width: 1280px;
    height: 100%;
    margin: 0 auto;
}
div.banner {
	background-attachment: fixed;
	background-origin: padding-box;
	background-position: center 0px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 40;
	width:100%;
}
.clear {
	clear:both;
}
#main_title {
	position: relative;
	width:fit-content;
	height:10%;
	margin: 0 auto;
	top:52%;
}
#main_learn_more {
	position: relative;
	width:600px;
	height:207px;
	margin: 0 auto;
	top:40%;
}
#header_section {
	height: 110px;
	top: 0;
	width: 100%;
	left: 0px;
	position: fixed;
	z-index: 60;
	-webkit-transition: background linear 0.2s;
	-moz-transition: background linear 0.2s;
	-o-transition: background linear 0.2s;
	-ms-transition: background linear 0.2s;
	transition: background linear 0.2s;
}
.box {
	background: rgba(0,0,0,0.70);
}
#main_container {
	position: relative;
	margin-top:0;
	margin-bottom:0;
	z-index: 40;
	width: 100%;
}
#main_section {
	background-color:#ffffff;
	width: 100%;
	padding-top:110px;
}
#main {
    background-color: #ffffff;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
#bottom_padding {
	width: 100%;
	height: 450px;
	pointer-events:none;
}
#bottom_section {
    display: flex;
    align-items: center;
	position: fixed;
	background-color:#222222;
	bottom: 0px;
	left: 0px;
	padding:0px;
	height: 450px;
	width: 100%;
	z-index: 30;
}
#footer {
	width:95%;
	margin: 0 auto;
	padding: 0;
	padding-left:25px;
	padding-right:25px;
	text-align: center;
}
#top {
	width:85%;
	position: relative;
	margin: 0 auto;
	padding: 0;
	padding-left:25px;
	padding-right:25px;
}
#logo {
	float:left;
	margin-top:12px;
}
#nav {
	border-bottom: 1px solid #666666;
	float: right;
	margin-top: 72px;
	position: relative;
	width: 62%;
	height:25px;
}
#nav li {
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 20px;
}
#nav li.last {
	margin-right: 0px;
}
#nav li a {
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 10px;
	z-index: 2;
	text-decoration:none;
	text-shadow: 0 0 5px #222222;
}
#nav_ind {
	height:1px;
	width:0px;
	background-color:#3fa1e8;
	position:absolute;
	top:25px;
	left:0px;
}
.main_title {
	color:#88939a;
	font-size:30px;
	font-weight:bold;
}
.sub_title {
	color:#88939a;
	font-size:20px;
	font-weight:bold;
}
.sub_text {
	color:#777777;
	font-size:20px;
	text-align:justify;
	line-height:28px;
}
.desc {
	color:#88939a;
	font-size:16px;
	text-align:justify;
	line-height:21px;
}
#footer ul.social-media {
	border-bottom: 1px solid #2A2A2A;
	display: none;
	/* margin-top: 34px; */
	margin-bottom: 34px;
	overflow: hidden;
	/* padding-bottom: 14px; */
}
#footer ul.social-media li {
	display: block;
	float: left;
	margin-right: 50px;
}
#footer ul.social-media li a {
	border-radius: 4px;
	display: block;
	height: 65px;
	width: 70px;
}
.spritesheet.icntw {
	background-position: 0 -267px;
	width: 32px;
	height: 23px;
	top: 20px;
}
.spritesheet {
	background-image: url("../images/spritesheet.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
}
.spritesheet.icnfb {
	background-position: 0 -300px;
	width: 12px;
	height: 27px;
	top: 18px;
}
.spritesheet.icndribbble {
	background-position: 0 -337px;
	width: 28px;
	height: 29px;
	top: 17px;
}
.spritesheet.icnpinterest {
	background-position: 0 -376px;
	width: 28px;
	height: 29px;
	top: 17px;
}
.spritesheet.icnlinledin {
	background-position: 0 -415px;
	width: 20px;
	height: 20px;
	top: 21px;
}
.spritesheet.icnrss {
	background-position: 0 -445px;
	width: 21px;
	height: 21px;
	top: 23px;
}
#footer ul.social-media li:last-child {
	margin-right: 0px;
}
#footer ul.contactus {
	border-bottom: 1px solid #2A2A2A;
	display: inline-block;
	letter-spacing: -1px;
	overflow: hidden;
	margin: 10px 0;
	/* padding-bottom: 34px; */
}
#footer ul.contactus li {
	color: #0CACFF;
	font-size: 32px;
	font-weight: 700;
	line-height: 35px;
	display: block;
	float: left;
	margin-right: 34px;
}
#footer ul.contactus li a.mail {
	color: #0CACFF;
	padding-left: 50px;
	text-decoration:none;
}
#footer ul.contactus li a.mail {
	position: relative;
}
#footer ul.contactus li a.mail::after {
	background: url("../images/spritesheet.png") no-repeat 0 -476px;
	content: '';
	position: absolute;
	left: 0px;
	top: 7px;
	height: 24px;
	width: 36px;
}
#footer ul.contactus li:last-child {
	margin-right: 0px;
}
#footer ul.contactus li span.phone {
	padding-left: 25px;
	position: relative;
	margin-left:40px;
}
#footer ul.contactus li span.phone a {
    color: #0CACFF;
	text-decoration:none;
}
#footer ul.contactus li span.phone img{
	margin-bottom:5px;
	margin-right:20px;
}
#footer ul.contactus li span.phone::after {
	background: url("../images/spritesheet.png") no-repeat 0 -510px;
	content: '';
	position: absolute;
	left: 0px;
	top: 6px;
	height: 27px;
	width: 10px;
}
#footer p {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	line-height: 23px;
	font-size: 11px;
}
#footer p #leitagplusicon {
    margin: 15px 0;
}
#footer ul.share_network li:last-child {
	margin-right: 0px;
	float: right;
}
#footer ul.share_network li {
	float: left;
	margin-right: 5px;
}
.share_network {
	width:250px;
	margin: 20px auto;
	height:25px;
}
#Disclaimer {
    width: 600px;
    padding: 50px;
}
.textcenter {
	text-align: center;
}
.page_btn {
    transition: filter 0.25s;
}
.page_btn:hover {
    filter: brightness(1.15) contrast(0.9);
}

/* scroll animation */
.hidden {
    opacity: 0;
    transform: translateY(70px);
    filter: blur(2px);
    transition: all 0.5s;
}
.show {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}
@media (prefers-reduced-motion) {
    .hidden {
        transition: none;
    }
}