@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

/* CSS Document */


/*.nav {
    float: right;
}*/

body {
    font-family: 'Open Sans', sans-serif;
}

.navbar-default {
    border: none;
    border-radius: 0;
    background-color: #ededed;
    margin-bottom: 25px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: #0e7cd1;
    color: #fff;
}

.navbar-default .navbar-nav>.active-trail >a,
.navbar-default .navbar-nav>.active-trail >a:focus,
.navbar-default .navbar-nav>.active-trail >a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: #0e7cd1;
    color: #fff;
}


.navbar-fixed-top {
    background: #FFF;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 9;
}

.navbar-brand {
    font-size: 24px;
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #000;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0 15px;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container {
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu>li.kopie>a {
    padding-left: 5px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #0e7cd1;
}

.dropdown-menu {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/** owl **/

#owl-demo .item,
#owl-demo-two .item {
    margin: 0;
}

#owl-demo .item img {
    display: block;
    width: 80%;
    height: auto;
}

#owl-demo-two .item img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}

#owl-demo2 {
    position: relative;
    text-align: center;
}

#owl-demo2 .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo2 .item .itemInfo {
    position: absolute;
    top: 45%;
    z-index: 999;
    width: 60%;
    left: 20%;
    right: 20%;
    color: #FFF;
}

#owl-demo2 .owl-pagination {
    position: absolute;
    bottom: 35px;
    width: 100%;
}

#owl-demo2 .owl-buttons {
    position: absolute;
    top: 45%;
    width: 100%;
}

#owl-demo2 .owl-prev {
    float: left;
}

#owl-demo2 .owl-next {
    float: right;
}

#owl-demo2 .owl-buttons div {
    background: none;
    font-size: 25px;
}

#owl-demo2 .owl-page span {
    margin: 2px;
    width: 12px;
    height: 12px;
    background: #08b5f9;
}


/***My css Start**/

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-button {
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;
}

.filter-button:hover {
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;
}

.filter-button.active {
    background-color: #42B32F;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}


/*Carousel*/

.carousel-inner {
    position: relative;
    width: 100%;
    min-height: 300px;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none !important;
    background-repeat: repeat-x;
}

.carousel-control.left {
    left: 0;
    right: auto;
    background-image: none !important;
    background-repeat: repeat-x;
}

#carousel-example-generic {
    margin: 20px auto;
    width: 100%;
}

#carousel-custom {
    margin: 20px auto;
    width: 400px;
}

#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}

#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}

#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}

#carousel-custom .carousel-outer {
    position: relative;
}

.carousel-indicators li img {
    height: 66px;
    width: 52px;
}

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-button {
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;
}

.filter-button:hover {
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;
}

.filter-button.active {
    background-color: #42B32F;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}

#topheader {
    padding: 15px 0;
    position: relative;
}

#topheader .topmenu {
    padding: 0;
    text-align: right;
    margin-right: 6%;
}

#topheader .topmenu li,
#topheader .searchmenu li {
    list-style: none;
    display: inline-block;
    position: relative;
}

#topheader .topmenu li a,
#topheader .searchmenu li a {
    color: #666;
    display: inline-block;
    margin: 0 8px 0 5px;
}

#topheader .topmenu li a:hover,
#topheader .topmenu li a:focus,
#topheader .searchmenu li a:hover,
#topheader .searchmenu li a:focus {
    color: #0e7cd1;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

#topheader .language {
    background-color: #0e7cd1;
    color: #fff;
    position: absolute;
    right: 15px;
    top: -15px;
    padding: 15px;
}

#topheader .language:hover {
    background-color: #96c714;
    color: #fff;
    position: absolute;
    right: 15px;
    top: -15px;
    padding: 15px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

#topheader .searchmenu {
    padding: 0;
    text-align: right;
    margin-top: 3.5%;
}

#topheader .searchmenu li:nth-child(3) {
    background-color: #96c714;
    color: #fff;
    padding: 5px;
}

#topheader .searchmenu li:nth-child(4) {
    background-color: #0e7cd1;
    color: #fff;
    padding: 5px;
}

#topheader .searchmenu li:nth-child(3) a,
#topheader .searchmenu li:nth-child(4) a {
    color: #fff;
}

.sub-menu-parent {
    position: relative;
}

.sub-menu {
    visibility: hidden;
    /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 5px;
    width: 76%;
    transform: translateY(-2em);
    z-index: 1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    padding: 0;
    background-color: #fff;
    text-align: center;
    border: 1px solid #ccc;
    border-top: none;
}

.sub-menu li:nth-child(3),
.sub-menu li:nth-child(4) {
    background: none !important;
}

.sub-menu li:nth-child(3) a,
.sub-menu li:nth-child(4) a {
    color: #666 !important;
}

.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    /* this removes the transition delay so the menu will be visible while the other styles transition */
}

#topheader .search input {
    border: 1px solid #e5e5e5;
    padding: 5px;
    vertical-align: middle;
}

#topheader .srch {
    position: absolute;
    right: -7px;
    top: 1px;
    padding: 5px 10px;
    color: #000;
    background-color: #f3f3f3;
}

#topheader .srch:hover,
#topheader .srch:focus {
    color: #fff !important;
    background-color: #0e7cd1;
}

.threecards,
.card,
.card_front,
.card_back {
    width: 100%;
    height: 215px;
    margin: 5px auto;
}

