body {
    margin: 0;
    font-family: 'Montserrat';
    background: #fff;
}

    body a {
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -ms-transition: 0.5s all ease;
        text-decoration: none;
    }

    .container {
        width: 90% !important;
    }

.flip-card {
    width: 300px;
    perspective: 1000px;
    transition: 0.3s;
}

.flip-card-inner {
    width: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    display: block;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-back {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    border: 1px solid #d0d0d0;
    box-shadow: 4px 4px 4px #d0d0d0;
}

    .flip-card-back h5 {
        text-align: left !important;
        margin: 1em 1em;
    }

.flip-card-front {
    display: block;
}

a.certificate, a.certificate:hover, a.certificate:visited {
    text-decoration: underline;
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Montserrat';
}

ul, label {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body a:hover {
    text-decoration: none;
}
/*--banner--*/
.banner {
    min-height: 780px;
    background-image: url(../images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
}

.header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(0, 35, 95, 0.55);
}

.navbar-header {
    width: 100%;
}

/*--top-nav--*/
.navbar-default {
    border: none !important;
    margin: 0 !important;
    background-color: transparent !important;
    color: #fff;
}

.navbar-nav > li {
    margin: 0 1.2em;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-size: 1.1em !important;
    font-family: 'Montserrat' !important;
    padding: 1.0em 0.2em !important;
    background: none;
    background-color: transparent !important;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        background-color: transparent !important;
    }
/*--drop-down--*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: none;
    background-color: transparent !important;
}

.cl-effect-4 a:hover {
    border-bottom: #fff 1px solid;
}

/*--//top-nav--*/
/*--banner-text--*/
.banner-text {
    width: 100%;
    margin-top: 10%;
    display: block;
    font-family: 'Montserrat';
    background: url(../images/banner-bg.png) repeat 0px 0px;
    padding: 10px 0;
}

    .banner-text h1 {
        font-size: 2.8em;
        color: #fff;
        line-height: 0.2em;
        letter-spacing: 1px;
        font-weight: bold;
        text-align: right;
    }

    .banner-text h3 {
        font-size: 2.0em;
        color: #fff;
        line-height: 1.5em;
        letter-spacing: 0px;
        text-align: right;
    }

.banner-subtext {
    text-align: left;
    width: 30%;
}

    .banner-subtext h4 {
        font-size: 1.2em;
        color: #fff;
        line-height: 1.4em;
        letter-spacing: 0px;
        text-align: left;
        margin: 0em;
    }

    .banner-subtext img {
        width: 8%;
        padding-top: 1em;
    }

.banner-text a {
    font-size: 1.1em;
    color: rgb(255, 255, 255);
    padding: 0.7em 3em;
    display: inline-block;
    border: 2px solid #99ABD5;
    border-radius: 7px;
    margin-top: 2em;
}
/*--//banner-text--*/
/*--banner-bottom-*/

.bnr-btm-center {
    text-align: center;
    background-color: #030712;
    padding: 0.7em 3em;
    color: #fff;
    border-right-width: 1px;
    border-right-color: #273a63;
    border-right-style: solid;
    border-top-width: 1px;
    border-top-color: #273a63;
    border-top-style: solid;
    font-size: 9pt;
}

.bnr-btm-right {
    text-align: left;
    background-color: #f0f0f0;
    padding: 1em 4em;
    color: #000;
    font-size: 10pt;
    vertical-align: middle;
    border-radius: 15px 0 0 0;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    opacity: 0.7;
    font-weight: bold;
}

.bnr-btm-left {
    text-align: center;
    background-color: #E0E0E0;
    padding: 1em 4em;
    color: #000;
    font-size: 10pt;
    vertical-align: middle;
    border-top-width: 1px;
    border-top-color: #fff;
    border-top-style: solid;
}

.bnr-btm-right h5 {
    text-align: center;
    font-size: 12pt;
    margin: 0.5em 1em 0em 1em;
    color: #000;
    font-weight: bold;
    line-height: 1.2em;
    font-family: 'Montserrat';
}

.bnr-btm-center p {
    font-size: 1.1em;
    width: 95%;
    margin: 1em ;
    line-height: 1.5em;
    font-family: 'Montserrat';
}

.bnr-btm-left p {
    font-size: 1.2em;
    text-align: center;
    margin: 0.5em 1em;
    line-height: 1.5em;
    font-family: 'Montserrat';
}

.bnr-btm-right p {
    font-size: 1.2em;
    text-align: center;
    margin: 0.5em 1em;
    line-height: 1.0em;
    font-family: 'Montserrat';
}

/*--//banner-bottom-*/
.light h2 {
    font-size: 3.0em;
    text-align: center;
    color: #000;
    font-family: 'Montserrat';
    margin: 0;

}

.dark h2 {
    font-size: 3.0em;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat';
    margin: 0;
    margin-bottom: 1em;
}

.faktura h2 {
    font-size: 3.0em;
    text-align: left;
    color: #fff;
    font-family: 'Montserrat';
    margin: 0;
    margin-bottom: 1em;
}

.light h3 {
    font-size: 2.0em;
    text-align: center;
    color: #000;
    font-family: 'Montserrat';
}

.dark h3 {
    font-size: 2.0em;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat';
}

.light h4 {
    font-size: 1.4em;
    text-align: center;
    margin: 1em 0;
    color: #000;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    line-height: 1.5em;
}

.dark h4 {
    font-size: 1.4em;
    text-align: center;
    margin: 1em 0;
    color: #fff;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    line-height: 1.5em;
}

.light p {
    font-size: 1.1em;
    color: #000000;
    text-align: justify;
    line-height: 1.8em;
    margin: 1em 1em;
    font-family: 'Montserrat';
}

    .light p.center {
        text-align: center;
    }

.faktura p {
    font-size: 1.4em !important;
    color: #000000;
    text-align: justify;
    line-height: 1.8em;
    margin: 1em 1em !important;
    font-family: 'Montserrat';
}

p.faktura-subtitle {
    font-size: 1.1em;
    color: #000000;
    text-align: left;
    line-height: 1.8em;
    margin: 1em 1em 1em 0em;
    font-family: 'Montserrat';
    font-weight: bold;
}

.faktura img {
    margin: 0;
    padding: 0;
    width: 60%;
}

.dark p {
    font-size: 1.1em;
    color: #ffffff;
    text-align: justify;
    line-height: 1.8em;
    margin: 1em 1em 1em 0em;
    font-family: 'Montserrat';
}


div.dark {
    background-color: #030712;
    text-align: center;
    padding: 50px 0px 50px 0;
}

div.light {
    background-color: #f0f0f0;
    text-align: center;
    padding: 50px 0px 50px 0;
}

.light h5 {
    font-size: 1.4em;
    text-align: left;
    margin: 1em 1em;
    color: #000;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    line-height: 1.5em;
    border-left: #000 1px solid;
    padding-left: 10px;
}

.dark h5 {
    font-size: 1.1em;
    line-height: 1.4em;
    margin-top: 0;
    margin-bottom: 1.0em;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Montserrat';
}

.dark h6 {
    font-size: 1.4em;
    text-align: left;
    margin: 1em 1em;
    color: #fff;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    line-height: 1.5em;
    border-left: #fff 1px solid;
    padding-left: 10px;
}

.accomplishment-item {
    padding: 2em;
    position: relative !important;
}

.accomplishment-icon {
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
}

.accomplishment-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.accomplishment-icon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.accomplishment-icon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.accomplishment-icon-effect-5 .accomplishment-icon {
    box-shadow: 0 0 0 4px #401515;
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

    .accomplishment-icon-effect-5 .accomplishment-icon:after {
        display: none;
    }

.accomplishment-icon i.fa-solid {
    font-size: 3.0em;
    color: #000;
    padding: 0.5em;
    text-align: center;
    vertical-align: middle;
    border: solid #000 2px;
    border-radius: 50%;
    height: 90px;
    width: 90px;
}

.accomplishment-item h4 {
    font-size: 1.4em;
    color: #000;
    line-height: 1.8em;
    margin: 1em 1em;
    text-align: left;
}

.accomplishment-item p {
    font-size: 1.1em;
    color: #000;
    line-height: 1.8em;
    margin: 1em 1em;
    margin-top: 1em;
    text-align: justify;
}

.header h4 {
    text-align: left;
    margin-bottom: 0;
    font-weight: bold !important;
    font-family: 'Montserrat';
    margin: 0;
    line-height: 1.8em;
    font-size: 1.2em;
    padding: 0;
}

.header h5 {
    text-align: left !important;
    font-weight: bold !important;
    font-family: 'Montserrat';
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 1.0em;
}

.dark ul {
    list-style-type: square;
    display: list-item;
    text-align: left;
}

.dark li {
    text-align: left;
    line-height: 1.8em;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 1.1em;
}

/*--footer--*/
.footer {
    padding: 2em;
    background-color: #000;
}

.footer-nav {
    padding: 0;
}

.footer img {
    margin: 0em 2em 0em 0em;
}

.footer h5 {
    font-size: 1.2em;
    margin: 0.55em 0 !important;
    line-height: 1em;
    color: #ffffff;
    font-family: 'Montserrat';
    text-decoration: none;
}

.footer-nav {
    text-align: left;
}

    .footer-nav ul {
        list-style-type: none;
    }

        .footer-nav ul li {
            display: inline-block;
            margin-left: 1.5em;
            list-style-type: none;
        }

.footer-nav a {
    margin-left: 0.0em;
    line-height: 1.0em;
    color: #fff;
    font-family: 'Montserrat';
    line-height: 1.8em;
}

.footer-nav a:hover {
    margin-left: 0.0em;
    line-height: 1.0em;
    color: #fff;
    font-family: 'Montserrat';
    line-height: 1.8em;
}

.footer p a {
    color: #fff;
    font-family: 'Montserrat';
    line-height: 1.8em;
}

    .footer p a:hover {
        color: #fff;
        text-decoration: underline !important;
    }

.footer-row {
    padding-bottom: 1.5em;
}

.footer-bottom {
    border-top: 1px solid #fff;
    padding: 2.5em 0 0;
}

.footer-grids:nth-child(1) {
    padding-left: 0;
}

.footer-grids ul li {
    display: block;
    margin-bottom: 1em;
    color: #fff;
}

    .footer-grids ul li.phn {
        font-size: 1.1em;
    }

.footer i.fa {
    margin-right: 1em;
}

.footer p {
    font-size: 1.0em;
    color: #fff;
    line-height: 1.2em;
    font-family: 'Montserrat';
}

.footer-grids.footer-mdl {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 4em;
}

.footer-grids:nth-child(3) {
    padding: 0 6em 0 4em;
}

/*--//footer--*/
/*--about-page--*/

.callbacks_container {
    position: relative;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .callbacks li {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 55%;
    left: 3%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 32px;
    width: 27px;
    background: transparent url("../images/icons.png") no-repeat 0px 0px;
}

    .callbacks_nav:active {
        opacity: 1.0;
    }

    .callbacks_nav.next {
        left: auto;
        right: 3%;
        background: url("../images/icons1.png")no-repeat 0px 0px;
    }
/*--//slider end here--*/
/*--slider-up-arrow--*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 3%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*--//slider-up-arrow--*/
/*--contact--*/
.map {
    margin: 5em 0;
}

    .map iframe {
        width: 100%;
        min-height: 350px;
        border: none;
    }
/*--//contact--*/

/*-- copyright section --*/
.copyright {
    background-color: #000;
    padding: 0;
    text-align: left;
    font-family: 'Montserrat';
}

    .copyright p {
        font-size: 0.9em;
        font-weight: 100;
        color: #fff;
        line-height: 1.4em !important;
        padding: 0;
    }

/*---- responsive-design -----*/
@media(max-width:1440px) {
    .navbar-nav > li {
        margin: 0 0.6em;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 1.0em !important;
        padding: 1.2em 0.1em !important;
    }

    .header h4 {
        font-size: 1.0em;
    }

    .header h5 {
        font-size: 0.8em;
    }

    .light h2 {
        font-size: 2.5em;
    }

    .dark h2 {
        font-size: 2.5em;
    }

    .light h3 {
        font-size: 1.8em;
    }

    .dark h3 {
        font-size: 1.8em;
    }

    .light h4 {
        font-size: 1.2em;
        margin: 0.8em 0;
        letter-spacing: 1px;
        line-height: 1.4em;
    }

    .dark h4 {
        font-size: 1.2em;
        margin: 0.8em 0;
        letter-spacing: 1px;
        line-height: 1.4em;
    }

    .light h5 {
        font-size: 1.0em;
        line-height: 1.2em;
        margin-top: 1em;
        margin-bottom: 0.5em;
    }

    .dark h5 {
        font-size: 1.0em;
        line-height: 1.2em;
        margin-top: 0;
        margin-bottom: 1.0em;
    }

    .dark p {
        font-size: 1.0em;
        line-height: 1.8em;
        margin: 0.8em 0.8em;
    }

        .dark p.text {
            font-size: 1.0em;
            line-height: 1.8em;
        }

    .light p {
        font-size: 1.0em;
        line-height: 1.8em;
        margin: 0.8em 0.8em;
    }

    .dark li {
        line-height: 1.8em;
        font-size: 1.0em;
    }

    .footer p {
        font-size: 0.9em;
        line-height: 1.0em;
    }

    .footer h5 {
        font-size: 1.0em;
        margin: 0.5em 0 !important;
        line-height: 1.5em;
    }

    .footer-nav ul li {
        font-size: 0.9em;
        margin-left: 0.0em;
        line-height: 1.0em;
    }

    .footer-nav a {
        font-size: 0.9em;
        margin-left: 0.0em;
        line-height: 1.0em;
    }

    .footer div {
        padding: 0;
    }

    .copyright p {
        font-size: 0.9em;
    }
}

@media(max-width:1366px) {
    .banner {
        min-height: 640px;
    }
}

@media(max-width: 640px) {
    .header {
        border-bottom: 0;
        background: none;
    }
    .accomplishment-item {
        padding: 1em;
    }
   .footer img {
        margin: 1em 0em;
    }
}

/*--//responsive-design---*/
