@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Medium.woff);
    font-weight: bolder;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat-Italic';
    src: url(../fonts/Montserrat-MediumItalic.woff);
    font-weight: bolder;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url(../fonts/Montserrat-Bold.woff);
    font-weight: bolder;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat-Bold-Italic';
    src: url(../fonts/Montserrat-BoldItalic.woff);
    font-weight: bolder;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url(../fonts/Montserrat-Black.woff);
    font-weight: bolder;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat-Black-Italic';
    src: url(../fonts/Montserrat-BlackItalic.woff);
    font-weight: bolder;
    font-style: normal;
    font-display: swap
}

* {
    font-family: 'Montserrat', 'Montserrat-Italic', 'Montserrat-Bold', 'Montserrat-Bold-Italic', 'Montserrat-Black', 'Montserrat-Black-Italic';
    font-display: swap
}

.p-xxs {
    padding: 5px
}

.p-xs {
    padding: 10px
}

.p-sm {
    padding: 15px
}

.p-m {
    padding: 20px
}

.p-md {
    padding: 25px
}

.p-lg {
    padding: 30px
}

.p-xl {
    padding: 40px
}

.p-w-xs {
    padding: 0 10px
}

.p-w-sm {
    padding: 0 15px
}

.p-w-m {
    padding: 0 20px
}

.p-w-md {
    padding: 0 25px
}

.p-w-lg {
    padding: 0 30px
}

.p-w-xl {
    padding: 0 40px
}

.p-h-xs {
    padding: 10px 0
}

.p-h-sm {
    padding: 15px 0
}

.p-h-m {
    padding: 20px 0
}

.p-h-md {
    padding: 25px 0
}

.p-h-lg {
    padding: 30px 0
}

.p-h-xl {
    padding: 40px 0
}

.m-xxs {
    margin: 2px 4px
}

.m {
    margin: 15px
}

.m-xs {
    margin: 5px
}

.m-sm {
    margin: 10px
}

.m-md {
    margin: 20px
}

.m-lg {
    margin: 30px
}

.m-xl {
    margin: 50px
}

.m-n {
    margin: 0 !important
}

.m-l-none {
    margin-left: 0
}

.m-l-xs {
    margin-left: 5px
}

.m-l-sm {
    margin-left: 10px
}

.m-l {
    margin-left: 15px
}

.m-l-md {
    margin-left: 20px
}

.m-l-lg {
    margin-left: 30px
}

.m-l-xl {
    margin-left: 40px
}

.m-l-n-xxs {
    margin-left: -1px
}

.m-l-n-xs {
    margin-left: -5px
}

.m-l-n-sm {
    margin-left: -10px
}

.m-l-n {
    margin-left: -15px
}

.m-l-n-md {
    margin-left: -20px
}

.m-l-n-lg {
    margin-left: -30px
}

.m-l-n-xl {
    margin-left: -40px
}

.m-t-none {
    margin-top: 0
}

.m-t-xxs {
    margin-top: 1px
}

.m-t-xs {
    margin-top: 5px
}

.m-t-sm {
    margin-top: 10px
}

.m-t {
    margin-top: 15px
}

.m-t-md {
    margin-top: 20px
}

.m-t-lg {
    margin-top: 30px
}

.m-t-xl {
    margin-top: 40px
}

.m-t-n-xxs {
    margin-top: -1px
}

.m-t-n-xs {
    margin-top: -5px
}

.m-t-n-sm {
    margin-top: -10px
}

.m-t-n {
    margin-top: -15px
}

.m-t-n-md {
    margin-top: -20px
}

.m-t-n-lg {
    margin-top: -30px
}

.m-t-n-xl {
    margin-top: -40px
}

.m-r-none {
    margin-right: 0
}

.m-r-xxs {
    margin-right: 1px
}

.m-r-xs {
    margin-right: 5px
}

.m-r-sm {
    margin-right: 10px
}

.m-r {
    margin-right: 15px
}

.m-r-md {
    margin-right: 20px
}

.m-r-lg {
    margin-right: 30px
}

.m-r-xl {
    margin-right: 40px
}

.m-r-n-xxs {
    margin-right: -1px
}

.m-r-n-xs {
    margin-right: -5px
}

.m-r-n-sm {
    margin-right: -10px
}

.m-r-n {
    margin-right: -15px
}

.m-r-n-md {
    margin-right: -20px
}

.m-r-n-lg {
    margin-right: -30px
}

.m-r-n-xl {
    margin-right: -40px
}

.m-b-none {
    margin-bottom: 0
}

.m-b-xxs {
    margin-bottom: 1px
}

.m-b-xs {
    margin-bottom: 5px
}

.m-b-sm {
    margin-bottom: 10px
}

.m-b {
    margin-bottom: 15px
}

.m-b-md {
    margin-bottom: 20px
}

.m-b-lg {
    margin-bottom: 30px
}

.m-b-xl {
    margin-bottom: 40px
}

.m-b-n-xxs {
    margin-bottom: -1px
}

.m-b-n-xs {
    margin-bottom: -5px
}

.m-b-n-sm {
    margin-bottom: -10px
}

.m-b-n {
    margin-bottom: -15px
}

.m-b-n-md {
    margin-bottom: -20px
}

.m-b-n-lg {
    margin-bottom: -30px
}

.m-b-n-xl {
    margin-bottom: -40px
}

.space-15 {
    margin: 15px 0
}

.space-20 {
    margin: 20px 0
}

.space-25 {
    margin: 25px 0
}

.space-30 {
    margin: 30px 0
}

html,
body {
    scroll-behavior: smooth
}

body {
    overflow: auto
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000
}

.preloader .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loading img {
    width: 200px
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-top: 30px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    background-color: transparent;
    z-index: 100
}

.navbar.scrolled {
    position: fixed;
    width: 100%;
    top: 0;
    opacity: .95;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    background-color: #3D4852;
    z-index: 100
}

nav .nav-item a {
    font-size: .9em;
    font-family: 'Montserrat-Bold';
    color: #fff !important;
    padding: 0;
    margin: 0 5px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.nav-item a:hover,
.nav-item a:active {
    -webkit-box-shadow: 0 3px 0 0 #fff;
    -moz-box-shadow: 0 3px 0 0 #fff;
    -o-box-shadow: 0 3px 0 0 #fff;
    -ms-box-shadow: 0 3px 0 0 #fff;
    box-shadow: 0 3px 0 0 #fff;
    font-weight: 700
}

nav button,
nav button:hover,
nav button:active,
nav button:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.language-small {
    display: none
}

.language button,
.language-small button {
    color: #464646;
    background-color: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px
}

.language button:hover,
.language button:active,
.language button:focus,
.language-small button:hover,
.language-small button:active,
.language-small button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none
}

.language img,
.language-small img {
    width: 21px;
    margin: 5px;
    -webkit-box-shadow: 1px 1px 3px 2px #00000015;
    -moz-box-shadow: 1px 1px 3px 2px #00000015;
    -o-box-shadow: 1px 1px 3px 2px #00000015;
    -ms-box-shadow: 1px 1px 3px 2px #00000015;
    box-shadow: 1px 1px 3px 2px #00000015
}

.language .dropdown-menu,
.language-small .dropdown-menu {
    -webkit-box-shadow: 1px 1px 3px 2px #00000015;
    -moz-box-shadow: 1px 1px 3px 2px #00000015;
    -o-box-shadow: 1px 1px 3px 2px #00000015;
    -ms-box-shadow: 1px 1px 3px 2px #00000015;
    box-shadow: 2px 2px 5px 2px #00000015;
    border: none
}

.navbar-brand {
    position: absolute;
    left: 0;
    top: 10px
}

.navbar-brand img {
    width: 100px
}

.navbar.scrolled .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s
}

#home {
    background-image: url(../img/1.JPG);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100vh
}

#home .container-fluid {
    padding: 0 5%
}

#home article {
    padding: 0 50px
}

#home article h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 600;
    margin-bottom: 0
}

#home article p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 32px;
    margin-bottom: 30px;
    max-width: 1000px
}

