@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

body {
    background-color: #f2f2f2;
}

.logo {
    position: absolute;
    top: -99px;
    float: right !important;
}
@media (max-width:1200px) {
    .logo {
        position: absolute;
        top: -140px;
        float: right !important;
    }
}
@media (max-width:768px) {
    .logo {
        position: relative;
        top: -99px;
        float: right !important;
    }
}

/*@media (min-width: 992px) {
    .logo {
        position: absolute;
        top: -113px;
    }
}

@media (min-width: 1200px) {
    .logo {
        position: absolute;
        top: -53px;
    }
}*/

.top-info-social {
    float: right !important;
}

.btn-primary {
    background-color: #ffffff;
    border-color: #2e9557;
    color: #2e9557;
}

    .btn-primary:hover {
        background-color: #ffffff;
        border-color: #2e9557;
        color: #ffffff;
    }

    .btn-primary::after {
        background: #4090BC none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        right: 0;
        transition: all 0.4s ease 0s;
        z-index: -1;
    }

    .btn-primary:hover::after {
        height: 100%;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    /*background-color: #e7e7e7;*/
    color: #fff;
}
/*
* Offsets
* ================ */
.p-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.p-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 480px) {
    .p-xs-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .p-xs-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .p-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .p-xs-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 768px) {
    .p-sm-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .p-sm-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .p-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .p-sm-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .p-md-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .p-md-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .p-md-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .p-md-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .p-lg-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .p-lg-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .p-lg-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .p-lg-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1800px) {
    .p-xl-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .p-xl-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .p-xl-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .p-xl-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.pt-0 {
    padding-top: 0;
}

.pt-40 {
    padding-top: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

@media (min-width: 480px) {
    .pt-xs-0 {
        padding-top: 0;
    }

    .pt-xs-40 {
        padding-top: 40px;
    }

    .pt-xs-60 {
        padding-top: 60px;
    }

    .pt-xs-80 {
        padding-top: 80px;
    }
}

@media (min-width: 768px) {
    .pt-sm-0 {
        padding-top: 0;
    }

    .pt-sm-40 {
        padding-top: 40px;
    }

    .pt-sm-60 {
        padding-top: 60px;
    }

    .pt-sm-80 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-md-0 {
        padding-top: 0;
    }

    .pt-md-40 {
        padding-top: 40px;
    }

    .pt-md-60 {
        padding-top: 60px;
    }

    .pt-md-80 {
        padding-top: 80px;
    }
}

@media (min-width: 1200px) {
    .pt-lg-0 {
        padding-top: 0;
    }

    .pt-lg-40 {
        padding-top: 40px;
    }

    .pt-lg-60 {
        padding-top: 60px;
    }

    .pt-lg-80 {
        padding-top: 80px;
    }
}

@media (min-width: 1800px) {
    .pt-xl-0 {
        padding-top: 0;
    }

    .pt-xl-40 {
        padding-top: 40px;
    }

    .pt-xl-60 {
        padding-top: 60px;
    }

    .pt-xl-80 {
        padding-top: 80px;
    }
}

.pb-0 {
    padding-bottom: 0;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

@media (min-width: 480px) {
    .pb-xs-0 {
        padding-bottom: 0;
    }

    .pb-xs-40 {
        padding-bottom: 40px;
    }

    .pb-xs-60 {
        padding-bottom: 60px;
    }

    .pb-xs-80 {
        padding-bottom: 80px;
    }
}

@media (min-width: 768px) {
    .pb-sm-0 {
        padding-bottom: 0;
    }

    .pb-sm-40 {
        padding-bottom: 40px;
    }

    .pb-sm-60 {
        padding-bottom: 60px;
    }

    .pb-sm-80 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-md-0 {
        padding-bottom: 0;
    }

    .pb-md-40 {
        padding-bottom: 40px;
    }

    .pb-md-60 {
        padding-bottom: 60px;
    }

    .pb-md-80 {
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .pb-lg-0 {
        padding-bottom: 0;
    }

    .pb-lg-40 {
        padding-bottom: 40px;
    }

    .pb-lg-60 {
        padding-bottom: 60px;
    }

    .pb-lg-80 {
        padding-bottom: 80px;
    }
}

@media (min-width: 1800px) {
    .pb-xl-0 {
        padding-bottom: 0;
    }

    .pb-xl-40 {
        padding-bottom: 40px;
    }

    .pb-xl-60 {
        padding-bottom: 60px;
    }

    .pb-xl-80 {
        padding-bottom: 80px;
    }
}

.pl-0 {
    padding-left: 0;
}

.pl-40 {
    padding-left: 40px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-80 {
    padding-left: 80px;
}

@media (min-width: 480px) {
    .pl-xs-0 {
        padding-left: 0;
    }

    .pl-xs-40 {
        padding-left: 40px;
    }

    .pl-xs-60 {
        padding-left: 60px;
    }

    .pl-xs-80 {
        padding-left: 80px;
    }
}

@media (min-width: 768px) {
    .pl-sm-0 {
        padding-left: 0;
    }

    .pl-sm-40 {
        padding-left: 40px;
    }

    .pl-sm-60 {
        padding-left: 60px;
    }

    .pl-sm-80 {
        padding-left: 80px;
    }
}

@media (min-width: 992px) {
    .pl-md-0 {
        padding-left: 0;
    }

    .pl-md-40 {
        padding-left: 40px;
    }

    .pl-md-60 {
        padding-left: 60px;
    }

    .pl-md-80 {
        padding-left: 80px;
    }
}

@media (min-width: 1200px) {
    .pl-lg-0 {
        padding-left: 0;
    }

    .pl-lg-40 {
        padding-left: 40px;
    }

    .pl-lg-60 {
        padding-left: 60px;
    }

    .pl-lg-80 {
        padding-left: 80px;
    }
}

@media (min-width: 1800px) {
    .pl-xl-0 {
        padding-left: 0;
    }

    .pl-xl-40 {
        padding-left: 40px;
    }

    .pl-xl-60 {
        padding-left: 60px;
    }

    .pl-xl-80 {
        padding-left: 80px;
    }
}

.pr-0 {
    padding-right: 0;
}

.pr-40 {
    padding-right: 40px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-80 {
    padding-right: 80px;
}

@media (min-width: 480px) {
    .pr-xs-0 {
        padding-right: 0;
    }

    .pr-xs-40 {
        padding-right: 40px;
    }

    .pr-xs-60 {
        padding-right: 60px;
    }

    .pr-xs-80 {
        padding-right: 80px;
    }
}

@media (min-width: 768px) {
    .pr-sm-0 {
        padding-right: 0;
    }

    .pr-sm-40 {
        padding-right: 40px;
    }

    .pr-sm-60 {
        padding-right: 60px;
    }

    .pr-sm-80 {
        padding-right: 80px;
    }
}

@media (min-width: 992px) {
    .pr-md-0 {
        padding-right: 0;
    }

    .pr-md-40 {
        padding-right: 40px;
    }

    .pr-md-60 {
        padding-right: 60px;
    }

    .pr-md-80 {
        padding-right: 80px;
    }
}

@media (min-width: 1200px) {
    .pr-lg-0 {
        padding-right: 0;
    }

    .pr-lg-40 {
        padding-right: 40px;
    }

    .pr-lg-60 {
        padding-right: 60px;
    }

    .pr-lg-80 {
        padding-right: 80px;
    }
}

@media (min-width: 1800px) {
    .pr-xl-0 {
        padding-right: 0;
    }

    .pr-xl-40 {
        padding-right: 40px;
    }

    .pr-xl-60 {
        padding-right: 60px;
    }

    .pr-xl-80 {
        padding-right: 80px;
    }
}

h3 + p {
    margin-top: 15px;
}

h4 + p {
    margin-top: 10px;
}

h5 + p {
    margin-top: 15px;
}

h6 + p {
    margin-top: 5px;
}

p + h4 {
    margin-top: 20px;
}

html .m-0 {
    margin-top: 0;
    margin-bottom: 0;
}

html .m-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

html .m-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

html .m-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

html .m-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 480px) {
    html .m-xs-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    html .m-xs-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    html .m-xs-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    html .m-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    html .m-xs-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    html .m-sm-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    html .m-sm-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    html .m-sm-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    html .m-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    html .m-sm-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    html .m-md-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    html .m-md-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    html .m-md-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    html .m-md-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    html .m-md-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    html .m-lg-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    html .m-lg-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    html .m-lg-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    html .m-lg-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    html .m-lg-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 1800px) {
    html .m-xl-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    html .m-xl-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    html .m-xl-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    html .m-xl-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    html .m-xl-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

html .mt-0 {
    margin-top: 0;
}

html .mt-10 {
    margin-top: 10px;
}

html .mt-20 {
    margin-top: 20px;
}

html .mt-30 {
    margin-top: 30px;
}

html .mt-40 {
    margin-top: 40px;
}

@media (min-width: 480px) {
    html .mt-xs-0 {
        margin-top: 0;
    }

    html .mt-xs-10 {
        margin-top: 10px;
    }

    html .mt-xs-20 {
        margin-top: 20px;
    }

    html .mt-xs-30 {
        margin-top: 30px;
    }

    html .mt-xs-40 {
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    html .mt-sm-0 {
        margin-top: 0;
    }

    html .mt-sm-10 {
        margin-top: 10px;
    }

    html .mt-sm-20 {
        margin-top: 20px;
    }

    html .mt-sm-30 {
        margin-top: 30px;
    }

    html .mt-sm-40 {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    html .mt-md-0 {
        margin-top: 0;
    }

    html .mt-md-10 {
        margin-top: 10px;
    }

    html .mt-md-20 {
        margin-top: 20px;
    }

    html .mt-md-30 {
        margin-top: 30px;
    }

    html .mt-md-40 {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    html .mt-lg-0 {
        margin-top: 0;
    }

    html .mt-lg-10 {
        margin-top: 10px;
    }

    html .mt-lg-20 {
        margin-top: 20px;
    }

    html .mt-lg-30 {
        margin-top: 30px;
    }

    html .mt-lg-40 {
        margin-top: 40px;
    }
}

@media (min-width: 1800px) {
    html .mt-xl-0 {
        margin-top: 0;
    }

    html .mt-xl-10 {
        margin-top: 10px;
    }

    html .mt-xl-20 {
        margin-top: 20px;
    }

    html .mt-xl-30 {
        margin-top: 30px;
    }

    html .mt-xl-40 {
        margin-top: 40px;
    }
}

html .ml-0 {
    margin-left: 0;
}

html .ml-10 {
    margin-left: 10px;
}

html .ml-20 {
    margin-left: 20px;
}

html .ml-30 {
    margin-left: 30px;
}

html .ml-40 {
    margin-left: 40px;
}

@media (min-width: 480px) {
    html .ml-xs-0 {
        margin-left: 0;
    }

    html .ml-xs-10 {
        margin-left: 10px;
    }

    html .ml-xs-20 {
        margin-left: 20px;
    }

    html .ml-xs-30 {
        margin-left: 30px;
    }

    html .ml-xs-40 {
        margin-left: 40px;
    }
}

@media (min-width: 768px) {
    html .ml-sm-0 {
        margin-left: 0;
    }

    html .ml-sm-10 {
        margin-left: 10px;
    }

    html .ml-sm-20 {
        margin-left: 20px;
    }

    html .ml-sm-30 {
        margin-left: 30px;
    }

    html .ml-sm-40 {
        margin-left: 40px;
    }
}

@media (min-width: 992px) {
    html .ml-md-0 {
        margin-left: 0;
    }

    html .ml-md-10 {
        margin-left: 10px;
    }

    html .ml-md-20 {
        margin-left: 20px;
    }

    html .ml-md-30 {
        margin-left: 30px;
    }

    html .ml-md-40 {
        margin-left: 40px;
    }
}

@media (min-width: 1200px) {
    html .ml-lg-0 {
        margin-left: 0;
    }

    html .ml-lg-10 {
        margin-left: 10px;
    }

    html .ml-lg-20 {
        margin-left: 20px;
    }

    html .ml-lg-30 {
        margin-left: 30px;
    }

    html .ml-lg-40 {
        margin-left: 40px;
    }
}

@media (min-width: 1800px) {
    html .ml-xl-0 {
        margin-left: 0;
    }

    html .ml-xl-10 {
        margin-left: 10px;
    }

    html .ml-xl-20 {
        margin-left: 20px;
    }

    html .ml-xl-30 {
        margin-left: 30px;
    }

    html .ml-xl-40 {
        margin-left: 40px;
    }
}

/*
* Text align
* ================ */
.text-center {
    text-align: center;
}

.text-middle {
    vertical-align: middle;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

@media (min-width: 480px) {
    .text-xs-center {
        text-align: center;
    }

    .text-xs-right {
        text-align: right;
    }

    .text-xs-justify {
        text-align: justify;
    }

    .text-xs-left {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .text-sm-center {
        text-align: center;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-justify {
        text-align: justify;
    }

    .text-sm-left {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .text-md-center {
        text-align: center;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-justify {
        text-align: justify;
    }

    .text-md-left {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .text-lg-center {
        text-align: center;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-justify {
        text-align: justify;
    }

    .text-lg-left {
        text-align: left;
    }
}
/*Offset End*/


a {
    outline: 0 !important;
}

input::-moz-focus-inner {
    border: 0;
}

#ext_menu-0 .mbr-brand__name {
    font-size: 16px;
}

#ext_menu-0.mbr-navbar--stuck .mbr-navbar__section {
    background: #2c2c2c;
}

#ext_menu-0 .mbr-navbar__hamburger {
    color: #ffffff;
}

#ext_menu-0 .mbr-brand__name a {
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
}

body {
    font-family: "Roboto",sans-serif;
}

ul {
    list-style-type: none;
}

span.requiredField {
}

.clientCerti .owl-carousel .owl-controls .owl-buttons .owl-prev, .clientCerti .owl-carousel .owl-controls .owl-buttons .owl-next {
    border-radius: 5px;
    float: left;
    height: 50px;
    position: absolute;
    text-indent: -99999px;
    top: 150px;
    transition: all 0.2s ease 0s;
    width: 50px;
}

/*Changed*/
/*==================================================
    HEADER STYLE-1
====================================================*/
.top-info, .social {
    float: left;
}

.top-info-social {
    margin-top: 5px;
    margin-right: 100px;
}

.pull-right {
    float: right;
}

.top-info > div:last-child {
    border: medium none;
}

.top-info > div {
    /*border-right: 1px solid #e9ecf2;*/
    float: left;
    padding: 0 10px;
}

@media (max-width: 1200px) {
    .top-info, .social {
        float: left;
    }

    .top-info-social {
        margin-top: 5px;
        margin-right: 0px;
    }

    .pull-right {
        float: right;
    }

    .top-info > div:last-child {
        border: medium none;
    }

    .top-info > div {
        /*border-right: 1px solid #e9ecf2;*/
        float: left;
        padding: 0 10px;
    }
}

.top-info h3 {
    /*color:#208618;*/
    font-size: 14px;
    line-height: 1.2;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    padding-left: 6px;
    padding-top: 6px;
    color: black;
    font-weight: normal;
}

.social ul.social-icons li {
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    color: #303030;
    font-family: "Roboto Condensed";
}

.top-info p {
    color: #303030;
    font-size: 14px;
    line-height: 1.4;
    margin-top: -7px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 6px;
    font-weight: normal;
}

.top-info .say-hi i {
    color: #002839;
    /*color: #fff;*/
    display: inline-block;
    font-size: 28px;
    margin-right: 2px;
    vertical-align: text-bottom;
    padding-top: 7px;
    position: relative;
    top: -8px;
    padding-left: 10px;
    font-weight: normal;
}

.top-info .say-hi > div {
    display: inline-block;
    /*border-left: 1px solid #ddd3d380;*/
    padding-left: 10px;
    height: 50px;
}

.test {
    border-left: 1px solid #ddd3d380;
    height: 46px;
    position: relative;
    margin-left: 4px;
}

.social ul.social-icons {
    padding-left: 15px;
}

    .social ul.social-icons li a {
        background: rgba(9, 62, 182, 0.65) none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: block;
        font-size: 21px;
        height: 52px;
        line-height: 52px;
        margin-right: 15px;
        text-align: center;
        transition: all 0.5s ease 0s;
        width: 52px;
    }

        .social ul.social-icons li a:hover {
            background: #208618 none repeat scroll 0 0;
        }

.header-btn {
    width: 10px;
}

    .header-btn input {
        border-radius: 100px;
        background-color: #f39c12;
        border: 2px solid #f39c12;
        width: 150px;
        height: 48px;
        margin-left: 30px;
    }

.header-inner {
    /*background-color:rgba(0, 0, 0, 0.55);*/
    background-color: #0177D7;
}

@media (max-width: 992px) {
    .header-inner {
        /*background-color:rgba(0, 0, 0, 0.55);*/
        background-color: #ffffff;
    }
}

@media (max-width: 1200px) {

    .header-btn {
        width: 10px;
        position: relative;
        float: right !important;
        left: -140px;
        top: 20px;
    }

        .header-btn input {
            border-radius: 100px;
            background-color: #f39c12;
            border: 2px solid #f39c12;
            width: 150px;
            height: 48px;
            margin-left: 30px;
        }
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.main-nav .row {
    margin-bottom: 0;
}

.main-nav {
    /*background: none !important;

    border-radius: 3px;
   -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    margin-top: 35px;

    -webkit-box-shadow: 0px -8px 0px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px -8px 0px 0px rgba(0,0,0,0.15);
    box-shadow: 0px -8px 0px 0px rgba(0,0,0,0.15);*/
}

.navbar {
    height: auto !important;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-default {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-nav > li {
    padding-bottom: 0;
}

    .navbar-nav > li > a {
        line-height: 48px;
        font-size: 13px;
        font-weight: 700;
        color: #dddddd;
        text-transform: uppercase;
    }

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    display: block;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-weight: bold;
    line-height: 1.467;
    padding: 20px 25px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active {
        color: #208618;
    }

.nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
}

.dropdown-menu {
    background-color: #222222;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #353535;
    min-width: 240px;
    padding: 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
}

.dropdown .dropdown-menu .dropdown-submenu > a {
    position: relative;
}

    .dropdown .dropdown-menu .dropdown-submenu > a:after {
        position: absolute;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #aaa;
        right: 0;
        top: 50%;
        margin-top: -3px;
    }

.dropdown-menu > li {
    padding: 0;
}

    .dropdown-menu > li > a {
        font-size: 13px;
        color: #dddddd;
        padding: 15px 20px;
        border-bottom: 1px solid #353535;
    }

    .dropdown-menu > li:last-child a {
        border: none;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background: none;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        left: 100%;
        top: -3px;
        -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.dropdown.dropdown-submenu > a {
    position: relative;
}

.navbar-header {
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    float: left;
}

.navbar-collapse {
    float: right;
    padding: 0;
}

.navbar-toggle {
    margin-top: 14px;
}

.navbar-nav {
    /*border-top: 1px solid rgba(255, 255, 255, 0.5);*/
    margin: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

#top-bar-wrapper .row {
    margin-bottom: 0;
}

.icon-container {
    float: left;
}

    .icon-container img {
        width: 100%;
    }

#quick-links li {
    list-style: none;
    float: left;
    padding-right: 30px;
    padding-bottom: 0;
    font-size: 12px;
}

    #quick-links li .icon-container {
        /*height: 22px;
    width: 22px;*/
        margin-right: 7px;
    }

        #quick-links li .icon-container svg {
            height: 22px;
        }

#top-bar-wrapper #quick-links li span,
#top-bar-wrapper #quick-links li a {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #999999;
}

#quick-links li strong {
    color: #bbbbbb;
}

#top-bar-wrapper {
    /*background-color: rgba(0, 0, 0, 0.55);*/
    background-color: #ffffff;
    padding: 25px 0 25px;
    width: 100%;
}

    #top-bar-wrapper .social-links {
        float: right;
    }

.social-links li {
    float: left;
    margin-left: 15px;
    list-style: none;
}

    .social-links li > a > i {
        color: #208618;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-image: none;
}

#header .dropdown-menu > li > a:hover, #header .dropdown-menu > li > a:focus {
    /* background: #2F2F2F;
    background-color: #2F2F2F !important;
    background-image: none;
    filter: none;*/
    color: #f39c12;
}

.custom-heading::after, .feature-box.style-2 a.read-more, .navbar-default .navbar-toggle {
    background-color: #24b918;
}

#testimonial-carousel .testimonial-background, .navbar-default .navbar-toggle, .navbar-default .navbar-toggle {
    border-color: #208618;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #24b918;
        border-color: #24b918;
    }

.navbar-default .navbar-nav > li.current-menu-item > a {
    color: #208618;
}

/*===================================================
     REVOLUTION SLIDER
=====================================================*/
#rev-slider li.has-overlay::after {
    background: rgba(0, 0, 0, 0.44) none repeat scroll 0 0;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/*===================================================
   END REVOLUTION SLIDER
=====================================================*/
/*===================================================
     FOOTER
	 ===================================================*/
.row.pre-footer {
    position: relative;
    top: -71px;
}

.contact-box {
    background: #FF3838 none repeat scroll 0 0;
    padding: 30px 40px;
}

.pre-footer > div:nth-child(2n) .contact-box {
    background: #FC2D2D none repeat scroll 0 0;
}

.pre-footer > div:nth-child(3n) .contact-box {
    background: #ff1a1a none repeat scroll 0 0;
}

.pre-footer .col-md-4 {
    padding-right: 0;
    padding-left: 0;
}

.contact-box i.fa {
    color: #fff;
    float: left;
    font-size: 20px;
    margin-right: 15px;
    text-align: right;
    width: 20px;
}

.contact-details {
    padding-left: 35px;
}

h4.pre-footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
}

.contact-details p {
    color: #fff;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

h2.footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 30px 0;
    text-transform: uppercase;
}

.footermap ul li a, .our-services ul li a {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 15px;
}

/*===================================================
    END FOOTER
	 ===================================================*/
#msg-box2-3 .mbr-header__text {
    color: #fff;
    font-size: 30px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
    letter-spacing: 0;
}

.mbr-header__text {
    letter-spacing: 0;
}

.mbr-header__subtext {
    color: #208618;
    text-align: center;
    font-family: "Raleway",sans-serif;
    font-style: normal;
    font-weight: 700;
}

h3, .mbr-article p {
    font-family: "Roboto Condensed",sans-serif;
    text-align: left;
}

.btn {
    backface-visibility: hidden;
    border-radius: 0px;
    /*display: block;*/
    font-family: "Roboto Condensed";
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    padding: 15px 63px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    z-index: 2;
}

@media (max-width: 992px) {
    .btn {
        backface-visibility: hidden;
        border-radius: 0px;
        /*display: block;*/
        font-family: "Roboto Condensed";
        font-size: 13px;
        font-weight: 700;
        overflow: hidden;
        padding: 15px 63px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        transition: all 0.2s ease 0s;
        z-index: 2;
    }
}

@media (max-width: 767px) {
    .btn {
        backface-visibility: hidden;
        border-radius: 0px;
        /*display: block;*/
        font-family: "Roboto Condensed";
        font-size: 13px;
        font-weight: 700;
        overflow: hidden;
        padding: 15px 63px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        transition: all 0.2s ease 0s;
        z-index: 2;
    }
}

@media (max-width: 480px) {
    .btn {
        backface-visibility: hidden;
        border-radius: 0px;
        /*display: block;*/
        font-family: "Roboto Condensed";
        font-size: 13px;
        font-weight: 700;
        overflow: hidden;
        padding: 15px 63px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        transition: all 0.2s ease 0s;
        z-index: 2;
    }
}

.btn-warning {
    background-color: #FF1A1A;
    border-color: #FF1A1A;
    color: #ffffff;
}

#quick-links li .icon-container .fa {
    font-size: 22px;
}

ul {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.line::after {
    bottom: 20px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 30px;
    background-color: #208618;
}
/* Footer sction */
.footer {
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover !important;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 1.688;
    text-align: center;
    font-family: "Roboto",sans-serif;
    margin-bottom: 20px;
}

    .footer h1 {
        color: #888;
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 25px;
        margin-top: 0;
        text-align: center;
        letter-spacing: 0px;
    }

.footerbrand {
    border-bottom: 0 none !important;
    color: #f9a01b !important;
    display: block !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    letter-spacing: 1px;
    margin-bottom: 20px !important;
    text-transform: none !important;
}

.footermap {
    background: rgba(0, 0, 0, 0) url("../../images/map.png") no-repeat scroll 0 0;
}

.footer ul.social-icons {
    list-style: outside none none;
    margin-left: 0;
    margin-top: 25px;
}

    .footer ul.social-icons li {
        background: #ff1a1a none repeat scroll 0 0;
        border-radius: 3px;
        display: inline-block;
        float: none;
        height: 10px;
        margin-right: 5px;
        padding: 17px;
        position: relative;
        width: 10px;
    }

        .footer ul.social-icons li a {
            color: #fff;
        }

.footer .social-icons a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 0 10px;
    transition: all 0.5s ease-in-out 0s;
    width: 32px;
}

.footer ul.social-icons li i {
    font-size: 15px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}

.footer ul.social-icons li a i {
    overflow: hidden;
    transition-duration: 0.8s;
    transition-property: transform;
}

.footer input, .footer textarea, .footer input[type="text"] {
    /*background-color:#333;*/
    border-radius: 0px;
    border: 1px solid #3c3c3c;
    font-size: 12px;
    margin-bottom: 10px;
    color: #aaa;
    padding: 10px;
}

.footer .btn {
    background: #ff1a1a;
    text-shadow: none;
    padding: 0px;
    font-size: 18px;
    color: #fff;
    font-family: "Roboto Condensed";
    font-weight: bold;
    line-height: 48px;
    text-align: center;
}

.title {
    color: #ffffff;
    font-weight: bold;
}

.titleicon {
    /*color:#999999;*/
}

    .titleicon:first-child {
        border-right: 1px solid #ccc;
    }

@media (max-width: 992px) {
    .titleicon:first-child {
        border-right: 0px solid #ccc;
    }
}

.footermap {
    font-size: 14px;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-weight: normal;
}
/*Extra*/
/* ==========================================================================
    4. HEADER
    ========================================================================= */

.header-wrapper {
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    z-index: 1000;
}

    .header-wrapper.header-transparent {
        background-color: transparent;
        background: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

        .header-wrapper.header-transparent.solid-color {
            background-color: #222222;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        }

            .header-wrapper.header-transparent.solid-color .main-nav {
                /* background: #fff;*/
                background-color: rgba(0,0,0,0);
                border: none;
                box-shadow: none;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
            }

                .header-wrapper.header-transparent.solid-color .main-nav .navbar-default {
                    box-shadow: none;
                    border-radius: 0;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                }

#header {
    position: relative;
    z-index: 1000;
}

#search {
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 30px;
    float: right;
    z-index: 1005;
    background-color: transparent;
    margin-top: 23px;
}

.search-submit {
    background-image: url('../img/search.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 35px;
    min-height: 35px;
    border: none;
    text-indent: -9999px;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    #search:focus,
    .search-submit:focus,
    #m_search:focus {
        outline: none;
    }

#m_search {
    background: transparent;
    border-left: 1px solid #888888;
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding: 5px 25px;
    float: left;
    width: 170px;
    font-style: italic;
    color: #ffffff;
    font-size: 13px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

    #m_search:-ms-input-placeholder {
        color: #777777;
    }

/* ==========================================================================
    Info Block
    ========================================================================= */
.media-left {
    padding-bottom: 30px;
}

.media > .media-left, .media > .media-right, .media > .media-body {
    direction: ltr;
    display: block;
    padding: 0;
}

.media-0 > .media-left {
    flex: 0 0 auto;
    max-width: 100%;
    padding-bottom: 0;
    padding-right: 30px;
}

.media-0 .media-body {
    flex: 0 1 auto;
}

.media-body {
    width: auto;
}

#features1-8 h3 {
    color: #ffffff;
    font-size: 24px;
}

#features1-8 p {
    color: #ffffff;
}

#features1-8 i {
    font-size: 70px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .col-md-4-margintop {
        margin-top: 50px;
    }

    #features1-8 h3 {
        color: #ffffff;
        font-size: 18px;
    }

    #features1-8 i {
        font-size: 50px;
        color: #ffffff;
        padding-left: 153px;
    }

    #features1-8 p {
        color: #ffffff;
        margin-left: -70px;
    }

    .mbr-title-margintop {
        padding-top: 0px;
        padding-bottom: 22px;
    }

    .mbr-content-margintop p {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 768px) {
    .col-md-4-margintop {
        margin-top: 50px;
    }

    #features1-8 h3 {
        color: #ffffff;
        font-size: 18px;
    }

    #features1-8 i {
        font-size: 50px;
        color: #ffffff;
        padding-left: 153px;
    }

    #features1-8 p {
        color: #ffffff;
        margin-left: -70px;
    }

    .mbr-title-margintop {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .mbr-content-margintop p {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 480px) {
    .col-md-4-margintop {
        /*margin-top: 50px;*/
        display: block;
        float: left;
        margin-top: 6px;
    }

    #features1-8 h3 {
        color: #ffffff;
        font-size: 18px;
    }

    .mbr-section__row {
        margin-left: -55px;
        margin-right: -55px;
    }

    #features1-8 i {
        font-size: 50px;
        color: #ffffff;
        padding-left: 128px;
    }

    #features1-8 p {
        color: #ffffff;
        margin-left: -58px;
    }

    .mbr-title-margintop {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .mbr-content-margintop p {
        margin-left: 20px;
        margin-right: 20px;
    }
}

