html {
    scroll-behavior: smooth;
height: 100%;

}
body{
height: 100%;

}
  
@font-face {
    font-family: Gotham;
    src: url("../fonts/Gotham-Black.otf") format("opentype");
}

.phlpost-row {
    margin-bottom: 20px;
}

.presentation-page {
    overflow-x: hidden;
}

.phlpost-white-buttons {
    background-color: #777777;
}

.title {
    margin-top: 30px;
    /*margin-bottom: 25px;*/
    min-height: 32px;
    /*position: relative;
    display: inline-block;
    width: 100%;*/
}

.title.text-center {
    margin-bottom: 50px;
}

.phlpost-typo {
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}

.phlpost-typo .phlpost-note {
    bottom: 5px;
    color: #333333;
    display: block;
    font-weight: 900;
    font-size: 13px;
    line-height: 15px;
    left: 0;
    margin-left: 5px;
    position: absolute;
    width: 260px;
}

.phlpost-row {
    padding-top: 50px;
}

.phlpost-row h3 {
    margin-top: 0;
}

#typography h1,
#typography h2,
#typography h3,
#typography h4,
#typography h5,
#typography h6 {
    margin-bottom: 0;
}

.switch {
    margin-right: 20px;
}

#navbar-full .navbar {
    border-radius: 0 !important;
    margin-bottom: 15px;
    z-index: 2;
}

.space {
    height: 130px;
    display: block;
}

.space-110 {
    height: 110px;
    display: block;
}

.space-50 {
    height: 50px;
    display: block;
}

.space-70 {
    height: 70px;
    display: block;
}

.navigation-example .img-src {
    background-attachment: scroll;
}

.phlpost-container .noUi-horizontal {
    margin: 30px 0;
}

.navigation-example {
    background-position: center center;
    background-size: cover;
    margin-top: 0;
    min-height: 740px;
}

#notifications {
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    position: relative;
}

#notifications .alert-danger {
    margin-bottom: 0px;
}

.phlpost-note {
    text-transform: capitalize;
}

#buttons .btn {
    margin: 0 0px 15px;
}

.space-100 {
    height: 100px;
    display: block;
    width: 100%;
}

.be-social {
    padding-bottom: 20px;
    /*     border-bottom: 1px solid #aaa; */
    margin: 0 auto 40px;
}

.txt-white {
    color: #FFFFFF;
}

.txt-gray {
    color: #ddd !important;
}

.parallax {
    width: 100%;
    height: 570px;
    display: block;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.logo-container .logo {
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333333;
    width: 50px;
    float: left;
}

.logo-container .brand {
    font-size: 16px;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    color: #fff;
    width: 70px;
    height: 40px;
    text-align: left;
}

.navbar-default .logo-container .brand {
    color: #999999;
}

.navbar-transparent .logo-container .brand {
    color: #FFFFFF;
}

.logo-container .brand-material {
    font-size: 18px;
    margin-top: 15px;
    height: 25px;
    width: auto;
}

.logo-container .logo img {
    width: 100%;
}

.navbar-small .logo-container .brand {
    color: #333333;
}

.fixed-section {
    top: 90px;
    max-height: 71vh;
    overflow: scroll;
    border-bottom: 1px solid rgba(220, 220, 220, .8);
}

.fixed-section ul li {
    list-style: none;
}

.fixed-section li a {
    font-size: 14px;
    padding: 2px;
    display: block;
    color: #666666;
}

.fixed-section li a.active {
    color: #00bbff;
}

.fixed-section.float {
    position: fixed;
    top: 100px;
    width: 200px;
    margin-top: 0;
}

.parallax .parallax-image {
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.parallax .parallax-image img {
    width: 100%;
}

@media (max-width: 768px) {
    .parallax .parallax-image {
        width: 100%;
        height: 640px;
        overflow: hidden;
    }
    .parallax .parallax-image img {
        height: 100%;
        width: auto;
    }
}

.separator {
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}

.separator-line {
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}

.separator.separator-gray {
    background-color: #EEEEEE;
}

.social-buttons-demo .btn {
    /*margin-right: 5px;
    margin-bottom: 7px;*/
    margin: 10px 5px 7px 1px;
}

.img-container {
    width: 100%;
    overflow: hidden;
}

.img-container img {
    width: 100%;
}

.lightbox img {
    width: 100%;
}

.lightbox .modal-content {
    overflow: hidden;
}

.lightbox .modal-body {
    padding: 0;
}

@media screen and (min-width: 991px) {
    .lightbox .modal-dialog {
        width: 960px;
    }
}

@media (max-width: 991px) {
    .fixed-section.affix {
        position: relative;
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .btn,
    .btn-morphing {
        margin-bottom: 10px;
    }
    .parallax .motto {
        top: 170px;
        margin-top: 0;
        font-size: 60px;
        width: 270px;
    }
}


/*       Loading dots  */


/*      transitions */

.presentation .front,
.presentation .front:after,
.presentation .front .btn,
.logo-container .logo,
.logo-container .brand {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#images h4 {
    margin-bottom: 30px;
}

#javascriptComponents {
    padding-bottom: 0;
}

#javascriptComponents .btn-raised {
    margin: 10px 0px;
}


/*      layer animation          */

.layers-container {
    display: block;
    margin-top: 50px;
    position: relative;
}

.layers-container img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    text-align: center;
}