.contact-link {
    display: inline;
    padding: 10px 50px;
    font-size: 20px;
    color: #fff;
    background-color: #F5A300;
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.contact-link:hover {
    padding: 11px 51px;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: 0 0 0 3px #fff;
    -moz-box-shadow: 0 0 0 3px #fff;
    -o-box-shadow: 0 0 0 3px #fff;
    -ms-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff
}

.menu-title {
    font-size: 38px;
    font-weight: 600;
    color: #464646
}

hr.short {
    width: 5%;
    border-top: 5px solid #3D4852;
    display: inline-block;
    margin: .5em 0 2em 0
}

hr.rounded {
    width: 80px;
    border-top: 4px solid #3D4852;
    border-radius: 5px;
    margin: 0 0 50px 0
}

.objective {
    margin-bottom: 20px;
    justify-content: center
}

.objective-title h1 {
    color: #fff;
    font-weight: 600;
    font-size: 45px;
    padding-top: 0
}

.objective-title h1,
.objective-title hr {
    margin-left: 0
}

.objective-item {
    width: 350px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 2px #00000015;
    -moz-box-shadow: 0 2px 5px 2px #00000015;
    -o-box-shadow: 0 2px 5px 2px #00000015;
    -ms-box-shadow: 0 2px 5px 2px #00000015;
    box-shadow: 0 2px 5px 2px #00000015;
    padding: 20px;
    position: relative;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    display: flex;
    margin: 20px;
    border-radius: 10px
}

.objective-item:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.objective-item>div {
    height: 100%;
    margin-left: 20px
}

.objective-item img {
    width: 120px;
    height: 120px
}

.objective-item h2 {
    font-size: 18px;
    font-weight: 600;
    color: #464646
}

.objective-item p {
    margin-bottom: 0;
    font-size: 14px;
    color: #464646
}

.data-facts {
    margin-bottom: 50px
}

.data-facts-head {
    margin-bottom: 50px
}

#about .data-facts h2 {
    margin-bottom: 0;
    margin-bottom: 5px
}

#about .data-facts .data-facts-head span {
    font-size: 20px;
    color: #464646;
    display: block
}

.data-group {
    -webkit-box-shadow: 1px 1px 5px 2px #00000015;
    -moz-box-shadow: 1px 1px 5px 2px #00000015;
    -o-box-shadow: 1px 1px 5px 2px #00000015;
    -ms-box-shadow: 1px 1px 5px 2px #00000015;
    box-shadow: 1px 1px 5px 2px #00000015;
    padding: 30px 0;
    color: #fff
}

.data-wrapper .data {
    padding: 0 20px 10px 20px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #00000010
}

.data-wrapper .data-group .data:last-of-type {
    margin-bottom: 0;
    border-bottom: 0
}

.data-wrapper .data span {
    color: #F5A300;
    font-size: 22px;
    font-weight: 600
}

.data-wrapper .data p {
    color: #464646;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0
}

.bordered-right {
    border-right: 1px solid #3D4852
}

.awards {
    margin-bottom: 50px
}

.awards h2 {
    color: #464646;
    font-weight: 600;
    margin-bottom: 50px
}

.awards .award-graphic {
    width: 100%
}

.awards article {
    padding-left: 50px
}

.awards ul {
    padding-left: 0;
    list-style-position: inside
}

.awards ul li {
    font-size: 18px;
    color: #464646;
    list-style-type: square;
    margin-bottom: 10px;
    border-radius: 5px
}

.awards .award-bg {
    position: absolute;
    right: 0;
    width: 500px;
    z-index: -1
}

#about .stories-head {
    margin-bottom: 50px
}

#about .stories-head h2 {
    margin-bottom: 5px
}

#about .stories-head span {
    display: block;
    font-size: 20px;
    color: #464646
}

.stories-bg {
    position: absolute;
    z-index: -1;
    max-width: 500px;
    left: -50px;
    cursor: default
}

.stories .carousel-inner {
    padding-bottom: 50px
}

.customer-img img {
    width: 100%
}

.customer-text {
    padding: 0 5%
}

.customer-text p {
    font-size: 18px;
    color: #464646;
    margin-bottom: 20px
}

.customer-text p:last-of-type {
    margin-bottom: 0
}

.customer-text span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #464646;
    margin-bottom: 5px
}

.stories .carousel-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.stories .carousel-indicators {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    margin: 0;
    width: 80px
}

.stories .carousel-control-prev,
.stories .carousel-control-next {
    width: 20px
}

.stories .carousel-control-prev {
    position: static
}

.stories .carousel-control-next {
    position: static
}

#values {
    padding: 80px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#values h2 {
    font-weight: 600;
    color: #464646;
    margin: 0 10px 50px 10px
}

#solution {
    padding-top: 100px;
    margin-bottom: 50px
}

#solution h2 {
    color: #3D4852;
    font-weight: 600;
    margin-bottom: 30px
}

.solution-header {
    margin-bottom: 80px
}

#solution .solution-desc p {
    font-size: 18px;
    color: #464646
}

.video {
    background-image: url(../img/solution//bg-video.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

#solution iframe {
    width: 80%;
    height: 550px;
    border: 20px solid #fff;
    -webkit-box-shadow: 0 0 2px 2px #00000015;
    box-shadow: 0 0 2px 2px #00000015;
    z-index: 10
}

.values {
    margin-bottom: 50px
}

.values-diagram {
    width: 80%;
    height: 100%
}

#logo-proc4 {
    width: 350px
}

.procurement img {
    width: 100%
}

.procurement {
    margin-bottom: 70px
}

.pl20 {
    padding-left: 20px
}

.pr20 {
    padding-right: 20px
}

.industry h3 {
    color: #3D4852;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left
}

.platform {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px 2px #00000015;
    -moz-box-shadow: 0 0 2px 2px #00000015;
    -o-box-shadow: 0 0 2px 2px #00000015;
    -ms-box-shadow: 0 0 2px 2px #00000015;
    box-shadow: 0 0 2px 2px #00000015;
    padding: 20px 30px;
    margin-right: 0;
    height: 100%
}

.platform img {
    width: 200px;
    padding: 10px
}

.platform-child div {
    -webkit-box-shadow: 0 0 2px 2px #00000015;
    -moz-box-shadow: 0 0 2px 2px #00000015;
    -o-box-shadow: 0 0 2px 2px #00000015;
    -ms-box-shadow: 0 0 2px 2px #00000015;
    box-shadow: 0 0 2px 2px #00000015;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.techno {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px 2px #00000015;
    -moz-box-shadow: 0 0 2px 2px #00000015;
    -o-box-shadow: 0 0 2px 2px #00000015;
    -ms-box-shadow: 0 0 2px 2px #00000015;
    box-shadow: 0 0 2px 2px #00000015;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.rpa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 0 3px #3D485215;
    -moz-box-shadow: 0 0 2px 2px #00000015;
    -o-box-shadow: 0 0 2px 2px #00000015;
    -ms-box-shadow: 0 0 2px 2px #00000015;
    box-shadow: 0 0 0 3px #3D485215;
    padding: 20px
}

.rpa img {
    width: 150px;
    margin-right: 10px
}

.techno-desc {
    color: #464646
}

.ai {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 0 3px #3D485215;
    -moz-box-shadow: 0 0 2px 2px #00000015;
    -o-box-shadow: 0 0 2px 2px #00000015;
    -ms-box-shadow: 0 0 2px 2px #00000015;
    box-shadow: 0 0 0 3px #3D485215;
    padding: 20px
}

.ai-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px
}

.ai img {
    width: 150px
}

#pn-project {
    padding: 25px 0 0 0
}

.projects {
    background-image: url(../img/pn-project/map.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 700px;
    margin-bottom: 50px
}

.projects h2 {
    color: #3D4852;
    font-weight: 600
}

#pn-project h1 {
    font-weight: 600;
    color: #464646;
    display: inline-block;
    padding-bottom: 10px;
    text-align: center
}

#pn-project .projects .container-fluid {
    padding: 0 20%
}

#pn-project .carousel-item {
    padding: 0 8%
}

.rotate {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg)
}

#pn-project .sponsor img {
    margin: 20px;
    width: 40%
}

.pn-desc p {
    max-width: 750px;
    min-height: 60px;
    color: #464646;
    font-size: 18px;
    text-align: center
}

.pn-desc p:nth-of-type(1) {
    max-width: 750px;
    min-height: 60px;
    color: #464646;
    font-size: 18px;
    text-align: center
}

.clients-header {
    margin-bottom: 50px
}

.clients-header h2 {
    color: #3D4852;
    font-weight: 600
}

.clients-header span {
    color: #464646;
    font-size: 18px;
    font-weight: 600
}

.clients-card {
    background-color: transparent;
    width: 400px;
    height: 300px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    margin-bottom: 30px
}