/* ==========================================================================
    5. PAGE TITLE
    ========================================================================= */

.page-title {
    padding-top: 205px !important;
    padding-bottom: 25px;
}

    .page-title .row {
        margin-bottom: 0;
    }

.page-title-1 {
    background-image: url('../../images/slider/slider1.jpg');
}

.page-title.dark .custom-heading.style-1 h1 {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
}

.page-title .custom-heading.style-1::after {
    display: none;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.breadcrumb {
    padding: 8px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    float: right;
}

.dark .breadcrumb > li,
.dark .breadcrumb > li > a {
    color: #dddddd;
}

.breadcrumb.filters {
    float: left;
    padding: 0;
    margin-bottom: 0;
}

    .breadcrumb.filters li {
        font-size: 15px;
        color: #dddddd;
        font-weight: 600;
    }

        .breadcrumb.filters li a {
            color: #61656f;
        }

        .breadcrumb.filters li.active a {
            color: #208618;
        }
/* ==========================================================================
    7.4.1. ISOTOPE GALLERY
    ========================================================================= */
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

        /**** disabling Isotope CSS3 transitions ****/

        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

.gallery-filters {
    margin-bottom: 40px;
}

ul#filters {
    display: inline-block;
}

#filters li {
    position: relative;
    float: left;
    padding-right: 7px;
    padding-left: 7px;
    margin: 0 10px 0 10px;
    padding-left: 14px;
    list-style: none;
}

    #filters li:before {
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 6px;
        content: "\f111";
        display: block;
        top: 1px;
        left: 0px;
    }

    #filters li a {
        font-weight: 700;
        font-size: 18px;
        color: #777;
        padding-bottom: 5px;
    }

        #filters li a:hover, #filters .active a {
            border-bottom: 1px solid;
        }

