.inline-list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -1.57143rem;
    margin-right: 0;
    overflow: hidden;
    padding: 0
}

.inline-list>li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem
}

.inline-list>li>* {
    display: block
}

.top-bar {
    background: #fff;
    height: 3.21429rem;
    line-height: 3.21429rem;
    margin-bottom: 0;
    overflow: hidden;
    position: relative
}

.top-bar ul {
    list-style: none;
    margin-bottom: 0
}

.top-bar .row {
    max-width: none
}

.top-bar form,
.top-bar input,
.top-bar select {
    margin-bottom: 0
}

.top-bar input,
.top-bar select {
    font-size: .75rem;
    height: 2rem;
    padding-bottom: .35rem;
    padding-top: .35rem
}

.top-bar .button,
.top-bar button {
    font-size: .75rem;
    margin-bottom: 0;
    padding-bottom: .42143rem;
    padding-top: .42143rem
}

@media only screen and (max-width: 45.71429em) {
    .top-bar .button,
    .top-bar button {
        position: relative;
        top: -1px
    }
}

.top-bar .title-area {
    margin: 0;
    position: relative
}

.top-bar .name {
    font-size: 14px;
    height: 3.21429rem;
    margin: 0
}

.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
    font-size: 1.21429rem;
    line-height: 3.21429rem;
    margin: 0
}

.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
    color: #000;
    display: block;
    font-weight: normal;
    padding: 0 1.07143rem;
    width: 75%
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0
}

.top-bar .toggle-topbar a {
    color: #000;
    display: block;
    font-size: .92857rem;
    font-weight: bold;
    height: 3.21429rem;
    line-height: 3.21429rem;
    padding: 0 1.07143rem;
    position: relative;
    text-transform: uppercase
}

.top-bar .toggle-topbar.menu-icon {
    margin-top: -16px;
    top: 50%
}

.top-bar .toggle-topbar.menu-icon a {
    color: #fff;
    height: 34px;
    line-height: 33px;
    padding: 0 2.85714rem 0 1.07143rem;
    position: relative
}

.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 1.07143rem;
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    width: 16px
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""
}

.top-bar.expanded {
    background: transparent;
    height: auto
}

.top-bar.expanded .title-area {
    background: #fff
}

.top-bar.expanded .toggle-topbar a {
    color: #888
}

.top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0 0 1px #888, 0 7px 0 1px #888, 0 14px 0 1px #888
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .top-bar.expanded .top-bar-section .has-dropdown.moved>.dropdown,
    .top-bar.expanded .top-bar-section .dropdown {
        clip: initial
    }
    .top-bar.expanded .top-bar-section .has-dropdown:not(.moved)>ul {
        padding: 0
    }
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out
}

.top-bar-section ul {
    display: block;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
    border-top: solid 1px gray;
    clear: both;
    height: 1px;
    width: 100%
}

.top-bar-section ul li {
    background: transparent
}

.top-bar-section ul li>a {
    color: #000;
    display: block;
    font-size:15px;
    font-weight: 700;
    padding-left: 1.07143rem;
    padding: 12px 0 12px 1.07143rem;
    text-transform: uppercase;
    width: 100%
}

.top-bar-section ul li>a.button {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    background-color: #83ca13;
    border-color: #69a20f;
    color: #fff
}

.top-bar-section ul li>a.button:hover,
.top-bar-section ul li>a.button:focus {
    background-color: #69a20f
}

.top-bar-section ul li>a.button:hover,
.top-bar-section ul li>a.button:focus {
    color: #fff
}

.top-bar-section ul li>a.button.secondary {
    background-color: #FE5B10;
    border-color: #d74401;
    color: #fff
}

.top-bar-section ul li>a.button.secondary:hover,
.top-bar-section ul li>a.button.secondary:focus {
    background-color: #d74401
}

.top-bar-section ul li>a.button.secondary:hover,
.top-bar-section ul li>a.button.secondary:focus {
    color: #fff
}

.top-bar-section ul li>a.button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #fff
}

.top-bar-section ul li>a.button.success:hover,
.top-bar-section ul li>a.button.success:focus {
    background-color: #368a55
}

.top-bar-section ul li>a.button.success:hover,
.top-bar-section ul li>a.button.success:focus {
    color: #fff
}

.top-bar-section ul li>a.button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff
}

.top-bar-section ul li>a.button.alert:hover,
.top-bar-section ul li>a.button.alert:focus {
    background-color: #cf2a0e
}

.top-bar-section ul li>a.button.alert:hover,
.top-bar-section ul li>a.button.alert:focus {
    color: #fff
}

.top-bar-section ul li>a.button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff
}

.top-bar-section ul li>a.button.warning:hover,
.top-bar-section ul li>a.button.warning:focus {
    background-color: #cf6e0e
}

