/* Add here all your CSS customizations */
.owl-carousel .owl-item img {
    display: block;
    width: 80%;
    -webkit-transform-style: preserve-3d;
}
html #header .header-nav-bar-primary {
    background: #051f50 !important;
    color: #ffffff !important;
}
html .heading-primary, html .lnk-primary, html .text-color-primary {
    color: #50774c !important;
}
a {
    color: #50774c;
}
.feature-box.feature-box-style-3 .feature-box-icon {
    border-color: #50774c!important;
}
.feature-box.feature-box-style-3 .feature-box-icon i.fa, .feature-box.feature-box-style-3 .feature-box-icon .icons {
    color: #50774c;
}
.col-md-6 {
    color: #50774c;
}
.list.list-icons.list-icons-style-3 li > .fa:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #50774c;
}
html .btn-primary {
    color: #ffffff;
    background-color: #50774c;
    border-color: #50774c #50774c #50774c;
}
html .btn-primary:hover {
    border-color: #282d36 #282d36 #282d36;
    background-color: #1d2127;
}
#header .header-nav-main nav > ul > li > a, #header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
    color: #ffffff;
}
#header .header-nav-main nav > ul > li.active > a, #header .header-nav-main nav > ul > li.active > a:focus, #header .header-nav-main nav > ul > li.active > a:hover {
    background-color: #051f50;
}
#header .header-btn-collapse-nav {
    background: #333;
}