.section-black {
    background-color: #333;
}

.animate {
    transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333333;
}

.navbar-transparent.navbar-small .logo-container .brand {
    color: #FFFFFF;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333333;
}

.sharing-area {
    margin-top: 80px;
}

.sharing-area .btn {
    margin: 15px 4px 0;
    color: #FFFFFF;
}

.sharing-area .btn i {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

#navbar {
    margin-bottom: -20px;
}

.sharing-area .btn-twitter {
    background-color: #55acee;
}

.sharing-area .btn-twitter:active:focus {
    background-color: #55acee;
}

.sharing-area .btn-facebook {
    background-color: #3b5998;
}

.sharing-area .btn-facebook:active:focus {
    background-color: #3b5998;
}

.sharing-area .btn-google-plus {
    background-color: #dd4b39;
}

.sharing-area .btn-google-plus:active:focus {
    background-color: #dd4b39;
}

.sharing-area .btn-github {
    background-color: #333333;
}

.sharing-area .btn-github:active:focus {
    background-color: #333333;
}

.section-thin,
.section-notifications {
    padding: 0;
}

.section-navbars {
    padding-top: 0;
}

#navbar .navbar {
    border-radius: 0;
}

.section-tabs {
    background: #EEEEEE;
}

.section-pagination {
    padding-bottom: 0;
}

.section-download h4 {
    margin-bottom: 50px;
}

.section-examples a {
    text-decoration: none;
}

.section-examples h5 {
    margin-top: 30px;
}

.components-page .wrapper>.header,
.tutorial-page .wrapper>.header {
    height: 400px;
    padding-top: 100px;
    background-size: cover;
    background-position: center center;
}

.components-page .title,
.tutorial-page .title {
    color: #FFFFFF;
}

@media (max-width: 830px) {
    .main-raised {
        margin-left: 10px;
        margin-right: 10px;
    }
}


/*@media all and (min-width: 1200px){
    #modal-row [class*="col-"]:nth-child(1),
    #modal-row [class*="col-"]:nth-child(4),
    #javascriptComponents [class*="col-"]:nth-child(2),
    #javascriptComponents [class*="col-"]:nth-child(5){
        padding-right: 3px;
    }

    #modal-row [class*="col-"]:nth-child(2),
    #javascriptComponents [class*="col-"]:nth-child(3){
        padding-right: 3px;
        padding-left: 3px;
    }

    #modal-row [class*="col-"]:nth-child(3),
    #modal-row [class*="col-"]:nth-child(5),
    #javascriptComponents [class*="col-"]:nth-child(4),
    #javascriptComponents [class*="col-"]:nth-child(6){
        padding-left: 3px;
    }
}*/