.top-bar-section ul li>a.button.warning:hover,
.top-bar-section ul li>a.button.warning:focus {
    color: #fff
}

.top-bar-section ul li>a.button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333
}

.top-bar-section ul li>a.button.info:hover,
.top-bar-section ul li>a.button.info:focus {
    background-color: #61b6d9
}

.top-bar-section ul li>a.button.info:hover,
.top-bar-section ul li>a.button.info:focus {
    color: #fff
}

.top-bar-section ul li>button {
    font-size: .92857rem;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    background-color: #83ca13;
    border-color: #69a20f;
    color: #fff
}

.top-bar-section ul li>button:hover,
.top-bar-section ul li>button:focus {
    background-color: #69a20f
}

.top-bar-section ul li>button:hover,
.top-bar-section ul li>button:focus {
    color: #fff
}

.top-bar-section ul li>button.secondary {
    background-color: #FE5B10;
    border-color: #d74401;
    color: #fff
}

.top-bar-section ul li>button.secondary:hover,
.top-bar-section ul li>button.secondary:focus {
    background-color: #d74401
}

.top-bar-section ul li>button.secondary:hover,
.top-bar-section ul li>button.secondary:focus {
    color: #fff
}

.top-bar-section ul li>button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #fff
}

.top-bar-section ul li>button.success:hover,
.top-bar-section ul li>button.success:focus {
    background-color: #368a55
}

.top-bar-section ul li>button.success:hover,
.top-bar-section ul li>button.success:focus {
    color: #fff
}

.top-bar-section ul li>button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff
}

.top-bar-section ul li>button.alert:hover,
.top-bar-section ul li>button.alert:focus {
    background-color: #cf2a0e
}

.top-bar-section ul li>button.alert:hover,
.top-bar-section ul li>button.alert:focus {
    color: #fff
}

.top-bar-section ul li>button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff
}

.top-bar-section ul li>button.warning:hover,
.top-bar-section ul li>button.warning:focus {
    background-color: #cf6e0e
}

.top-bar-section ul li>button.warning:hover,
.top-bar-section ul li>button.warning:focus {
    color: #fff
}

.top-bar-section ul li>button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333
}

.top-bar-section ul li>button.info:hover,
.top-bar-section ul li>button.info:focus {
    background-color: #61b6d9
}

.top-bar-section ul li>button.info:hover,
.top-bar-section ul li>button.info:focus {
    color: #fff
}

.top-bar-section ul li:hover:not(.has-form)>a {
    background-color: #000;
    color: #000;
    background: #fff
}

.top-bar-section ul li.active>a {
    background: #fff;
    color: #000
}

.top-bar-section ul li.active>a:hover {
    background: #71ae10;
    color: #000
}

.top-bar-section .has-form {
    padding: 1.07143rem
}

.top-bar-section .has-dropdown {
    position: relative
}

.top-bar-section .has-dropdown>a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    border-left-style: solid;
    margin-right: 1.07143rem;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0
}

.top-bar-section .has-dropdown.moved {
    position: static
}

.top-bar-section .has-dropdown.moved>.dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
    width: 100%
}

.top-bar-section .has-dropdown.moved>a:after {
    display: none
}

.top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%
}

.top-bar-section .dropdown li {
    height: auto;
    width: 100%
}

.top-bar-section .dropdown li a {
    font-weight: 300;
    padding: 8px 1.07143rem
}

.top-bar-section .dropdown li a.parent-link {
    font-weight: 300
}

.top-bar-section .dropdown li.title h5,
.top-bar-section .dropdown li.parent-link {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.28571rem
}

.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a {
    color: #000;
    display: block
}

.top-bar-section .dropdown li.title h5 a:hover,
.top-bar-section .dropdown li.parent-link a:hover {
    background: none
}

.top-bar-section .dropdown li.has-form {
    padding: 8px 1.07143rem
}

.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
    top: auto
}

.top-bar-section .dropdown label {
    color: #777;
    font-size: .71429rem;
    font-weight: bold;
    margin-bottom: 0;
    padding: 8px 1.07143rem 2px;
    text-transform: uppercase
}

.js-generated {
    display: block
}