.clients-card:hover .clients-card-inner {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.clients-card-inner {
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.card-back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-color: #fff;
    -webkit-box-shadow: inset 0 10px 0 #3D4852;
    -moz-box-shadow: inset 0 10px 0 #3D4852;
    -o-box-shadow: inset 0 10px 0 #3D4852;
    -ms-box-shadow: inset 0 10px 0 #3D4852;
    box-shadow: inset 0 10px 0 #3D4852
}

.client-logo img {
    width: 110px
}

.mining .client-logo img {
    width: 80px
}

#finance {
    background: -webkit-gradient(linear, left top, left bottom, from(#3D4852ce), to(#3D4852ce)), url(../img/client/finance.png);
    background: -o-linear-gradient(#3D4852ce, #3D4852ce), url(../img/client/finance.png);
    background: linear-gradient(#3D4852ce, #3D4852ce), url(../img/client/finance.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}

#mining {
    background: -webkit-gradient(linear, left top, left bottom, from(#3D4852ce), to(#3D4852ce)), url(../img/client/mining.png);
    background: -o-linear-gradient(#3D4852ce, #3D4852ce), url(../img/client/mining.png);
    background: linear-gradient(#3D4852ce, #3D4852ce), url(../img/client/mining.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}

#construction {
    background: -webkit-gradient(linear, left top, left bottom, from(#3D4852ce), to(#3D4852ce)), url(../img/client/construction.png);
    background: -o-linear-gradient(#3D4852ce, #3D4852ce), url(../img/client/construction.png);
    background: linear-gradient(#3D4852ce, #3D4852ce), url(../img/client/construction.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}

#transportation {
    background: -webkit-gradient(linear, left top, left bottom, from(#3D4852ce), to(#3D4852ce)), url(../img/client/transportation.png);
    background: -o-linear-gradient(#3D4852ce, #3D4852ce), url(../img/client/transportation.png);
    background: linear-gradient(#3D4852ce, #3D4852ce), url(../img/client/transportation.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}

.card-front h3 {
    font-size: 24px;
    color: #fff
}

.card-front hr {
    border: 1px solid #fff;
    margin: 0;
    width: 100%
}

.card-back h3 {
    font-size: 18px;
    color: #3D4852
}

.card-back hr {
    border: 1px solid #3D4852;
    margin: 0;
    width: 100%
}

#demo {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
    min-height: 550px
}

.bg-right,
.bg-left {
    position: absolute;
    width: 400px;
    top: 0;
    z-index: -1
}

.bg-left {
    left: -100px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.bg-right {
    right: -100px
}

#demo h1 {
    font-weight: 600;
    color: #464646;
    text-align: center
}

#demo h2 {
    color: #464646;
    margin-bottom: 20px
}

#demo p {
    color: #464646;
    text-align: center;
    margin-bottom: 20px
}

.images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.small {
    width: 40%;
    margin: 20px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.small:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.images img {
    width: 100%;
    height: 100%;
    border: 7px solid #3D485235;
    border-radius: 3px;
    cursor: pointer
}

.image__full {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 5
}

.image {
    width: 80%;
    display: none
}

.image img {
    width: 100%;
    border: 5px solid #eee;
    border-radius: 3px
}

.image__active {
    display: block;
    -webkit-animation-name: animation;
    animation-name: animation;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: relative
}

@-webkit-keyframes animation {
    0% {
        opacity: 0%
    }
    100% {
        opacity: 100%
    }
}

@keyframes animation {
    0% {
        opacity: 0%
    }
    100% {
        opacity: 100%
    }
}

.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#demo span {
    color: rgb(211, 211, 211);
    font-size: 24px;
    font-weight: 900;
    float: right;
    cursor: pointer;
    margin-right: 5px
}

#demo .live-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.live-links a {
    background-color: #3D4852;
    padding: 10px 50px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.live-links a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

footer {
    width: 100%;
    position: relative
}

footer .map {
    background-image: url(../img/contact/map.png);
    background-size: cover;
    background-position: center;
    height: 405px
}

.contact {
    padding-bottom: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1A4A80), to(#2475BE));
    background: -o-linear-gradient(#1A4A80, #2475BE);
    background: linear-gradient(#1A4A80, #2475BE)
}

.pushup-30 {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%)
}

.pushup-50 {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pushup-10 {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%)
}

.form-head p {
    color: #464646
}

footer form {
    padding: 8% 8%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 3px #00000020;
    -moz-box-shadow: 0 0 5px 3px #00000020;
    -o-box-shadow: 0 0 5px 3px #00000020;
    -ms-box-shadow: 0 0 5px 3px #00000020;
    box-shadow: 0 0 5px 3px #00000020
}

form p {
    font-size: 20px
}

footer .form-group.col-lg-4,
footer .form-group.col-lg-8 {
    padding: 0 2%
}

.form-group label {
    color: #464646;
    font-weight: 600
}

footer .btn {
    background-color: #3D4852;
    border-radius: 0;
    width: 100%;
    color: #fff;
    transition: all .2s
}

footer .btn:hover {
    color: #fff;
    transform: scale(1.03)
}

.iproc p {
    color: #fff
}

.iproc-footer {
    width: 125px;
    margin-bottom: 16px
}

.sosmed>div {
    border-radius: 100px;
    border: 2px solid #fff;
    display: inline-block;
    padding: 5px
}

.sosmed a img {
    width: 40px
}

.footer-head {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block
}

.contact-info img {
    width: 30px;
    height: 30px
}

.contact-info a {
    margin-bottom: 0;
    margin-left: 10px;
    color: #fff
}

.contact-info span {
    margin-bottom: 0;
    margin-left: 10px;
    color: #fff
}

.address {
    color: #fff
}

.contact .menu a {
    color: #fff;
    text-decoration: none
}

.menu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.menu-links>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact .language-footer a {
    color: #fff;
    text-decoration: none;
    border: 2px solid #174776;
    padding: 5px 10px
}

.contact .language-footer .flag {
    display: inline;
    width: 22px
}

.language-footer a.language-active {
    background-color: #174776
}

.contact hr {
    border: 1px solid #fff;
    width: 100%
}

.copyright {
    color: #fff
}

@media (max-width:1570px) {
    #pn-project {
        min-height: 700px
    }
}

@media (max-width:1366px) {
    #home article h1 {
        color: #fff;
        font-size: 64px;
        font-weight: 600
    }
    #home article p {
        color: #fff;
        font-size: 32px;
        margin-bottom: 20px
    }
    #solution iframe {
        height: 400px
    }
}

@media (max-width:1301px) {
    .navbar {
        padding: 8px 50px
    }
}

@media (max-width:1280px) {
    #home article h1 {
        color: #fff;
        font-size: 58px;
        font-weight: 600
    }
    #home article p {
        color: #fff;
        font-size: 29px;
        margin-bottom: 20px
    }
}

@media (max-width:1220px) {
    .nav-item {
        margin: 8px 0
    }
    .nav-item:not(:last-of-type) {
        border-right: none
    }
}

@media (max-width:1200px) {
    .data-wrapper .col-lg-5:not(:last-of-type) .data-group {
        margin: 0 0 50px 0
    }
    .data-wrapper .data span {
        font-size: 18px
    }
    .data-wrapper .data p {
        font-size: 18px
    }
    .img-tech-desc img {
        height: 50px
    }
    #pn-project {
        min-height: 600px
    }
}

@media (max-width:991px) {
    .navbar-brand img {
        width: auto;
        height: 25px
    }
    .objective-title h1,
    .objective-title hr {
        margin-left: 0
    }
    .objective-title h1 {
        padding-top: 60px
    }
    .form-head p {
        color: #464646;
        font-size: 14px
    }
    .language {
        display: none
    }
    .contact-info a {
        text-align: center
    }
    .contact-info div {
        text-align: center
    }
    .language-small {
        display: block
    }
    #home article h1 {
        color: #fff;
        font-size: 50px;
        font-weight: 600
    }
    #home article p {
        color: #fff;
        font-size: 26px;
        margin-bottom: 20px
    }
    #pn-project {
        padding: 50px 0 10px 0
    }
    .projects {
        min-height: 400px
    }
    #about {
        margin-bottom: 0;
        padding-top: 35px
    }
    .data-facts-head {
        margin-bottom: 25px
    }
    .objective {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .objective-item {
        padding: 20px;
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .objective .col-lg-4 {
        margin-bottom: 30px
    }
    .objective .col-lg-4:last-of-type {
        margin-bottom: 0
    }
    .objective-item>div {
        margin-left: 0
    }
    .objective-item img {
        margin-bottom: 20px;
        width: 125px;
        height: 125px
    }
    .objective-item h2 {
        font-size: 18px
    }
    .objective-item p {
        font-size: 14px
    }
    .awards {
        margin-top: 0
    }
    .awards .illust {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .awards h2 {
        margin: 0 10px 35px 10px
    }
    .customer-img {
        margin-bottom: 50px
    }
    .customer-img img {
        width: 60%
    }
    .solution-header {
        margin-bottom: 30px
    }
    .video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    #solution {
        padding-top: 50px
    }
    #solution iframe {
        width: 90%;
        height: 550px;
        margin-top: 0;
        margin-right: 0
    }
    .solution-desc {
        margin-top: 0
    }
    #solution .solution-desc p {
        margin: 0 50px;
        text-align: center
    }
    .values {
        margin-bottom: 10px
    }
    .procurement {
        margin-bottom: 40px
    }
    .procurement img {
        width: 85%
    }
    .ai img {
        width: 85px
    }
    .industry h2 {
        text-align: center;
        margin: 0 20px
    }
    .platform {
        text-align: center;
        margin: 0 30px
    }
    .platform>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .platform img {
        margin: 0 20px 0 0
    }
    .platform img:last-of-type {
        margin: 0
    }
    .techno {
        margin: 50px 30px 0 30px;
        text-align: center
    }
    .rpa {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .ai {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .data-wrapper .data span {
        font-size: 22px
    }
    .data-wrapper .data p {
        font-size: 22px
    }
    .bordered-right {
        border: none
    }
    #pn-project .sponsor img {
        margin: 10px 20px;
        width: 400px
    }
    #demo {
        padding-top: 10px
    }
    hr.rounded {
        margin: 0 0 10px 0
    }
    #demo .close {
        margin-bottom: 20px
    }
    .address {
        color: #fff
    }
    .form-group textarea {
        height: 80px
    }
    .iproc,
    .address,
    .menu,
    .language-footer {
        margin-bottom: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .language-footer {
        margin-bottom: -140px
    }
    .iproc p {
        max-width: 320px;
        text-align: center
    }
    .contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .contact-info img {
        width: 50px;
        height: 50px
    }
    .contact-info p {
        max-width: 300px;
        text-align: center
    }
    .menu-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .menu-links>div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .contact .menu a {
        margin-right: 16px;
        white-space: nowrap
    }
    .contact .row .col-sm-12 {
        text-align: center
    }
}

@media (max-width:830px) {
    #solution iframe {
        height: 450px
    }
    .images {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 30px
    }
    .small {
        width: 100%
    }
    .platform img {
        width: 120px;
        height: 60px
    }
    .bg-left {
        display: none
    }
    .bg-right {
        top: initial;
        bottom: 0;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    #demo {
        padding-bottom: 50px
    }
}

@media (max-width:767px) {
    .objective-title h1 {
        font-size: 36px
    }
    .awards {
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start
    }
    .awards .award-graphic {
        width: 90%;
        margin-bottom: 50px
    }
    .awards article {
        padding-left: 0
    }
    .awards article h2 {
        text-align: center
    }
    .awards ul {
        background-color: #fff;
        -webkit-box-shadow: 1px 1px 5px 2px #00000015;
        box-shadow: 1px 1px 5px 2px #00000015;
        padding: 10px 20px
    }
    .awards ul li {
        margin: 5px 0;
        font-size: 14px
    }
    .data-wrapper .data span {
        font-size: 18px
    }
    .data-wrapper .data p {
        font-size: 18px
    }
    #solution iframe {
        width: 100%
    }
    #pn-project .pn-desc p {
        min-height: 100px
    }
    #clients .col-md-6 {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .copyright {
        margin-bottom: 16px
    }
    .column {
        flex-direction: column
    }
}