#galleryitems {
    margin-top: 0;
}

    #galleryitems li {
        display: inline-block;
        list-style: none;
        background: none;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 0 30px;
    }

.isotopeitems-full .isotope-item {
    margin-bottom: 0;
    cursor: pointer;
    margin-right: -1px !important;
}

.gallery-img {
    position: relative;
}

#galleryitems .hover-mask-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(34, 34, 34, 0.6);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

#galleryitems li:hover .hover-mask-container {
    opacity: 1;
}

#galleryitems li:hover .hover-zoom {
    transform: translate(0,0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}

#galleryitems .icon-container {
    width: 22px;
    height: 22px;
    margin-right: 7px;
    float: right;
}

    #galleryitems .icon-container svg {
        height: 22px;
    }


/* ==========================================================================
    7.7. SERVICES FEATURE BOX
    ========================================================================= */

.negative-top-margin {
    margin-top: -160px;
    position: relative;
    z-index: 100;
}

.feature-box .feature-media {
    position: relative;
    overflow: hidden;
}

.feature-box .featre-media span {
    color: #fff;
    padding-left: 20px;
    font-weight: 600;
}

.feature-box.style-1 .feature-body {
    /*background-color: rgba(0,0,0,0.7);*/
    background-color: rgba(255,255,255,0.7);
    padding: 25px 20px;
    /*border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;*/
}

    .feature-box.style-1 .feature-body p {
        font-family: 'Montserrat-UltraLight', Arial, sans-serif;
    }

    .feature-box.style-1 .feature-body h4 {
        color: #fff;
    }

    .feature-box.style-1 .feature-body a:hover h4 {
        transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
    }

    .feature-box.style-1 .feature-body p {
        color: #bbb;
        padding-bottom: 0;
    }