.components-page .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.components-page .page-header:after {
    background: rgba(132, 13, 121, 0.88);
    background: linear-gradient(45deg, rgba(132, 13, 121, 0.88) 0%, rgba(208, 44, 180, 0.31) 100%);
    background: -moz-linear-gradient(135deg, rgba(132, 13, 121, 0.88) 0%, rgba(208, 44, 180, 0.31) 100%);
    background: -webkit-linear-gradient(135deg, rgba(132, 13, 121, 0.88) 0%, rgba(208, 44, 180, 0.31) 100%);
}

.components-page .page-header.header-filter:before {
    display: none;
}

.components-page .page-header .title-container {
    position: relative;
    z-index: 10;
}

.components-page .footer .container {
    padding-top: 0;
}

.components-page .footer .btn i {
    color: #fff;
}

.components-page .page-header {
    height: 100vh !important;
    min-height: auto !important;
}


/*  PRESENTION PAGE   */


/* Section Components */

.section-components .title {
    margin-top: 60px;
    margin-bottom: 5px;
}

.section-components .description {
    margin-top: 35px;
}

.section-components .image-container {
    height: 560px;
    position: relative;
}

.section-components .components-macbook {
    width: auto;
    left: -100px;
    top: 0;
    height: 100%;
    position: absolute;
}

.section-components .table-img,
.section-components .share-btn-img,
.section-components .coloured-card-btn-img,
.section-components .coloured-card-img,
.section-components .social-img,
.section-components .pin-btn-img {
    position: absolute;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.section-components .coloured-card-img {
    left: 90%;
    top: 11%;
    height: 90px;
    border-radius: 2px;
}

.section-components .social-img {
    left: 70%;
    top: 67%;
    height: 40px;
}

.section-components .coloured-card-btn-img {
    left: 35%;
    top: 2%;
    height: 125px;
    border-radius: 6px;
}

.section-components .table-img {
    left: -13%;
    top: 27%;
    height: 175px;
    border-radius: 2px;
}

.section-components .pin-btn-img {
    left: 0%;
    top: 68%;
    height: 25px;
    border-radius: 3px;
}

.section-components .share-btn-img {
    left: 3%;
    top: -3%;
    height: 25px;
}


/* Section Content */

.section-content .section-description {
    margin-top: 100px;
}

.section-content .title {
    margin-bottom: 5px;
}

.section-content .section-description .title+.description {
    margin-top: 0;
}

.section-content .description {
    margin-top: 35px;
}

.section-content .image-container {
    max-width: 900px;
    position: relative;
}

.section-content .image-container .ipad-img {
    width: 100%;
    transition: transform .6s .9s;
    z-index: 2;
}

.section-content .image-container .area-img,
.section-content .image-container .info-img {
    position: absolute;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translate3D(0px, 100px, 0px);
    -webkit-transform: translate3D(0px, 100px, 0px);
}

.section-content .image-container .area-img {
    top: 10%;
    left: 60%;
    height: 300px;
    width: 250px;
    z-index: 2;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.section-content .image-container .info-img {
    top: 50%;
    left: 0%;
    height: 200px;
    width: 300px;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.animated {
    transform: translate3D(0px, 0px, 0px) !important;
    -webkit-transform: translate3D(0px, 0px, 0px) !important;
    opacity: 1 !important;
}


/*  animated images  */

@-webkit-keyframes Floatingy {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(50px, 0);
    }
    to {
        -webkit-transform: translate(0, -0px);
    }
}

@-moz-keyframes Floatingy {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(50px, 0);
    }
    to {
        -moz-transform: translate(0, -0px);
    }
}

@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(50px, 0px);
    }
    65% {
        -webkit-transform: translate(0, 0);
    }
    to {
        -webkit-transform: translate(50px, -0px);
    }
}