@media (max-width:670px) {
    #about h2 {
        font-size: 22px
    }
    #solution h2 {
        font-size: 22px
    }
    #solution h3 {
        font-size: 18px
    }
    #solution iframe {
        height: 350px
    }
    #clients h2 {
        font-size: 24px
    }
    #pn-project h2 {
        font-size: 24px
    }
    #values h2 {
        font-size: 24px
    }
    .platform img {
        width: 100px;
        height: 50px
    }
    .values-diagram {
        width: 100%;
        height: 100%
    }
    #pn-project .sponsor img {
        margin: 10px 20px;
        width: 350px
    }
    #pn-project .pn-desc p:nth-of-type(1) {
        font-size: 16px;
        min-height: 70px
    }
    #pn-project .pn-desc p {
        font-size: 14px;
        min-height: 70px
    }
}

@media (max-width:576px) {
    .menu-title {
        font-size: 32px
    }
    .objective-title .col-sm-12 {
        text-align: center
    }
    .objective-title h1 {
        font-size: 28px
    }
    .objective-item {
        padding: 10px 20px 20px 20px
    }
    #values .value-item p {
        text-align: center
    }
    #solution iframe {
        height: 300px;
        border: 10px solid #fff
    }
    .customer-text {
        text-align: center;
        padding: 0
    }
    .customer-text p,
    .customer-text span {
        font-size: 14px
    }
    #solution .solution-desc p {
        font-size: 14px;
        margin: 0
    }
    #logo-proc4 {
        width: 50%
    }
    .rpa img,
    .ai-imgs {
        width: 100px
    }
    .rpa h4,
    .ai h4 {
        font-size: 18px
    }
    .techno-desc p {
        font-size: 14px
    }
    #pn-project .sponsor img {
        margin: 10px 20px;
        width: 300px
    }
    .card-front h3 {
        font-size: 20px
    }
    .card-back h3 {
        font-size: 14px
    }
    #demo h2 {
        font-size: 20px
    }
    #demo p {
        font-size: 14px
    }
}

@media (max-width:530px) {
    .platform img {
        width: 60px;
        height: 30px
    }
}

@media (max-width:470px) {
    #solution iframe {
        height: 250px
    }
    .techno {
        padding: 20px
    }
    .rpa,
    .ai {
        padding: 20px
    }
    .rpa img,
    .ai-imgs {
        width: 75px
    }
    .rpa h4,
    .ai h4 {
        font-size: 14px;
        font-weight: 700;
        padding-top: 10px
    }
    .techno-desc p {
        font-size: 12px
    }
}

@media (max-width:450px) {
    .navbar {
        width: 100%
    }
    body {
        width: 100%
    }
    .stories-bg {
        width: 100%
    }
}

@media (max-width:430px) {
    .menu-title {
        font-size: 28px
    }
    #home {
        top: -130px
    }
    #home article h1 {
        font-size: 42px
    }
    .data-wrapper .data span {
        font-size: 16px
    }
    .data-wrapper .data p {
        font-size: 16px
    }
    #solution iframe {
        height: 250px
    }
    #pn-project .sponsor img {
        margin: 10px 20px;
        width: 250px
    }
    .menu-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu-links>div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width:400px) {
    #solution iframe {
        height: 200px
    }
}

@media (max-width:380px) {
    #home article h1 {
        font-size: 36px
    }
    .data-wrapper .data span {
        font-size: 14px
    }
    .data-wrapper .data p {
        font-size: 14px
    }
    #pn-project .pn-desc p {
        min-height: 100px
    }
    #pn-project .pn-desc p:nth-of-type(1) {
        min-height: 100px
    }
}

@media (max-width:370px) {
    #pn-project .sponsor img {
        margin: 10px 20px;
        width: 200px
    }
    .mining .client-logo img {
        width: 30%
    }
}

@media (max-width:350px) {
    #values .value-item p {
        font-size: 16px
    }
    .objective-item img {
        width: 125px;
        height: 125px
    }
    .objective-item h3 {
        font-size: 18px
    }
    .objective-item p {
        font-size: 18px
    }
    #pn-project .pn-desc p {
        min-height: 120px
    }
    #pn-project .pn-desc p:nth-of-type(1) {
        min-height: 120px
    }
    .client-logo img {
        width: 50%
    }
}

@media (max-width:320px) {
    .data-wrapper .data span {
        font-size: 12px
    }
    .data-wrapper .data p {
        font-size: 12px
    }
    .platform img {
        width: 40px;
        height: 20px
    }
}

@media (max-height:480px) {
    .navbar-brand img {
        width: auto;
        height: 30px
    }
}

@media (max-height:380px) {
    .navbar-brand img {
        width: auto;
        height: 25px
    }
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: rgb(87, 87, 87)
}

::-webkit-scrollbar-thumb:hover {
    background: #283036
}

.directions {
    padding: 10px;
    font-weight: 700;
    border: 1px solid #fff;
    text-decoration: none
}

.directions:hover,
.directions:focus,
.directions:visited {
    box-shadow: 0 0 50px rgba(0, 0, 0, .3);
    text-decoration: none
}

.landing .nav.first.language>li>a {
    color: #fff;
    font-size: 1em;
    font-family: 'Montserrat';
    font-weight: 400;
    padding: 4px 10px 4px 10px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid transparent
}

.landing .nav.first.language>li>a:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin-left: 10px;
    margin-right: 10px;
    padding: 4px 10px 4px 10px
}

.landing .nav.first.language>li.active>a {
    color: #fff;
    font-weight: 700;
    border: 1px solid #fff;
    padding: 4px 10px 4px 10px;
    display: block;
    margin-right: 10px;
    margin-left: 10px
}

.landing .nav.first.language>li.divider {
    border: 1px solid #fff;
    margin: 5px 0 0 0;
    height: 25px;
    vertical-align: middle
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.mr-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.wrapper-scroll {
    text-align: center;
    margin-top: 20px
}

a#scroll-down {
    display:inline-block;
    width: 45px;
    height: 45px;
    background: #fff;
    color: #3D4852;
    font-size: 18px;
    text-align: center;
    border-radius: 100%;        
    line-height:45px;
    border: 2px solid transparent;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    animation: pulse 1.5s linear infinite
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .65);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .65);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .65);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .65)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
        -o-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

#home .warning h4 {
    margin-top: 6em;
    color: #fff;
    font-weight: 400;
    font-size: .8em
}

#home .warning h4 span {
    background: #E3342F;
    border-radius: 5px;
    padding: .5em;
    margin: 0em .5em 0 .5em;
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-weight: 700
}

#home h1 {
    margin-top: .75em;
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-size: 62px
}

#home small {
    color: #fff
}