@media only screen and (min-width: 900px) {
    .top-bar {
        background: transparent;
        overflow: visible
    }
    .top-bar:before,
    .top-bar:after {
        content: " ";
        display: table
    }
    .top-bar:after {
        clear: both
    }
    .top-bar .toggle-topbar {
        display: none
    }
    .top-bar .title-area {
        float: left
    }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
        width: auto
    }
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar button {
        font-size: 1rem;
        height: 2rem;
        position: relative;
        top: .60714rem
    }
    .top-bar .has-form>.button,
    .top-bar .has-form>button {
        font-size: 1rem;
        height: 2rem;
        position: relative;
        top: .60714rem
    }
    .top-bar.expanded {
        background: #fff
    }
    .contain-to-grid .top-bar {
        margin: 0 auto;
        margin-bottom: 0;
        max-width: 85.71429rem
    }
    .top-bar-section {
        transition: none 0 0;
        left: 0 !important
    }
    .top-bar-section ul {
        display: inline;
        height: auto !important;
        width: auto
    }
    .top-bar-section ul li {
        float: left;    padding-top: 20px;
    }
    .top-bar-section ul li .js-generated {
        display: none
    }
    .top-bar-section li.hover>a:not(.button) {
  
        color: #000
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
      
        line-height: 3.21429rem;
       padding: 0px 8px;
	   font-size: 14px;
    }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #000;
        background: #fff
    }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        background: #fff;
        color: #000;
        line-height: 3.21429rem;
        padding: 0 1.07143rem
    }
    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #71ae10;
        color: #000
    }
    .top-bar-section .has-dropdown>a {
        padding-right: 2.5rem !important
    }
    .top-bar-section .has-dropdown>a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.60714rem
    }
    .top-bar-section .has-dropdown.moved {
        position: relative
    }
    .top-bar-section .has-dropdown.moved>.dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block
    }
    .top-bar-section .has-dropdown.hover>.dropdown,
    .top-bar-section .has-dropdown.not-click:hover>.dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important
    }
    .top-bar-section .has-dropdown>a:focus+.dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        border: none;
        content: "\00bb";
        top: .21429rem;
        right: 5px
    }
    .top-bar-section .dropdown {
        left: 0;
        background: transparent;
        min-width: 100%;
        top: auto
    }
    .top-bar-section .dropdown li a {
        background: #fff;
        color: #000;
        line-height: 3.21429rem;
        padding: 12px 1.07143rem;
        white-space: nowrap
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
        background: #fff;
        color: #000
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
        background-color: #000;
        color: #aaa;
        background: #fff
    }
    .top-bar-section .dropdown li label {
        background: #333;
        white-space: nowrap
    }
    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0
    }
    .top-bar-section>ul>.divider,
    .top-bar-section>ul>[role="separator"] {
        border-right: solid 1px #fff;
        border-bottom: none;
        border-top: none;
        clear: none;
        height: 3.21429rem;
        width: 0
    }
    .top-bar-section .has-form {
        background: #fff;
        height: 3.21429rem;
        padding: 0 1.07143rem
    }
    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0
    }
    .top-bar-section .right li .dropdown li .dropdown {
        right: 100%
    }
    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0
    }
    .top-bar-section .left li .dropdown li .dropdown {
        left: 100%
    }
    .no-js .top-bar-section ul li:hover>a {
        background-color: #000;
        background: #fff;
        color: #000
    }
    .no-js .top-bar-section ul li:active>a {
        background: #fff;
        color: #000
    }
    .no-js .top-bar-section .has-dropdown:hover>.dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important
    }
    .no-js .top-bar-section .has-dropdown>a:focus+.dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important
    }
}


.mi-row,
.min-row-child>div {
    max-width: 42.85714rem
}

.row .row {
    max-width: 85.71429rem;
    margin: 0 auto
}

.wpb_row.row {
    margin: 0 auto;
    clear: both
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li,
.wpb_button {
    margin-bottom: 0 !important
}
 

@media only screen and (max-width: 45.71429em) {
    div.vc_row {
        margin-left: 0;
        margin-right: 0
    }
}

.wd-nav-bar {
    position: relative
}

.wd-nav-bar .top-bar {
    height: 74px;
    top: -20px;
    position: absolute;
    width: 100%;
    z-index: 10
}

.wd-nav-bar .top-bar.expanded {
    height: auto
}

@media only screen and (max-width: 45.71429em) {
    .top-bar-section {
        margin: 0
    }
}

@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
    .top-bar-section {
        margin: 0
    }
}

.top-bar-section li {
    border-bottom: 1px solid transparent
}

.top-bar-section li:hover {
    border-bottom: 1px solid #aaa
}
 

.top-bar-section .has-dropdown .dropdown li.has-dropdown>a::after {
    content: ""
}
 
.top-bar-section .has-dropdown .dropdown li>a::after {
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.52)
}
 

@media only screen and (min-width: 900px) {
 
 
    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a::after {
        content: ""
    }
 
    .title.back.js-generated {
        display: none !important
    }
 
}
 

 

.wd-menu3-header {
    position: absolute;
    background: transparent;
    z-index: 999;
    width: 100%
}

@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
    .wd-menu3-header {
        width: 100%;    overflow: hidden;
    }
}

@media only screen and (max-width: 45.71429em) {
    .wd-menu3-header {
        width: 100%;
        position: relative
    }
}

.wd-menu3-logo {
    display: inline-block;
    width: 30%;
    float: left;
    border-right: 38px solid #1e2f37;
    border-top: 70px solid #92C938
}

