/*!
Docs come here
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Header
    ## Navigation
	    ### Links
        ### Menus
# Body

# Footer
    ## Footer Upper
    ## Footer Lower
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Site Font
--------------------------------------------------------------*/
* {
    font-family: Roboto, Helvetica, HelveticaNeue, Arial;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
    padding: 0.2rem 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #263c91;
}

.home-site-header {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.navbar, .navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-brand img {
    width: auto;
    height: 3.5rem;
    margin: 0;
}

.navbar-menu {
    padding: 15px;
    border-bottom-left-radius: 20px;
    display: flex;
    justify-content: flex-end;
    background-color: rgba(38, 59, 145, 0.5);
}

.navbar-nav li {
    font-size: .72rem;
}

.navbar-nav a {
    color: #FFF !important;
    background-image: linear-gradient(#FFF, #FFF);
    background-size: 0 3px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all .3s ease;
}

.navbar-nav a:visited {
    text-decoration: none !important;
}

.navbar-nav .dropdown-menu a {
    color: #000 !important;
}

.navbar-nav .dropdown-menu a:visited {
    color: #000 !important;
}

.navbar-nav .dropdown-menu a:hover {
    background: rgba(155, 155, 155, 0.3);
    letter-spacing: 0.5px;
}

.navbar-nav>li>a:hover {
    background-size: 50% 2px, auto;
}

.navbar-nav>li.active>a {
    font-weight: bold;
    letter-spacing: .5px;
}

.navbar-nav .dropdown-menu {
    border-radius: 7px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.navbar-search input[type="search"] {
    color: #FFF !important;
    width: 7%;
    border-style: none;
    background-color: transparent;
    background-image: url('../images/search.png');
    background-size: 20px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 8px 10px 8px 35px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.navbar-search input[type="search"]:focus {
    background-size: 15px;
    background-position: 13px 13px;
    border-style: none;
    background-color: #ffffff32;
    /* border-bottom: 1px solid #FFF; */
    outline: none;
    width: 90%;
    cursor: text;
}

.navbar-search input[type="search"]::placeholder {
    color: #CCC;
}

.navbar-search label {
    margin: 0 !important;
}

.navbar-search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/

.site-main {
    padding: 6rem 1rem 1rem 1rem;
}

.pagination-number {
    margin: 0 0 1.5em 0;
}

/*--------------------------------------------------------------
# Home > Body or Contents
--------------------------------------------------------------*/

.latest-news {
    padding: 30px 0px 5px 0px;
}

.latest-news h3, .latest-news p {
    margin: .5rem;
    font-weight: bold;
}

.latest-news button {
    margin-right: 1em;
    padding: 6px 22px;
    border: none !important;
    border-radius: 30px;
    background-image: linear-gradient( to right, #2ccadf, #5983e9);
    text-decoration: none;
    color: #ffffff;
    font-size: .9rem;
}

.latest-news button:active {
    transform: translateY(2px);
}

.image-content-block {
    padding-top: 2em;
    margin-left: 0px;
    margin-right: 0px;
}

.image-content-block a {
    color: #000;
    text-decoration: none;
}

.image-content-block a:visited {
    color: #000;
}

.image-content-block a:hover {
    color: #888;
}

.carts {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.carts p {
    padding: 0 5px 0 5px;
    text-align: justify;
}

.caption {
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}

.box-padding {
    padding-bottom: 50px;
}

.carts img {
    width: 350px;
    height: 200px;
}

.frontiir-products {
    color: #FFF;
    margin-top: 1rem;
    padding: 3rem 0 1rem 0;
    background-image: url("../images/frontiir-tech.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.frontiir-products a {
    color: #FFF;
    text-decoration: none;
    transition: all .3s;
}

.frontiir-products a:visited {
    color: #FFF;
}

.frontiir-products a:hover {
    color: #FFF;
    letter-spacing: 1px;
}

.products {
    position: relative;
    width: 100%;
    height: 290px;
    overflow: hidden;
}

.products img {
    border: 15px solid rgba(255, 255, 255, .3);
    width: 350px;
    height: 200px;
    transition: all .3s;
}

.products img:hover {
    border: 0px solid;
}

.type-page {
    padding: .5rem 2rem;
}

/*---------------------------------------------------------------------------------
## Category Default
-----------------------------------------------------------------------------------*/

.second-pages-title h3 {
    font-family: 'Oswald', sans-serif !important;
    color: #263c91;
}

.second-pages-title p {
    text-align: justify;
}

.embedded-video {
    text-align: center;
    margin: 1.5em 0 1.5em 0;
}

.post {
    padding: .5rem 2rem;
    text-align: justify;
}

.post h5 a, .post h5 a:visited {
    font-weight: bold;
    color: #000;
}

.post button {
    padding: 6px 18px;
    border: none !important;
    border-radius: .3rem;
    background-image: linear-gradient( to right, #6990f5, #2ccadf);
    text-decoration: none;
    color: #ffffff;
    font-size: .75rem;
}

.post button:hover {
    transform: scale(1.03);
}

.post button:active, .post button:focus {
    transform: translateY(2px);
}

/*---------------------------------------------------------------------------------
## Category News
-----------------------------------------------------------------------------------*/

.news-post {
    margin: 0 0 1em 0;
    text-align: justify;
    color: #000;
}

.news-post img {
    width: 280px;
    max-height: 100%;
    border-radius: 7px;
}

.news-post h5 {
    font-weight: bold;
    margin: 1em 0 1em 0;
}

.news-post p {
    margin: 0;
}

.news-post a, .news-post a:visited {
    color: #000;
}

.custom-hr {
    margin: 0 0 1em 0;
    opacity: .4;
}

/*---------------------------------------------------------------------------------
## Category - Our Innovation
-----------------------------------------------------------------------------------*/

.innovation-carts {
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.innovation-carts img {
    width: auto;
    height: auto;
    transition: all .7s;
}

.innovation-carts img:hover {
    transform: scale(1.07);
}

/*--------------------------------------------------------------
# category - careers
--------------------------------------------------------------*/

.careers-post {
    margin: 0 0 0.5em 0;
    text-align: left;
    color: #000;
}

.careers-post h5 {
    font-weight: bold;
    margin: 0 0 1em 0;
}

.careers-post button, .milestone-btn button {
    color: #FFFFFF;
    padding: 6px 18px;
    border: none !important;
    border-radius: .3rem;
    background-image: linear-gradient( to right, #7699f1, #176eca);
    text-decoration: none;
    font-size: .75rem;
    transition: all .1s ease;
}

.milestone-btn button {
    margin-right: 1rem;
}

.careers-post button:hover, .milestone-btn button:hover {
    box-shadow: 0px 4px 8px 0px rgba(11, 83, 177, 0.2);
}

.careers-post p {
    margin: 10px 0 0 0;
}

.careers-post hr {
    margin: 10px 0 10px 0;
}

.job-title {
    font-weight: bold;
    color: #263c91;
}

/*--------------------------------------------------------------
# category - contact
--------------------------------------------------------------*/

.contact-us-form {
    width: 80%;
}

.contact-us-form input, .contact-us-form textarea, .contact-us-form select, .contact-us-form option {
    background-color: #EFEFEF;
    border: 0 !important;
    border-radius: 5px !important;
}

.contact-us-form textarea {
    resize: none;
}

.contact-submit {
    background-color: #aabdff;
    border: none;
    color: #232D7F;
    padding: 10px 20px;
    text-align: center;
    font-size: 15px;
    margin: 4px 2px;
    transition: 0.3s;
    border-radius: 5px;
}

.contact-submit:hover {
    background-color: #4973ff;
}

.contact-address a, .contact-address a:visited, .contact-address i {
    color: #BBB;
    font-size: large;
    line-height: 2;
    text-decoration: none;
}

.contact-address a:hover {
    color: #DDD;
}

.milestone-site-main {
    background-color: #e8eff5;
    padding: 6rem .5rem 1rem .5rem;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

.entry-header a, .entry-title, .entry-header a:visited {
    font-family: 'Oswald', sans-serif !important;
    color: #263c91;
    text-align: left;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-padding {
    min-height: 100vh;
}

footer {
    padding: 0em;
    position: absolute;
    width: 100%;
}

/*--------------------------------------------------------------
## Footer Upper
--------------------------------------------------------------*/

.main-footer {
    background-color: #232E80;
}

.footer-upper {
    padding: 3rem 0 2rem 0;
}

.footer-upper ul {
    margin: 0 !important;
    padding: .1rem;
}

.footer-upper h5 {
    color: #ffffff;
    font-size: medium;
}

.nav-link {
    display: inline;
}

.footer-menu li {
    color: #EEE;
    font-size: large;
    list-style-type: none;
    /* list-style-type: "➭  "; */
    /* list-style-type: "🠊  "; */
}

.footer-menu li a {
    font-size: small;
    color: #c9c9c9;
    padding: 0em;
    line-height: 2;
    transition: all .25s ease-in-out;
}

.footer-menu li a:hover {
    color: #00ffff;
    text-decoration: underline;
}

/*--------------------------------------------------------------
## Footer Lower
--------------------------------------------------------------*/

.footer-lower {
    background-color: #232E80;
    padding: 0 0 3rem 0;
}

.address i, .address a, .address a:visited {
    color: #CCC;
    font-size: small;
    line-height: 2;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.address a:hover, .social i:hover {
    color: #FFF;
}

.copyright {
    color: #CACACA;
    font-size: small;
    margin-bottom: 3px;
}

.social {
    text-align: right;
}

.social i {
    color: #CCC;
    padding: 12px 12px;
}

/*--------------------------------------------------------------
## ERROR 404
--------------------------------------------------------------*/

.error-404 {
    padding: 2em 5em 2em 5em;
}

.error-404 p {
    font-weight: 200;
    color: #B4C4FF;
}

.p1 {
    font-size: 200px;
    margin: 0;
}

.p2 {
    font-size: 50px;
}

.error-404-btn {
    text-align: center;
}

.error-404-btn button {
    padding: 8px 30px;
    border-color: #B4C4FF !important;
    border-radius: 30px;
    background-color: inherit;
    text-decoration: none;
    color: #263c91;
}

.error-404-btn button:hover {
    background-color: #B4C4FF;
}

.error-404-btn button:active {
    background-color: #B4C4FF;
    transform: translateY(2px);
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

@media screen and (max-width:720px) {
    .latest-news img {
        display: none;
    }
    .image-content-block {
        padding-top: 1rem;
        margin: 0rem 1rem;
    }
    .carts {
        width: 100%;
        height: 300px;
        margin-bottom: .8rem;
        overflow: hidden;
    }
    .address, .social {
        text-align: center;
    }
    .copyright {
        color: #CACACA;
        font-size: 1.4vh;
        text-align: center;
    }
    .social i {
        font-size: 2vh !important;
        padding: 12px 5px;
    }
    .footer-upper {
        display: none;
    }
    .footer-lower {
        padding: 2rem 2rem 3rem 2rem;
    }
}

@media screen and (max-width:1199px) {
    .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 2.9em;
        bottom: 0;
        right: -35vh;
        transition: all 0.2s ease;
    }
    .navbar-collapse.show .navbar-nav {
        position: fixed;
        top: 2.9em;
        bottom: 0;
        right: 0;
        flex-direction: column;
        height: auto;
        width: 35vh;
        transition: right .2s ease-in-out;
        background: #263c91d9;
    }
    .dropdown-item {
        padding: 0 3.5vh !important;
    }
    .home-site-header {
        position: fixed;
        background-color: #263c91;
        padding: .2rem 0;
    }
    .owl-stage-outer {
        padding-top: 2.9em;
    }
    .post {
        padding: 0 1.4rem;
    }
    .single-post .container .row .container {
        padding: 0;
    }
    .col-sm-8 {
        flex: 0 !important;
    }
    .navbar-brand {
        text-align: left !important;
    }
    .navbar-brand img {
        width: auto;
        height: 2.5rem;
    }
    .mobile-header {
        width: auto;
    }
    .navbar-search {
        display: none;
    }
    .navbar-menu, .navbar-brand {
        display: contents;
        border-radius: 0.25rem;
    }
    .navbar-menu button {
        background-color: rgba(38, 59, 145, 0.75);
    }
    .main-nav {
        background-color: rgba(38, 59, 145, 0.75);
    }
    .navbar-nav .nav-link {
        padding-left: 2.5vh;
    }
    .navbar-nav li {
        line-height: 5vh;
        text-align: left;
        font-size: 1.9vh;
    }
    .navbar-nav>li>a:hover {
        background-size: 0%;
    }
    .navbar-nav .dropdown-menu {
        margin: 0;
        border: none;
        border-radius: 0px;
        box-shadow: none;
        background: rgba(28, 47, 126, 0.9);
    }
    .navbar-nav .dropdown-menu a, .navbar-nav .dropdown-menu a:visited {
        color: #EEE !important;
    }
    .site-main {
        padding: 4rem .2rem .2rem .2rem;
    }
    .contact-address a, .contact-address i {
        font-size: small;
    }
    .contact-us-form {
        width: 100%;
    }
    .contact-submit {
        padding: 8px 14px;
        font-size: small;
    }
    .mobile-iframe iframe {
        width: 200px !important;
        height: 180px !important;
    }
    .error-404 {
        padding: 2rem 2rem 1rem 2rem;
    }
    .error-404 img {
        width: auto;
        height: 3.5rem;
    }
    .error-404 p {
        font-weight: 200;
        color: #B4C4FF;
    }
    .p1 {
        font-size: 8rem;
        margin: 0;
    }
    .p2 {
        font-size: 2rem;
    }
    .footer-upper {
        padding: 3rem 2.5rem 2rem 1.5rem;
    }
    .footer-upper h5 {
        font-size: small;
    }
    .footer-menu li a {
        font-size: small;
    }
}

@media (max-width:1265px) and (min-width:1199px) {
    .navbar-nav li {
        font-size: .64rem;
    }
}