.feature-box.style-1 .custom-heading::after {
    display: none;
}

.feature-box.style-1 .custom-heading {
    padding-bottom: 0;
}

.feature-box.style-1 .icon-container {
    float: left;
    margin-right: 12px;
    height: 60px;
}

.feature-box.style-2 .feature-media img {
    width: 100%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    opacity: 1;
}

.feature-box.style-2 .feature-media:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    opacity: 0.7;
}

.feature-box.style-2 .feature-media a {
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
}

.feature-box .feature-media .icon-container {
    width: 50px;
    height: 50px;
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.feature-box.style-2 .feature-body {
    background-color: #fff;
    padding: 30px 0 0;
}

.feature-box.style-1 a.read-more span {
    font-family: 'Montserrat-UltraLight', Arial, sans-serif;
}

.feature-box.style-2 a.read-more span {
    color: #222222;
}

.feature-box.style-2 a.read-more {
    width: 50px;
    height: 50px;
}

.feature-box.style-2 .custom-heading.style-1 {
    padding-bottom: 20px;
}

    .feature-box.style-2 .custom-heading.style-1::after {
        bottom: 15px;
    }

.feature-box.style-2 .feature-media .icon-container {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
}

    .feature-box.style-2 .feature-media .icon-container svg {
        height: 30px;
    }

.features-boxes-wrapper {
    float: left;
}

    .features-boxes-wrapper .feature-box {
        margin-bottom: 40px;
    }

.fa-ul {
    margin-left: 0 !important;
}

    .fa-ul li {
        position: relative;
        padding-left: 25px;
    }

        .fa-ul li:before {
            position: absolute;
            display: block;
            content: '';
            cursor: pointer;
            background-image: none;
            content: '\f178';
            font-family: 'FontAwesome';
            font-size: 15px;
            top: 0;
            left: 0;
            -webkit-transition: all 0.2s ease 0s;
            -moz-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
            -ms-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
            color: #208618;
        }

/* ==========================================================================
    7.4.2. CAROUSEL GALLERY
    ========================================================================= */

.gallery-carousel-item .hover-mask-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(34, 34, 34, 0.6);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.gallery-carousel-item:hover .hover-mask-container {
    opacity: 1;
}

#gallery-carousel .icon-container {
    float: right;
}