@-moz-keyframes Floatingx {
    from {
        -moz-transform: translate(50px, 0px);
    }
    65% {
        -moz-transform: translate(0, 0);
    }
    to {
        -moz-transform: translate(50px, -0px);
    }
}

.table-img,
.coloured-card-img,
.coloured-card-btn-img,
.pin-btn-img,
.share-btn-img,
.social-img {
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-name: Floatingy;
    -moz-animation-name: Floatingy;
    float: left;
}

.table-img {
    -webkit-animation-duration: 14s;
    -moz-animation-duration: 14s;
    -webkit-animation-name: Floatingx;
    -moz-animation-name: Floatingx;
}

.coloured-card-img {
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -webkit-animation-name: Floatingx;
    -moz-animation-name: Floatingx;
}

.coloured-card-btn-img {
    -webkit-animation-duration: 18s;
    -moz-animation-duration: 18s;
}

.pin-btn-img {
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
}

.share-btn-img {
    -webkit-animation-duration: 11s;
    -moz-animation-duration: 11s;
}

.social-img {
    -webkit-animation-duration: 16s;
    -moz-animation-duration: 16s;
    -webkit-animation-name: Floatingx;
    -moz-animation-name: Floatingx;
}


/* Presentation Page OnScroll Animation */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s;
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

#products table {
    border-collapse: collapse;
}

#products table td,
#products table th {
    border: 2px dotted #85211d;
}

#products table tr:first-child th {
    border-top: 0;
}

#products table tr:last-child td {
    border-bottom: 0;
}

#products table tr td:first-child,
#products table tr th:first-child {
    border-left: 0;
    border-top: 0;
}

#products table tr td:last-child,
#products table tr th:last-child {
    border-right: 0;
    border-top: 0;
}

#mail,
#stamp,
#cargo,
#payment {
    height: 250px;
}
#carouselExampleIndicators, #slide1, #slide2, #slide3, #slide4 {

   
}


@media only screen and (max-width: 1400px) {
   
    #mail,
    #stamp,
    #cargo,
    #payment {
        height: 200px;
    }

    #prodCarousel {
        margin-top: -70px;
    }

    #carouselExampleIndicators, #slide1, #slide2, #slide3, #slide4 {
    
    }
}

@media only screen and (max-width: 991px) {
    #mail,
    #stamp,
    #cargo,
    #payment {
        height: 150px;
    }

    #prodCarousel {
        margin-top: -70px;
    }

    #carouselExampleIndicators, #slide1, #slide2, #slide3, #slide4 {
        
        height: 300px;
    }
}

@media only screen and (max-width: 800px) {
    #mail,
    #stamp,
    #cargo,
    #payment {
        height: 100px;
    }
    #products {
        margin-top: 30rem;
    }
}

@media only screen and (max-width: 500px) {
    #mail,
    #stamp,
    #cargo,
    #payment {
        height: 100px;
    }
    #products {
        margin-top: 6rem;
    }
}

@media only screen and (max-width: 300px) {
    .navbar {
        margin-bottom: 5px;
    }
}

.logo-image {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -6px;
}

#tools img {
    height: 150px;
}

#add-ons img {
    height: 120px;
}

#compliance img {
    height: 120px;
}

#links img {
    height: 60px;
    width: 150px;
}

div.governance a[href$=".php"] {
    background: url(./assets/img/external-link-dark.gif) no-repeat right center;
    padding-right: 1.2em;
}

div.governance a[href^="https://"] {
    background: url(./../assets/img/external-link-dark.gif) no-repeat right center;
    padding-right: 1.2em;
}

div.governance a[href$=".pdf"] {
    background: url(../../assets/img/icon_pdf.gif) no-repeat right center;
    padding-right: 1.6em;
}

div.governance a[href^=".pdf"] {
    background: url(../../assets/img/icon_pdf.gif) no-repeat right center;
    padding-right: 1.6em;
}

div.governance a[href$=".xls"] {
    background: url(./assets/img/excel.png) no-repeat right center;
    padding-right: 1.6em;
}