.card img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.card_front,
.card_back {
    height: 100%;
    background: none;
}

.card-symbol {
    margin: 0;
    width: 100%;
    text-align: center;
    color: #000;
    font-family: 'Cantata One', serif;
    font-size: 13em;
    mix-blend-mode: lighten;
}

@supports(display:flex) {
    .card_front {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .card_front .card-symbol {
        margin: 0 0.15em;
        border-radius: 50%;
        font-size: 15em;
    }
}

.card_front {
    position: relative;
    padding: 0;
}

.card .heading {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
}

.card_front .card-symbol {
    font-size: 15em;
}

.card_back {
    /*   display: none; */
    padding: 0;
}

.card_back>* {
    background-color: #0e7cd1;
}

.card-text {
    padding: 0 4.5em 1em;
    line-height: 1.4;
    height: 215px;
    color: #fff;
}

p:first-of-type {
    margin-top: 0;
    /*padding: 1.5em 0 0;*/
}


/* FLIP CARD STYLING */

.threecards {
    perspective: 1000px;
}

.threecards:hover .card,
.threecards.hover {
    transform: rotateY(-180deg);
}

.card {
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.card_front,
.card_back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.card_front {
    z-index: 2;
    transform: rotateY(0deg);
}

.card_back {
    transform: rotateY(-180deg);
}

h3 {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

h3::before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f0c9";
    color: #0e7cd1;
    top: 0;
    left: 0;
}

p {
    text-align: justify;
}

.vision {
    background-color: #efefef;
    padding: 5px;
}

.vision a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}

.quotes,
.quotesone,
.quotestwo,
.quotesthree,
.quotesfour {
    display: none;
    margin: 0;
}

.newsdate {
    display: inline-block;
    background-color: #96c714;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    text-transform: uppercase;
    font-size: 16px;
}

.news {
    padding: 10px 0;
    white-space: nowrap;
    width: 37em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.newsbutton {
    display: inline-block;
    padding: 5px;
    border: 1px solid #0e7cd1;
    position: relative;
    bottom: 15px;
    margin: 0 3px;
}

.newsrowone,
.newsrowtwo,
.newsrowthree {
    border-bottom: 1px solid #f3f3f3;
}

.newsrowtwo {
    margin-top: 10px;
}

.itemone {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

#owl-demo p {
    text-align: center;
    color: #0e7cd1;
    margin-top: 10px;
    width: 20em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 0;
}

.clr {
    clear: both;
    content: "";
    float: none;
    height: 0;
    position: relative;
}

#subsidiary {
    background: url("../images/subsidiary_bg.jpg") no-repeat top center;
    padding: 20px 0;
    background-size: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

#subsidiary h4 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

#nodal {
    background-color: #96c714;
    padding: 15px 0;
}

#nodal p {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    text-align: left;
}

#nodal p a {
    border: 1px solid #fff;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    color: #fff;
    margin-left: 10px;
}

#nodal p a:hover {
    background-color: #0e7cd1;
    color: #fff;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

#nodal ul {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: right;
}

#nodal ul li {
    margin: 0 5px;
    padding: 0;
    position: relative;
    display: inline-block;
    list-style: none;
}

footer {
    background-color: #0e7cd1;
    padding: 10px 0 0;
    color: #fff;
    font-weight: 300;
}

footer ul {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

footer ul li {
    margin: 0;
    padding: 5px 0;
    position: relative;
    display: block;
    list-style: none;
}

footer ul li a {
    color: #fff;
    font-weight: 300;
}

footer .copyright {
    background-color: #253399;
    padding: 15px 0;
    margin-top: 10px;
    line-height: 38px;
}

.ceo {
    background-color: #fff;
    padding: 0 10px 15px;
    border: 1px solid #d3d3d3;
}

.ceo p.name {
    font-weight: bold;
    text-align: center;
}

.ceo p.name span {
    color: #0e7cd1;
    font-size: 18px;
    display: block;
}

.ceo p.messare {
    position: relative;
    width: 90%;
    padding-left: 35px;
    margin-top: 20px;
}

.ceo p.messare::before {
    position: absolute;
    content: "\f10d";
    font-family: 'FontAwesome';
    top: -10px;
    left: 0;
    color: #42B32F;
    font-size: 24px;
}

.ceo a {
    float: right;
    display: inline-block;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

@media screen and (min-width:1281px) {
    .ceo p.messare {
        min-height: 120px;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        display: inline;
    }
    .navbar-default .navbar-brand {
        display: inline;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-nav .dropdown-menu>li>a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: #ccc;
    }
    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }
    .dropdown-menu {
        padding-left: 10px;
    }
    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }
    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }
    li.dropdown.open {
        border: 0px solid red;
    }
}

@media (min-width: 768px) {
    ul.nav li:hover>ul.dropdown-menu {
        display: block;
    }
    #navbar {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        display: inline;
    }
    .navbar-default .navbar-brand {
        display: inline;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-nav .dropdown-menu>li>a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: #ccc;
    }
    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }
    .dropdown-menu {
        padding-left: 10px;
    }
    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }
    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }
    li.dropdown.open {
        border: 0px solid red;
    }
}

@media (min-width: 768px) {
    ul.nav li:hover>ul.dropdown-menu {
        display: block;
    }
    #navbar {
        text-align: center;
    }
}