body{
    font-family: misolight;
    font-size: 24px;
    padding: 0px;
    line-height: 1.2em;
}
.navbar-apn{
    background-color: #000000d4;
    height: 70px;
    top: 0;
    color: #fff;
    font-family: misobold;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    border-color: #000000d4;
}
.navbar-container{
    padding: 12px 0 0;
    position: relative;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
    padding: 0 30px 0 0;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>li:nth-child(1):hover ~ .line,
.navbar-default .navbar-nav>.active:nth-child(1) ~ .line,
.navbar-default .navbar-nav>li:nth-child(1):focus ~ .line
{
    transform: translate(0px) !important;
    width: 35px;
    transition: 0.5s;
    height: 2px;
    background-color: rgb(36, 125, 153);
    position: absolute !important;
    bottom: -1px;
}
.navbar-default .navbar-nav>li:nth-child(2):hover ~ .line,
.navbar-default .navbar-nav>.active:nth-child(2) ~ .line,
.navbar-default .navbar-nav>li:nth-child(2):focus ~ .line
{
    transform: translate(60px) !important;
    width: 60px;
    transition: 0.5s;
    height: 2px;
    background-color: rgb(36, 125, 153);
    position: absolute !important;
    bottom: -1px;
}
.navbar-default .navbar-nav>li:nth-child(3):hover ~ .line,
.navbar-default .navbar-nav>.active:nth-child(3) ~ .line,
.navbar-default .navbar-nav>li:nth-child(3):focus ~ .line
{
    transform: translate(145px) !important;
    width: 64px;
    transition: 0.5s;
    height: 2px;
    background-color: rgb(36, 125, 153);
    position: absolute !important;
    bottom: -1px;
}
.navbar-default .navbar-nav>li:nth-child(4):hover ~ .line,
.navbar-default .navbar-nav>.active:nth-child(4) ~ .line,
.navbar-default .navbar-nav>li:nth-child(4):focus ~ .line
{
    transform: translate(233px) !important;
    width: 100px;
    transition: 0.5s;
    height: 2px;
    background-color: rgb(36, 125, 153);
    position: absolute !important;
    bottom: -1px;
}
.navbar-default .navbar-nav>li:nth-child(5):hover ~ .line,
.navbar-default .navbar-nav>.active:nth-child(5) ~ .line,
.navbar-default .navbar-nav>li:nth-child(5):focus ~ .line
{
    transform: translate(355px) !important;
    width: 65px;
    transition: 0.5s;
    height: 2px;
    background-color: rgb(36, 125, 153);
    position: absolute !important;
    bottom: -1px;
}
.navbar-default .navbar-nav>li:nth-child(6):hover ~ .line,
.navbar-default .navbar-nav>.active:nth-child(6) ~ .line,
.navbar-default .navbar-nav>li:nth-child(6):focus ~ .line
{
    transform: translate(444px) !important;
    width: 57px;
    transition: 0.5s;
    height: 2px;
    background-color: rgb(36, 125, 153);
    position: absolute !important;
    bottom: -1px;
}
.nav-apn-logo{
    margin-right: 4em;
}
@media (max-width: 970px){
    .nav-apn-logo{
        margin-right: 0;
    }
}
.navbar-btn-apn{
    color: #fff;
    background-color: #000000d4;
    border-color: #ccc;
    padding: 0px 9px !important;
    font-size: 18px;
    float: left;
    margin-top: 3px;
}
.main{
    width: 960px;
    margin: 0 auto;
}
.main-nav{
    border-bottom: 1px solid #fff;
    position: relative;
    padding: 7px 0 0;
    margin: 0 25px 0 0 !important;
}

@media (max-width: 970px){
    .main{
        width: 90%;
    }
    .navbar-container{
        width: 100%;
        background-color: #000000d4;
        padding-left:30px;
        padding-right: 30px;
    }
}
@media (max-width: 768px){
    .navbar-header{
        background-color: #000000d4;
    }
    .navbar-header img{
        width: 100px;
    }
    .navbar-collapse{
        background-color: #000000d4;
    }
}

#content-apn-container{
    background-color: #fff;
    position: relative;
    position: relative;
    z-index: 1;
}

.home-bg-parallax{
    background-clip: border-box;
    background-color: #00446D;
    background-image: url(../images/theme/banner.jpg);
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}
.home-slide-banner{
    background-color: #000000;
}
.banner-container{
    padding-top: 20vh;
}
.apn-content-home{
    position: relative;
    color: #404040;
    font-family: misoregular;
    font-size: 18px;
}
.apn-content-home h4{
    font-family: misobold;
    font-size: 24px;
    margin: 0;
}
.apn-content-text-header{
    color: #262626;
    font-family: misobold;
    font-size: 36px;
    padding-bottom: 25px;
    text-transform: uppercase;
}
.apn-content-container{
    padding: 70px 0;
}
.apn-home-c1{
    margin-bottom:4em;
}
.apn-home-c2{
    margin-bottom:4em;
}
.apn-home-c1>h4{
    font-family: misobold;
    font-size: 24px;
    margin-bottom: 20px
}
.apn-home-c2-content>img{
    float:left;
    width:55px;
    height:55px
}
.apn-home-c2-content-table>h4{
    margin-bottom:0;
}
.apn-home-c2-content-table{
    display: table-cell;
}
.apn-child-branding{
    background-clip: border-box;
    background-color: #000000;
    background-image: url(../images/theme/latest.png);
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    position: relative;
    z-index: 1;
}
.apn-child-branding-container{
    padding: 70px 0;
    text-align: center;
}
.apn-child-branding-content h3{
    font-family: misobold;
    font-size: 36px;
    padding-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}