div.governance a[href^=".xls"] {
    background: url(./assets/img/icon_export_excel.jpg) no-repeat right center;
    padding-right: 1.6em;
}

div.governance a[href$=".xlsx"] {
    background: url(./assets/img/excel.png) no-repeat right center;
    padding-right: 1.6em;
}

div.governance a[href^=".xlsx"] {
    background: url(./assets/img/excel.png) no-repeat right center;
    padding-right: 1.6em;
}

div.governance ol {
    margin-bottom: 10px;
    padding-left: 10px;
}

div.governance ol li {
    list-style: normal;
    line-height: 20px;
}

div.transparency a[href$=".php"] {
    background: url(./assets/img/external-link-dark.gif) no-repeat right center;
    padding-right: 1.2em;
}

div.transparency a[href^="https://"] {
    background: url(./../assets/img/external-link-dark.gif) no-repeat right center;
    padding-right: 1.2em;
}

div.transparency a[href$=".pdf"] {
    background: url(../../assets/img/icon_pdf.gif) no-repeat right center;
    padding-right: 1.6em;
}

div.transparency a[href^=".pdf"] {
    background: url(../../assets/img/icon_pdf.gif) no-repeat right center;
    padding-right: 1.6em;
}

div.transparency a[href$=".xls"] {
    background: url(./assets/img/icon_export_excel.jpg) no-repeat right center;
    padding-right: 1.6em;
}

div.transparency a[href^=".xls"] {
    background: url(./assets/img/icon_export_excel.jpg) no-repeat right center;
    padding-right: 1.6em;
}

div.transparency a[href$=".xlsx"] {
    background: url(./assets/img/icon_export_excel.jpg) no-repeat right center;
    padding-right: 1.6em;
}

div.transparency a[href^=".xlsx"] {
    background: url(./assets/img/icon_export_excel.jpg) no-repeat right center;
    padding-right: 1.6em;
}

div.transparency ol {
    margin-bottom: 10px;
    padding-left: 10px;
}

div.transparency ol li {
    list-style: normal;
    line-height: 20px;
}


/* Back to top button  */

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 30px;
    border: none;
    outline: none;
    background-color: #0e084e;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

@media (hover: hover) and (pointer: fine) {
    #myBtn:hover {
        animation-name: background-color;
        animation-duration: 3s;
        background-color: rgb(99, 99, 99);
    }
    @keyframes background-color {
        100% {
            background-color: #b71c1c;
        }
    }
}


/* End of Back to top button  */

#flipbook {
    width: 400px;
    height: 300px;
}

#flipbook .page {
    width: 400px;
    height: 300px;
    background-color: white;
    line-height: 300px;
    font-size: 20px;
    text-align: center;
}

#flipbook .page-wrapper {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    -o-perspective: 2000px;
    perspective: 2000px;
}

#flipbook .hard {
    background: #ccc !important;
    color: #333;
    -webkit-box-shadow: inset 0 0 5px #666;
    -moz-box-shadow: inset 0 0 5px #666;
    -o-box-shadow: inset 0 0 5px #666;
    -ms-box-shadow: inset 0 0 5px #666;
    box-shadow: inset 0 0 5px #666;
    font-weight: bold;
}

#flipbook .odd {
    background: -webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
    background-image: -webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image: -moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image: -ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image: -o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image: linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    -webkit-box-shadow: inset 0 0 5px #666;
    -moz-box-shadow: inset 0 0 5px #666;
    -o-box-shadow: inset 0 0 5px #666;
    -ms-box-shadow: inset 0 0 5px #666;
    box-shadow: inset 0 0 5px #666;
}

#flipbook .even {
    background: -webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
    background-image: -webkit-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image: -moz-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image: -ms-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image: -o-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image: linear-gradient(left, #fff 95%, #dadada 100%);
    -webkit-box-shadow: inset 0 0 5px #666;
    -moz-box-shadow: inset 0 0 5px #666;
    -o-box-shadow: inset 0 0 5px #666;
    -ms-box-shadow: inset 0 0 5px #666;
    box-shadow: inset 0 0 5px #666;
}





