/**
 * Font Faces - THEME FONTS
 */

/* @charset "UTF-8"; */

@font-face {
    font-family: 'DINCondensed-Bold';
    src: url('fonts/DINCondensed-Bold.eot');
    src: url('fonts/DINCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/DINCondensed-Bold.woff') format('woff'),
        url('fonts/DINCondensed-Bold.ttf') format('truetype'),
        url('fonts/DINCondensed-Bold.svg#DINCondensed-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Optima';
    src: url('fonts/Optima-Regular.eot');
    src: url('fonts/Optima-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Optima-Regular.woff') format('woff'),
        url('fonts/Optima-Regular.ttf') format('truetype'),
        url('fonts/Optima-Regular.svg#Optima') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Optima';
    src: url('fonts/Optima-Bold.eot');
    src: url('fonts/Optima-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Optima-Bold.woff') format('woff'),
        url('fonts/Optima-Bold.ttf') format('truetype'),
        url('fonts/Optima-Bold.svg#Optima-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Optima';
    src: url('fonts/Optima-Demi-Bold-Italic.eot');
    src: url('fonts/Optima-Demi-Bold-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Optima-Demi-Bold-Italic.woff') format('woff'),
        url('fonts/Optima-Demi-Bold-Italic.ttf') format('truetype'),
        url('fonts/Optima-Demi-Bold-Italic.svg#OptimaDemiBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Optima';
    src: url('fonts/Optima-Italic.eot');
    src: url('fonts/Optima-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Optima-Italic.woff') format('woff'),
        url('fonts/Optima-Italic.ttf') format('truetype'),
        url('fonts/Optima-Italic.svg#OptimaDemiBoldItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro';
    font-weight: 600;
    font-style: normal;
    src: url('fonts/MyriadPro-Semibold.eot');
    src: url('fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Semibold.woff') format('woff'),
        url('fonts/MyriadPro-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'Myriad Pro';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Regular.woff') format('woff'),
        url('fonts/MyriadPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Myriad Pro';
    font-weight: 300;
    font-style: normal;
    src: url('fonts/MyriadPro-Light.eot');
    src: url('fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Light.woff') format('woff'),
        url('fonts/MyriadPro-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Myriad Pro';
    font-weight: bold;
    font-style: normal;
    src: url('fonts/MyriadPro-Bold.eot');
    src: url('fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Bold.woff') format('woff'),
        url('fonts/MyriadPro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Myriad Pro';
    font-weight: 900;
    font-style: italic;
    src: url('fonts/MyriadPro-BlackIt.eot');
    src: url('fonts/MyriadPro-BlackIt.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-BlackIt.woff') format('woff'),
        url('fonts/MyriadPro-BlackIt.ttf') format('truetype');
}

/*!
 * Bootstrap 4.0.0-alpha.6 (grid and responsive utilities)
 * GitHub: https://github.com/dmhendricks/bootstrap-grid-css
 * License: MIT (https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)
 * Credits: Twitter, Inc. & The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 */
@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
*::before,
*::after {
    box-sizing: inherit
}

.bootstrap-wrapper .align-baseline {
    vertical-align: baseline !important
}

.bootstrap-wrapper .align-top {
    vertical-align: top !important
}

.bootstrap-wrapper .align-middle {
    vertical-align: middle !important
}

.bootstrap-wrapper .align-bottom {
    vertical-align: bottom !important
}

.bootstrap-wrapper .align-text-bottom {
    vertical-align: text-bottom !important
}

.bootstrap-wrapper .align-text-top {
    vertical-align: text-top !important
}

.bootstrap-wrapper .clearfix::after {
    display: block;
    content: "";
    clear: both
}

.bootstrap-wrapper .text-justify {
    text-align: justify !important
}

.bootstrap-wrapper .text-nowrap {
    white-space: nowrap !important
}

.bootstrap-wrapper .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bootstrap-wrapper .text-left {
    text-align: left !important
}

.bootstrap-wrapper .text-right {
    text-align: right !important
}

.bootstrap-wrapper .text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .bootstrap-wrapper .text-sm-left {
        text-align: left !important
    }

    .bootstrap-wrapper .text-sm-right {
        text-align: right !important
    }

    .bootstrap-wrapper .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .bootstrap-wrapper .text-md-left {
        text-align: left !important
    }

    .bootstrap-wrapper .text-md-right {
        text-align: right !important
    }

    .bootstrap-wrapper .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .bootstrap-wrapper .text-lg-left {
        text-align: left !important
    }

    .bootstrap-wrapper .text-lg-right {
        text-align: right !important
    }

    .bootstrap-wrapper .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .bootstrap-wrapper .text-xl-left {
        text-align: left !important
    }

    .bootstrap-wrapper .text-xl-right {
        text-align: right !important
    }

    .bootstrap-wrapper .text-xl-center {
        text-align: center !important
    }
}

.bootstrap-wrapper .text-lowercase {
    text-transform: lowercase !important
}

.bootstrap-wrapper .text-uppercase {
    text-transform: uppercase !important
}

.bootstrap-wrapper .text-capitalize {
    text-transform: capitalize !important
}

.bootstrap-wrapper .font-weight-normal {
    font-weight: normal
}

.bootstrap-wrapper .font-weight-bold {
    font-weight: bold
}

.bootstrap-wrapper .font-italic {
    font-style: italic
}

.bootstrap-wrapper .text-white {
    color: #fff !important
}

.bootstrap-wrapper .text-muted {
    color: #636c72 !important
}

.bootstrap-wrapper a.text-muted:focus,
.bootstrap-wrapper a.text-muted:hover {
    color: #4b5257 !important
}

.bootstrap-wrapper .text-primary {
    color: #0275d8 !important
}

.bootstrap-wrapper a.text-primary:focus,
.bootstrap-wrapper a.text-primary:hover {
    color: #025aa5 !important
}

.bootstrap-wrapper .text-success {
    color: #5cb85c !important
}

.bootstrap-wrapper a.text-success:focus,
.bootstrap-wrapper a.text-success:hover {
    color: #449d44 !important
}

.bootstrap-wrapper .text-info {
    color: #5bc0de !important
}

.bootstrap-wrapper a.text-info:focus,
.bootstrap-wrapper a.text-info:hover {
    color: #31b0d5 !important
}

.bootstrap-wrapper .text-warning {
    color: #f0ad4e !important
}

.bootstrap-wrapper a.text-warning:focus,
.bootstrap-wrapper a.text-warning:hover {
    color: #ec971f !important
}

.bootstrap-wrapper .text-danger {
    color: #d9534f !important
}

.bootstrap-wrapper a.text-danger:focus,
.bootstrap-wrapper a.text-danger:hover {
    color: #c9302c !important
}

.bootstrap-wrapper .text-gray-dark {
    color: #292b2c !important
}

.bootstrap-wrapper a.text-gray-dark:focus,
.bootstrap-wrapper a.text-gray-dark:hover {
    color: #101112 !important
}

.bootstrap-wrapper .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.bootstrap-wrapper .invisible {
    visibility: hidden !important
}

.bootstrap-wrapper .hidden-xs-up {
    display: none !important
}

@media (max-width: 575px) {
    .bootstrap-wrapper .hidden-xs-down {
        display: none !important
    }
}

@media (min-width: 576px) {
    .bootstrap-wrapper .hidden-sm-up {
        display: none !important
    }
}

@media (max-width: 767px) {
    .bootstrap-wrapper .hidden-sm-down {
        display: none !important
    }
}

@media (min-width: 768px) {
    .bootstrap-wrapper .hidden-md-up {
        display: none !important
    }
}

@media (max-width: 991px) {
    .bootstrap-wrapper .hidden-md-down {
        display: none !important
    }
}

@media (min-width: 992px) {
    .bootstrap-wrapper .hidden-lg-up {
        display: none !important
    }
}

@media (max-width: 1199px) {
    .bootstrap-wrapper .hidden-lg-down {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .bootstrap-wrapper .hidden-xl-up {
        display: none !important
    }
}

.bootstrap-wrapper .hidden-xl-down {
    display: none !important
}

.bootstrap-wrapper .visible-print-block {
    display: none !important
}

@media print {
    .bootstrap-wrapper .visible-print-block {
        display: block !important
    }
}

.bootstrap-wrapper .visible-print-inline {
    display: none !important
}

@media print {
    .bootstrap-wrapper .visible-print-inline {
        display: inline !important
    }
}

.bootstrap-wrapper .visible-print-inline-block {
    display: none !important
}

@media print {
    .bootstrap-wrapper .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .bootstrap-wrapper .hidden-print {
        display: none !important
    }
}

.bootstrap-wrapper .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .bootstrap-wrapper .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .bootstrap-wrapper .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .bootstrap-wrapper .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .bootstrap-wrapper .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 576px) {
    .bootstrap-wrapper .container {
        width: 540px;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .bootstrap-wrapper .container {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .bootstrap-wrapper .container {
        width: 960px;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .bootstrap-wrapper .container {
        width: 1140px;
        max-width: 100%
    }
}

.bootstrap-wrapper .container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .bootstrap-wrapper .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .bootstrap-wrapper .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .bootstrap-wrapper .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .bootstrap-wrapper .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

.bootstrap-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .bootstrap-wrapper .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .bootstrap-wrapper .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .bootstrap-wrapper .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .bootstrap-wrapper .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.bootstrap-wrapper .no-gutters {
    margin-right: 0;
    margin-left: 0
}

.bootstrap-wrapper .no-gutters>.col,
.bootstrap-wrapper .no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.bootstrap-wrapper .col-1,
.bootstrap-wrapper .col-2,
.bootstrap-wrapper .col-3,
.bootstrap-wrapper .col-4,
.bootstrap-wrapper .col-5,
.bootstrap-wrapper .col-6,
.bootstrap-wrapper .col-7,
.bootstrap-wrapper .col-8,
.bootstrap-wrapper .col-9,
.bootstrap-wrapper .col-10,
.bootstrap-wrapper .col-11,
.bootstrap-wrapper .col-12,
.bootstrap-wrapper .col,
.bootstrap-wrapper .col-sm-1,
.bootstrap-wrapper .col-sm-2,
.bootstrap-wrapper .col-sm-3,
.bootstrap-wrapper .col-sm-4,
.bootstrap-wrapper .col-sm-5,
.bootstrap-wrapper .col-sm-6,
.bootstrap-wrapper .col-sm-7,
.bootstrap-wrapper .col-sm-8,
.bootstrap-wrapper .col-sm-9,
.bootstrap-wrapper .col-sm-10,
.bootstrap-wrapper .col-sm-11,
.bootstrap-wrapper .col-sm-12,
.bootstrap-wrapper .col-sm,
.bootstrap-wrapper .col-md-1,
.bootstrap-wrapper .col-md-2,
.bootstrap-wrapper .col-md-3,
.bootstrap-wrapper .col-md-4,
.bootstrap-wrapper .col-md-5,
.bootstrap-wrapper .col-md-6,
.bootstrap-wrapper .col-md-7,
.bootstrap-wrapper .col-md-8,
.bootstrap-wrapper .col-md-9,
.bootstrap-wrapper .col-md-10,
.bootstrap-wrapper .col-md-11,
.bootstrap-wrapper .col-md-12,
.bootstrap-wrapper .col-md,
.bootstrap-wrapper .col-lg-1,
.bootstrap-wrapper .col-lg-2,
.bootstrap-wrapper .col-lg-3,
.bootstrap-wrapper .col-lg-4,
.bootstrap-wrapper .col-lg-5,
.bootstrap-wrapper .col-lg-6,
.bootstrap-wrapper .col-lg-7,
.bootstrap-wrapper .col-lg-8,
.bootstrap-wrapper .col-lg-9,
.bootstrap-wrapper .col-lg-10,
.bootstrap-wrapper .col-lg-11,
.bootstrap-wrapper .col-lg-12,
.bootstrap-wrapper .col-lg,
.bootstrap-wrapper .col-xl-1,
.bootstrap-wrapper .col-xl-2,
.bootstrap-wrapper .col-xl-3,
.bootstrap-wrapper .col-xl-4,
.bootstrap-wrapper .col-xl-5,
.bootstrap-wrapper .col-xl-6,
.bootstrap-wrapper .col-xl-7,
.bootstrap-wrapper .col-xl-8,
.bootstrap-wrapper .col-xl-9,
.bootstrap-wrapper .col-xl-10,
.bootstrap-wrapper .col-xl-11,
.bootstrap-wrapper .col-xl-12,
.bootstrap-wrapper .col-xl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {

    .bootstrap-wrapper .col-1,
    .bootstrap-wrapper .col-2,
    .bootstrap-wrapper .col-3,
    .bootstrap-wrapper .col-4,
    .bootstrap-wrapper .col-5,
    .bootstrap-wrapper .col-6,
    .bootstrap-wrapper .col-7,
    .bootstrap-wrapper .col-8,
    .bootstrap-wrapper .col-9,
    .bootstrap-wrapper .col-10,
    .bootstrap-wrapper .col-11,
    .bootstrap-wrapper .col-12,
    .bootstrap-wrapper .col,
    .bootstrap-wrapper .col-sm-1,
    .bootstrap-wrapper .col-sm-2,
    .bootstrap-wrapper .col-sm-3,
    .bootstrap-wrapper .col-sm-4,
    .bootstrap-wrapper .col-sm-5,
    .bootstrap-wrapper .col-sm-6,
    .bootstrap-wrapper .col-sm-7,
    .bootstrap-wrapper .col-sm-8,
    .bootstrap-wrapper .col-sm-9,
    .bootstrap-wrapper .col-sm-10,
    .bootstrap-wrapper .col-sm-11,
    .bootstrap-wrapper .col-sm-12,
    .bootstrap-wrapper .col-sm,
    .bootstrap-wrapper .col-md-1,
    .bootstrap-wrapper .col-md-2,
    .bootstrap-wrapper .col-md-3,
    .bootstrap-wrapper .col-md-4,
    .bootstrap-wrapper .col-md-5,
    .bootstrap-wrapper .col-md-6,
    .bootstrap-wrapper .col-md-7,
    .bootstrap-wrapper .col-md-8,
    .bootstrap-wrapper .col-md-9,
    .bootstrap-wrapper .col-md-10,
    .bootstrap-wrapper .col-md-11,
    .bootstrap-wrapper .col-md-12,
    .bootstrap-wrapper .col-md,
    .bootstrap-wrapper .col-lg-1,
    .bootstrap-wrapper .col-lg-2,
    .bootstrap-wrapper .col-lg-3,
    .bootstrap-wrapper .col-lg-4,
    .bootstrap-wrapper .col-lg-5,
    .bootstrap-wrapper .col-lg-6,
    .bootstrap-wrapper .col-lg-7,
    .bootstrap-wrapper .col-lg-8,
    .bootstrap-wrapper .col-lg-9,
    .bootstrap-wrapper .col-lg-10,
    .bootstrap-wrapper .col-lg-11,
    .bootstrap-wrapper .col-lg-12,
    .bootstrap-wrapper .col-lg,
    .bootstrap-wrapper .col-xl-1,
    .bootstrap-wrapper .col-xl-2,
    .bootstrap-wrapper .col-xl-3,
    .bootstrap-wrapper .col-xl-4,
    .bootstrap-wrapper .col-xl-5,
    .bootstrap-wrapper .col-xl-6,
    .bootstrap-wrapper .col-xl-7,
    .bootstrap-wrapper .col-xl-8,
    .bootstrap-wrapper .col-xl-9,
    .bootstrap-wrapper .col-xl-10,
    .bootstrap-wrapper .col-xl-11,
    .bootstrap-wrapper .col-xl-12,
    .bootstrap-wrapper .col-xl {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {

    .bootstrap-wrapper .col-1,
    .bootstrap-wrapper .col-2,
    .bootstrap-wrapper .col-3,
    .bootstrap-wrapper .col-4,
    .bootstrap-wrapper .col-5,
    .bootstrap-wrapper .col-6,
    .bootstrap-wrapper .col-7,
    .bootstrap-wrapper .col-8,
    .bootstrap-wrapper .col-9,
    .bootstrap-wrapper .col-10,
    .bootstrap-wrapper .col-11,
    .bootstrap-wrapper .col-12,
    .bootstrap-wrapper .col,
    .bootstrap-wrapper .col-sm-1,
    .bootstrap-wrapper .col-sm-2,
    .bootstrap-wrapper .col-sm-3,
    .bootstrap-wrapper .col-sm-4,
    .bootstrap-wrapper .col-sm-5,
    .bootstrap-wrapper .col-sm-6,
    .bootstrap-wrapper .col-sm-7,
    .bootstrap-wrapper .col-sm-8,
    .bootstrap-wrapper .col-sm-9,
    .bootstrap-wrapper .col-sm-10,
    .bootstrap-wrapper .col-sm-11,
    .bootstrap-wrapper .col-sm-12,
    .bootstrap-wrapper .col-sm,
    .bootstrap-wrapper .col-md-1,
    .bootstrap-wrapper .col-md-2,
    .bootstrap-wrapper .col-md-3,
    .bootstrap-wrapper .col-md-4,
    .bootstrap-wrapper .col-md-5,
    .bootstrap-wrapper .col-md-6,
    .bootstrap-wrapper .col-md-7,
    .bootstrap-wrapper .col-md-8,
    .bootstrap-wrapper .col-md-9,
    .bootstrap-wrapper .col-md-10,
    .bootstrap-wrapper .col-md-11,
    .bootstrap-wrapper .col-md-12,
    .bootstrap-wrapper .col-md,
    .bootstrap-wrapper .col-lg-1,
    .bootstrap-wrapper .col-lg-2,
    .bootstrap-wrapper .col-lg-3,
    .bootstrap-wrapper .col-lg-4,
    .bootstrap-wrapper .col-lg-5,
    .bootstrap-wrapper .col-lg-6,
    .bootstrap-wrapper .col-lg-7,
    .bootstrap-wrapper .col-lg-8,
    .bootstrap-wrapper .col-lg-9,
    .bootstrap-wrapper .col-lg-10,
    .bootstrap-wrapper .col-lg-11,
    .bootstrap-wrapper .col-lg-12,
    .bootstrap-wrapper .col-lg,
    .bootstrap-wrapper .col-xl-1,
    .bootstrap-wrapper .col-xl-2,
    .bootstrap-wrapper .col-xl-3,
    .bootstrap-wrapper .col-xl-4,
    .bootstrap-wrapper .col-xl-5,
    .bootstrap-wrapper .col-xl-6,
    .bootstrap-wrapper .col-xl-7,
    .bootstrap-wrapper .col-xl-8,
    .bootstrap-wrapper .col-xl-9,
    .bootstrap-wrapper .col-xl-10,
    .bootstrap-wrapper .col-xl-11,
    .bootstrap-wrapper .col-xl-12,
    .bootstrap-wrapper .col-xl {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {

    .bootstrap-wrapper .col-1,
    .bootstrap-wrapper .col-2,
    .bootstrap-wrapper .col-3,
    .bootstrap-wrapper .col-4,
    .bootstrap-wrapper .col-5,
    .bootstrap-wrapper .col-6,
    .bootstrap-wrapper .col-7,
    .bootstrap-wrapper .col-8,
    .bootstrap-wrapper .col-9,
    .bootstrap-wrapper .col-10,
    .bootstrap-wrapper .col-11,
    .bootstrap-wrapper .col-12,
    .bootstrap-wrapper .col,
    .bootstrap-wrapper .col-sm-1,
    .bootstrap-wrapper .col-sm-2,
    .bootstrap-wrapper .col-sm-3,
    .bootstrap-wrapper .col-sm-4,
    .bootstrap-wrapper .col-sm-5,
    .bootstrap-wrapper .col-sm-6,
    .bootstrap-wrapper .col-sm-7,
    .bootstrap-wrapper .col-sm-8,
    .bootstrap-wrapper .col-sm-9,
    .bootstrap-wrapper .col-sm-10,
    .bootstrap-wrapper .col-sm-11,
    .bootstrap-wrapper .col-sm-12,
    .bootstrap-wrapper .col-sm,
    .bootstrap-wrapper .col-md-1,
    .bootstrap-wrapper .col-md-2,
    .bootstrap-wrapper .col-md-3,
    .bootstrap-wrapper .col-md-4,
    .bootstrap-wrapper .col-md-5,
    .bootstrap-wrapper .col-md-6,
    .bootstrap-wrapper .col-md-7,
    .bootstrap-wrapper .col-md-8,
    .bootstrap-wrapper .col-md-9,
    .bootstrap-wrapper .col-md-10,
    .bootstrap-wrapper .col-md-11,
    .bootstrap-wrapper .col-md-12,
    .bootstrap-wrapper .col-md,
    .bootstrap-wrapper .col-lg-1,
    .bootstrap-wrapper .col-lg-2,
    .bootstrap-wrapper .col-lg-3,
    .bootstrap-wrapper .col-lg-4,
    .bootstrap-wrapper .col-lg-5,
    .bootstrap-wrapper .col-lg-6,
    .bootstrap-wrapper .col-lg-7,
    .bootstrap-wrapper .col-lg-8,
    .bootstrap-wrapper .col-lg-9,
    .bootstrap-wrapper .col-lg-10,
    .bootstrap-wrapper .col-lg-11,
    .bootstrap-wrapper .col-lg-12,
    .bootstrap-wrapper .col-lg,
    .bootstrap-wrapper .col-xl-1,
    .bootstrap-wrapper .col-xl-2,
    .bootstrap-wrapper .col-xl-3,
    .bootstrap-wrapper .col-xl-4,
    .bootstrap-wrapper .col-xl-5,
    .bootstrap-wrapper .col-xl-6,
    .bootstrap-wrapper .col-xl-7,
    .bootstrap-wrapper .col-xl-8,
    .bootstrap-wrapper .col-xl-9,
    .bootstrap-wrapper .col-xl-10,
    .bootstrap-wrapper .col-xl-11,
    .bootstrap-wrapper .col-xl-12,
    .bootstrap-wrapper .col-xl {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {

    .bootstrap-wrapper .col-1,
    .bootstrap-wrapper .col-2,
    .bootstrap-wrapper .col-3,
    .bootstrap-wrapper .col-4,
    .bootstrap-wrapper .col-5,
    .bootstrap-wrapper .col-6,
    .bootstrap-wrapper .col-7,
    .bootstrap-wrapper .col-8,
    .bootstrap-wrapper .col-9,
    .bootstrap-wrapper .col-10,
    .bootstrap-wrapper .col-11,
    .bootstrap-wrapper .col-12,
    .bootstrap-wrapper .col,
    .bootstrap-wrapper .col-sm-1,
    .bootstrap-wrapper .col-sm-2,
    .bootstrap-wrapper .col-sm-3,
    .bootstrap-wrapper .col-sm-4,
    .bootstrap-wrapper .col-sm-5,
    .bootstrap-wrapper .col-sm-6,
    .bootstrap-wrapper .col-sm-7,
    .bootstrap-wrapper .col-sm-8,
    .bootstrap-wrapper .col-sm-9,
    .bootstrap-wrapper .col-sm-10,
    .bootstrap-wrapper .col-sm-11,
    .bootstrap-wrapper .col-sm-12,
    .bootstrap-wrapper .col-sm,
    .bootstrap-wrapper .col-md-1,
    .bootstrap-wrapper .col-md-2,
    .bootstrap-wrapper .col-md-3,
    .bootstrap-wrapper .col-md-4,
    .bootstrap-wrapper .col-md-5,
    .bootstrap-wrapper .col-md-6,
    .bootstrap-wrapper .col-md-7,
    .bootstrap-wrapper .col-md-8,
    .bootstrap-wrapper .col-md-9,
    .bootstrap-wrapper .col-md-10,
    .bootstrap-wrapper .col-md-11,
    .bootstrap-wrapper .col-md-12,
    .bootstrap-wrapper .col-md,
    .bootstrap-wrapper .col-lg-1,
    .bootstrap-wrapper .col-lg-2,
    .bootstrap-wrapper .col-lg-3,
    .bootstrap-wrapper .col-lg-4,
    .bootstrap-wrapper .col-lg-5,
    .bootstrap-wrapper .col-lg-6,
    .bootstrap-wrapper .col-lg-7,
    .bootstrap-wrapper .col-lg-8,
    .bootstrap-wrapper .col-lg-9,
    .bootstrap-wrapper .col-lg-10,
    .bootstrap-wrapper .col-lg-11,
    .bootstrap-wrapper .col-lg-12,
    .bootstrap-wrapper .col-lg,
    .bootstrap-wrapper .col-xl-1,
    .bootstrap-wrapper .col-xl-2,
    .bootstrap-wrapper .col-xl-3,
    .bootstrap-wrapper .col-xl-4,
    .bootstrap-wrapper .col-xl-5,
    .bootstrap-wrapper .col-xl-6,
    .bootstrap-wrapper .col-xl-7,
    .bootstrap-wrapper .col-xl-8,
    .bootstrap-wrapper .col-xl-9,
    .bootstrap-wrapper .col-xl-10,
    .bootstrap-wrapper .col-xl-11,
    .bootstrap-wrapper .col-xl-12,
    .bootstrap-wrapper .col-xl {
        padding-right: 15px;
        padding-left: 15px
    }
}

.bootstrap-wrapper .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.bootstrap-wrapper .col-auto {
    flex: 0 0 auto;
    width: auto
}

.bootstrap-wrapper .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.bootstrap-wrapper .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.bootstrap-wrapper .col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.bootstrap-wrapper .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.bootstrap-wrapper .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.bootstrap-wrapper .col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.bootstrap-wrapper .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.bootstrap-wrapper .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.bootstrap-wrapper .col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.bootstrap-wrapper .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.bootstrap-wrapper .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.bootstrap-wrapper .col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.bootstrap-wrapper .pull-0 {
    right: auto
}

.bootstrap-wrapper .pull-1 {
    right: 8.33333%
}

.bootstrap-wrapper .pull-2 {
    right: 16.66667%
}

.bootstrap-wrapper .pull-3 {
    right: 25%
}

.bootstrap-wrapper .pull-4 {
    right: 33.33333%
}

.bootstrap-wrapper .pull-5 {
    right: 41.66667%
}

.bootstrap-wrapper .pull-6 {
    right: 50%
}

.bootstrap-wrapper .pull-7 {
    right: 58.33333%
}

.bootstrap-wrapper .pull-8 {
    right: 66.66667%
}

.bootstrap-wrapper .pull-9 {
    right: 75%
}

.bootstrap-wrapper .pull-10 {
    right: 83.33333%
}

.bootstrap-wrapper .pull-11 {
    right: 91.66667%
}

.bootstrap-wrapper .pull-12 {
    right: 100%
}

.bootstrap-wrapper .push-0 {
    left: auto
}

.bootstrap-wrapper .push-1 {
    left: 8.33333%
}

.bootstrap-wrapper .push-2 {
    left: 16.66667%
}

.bootstrap-wrapper .push-3 {
    left: 25%
}

.bootstrap-wrapper .push-4 {
    left: 33.33333%
}

.bootstrap-wrapper .push-5 {
    left: 41.66667%
}

.bootstrap-wrapper .push-6 {
    left: 50%
}

.bootstrap-wrapper .push-7 {
    left: 58.33333%
}

.bootstrap-wrapper .push-8 {
    left: 66.66667%
}

.bootstrap-wrapper .push-9 {
    left: 75%
}

.bootstrap-wrapper .push-10 {
    left: 83.33333%
}

.bootstrap-wrapper .push-11 {
    left: 91.66667%
}

.bootstrap-wrapper .push-12 {
    left: 100%
}

.bootstrap-wrapper .offset-1 {
    margin-left: 8.33333%
}

.bootstrap-wrapper .offset-2 {
    margin-left: 16.66667%
}

.bootstrap-wrapper .offset-3 {
    margin-left: 25%
}

.bootstrap-wrapper .offset-4 {
    margin-left: 33.33333%
}

.bootstrap-wrapper .offset-5 {
    margin-left: 41.66667%
}

.bootstrap-wrapper .offset-6 {
    margin-left: 50%
}

.bootstrap-wrapper .offset-7 {
    margin-left: 58.33333%
}

.bootstrap-wrapper .offset-8 {
    margin-left: 66.66667%
}

.bootstrap-wrapper .offset-9 {
    margin-left: 75%
}

.bootstrap-wrapper .offset-10 {
    margin-left: 83.33333%
}

.bootstrap-wrapper .offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .bootstrap-wrapper .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bootstrap-wrapper .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .bootstrap-wrapper .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .bootstrap-wrapper .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .bootstrap-wrapper .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bootstrap-wrapper .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .bootstrap-wrapper .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .bootstrap-wrapper .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bootstrap-wrapper .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .bootstrap-wrapper .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .bootstrap-wrapper .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bootstrap-wrapper .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .bootstrap-wrapper .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .bootstrap-wrapper .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bootstrap-wrapper .pull-sm-0 {
        right: auto
    }

    .bootstrap-wrapper .pull-sm-1 {
        right: 8.33333%
    }

    .bootstrap-wrapper .pull-sm-2 {
        right: 16.66667%
    }

    .bootstrap-wrapper .pull-sm-3 {
        right: 25%
    }

    .bootstrap-wrapper .pull-sm-4 {
        right: 33.33333%
    }

    .bootstrap-wrapper .pull-sm-5 {
        right: 41.66667%
    }

    .bootstrap-wrapper .pull-sm-6 {
        right: 50%
    }

    .bootstrap-wrapper .pull-sm-7 {
        right: 58.33333%
    }

    .bootstrap-wrapper .pull-sm-8 {
        right: 66.66667%
    }

    .bootstrap-wrapper .pull-sm-9 {
        right: 75%
    }

    .bootstrap-wrapper .pull-sm-10 {
        right: 83.33333%
    }

    .bootstrap-wrapper .pull-sm-11 {
        right: 91.66667%
    }

    .bootstrap-wrapper .pull-sm-12 {
        right: 100%
    }

    .bootstrap-wrapper .push-sm-0 {
        left: auto
    }

    .bootstrap-wrapper .push-sm-1 {
        left: 8.33333%
    }

    .bootstrap-wrapper .push-sm-2 {
        left: 16.66667%
    }

    .bootstrap-wrapper .push-sm-3 {
        left: 25%
    }

    .bootstrap-wrapper .push-sm-4 {
        left: 33.33333%
    }

    .bootstrap-wrapper .push-sm-5 {
        left: 41.66667%
    }

    .bootstrap-wrapper .push-sm-6 {
        left: 50%
    }

    .bootstrap-wrapper .push-sm-7 {
        left: 58.33333%
    }

    .bootstrap-wrapper .push-sm-8 {
        left: 66.66667%
    }

    .bootstrap-wrapper .push-sm-9 {
        left: 75%
    }

    .bootstrap-wrapper .push-sm-10 {
        left: 83.33333%
    }

    .bootstrap-wrapper .push-sm-11 {
        left: 91.66667%
    }

    .bootstrap-wrapper .push-sm-12 {
        left: 100%
    }

    .bootstrap-wrapper .offset-sm-0 {
        margin-left: 0%
    }

    .bootstrap-wrapper .offset-sm-1 {
        margin-left: 8.33333%
    }

    .bootstrap-wrapper .offset-sm-2 {
        margin-left: 16.66667%
    }

    .bootstrap-wrapper .offset-sm-3 {
        margin-left: 25%
    }

    .bootstrap-wrapper .offset-sm-4 {
        margin-left: 33.33333%
    }

    .bootstrap-wrapper .offset-sm-5 {
        margin-left: 41.66667%
    }

    .bootstrap-wrapper .offset-sm-6 {
        margin-left: 50%
    }

    .bootstrap-wrapper .offset-sm-7 {
        margin-left: 58.33333%
    }

    .bootstrap-wrapper .offset-sm-8 {
        margin-left: 66.66667%
    }

    .bootstrap-wrapper .offset-sm-9 {
        margin-left: 75%
    }

    .bootstrap-wrapper .offset-sm-10 {
        margin-left: 83.33333%
    }

    .bootstrap-wrapper .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .bootstrap-wrapper .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bootstrap-wrapper .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .bootstrap-wrapper .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .bootstrap-wrapper .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .bootstrap-wrapper .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bootstrap-wrapper .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .bootstrap-wrapper .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .bootstrap-wrapper .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bootstrap-wrapper .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .bootstrap-wrapper .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .bootstrap-wrapper .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bootstrap-wrapper .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .bootstrap-wrapper .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .bootstrap-wrapper .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bootstrap-wrapper .pull-md-0 {
        right: auto
    }

    .bootstrap-wrapper .pull-md-1 {
        right: 8.33333%
    }

    .bootstrap-wrapper .pull-md-2 {
        right: 16.66667%
    }

    .bootstrap-wrapper .pull-md-3 {
        right: 25%
    }

    .bootstrap-wrapper .pull-md-4 {
        right: 33.33333%
    }

    .bootstrap-wrapper .pull-md-5 {
        right: 41.66667%
    }

    .bootstrap-wrapper .pull-md-6 {
        right: 50%
    }

    .bootstrap-wrapper .pull-md-7 {
        right: 58.33333%
    }

    .bootstrap-wrapper .pull-md-8 {
        right: 66.66667%
    }

    .bootstrap-wrapper .pull-md-9 {
        right: 75%
    }

    .bootstrap-wrapper .pull-md-10 {
        right: 83.33333%
    }

    .bootstrap-wrapper .pull-md-11 {
        right: 91.66667%
    }

    .bootstrap-wrapper .pull-md-12 {
        right: 100%
    }

    .bootstrap-wrapper .push-md-0 {
        left: auto
    }

    .bootstrap-wrapper .push-md-1 {
        left: 8.33333%
    }

    .bootstrap-wrapper .push-md-2 {
        left: 16.66667%
    }

    .bootstrap-wrapper .push-md-3 {
        left: 25%
    }

    .bootstrap-wrapper .push-md-4 {
        left: 33.33333%
    }

    .bootstrap-wrapper .push-md-5 {
        left: 41.66667%
    }

    .bootstrap-wrapper .push-md-6 {
        left: 50%
    }

    .bootstrap-wrapper .push-md-7 {
        left: 58.33333%
    }

    .bootstrap-wrapper .push-md-8 {
        left: 66.66667%
    }

    .bootstrap-wrapper .push-md-9 {
        left: 75%
    }

    .bootstrap-wrapper .push-md-10 {
        left: 83.33333%
    }

    .bootstrap-wrapper .push-md-11 {
        left: 91.66667%
    }

    .bootstrap-wrapper .push-md-12 {
        left: 100%
    }

    .bootstrap-wrapper .offset-md-0 {
        margin-left: 0%
    }

    .bootstrap-wrapper .offset-md-1 {
        margin-left: 8.33333%
    }

    .bootstrap-wrapper .offset-md-2 {
        margin-left: 16.66667%
    }

    .bootstrap-wrapper .offset-md-3 {
        margin-left: 25%
    }

    .bootstrap-wrapper .offset-md-4 {
        margin-left: 33.33333%
    }

    .bootstrap-wrapper .offset-md-5 {
        margin-left: 41.66667%
    }

    .bootstrap-wrapper .offset-md-6 {
        margin-left: 50%
    }

    .bootstrap-wrapper .offset-md-7 {
        margin-left: 58.33333%
    }

    .bootstrap-wrapper .offset-md-8 {
        margin-left: 66.66667%
    }

    .bootstrap-wrapper .offset-md-9 {
        margin-left: 75%
    }

    .bootstrap-wrapper .offset-md-10 {
        margin-left: 83.33333%
    }

    .bootstrap-wrapper .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .bootstrap-wrapper .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bootstrap-wrapper .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .bootstrap-wrapper .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .bootstrap-wrapper .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .bootstrap-wrapper .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bootstrap-wrapper .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .bootstrap-wrapper .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .bootstrap-wrapper .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bootstrap-wrapper .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .bootstrap-wrapper .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .bootstrap-wrapper .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bootstrap-wrapper .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .bootstrap-wrapper .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .bootstrap-wrapper .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bootstrap-wrapper .pull-lg-0 {
        right: auto
    }

    .bootstrap-wrapper .pull-lg-1 {
        right: 8.33333%
    }

    .bootstrap-wrapper .pull-lg-2 {
        right: 16.66667%
    }

    .bootstrap-wrapper .pull-lg-3 {
        right: 25%
    }

    .bootstrap-wrapper .pull-lg-4 {
        right: 33.33333%
    }

    .bootstrap-wrapper .pull-lg-5 {
        right: 41.66667%
    }

    .bootstrap-wrapper .pull-lg-6 {
        right: 50%
    }

    .bootstrap-wrapper .pull-lg-7 {
        right: 58.33333%
    }

    .bootstrap-wrapper .pull-lg-8 {
        right: 66.66667%
    }

    .bootstrap-wrapper .pull-lg-9 {
        right: 75%
    }

    .bootstrap-wrapper .pull-lg-10 {
        right: 83.33333%
    }

    .bootstrap-wrapper .pull-lg-11 {
        right: 91.66667%
    }

    .bootstrap-wrapper .pull-lg-12 {
        right: 100%
    }

    .bootstrap-wrapper .push-lg-0 {
        left: auto
    }

    .bootstrap-wrapper .push-lg-1 {
        left: 8.33333%
    }

    .bootstrap-wrapper .push-lg-2 {
        left: 16.66667%
    }

    .bootstrap-wrapper .push-lg-3 {
        left: 25%
    }

    .bootstrap-wrapper .push-lg-4 {
        left: 33.33333%
    }

    .bootstrap-wrapper .push-lg-5 {
        left: 41.66667%
    }

    .bootstrap-wrapper .push-lg-6 {
        left: 50%
    }

    .bootstrap-wrapper .push-lg-7 {
        left: 58.33333%
    }

    .bootstrap-wrapper .push-lg-8 {
        left: 66.66667%
    }

    .bootstrap-wrapper .push-lg-9 {
        left: 75%
    }

    .bootstrap-wrapper .push-lg-10 {
        left: 83.33333%
    }

    .bootstrap-wrapper .push-lg-11 {
        left: 91.66667%
    }

    .bootstrap-wrapper .push-lg-12 {
        left: 100%
    }

    .bootstrap-wrapper .offset-lg-0 {
        margin-left: 0%
    }

    .bootstrap-wrapper .offset-lg-1 {
        margin-left: 8.33333%
    }

    .bootstrap-wrapper .offset-lg-2 {
        margin-left: 16.66667%
    }

    .bootstrap-wrapper .offset-lg-3 {
        margin-left: 25%
    }

    .bootstrap-wrapper .offset-lg-4 {
        margin-left: 33.33333%
    }

    .bootstrap-wrapper .offset-lg-5 {
        margin-left: 41.66667%
    }

    .bootstrap-wrapper .offset-lg-6 {
        margin-left: 50%
    }

    .bootstrap-wrapper .offset-lg-7 {
        margin-left: 58.33333%
    }

    .bootstrap-wrapper .offset-lg-8 {
        margin-left: 66.66667%
    }

    .bootstrap-wrapper .offset-lg-9 {
        margin-left: 75%
    }

    .bootstrap-wrapper .offset-lg-10 {
        margin-left: 83.33333%
    }

    .bootstrap-wrapper .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .bootstrap-wrapper .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bootstrap-wrapper .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .bootstrap-wrapper .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .bootstrap-wrapper .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .bootstrap-wrapper .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bootstrap-wrapper .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .bootstrap-wrapper .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .bootstrap-wrapper .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bootstrap-wrapper .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .bootstrap-wrapper .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .bootstrap-wrapper .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bootstrap-wrapper .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .bootstrap-wrapper .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .bootstrap-wrapper .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bootstrap-wrapper .pull-xl-0 {
        right: auto
    }

    .bootstrap-wrapper .pull-xl-1 {
        right: 8.33333%
    }

    .bootstrap-wrapper .pull-xl-2 {
        right: 16.66667%
    }

    .bootstrap-wrapper .pull-xl-3 {
        right: 25%
    }

    .bootstrap-wrapper .pull-xl-4 {
        right: 33.33333%
    }

    .bootstrap-wrapper .pull-xl-5 {
        right: 41.66667%
    }

    .bootstrap-wrapper .pull-xl-6 {
        right: 50%
    }

    .bootstrap-wrapper .pull-xl-7 {
        right: 58.33333%
    }

    .bootstrap-wrapper .pull-xl-8 {
        right: 66.66667%
    }

    .bootstrap-wrapper .pull-xl-9 {
        right: 75%
    }

    .bootstrap-wrapper .pull-xl-10 {
        right: 83.33333%
    }

    .bootstrap-wrapper .pull-xl-11 {
        right: 91.66667%
    }

    .bootstrap-wrapper .pull-xl-12 {
        right: 100%
    }

    .bootstrap-wrapper .push-xl-0 {
        left: auto
    }

    .bootstrap-wrapper .push-xl-1 {
        left: 8.33333%
    }

    .bootstrap-wrapper .push-xl-2 {
        left: 16.66667%
    }

    .bootstrap-wrapper .push-xl-3 {
        left: 25%
    }

    .bootstrap-wrapper .push-xl-4 {
        left: 33.33333%
    }

    .bootstrap-wrapper .push-xl-5 {
        left: 41.66667%
    }

    .bootstrap-wrapper .push-xl-6 {
        left: 50%
    }

    .bootstrap-wrapper .push-xl-7 {
        left: 58.33333%
    }

    .bootstrap-wrapper .push-xl-8 {
        left: 66.66667%
    }

    .bootstrap-wrapper .push-xl-9 {
        left: 75%
    }

    .bootstrap-wrapper .push-xl-10 {
        left: 83.33333%
    }

    .bootstrap-wrapper .push-xl-11 {
        left: 91.66667%
    }

    .bootstrap-wrapper .push-xl-12 {
        left: 100%
    }

    .bootstrap-wrapper .offset-xl-0 {
        margin-left: 0%
    }

    .bootstrap-wrapper .offset-xl-1 {
        margin-left: 8.33333%
    }

    .bootstrap-wrapper .offset-xl-2 {
        margin-left: 16.66667%
    }

    .bootstrap-wrapper .offset-xl-3 {
        margin-left: 25%
    }

    .bootstrap-wrapper .offset-xl-4 {
        margin-left: 33.33333%
    }

    .bootstrap-wrapper .offset-xl-5 {
        margin-left: 41.66667%
    }

    .bootstrap-wrapper .offset-xl-6 {
        margin-left: 50%
    }

    .bootstrap-wrapper .offset-xl-7 {
        margin-left: 58.33333%
    }

    .bootstrap-wrapper .offset-xl-8 {
        margin-left: 66.66667%
    }

    .bootstrap-wrapper .offset-xl-9 {
        margin-left: 75%
    }

    .bootstrap-wrapper .offset-xl-10 {
        margin-left: 83.33333%
    }

    .bootstrap-wrapper .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.bootstrap-wrapper .img-fluid {
    max-width: 100%;
    height: auto
}

/**
 * Date Picker Style
 */
.ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.ui-datepicker a {
    text-decoration: none
}

.ui-datepicker table {
    width: 100%;
    border-collapse: collapse
}

.ui-datepicker-header {
    background-color: #666;
    color: #e0e0e0;
    font-weight: 700;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, .2);
    -moz-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, .2);
    box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, .2);
    text-shadow: 1px -1px 0 #000;
    filter: dropshadow(color=#000, offx=1, offy=-1);
    line-height: 30px;
    min-height: 30px !important;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #666
}

.ui-datepicker tbody tr,
.ui-datepicker thead {
    border-bottom: 1px solid #bbb
}

.ui-datepicker-title {
    text-align: center
}

.ui-datepicker-title select {
    margin-top: 2.5%
}

.ui-datepicker-next,
.ui-datepicker-prev {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url(../images/datepicker/arrow.png);
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden
}

.ui-datepicker-prev {
    float: left;
    background-position: center -30px
}

.ui-datepicker-next {
    float: right;
    background-position: center 0
}

.ui-datepicker thead {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(100%, #f1f1f1));
    background: -webkit-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
    background: -o-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
    background: linear-gradient(to bottom, #f7f7f7 0, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0)
}

.ui-datepicker th {
    text-transform: uppercase;
    text-align: center;
    font-size: 6pt;
    padding: 5px 0;
    color: #666;
    text-shadow: 1px 0 0 #fff;
    filter: dropshadow(color=#fff, offx=1, offy=0)
}

.ui-datepicker tbody td {
    padding: 0;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb
}

.ui-datepicker tbody td:last-child {
    border-right: 0
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666;
    text-shadow: 1px 1px 0 #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1)
}

.ui-datepicker-calendar .ui-state-default {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ededed 0, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0, #dedede 100%);
    background: linear-gradient(to bottom, #ededed 0, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
    -webkit-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, .5);
    -moz-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, .5);
    box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, .5)
}

.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7
}

.ui-datepicker-calendar .ui-state-active {
    background: #FFF2AA;
    border: 1px solid #c19163;
    color: #666;
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
    text-shadow: 0 1px 0 #FFF;
    filter: dropshadow(color=#FFF, offx=0, offy=1);
    position: relative;
    margin: -1px
}

.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0
}

td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #d7d7d7
}

table.ui-datepicker-calendar {
    margin: 0 !important
}

body div#ui-datepicker-div[style] {
    z-index: 9999 !important
}

/*--------------------------------------------------------------
## General Styles
--------------------------------------------------------------*/
html body {
    margin: 0;
}

html.ofh,
html.ofh body {
    overflow: hidden !important;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    min-height: 1px;
    width: 100%;
    visibility: hidden;
}

.full-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.nn {
    background: #dde6f2;
}

.ppma-author-category-wrap {
    margin-top: 30px;
}

.pp-multiple-authors-layout-boxed ul li {
    display: block !important;
}

.ppma-author-field-meta,
.pp-author-boxes-description {
    font-size: 17px;
    display: block;
    font-weight: 600;
    font-family: 'Myriad Pro', sans-serif;
    color: #000;
    margin: 0px 0 2px !important;
}

.author {
    color: #000;
    text-align: left;
    font-weight: bold;
    font-family: 'Myriad Pro', sans-serif;
    text-decoration: none;
}

.full-background-np {
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#searchform .top-cat select {
    position: relative;
    appearance: none;
    cursor: pointer;
    background-repeat: no-repeat !important;
    background-position: 98% !important;
    background-size: 16px 12px !important;
    -webkit-appearance: none !important;
    line-height: 1.2 !important;
    background-image: url(/wp-content/themes/agrimaxx/css/img/cate-arrow.png) !important;

}

.pp-author-boxes-name {
    font-size: 17px;
    display: block;
    font-weight: 600;
    font-family: 'Myriad Pro', sans-serif;
    color: #000;
    margin: 0px 0 2px !important;
}

.ppma-author-user_url-profile-data {
    font-size: 20px;
    margin-bottom: 10px !important;
    display: block;
    font-weight: bold;
    font-family: 'Myriad Pro', sans-serif;
}


.single-post .post-thumbnail {
    display: none;
    float: left;
    width: 55%;
    padding: 20px 20px 20px 0px;
}

.full-bg-fixed {
    background-attachment: fixed;
}

/ width /::-webkit-scrollbar {
    width: 10px;
}

/ Track /::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/ Handle /::-webkit-scrollbar-thumb {
    background: #888;
}

/ Handle on hover /::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.bg-replace {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.common-list .visible-post a span {
    height: 233px;
    display: block;
    overflow: hidden;
}

.bg-replace+img {
    visibility: hidden;
}

.cta-1-under {
    width: 64%;
    float: right;
}

.cta-2-under {
    width: 64%;
    float: left;
}

.uploaded-video-container {
    line-height: 0px;
}

.heading-1,
.heading-2,
.heading-3,
.heading-4 {
    color: #000000;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 30px;
}

button.down {
    background: #041e42;
    padding: 10px 18px;
    border: 0px;
    display: block;
    font-size: 16px;
    text-align: center;
    margin: 20px auto;
}

button.down a {
    color: #fff;
    text-decoration: none;
    font-family: 'Myriad Pro', sans-serif;
}

.heading-1 {
    font-family: 'DINCondensed-Bold', sans-serif;

    font-size: 44px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.field-input .pum-form__messages {
    border: 0px;
    position: absolute;
    top: 112px;
}

.newslettersection .field-input .pum-form__messages p {
    color: #00a84e !important;
    font-weight: bold;
    font-size: 16px;
}

.tesimonial-col .heading-1 {
    font-family: 'Myriad Pro', sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: bold !important;
    font-size: 36px !important;
    color: #000 !important;
    margin-bottom: 30px;
}

.heading-2 {
    font-size: 38px;
}

.heading-3 {
    font-size: 26px;
}

.heading-4 {
    font-size: 24px;
}

.heading-1.white,
.heading-2.white,
.heading-3.white,
.heading-4.white,
.description.white,
.description.white p {
    background-color: transparent !important;
    color: #ffffff;
}

.heading-1.blue,
.heading-2.blue,
.heading-3.blue,
.heading-4.blue,
.description.blue,
.description.blue p {
    background-color: transparent !important;
    color: #041e42;
}

.description,
.description p,
.single-section p {
    color: #000000;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    margin-top: 0 !important;
    margin-bottom: 30px;
}

.description strong,
.description b,
.description p strong,
.description p b,
.single-section p strong,
.single-section p b {
    font-weight: bold;
}

.description h2,
.description h3,
.description h4,
.description h5 {
    color: #000000;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin-top: 70px;
    margin-bottom: 20px;
}

.description h2 {
    font-family: 'DINCondensed-Bold', sans-serif;
    font-size: 44px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.description h3 {
    font-family: 'DINCondensed-Bold', sans-serif;
    font-size: 38px;
    font-weight: normal;
    text-transform: uppercase;
}

.description h4 {
    font-size: 26px;
}

.description h5 {
    font-size: 24px;
}

.button-style,
.button-type a {
    position: relative;
    background-color: #041e42 !important;
    border: 1px solid #041e42;
    border-radius: 4px !important;
    color: #ffffff !important;
    display: inline-block;
    position: relative;
    font-family: 'Myriad Pro', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-top: 35px;
    outline: none !important;
    padding: 10.5px 50px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    overflow: hidden;
    z-index: 1;
}

.button-style:hover,
.button-type a:hover {
    background-color: #4d5e76 !important;
}

.social-icons {
    font-size: 0;
    padding: 0;
    margin: 0;
    text-align: left;
}

.social-icons li {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    margin-left: 30px;
}

.social-icons li:first-child {
    margin-left: 0;
}

.social-icons a {
    position: relative;
    display: inline-block;
    outline: none !important;
    text-decoration: none !important;
    z-index: 1;
}

.social-icons img.icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.social-icons a:hover img.icon-hover {
    opacity: 1 !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-content ul {
    margin: 0;
    padding: 0;
}

.text-content ul li {
    position: relative;
    color: #3C3E49;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 30px;
    padding-left: 40px;
}

.text-content ul li:before {
    content: "+";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 1.5;
}

.text-content ul li:first-child {
    margin-top: 0;
}

.text-content ul+.button-style {
    margin-top: 40px;
}

.vertical-align {
    display: table;
    width: 100%;
    height: auto;
}

.vertical-align>div {
    display: table-cell;
}

.vertical-align .align-top {
    vertical-align: top;
}

.vertical-align .align-middle {
    vertical-align: middle;
}

.vertical-align .align-bottom {
    vertical-align: bottom;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
    background-color: #041e42;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 110;
}

/* .site-header.sticky-nav {
	//-webkit-transform: translateY(-50px);
	//transform: translateY(-50px);
} */

.site-header .top-nav {
    background-color: #ff9e1b;
    padding: 9.5px 0;
    font-size: 0;
    text-align: right;
}

.site-header .top-nav>div {
    max-width: 1920px;
    padding: 0 30px;
    margin: 0 auto;
}

.site-header .top-nav ul,
.site-header .site-nav ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.site-header .top-nav li,
.site-header .site-nav li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    line-height: 1;
}

.site-header .top-nav li:first-child {
    margin-left: 0;
}

.site-header .top-nav a {
    position: relative;
    color: #000000;
    display: inline-block;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    padding-top: 7px;
    padding-bottom: 7px;
    outline: none !important;
    text-decoration: none !important;
}

.site-header .top-nav a:after {
    background-color: #000000;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.5px;
    opacity: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.site-header .top-nav li ul li a:after {
    display: none !important;
}

.site-header .top-nav a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.site-header .main-menu {
    font-size: 0;
    padding: 0 30px;
    max-width: 1920px;
    margin: 0 auto;
}

.site-header .site-branding {
    display: inline-block;
    padding: 15px 0;
    width: 25%;
    font-size: 0;
    line-height: 1;
    vertical-align: middle;
}

.site-header .site-branding h1.site-logo {
    font-size: 0;
    line-height: 1;
}

.site-header .site-branding a {
    display: inline-block;
    outline: none !important;
    text-decoration: none !important;
}

.site-header .site-branding img {
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.site-header .site-nav {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    text-align: right;
}

.site-header .site-nav li {
    position: relative;
}

.site-header .site-nav a,
.site-header .site-nav a:visited {
    color: #ffffff;
    display: inline-block;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
    outline: none !important;
    text-decoration: none !important;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.site-header.sticky-nav .site-nav a,
.site-header.sticky-nav .site-nav a:visited {
    font-size: 16px;
}

.site-header .site-nav .menu>li:hover>a,
.site-header .site-nav .menu>li.current_page_item>a,
.site-header .site-nav a:hover {
    color: #f99d22 !important;
}

.site-header .site-nav li ul.sub-menu {
    pointer-events: none;
    background-color: #031936;
    position: absolute;
    top: 100%;
    right: 0;
    white-space: pre;
    padding: 5px 30px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.site-header .site-nav li ul.sub-menu li {
    display: block;
    font-size: 0;
    line-height: 1;
    margin: 0;
    text-align: center;
}

.site-header .site-nav li ul.sub-menu a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 5px 0;
}

.site-header .site-nav li.menu-item-has-children:hover>ul.sub-menu,
.site-header .site-nav li ul.sub-menu:hover {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.site-header .site-nav li.menu-item-has-children>a:after {
    content: "";
    display: inline-block;
    background: url('arrow-down.png') no-repeat -1px -1px;
    width: 13px;
    height: 9px;
    line-height: 20px;
    margin-left: 5px;
    vertical-align: middle;
}

.site-header .site-nav li.menu-item-has-children:hover a:after,
.site-header .site-nav li.menu-item-has-children>a:hover:after,
.site-header .site-nav li.menu-item-has-children.current_page_item>a:after {
    background-position: -16px -1px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
    background-color: #091f3f;
    padding: 20px;
}

.site-footer .container {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    max-width: 1440px;
}

.site-footer .footer-left {
    border-right: 1px solid #6e7b8e;
}

.site-footer .left-menu {
    float: left;
    font-size: 0;
    line-height: 1;
    width: 72%;
}

.site-footer .left-menu .widget {
    display: inline-block;
    margin: 0;
    width: 33.33%;
    vertical-align: top;
}

.site-footer .right-menu {
    float: left;
    width: 28%;
}

.site-footer .widget_nav_menu ul {
    font-size: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.site-footer .widget_nav_menu li {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.site-footer .widget-title {
    margin: 15px 0 0;
    text-align: left;
}

.site-footer .widget-title,
.site-footer .widget_nav_menu a,
.site-footer .left-info a {
    color: #f59c1d;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.site-footer .widget_nav_menu a,
.site-footer .widget_nav_menu a:visited,
.site-footer .left-info a,
.site-footer .left-info a:visited,
.site-footer .right-info {
    color: #ffffff;
    outline: none !important;
    text-decoration: none !important;
}

.site-footer .widget_nav_menu a:hover,
.site-footer .left-info a:hover {
    color: #f59c1d !important;
}

.site-footer .left-info,
.site-footer .right-info {
    float: left;
    width: 65%;
    padding: 20px 0 0 30px;
}

.site-footer .right-info {
    float: right;
    width: 35%;
}

.site-footer .right-info {
    padding: 10px 0 0 30px;
}

.site-footer .left-info .textwidget>p:first-child,
.site-footer .right-info .textwidget>p:first-child {
    margin: 0;
}

.site-footer .social-icons {
    margin-bottom: 20px;
}

.site-footer .address-sc,
.site-footer .phone-sc,
.site-footer .email-sc {
    margin: 5px 0 0;
    line-height: 1;
}

/*--------------------------------------------------------------
## Page Banner
--------------------------------------------------------------*/
.page-banner {
    position: relative;
    text-align: center;
}

.page-banner .slider-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-banner .slider-wrap .banner-slider {
    margin: 0;
    padding: 0;
}

.page-banner .bx-wrapper,
.page-banner .bx-viewport,
.page-banner .slider-wrap .banner-slider,
.page-banner .slider-wrap .banner-slider li {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.page-banner .bx-controls.bx-has-pager {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
}

.page-banner .bx-pager {
    font-size: 0;
    text-align: center;
}

.page-banner .bx-pager-item {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0 6px;
}

.page-banner .bx-pager-item a {
    display: inline-block;
    border-radius: 100px;
    background-color: #ffffff;
    height: 13px;
    width: 13px;
    overflow: hidden;
    outline: none !important;
    text-decoration: none !important;
    text-indent: -9999px;
}

.page-banner .bx-pager-item a.active {
    opacity: 0.5;
}

.page-banner .align-bottom {
    padding: 120px 0 10%;
}

.page-banner .banner-subtitle {
    margin-bottom: 0;
}

.page-banner .banner-slide-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-banner .banner-slide-controls>span {
    position: absolute;
    top: 50%;
    left: 35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: all;
    cursor: pointer;
    display: block;
    background: url('arrow-angle.png') no-repeat -1px -1px;
    width: 32px;
    height: 73px;
    z-index: 101;
}

.page-banner .banner-slide-controls>span.next-slide {
    left: auto;
    right: 35px;
    background-position: -34px -1px;
}

/*--------------------------------------------------------------
## Page Content
--------------------------------------------------------------*/
.home .site-main,
.about-us-page .site-main {
    background-color: #14234c;
}

.home .content-row {
    background-color: #ffffff;
    margin-top: 20px;
}

.about-us-page .content-row {
    background-color: #ffffff;
}

.about-us-page .content-two-col,
.about-us-page .content-three-col {
    background-color: #ffffff;
    margin-bottom: 20px;
}

.home .content-row:first-child,
.home .content-row:first-child+.content-row {
    margin-top: 0;
}

.content-two-col .text-content.with-image {
    padding-bottom: 115px;
}

/*--------------------------------------------------------------
## Content Announcement
--------------------------------------------------------------*/
.content-announcement {
    background-color: #f7e0c0 !important;
    padding: 25px 0;
}

.content-announcement .col-12>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: bold;
}

.content-two-col h2 {
    font-family: 'Myriad Pro', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 36px;
}

/*--------------------------------------------------------------
## Content Simple Two Column
--------------------------------------------------------------*/
.content-one-col .text-content {
    position: relative;
    padding: 30px 0;
}

.content-one-col .text-content>.heading-1 {
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 15px;
}

.content-one-col .text-content>.heading-1:after {
    background-color: #000000;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    min-width: 160px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
}

.content-one-col .text-content.with-button {
    padding-bottom: 100px;
}

.content-one-col .text-content div.description {
    text-align: left;
    max-width: 960px;
    margin: 0 auto;
}

.content-one-col .text-content .description,
.content-one-col .text-content .description p {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.content-one-col .text-content .description p.with-iframe {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.content-one-col .text-content .description p.with-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-one-col .text-content .description .heading-1 {
    margin-top: 0;
    text-transform: none;
}

.content-one-col .text-content.with-button .button-style {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0;
    white-space: nowrap;
}

/*--------------------------------------------------------------
## Content Simple Two Column
--------------------------------------------------------------*/
.content-two-col .right-image {
    float: right;
}

.content-two-col .text-content {
    position: relative;
    padding: 50px 65px 100px;
}

.content-two-col .text-content .description {
    text-align: left;
}

.content-two-col .text-content .button-style {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0;
    white-space: nowrap;
}

/*--------------------------------------------------------------
## Content Simple Two Column
--------------------------------------------------------------*/
.content-three-col {
    background-color: #f7e0c0 !important;
}

.content-three-col .text-content {
    position: relative;
    padding: 40px 5.5% 30px;
}

.content-three-col .text-content .heading-2 {
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 20px;
}

.content-three-col .text-content .description {
    text-align: left;
}

.content-three-col .text-content .description,
.content-three-col .text-content .description p {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## Content Slider Reviews
--------------------------------------------------------------*/
.content-slider-reviews {
    background-color: #4d5e76 !important;
    padding: 80px 0 70px;
}

.content-slider-reviews .container-fluid {
    max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px;
}

.content-slider-reviews .slide-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-slider-reviews .slide-controls>span {
    position: absolute;
    top: 50%;
    left: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: all;
    cursor: pointer;
    display: block;
    background-image: url('arrow-slider.png');
    background-repeat: no-repeat;
    background-position: -0.5px -0.5px;
    -webkit-background-size: 30px 37.5px;
    background-size: 30px 37.5px;
    width: 12.5px;
    height: 36.5px;
    z-index: 101;
}

.content-slider-reviews .slide-controls>span.next-slide {
    left: auto;
    right: -18px;
    background-position: -17px -0.5px;
}

.content-slider-reviews .heading-1 {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.content-slider-reviews .heading-1:after {
    background-color: #ffffff;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    min-width: 160px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
}

.content-slider-reviews .text-content ul li {
    margin: 0;
    padding-left: 0;
}

.content-slider-reviews .text-content ul li:before {
    display: none !important;
}

.content-slider-reviews h3.heading-3 {
    font-weight: normal;
    margin-bottom: 0;
}

.content-slider-reviews p.heading-3 {
    font-style: italic;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Content Team
--------------------------------------------------------------*/
.content-team {
    padding: 70px 0 100px;
}

.content-team .heading-1 {
    font-size: 38px;
    margin-bottom: 50px;
}

.content-team .description {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    display: block;
    max-width: 960px;
    margin: 0 auto;
}

.content-team .team-list {
    font-size: 0;
    line-height: 1;
    max-width: 768px;
    margin: 0 auto;
    padding: 0;
}

.content-team .team-list li {
    display: inline-block;
    width: 50%;
    padding-top: 70px;
    text-align: left;
}

.content-team .team-list li .text-content {
    display: inline-block;
    width: 285px;
}

.content-team .team-list li:nth-child(even) {
    text-align: right;
}

.content-team .team-list li img {
    margin-bottom: 20px;
}

.content-team .team-list li h4,
.content-team .team-list li h5 {
    color: #000000;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    line-height: 1;
    padding-left: 8px;
    padding-right: 8px;
}

/*--------------------------------------------------------------
## Content Display Blog
--------------------------------------------------------------*/
.content-blog {
    padding: 45px 0 0px;
}

.content-blog .heading-1 {
    position: relative;
    display: inline-block;
    font-size: 54px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.content-blog .heading-1:after {
    background-color: #000000;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    min-width: 160px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
}

.content-blog .description {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    text-align: left;
    display: block;

    margin: 0 auto;
    text-align: center;
}

.content-blog .blog-post {
    float: right;
    max-width: 95%;
    padding: 40px 0 0 30px;
}

.content-blog .blog-post-1 {
    float: right;
    width: 73%;
    padding: 0px 0 40px 30px;
}

.content-blog .main-blog {
    float: left;
    width: 24%;
    margin-top: 41px;
    height: 100%;
}

.content-blog .blog-sidebar {
    padding: 15px 21px 8px;
    background: #041e42;
}

.single .content-blog .blog-sidebar {
    margin-top: 32px;
}

.blog-sidebar .widget {
    color: #fff;
}

.content-blog .post-list {
    font-size: 0;
    line-height: 1;
    margin: 0 auto;
    padding: 0;
}

.content-blog .post-list li {
    border: 1px solid #e5e5e5;
    display: block;
    padding: 35px 30px;
    margin: 50px 0 0;
    text-align: left;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.content-blog .post-list li:first-child {
    margin-top: 0;
}

.content-blog .post-list li.hidden-post {
    position: absolute;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.content-blog .post-list li .news-tag {
    color: #041e42;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.content-blog .post-list li .news-title {
    color: #43B051;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 30px;
}

.content-blog .post-list li .news-info {
    color: #000000;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
    margin: 0 0 25px;
}

.content-blog .post-list li .news-info span+span:before {
    content: "|";
    color: #000000;
    display: inline-block;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    margin: 0 7px;
    vertical-align: middle;
}

.content-blog .post-list li .news-content {
    color: #000000;
    display: inline-block;
    font-family: 'Myriad Pro', sans-serif;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 22px;
}

.content-blog .post-list li .news-content p {
    font-size: 18px;
    margin: 30px 0 0;
}

.content-blog .post-list li .news-content p:first-child {
    margin-top: 0;
}

.content-blog .post-list li .news-button,
.content-blog .button-container .button-style {
    border-radius: 0 !important;
    border: 0 !important;
    background-color: #041e42 !important;
    color: #ffffff !important;
    font-size: 14px;
    min-width: 180px;
    padding: 15.5px 50px;
    margin-top: 30px;
}

.content-blog .post-list li .news-button:hover {
    background-color: #4d5e76 !important;
}

.content-blog .button-container {
    display: block;
    width: 100%;
    clear: both;
    padding: 60px 0 0;
    text-align: left;
}

.content-blog .button-container .button-style {
    background-color: #43B051 !important;
    margin-top: 0;
    text-transform: uppercase;
}

.content-blog .button-container .button-style:hover {
    background-color: #4a9053 !important;
}

/*--------------------------------------------------------------
## Content Gallery
--------------------------------------------------------------*/
.content-gallery {
    padding: 45px 0 60px;
}

.content-gallery .heading-1 {
    position: relative;
    display: inline-block;
    font-size: 54px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}


.content-gallery .heading-1:after {
    background-color: #000000;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    min-width: 160px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
}

.content-gallery .description {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    display: block;
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
}

.content-gallery .description p {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
}

.content-gallery .description img {
    display: inline-block;
    margin-top: 50px;
}

.content-gallery .gallery-list {
    padding: 0;
    margin: 0;
    font-size: 0;
}

.content-gallery .gallery-list li {
    position: relative;
    display: block;
    float: left;
    width: 33.33%;
}

.content-gallery .gallery-list li.gallery-four-col {
    width: 25%;
}

.content-gallery .gallery-list a {
    background-color: #f99d22 !important;
    display: inline-block;
}

.content-gallery .gallery-list a img,
.content-gallery .gallery-list a .bg-replace {
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.content-gallery .gallery-list a:hover img,
.content-gallery .gallery-list a:hover .bg-replace {
    opacity: 0.5;
}

/*--------------------------------------------------------------
## Content Seed Protection
--------------------------------------------------------------*/
.content-seed-protection {
    padding: 45px 0 120px;
}

.content-seed-protection .heading-1 {
    position: relative;
    display: inline-block;
    font-size: 54px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.content-seed-protection .heading-1:after {
    background-color: #000000;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    min-width: 160px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
}

.content-seed-protection .description {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    display: block;
    max-width: 960px;
    margin: 0 auto 80px;
    text-align: left;
}

.content-seed-protection .description p {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
}

.content-seed-protection .description img {
    display: inline-block;
    margin-top: 50px;
}

.content-seed-protection .bx-wrapper {
    padding: 0 60px;
}

.content-seed-protection ul.protection-list {
    padding: 0;
    margin: 0;
}

.content-seed-protection .sp-image {
    border: 0 solid #000000;
    position: relative;
    display: inline-block;
    padding: 20px 20px 15px;
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.content-seed-protection li.active .sp-image {
    border: 1px solid #000000;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.content-seed-protection .image-wrap {
    position: relative;
    display: inline-block;
}

.content-seed-protection .sp-image .normal {
    position: relative;
    z-index: 1;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.content-seed-protection .sp-image .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.content-seed-protection li.active .sp-image .normal {
    opacity: 0;
}

.content-seed-protection li.active .sp-image .hover {
    opacity: 1;
}

.content-seed-protection .bx-pager {
    font-size: 0;
    margin: 20px auto 30px;
    padding: 0;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.content-seed-protection .protection-prev {
    pointer-events: all;
    background: url('protection-prev.png') no-repeat -1px 0;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    opacity: 0;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.content-seed-protection .protection-next {
    pointer-events: all;
    background: url('protection-next.png') no-repeat 0 0;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 31px;
    height: 30px;
    opacity: 0;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.content-seed-protection li.active .protection-prev,
.content-seed-protection li.active .protection-next {
    opacity: 1;
}

.content-seed-protection li.active .protection-prev {
    left: -45px;
}

.content-seed-protection li.active .protection-next {
    right: -45px;
}

.content-seed-protection li.active .bx-pager {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.content-seed-protection .bx-pager li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0 6px;
}

.content-seed-protection .bx-pager a {
    display: inline-block;
    border-radius: 100px;
    background-color: #D5D5D5;
    height: 10px;
    width: 10px;
    overflow: hidden;
    outline: none !important;
    text-decoration: none !important;
    text-indent: -9999px;
}

.content-seed-protection .bx-pager a.active {
    background-color: #6D6D6D;
}

.content-seed-protection .sp-content {
    padding-left: 0;
    padding-right: ;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.content-seed-protection li.active .sp-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.content-seed-protection .sp-content .heading-4 {
    font-size: 18px;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.content-seed-protection .sp-content .acf-list {
    margin: 0 0 0 15px;
    padding: 0;
}

.content-seed-protection .sp-content .acf-list li {
    position: relative;
    display: block;
    color: #000000;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    padding-left: 20px;
    margin-top: 8px;
}

.content-seed-protection .sp-content .acf-list li:first-child {
    margin-top: 0;
}

.content-seed-protection .sp-content .acf-list li:before {
    content: "•";
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 100px;
    background-color: #000000;
    display: block;
    height: 6px;
    width: 6px;
}

/*--------------------------------------------------------------
## Content Display Varities
--------------------------------------------------------------*/
.content-varieties {
    padding: 45px 0 100px;
}

.content-varieties .heading-1 {
    position: relative;
    display: inline-block;
    font-size: 54px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.content-varieties .heading-1:after {
    background-color: #000000;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    min-width: 160px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
}

.content-varieties .description {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    display: block;
    max-width: 960px;
    margin: 0 auto 20px;
    text-align: center;
}

.content-varieties .filter-wrapper {
    display: block;
    text-align: center;
}

.content-varieties .wheat-filter {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 7.5px 25px;
    z-index: 100;
}

.content-varieties .wheat-filter>span.filter-text,
.content-varieties a.button-style.reset-filter {
    pointer-events: all;
    border: 2px solid #0A203E;
    background-color: #4D5E76;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    min-width: 200px;
    padding: 13px 15px;
    text-align: center;
    text-transform: uppercase;
}

.content-varieties .wheat-filter>span.filter-text:after {
    content: "\f078";
    color: #ffffff;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: normal;
    margin-left: 12px;
    line-height: 1;
    vertical-align: top;
}

.content-varieties .wheat-filter>ul.terms-filter {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #0A203E;
    margin: 0;
    padding: 0;
}

.content-varieties .wheat-filter>ul.terms-filter li,
.content-varieties .wheat-filter>ul.terms-filter li.selected {
    pointer-events: all;
    cursor: pointer;
    background-color: #4D5E76;
    color: #ffffff;
    display: block;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 15px;
}

.content-varieties .wheat-filter>ul.terms-filter li.selected,
.content-varieties .wheat-filter>ul.terms-filter li:hover {
    background-color: #0A203E;
}

.content-varieties .wheat-filter>ul.terms-filter li.selected {
    cursor: default !important;
}

.content-varieties a.button-style.reset-filter {
    margin: 0;
    border-radius: 0 !important;
}

.content-varieties .varieties-pdf {
    max-width: 960px;
    margin: 0 auto 30px;
}

.content-varieties .varieties-pdf a,
.content-varieties .varieties-pdf a:visited {
    color: #43B051 !important;
    display: inline-block;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 18px;
    font-weight: bold;
    vertical-align: top;
    line-height: 1;
    text-decoration: none !important;
    outline: none !important;
}

.content-varieties .varieties-pdf a:hover,
.content-varieties .varieties-pdf a:visited:hover {
    color: #f99d22 !important;
}

.content-varieties .varieties-list {
    font-size: 0;
    text-align: left;
    padding: 0;
    margin: 0 auto;
    max-width: 1030px;
}

.content-varieties .varieties-list>li {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #0a203e;
    border-left: 1px solid #0a203e;
    border-right: 1px solid #0a203e;
    float: none;
    width: 330px;
    margin: 0 0 20px;
    padding-bottom: 80px;
    vertical-align: top;
}

.content-varieties .variety-image {
    display: inline-block;
    font-size: 0;
}

.content-varieties .variety-content {
    padding: 10px 20px;
}

.content-varieties .variety-content .acf-list {
    margin: 0;
    padding: 0;
}

.content-varieties .variety-content .acf-list li {
    position: relative;
    display: block;
    color: #000000;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding-left: 15px;
    margin-top: 5px;
}

.content-varieties .variety-content .acf-list li:first-child {
    margin-top: 0;
}

.content-varieties .variety-content .acf-list li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 100px;
    background-color: #000000;
    display: block;
    height: 4px;
    width: 4px;
}

.content-varieties .variety-content p.content-description {
    color: #000000;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    margin: 30px 0 0;
    text-align: left;
}

.content-varieties .button-container {
    background-color: #E9D5BA;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 17.5px 0;
    text-align: center;
}

.content-varieties .button-container .button-style {
    border-radius: 0 !important;
    border: 0 !important;
    background-color: #041e42 !important;
    color: #ffffff !important;
    font-size: 14px;
    min-width: 180px;
    padding: 15.5px 50px;
    margin-top: 0;
}

.content-varieties .button-container .button-style:hover {
    background-color: #4d5e76 !important;
}

/*--------------------------------------------------------------
## Content Reviews
--------------------------------------------------------------*/
.content-reviews {
    padding: 45px 0 0;
}

.content-reviews .heading-1 {
    position: relative;
    display: inline-block;
    font-size: 54px;
    margin-bottom: 50px;
    padding-bottom: 15px;
}

.content-reviews .heading-1:after {
    background-color: #000000;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    min-width: 160px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
}

.content-reviews .description {
    display: block;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 auto;
    text-align: left;
}

.content-reviews .reviews-form {
    padding-bottom: 30px;
}

.content-reviews .testimonial-preview {
    max-width: 480px;
}

.content-reviews .preview-wrap {
    position: relative;
    font-size: 0;
}

.content-reviews .testimonial-preview .full-background {
    z-index: 10;
}

.content-reviews .testimonial-preview .full-background.with-background:before {
    background-color: #041e42 !important;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.content-reviews #preview-content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    z-index: 10;
}

.content-reviews .testimonial-preview .testimonial-content,
.content-reviews .testimonial-preview .reviewer-info {
    color: #ffffff;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 21px;
    font-weight: bold;
    margin: 0;
}

.content-reviews .testimonial-preview .testimonial-content span.before,
.content-reviews .testimonial-preview .testimonial-content span.after {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 21px;
    font-weight: bold;
    font-style: italic;
}

.content-reviews .testimonial-preview .reviewer-info {
    margin-top: 30px;
    text-align: right;
}

.content-reviews .testimonial-preview .reviewer-info p {
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    text-transform: none;
}

.content-reviews .form-container {
    max-width: 420px;
}

.content-reviews .form-container .container-fluid {
    padding: 0;
}

.content-reviews div.wpcf7 {
    max-width: 360px;
}

.content-reviews div.wpcf7 label {
    display: block;
    margin-top: 30px;
}

.content-reviews div.wpcf7 label span {
    display: block;
    color: #000000;
    font-family: 'DINCondensed-Bold';
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.content-reviews div.wpcf7 label .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.content-reviews div.wpcf7 label span input,
.content-reviews div.wpcf7 label span textarea {
    display: block;
    width: 100%;
    border-radius: 2px !important;
    border: 1px solid #000000;
    color: #000000;
    font-family: 'DINCondensed-Bold';
    font-size: 14px;
    font-weight: normal;
    padding: 11px 15px;
    text-transform: capitalize;
}

.content-reviews div.wpcf7 label span textarea {
    height: 150px;
    resize: none;
}

.content-reviews div.wpcf7 label span input[type="file"] {
    border: 0 !important;
    display: inline-block;
    width: auto;
    padding: 0;
}

.content-reviews .wpcf7-recaptcha {
    margin-top: 25px;
}

.content-reviews .wpcf7-submit.button-style {
    pointer-events: all;
    cursor: pointer;
    position: relative;
    background-color: #041e42 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    display: inline-block;
    position: relative;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    height: auto;
    min-width: 160px;
    margin-top: 5px;
    outline: none !important;
    padding: 13px 30px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    overflow: hidden;
    z-index: 1;
}

.content-reviews .wpcf7-submit.button-style:hover {
    background-color: #4d5e76 !important;
}

.reviews-gallery-container .col-12 {
    padding: 0;
}

.reviews-gallery {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.reviews-gallery li.grid-sizer {
    width: 25%;
}

.reviews-gallery li {
    display: block;
    width: 33.33%;
    font-size: 0;
}

.reviews-gallery li.review-large {
    width: 50%;
}

.reviews-gallery li .items-wrap {
    position: relative;
    font-size: 0;
}

.reviews-gallery li .full-background {
    z-index: 10;
}

.reviews-gallery li .full-background:before {
    background-color: #041e42 !important;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.reviews-gallery li .item-content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    z-index: 10;
}

.reviews-gallery li.review-large .item-content {
    padding: 30px 120px;
}

.reviews-gallery li .item-content .testimonial-content,
.reviews-gallery li .item-content .reviewer-info {
    color: #ffffff;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.reviews-gallery li .item-content .testimonial-content span.before,
.reviews-gallery li .item-content .testimonial-content span.after {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

.reviews-gallery li .item-content .reviewer-info {
    margin-top: 30px;
    text-align: right;
}

.reviews-gallery li .item-content .reviewer-info p {
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    line-height: 1;
    text-transform: none;
}

/*--------------------------------------------------------------
## Content Contact
--------------------------------------------------------------*/
.content-contact {
    padding: 45px 0 100px;
}

.content-contact .heading-1 {
    position: relative;
    display: inline-block;
    font-size: 54px;
    margin-bottom: 50px;
    padding-bottom: 15px;
}

.content-contact .heading-1:after {
    background-color: #000000;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    min-width: 160px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
}

.content-contact .description {
    display: block;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 auto;
    text-align: left;
}

.content-contact .contact-info-container {
    position: relative;
    display: block;
    font-size: 0;
}

.content-contact .contact-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 60px;
    z-index: 10;
}

.content-contact .contact-wrap .social-icons {
    margin-bottom: 25px;
}

.content-contact .contact-wrap .address-sc,
.content-contact .contact-wrap .phone-sc,
.content-contact .contact-wrap .email-sc {
    margin: 10px 0 0;
}

.content-contact .contact-wrap .address-sc br {
    display: none !important;
}

.content-contact .contact-wrap p a {
    color: #ffffff;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 21px;
    font-weight: bold;
    outline: none !important;
    text-decoration: none !important;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.content-contact .contact-wrap p a:hover {
    color: #f99d22 !important;
}

.content-contact .contact-wrap .description {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 25px;
}

.content-contact .contact-form {
    padding-bottom: 30px;
}

.content-contact .form-container {
    padding: 0 30px;
    max-width: 100%;
}

.content-contact .form-container .container-fluid {
    padding: 0;
}

.content-contact div.wpcf7 label {
    display: block;
    margin-top: 30px;
}

.content-contact div.wpcf7 label span {
    display: block;
    color: #000000;
    font-family: 'DINCondensed-Bold';
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.content-contact div.wpcf7 label .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.content-contact div.wpcf7 label span input,
.content-contact div.wpcf7 label span textarea {
    display: block;
    width: 100%;
    border-radius: 2px !important;
    border: 1px solid #000000;
    color: #000000;
    font-family: 'DINCondensed-Bold';
    font-size: 14px;
    font-weight: normal;
    padding: 11px 15px;
    text-transform: capitalize;
}

.content-contact div.wpcf7 label span textarea {
    height: 150px;
    resize: none;
}

.content-contact div.wpcf7 label span input[type="file"] {
    border: 0 !important;
    display: inline-block;
    width: auto;
    padding: 0;
}

.content-contact .wpcf7-submit.button-style {
    pointer-events: all;
    cursor: pointer;
    position: relative;
    background-color: #041e42 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    display: inline-block;
    position: relative;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    height: auto;
    min-width: 160px;
    margin-top: 20px;
    outline: none !important;
    padding: 13px 30px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    overflow: hidden;
    z-index: 1;
}

.content-contact .wpcf7-submit.button-style:hover {
    background-color: #4d5e76 !important;
}




/*******************************************************Slider*****************************************************************/
.AboutSlideShow {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.SlideShow-FullContainer {
    max-width: 100%;
    margin: 0 auto;
}

.SlideShow-IntroText,
.SlideShow-PlaceholderRow {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.SlideShow-PlaceholderRow {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    min-height: 720px;
}

.Background-Yellow {
    background-color: #fcf113;
}

.SlideShow-IntroText {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 60px 35px;
}

.SlideShow-IntroText {
    text-align: center;
}

.description {
    text-align: justify;
}

.SlideShow-SectionHeader {
    margin-bottom: 65px;
    position: relative;
}

.SlideShow-IntroText h3 {
    text-transform: none;
}

.TextStyles {
    box-sizing: border-box;
    width: 100%;
}

.SlideShow-ViewSlideShowContainer {
    margin-top: 20px;
}

.Button.Button--darkBorder {
    color: #000;
    border-color: #000;
}

.Button,
.Button a {
    text-decoration: none;
}

.Button {
    /*font-size: 12px;*/
    line-height: 20px;
    letter-spacing: 1px;
    color: #6d7e88;
    /*text-transform: uppercase;*/
    border: 1px solid #a2aeb6;
    box-sizing: border-box;
    -webkit-transition: background-color .15s ease, color .15s ease, border .15s ease;
    -moz-transition: background-color .15s ease, color .15s ease, border .15s ease;
    -ms-transition: background-color .15s ease, color .15s ease, border .15s ease;
    -o-transition: background-color .15s ease, color .15s ease, border .15s ease;
    transition: background-color .15s ease, color .15s ease, border .15s ease;
    padding: 12px 15px;
    display: inline-block;
    cursor: pointer;
    background-color: Transparent;
}

.SlideShow-Container--closed {
    -moz-transform: translate3d(50%, 0, 0);
    -o-transform: translate3d(50%, 0, 0);
    -ms-transform: translate3d(50%, 0, 0);
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    pointer-events: none;
}

.SlideShow-Container {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 2;
}

.SlideShow-Container .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.SlideShow-Container .ImageContainer {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
}

.SlideShow-Container .ImageWrapper {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}

.Slideshow-Slide.Slideshow-Slide--active {
    background-color: #a2aeb6;
}

.Slideshow-Slide {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000;
    background-position: center center;
}

.SlideShow-Container--open {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s;
    pointer-events: all;
}

.Slideshow-Sidebar.Slideshow-Sidebar--open {
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.Slideshow-Sidebar {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #061D41;
    height: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.Slideshow-CloseButton {
    float: right;
    position: relative;
    top: 20px;
    right: 20px;
}

.Slideshow-Info {
    padding: 70px 25px 25px;
}

.Slideshow-Count {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #a2aeb6;
    border-bottom: 3px solid #ff9e1b;
    margin-bottom: 40px;
    padding-bottom: 6px;
}

.Slideshow-Info h3 {
    text-transform: none;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'Myriad Pro', sans-serif;
}


.slide-content {
    font-size: 18px;
    margin-bottom: 40px;
    color: #a2aeb6;
    font-family: 'Myriad Pro', sans-serif;
}

.SlideShow-TextOnGray p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -.5px;
    margin-bottom: 40px;
    color: #a2aeb6;
}

.Slideshow-Controls {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #061D41;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.Slideshow-Sidebar.Slideshow-Sidebar--closed {
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s;
}

.slide-content {
    display: none;
}

.slide-content.content-active {
    display: block;
}

.Slideshow-Controls {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #061D41;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.Slideshow-Controls .slideshow-btn.disabled {
    opacity: .4;
    cursor: auto;
}

.Slideshow-Controls .slideshow-btn {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 20px;
}

/*end slider*/

.page-banner.full-size {
    overflow: hidden;
    min-height: 432px !important;
}

/* ===== CORRECTION: Prevent banner expansion when JS adds .innerpage =====
   The banner previously started at 415px, while the later .innerpage rule
   changed it to 432px. Set both elements to the final height immediately. */
.page-banner.full-size .no-slider {
    min-height: 432px !important;
}

.home .page-banner .align-bottom {
    padding: 0px;
}

.home .vertical-align>div {
    display: block;
}

.video-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home .banner-text-content {
    position: absolute;
    bottom: 10%;
    left: 5%;
}

.page-banner .slider-wrap {
    height: 480px;
    min-height: 480px;
}

.video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}


.video-container video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.banner-text-content.vertical-align {
    position: relative;
    z-index: 99;
}

.banner-text-content {
    text-align: left;
    max-width: 80%;
    margin: auto;
    position: absolute !important;
    bottom: 10%;
    left: 8%;
}

.page-banner .banner-subtitle {
    font-weight: 900;
    max-width: 70%;
    text-shadow: 4px 4px 5px #1d1d1d;
    font-size: 23px;
    font-family: 'Myriad Pro', sans-serif;
    font-style: italic;
}

h2.banner-title.heading-1.white {
    font-family: 'Optima', sans-serif;
    font-weight: bold;
    font-style: italic;
    text-shadow: 4px 4px 5px #1d1d1d;
    font-size: 50px;
}

a.slider-btn.button {
    background: #fff;
    padding: 8px 25px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    color: #041e42;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 18px;
    border: solid 1px #041e42;
    text-transform: uppercase;
}

a.slider-btn.button:hover {
    background: #041e42;
    color: #fff;
}

li.banner-slide.overlay:after {
    background: #00000030;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.left-txt {
    display: flex;
    flex-wrap: wrap;
}

.map-image {
    width: 40%;
}

.left-txt table {
    width: 60%;
    height: 120px;
    margin-bottom: 0px;
}

.left-txt table tr {
    border: 1px solid #666 !important;
}

.left-txt table tr td:last-child {
    background-color: #dedede;
}

.left-txt table td {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #666 !important;
    padding: 12px;
}

.list,
.text1 {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.text1 {
    margin-top: -55px;
    color: #000000;
    font-size: 17px;
}

.list {
    font-weight: 600;
    margin-top: -130px;
}

.list ul {
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
}

.head-var {
    font-family: 'Myriad Pro', sans-serif;
    font-weight: bold;
    font-size: 30px;
    width: 100%;
    text-transform: uppercase;
    height: 50px;
    margin-top: -70px;
    color: #000000;
}

.thumb-img {
    display: flex;
    margin-top: -150px;
}

.thumb-img .img2 {
    margin-top: -4px;
    padding-left: 20px;
}

.agri-img {
    text-align: right;
}

.right-img p {
    font-size: 12px;
    font-weight: 600;
    font-family: 'Myriad Pro', sans-serif;
    margin: 0px;
    padding-left: 10px;
}

.agri-maxx-500 {
    padding: 80px 0px;
}

.agri-img img {
    width: 50%;
}

.right-img img {
    padding-bottom: 20px;
}





@media (min-width: 90em) {
    .SlideShow-Container--open {
        -moz-transform: translate3d(30%, 0, 0);
        -o-transform: translate3d(30%, 0, 0);
        -ms-transform: translate3d(30%, 0, 0);
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }

    .Slideshow-Sidebar {
        width: 30.1%;
    }


    .Slideshow-Info h3 {
        font-size: 38px;
        line-height: 47px;
        letter-spacing: -1.5px;
    }

    .TextStyles {
        box-sizing: border-box;
        width: 100%;
    }

    .SlideShow-Container .ImageContainer {
        -webkit-flex-basis: 70%;
        -moz-flex-basis: 70%;
        flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
    }

}

@media (min-width: 50em) {
    .SlideShow-SplitFlex {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        max-width: 50%;
        padding-right: 25px;
        padding-left: 25px;
        box-sizing: border-box;
    }
}


@media (max-width: 89.99em) and (min-width: 50em) {
    .SlideShow-Container--open {
        -moz-transform: translate3d(33%, 0, 0);
        -o-transform: translate3d(33%, 0, 0);
        -ms-transform: translate3d(33%, 0, 0);
        -webkit-transform: translate3d(33%, 0, 0);
        transform: translate3d(33%, 0, 0);
    }

    .Slideshow-Slide {
        background-position: left center;
    }

    .SlideShow-Container--open .SlideShow-Container {
        width: 60%;
        left: 20%;
    }

    .Slideshow-Sidebar {
        width: 40%;
    }
}

@media (max-width: 49.99em) {
    .Slideshow-Sidebar {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        width: 100%;
        height: 50%;
        bottom: 0;
        top: inherit;
    }

    .SlideShow-Container .wrapper {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }

    .Slideshow-Slide {
        height: 50%;
    }

    .SlideShow-Container--closed {
        -moz-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.element-1715762533223 {
    font-weight: bold;
    background: #f4f4f4;
    padding: 10px;
}

.element-1715762693780 {
    line-height: 22px;
}

.page-template-default .item-list .owl-prev .fas {
    display: none !important;
}

.item-list .owl-prev:before {
    background: url('arrow-angle.png') no-repeat -1px -1px;
    width: 30px;
    height: 30px;
}

.satisfiedcustomers .testimonial-avatar {
    order: 1;
}

.satisfiedcustomers .testi-style-empatbelas .testi-item .testimonial-bio {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px !important;
    line-height: 22px !important;
    height: 109px;
    order: 2;
    text-align: left !important;
    padding: 0px 12px 5px 12px !important;
    font-style: normal !important;
    width: 100%;
}

.testi-style-empatbelas .testi-item .testimonial-bio p::before,
.testi-style-empatbelas .testi-item .testimonial-bio p::after {
    display: none !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    position: absolute;
    background: rgb(4, 30, 66);
    width: 10px;
    height: 56px;
    line-height: 40px !important;
    text-align: center;
    padding: 6px 18px;
    padding-left: 3px;

}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 25px;
    margin-right: 10px;
}

.testimonial-content .swiper-button-next {
    right: -10px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 21px !important;
}

.testi-style-empatbelas .testi-item .author h5 {
    font-size: 13px !important;
    margin-bottom: 5px;
}

.testi-style-empatbelas .testi-item .author {
    font-family: 'Myriad Pro', sans-serif;
    padding: 0px 13px 13px 13px !important;
    position: relative !important;
    order: 3;
    text-align: left !important;
    font-size: 15px !important;
}

.content-one-col .text-content .satisfiedcustomers .testimonial-bio p {
    margin-bottom: 0px !important;
    text-align: left !important;
    font-size: 15px !important;
    line-height: 20px !important;
}

.satisfiedcustomers .testi-style-empatbelas .testi-item img {
    height: auto;
}

.satisfiedcustomers {
    padding-top: 30px;
    position: relative;
    padding-bottom: 50px;
    width: 92%;
    margin: auto;
}

.testi-style-empatbelas .testimonial-bio::before {
    display: none;
}

.testi-style-empatbelas .testi-item {
    display: grid !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
}

.blog-post {
    background: #fff;
}

.blog-post .content,
.rel-post-content {
    padding: 15px;
    background: #fff;
}

.blog-post .content small a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.blog-post .content p,
.relatedposts p {
    font-size: 15px;
    display: -webkit-box;
    font-family: 'Myriad Pro', sans-serif;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    height: 65px;
}

.blog-post .date,
.relatedprodpostdate {
    float: left;
    color: #505050;
    font-size: 10px;
    margin-top: 7px;
    background: #fafafa;
    padding: 0px 3px;
    font-weight: 600;
    margin-bottom: 10px;
}


.search .content-blog .blog-sidebar {
    height: 100%;
}

.inner-img,
.blog-post img {
    transition: 0.3s;
    width: 100%;
}

.inner-img:hover,
.blog-post img:hover {
    transform: scale(1.1);
}

.main-news .blog-img,
.popularnews .blog-img {
    overflow: hidden;
    line-height: inherit;
}

.main-news small {
    font-size: 10px !important;
    line-height: 14px !important;
    color: #000 !important;
    font-weight: 600 !important;
    background: #f8f8f8;
    padding: 2px;
}

[type="search"] {
    border: 0px !important;
}

.blog-post h3,
.relatedCol h3 {
    line-height: 22px;
    margin-bottom: 0px;
}

.blog-post h3 a:hover,
.relatedCol h3 a:hover {
    color: #ff9e1b;
    text-decoration: underline;
}

.blog-post h3 a,
.relatedCol h3 a {
    font-family: 'Myriad Pro', sans-serif;
    color: #000;
    outline: 0;
    display: -webkit-box;
    height: 65px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 19px;
}

.relatedthumb {
    overflow: hidden;
    line-height: 0px;
}

.relatedthumb img {
    height: 250px;
}

a.more:hover,
.relatedprodreadmore:hover {
    background: #4d5e76;
}

.relatedprodreadmore a {
    color: #fff;
    text-decoration: none;
}

a.more,
.relatedprodreadmore {
    color: #fff;
    display: inline;
    font-weight: bold;
    font-size: 13px;
    background: #041e42;
    padding: 7px 14px;
    text-decoration: none;
    font-family: 'Myriad Pro', sans-serif;
    text-transform: uppercase;
}

a.view {
    position: absolute;
    font-family: 'Myriad Pro', sans-serif;
    top: 30px;
    color: #000;
    font-weight: bold;
    right: 10px;
}

.bg-g {
    background: #fafafa;
    padding-top: 60px;
    padding-bottom: 60px;
}

.videos {
    background: #fafafa;
    padding-top: 60px;
    padding-bottom: 60px;
}

.grey-bg {
    background: #fafafa;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.bg-g h2,
.relatedposts h2 {
    font-family: 'Myriad Pro', sans-serif;
    text-transform: capitalize;
    font-style: italic;
    font-weight: bold;
    sans-serif;
    color: #000;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 36px;
}

.main-blog-list h2 {
    display: block !important;
    font-family: 'Myriad Pro', sans-serif;
    text-align: left;
    width: 100%;
    color: #000;
    font-size: 24px;
    margin-left: 17px;
    padding-bottom: 9px;
}

.videos h2 {
    text-align: center;
    font-family: 'Myriad Pro', sans-serif;
    font-style: italic;
    font-weight: bold;
    sans-serif;
    color: #000;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 36px;
    text-transform: capitalize;
}

.main-blog-list .blog-img {
    height: auto;
    line-height: 0px;
}

.posts {
    border: 1px solid #ececec;
}

.blog-post.main-blog-list {
    width: 100% !important;
    padding: 0px 0 0px 0px !important;
    margin-top: 40px;
}

.search .content-blog .blog-post-1 {
    padding: 0px 12px 40px 12px;
}

.blog-post.main-blog-list-1 {
    background: #fafafa;
    padding: 15px 0px;

    margin: 0px 14px;
}

ul.post-list.common-list li {
    width: 31.7% !important;
    padding: 0px !important;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    margin: 3px 13px 13px 0px !important;
    overflow: hidden;
}

.common-list .news-title {
    font-size: 19px !important;
    margin: 8px 0 11px !important;
    padding: 10px !important;
    line-height: 23px !important;
    color: #000 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 79px;
    font-family: sans-serif !important;
}

.common-list .news-tag,
.common-list .news-content {
    font-size: 15px !important;
    padding: 0px 10px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    color: #666 !important;
    margin: 0 0 19px !important;
}

.common-list .news-info {
    font-size: 10px !important;
    line-height: 14px !important;
    align-content: center;
    background: #f8f8f8;
    padding: 0px 3px;
    color: #000 !important;
    float: left;
    margin: 20px 0 3px 10px !important;
    font-weight: 600 !important;
}

.content-blog .post-list li .news-info span+span::before {
    position: relative !important;
    top: -2px !important;
    color: #8a8a8a !important;
    font-size: 11px !important;
    margin: 0 3px !important;
}

.news-media-page .content-blog .post-list li .news-button,
.news-media-page .content-blog .button-container .button-style {
    border-radius: 0 !important;
    border: 0 !important;
    font-size: 15px;
    min-width: auto;
    padding: 8px 10px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 600;
    margin-left: 10px;
}

.news-media-page .news-button:hover {
    background-color: #4d5e76 !important;
}

.blog-sidebar h2 {
    font-family: 'Myriad Pro', sans-serif;
    color: #fff !important;
    font-size: 20px !important;
    padding-bottom: 0px !important;
    text-align: left !important;
}

.blog-sidebar ul {
    padding-left: 0px !important;
    margin-left: 0px;
}

.blog-sidebar ul li {
    display: block !important;
    display: block !important;
    border-bottom: 1px solid #595a5b !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

.blog-sidebar ul li a {
    font-family: 'Myriad Pro', sans-serif;
    text-decoration: none !important;
    color: #fff !important;
}

.blog-sidebar #block-4 {
    margin-bottom: 5px !important;
}

.media-btn {
    background: #ff9e1b;
    color: #000;
    padding: 10px 37px;
    border-radius: 13px;
    text-transform: capitalize;
    font-size: 20px;
    position: absolute;
    right: 14px;
    z-index: 99;
}

.media-btn a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.wp-block-search__inside-wrapper {
    width: 100% !important;
    display: block !important;
}

::placeholder {
    font-size: 13px;
}

#searchform input::placeholder {
    font-size: 15px;
    z-index: 99999;
    opacity: inherit !important;
}

:focus-visible {
    outline: 0px !important;
}

.wp-block-search__button {
    margin-left: 3px !important;
    word-break: normal !important;
    background: #00ac50 !important;
    color: #fff !important;
    font-size: 14px !important;
    margin-top: 0px !important;
    border: 0px !important;
    padding: 13px 20px !important;
    position: absolute;
    left: 206px;
    border-radius: 0px 5px 5px 0px;
}

.wp-block-search__input {
    padding: 8px 10px !important;
    width: 100%;
}

.load-btn {
    padding: 40px 0 0 !important;
}

.news-media-page .content-blog .button-container.load-btn a.button-style {
    font-size: 18px;
    text-align: center;
    margin: auto;
    display: block;
    background-color: #ff9e1b !important;
    width: 17%;
    padding: 11px;
    text-decoration: none !important;
    color: #000 !important;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.tesimonial-col {
    width: 60%;
    margin: auto;
}

.testi-style-empatbelas.swiper-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.testi-head {
    text-align: center;
    padding-top: 50px;
}

.rightbar {
    background: #dde6f2;
    margin-top: 30px;
    color: #000;
    padding: 40px 20px 70px 40px;
    text-align: left;
    font-weight: bold;
    font-family: 'Myriad Pro', sans-serif;
}

.rightbar img {
    width: 96px;
    margin-bottom: 9px;
    border-radius: 100px;
    height: 96px;
    margin-bottom: 9px;
    border-radius: 100px;
}

.popularnews {
    background: #041e42;
    padding: 10px 50px !important;
}

.popularnews h3 {
    border-bottom: 1px solid #fff;
    padding: 0px 0px 28px;
    font-size: 23px;
    font-weight: normal;
    font-family: 'Myriad Pro', sans-serif;
}

.popularnews .content {
    padding-top: 5px;
}

.popularnews div h3:last-child {
    border-bottom: 0px;
}

.popularnews h3 a {
    color: #fff;
    text-decoration: none;
}

.popularnews h3 a:hover {
    color: #ff9e1b;
    text-decoration: underline;
}

.popularnews h2 {
    color: #fff;
    font-size: 32px;
}

.contrucss {
    margin-bottom: 0px;
    display: block;
    font-size: 19px;
}

.posts h3 a {
    color: #000;
    text-decoration: none;
}

.posts h3 a:hover {
    color: #ff9e1b;
    text-decoration: underline;
}

.rightbar .dispauthorname {
    font-size: 18px;
    display: block;
    font-weight: 600;
    font-family: 'Myriad Pro', sans-serif;
}

.pgntn-page-pagination-intro,
.pgntn-page-pagination a,
.pgntn-page-pagination .current {
    padding: 0.3rem 0.8rem !important;
}

.search-results .pgntn-page-pagination-intro,
.pgntn-page-pagination .current {
    background-color: #091f3f !important;
    color: #fff !important;
}

.search-results .blog-post .pgntn-page-pagination a {
    color: #000 !important;
}

.rightbar .dispauthorrole {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    font-family: 'Myriad Pro', sans-serif;
}

.type-post h2 a {
    color: #000;
}

.type-post h2 {
    margin-top: 0px;
}

.page-header {
    text-align: center;
    color: #000;
    font-size: 20px;
}

.innerpage .site-main {
    margin-top: 0px !important;
}

.page,
.category,
.single,
.search-results {
    margin-top: 180px;
}

.news-letter {
    background: #dee6f1;
    padding: 80px;
}

.newslettersection label {
    display: none !important;
}

.newslettersection .pum-form__field {
    width: 32.9% !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
}

.newslettersection .pum-form__message:last-child {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    color: #000 !important;
}

#pum-1877 {
    display: none !important
}

.newslettersection .pum-sub-form-field--submit {
    width: auto !important;
    float: right;
}

.newslettersection .pum_sub_form {
    margin-left: -11px;
}

.newslettersection .pum-form__submit {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    background: #041e42;
    padding: 12px 28px;
    text-decoration: none;
    font-family: 'Myriad Pro', sans-serif;
    text-transform: uppercase;
    border: 0px;
    margin-top: 9px;
    cursor: pointer;
}

.newslettersection .pum-form__submit:hover {
    background: #4d5e76;
}

.newslettersection p {
    font-size: 18px;
    color: #000;
    margin-left: -11px;
    font-weight: 400;
    font-family: 'Myriad Pro', sans-serif;
}

.news-letter h2 {
    font-size: 53px;
    font-weight: bold;
    line-height: 62px;
    text-transform: none;
    text-align: left;
    padding: 11px 3px;
    margin-top: 0px;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: bold;
    color: #000;
}

.mc4wp-form-fields p {
    margin-left: 4px;
    font-family: 'Myriad Pro', sans-serif;
}

input[type="text"],
input[type="email"],
input[type="url"] {
    color: #4c4c4c;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    padding: 8px 10px !important;
}

.mc4wp-form-fields .signup {
    float: right;
    background: #041e42;
    color: #fff;
    font-size: 15px;
    padding: 14px 37px;
    border: 0px;
    font-weight: 600;
    position: relative;
    font-family: 'Myriad Pro', sans-serif;
    right: -11px;
    text-transform: uppercase;
}

.mc4wp-success p {
    font-size: 14px !important;
    text-align: center !important;
}

.blog-post small {
    display: block;
    margin-bottom: 6px;
}

.cta {
    padding: 80px 0px;
}

.cta-1 {
    width: 100%;
    margin: auto;
}

.cta p,
.cta-double .padding {
    font-size: 18px;
    text-align: center;
    font-family: 'Myriad Pro', sans-serif;
}

.cta button:hover,
.cta-double button:hover {
    background: #4d5e76;
}

.cta button,
.cta-double button {
    background: #041e42;
    color: #fff;
    font-size: 15px;
    padding: 14px 37px;
    border: 0px;
    font-weight: 600;
    margin: auto;
    display: block;
}

.cta button a,
.cta-double button a {
    color: #fff;
    font-family: 'Myriad Pro', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.cta button a:hover,
.cta-double button a:hover {
    background: #4d5e76;
}

.cta h2,
.cta-double h2 {
    padding-bottom: 0px;
    text-align: center !important;
    width: 100%;
    font-family: 'Myriad Pro', sans-serif;
    text-transform: capitalize;
    font-style: italic;
    color: #000;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 36px;
}

.cta hr {
    background-color: #ededed;
    border: 0;
    height: 283px;
    margin-bottom: 1.5em;
    color: #333;
    z-index: 9;
    width: 1px;
    position: absolute;
    left: 0;
    right: 0;
}

.wp-block-search__label {
    font-size: 20px !important;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

#block-6 .wp-block-buttons,
#block-6 .wp-block-button {
    display: block;
}

#block-6 .wp-block-button__link {
    padding: 10px 30px;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 19px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    background-color: #ff9e1b;
    width: 100%;
}

.cta-2 {
    padding: 80px;
}

.cta-2 p {
    text-align: center;
    width: 90%;
    margin: 24px auto 30px;
}

.cta-double .col-md-6 {
    max-width: 49.9% !important;
    margin: auto !important;
    height: 400px;
}

.pgntn-page-pagination .pgntn-page-pagination-block {
    width: 100% !important;
    padding: 0 0 0 0;
    margin-top: 10px;
    margin-bottom: 50px;
}

.pgntn-page-pagination-intro,
.pgntn-page-pagination .current {
    background-color: #041e42 !important;
    color: #fff !important;
}

.no-results {
    text-align: center;
}

.no-results .page-content {
    display: none;
}

.page-numbers:hover {
    padding: 0.3rem 0.8rem !important;
}

.pgntn-page-pagination {
    display: block !important;
    width: 100% !important;
}

#block-6 {
    margin-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.col-md-4 .video .content h3 {
    font-size: 25px;
}

.col-md-8 .video .blog-img {
    height: 390px;
}

.mc4wp-form-fields .col-md-3,
.mc4wp-form-fields .col-md-4,
.mc4wp-form-fields .col-md-2 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.video .content h3 a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

.video {
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.video .content h3 {
    margin: 0;
    text-align: center;
    padding: 8px 10px 10px 10px;
    color: #fff;
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    font-size: 36px;
    line-height: 41px;
    font-family: 'Optima', sans-serif;
    font-style: italic;
    font-weight: normal;
}

.video .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    top: auto;
}

a:focus {
    outline: 0 !important;
}

.swiper-container.has-pagination {
    padding-bottom: 20px !important;
}

.overlay-bg img {
    position: absolute;
    top: 38%;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50px;
}

.newss h2 {
    text-align: left;
}

.posted-on {
    font-size: 12px !important;
}

.single-post h1.entry-title {
    font-family: 'Myriad Pro', sans-serif;
    color: #000;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 21px !important;
    display: block;
}

h1.entry-title {
    margin: 0 0 0 !important;
    padding-top: 10px;
}

article.post {
    padding: 0px 15px;
}

.single-post .entry-content {
    margin: 0em 0 0 !important;
}

.singlepost {
    margin-top: 10px;
}

.singleblog .col-md-3 {
    padding: 0px;
}

.main-news {
    margin-right: 16px;
    flex: 0 0 65.333% !important;
    max-width: 65.333% !important;
}

.postlist {
    background: #fafafa;
    padding: 10px 0px 80px;
}

.main-news .content {
    padding: 20px;
    background: #fff;
    margin-top: -10px;
}

.col-md-7.main-post-large,
.col-md-5.main-post-small {
    padding-right: 0px;
}

.main-post-large .blog-img {
    position: relative;
    display: block;
}

.blog-img {
    overflow: hidden;
    line-height: 0;
}

.main-post-large .content p {
    line-height: 21px;
    -webkit-line-clamp: 3;
}

.main-post-large .inner-img {
    width: 100%;
    max-width: 100%;
}

.main-post-large h3 a:hover {
    text-decoration: underline;
}

.main-post-large h3 a {
    height: auto;
    -webkit-line-clamp: 1;
}

.main-post-small h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.main-post-large a.more {
    margin-bottom: 0px;
    display: inline-block;
    padding: 15px 14px;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 15px;
}

.main-post-small .date {
    display: none;
}

.main-post-small h3 a {
    font-size: 17px;
    height: auto;
    -webkit-line-clamp: 1;
}

.main-post-small .content p,
.main-post-small a.more {
    display: none;
}

.blog-post .main-post-small:first-child {
    margin-bottom: 26px;
}

.main-post-small .content {
    padding: 14px 15px;

}

.testi-style-empatbelas .testi-item span {
    display: none;
}

.page-banner.full-size iframe {
    height: 100vh !important;
}

.page-banner .slider-wrap {
    height: 100vh !important;
    min-height: 100vh !important;
}

.innerpage .page-banner {
    /* height: 415px !important; */
    overflow: hidden;
}

.content-blog .heading-1 {
    font-family: 'Myriad Pro', sans-serif;
    font-weight: bold;
    font-size: 40px;
}

.mt-top {
    margin-top: 75px;
}

.visible-post a {
    text-decoration: none
}

.visible-post h3:hover {
    text-decoration: underline;
    color: #ff9e1b !important;
}

.post-list img {
    width: 100%;
}

.blog-post img {
    width: 100%;
}

#searchform select {
    -webkit-appearance: menulist !important;
}

#searchform select,
#searchform input {
    width: 100%;
    padding: 15px !important;
    background: transparent;
    font-family: 'Myriad Pro', sans-serif;
    border-radius: 5px;
    border: 1px solid #666;
    line-height: 0;
    color: #000;
    letter-spacing: 0;
}

.search-results .cateogry-search .col-md-8 {
    padding-right: 12px;
    padding-left: 12px;
}

#searchform {
    width: 1119px;
    margin: auto;
}

input#searchsubmit {
    background: #ff9e1b;
    border: 0px;
    padding: 16px 89px !important;
    font-size: 18px;
    color: #000;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Myriad Pro', sans-serif;
    text-transform: uppercase;
    width: auto;
    cursor: pointer;
}

.top-search i {
    position: absolute;
    right: 11px;
    top: 17px;
    cursor: pointer;
}

.media-button a {
    text-decoration: none;
}

.media-button img {
    position: relative;
    right: 83px;
    top: 2px;
}

.col-md-4.top-cat {
    padding: 0px;
}

.col-md-4.top-search {
    padding-right: 0px;
}

.top-search,
.top-cat {
    position: relative;
}

.top-cat i {
    position: absolute;
    right: 6px;
    top: 12px;
    background: #fff;
    width: 20px;
    height: 20px;

    font-size: 25px;
    cursor: pointer;
}

.col-md-9.singlepost {
    padding-right: 50px;
}

.shares #st-1 .st-btn:last-child {
    margin-right: -7px !important;
}

.shares {
    display: flex !important;
}

#st-1 .st-btn>img {
    height: 26px !important;
    width: 26px !important;
}

.shares .st-btn.st-last:before {
    content: '';
    background-image: url(img/linkedin-log.png);
    width: 55px;
    height: 55px;
    display: block;
    background-size: 49%;
    margin-left: -7px;
    background-repeat: no-repeat;
}

.shares .st-btn.st-first:before {
    content: '';
    background-image: url(img/twitter-logo.png);
    width: 53px;
    height: 53px;
    display: block;
    background-size: 46%;
    background-repeat: no-repeat;
    margin-left: -7px;
}

.shares .st-btn:before {
    content: '';
    background-image: url(img/Fb_log.png);
    width: 55px;
    height: 55px;
    display: block;
    background-size: 49%;
    background-repeat: no-repeat;
}

.shares .st-btn.st-first img,
.shares .st-btn.st-last img,
.shares .st-btn img {
    display: none !important;
}

.shares .st-btn.st-first {
    order: 3 !important;
}

#st-1.shares .st-btn[data-network="twitter"] img {
    -webkit-filter: grayscale(1) invert(1) !important;
    filter: grayscale(1) invert(1) !important;
}

.shares .st-btn {
    width: 20px !important;
}

.sha {
    margin-left: 25px;
    color: #000 !important;
}

.col-md-3 .shares .st-btn.st-last {
    order: 2 !important;
}

.shares .st-btn {
    min-width: 41px !important;
    background: transparent !important;
}

.shares .st-label {
    display: none !important;
}

.shares {
    position: relative;
    bottom: 18px !important;
    z-index: 34 !important;
    text-align: left !important;

    left: 16px !important;
}

.relatedCol h2 {
    width: 100%;
    position: relative;
    left: 15px;
}

.relatedposts {
    background: #e8e8e8;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 50px;
}

.relatedCol h3 a:hover {
    text-decoration: underline;
    color: #ff9e1b;
}

.cateogry-search {
    margin-top: 55px !important;
    margin-bottom: 50px !important;
}

.rel_head span {
    float: right;
    font-size: 16px;
    position: relative;
    top: 23px;
    color: #000;
    font-style: normal;
    right: 34px;
    font-weight: 600;
}

.rel_head span a {
    color: #000;
}

.search-no-results .cateogry-search {
    margin-top: 255px !important;
    margin-bottom: 60px !important;
}

.search-no-results .no-results {
    padding-bottom: 50px;
}

.popularnews {
    flex: 0 0 29.333% !important;
    max-width: 29.333% !important;
}

.popularnews ul {
    padding-left: 0;
    list-style: none;
    margin-left: 0px;
}

.popularnews ul li {
    border-bottom: 1px solid #fff;
    padding-bottom: 33px;
    font-family: 'Myriad Pro', sans-serif;
    padding-top: 29px;
}

.popularnews ul li a {
    color: #fff;
    font-size: 24px;
    text-decoration: none
}

.popularnews ul li a:hover {
    text-decoration: underline !important;
    color: #ff9e1b !important;
}

.popularnews ul li:last-child {
    border-bottom: 0px;
}


.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 2px 14px -9px #bbcbd8;
    height: 448px;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;

}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 15px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.post-slide .post-description {
    color: #333;
    margin-bottom: 25px;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 15px !important;
    line-height: 22px !important;
    text-align: left !important;
    font-style: normal !important;
    max-height: 138px;
    overflow-y: scroll;
}

.post-slide .post-date {
    color: #000;
    font-size: 14px;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: bold;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

.owl-controls .owl-buttons {
    top: -245px;
    position: relative;
}

.owl-controls .owl-buttons .owl-prev {
    background: #041e42;
    position: absolute;
    top: -13%;
    left: -41px;
    padding: 0 18px 0 15px;
    border-radius: 0px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #041e42;
    position: absolute;
    top: -13%;
    right: -41px;
    padding: 0 15px 0 18px;
    border-radius: 0px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #fff;
    font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}


@media (max-width: 1600px) {
    .tesimonial-col {
        width: 84%;
        margin: auto;
    }

}

@media (min-width: 600px) {
    .site-header {
        z-index: 99999;
    }

    .home .banner-text-content {
        z-index: 9;
    }
}

@media (max-width: 767px) {

    .mob-call i.fa.fa-phone {
        padding-top: 10px;
    }

    .page-id-2 .image-content .bg-replace {
        top: 20px;
    }




}










.innerpage .page-banner,
.innerpage .page-banner .no-slider {
    min-height: 432px !important;
}

.contact-wrap .vertical-align {
    height: 100% !important;
}



@media only screen and (min-width: 1550px) and (max-width: 1700px) {

    .page.page-id-2 .page-banner.full-size {
        min-height: 490px !important;
    }

    @supports (-moz-appearance: none) {

        .page.page-id-2 .page-banner.full-size {
            min-height: 520px !important;
        }

    }



}


@media only screen and (min-width: 1025px) and (max-width: 1549px) {

    .page.page-id-2 .page-banner.full-size {
        min-height: 510px!important;
    }

    @supports (-moz-appearance: none) {

        .page.page-id-2 .page-banner.full-size {
            min-height: 490px !important;
        }

    }



}


@media(min-width: 1700px) and (max-width:1920px) {

    .page-id-2 .page-banner {
        min-height: 675px !important;
    }


}