.apn-child-branding-content p>img{
    width: 100%;
}
@media (max-width: 970px){
    .apn-child-branding-content p>img{
        width: 50%;
    }
}
.apn-footer-sitemap{
    background-color: #f0f0f0;
    position: relative;
    z-index: 1;
}
.apn-footer-sitemap-container{
    padding: 50px 0;
    text-align: center;
    color: #313131;
    font-family: misobold;
    font-size: 24px;
}
.apn-footer-sitemap-container h1{
    color: #313131;
    font-family: misobold;
    font-size: 110px;
    text-transform: uppercase;
    padding-bottom: 25px;
}
@media (max-width: 768px){
    .apn-footer-sitemap-container h1{
        font-size: 55px;
    }
}
.apn-footer-sitemap-container>a{
    background: url(../images/theme/contact-button.png) no-repeat;
    color: #fff;
    display: inline-block;
    font-family: misobold;
    font-size: 24px;
    height: 31px;
    width: 151px;
}
.apn-footer-sitemap-container ul{
    list-style: none;
    padding: 0;
}
.apn-footer-sitemap-container ul a{
    color: #5c686d;
}
.apn-footer-sitemap-container ul a:hover{
    color: #247D99;
}
.apn-footer-fixed{
    background-color: #313131;
    color: #fff;
    font-family: misoregular;
    text-align: center;
    min-height: 452px;
    position: relative;
}
.apn-footer-fixed-container{
    background: url(../images/theme/linestar-footer.png) no-repeat center 40px;
    padding: 150px 0 0;
    position: fixed;
    bottom: 40px;
    width: 960px;
    color: #fff;
    font-family: misoregular;
}
.apn-footer-fixed-container>h1{
    font-size: 72px;
    margin-bottom: 25px;
}
@media (max-width: 768px){
    .apn-footer-fixed-container>h1{
        font-size: 36px;
    }
}
.apn-footer-fixed-container .apn-social>ul{
    list-style: none;
    padding: 0;
}
.apn-footer-fixed-container a{
    display: block;
    height: 33px;
    width: 33px;
}
.apn-footer-fixed-container li{
    display: inline-block;
    margin: 0 15px;
}
.apn-social{
    padding-top:1em;
}
.button-facebook{
    background: url(../images/theme/facebook.png) no-repeat;
}
.button-twitter{
    background: url(../images/theme/twitter.png) no-repeat;
}
.button-youtube{
    background: url(../images/theme/youtube.png) no-repeat;
}
@media (max-width: 970px){
    .apn-footer-fixed-container{
        width: 90%;
    }
}
p{
    margin-bottom: 20px;
}
a{
    text-decoration: none !important;
}
.apn-main-content{
    padding: 120px 0 60px;
}
.apn-item-container{
    margin-bottom: 2em;
}
.apn-item-container>h3{
    padding-bottom:0;
}
.apn-item-container>img{
    margin-bottom: 1em;
}
.apn-button-default{
    color: #fff;
    display: inline-block;
    font-family: misobold;
    font-size: 24px;
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

.card {
	position: relative;
	width: 150px;
	height: 150px;
	/* background: rgb(43 43 43); */
	margin: 20px;
	/* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5); */
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(10px);
}

.card.in-view {
    animation: fadeIn 1s ease 0s forwards;
}

@media (max-width: 768px){
    .card{
        margin: 1em auto;
    }
}
.card .content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: 0.5s;
}

.card:hover .content {
	transform: translateY(-20px);
}

.card .content .imgBx {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	display: flex;
}

.card .content .imgBx img {
	position: absolute;
	/* top: 0; */
	left: 0;
	width: 100%;
	/* object-fit: cover; */
}

.card .content .contentBx h3 {
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	margin: 20px 0 10px;
	line-height: 1.1em;
    /* box-shadow: inset 0px 0px 0px 1000px green;
    border-radius: 20%;
    padding: 5px 30px 5px 30px; */
}

.card .content .contentBx h3 span {
	font-size: 16px;
	font-weight: 400;
	text-transform: initial;
}

.card .sci {
	position: absolute;
	bottom: 0px;
	display: flex;
    padding: 0;
}

.card .sci li {
	list-style: none;
	margin: 0 10px;
	transform: translateY(20px);
	transition: 0.5s;
	opacity: 0;
}

.card:hover .sci li {
	transform: translateY(0px);
	opacity: 1;
}

.card .sci li a {
	color: #000000;
	font-size: 20px;
}