#home small strong {
    color: #fff;
    font-size: 1.25em
}

#home .helpdesk {
    margin-top: 2.5em;
    color: #fff
}

#home .helpdesk h6 {
    font-size: .8em;
    line-height: 2
}

#home .helpdesk span.email {
    background: #E3342F;
    border-radius: 5px;
    padding: .5em;
    cursor: pointer
}

#home .helpdesk span.email a {
    font-size: .8em;
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-weight: 700
}

#home .bottom-side {
    margin-top: 2em;
    line-height: 1
}

#home .bottom-side small {
    font-size: .6em
}

#home .bottom-side small strong {
    font-size: 1.1em
}

#home hr {
    height: .5px;
    background: #fff;
    width: 60%
}

#home .action-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.action-button a {
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 10px 50px;
    font-size: 16px;
    color: #E3342F;
    text-decoration: none;
    margin: 10px;
    border-radius: 5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.action-button a:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    font-weight: 700;
    color: #e70800;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

a:hover {
    text-decoration: none
}

#news {
    background-image: url(../img/bg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 30px
}

#news h2 {
    color: #3D4852;
    font-family: 'Montserrat-Black';
    font-size: 42px;
    margin-bottom: 0
}

#front {
    overflow-x: hidden
}

#front .card-wrapper {
    height: calc(100% - 100px);
    padding: 0 1em 0 1em;
    overflow-x: scroll
}

#front .card {
    background: #fff;
    border-radius: 10px;
    border: none;
    border-left: 10px solid #E3342F;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

#front .card:hover {
    transform: scale(1.025);
    -webkit-font-smoothing: antialiased;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

#news .card-title {
    font-size: .85em;
    font-family: 'Montserrat-Bold';
    color: #3D4852
}

#news .card-subtitle:not(strong) {
    color: #000;
    font-family: 'Montserrat-Bold-Italic'
}

#news .card-subtitle strong {
    color: #E3342F
}

#news .card-text {
    font-size: .75em;
    color: #464646
}

#news .card-text span {
    background: #BED80F;
    border-radius: 5px;
    padding: .5em;
    margin: 0em .5em 0 .5em;
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-weight: 700;
    font-size: .8em;
    cursor: pointer
}

#news .card-text span:hover,
#news .card-text span:focus {
    background: #819407;
    border-radius: 5px;
    padding: .5em;
    margin: 0em .5em 0 .5em;
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-weight: 700;
    font-size: .8em;
    cursor: pointer
}

#invitation {
    background-image: url(../img/bg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 30px
}

#invitation h2 {
    color: #3D4852;
    font-family: 'Montserrat-Black';
    font-size: 42px;
    margin-bottom: 0
}

#invitation .card-title {
    font-size: .85em;
    font-family: 'Montserrat-Bold';
    color: #3D4852
}

#invitation .card-subtitle strong {
    color: #E3342F
}

#invitation .card-text {
    font-size: .75em;
    color: #3D4852
}

#invitation .card-subtitle span {
    -moz-background-color: rgba(230, 6, 48, .8);
    -webkit-background-color: rgba(230, 6, 48, .8);
    -o-background-color: rgba(230, 6, 48, .8);
    background-color: rgba(230, 6, 48, .8);
    border-radius: 5px;
    padding: .5em;
    margin: 0em .25em 0 0em;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat-Bold';
    font-weight: 700;
    font-size: .8em
}

#invitation .tipe {
    line-height: .8 !important
}

#invitation .tipe span {
    color: #000;
    font-size: .65em;
    font-weight: 600
}

#invitation .card-text .col-md-12 {
    line-height: .5 !important
}

#invitation .card-subtitle.text-muted {
    color: #949494 !important
}

.footer {
    background: #3D4852;
    border-top: 1px solid #fff;
    padding: 1em;
    color: #fff
}

.card-body a.download-btn {
    background-color: transparent;
    padding: 5px 5px;
    border-radius: 8px;
    font-size: .7em;
    font-weight: 700;
    font-family: 'Montserrat-Black-Italic';
    color: #E3342F;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

.card-body a.download-btn:hover {
    border: 1px solid #E3342F;
    border-radius: 8px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.card-body p {
    margin-bottom: .5rem
}

.form-row li.divider {
    border: .5px solid rgba(0, 93, 181, .2);
    margin: 0 5px 0 5px;
    height: 40px;
    vertical-align: middle;
    list-style-type: none
}

.form-row .title {
    padding: 1em 0 0 2em;
    color: #3D4852
}

.form-row select.form-control.modified {
    border: none;
    border-bottom: 1px solid #3D4852;
    border-radius: 0;
    background: transparent;
    color: #3D4852;
    font-size: .9em;
    font-family: 'Montserrat-Bold'
}

.form-row .input-daterange input.form-control.modified {
    border: none;
    border-bottom: 1px solid #3D4852;
    border-radius: 0;
    background: transparent;
    color: #3D4852;
    font-size: .9em;
    font-family: 'Montserrat-Bold'
}

.form-row input.form-control.modified {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 0;
    border-color: #3D4852;
    border-top-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0;
    background: transparent;
    color: #3D4852
}

input.form-control.modified::-webkit-input-placeholder {
    font-size: .8em;
    font-family: 'Montserrat-Italic'
}

input.form-control.modified::-moz-input-placeholder {
    font-size: .8em;
    font-family: 'Montserrat-Italic'
}

input.form-control.modified::-o-input-placeholder {
    font-size: .8em;
    font-family: 'Montserrat-Italic'
}

input.form-control.modified::-ms-input-placeholder {
    font-size: .8em;
    font-family: 'Montserrat-Italic'
}

input.form-control.modified::input-placeholder {
    font-size: .8em;
    font-family: 'Montserrat-Italic'
}

.input-group-prepend.modified span {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 0;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border-color: #3D4852;
    background: transparent;
    font-size: .8em;
    color: #3D4852
}

.form-row .input-daterange span {
    color: #3D4852;
    font-size: .9em;
    font-family: 'Montserrat-Bold'
}

.card-body {
    margin: 0 .5em 0 .5em;
    background: rgb(255, 255, 255);
    padding: .75rem
}

body.modal-open {
    overflow: hidden !important
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto
    }
    .modal-content {
        border-radius: 30px
    }
}

.modal .card-title {
    font-size: .9em;
    font-family: 'Montserrat-Bold';
    color: #3D4852
}

.modal .card-subtitle:not(strong) {
    color: #000;
    font-family: 'Montserrat-Bold-Italic'
}

.modal .card-subtitle strong {
    color: #BED80F
}

.modal .card-text {
    font-size: .8em;
    color: #464646
}

.modal a.download-btn {
    background-color: transparent;
    padding: 10px 10px;
    font-size: .7em;
    font-weight: 700;
    font-family: 'Montserrat-Black-Italic';
    color: #3D4852;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

.modal a.download-btn:hover {
    border-bottom: 1px solid #3D4852;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.modal.detail .modal-body {
    margin: -2em 2em 2em 2em
}

.modal.detail .modal-header {
    border-bottom: none
}

.modal.detail .modal-header h5 {
    margin: 1em 1em 0em 1em;
    color: #3D4852;
    font-family: 'Montserrat-Black';
    font-size: 28px
}

.modal.detail .modal-header h5 hr.short {
    width: 30%
}

.modal.detail .modal-header .close {
    margin: 1em 1em 0em 1em
}

.modal.detail .modal-header .close span {
    color: #3D4852;
    font-family: 'Montserrat-Black';
    font-size: 36px
}

#bid {
    background-image: url(../img/bg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 30px
}

#bid h2 {
    color: #3D4852;
    font-family: 'Montserrat-Black';
    font-size: 42px;
    margin-bottom: 0
}

#bid .card-title {
    font-size: .85em;
    font-family: 'Montserrat-Bold';
    color: #3D4852
}

#bid .card-subtitle strong {
    color: #E3342F
}

#bid .card-text {
    font-size: .75em;
    color: #464646
}

#bid .card-subtitle span {
    -moz-background-color: rgba(230, 6, 48, .8);
    -webkit-background-color: rgba(230, 6, 48, .8);
    -o-background-color: rgba(230, 6, 48, .8);
    -ms-background-color: rgba(230, 6, 48, .8);
    background-color: rgba(230, 6, 48, .8);
    border-radius: 5px;
    padding: .5em;
    margin: 0em .25em 0 0em;
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-weight: 700;
    font-size: .8em
}

#bid hr.short {
    border-top: 5px solid #3D4852
}

#bid .tipe {
    line-height: .8 !important
}

#bid .tipe span {
    color: #000;
    font-size: .65em;
    font-weight: 600
}

.input-daterange .input-group-addon {
    margin: 0
}

.input-group.date .input-group-addon {
    border-right: 0
}

#not-news .register h1 {
    font-size: 28px;
    margin-top: 2.7em;
    color: #fff
}

#not-news hr {
    margin-top: .25rem;
    margin-bottom: .25rem
}