#gallery-carousel .icon-container {
    width: 22px;
    height: 22px;
    margin-right: 7px;
}

    #gallery-carousel .icon-container svg {
        height: 22px;
    }

.hover-mask-container .hover-zoom {
    position: absolute;
    bottom: 15px;
    left: 15px;
    transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

    .hover-mask-container .hover-zoom a {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        font-size: 15px;
        font-family: 'Montserrat', Arial, sans-serif;
        font-weight: 600;
    }

.gallery-carousel-item:hover .hover-zoom {
    transform: translate(0,0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}

.carousel-wrapper {
    padding: 70px 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.gallery-carousel-item img {
    width: auto;
    /*width:360px;
    height:216px;*/
}

#gallery-carousel .owl-controls {
    top: 50%;
    position: absolute;
    margin-top: -25px;
    width: 100%;
}

    #gallery-carousel .owl-controls .owl-buttons .owl-next {
        right: 15px;
        position: absolute;
    }

    #gallery-carousel .owl-controls .owl-buttons .owl-prev {
        left: 15px;
        position: absolute;
    }

#gallery-carousel .item {
    position: relative;
    margin: 0 10px;
}

#client-carousel .item {
    margin: 0 10px;
    position: relative;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev, .owl-carousel .owl-controls .owl-buttons .owl-next {
    border-radius: 5px;
    float: left;
    height: 50px;
    position: relative;
    text-indent: -99999px;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 50px;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
    background: rgba(0, 0, 0, 0.6) url("../../images/arrow-left.png") no-repeat scroll 10px 11px / 28px auto !important;
    left: 0;
    margin-right: 5px;
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
    background: rgba(0, 0, 0, 0.6) url("../../images/arrow-right.png") no-repeat scroll 12px 11px / 28px auto !important;
    right: 0;
}
/* ==========================================================================
    7.4.3. SIMPLE GALLERY WITH THUMBNAILS
    ========================================================================= */