.CDcontainer {
  color: #FEFEFE;
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-weight: normal;
  letter-spacing: .125rem;
  text-transform: uppercase;
}

li {
  display: inline-block;
  font-size: 1em;
  list-style-type: none;
  padding: 0.5em;
  text-transform: uppercase;
  font-weight: bolder;
  
}

li span {
  display: block;
  font-size: 3.5rem;
padding: .3em;
padding-top: .3em;
  padding-bottom: .5em;
  
}

.message {
  font-size: 4rem;
}

#content {
 
  padding: 1rem;
}

.emoji {
  padding: 0 .25rem;
}

.colorwhite
{
display: block; height: 2px;
    border: 0; border-top: 2px solid #ccc;
    margin: 1em 0; padding: 0;
}

.demo-wrap {
    position: relative;
margin-top: 75px;
 align-items: center !important;
 overflow: hidden;
  /*background-color: #171e80 !important;*/
background-color: #171e80 !important;
 /*background-image: url('https://drive.google.com/uc?export=view&id=1N9vYkBhBMM1IXS4CQMq8fZdzaehDKCSv');*/
  display: flex !important;
  font-family: -apple-system, 
    BlinkMacSystemFont, 
    "Segoe UI", 
    Roboto, 
    Oxygen-Sans, 
    Ubuntu, 
    Cantarell, 
    "Helvetica Neue", 
    sans-serif !important;
}

    .demo-wrap:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        background-image: url('/assets/img/v2/postbuilding.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 15%;
	
    }




.demo-content {
    position: relative;
}



.worldmap-wrap {
    position: relative;
 align-items: center !important;
  /*background-color: #171e80 !important;*/
 /*background-image: url('https://drive.google.com/uc?export=view&id=1N9vYkBhBMM1IXS4CQMq8fZdzaehDKCSv');*/
  display: flex !important;
  font-family: -apple-system, 
    BlinkMacSystemFont, 
    "Segoe UI", 
    Roboto, 
    Oxygen-Sans, 
    Ubuntu, 
    Cantarell, 
    "Helvetica Neue", 
    sans-serif !important;
}

    .worldmap-wrap:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        background-image: url('/assets/img/world.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
    }




.worldmap-content {
    position: relative;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: 1.5rem !important;
  }
  
  li {
    font-size: 1.125rem !important;
    padding: .75rem !important;
  }
  
  li span {
    font-size: 3.375rem !important;
  }
}

.card-wrap {
    position: relative;
 align-items: center !important;
  /*background-color: #171e80 !important;*/
 /*background-image: url('https://drive.google.com/uc?export=view&id=1N9vYkBhBMM1IXS4CQMq8fZdzaehDKCSv');*/
  display: flex !important;
  font-family: -apple-system, 
    BlinkMacSystemFont, 
    "Segoe UI", 
    Roboto, 
    Oxygen-Sans, 
    Ubuntu, 
    Cantarell, 
    "Helvetica Neue", 
    sans-serif !important;
}
.card-wrap:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        background-color: #171e80 !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
 	border-radius: 25px;
    }

.card-content {
    position: relative;
}

.imgcrop{
  position: absolute;
  top: -9980px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
}

.lightblue
{
background-color: #D4DFF7 !important;
}

.imganimate {
    transition: transform 0.25s ease;
}

    .imganimate:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

@media only screen and (max-width: 300px) {
    .logo {
        height:50%;
    }
}


#message {

    position: fixed;
    top: -1em;
    right: 14.5em;	
    width: 45em;
    z-index: 99999;
    margin-right: -15em;
    transition: transform 0.55s ease;

}

.hoverfull:hover #message
{

	margin-right: 0 !important;
}



#inner-message {
    margin: 0 auto;
}

.imganimateslide {
    transition: transform 0.25s ease;
    
}

    .imganimateslide:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    

    }