#not-news .register h4 {
    margin-top: 1em;
    color: #fff;
    font-weight: 400;
    font-size: .8em
}

#not-news.forms .register h1 {
    font-size: 28px;
    margin-top: .2em;
    color: #fff
}

#not-news.forms .register h4 {
    margin-top: 7em;
    color: #fff;
    font-weight: 400;
    font-size: .8em
}

#not-news .register h4 span {
    background: #e6a91a;
    border-radius: 5px;
    padding: .5em;
    margin: 0em .5em 0 .5em;
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-weight: 700
}

#register .modal-footer {
    justify-content: center
}

#register .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
}

#register .modal-content {
    border-radius: 10px
}

#register .modal {
    background: rgba(0, 0, 0, .6)
}

.k3s-wrapper {
    height: 90%;
    margin-top: 13em
}

.k3s-box {
    background: rgba(255, 255, 255, .8);
    border-radius: 20px;
    padding: 0;
    cursor: pointer
}

#register {
    overflow: auto
}

#register.forms {
    overflow: auto
}

#not-news {
    background-image: url(../img/1.JPG);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

#not-news .card-wrapper {
    height: 20%;
    overflow-y: scroll;
    overflow-x: hidden
}

#not-news .card-wrapper .row {
    cursor: pointer
}

#not-news .card {
    background: transparent;
    border: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    cursor: pointer
}

#not-news .card:hover {
    transform: scale(1.02);
    box-shadow: 0 0 30px rgba(0, 0, 0, .15)
}

#not-news .card .card-body img {
    width: 9rem
}

#not-news .card .card-body {
    border-radius: 15px
}

#home .login h1 {
    font-size: 24px;
    margin-top: 3em
}

#home .login h4 {
    margin-top: 1em;
    color: #fff;
    font-weight: 400;
    font-size: .8em
}

#home .login h4 span {
    background: #BED80F;
    border-radius: 5px;
    padding: .5em;
    margin: 0em .5em 0 .5em;
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-weight: 700
}

.middle-box {
    max-width: 800px;
    z-index: 100;
    margin: 0 auto;
    -webkit-background: rgba(255, 255, 255, .85);
    -moz-background: rgba(255, 255, 255, .85);
    -o-background: rgba(255, 255, 255, .85);
    -ms-background: rgba(255, 255, 255, .85);
    background: rgba(255, 255, 255, .85)
}

.middle-box h3 {
    font-size: 20px;
    font-family: 'Montserrat-Bold';
    color: #E3342F;
    padding: 1em 0 .25em 0
}

.middle-box .input-group {
    width: 80%;
    margin: 0 auto
}

.middle-box input.form-control.modified {
    background: transparent;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 0;
    border-right: 1px solid;
    border-color: #3D4852;
    border-top-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 8px;
    background: transparent;
    color: #3D4852;
    padding: .1em .2em .25em 0
}

.middle-box input.form-control.modified::-webkit-input-placeholder {
    font-size: .8em;
    font-family: 'Montserrat-Italic'
}

.middle-box input.form-control.modified::-moz-input-placeholder {
    font-size: .8em;
    font-family: 'Montserrat-Italic'
}

.middle-box input.form-control.modified::-o-input-placeholder {
    font-size: .8em;
    font-family: 'Montserrat-Italic'
}

.middle-box input.form-control.modified::-ms-input-placeholder {
    font-size: .8em;
    font-family: 'Montserrat-Italic'
}

.middle-box .input-group-prepend.modified span {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 0;
    border-left: 1px solid;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-color: #3D4852;
    background: transparent;
    font-size: .8em;
    color: #3D4852
}

.lockscreen.middle-box {
    width: 200px;
    padding-top: 110px
}

.loginscreen.middle-box {
    width: 400px;
    border-radius: 30px
}

.loginColumns {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px
}

.passwordBox {
    max-width: 460px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px
}

.wrapper .middle-box {
    margin-top: 140px
}

.lock-word {
    z-index: 10;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -470px
}

.lock-word span {
    font-size: 100px;
    font-weight: 600;
    color: #fff;
    display: inline-block
}

.lock-word .first-word {
    margin-right: 160px
}

.btn-primary {
    background: #E3342F
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
    color: #fff;
    background-color: #b9221d !important;
    border-color: #b9221d !important;
    box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .4) !important
}

.action .btn-primary {
    border: none;
    border-radius: 8px
}

.capt-refresh .btn {
    border: none;
    border-radius: 8px
}

.captcha .input-group {
    border: 1px solid #3D4852;
    width: 80%;
    margin: 0 auto;
    border-radius: 8px
}

.captcha .input-group.inside {
    border: none;
    width: 90%;
    margin: 0 auto;
    border-radius: 8px
}

.middle-box .btn-block {
    margin: 0 auto;
    width: 80%
}

.middle-box .reset-pwd {
    margin: 1.5em 0 1.5em 0
}

.middle-box .reset-pwd small,
.middle-box .reset-pwd a {
    color: #3D4852 !important
}

.middle-box .reset-pwd a {
    font-size: .7em;
    font-weight: 700;
    font-family: 'Montserrat-Black-Italic'
}

.middle-box .input-group-text i {
    color: #7c8f04
}

.capt-text {
    padding: .25em 0 0 0
}

.capt-text span {
    font-family: 'Montserrat-Bold';
    font-size: 32px;
    font-weight: 700;
    -webkit-text-stroke: 1.2px #3D4852;
    letter-spacing: 8px;
    color: #BED80F;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.capt-refresh {
    margin: .5em 0 .5em 0;
    padding: 0
}

.footer-help {
    margin-top: 1em
}

.footer-help small {
    font-size: 8px
}

.form-group {
    margin-bottom: 0
}

.form-group label {
    font-size: .8em
}

.ibox.float-e-margins {
    border-radius: 15px;
    border: none;
    background: #fff;
    width: 70%;
    margin: 0 auto
}

.ibox-content {
    border: none
}

#not-news.forms .ibox-content p {
    margin: 1.5em 1em 1em 2em;
    font-size: 11px;
    font-family: 'Montserrat-Italic';
    color: #464646
}

.ibox-title {
    background: #3D4852;
    color: #fff;
    border-top: none;
    border-color: transparent;
    border-image: none;
    border-style: none;
    border-width: 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 90px 8px 15px;
    min-height: 48px;
    position: relative;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px
}

.ibox-title h5 {
    color: #fff;
    font-family: 'Montserrat-Bold'
}

.label-style {
    margin-bottom: 10px;
    font-weight: 700
}

.form-control-modified {
    border-radius: 10px;
    height: auto;
    padding: 8px 10px 8px 10px;
    background: transparent;
    border-color: rgb(194, 192, 192);
    font-size: .85em
}

.form-control-modified:hover,
.form-control-modified:focus,
.form-control-modified.focus {
    border-color: rgb(163, 162, 162)
}

select.form-control:not([size]):not([multiple]) {
    height: auto
}

.form-group small {
    font-size: .65em;
    font-family: 'Montserrat-Italic'
}

#not-news.forms .ibox-content h4 {
    margin: 1em 1em 1em 3em;
    font-size: 16px;
    font-family: 'Montserrat-Bold';
    font-weight: 700;
    color: #3D4852
}

#not-news.forms .captcha .input-group {
    width: 100%;
    margin: 0;
    border: 1px solid rgb(194, 192, 192)
}

#not-news.forms .captcha .input-group.inside {
    border: none;
    width: 84%;
    margin: 0 auto;
    border-radius: 8px
}

#not-news.forms .input-group.inside .input-group-prepend.modified span {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 0;
    border-left: 1px solid;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-color: rgb(194, 192, 192);
    background: transparent;
    font-size: .8em;
    color: #3D4852
}

#not-news.forms .input-group.inside .form-control.modified {
    border-left: 0
}

#not-news.forms .action-button a {
    margin: 0
}

#not-news.forms .action-button a.btn-primary.modified {
    margin: 0;
    color: #fff;
    background: #3D4852
}

#not-news.forms .action-button a.btn-danger.modified {
    margin: 0;
    color: #fff;
    background: #b30626
}

.table th,
.table td {
    font-size: .9em
}

.table th {
    border: none;
    border-bottom: 1px solid #464646
}

.margin-top-spacing {
    margin-top: 20px
}

.margin-top-spacing-dokumen {
    margin-top: 90px
}

.margin-left {
    margin-left: 50px !important
}

.margin-left-extra {
    margin-left: 130px !important
}

.margin-space-top-extra {
    margin-top: 20px !important;
    margin-left: 30px !important
}

.margin-space-left {
    margin-top: 20px !important;
    margin-left: 20px !important
}

.margin-space-top {
    margin-top: 10px !important;
    margin-left: 10px !important
}

.margin-space-bottom {
    margin-left: 10px !important;
    margin-top: 25px !important
}

.margin-space-only-top {
    margin-top: 40px !important
}