.simple-gallery .gallery-thumb img {
    width: 175px;
}

.simple-gallery .gallery-thumbnails {
    text-align: center;
}

.simple-gallery .gallery-thumb {
    margin-right: 11px;
    display: inline-block;
    cursor: pointer;
    margin-top: 15px;
}

    .simple-gallery .gallery-thumb:last-child {
        margin-right: 0;
    }

    .simple-gallery .gallery-thumb:hover {
        opacity: 0.8 !important;
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
    }

.custom-heading.style-1 {
    display: block;
    padding-bottom: 25px;
    position: relative;
    width: 100%;
}

    .custom-heading.style-1::after {
        bottom: 20px;
        content: "";
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        width: 30px;
        background-color: #ff1a1a !important;
    }

.innerheading {
    font-family: 'Montserrat',Arial,sans-serif;
    font-weight: 700;
}

    .innerheading span {
        color: #208618;
    }

/*Contact Us*/
#contactpart .rightblock {
    float: left;
    min-height: 45px;
    padding-bottom: 20px;
}

.text-left {
    text-align: left;
}

#contactpart .rightblock figure {
    float: left;
}

#contactpart .circle {
    border-radius: 50px;
    color: #208618;
    display: block;
    height: 45px;
    margin: 0 20px 0 0;
    text-align: center;
    transition: opacity 0.2s linear 0s;
    width: 45px;
}

#contactpart .rightblock .fa {
    color: #ffffff;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.7em;
    font-style: normal;
    font-weight: normal;
    line-height: 45px;
}

.mbr-section__right {
    padding-left: 15px;
}

.mbr-box__magnet {
    display: table-cell;
    float: none;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    vertical-align: middle;
}

.mbr-box__magnet--top-left, .mbr-box__magnet--top-center, .mbr-box__magnet--top-right {
    vertical-align: top;
}

.mbr-box__magnet--top-left, .mbr-box__magnet--center-left, .mbr-box__magnet--bottom-left {
    text-align: left;
}

#contactpart .rightblock h6 {
    color: #ff9900;
    font-family: 'Open Sans', sans-serif;
}

#contactpart .rightblock .icon-box-top {
    float: left;
    width: 280px;
}

.servicecontent {
    font-family: "Raleway",sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8em;
    color: #777777;
}

#contactpart .rightblock p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
}

.contact-text, .contact-textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 8px 15px;
    width: 100%;
}

.form-control {
    box-shadow: none;
    height: auto;
}

.contactheading {
    font-size: 28px;
    line-height: 26px;
    color: #0177d7;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: 40px;
}

#BackToTop a:link, #BackToTop a:visited {
    background-color: rgba(57, 57, 57, 0.35);
    border-radius: 2px;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

#BackToTop a:link, #BackToTop a:visited {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    width: 48px;
}


#BackToTop {
    bottom: 0;
    display: none;
    position: fixed;
    right: 0;
}

#BackToTop {
    bottom: 20px;
    right: 20px;
    z-index: 1001;
}

.scroll-up {
    background-color: #0177D7;
    border-radius: 5px;
    bottom: 50px;
    font-size: 24px;
    height: 50px;
    opacity: 0.8;
    position: fixed;
    right: 50px;
    text-align: center;
    transform: translateY(100px);
    width: 50px;
    z-index: 1;
}

.show-scroll {
    transform: translateY(0px);
}

.scroll-up .icon-container {
    height: 26px;
    left: 50%;
    margin-left: -13px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    transform: translateY(0px);
    transition: all 0.1s ease 0s;
    width: 26px;
}

.icon-container {
    float: left;
}

svg:not(:root) {
    overflow: hidden;
}

.scroll-up .icon-container svg {
    height: 26px;
}
/*Parsley CSS*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    border: 1px solid #0AA699 !important;
    /* float:left;
  margin-bottom:15px;*/
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    border: 1px solid #F35958 !important;
    /* float:left;
  margin-bottom:15px;*/
}

.form-group i.fa-exclamation {
    margin: 9px 18px 4px -25px;
    position: absolute;
}

.form-group i.fa-check {
    margin: 9px 18px 4px -25px;
    position: absolute;
}

.select2.form-control.parsley-error {
    border: 1px solid #F35958 !important;
    float: left;
    height: auto;
}

.select2.form-control.parsley-success {
    border: 1px solid #0AA699 !important;
    float: left;
    height: auto;
}

/*.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}*/
.parsley-errors-list {
    font-size: 12px;
    line-height: 18px;
    list-style-type: none;
    margin: 0;
    opacity: 0;
    padding: 0;
    transition: opacity 300ms ease-in-out 0s;
}

    .parsley-errors-list li {
        background: #c0392b none repeat scroll 0 0;
        color: #fff;
        padding: 4px 8px;
        text-align: left;
    }

        .parsley-errors-list li:first-child {
            margin-top: 5px;
        }

        .parsley-errors-list li:last-child {
            margin-bottom: 5px;
        }