@media only screen and (min-width: 991px) and (max-width: 1180px) {
    .wd-menu3-logo {
        width: 25%
    }
}
 

@media only screen and (max-width: 45.71429em) {
    .wd-menu3-logo {
        display: block !important;
        position: absolute;
        width: 55%;
        z-index: 10
    }
}

.wd-menu3-logo h1 {
        left: 4%;
    position: absolute;
    top: 6px;
}

@media only screen and (max-width: 45.71429em) {
    .wd-menu3-logo h1 {
        top: -60px
    }
}

@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
    .wd-menu3-logo h1 {
        width: 110px;
        top: 0;
        left: 4%
    }
}

.wd-menu3-nav {
    display: inline-block;
    width: 68%;
    background: #1e2f37;
    float: left;
    height: 70px
}

@media only screen and (max-width: 45.71429em) {
    .wd-menu3-nav {
        width: 100%
    }
}

@media only screen and (min-width: 990px) and (max-width: 1180px) {
    .wd-menu3-nav {
        width: 60%
    }
	.triongle {    width: 22%;}
}

@media only screen and (min-width: 102.92857em) and (max-width: 137.14286em) {
    .wd-menu3-nav {
        width: 55%
    }
}

.wd-menu3-nav .top-bar {
    top: -4px;
    width: 95%;
    margin: 0 auto
}

.wd-menu3-nav .top-bar .toggle-topbar.menu-icon {
    top: 42%
}

@media only screen and (max-width: 45.71429em) {
    .wd-menu3-nav .top-bar {
        width: 100%
    }
}

@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
    .wd-menu3-nav .top-bar {
        top: -5px
    }
}

.wd-menu3-nav .top-bar-section {
    float: none;
    text-align: left
}

@media only screen and (min-width: 102.92857em) and (max-width: 137.14286em) {
    .wd-menu3-nav .top-bar-section {
        text-align: center
    }
}

@media only screen and (min-width: 900px) {
    .wd-menu3-nav .top-bar-section ul li>a {
        font-weight: 700;
        color: rgba(238, 238, 238, 0.6011764705882353)
    }
}

.wd-menu3-nav .top-bar-section .has-dropdown ul a,
.wd-menu3-nav .top-bar-section .has-dropdown ul li:not(.has-form) a:not(.button) {
    text-align: left;
    line-height: 35px
}

@media only screen and (min-width: 900px) {
    .wd-menu3-nav .top-bar-section .has-dropdown ul a,
    .wd-menu3-nav .top-bar-section .has-dropdown ul li:not(.has-form) a:not(.button) {
        min-width: 185px
    }
}

@media only screen and (min-width: 73.21429em) and (max-width: 102.85714em) {
    .wd-menu3-nav .top-bar-section .has-dropdown>a {
        padding-right: 1.5rem !important
    }
}

@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
    .wd-menu3-nav .top-bar-section li:not(.has-form) a:not(.button),
    .wd-menu3-nav .top-bar-section li.has-dropdown>a {
        padding-right: 0.5rem !important
    }
}

@media screen and (min-width: 1170px) and (max-width: 1343px) {
    .wd-menu3-nav .top-bar-section li:not(.has-form) a:not(.button),
    .wd-menu3-nav .top-bar-section li.has-dropdown>a {
        padding-right: 0.5rem !important
    }
}

@media screen and (min-width: 1646px) {
    .wd-menu3-nav .top-bar-section li:not(.has-form) a:not(.button),
    .wd-menu3-nav .top-bar-section li.has-dropdown>a {
        padding-right: 0.7rem !important;
        padding-left: 0.7rem !important
    }
}

@media only screen and (min-width: 900px) {
    .wd-menu3-nav .top-bar-section>ul>li>a {
        padding: 6px 1.07143rem 6px !important
    }
}

.wd-menu3-nav .top-bar-section .has-dropdown .dropdown {
    transform: translateY(100px);
    transition: transform 0.55s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s, opacity 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    opacity: 0
}

.wd-menu3-nav .top-bar-section .has-dropdown .dropdown li .dropdown,
.wd-menu3-nav .top-bar-section .has-dropdown.not-click:hover>.dropdown {
    transform: translatey(0px);
    opacity: 1
}
 


.triongle {
    background: #92C938;
    display: inline-block;
        height: 70px;
    right: 0px;
    position: absolute;
    /* transform: skew(-30deg); */
    width: 250px;
	padding:15px;font-size: 14px;
    color: #1e2f37;
}

@media only screen and (min-width: 102.92857em) and (max-width: 137.14286em) {
    .triongle {
        right: 37px
    }
}

.top-bar-section ul {
    display: inline-block ;   padding-top: 5px;
}

.top-bar-section .has-dropdown.moved>.dropdown {
    height: 100%
}

  
 
 