.margin-space-only-top-button {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.margin-space-little-top {
    margin-top: 20px !important
}

.margin-spacing.bottom {
    margin-bottom: 60px
}

.margin-spacing.left {
    margin-left: 10px
}

.action-button a {
    border-radius: 10px;
    font-weight: 700
}

.btn.civd-danger {
    color: #fff;
    border: none
}

.btn.civd-default {
    background: #3D4852;
    border: none
}

.btn.civd-default:focus,
.btn.civd-default:hover {
    background: #00386d !important
}

.not-show {
    display: none
}

.not-show-first {
    display: block
}

.mobile-profile {
    display: none
}

.profile {
    display: block
}

.centered-helper {
    display: block
}

.ibox-tools a {
    font-size: 24px;
    color: #fff !important
}

.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    text-align: right
}

.req-opt {
    font-weight: 400 !important;
    font-size: 12px
}

#resetPassword .modal-dialog {
    max-width: 500px
}

#resetPassword p {
    font-size: 12px
}

#resetPassword .middle-box h3 {
    font-size: 18px;
    font-family: 'Montserrat-Bold';
    color: #3D4852;
    padding: 0
}

#resetPassword.modal .modal-body {
    margin: -2em .5em .5em .5em
}

.modal-footer a {
    padding: .2em 1em .2em 1em
}

#not-news .card-body small.card-subtitle.k3s-total {
    font-size: .65em;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #3D4852
}

#not-news .card-body small.card-subtitle.k3s-total strong {
    font-size: 1.25em;
    font-family: 'Montserrat-Black';
    color: #3D4852
}

.modal-footer .btn-primary {
    border: none
}

.modal-footer .btn-primary:hover,
.modal-footer .btn-primary:focus,
.modal-footer .btn-primary.focus {
    border: none !important;
    background: #b30626 !important;
    box-shadow: none
}

.modal-footer .btn-default {
    background: #ddd
}

.form-control.modified:hover,
.form-control.modified:focus {
    box-shadow: none
}

span.company-name {
    font-size: .75em;
    font-family: 'Montserrat-Black';
    color: #3D4852
}

.overlay {
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #3D4852;
    opacity: .4
}

.overlay.forms-reg {
    position: fixed;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #3D4852;
    opacity: .4
}

.container {
    margin-right: 0;
    margin-left: 0
}

.input-group-prepend.modified span {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 0;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    background: #3D4852;
    font-size: .8em;
    color: #3D4852
}

.input-group-text i {
    color: #fff
}

.navbar-nav .dropdown-menu {
    left: auto;
    top: 80%
}

.navbar-nav .dropdown-menu a {
    color: #3D4852 !important;
    font-family: 'Montserrat';
    padding: 5px;
    font-size: .8em
}

.navbar-nav .dropdown-menu a.dropdown-item:hover,
.navbar-nav .dropdown-menu a.dropdown-item:focus {
    color: #E3342F !important;
    background: none;
    border-bottom: none !important
}
#front .container,
#register .container {
    max-width: 1200px
}

#register .container {
    margin-right: auto;
    margin-left: auto
}

.btn-primary.modified {
    background: #bcd958 !important;
    border-radius: 8px;
    border: none;
    color: #000
}

.btn-primary.modified:hover,
.btn-primary.modified:focus,
.btn-primary.modified.focus {
    background: #bcd958 !important;
    box-shadow: 0 0 0 .2rem rgba(188, 217, 88, .4) !important
}

.btn-default.modified {
    background: rgb(199, 199, 199) !important;
    border-radius: 8px;
    border: none;
    color: #3D4852 !important
}

.btn-default.modified:hover,
.btn-default.modified:focus,
.btn-default.modified.focus {
    color: #464646;
    box-shadow: 0 0 0 .2rem rgba(199, 199, 199, .4) !important
}

#success .middle-box h3 {
    font-size: 20px;
    font-family: 'Montserrat-Bold';
    color: #00386d;
    padding: 0
}

#success .middle-box h3 i {
    padding-top: .3em;
    padding-bottom: .25em;
    font-size: 40px
}

#success .middle-box p {
    font-size: 14px
}

.bootstrap-table .fixed-table-container .table {
    border: none
}

.bootstrap-table .fixed-table-container .table {
    margin-bottom: 10px !important
}

.bootstrap-table .fixed-table-container .table thead th {
    background: transparent;
    border-right: none;
    border-bottom: 2px solid #8f8f8f
}

.bootstrap-table .fixed-table-container .table th,
.bootstrap-table .fixed-table-container .table td {
    border-right: 1px solid #8f8f8f;
    border-bottom: 1px solid #b4b4b4;
    color: #565656
}

.bootstrap-table .btn-group .btn-secondary {
    background: transparent;
    border: 1px solid rgb(194, 192, 192);
    color: #E3342F;
    font-size: 1.2em
}

.bootstrap-table .btn-group .btn-secondary.focus,
.bootstrap-table .btn-group .btn-secondary:focus,
.bootstrap-table .btn-group .btn-secondary:hover {
    background: transparent;
    color: #b92520;
    box-shadow: none !important
}

.bootstrap-table .form-control,
.single-line {
    background-color: transparent;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 8px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%
}

.bootstrap-table .btn-group.show .caret {
    transform: rotate(180deg);
    transition: .2s
}

.bootstrap-table .caret {
    transition: .2s
}

.bootstrap-table .fixed-table-pagination .dropup .dropdown-toggle::after {
    display: none
}

.bootstrap-table .fixed-table-pagination>.pagination ul.pagination .page-item a {
    background: transparent;
    color: #3D4852;
    padding: 5px 12px;
    margin-right: 5px;
    line-height: 1.5;
    border-radius: 8px
}

.bootstrap-table .fixed-table-pagination>.pagination ul.pagination .page-item.active a {
    background: #E3342F;
    border-color: #E3342F;
    color: #fff
}

.bootstrap-table .fixed-table-pagination>.pagination ul.pagination .page-item.page-pre a,
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination .page-item.page-next a {
    background: transparent;
    color: #3D4852;
    font-weight: 700;
    border: none;
    font-size: 1.2em
}

.bootstrap-table .float-right.search {
    width: 90%
}

.bootstrap-table .table td,
.bootstrap-table .table th {
    padding: 1px
}

.bootstrap-table .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0)
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 0;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bootstrap-table .form-control {
    background-color: transparent;
    background-image: none;
    border: 1px solid #3D4852;
    border-radius: 8px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%
}

.bootstrap-table .form-control.focus,
.bootstrap-table .form-control:focus,
.bootstrap-table .form-control:hover {
    box-shadow: none;
    border: 1px solid #bcd958
}

.bootstrap-table .float-left.pagination-detail {
    font-size: 12px
}

.page-list .dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #E3342F;
    text-align: left;
    justify-content: left
}

.kkks-choose .ibox.float-e-margins {
    border-radius: 15px;
    border: none;
    background: #fff;
    width: 100% !important;
    margin: 0 auto
}

.forms.k3s .input-group-text i {
    color: #E3342F
}

.login-choice .nav-link.active,
.login-choice .show>.nav-link {
    color: #3D4852;
    background-color: transparent;
    border-bottom: 2px solid #3D4852;
    border-radius: 0;
    font-weight: 700
}

.login-choice .nav-link,
.login-choice>.nav-link {
    color: #52606d;
    font-size: .9em;
    border-radius: 0
}

.login-choice .nav-link:hover,
.login-choice .nav-link:focus,
.login-choice>.nav-link:hover,
.login-choice>.nav-link:focus {
    color: #52606d;
    font-size: .9em;
    font-weight: 700;
    border-bottom: 2px solid #3D4852;
    box-shadow: none
}

.login-choice .nav-item,
.login-choice>.nav-item {
    padding-right: 10px
}

small.download-link a {
    font-family: 'Montserrat-Italic';
    color: #E3342F;
    background: #fff;
    padding: 3px;
    border-radius: 8px
}

small.download-link a:hover,
small.download-link a:focus {
    text-decoration: underline
}

.photo-credit small {
    margin-left: 15px;
    font-weight: 700;
    background: rgba(0, 0, 0, .15);
    padding: 15px;
    font-size: .7em
}