input + .parsley-errors-list li:first-child, select + .parsley-errors-list li:first-child, textarea + .parsley-errors-list li:first-child {
    margin-top: 0;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.fix {
    color: #0AA699 !important;
}
/*-------

   Gallery

-------*/
.mbr-gallery .mbr-gallery-item {
    position: relative;
    /*display: inline-block;*/
    padding-bottom: 30px;
}

    .mbr-gallery .mbr-gallery-item > a {
        position: relative;
        display: block;
        background: #fff;
        outline: none;
    }

.mbr-gallery .mbr-gallery-row {
    margin-bottom: -30px;
}

.mbr-gallery .mbr-gallery-item img {
    width: 100%;
    opacity: 1;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.mbr-gallery .mbr-gallery-item > a:hover img {
    opacity: 0.9;
}

.mbr-gallery .mbr-gallery-item .icon {
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    color: #ff1a1a;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.mbr-gallery .mbr-gallery-item > a:hover .icon {
    opacity: 1;
}

/* remove spacing */
.mbr-gallery .mbr-gallery-row.no-gutter {
    margin: 0;
}

    .mbr-gallery .mbr-gallery-row.no-gutter .mbr-gallery-item {
        padding: 0;
    }

/* container */
.mbr-gallery .container.mbr-gallery-layout-default {
    padding: 93px 0;
}

/* fix horizontal scrollbar */
.mbr-gallery .mbr-gallery-layout-default,
.mbr-gallery .mbr-gallery-layout-article {
    overflow: hidden;
}

    /* article layout */
    .mbr-gallery .mbr-gallery-layout-article > div {
        padding-left: 0;
        padding-right: 0;
    }


/* lightbox */
.mbr-gallery .modal {
    position: fixed;
    overflow: hidden;
    padding-right: 0 !important;
}

.mbr-gallery .modal-body {
    padding: 0;
}

    .mbr-gallery .modal-body img {
        width: 100%;
    }

.mbr-gallery .modal .close {
    position: absolute;
    background-image: none;
    font-size: 20px;
    width: 54px;
    height: 54px;
    top: 20px;
    right: 20px;
    line-height: 54px;
    opacity: 1;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    text-shadow: none;
    z-index: 5;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

    .mbr-gallery .modal .close:hover {
        background: #fff;
        color: #000;
    }

/* modal back color opacity */
.modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

@media (max-width: 768px) {
    .mbr-gallery .modal-dialog {
        margin: 10px auto;
    }

    .mbr-gallery .carousel-indicators,
    .mbr-gallery .carousel-control,
    .mbr-gallery .modal .close {
        position: fixed;
    }
}

/* fix fade in effect */
.mbr-gallery .modal.fade .modal-dialog {
    margin-top: -100px;
    -webkit-transition: margin-top 0.3s ease-out;
    -moz-transition: margin-top 0.3s ease-out;
    -o-transition: margin-top 0.3s ease-out;
    transition: margin-top 0.3s ease-out;
}

.mbr-gallery .modal.in .modal-dialog,
.mbr-gallery .modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.mbr-gallery .modal.in .modal-dialog {
    margin-top: 30px;
}


/* media-caption styles */
.mbr-gallery .mbr-figure__caption {
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    border: solid 15px transparent;
    border-style: none solid;
    left: 0;
    background: none;
    margin-bottom: 30px;
}

.mbr-gallery .mbr-figure__caption-small {
    position: relative;
    z-index: 2;
    padding: 0 10px;
}

.mbr-gallery .mbr-caption-background {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.mbr-gallery .no-gutter .mbr-figure__caption {
    margin-bottom: 0;
    border-style: none none;
}

/*Product Page*/
.categorybar > div {
    margin-bottom: 45px;
}

.categorybar {
    padding: 93px 15px;
}

.categorybar-categories ul {
    background: #f4f5f8 none repeat scroll 0 0;
}

    .categorybar-categories ul li, ol li {
        color: #8d8d8d;
        line-height: 1.8;
    }

        .categorybar-categories ul li a {
            border-bottom: 1px solid #fcfcfd;
            color: #61656f;
            display: block;
            font-size: 17px;
            line-height: 1;
            padding: 24px 30px;
            text-decoration: none;
            transition: all 0.5s ease 0s;
        }

            .categorybar-categories ul li a:hover {
                background: #e9e9e9;
            }

        .categorybar-categories ul li.active a {
            background: #e9e9e9;
        }

.profile {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid rgba(244, 244, 244, 0.8);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    margin: 20px 30px;
    padding: 0 20px;
    transition: all 0.5s ease 0s;
}

.categorybar-download .profile {
    background: #208618 none repeat scroll 0 0;
    margin: 0;
    padding: 0 15px;
}

.profile a {
    color: #208618;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 15px;
}

.categorybar-download .profile a {
    color: #fff;
}

.profile i {
    color: #fb1212;
    font-size: 22px;
    line-height: 50px;
}

.categorybar-download .profile i {
    color: #fff;
}

.profile span {
    color: #677078;
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 50px;
}

.categorybar-download .profile span {
    color: rgba(255, 255, 255, 0.5);
}
/*Product Details Page*/
p.specification-title {
    color: #9ea6ae;
    font-size: 14px;
    line-height: 1;
    padding: 0 30px;
}

.specification-list {
    padding: 0 30px 20px;
}

ul.specification-list li {
    border-bottom: 1px solid #f4f5f8;
    color: #208618;
    font-size: 15px;
    font-weight: 100;
    line-height: 1;
    padding: 15px 5px;
    position: relative;
    float: left;
    width: 100%;
}

    ul.specification-list li div.prodSpeciName {
        float: left;
        width: 33.3333%;
    }

    ul.specification-list li div.prodSpeciDetail {
        float: left;
        color: #333;
        word-wrap: break-word;
        width: 66.6667%;
    }

    ul.specification-list li span {
        position: absolute;
        right: 5px;
        color: #61656f;
        font-size: 14px;
    }

    ul.specification-list li a {
        cursor: default;
        text-decoration: none;
    }

        ul.specification-list li a:hover {
            color: #337ab7;
        }

    ul.specification-list li:last-child {
        border-bottom: 0 none;
    }

.prodSpeci {
    word-wrap: break-word;
}

.downloadButton {
    width: 58.3333%;
}

/*Botsnav Styel
==================*/
/*
Navbar Adjusment
=========================== */
/* Navbar Atribute ------*/
.attr-nav > ul > li > a {
    /* padding: 28px 15px;*/
}

ul.cart-list > li.total > .btn {
    /*border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;*/
}

@media (min-width: 1024px) {
    /* Navbar General ------*/
    nav.navbar ul.nav > li > a {
        /* padding: 30px 15px;
        font-weight: 600;*/
    }

    nav.navbar .navbar-brand {
        margin-top: 0;
    }

        nav.navbar .navbar-brand img.logo {
            width: 50px;
        }

    nav.navbar .navbar-brand {
        margin-top: 0;
    }

        nav.navbar .navbar-brand img.logo {
            width: 50px;
        }

    nav.navbar li.dropdown ul.dropdown-menu {
        border-top: solid 5px;
    }

    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand {
        margin: 0 !important;
    }

    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand {
        margin: 10px !important;
    }

    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand {
        position: relative;
        top: -15px;
    }

    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand {
        margin-bottom: 50px;
    }

        nav.navbar-sidebar ul.nav > li > a {
            padding: 10px 15px;
            font-weight: bold;
        }

    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white {
        background-color: rgba(255,255,255,0.3);
        border-bottom: solid 1px #bbb;
    }

    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark {
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #555;
    }

    nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
        border-left: solid 1px #bbb;
    }

    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav {
        border-left: solid 1px #555;
    }

    nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a {
        color: #fff;
    }

    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a {
        color: #eee;
    }
}

@media (max-width: 992px) {
    /* Navbar General ------*/
    nav.navbar .navbar-brand {
        margin-top: 0;
        position: relative;
        top: -2px;
    }

        nav.navbar .navbar-brand img.logo {
            width: 30px;
        }

    .attr-nav > ul > li > a {
        padding: 16px 15px 15px;
    }

    /* Navbar Mobile slide ------*/
    nav.navbar.navbar-mobile ul.nav > li > a {
        padding: 15px 15px;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a {
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand {
        top: 0;
        padding-top: 10px;
    }
}

/* Navbar Inverse
=================================*/
nav.navbar.navbar-inverse {
    background-color: #222;
    border-bottom: solid 1px #303030;
}

    nav.navbar.navbar-inverse ul.cart-list > li.total > .btn {
        border-bottom: solid 1px #222 !important;
    }

    nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right {
        color: #fff;
    }

    nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
    nav.navbar.navbar-inverse ul.nav > li > a {
        color: #eee;
    }

    nav.navbar.navbar-inverse ul.nav > li.dropdown > a {
        background-color: #222;
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a {
        color: #999;
    }

    nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
    nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
    nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
    nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
    nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
    nav.navbar.navbar-inverse ul.nav .dropdown-menu h6 {
        color: #fff;
    }

    nav.navbar.navbar-inverse .form-control {
        background-color: #333;
        border-color: #303030;
        color: #fff;
    }

    nav.navbar.navbar-inverse .attr-nav > ul > li > a {
        color: #eee;
    }

    nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu {
        background-color: #222;
        border-left: solid 1px #303030;
        border-bottom: solid 1px #303030;
        border-right: solid 1px #303030;
    }

    nav.navbar.navbar-inverse ul.cart-list > li {
        border-bottom: solid 1px #303030;
        color: #eee;
    }

        nav.navbar.navbar-inverse ul.cart-list > li img {
            border: solid 1px #303030;
        }

        nav.navbar.navbar-inverse ul.cart-list > li.total {
            background-color: #333;
        }

    nav.navbar.navbar-inverse .share ul > li > a {
        background-color: #555;
    }

    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu {
        border-right: solid 1px #303030;
    }

        nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a {
            border-bottom: solid 1px #303030;
        }

    nav.navbar.navbar-inverse .dropdown-tabs .tab-content {
        border-left: solid 1px #303030;
    }

    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover,
    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus,
    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a {
        background-color: #333 !important;
    }

nav.navbar-inverse.navbar-full ul.nav > li > a {
    border: none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu {
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle {
    background-color: #222 !important;
    color: #6f6f6f;
}

@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu {
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a {
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu {
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }

    nav.navbar.navbar-inverse.navbar-transparent.dark {
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #999;
    }

        nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav {
            border-left: solid 1px #999;
        }

            nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > li > a,
            nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > li > a,
            nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a,
            nav.navbar.navbar-inverse.no-background.white ul.nav > li > a {
                color: #fff;
            }

    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a {
        color: #3f3f3f;
    }
}

@media (max-width: 992px) {
    nav.navbar.navbar-inverse .navbar-toggle {
        color: #eee;
        background-color: #222 !important;
    }

    nav.navbar.navbar-inverse .navbar-nav > li > a {
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu > li > a {
        color: #999;
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title {
        border-bottom: solid 1px #303030;
        color: #eee;
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul > li > a {
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title {
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul {
        border-top: solid 1px #303030;
    }

    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse {
        background-color: #fff;
    }
}

@media (max-width: 767px) {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav {
        border-top: solid 1px #fff;
    }
}

/*
Color
=========================== */
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list > li > h6 > a,
.attr-nav > ul > li > a:hover,
.attr-nav > ul > li > a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on > a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover {
    color: #f39c12;
}

nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a {
    color: #ffffff !important;
}

@media(max-width:992px) {
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
    .side .widget ul.link li a:hover,
    .side .widget ul.link li a:focus,
    .check-list li:before,
    ul.cart-list > li > h6 > a,
    .attr-nav > ul > li > a:hover,
    .attr-nav > ul > li > a:focus,
    nav.navbar-sidebar ul.nav li.dropdown.on > a,
    nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
    nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
    nav.navbar ul.nav li.dropdown.on > a,
    nav.navbar.navbar-inverse ul.nav li.dropdown.on > a,
    nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a,
    nav.navbar .dropdown .megamenu-content .col-menu.on .title,
    nav.navbar ul.nav > li > a:hover,
    nav.navbar ul.nav > li.active > a:hover,
    nav.navbar ul.nav li.active > a,
    nav.navbar li.dropdown ul.dropdown-menu > li a:hover {
        color: #f39c12;
    }

    nav.navbar.navbar-transparent ul.nav > li > a:hover,
    nav.navbar.no-background ul.nav > li > a:hover,
    nav.navbar ul.nav li.scroll.active > a,
    nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu > li > a:hover,
    nav.navbar ul.nav li.dropdown.on > a,
    nav.navbar-dark ul.nav li.dropdown.on > a {
        color: #f39c12 !important;
    }

    nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover {
        color: #2e9557 !important;
    }
}

/*
Border
=========================== */
ul.cart-list > li.total > .btn {
    border-color: #2e9557;
}

nav.navbar li.dropdown ul.dropdown-menu {
    border-top-color: #0177d7 !important;
}

/*
Background
=========================== */
ul.cart-list > li.total > .btn,
.attr-nav > ul > li > a span.badge,
nav.navbar .share ul > li > a:hover,
nav.navbar .share ul > li > a:focus {
    background-color: #2e9557;
}

    ul.cart-list > li.total > .btn:hover,
    ul.cart-list > li.total > .btn:focus {
        background-color: #2e9557 !important;
    }

/*Custom Bootsnav
===================*/
nav.navbar.bootsnav {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 9;
}

.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color: rgba(0, 0, 0, 0);
}

.wrap-sticky nav.navbar.bootsnav.sticked {
    position: relative;
}

@media screen and (max-width: 1200px) {
    .navbar-collapse {
        float: left;
        padding-left: 13px;
        width: 100%;
    }
}

@media screen and (max-width: 992px) {

    .navbar-collapse {
        float: left;
        padding-left: 13px;
        width: 100%;
    }

    nav.navbar.bootsnav {
        margin-bottom: 0;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        background-color: #ffffff;
        border: none;
        /*border-bottom: solid 1px #e0e0e0;*/
        z-index: 9;
    }
}

@media screen and (max-width: 768px) {
    .navbar-collapse {
        float: left;
        padding-left: 13px;
        width: 100%;
    }
}