@media (max-width:768px) {
    hr {
        margin-top: .5rem;
        margin-bottom: .5rem
    }
    .overlay {
        width: 100%
    }
    #not-news {
        background-image: url(../img/1.JPG);
        background-position: top;
        background-repeat: no-repeat;
        background-size: auto;
        width: 100%;
        height: 100%
    }
    .navbar.scrolled {
        background-color: #3D4852;
        opacity: .9;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 7px;
        padding-top: 7px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        transition: .4s;
        -webkit-transition: .4s
    }
    .navbar.scrolled .navbar-nav {
        width: 100%;
        margin-top: 1em;
        background: #3D4852;
        padding: 0
    }
    .navbar.scrolled .navbar-nav .nav-item a {
        color: #fff !important
    }
    .navbar.scrolled .language button,
    .language-small button {
        color: #fff
    }
    .navbar.scrolled .language button,
    .language-small button:focus,
    .navbar.scrolled .language button,
    .language-small button:hover {
        color: #fff
    }
    .navbar {
        display: flex;
        padding: 12px 10px;
        background: #3D4852;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 0 0 30px 0 rgba(255, 255, 255, .25)
    }
    .navbar .d-flex {
        margin-left: auto !important
    }
    .navbar-brand {
        top: 0;
        padding: 0
    }
    .navbar-brand img {
        width: 80px;
        height: auto
    }
    .navbar-nav {
        width: 100%;
        margin-top: 1em;
        padding: 0
    }
    nav .nav-item a {
        color: #fff !important
    }
    #front section.row {
        margin-left: 0;
        margin-right: 0
    }
    #front hr.short {
        margin: .5em 0 .5em 0
    }
    #front .card {
        margin-bottom: 1em;
        border-left: none;
        border-top: 10px solid #E3342F
    }
    #home {
        background-size: cover
    }
    #home .warning h4 {
        line-height: 2;
        margin-top: 5em
    }
    #home h1 {
        margin-top: 1em;
        font-size: 26px
    }
    #home hr {
        height: .5px;
        background: #fff;
        width: 60%
    }
    #home .action-button a {
        background-color: #fff;
        padding: 8px 10px;
        font-size: 12px;
        color: #E3342F;
        text-decoration: none;
        margin: .25em;
        border-radius: 5px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }
    #home .helpdesk h6 {
        margin-top: 0em;
        font-size: .75em;
        line-height: 2
    }
    #home .bottom-side .col-12 {
        line-height: 1
    }
    #home .bottom-side {
        margin-top: 1em
    }
    #home .bottom-side small {
        font-size: .5em;
        line-height: .5
    }
    #home .bottom-side small strong {
        color: #fff;
        font-size: 1.1em
    }
    #front .modal.detail .modal-header h5 {
        margin: .5em .25em 0em .25em;
        color: #3D4852;
        font-family: 'Montserrat-Black';
        font-size: 22px
    }
    #front .modal.detail .modal-header .close {
        margin: 0em .25em 0em .25em
    }
    #front .margin-bottom-spacing {
        margin-bottom: -50px
    }
    #news h2,
    #bid h2 {
        color: #3D4852;
        font-family: 'Montserrat-Black';
        font-size: 28px;
        margin-bottom: 0;
        text-align: center !important
    }
    #invitation h2 {
        color: #3D4852;
        font-family: 'Montserrat-Black';
        font-size: 28px;
        margin-bottom: 0;
        text-align: center !important
    }
    #news .card-wrapper,
    #invitation .card-wrapper,
    #bid .card-wrapper {
        height: 95%;
        overflow-y: scroll
    }
    #news .justify-content-left,
    #invitation .justify-content-left,
    #bid .justify-content-left {
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    #news .form-row,
    #invitation .form-row,
    #bid .form-row {
        margin: 0 1em 0 1em
    }
    #news .form-row .col-2,
    #news .form-row .col-3,
    #news .form-row .col-4,
    #news .form-row .col-5,
    #invitation .form-row .col-2,
    #invitation .form-row .col-3,
    #invitation .form-row .col-4,
    #invitation .form-row .col-6,
    #bid .form-row .col-2,
    #bid .form-row .col-3,
    #bid .form-row .col-4,
    #bid .form-row .col-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
    #bid .form-row .col-6.offset-3,
    #invitation .form-row .col-6.offset-3 {
        margin-left: 0
    }
    #news .form-row .title,
    #invitation .form-row .title,
    #bid .form-row .title {
        text-align: center;
        padding: .2em 0 .2em 0
    }
    #news .form-row li.divider,
    #invitation .form-row li.divider,
    #bid .form-row li.divider {
        display: none
    }
    .footer {
        color: #fff;
        font-size: 10px
    }
    #home .login h1 {
        font-size: 22px;
        margin-top: 2.5em
    }
    #home .loginscreen.middle-box {
        width: 300px;
        border-radius: 30px
    }
    #home .middle-box {
        max-width: 500px;
        z-index: 100;
        margin: 0 auto;
        background: rgba(255, 255, 255, .85)
    }
    #home .middle-box input.form-control.modified {
        background: transparent;
        font-size: .8em;
        font-family: 'Montserrat-Bold';
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-left: 0;
        border-right: 1px solid;
        border-color: #3D4852;
        border-top-left-radius: 0;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 8px;
        background: transparent;
        color: #3D4852
    }
    #home .capt-refresh {
        flex: 0 0 25%;
        max-width: 25%
    }
    #home .capt-text {
        flex: 0 0 75%;
        max-width: 75%;
        padding: .4em
    }
    #home .capt-text span {
        font-family: 'Montserrat-Bold';
        font-size: 26px;
        font-weight: 700;
        -webkit-text-stroke: 1.2px #3D4852;
        letter-spacing: 8px;
        color: #BED80F;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none
    }
    #resetPassword .modal-dialog {
        max-width: 500px
    }
    #resetPassword p {
        font-size: 8px
    }
    #resetPassword .middle-box h3 {
        font-size: 16px;
        font-family: 'Montserrat-Bold';
        color: #3D4852;
        padding: 0
    }
    #resetPassword.modal .modal-body {
        margin: -2.5em 0 0 0
    }
    #resetPassword .loginscreen.middle-box {
        width: 250px;
        border-radius: 30px
    }
    #resetPassword .middle-box input.form-control.modified {
        font-size: .7em
    }
    #resetPassword .capt-refresh {
        flex: 0 0 25%;
        max-width: 25%
    }
    #resetPassword .capt-refresh button,
    #resetPassword .btn-block {
        font-size: .6em
    }
    #resetPassword .capt-text {
        flex: 0 0 75%;
        max-width: 75%;
        padding: .6em 0 0 .5em
    }
    #resetPassword .capt-text span {
        font-family: 'Montserrat-Bold';
        font-size: 18px;
        font-weight: 700;
        -webkit-text-stroke: 1.2px #3D4852;
        letter-spacing: 8px;
        color: #BED80F;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none
    }
    #resetPassword.modal .modal-header h5 {
        margin: 1em 1em 0em 1em;
        color: #3D4852;
        font-family: 'Montserrat-Black';
        font-size: 18px
    }
    #resetPassword.modal .modal-header .close {
        margin: 0em 1em 0em 1em
    }
    #not-news .register h1 {
        font-size: 22px;
        margin-top: 3em;
        color: #fff
    }
    #not-news .register h4 {
        line-height: 2
    }
    #not-news .card-wrapper .col-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
    #not-news .card-wrapper .col-6.offset-3 {
        margin-left: 0
    }
    #register .modal-dialog {
        max-width: 300px;
        margin: 1.75rem auto
    }
    #register .modal-body {
        font-size: .9em
    }
    #not-news .card-body small.card-subtitle.k3s-total {
        font-size: .6em
    }
    #not-news .card-wrapper .row .col-4 {
        margin-bottom: .5em
    }
    #not-news .card-wrapper {
        height: calc(90%-100px)
    }
    #register {
        overflow: auto
    }
    #not-news.forms .register h4 {
        margin-top: 6em;
        color: #fff;
        font-weight: 400;
        font-size: .8em
    }
    #not-news.forms .register h1 {
        font-size: 22px;
        font-family: 'Montserrat-Black';
        margin-top: 1em;
        color: #fff
    }
    #not-news.forms .ibox-title h5 {
        font-size: 14px
    }
    #not-news.forms .ibox-content small {
        margin: 1em 1em 1em 1em;
        font-size: 10px
    }
    #not-news.forms .ibox.float-e-margins {
        border-radius: 15px;
        border: none;
        background: #fff;
        width: 100%;
        margin: 0 auto
    }
    #not-news.forms .margin-space-top-extra {
        margin-left: 0 !important
    }
    #not-news.forms .capt-refresh {
        flex: 0 0 25%;
        max-width: 25%
    }
    #not-news.forms .capt-text {
        flex: 0 0 75%;
        max-width: 75%;
        padding: .4em
    }
    #not-news.forms .capt-text span {
        font-family: 'Montserrat-Bold';
        font-size: 26px;
        font-weight: 700;
        -webkit-text-stroke: 1.2px #3D4852;
        letter-spacing: 8px;
        color: #BED80F;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none
    }
    #not-news.forms .offset-1.action-button {
        margin-left: 0
    }
    #not-news.forms .action-button a {
        padding: 10px 30px;
        font-size: 12px
    }
    .card-wrapper .col-4,
    .card-wrapper .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .form-group.col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0
    }
    .photo-credit {
        width: 100%;
        background:rgba(0, 0, 0, .2);
        padding: 10px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .photo-credit small {
        background:none;
        margin: 0 auto;
        font-size: .5em
    }
    a#scroll-down {
        width: 42px;
        height: 42px;      
        line-height:40px;
        font-size: 16px;
    }
}

