@charset "UTF-8";
/*@import "https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,700,900";*/

@media (min-width: 768px) {
    .container-left-half, .container-right-half {
        width: 375px
    }
}

@media (min-width: 992px) {
    .container-left-half, .container-right-half {
        width: 485px
    }
}

@media (min-width: 1200px) {
    .container-left-half, .container-right-half {
        width: 585px
    }
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: inherit
}

.unstyled-tabs-title {
    margin-bottom: -20px
}

.nav-unstyled {
    list-style: none;
    padding: 0;
    margin: 0 -12px
}

.nav-unstyled li {
    display: inline-block;
    margin-bottom: -1px
}

.nav-unstyled li a {
    display: inline-block;
    padding: 10px 12px;
    font-weight: 500
}

.nav-unstyled .active a {
    color: #1f232b;
    border-color: #004193
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    color: inherit;
    font-weight: 300
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible
}

::-moz-selection {
    color: #fff;
    background-color: #004193
}

::selection {
    color: #fff;
    background-color: #004193
}

::-moz-selection {
    color: #fff;
    background-color: #004193
}

body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    background-color: #ccc
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    line-height: 1.5;
    word-break: break-word;
    margin-top: 1.3em;
    margin-bottom: .8em
}

h1 {
    font-size: 52px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0
}

p {
    margin-bottom: 20px
}

p:last-child {
    margin-bottom: 0
}

blockquote {
    position: relative;
    margin: 25px 0;
    padding: 0;
    border: none;
    font-size: 20px;
    line-height: 30px;
    color: rgba(129, 129, 129, 0.8);
    font-style: italic
}

blockquote img {
    display: block;
    max-width: 120px;
    margin: 0 auto 15px;
    border-radius: 50%
}

blockquote .item-meta {
    font-style: normal;
    line-height: 24px
}

blockquote .item-meta.media {
    margin: 0
}

blockquote .item-meta h4 {
    margin-bottom: 0
}

blockquote .media-left {
    padding-right: 15px
}

@media (min-width: 768px) {
    blockquote.text-center {
        max-width: 85%;
        margin-right: auto;
        margin-left: auto
    }
}

blockquote.with_single_quote {
    z-index: 1
}

blockquote.with_single_quote .item-meta:after {
    content: "“";
    display: block;
    margin-top: 25px;
    font-style: normal;
    color: #004193;
    font-size: 48px
}

.owl-carousel blockquote {
    margin-top: 0;
    margin-bottom: 0
}

img, figure {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    transition: all .2s ease-in-out 0
}

a:hover {
    color: #004193;
    text-decoration: none;
    transition: all .2s linear 0
}

input:focus, button:focus, select:focus, textarea:focus, a:focus {
    outline: medium none;
    text-decoration: none
}

a > img {
    transition: all .2s ease-in-out 0
}

a:hover > img {
    opacity: .8
}

ul, ol {
    padding-left: 30px;
    margin-bottom: 20px
}

.list2 ul, ul.list2 {
    list-style: none;
    padding-left: 20px
}

.list2 li {
    position: relative;
    padding: 8px 0
}

.list2 li:first-child {
    padding-top: 0
}

.list2 li:first-child:before {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.list2 li:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #004193
}

.list2.checklist {
    padding-left: 30px
}

.list2.checklist li:before {
    content: "\f00c";
    font-size: 14px;
    left: -30px
}

.theme_buttons a, .theme_button, .wc-proceed-to-checkout .checkout-button, .buttons a, button, input[type="submit"] {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 22px 35px;
    margin-bottom: 4px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: none;
    background-color: #1f232b;
    border-radius: 3px;
    border: 2px solid #1f232b;
    position: relative;
    transition: all .4s linear 0
}

.theme_buttons.color1 a, .theme_button.color1, .button.alt, .btn-accent, .wc-proceed-to-checkout .checkout-button, .form-submit [type="submit"] {
    background-color: #004193;
    border-color: #004193
}

.theme_buttons.color1 a:hover, .theme_buttons.color1 a:focus, .theme_buttons.color1 a:active, .theme_button.color1:hover, .theme_button.color1:focus, .theme_button.color1:active, .button.alt:hover, .button.alt:focus, .button.alt:active, .btn-accent:hover, .btn-accent:focus, .btn-accent:active, .wc-proceed-to-checkout .checkout-button:hover, .wc-proceed-to-checkout .checkout-button:focus, .wc-proceed-to-checkout .checkout-button:active, .form-submit [type="submit"]:hover, .form-submit [type="submit"]:focus, .form-submit [type="submit"]:active {
    color: #1f232b;
    border-color: #004193
}

.theme_buttons.color2 a, .theme_button.color2 {
    background-color: #004193;
    border-color: #004193
}

.theme_buttons.color2 a:hover, .theme_buttons.color2 a:focus, .theme_buttons.color2 a:active, .theme_button.color2:hover, .theme_button.color2:focus, .theme_button.color2:active {
    color: #1f232b;
    border-color: #004193
}

.theme_button[class*="color"]:hover, .theme_button[class*="color"]:focus, .theme_button[class*="color"]:active {
    color: #1f232b
}

.theme_buttons a:active, .theme_buttons a:hover, .theme_buttons a:focus, .theme_button:active, .theme_button:hover, .theme_button:focus, .wc-proceed-to-checkout .checkout-button:hover {
    color: #1f232b;
    border-color: #1f232b;
    opacity: 1;
    text-decoration: none;
    outline: none;
    transition: all .05s linear 0
}

.theme_buttons a:active, .theme_button:active {
    top: 1px
}

.theme_button.inverse {
    color: #1f232b;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.theme_button.inverse:hover, .theme_button.inverse:focus, .theme_button.inverse:active {
    color: #004193;
    background-color: #f2f2f2
}

.theme_button.inverse.color1 {
    background-color: transparent;
    border-color: #004193;
    color: #1f232b
}

.theme_button.inverse.color1:hover, .theme_button.inverse.color1:focus, .theme_button.inverse.color1:active {
    color: #fff;
    background-color: #004193
}

h1 > [class*="rt-icon"], h2 > [class*="rt-icon"], h3 > [class*="rt-icon"], h4 > [class*="rt-icon"], h5 > [class*="rt-icon"], h6 > [class*="rt-icon"] {
    position: relative;
    top: .08em;
    padding-right: .1em
}

p > [class*="rt-icon"] {
    font-size: 1.1em;
    position: relative;
    top: .1em;
    line-height: 0;
    padding: 0 .2em
}

p > [class*="rt-icon"] + [class*="rt-icon"] {
    margin-left: -.75em
}

.theme_buttons a > [class*="rt-icon"], .theme_button > [class*="rt-icon"] {
    font-size: 1.8em;
    line-height: 0;
    position: relative;
    top: 5px;
    padding: 0 3px
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s ease-in-out 0
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel.dots-center .owl-dots {
    text-align: center
}

.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    counter-reset: owl-dots
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0 6px
}

.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    border: 2px solid #1f232b;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    text-indent: -9999px;
    transition: all .2s ease-in-out 0
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    border-color: #004193
}

.owl-carousel .owl-nav {
    transition: all .6s ease 0
}

@media (max-width: 1299px) {
    .container .owl-carousel[data-nav=true] {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (min-width: 1300px) {
    .container .owl-carousel[data-nav=true] .owl-nav {
        left: -60px;
        right: -60px
    }
}

@media (min-width: 1600px) {
    .container .owl-carousel[data-nav=true] .owl-nav {
        left: -150px;
        right: -150px
    }
}

.no-js .owl-carousel {
    display: block
}

.owl-theme:hover .owl-nav {
    opacity: 1
}

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots {
    margin-top: 40px
}

.owl-center .owl-nav {
    top: 0;
    bottom: 0;
    position: static;
    margin-top: 0;
    opacity: 1
}

@media (min-width: 600px) {
    .text-nav {
        padding-right: 60px;
        padding-left: 60px
    }

    .text-nav .owl-nav > div {
        width: 60px
    }
}

.owl-carousel .owl-item {
    transition: opacity .2s ease .1s;
    opacity: 0
}

.owl-carousel .owl-item.active {
    opacity: 1
}

.owl-center .owl-item {
    opacity: 1
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block;
    height: 100vh;
    max-height: 600px;
    object-fit: cover;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.flexslider .slides > li {
    position: relative
}

.flexslider {
    margin: 0;
    position: relative;
    zoom: 1
}

.flexslider:hover .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-control-nav {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 25px;
    text-align: center;
    z-index: 10
}

.flex-control-nav li {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px;
    zoom: 1;
    *display: inline
}

.flex-control-nav li:first-child {
    padding-left: 0
}

.flex-control-nav li:last-child {
    padding-right: 0
}

.flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    border: 2px solid #1f232b;
    color: transparent;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    box-shadow: 0 0 5px #fff;
}

.flex-control-paging li a.flex-active {
    border-color: #004193
}

@media screen and (max-width: 600px) {
    .flex-direction-nav .flex-prev {
        top: 24%
    }

    .flex-direction-nav .flex-next {
        top: 24%
    }
}

.flex-custom-nav {
    text-align: center;
    position: absolute;
    bottom: 38px;
    right: 0;
    left: 0;
    z-index: 3;
    line-height: 1;
    transition: all .2s ease-in-out 0
}

.flex-custom-nav .flex-control-nav {
    width: auto;
    display: inline-block;
    position: static
}

.flex-custom-nav .flex-custom-link {
    font-size: 13px;
    position: relative;
    bottom: 7px;
    margin: 0 8px;
    color: #1f232b
}

.ds .flex-custom-nav .flex-custom-link, .cs .flex-custom-nav .flex-custom-link {
    color: #fff
}

.flex-custom-nav .flex-custom-link:hover {
    color: #004193
}

.intro_section:hover .flex-custom-nav {
    opacity: 1
}

#toTop {
    bottom: 10px;
    right: 10px;
    display: none;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    z-index: 9999;
    font-size: 0;
    color: transparent;
    color: #fff;
    background-color: #004193;
    border-radius: 50%
}

@media (min-width: 768px) {
    #toTop {
        bottom: 30px;
        right: 30px
    }
}

#toTop:after {
    color: #fff;
    content: '\f106';
    font-size: 16px;
    line-height: 50px;
    font-family: 'FontAwesome';
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .2s linear
}

#toTopHover, #toTop:hover {
    bottom: 15px;
    opacity: 1
}

@media (min-width: 768px) {
    #toTopHover, #toTop:hover {
        bottom: 35px
    }
}

#toTop:hover:after {
    color: #fff
}

#toTop:active, #toTop:focus {
    outline: medium none
}

.modal-open #toTop {
    visibility: hidden
}

.section_padding_15 > [class*="container"] {
    padding-top: 15px;
    padding-bottom: 15px
}

.section_padding_top_15 > [class*="container"] {
    padding-top: 15px
}

.section_padding_top_25 > [class*="container"] {
    padding-top: 25px
}

.section_padding_top_65 > [class*="container"] {
    padding-top: 65px
}

.section_padding_top_150 > [class*="container"] {
    padding-top: 150px
}

.section_padding_bottom_15 > [class*="container"] {
    padding-bottom: 15px
}

.section_padding_bottom_25 > [class*="container"] {
    padding-bottom: 25px
}

.section_padding_bottom_65 > [class*="container"] {
    padding-bottom: 65px
}

.section_padding_bottom_100 > [class*="container"] {
    padding-bottom: 100px
}

.section_padding_bottom_130 > [class*="container"] {
    padding-bottom: 130px
}

.section_padding_bottom_150 > [class*="container"] {
    padding-bottom: 150px
}

@media (max-width: 991px) {
    .section_padding_100 > [class*="container"], .section_padding_top_100 > [class*="container"], .section_padding_top_130 > [class*="container"], .section_padding_top_150 > [class*="container"] {
        padding-top: 75px
    }

    .section_padding_100 > [class*="container"], .section_padding_bottom_100 > [class*="container"], .section_padding_bottom_130 > [class*="container"], .section_padding_bottom_150 > [class*="container"], .section_padding_bottom_165 > [class*="container"] {
        padding-bottom: 75px
    }
}

@media (max-width: 992px) {
    .section_padding_top_15per > [class*="container"] {
        padding-top: 150px
    }

    .section_padding_bottom_15per > [class*="container"] {
        padding-bottom: 150px
    }
}

[class*="col-"] {
    margin-top: 10px;
    margin-bottom: 10px
}

[class*="col-"] > .checkbox, [class*="col-"] > .radio {
    margin: 0
}

[class*="_0"] [class*="col-"], header [class*="col-"], .page_topline [class*="col-"] {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 0
}

@media (min-width: 992px) {
    .columns_padding_25 > [class*="container"] > .row, .row.columns_padding_25 {
        margin-right: -25px;
        margin-left: -25px
    }

    .columns_padding_25 > [class*="container"] > .row > [class*="col-"], .row.columns_padding_25 > [class*="col-"] {
        padding-left: 25px;
        padding-right: 25px
    }

    .columns_padding_50 > [class*="container"] > .row {
        margin-right: -50px;
        margin-left: -50px
    }

    .columns_padding_50 > [class*="container"] > .row > [class*="col-"] {
        padding-left: 50px;
        padding-right: 50px
    }

    .columns_padding_80 > [class*="container"] > .row {
        margin-right: -50px;
        margin-left: -50px
    }

    .columns_padding_80 > [class*="container"] > .row > [class*="col-"] {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (min-width: 1200px) {
    .columns_padding_80 > [class*="container"] > .row {
        margin-right: -80px;
        margin-left: -80px
    }

    .columns_padding_80 > [class*="container"] > .row > [class*="col-"] {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (min-width: 600px) {
    .container_padding_60 .container-fluid {
        padding-right: 60px;
        padding-left: 60px
    }
}

.columns_margin_top_60 [class*="col-"], .row.columns_margin_top_60 [class*="col-"] {
    margin-top: 60px
}

.columns_margin_bottom_30 [class*="col-"], .row.columns_margin_bottom_30 [class*="col-"] {
    margin-bottom: 30px
}

.table_section .container {
    height: 100%;
    padding-left: 0;
    padding-right: 0
}

.table_section .row {
    display: table;
    min-width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0
}

.table_section [class*="col-"] {
    display: table-cell;
    vertical-align: middle;
    float: none
}

@media screen and (max-width: 767px) {
    .table_section .row, .table_section [class*="col-"] {
        display: block
    }

    aside {
        margin-top: 60px !important
    }
}

@media screen and (max-width: 991px) {
    .table_section.table_section_md .row, .table_section.table_section_md > [class*="container"] > .row > [class*="col-"] {
        display: block
    }
}

@media screen and (max-width: 1199px) {
    .table_section.table_section_lg .row, .table_section.table_section_lg > [class*="container"] > .row > [class*="col-"] {
        display: block
    }
}

@media screen and (min-width: 992px) {
    .top-overlap {
        margin-top: -50px;
        max-width: 110%
    }
}

@media (min-width: 1200px) {
    .top-overlap {
        margin-top: -200px
    }
}

@media (min-width: 768px) {
    .container-fluid > .row {
        margin-right: 0;
        margin-left: 0
    }
}

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

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

@media (min-width: 1600px) {
    .container-fluid {
        padding-right: 65px;
        padding-left: 65px
    }
}

@media (max-width: 767px) {
    .table_section .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .clear-sm {
        clear: both
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .clear-md {
        clear: both
    }
}

@media (min-width: 1200px) {
    .clear-lg {
        clear: both
    }
}

.image_cover, .background_cover, .parallax {
    background-size: cover
}

.background_cover {
    background-position: center
}

.image_cover {
    display: block;
    position: absolute;
    width: 50%;
    z-index: 2;
    top: 0;
    bottom: 0;
    background-position: 50% 50%
}

@media (max-width: 991px) {
    .image_cover {
        height: 0;
        padding-bottom: 66%;
        margin-bottom: -30px;
        width: 100%;
        position: relative
    }
}

.image_cover + [class*='container'] [class*='col-'] > img, .image_cover + [class*='container'] [class*='col-'] > a:after, .image_cover + [class*='container'] [class*='col-'] > a > img {
    display: none
}

@media (min-width: 992px) {
    .half_section.columns_padding_80 > [class*="container"] > .row {
        margin-left: 0;
        margin-right: 0
    }
}

.half_section .image_cover_left + .container .col-md-6 {
    padding-right: 0
}

@media (max-width: 767px) {
    .parallax {
        background-size: auto auto
    }
}

.parallax > *, .muted_section > *, .radial_gradient > *, .gradient > *, .vertical_gradient > *, .darken_gradient > *, .diagonal_section > *, .background_cover > * {
    z-index: 4;
    position: relative
}

.gradient, .muted_section, .vertical_gradient, .darken_gradient, .background_cover {
    position: relative
}

.muted_section:before, .muted_section:after, .parallax:before, .parallax:after, .gradient:before, .gradient:after, .vertical_gradient:before, .vertical_gradient:after, .darken_gradient:before, .darken_gradient:after, .background_cover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3
}

.background_cover:after {
    display: none
}

.muted_section:before, .muted_section:after, .parallax:before, .parallax:after, .background_cover:after {
    opacity: .8
}

.overflow_hidden {
    overflow: hidden;
    position: relative
}

.section_header {
    margin-bottom: 30px;
    font-size: 40px;
    position: relative;
    word-wrap: break-word;
    text-transform: uppercase;
    font-weight: 900
}

.section_header.big {
    font-size: 40px
}

@media (min-width: 1200px) {
    .section_header.big {
        font-size: 60px
    }
}

.media_heading {
    margin-bottom: 40px
}

.media_heading .media-left {
    font-weight: 900;
    font-size: 78px;
    padding-right: 5px
}

@media (min-width: 1200px) {
    .media_heading .media-left {
        font-size: 100px;
        padding-right: 10px
    }
}

.media_heading .section_header {
    margin: 5px 0 0;
    line-height: .9
}

h4 + .section_header {
    margin-top: 0
}

@media (min-width: 992px) {
    .text-center .section_header + p, .section_header.text-center + p {
        max-width: 68%;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
}

@media (max-width: 991px) {
    .section_header.text-center + p, .text-center .section_header + p {
        max-width: 100%
    }

    .section_header + p {
        font-size: 1.1em;
        letter-spacing: 0
    }
}

.no-js .preloader, .lt-ie9 .preloader, .lt-ie10 .preloader {
    display: none
}

.to_animate {
    visibility: hidden
}

.no-js .to_animate, .lt-ie10 .to_animate, .lt-ie9 .to_animate {
    visibility: visible
}

.animated {
    visibility: visible !important
}

#box_wrapper, #canvas {
    overflow: hidden;
    position: relative
}

#box_wrapper > section, #box_wrapper > div > section {
    clear: both
}

@media (max-width: 500px) {
    .boxed .container {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width: 1400px) {
    .boxed #box_wrapper.container {
        width: 1370px
    }
}

@media (min-width: 1590px) {
    .boxed #box_wrapper.container {
        width: 1560px
    }
}

@media (min-width: 1200px) {
    .section_bottom_overlap {
        position: absolute;
        z-index: 3;
        right: 0;
        left: 0
    }

    .section_bottom_overlap.ds {
        background-color: rgba(31, 35, 43, 0.5)
    }
}

.clear, .clearfix {
    clear: both
}

.round {
    border-radius: 50%
}

.rounded {
    border-radius: 3px
}

.divided-content > * {
    display: inline-block;
    padding-right: 7px
}

.divided-content > * + :before {
    content: "|";
    display: inline-block;
    padding-right: 11px;
    color: #818181
}

@media (min-width: 400px) {
    .with_padding {
        padding: 35px
    }
}

@media (min-width: 1200px) {
    .with_padding.big-padding {
        padding: 55px
    }
}

.with_border {
    border: 1px solid #e5e5e5
}

.big {
    font-size: 42px;
    line-height: 1
}

@media (min-width: 768px) {
    .big {
        font-size: 52px
    }
}

.response, .highlight {
    color: #004193;
    border-color: #004193
}

.lightgrey {
    color: #bebebe
}

.black {
    color: #1c1c1c;
    border-color: #1c1c1c
}

.grey {
    color: #1f232b;
    border-color: #1f232b
}

.greylinks a {
    color: #818181
}

.darklinks a {
    color: #1f232b
}

.regular {
    font-weight: 400
}

.medium {
    font-weight: 500
}

.bold {
    font-weight: 700
}

.weight-black {
    font-weight: 900
}

.main_bg_color, .main_bg_color2, .main_bg_color3, .dark_bg_color, .darkblue_bg_color, .darkgrey_bg_color, .success_bg_color, .info_bg_color, .warning_bg_color, .danger_bg_color, .danger_bg_color {
    color: #fff
}

.main_bg_color {
    background-color: #004193
}

.margin_0 {
    margin: 0 !important
}

.topmargin_10 {
    margin-top: 10px
}

.topmargin_20 {
    margin-top: 20px
}

.topmargin_30 {
    margin-top: 30px
}

.bottommargin_0 {
    margin-bottom: 0 !important
}

.bottommargin_10 {
    margin-bottom: 10px
}

.bottommargin_30 {
    margin-bottom: 30px
}

.fontsize_14 {
    font-size: 14px
}

.fontsize_16 {
    font-size: 16px
}

.fontsize_18 {
    font-size: 18px
}

.fontsize_20 {
    font-size: 20px;
    line-height: 30px
}

.fontsize_22 {
    font-size: 22px
}

.fontsize_24 {
    font-size: 24px
}

.fontsize_28 {
    font-size: 28px
}

.fontsize_30 {
    font-size: 30px
}

.fontsize_32 {
    font-size: 32px
}

.lineheight_thin {
    line-height: 24px
}

.display_table {
    display: table;
    min-width: 100%;
    height: 100%;
    margin: auto;
    border-collapse: collapse
}

.display_table_cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
    overflow: hidden;
    zoom: 1;
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    .pull-lg-right {
        float: right
    }

    .pull-lg-left {
        float: left
    }

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

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

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

    .display_table_lg {
        display: table;
        min-width: 100%;
        height: 100%;
        margin: auto;
        border-collapse: collapse
    }

    .display_table_cell_lg {
        display: table-cell;
        vertical-align: middle;
        float: none;
        overflow: hidden;
        zoom: 1;
        box-sizing: border-box
    }
}

@media (min-width: 992px) {
    .pull-md-right {
        float: right
    }

    .pull-md-left {
        float: left
    }

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

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

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

    .display_inline_md {
        display: inline
    }

    .display_table_md {
        display: table;
        min-width: 100%;
        height: 100%;
        margin: auto;
        border-collapse: collapse
    }

    .display_table_cell_md {
        display: table-cell;
        vertical-align: middle;
        float: none;
        overflow: hidden;
        zoom: 1;
        box-sizing: border-box
    }
}

@media (min-width: 768px) {
    .pull-sm-right {
        float: right
    }

    .pull-sm-left {
        float: left
    }

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

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

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

    .display_table_sm {
        display: table;
        min-width: 100%;
        height: 100%;
        margin: auto;
        border-collapse: collapse
    }

    .display_table_cell_sm {
        display: table-cell;
        vertical-align: middle;
        float: none;
        overflow: hidden;
        zoom: 1;
        box-sizing: border-box
    }
}

@media (max-width: 767px) {
    .text-xs-right {
        text-align: right
    }

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

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

@media (max-width: 500px) {
    .hidden-xxs {
        display: none
    }
}

.inline-dropdown {
    list-style: none;
    margin: 0
}

.inline-dropdown > li {
    display: inline-block;
    margin: 0 -2px
}

.small-text {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase
}

.small-text.small {
    font-size: 11px;
    font-weight: 400
}

.nowrap {
    white-space: nowrap
}

.media.inline-block {
    display: inline-block
}

.media.inline-block .media-body {
    width: auto
}

.content-justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content-justify.vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-justify.content-margins > * {
    margin-top: 10px;
    margin-bottom: 10px
}

.inline-content {
    margin-right: -15px;
    margin-left: -15px
}

.inline-content > * {
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px
}

.inline-content > .media {
    margin-top: 10px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .no-content-padding [class*='col-xs-'] .item-content, .full-padding [class*='col-xs-'] .item-content {
        padding-left: 30px
    }

    .no-content-padding [class*='col-xs-'][class*='col-xs-pull'] .item-content, .full-padding [class*='col-xs-'][class*='col-xs-pull'] .item-content {
        padding-left: 0;
        padding-right: 30px
    }

    .no-content-padding .col-xs-12 .item-content, .full-padding .col-xs-12 .item-content {
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0
    }
}

.item-meta {
    font-size: 14px;
    margin-bottom: 5px
}

a.bottom-right-corner:hover i, a.bottom-right-corner:focus i, a.bottom-right-corner:active i {
    color: #e34f61
}

.media-links:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(38, 38, 38, 0.5);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all .2s linear
}

[class*="-item"]:hover .media-links:before {
    opacity: 1
}

.media-links a.abs-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0
}

[class*="-item"]:hover .media-links a.abs-link {
    opacity: 1
}

[class*="-item"] .links-wrap a {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 46px;
    top: -100px;
    border: 2px solid transparent;
    border-radius: 5px;
    display: inline-block;
    z-index: 5;
    font-size: 16px;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0;
    -moz-transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0;
    -ms-transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0;
    -o-transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0;
    -webkit-transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0
}

[class*="-item"] .links-wrap a.p-view {
    color: #004193
}

[class*="-item"] .links-wrap a.p-view:hover {
    color: #1f232b
}

[class*="-item"] .links-wrap a.p-link {
    transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275) .1s;
    -moz-transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275) .1s;
    -ms-transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275) .1s;
    -o-transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275) .1s;
    -webkit-transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275) .1s
}

[class*="-item"] .links-wrap a.p-link:hover {
    color: #004193
}

[class*="-item"] .links-wrap a:before {
    font-family: 'FontAwesome';
    content: "\f002"
}

[class*="-item"] .links-wrap a.p-link:before {
    content: "\f041"
}

[class*="-item"]:hover .links-wrap a {
    top: 0;
    filter: alpha(opacity=100);
    opacity: 1
}

[class*="-item"]:hover .media-links div {
    filter: alpha(opacity=100);
    opacity: 1
}

@media (max-width: 1199px) {
    .item-icons > div {
        padding-left: 30px;
        padding-right: 30px
    }
}

.header_white {
    color: #818181;
    background-color: #fff
}

.header_white a.logo {
    color: #1f232b
}

@media (max-width: 767px) {
    .header-notes-dropdown, .login-dropdown, .cart-dropdown {
        position: static
    }

    .header-notes-dropdown .dropdown-menu, .login-dropdown .dropdown-menu, .cart-dropdown .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
        right: 0;
        left: 0;
        min-width: 0
    }
}

@media (max-width: 992px) {
    .page_header_wrapper .col-sm-12 {
        min-height: 0
    }
}

a.logo {
    display: inline-block;
    word-break: break-word;
    font-size: 24px;
    position: relative;
    z-index: 2;
    padding: 5px 0
}

.ls a.logo {
    color: #1f232b
}

.ds a.logo, .ds a.logo:hover {
    color: #fff
}

@media (max-width: 600px) {
    a.logo.logo_image_and_text .logo_text {
        display: none
    }
}

@media (max-width: 1400px) {
    .logo + .logo-meta {
        display: none
    }
}

.lt-ie9 .page_header_wrapper {
    height: auto !important
}

.lt-ie9 .page_header_wrapper .md-hidden {
    display: inline-block
}

.page_header {
    transition: background .2s ease-in-out 0s, margin .6s ease-in-out 0;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 1000;
    margin: 0;
    padding: 0;
    height: auto
}

.page_header [class*="display_table_cell"] {
    overflow: visible
}

@media (max-width: 767px) {
    .page_header .widget_search {
        display: none
    }
}

.page_header:before, .page_header:after {
    content: '';
    display: block;
    clear: both
}

.header_left_logo {
    position: relative
}

.page_header {
    height: auto
}

.header_left_logo {
    white-space: nowrap;
    padding: 0 15px;
    overflow: visible
}

.header_left_logo .logo img {
    max-width: 125px
}

.header_mainmenu {
    overflow: visible;
    /*width: 10000px;*/
    /*padding: 0 15px*/
}

@media (min-width: 1600px) {
    .header_left_logo {
        padding: 0 50px
    }

    .row .header_left_logo {
        padding: inherit
    }

    .header_right_buttons {
        padding: 0 50px
    }

    .row .header_right_buttons {
        padding: inherit
    }
}

body {
    position: relative;
    left: 0
}

body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    visibility: hidden;
    opacity: 0
}

body, body:after, .page_header_side {
    transition: all .6s ease-in-out
}

body {
    transition-property: left, right
}

@media (max-width: 350px) {
    .toggle_menu_side {
        top: 0;
        right: -50px
    }
}

.container {
    max-width: 100%
}

@media (max-width: 767px) {
    .container {
        max-width: 500px
    }
}

@media (max-width: 350px) {
    .page_header_side.header_side_right .toggle_menu_side {
        left: -50px
    }
}

.ls {
    background-color: #fff;
    color: #818181
}

.ls h1, .ls h2, .ls h3, .ls h4, .ls h5, .ls h6 {
    color: #1f232b
}

.ls h1 a, .ls h2 a, .ls h3 a, .ls h4 a, .ls h5 a, .ls h6 a {
    color: inherit
}

.ls h1 a:hover, .ls h2 a:hover, .ls h3 a:hover, .ls h4 a:hover, .ls h5 a:hover, .ls h6 a:hover {
    color: #004193
}

.ls h1.grey, .ls h2.grey, .ls h3.grey, .ls h4.grey, .ls h5.grey, .ls h6.grey {
    color: #818181
}

.ls h1.hover-color2 a:hover, .ls h2.hover-color2 a:hover, .ls h3.hover-color2 a:hover, .ls h4.hover-color2 a:hover, .ls h5.hover-color2 a:hover, .ls h6.hover-color2 a:hover {
    color: #004193
}

.ls h1.hover-color3 a:hover, .ls h2.hover-color3 a:hover, .ls h3.hover-color3 a:hover, .ls h4.hover-color3 a:hover, .ls h5.hover-color3 a:hover, .ls h6.hover-color3 a:hover {
    color: #e34f61
}

.ls [class*='_bg']:not(.light_bg_color) {
    color: #fff
}

.ls [class*='_bg']:not(.light_bg_color) h1, .ls [class*='_bg']:not(.light_bg_color) h2, .ls [class*='_bg']:not(.light_bg_color) h3, .ls [class*='_bg']:not(.light_bg_color) h4, .ls [class*='_bg']:not(.light_bg_color) h5, .ls [class*='_bg']:not(.light_bg_color) h6 {
    color: #fff
}

.ls .light_bg_color {
    color: #1f232b
}

.ls a {
    color: #004193
}

.ls a:hover {
    color: #1f232b
}

.ls .color-icon.bg-icon {
    background-color: #ececec
}

.ls .grey {
    color: #1f232b
}

.ls .highlight {
    color: #004193
}

.ls .highlight2 {
    color: #004193
}

.ls .highlightlinks a, .ls .highlightlink {
    color: #004193
}

.ls .highlightlinks a:hover, .ls .highlightlink:hover {
    color: #1f232b
}

.ls .greylinks a {
    color: #818181
}

.ls .greylinks a:hover {
    color: #1f232b
}

.ls .greylinks a.social-icon {
    color: #bebebe
}

.ls .darklinks a {
    color: #1f232b
}

.ls .darklinks a:hover {
    color: #004193
}

.ls .darklinks.color3 a:hover {
    color: #e34f61
}

.ls .colorlinks a {
    color: #004193
}

.ls .colorlinks a:hover, .ls .colorlinks a:focus, .ls .colorlinks a:active {
    color: #004193
}

.ls .color2links a, .ls .color2links a.social-icon {
    color: #004193
}

.ls .color2links a:hover, .ls .color2links a:focus, .ls .color2links a:active, .ls .color2links a.social-icon:hover, .ls .color2links a.social-icon:focus, .ls .color2links a.social-icon:active {
    color: #1f232b
}

.ls .pagination > li > a, .ls .pagination > li > span {
    color: #818181
}

.ls .pagination > li.active > a, .ls .pagination > li.active > span, .ls .pagination > li > a:hover, .ls .pagination > li > span:hover, .ls .pagination > li > a:focus, .ls .pagination > li > span:focus {
    color: #fff
}

.ls .breadcrumb > li + li:before {
    color: #818181
}

.ls .no_bg_button.color1 {
    color: #004193
}

.ls .no_bg_button.color2 {
    color: #004193
}

.ls .no_bg_button[class*="color"]:hover, .ls .no_bg_button[class*="color"]:focus, .ls .no_bg_button[class*="color"]:active {
    color: #1f232b
}

.ls .nav-unstyled .active a {
    color: #004193
}

.ls .theme_button {
    color: #fff
}

.ls .theme_button:hover, .ls .theme_button:focus, .ls .theme_button:active {
    color: #1f232b;
    background-color: transparent
}

.ls .theme_button.inverse {
    color: #1f232b
}

.ls.ms {
    background-color: #f2f2f2
}

.ls.ms .theme_button.inverse {
    background-color: #fff;
    border-color: #fff
}

.ls.ms .theme_button.inverse:hover, .ls.ms .theme_button.inverse:focus, .ls.ms .theme_button.inverse:active {
    background-color: transparent
}

.ls.ms .theme_button.inverse.color1 {
    background-color: transparent;
    border-color: #004193;
    color: #1f232b
}

.ds {
    background-color: #1f232b;
    color: #818181
}

.ds h1, .ds h2, .ds h3, .ds h4, .ds h5, .ds h6 {
    color: #fff
}

.ds .ls a:hover {
    color: #1f232b
}

.ds .ls .darklinks a:hover {
    color: #004193
}

.ds a {
    color: #fff
}

.ds a:hover {
    color: #004193
}

.ds [class*='soc-'] {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2)
}

.ds .social-icon.color-icon:hover {
    color: #fff
}

.ds .highlight {
    color: #004193
}

.ds .grey, .ds .black {
    color: #fff;
    border-color: #fff
}

.ds .lightgrey {
    color: #cbcbcb
}

.ds .highlightlinks a, .ds .highlightlink {
    color: #004193
}

.ds .highlightlinks a:hover, .ds .highlightlink:hover {
    color: #fff
}

.ds .greylinks a {
    color: #818181
}

.ds .greylinks a:hover {
    color: #004193
}

.ds .greylinks a.social-icon {
    color: #818181
}

.ds .darklinks a {
    color: #fff
}

.ds .darklinks a:hover {
    color: #004193
}

.ds .darklinks a.social-icon {
    color: #fff;
    border-color: #fff
}

.ds a.border-icon {
    border-color: rgba(255, 255, 255, 0.2)
}

.ds + .page_footer.ds {
    background-color: #1c1c1c
}

.ds .theme_button {
    color: #004193;
    border-color: #fff;
    background-color: #fff
}

.ds .theme_button.color1 {
    color: #fff;
    border-color: #004193;
    background-color: #004193
}

.page_topline {
    font-size: 14px;
    position: relative;
    z-index: 1001
}

.page_about.background_cover {
    background-image: url(../../img/parallax/texture2.jpg?123);
    background-size: contain
}

@media (max-width: 991px) {
    .page_copyright.section_padding_50 > .container {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .page_footer > .container {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.page_footer .widget {
    margin-bottom: 40px
}

.page_copyright p {
    margin: 0
}

.intro_section {
    position: relative;
    clear: both
}

.intro_section .slides > li {
    position: relative;
    overflow: hidden
}

.intro_section .flexslider:before, .intro_section .flexslider:after {
    content: '';
    display: block;
    clear: both
}

.intro_section .flexslider .container, .intro_section img + .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.intro_section [class*="col-"] {
    position: static;
    min-height: 0
}

.intro_section .slide_description_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    font-size: 0;
    z-index: 5;
    padding: 30px 0;
    text-align: left;
    max-width: 90%;
    margin: auto;
}

@media (min-width: 600px) {
    .boxed .intro_section .slide_description_wrapper {
        padding-left: 60px;
        padding-right: 60px
    }
}

/*@media (min-width: 1200px) {
    .intro_section .slide_description_wrapper {
        padding-top: 140px
    }
}*/

.intro_section .slide_description {
    font-size: 14px;
    /*max-width: 50%*/
}

/*@media (min-width: 992px) {
    .intro_section .slide_description {
        max-width: 50%
    }
}*/

@media (min-width: 992px) {
    .intro_section .text-center .slide_description {
        max-width: 65%
    }
}

.intro_section .slide_description_wrapper:before, .intro_section .slide_description {
    display: inline-block;
    vertical-align: middle
}

.intro_section .slide_description_wrapper:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%
}

.intro_section h3 {
    margin-bottom: 0;
    font-size: 20px
}

.intro_section h2 {
    margin-top: 0
}

.intro_section h3, .intro_section h2 {
    text-transform: uppercase;
    font-weight: 900
}

.intro_section p {
    margin-bottom: 2.5em
}

.slide_description .intro-layer .checklist, .slide_description .intro-layer .highlight, .slide_description .intro-layer .checklist li:before{
    color: #ffffff;
}
.slide_description .intro-layer .checklist li:before{
    font-size: 16px;
}
.slide_description .intro-layer .checklist li{
    /*padding: 3px 0;*/
    padding: 0;
}
.pb-50{
    padding-bottom: 50px;
}

.pt-50{
    padding-top: 50px;
}

@media (min-width: 992px) {
    .intro_section.page_mainslider .flex-control-nav {
        width: 12px;
        top: calc(50% + 55px);
        bottom: auto;
        left: auto;
        right: 7%;
        line-height: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .intro_section.page_mainslider .flex-control-nav li {
        padding: 5px 0
    }
}

@media (min-width: 768px) {
    .intro_section h3 {
        font-size: 26px
    }

    .intro_section h2 {
        font-size: 50px
    }
}

@media (min-width: 992px) {
    .intro_section h3 {
        font-size: 32px
    }

    .intro_section h2 {
        font-size: 60px
    }

    .intro_section .slide_description_wrapper .slide_description {
        font-size: 16px;
        line-height: 29px
    }
}

@media (min-width: 1200px) {
    .intro_section h3 {
        font-size: 40px
    }

    .intro_section h2 {
        font-size: 80px
    }
}

@media (max-width: 992px) {
    .intro_section {
        text-align: center
    }

    .intro_section .nav-container {
        padding: 0
    }

    .intro_section .flex-control-nav, .intro_section .flex-custom-nav {
        bottom: 50px;
        text-align: center
    }

    /*.intro_section .flexslider .container {
        position: static;
        width: auto;
        max-width: 100%
    }*/

    /*.intro_section .slide_description_wrapper:before {
        display: none
    }*/

    /*.intro_section .slide_description {
        padding: 30px 0 100px;
        display: block;
        margin: auto
    }*/

    /*.intro_section .slide_description_wrapper {
        padding: 0;
        position: static
    }*/

    .intro_section .flex-direction-nav .flex-prev {
        top: 24%
    }

    .intro_section .flex-direction-nav .flex-next {
        top: 24%
    }
}

.sf-menu a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}

@media (min-width: 992px) {
    .mainmenu_wrapper {
        position: relative
    }

    .sf-menu, .sf-menu ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .sf-menu li {
        position: relative
    }

    .sf-menu li > ul {
        position: absolute;
        display: none;
        top: 100%;
        z-index: 99
    }

    .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
        display: block
    }

    .sf-menu a {
        display: block;
        position: relative
    }

    .sf-menu li > ul > li > ul {
        top: -15px;
        left: 100%
    }

    .sf-menu a {
        padding: 10px 10px 6px;
        text-decoration: none;
        zoom: 1;
        transition-property: color, background-color, border-color, padding-top, padding-bottom
    }

    .sf-menu li {
        white-space: nowrap;
        *white-space: normal;
        transition: background .2s
    }

    .sf-menu > li {
        display: inline-block;
        position: relative;
        margin: 0 -2px
    }

    /*.sf-menu > li:first-child {
        margin-left: 0
    }*/

    .sf-menu > li:last-child {
        margin-right: 0
    }

    .sf-menu > li > a {
        padding: 26px 0
    }
}

@media (min-width: 992px) and (min-width: 1450px) {
    /*.sf-menu > li > a {
        padding-top: 46px;
        padding-bottom: 46px
    }*/
}

@media (min-width: 992px) {
    .sf-menu > li > a:hover, .sf-menu > li.active > a {
        color: #004193;
        border-color: #004193
    }

    .header_white .sf-menu > li > a {
        color: #1f232b
    }

    .header_white .sf-menu > li > a:hover, .header_white .sf-menu > li.active > a {
        color: #004193
    }

    .header_white .sf-menu > li + li:before {
        background-color: #e5e5e5
    }

    .header_darkgrey .sf-menu > li > a {
        color: #fff
    }

    .header_darkgrey .sf-menu > li > a:hover, .header_darkgrey .sf-menu > li.active > a {
        color: #004193
    }

    .header_color .sf-menu > li > a {
        color: #fff
    }

    .header_color .sf-menu > li > a:hover, .header_color .sf-menu > li.active > a {
        color: #1f232b
    }

    .sf-menu li:hover, .sf-menu li.sfHover {
        transition: none
    }

    .sf-menu > li .mega-menu, .sf-menu li > ul {
        margin-top: 10px;
        text-align: left;
        list-style: none;
        padding: 15px 0;
        background-color: #fff;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
        min-width: 18em;
        *width: 10em;
        border-radius: 0
    }

    .sf-menu ul a {
        color: #1f232b;
        padding-left: 30px;
        padding-right: 30px
    }

    .sf-menu ul a:hover, .sf-menu ul li.active > a {
        color: #004193
    }

    .sf-menu ul ul {
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .sf-menu > li > a {
        margin-left: 2px;
        margin-right: 2px
    }

    /*[class*="container"] .sf-menu > li:first-child > a {
        margin-left: 0
    }

    [class*="container"] .sf-menu > li:last-child > a {
        margin-right: 0
    }*/

    .bordered_items .sf-menu > li > a {
        margin: 0;
        padding: 25px 40px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sf-menu > li > a {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 12px;
    }

    .bordered_items .sf-menu > li > a {
        margin-right: 24px;
        margin-left: 24px
    }
}

@media (min-width: 1200px) {
    .sf-menu > li > a {
        margin-left: 10px;
        margin-right: 10px
    }

    .boxed .col-md-6 .sf-menu > li > a {
        margin-left: 14px;
        margin-right: 14px
    }
}

@media (min-width: 1400px) {
    .sf-menu > li > a {
        margin-left: 10px;
        margin-right: 10px
    }
}

.sf-menu i[class] {
    margin-right: 7px;
    font-size: 1.1em
}

@media (max-width: 991px) {
    .sf-more-li {
        display: none
    }

    .toggle_menu {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -30px;
        margin-top: -30px;
        width: 60px;
        height: 60px;
        cursor: pointer;
        z-index: 1001;
        visibility: visible
    }

    .toggler_right .toggle_menu {
        right: 0;
        left: auto
    }

    .toggler_left .toggle_menu {
        right: auto;
        left: 0;
        margin-left: 0
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .toggler_xs_right .toggle_menu {
        right: 0;
        left: auto
    }
}

@media (max-width: 991px) and (max-width: 499px) {
    .toggler_xxs_right .toggle_menu {
        right: 0;
        left: auto
    }
}

@media (max-width: 991px) {
    .ls .toggle_menu span, .ls .toggle_menu span:before, .ls .toggle_menu span:after, .header_white .toggle_menu span, .header_white .toggle_menu span:before, .header_white .toggle_menu span:after {
        background-color: #1f232b
    }

    .intro_section + .page_header_wrapper .toggle_menu span, .intro_section + .page_header_wrapper .toggle_menu span:before, .intro_section + .page_header_wrapper .toggle_menu span:after {
        background-color: #fff
    }

    .intro_section + .page_header_wrapper .affix .toggle_menu span, .intro_section + .page_header_wrapper .affix .toggle_menu span:before, .intro_section + .page_header_wrapper .affix .toggle_menu span:after {
        background-color: #1f232b
    }

    .intro_section + .page_header_wrapper .affix .toggle_menu.mobile-active span, .intro_section + .page_header_wrapper .affix .toggle_menu.mobile-active span:before, .intro_section + .page_header_wrapper .affix .toggle_menu.mobile-active span:after {
        background-color: #fff
    }

    .page_toplogo .toggle_menu {
        position: fixed;
        top: 0;
        left: auto;
        right: 0;
        margin: 0
    }

    .header_logo_center .toggle_menu {
        right: 0;
        left: auto
    }

    .toggle_menu:hover span:before {
        top: -9px
    }

    .toggle_menu:hover span:after {
        top: 9px
    }

    .toggle_menu:before, .toggle_menu span, .toggle_menu span:before, .toggle_menu span:after {
        display: block;
        width: 30px;
        position: absolute;
        background-color: #fff;
        content: '';
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        height: 2px
    }

    .toggle_menu:before, .toggle_menu span {
        left: 15px;
        top: 50%
    }

    .toggle_menu span:before {
        opacity: 1;
        top: -8px
    }

    .toggle_menu span:after {
        opacity: 1;
        top: 8px
    }

    .toggle_menu.mobile-active {
        background-color: #1f232b;
        border: none;
        left: auto;
        top: 0;
        right: 0;
        position: fixed;
        margin: 0;
        z-index: 3000
    }

    .toggle_menu.mobile-active:before {
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .toggle_menu.mobile-active span {
        background-color: #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .toggle_menu.mobile-active span:before, .toggle_menu.mobile-active span:after {
        opacity: 0
    }

    .mainmenu_wrapper {
        position: fixed;
        visibility: hidden;
        z-index: 10;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: transparent;
        opacity: 0;
        transition: all .3s ease 0
    }

    .mobile-active .mainmenu_wrapper {
        visibility: visible;
        opacity: 1;
        background-color: #111;
        background-color: rgba(0, 0, 0, 0.9)
    }

    .nav-justified > li > a {
        text-align: left
    }

    .sf-menu {
        position: fixed;
        overflow: auto;
        background-color: #1f232b;
        padding: 20px 20px 20px 10px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 100%;
        font-size: 1.1em;
        text-transform: uppercase;
        font-weight: 400;
        word-wrap: break-word;
        text-align: left;
        transition: all .4s ease-out 0;
        opacity: 0
    }

    .mobile-active .sf-menu {
        opacity: 1;
        right: 0
    }

    .sf-menu > li > a, .sf-menu a {
        color: #fff
    }

    .sf-menu ul {
        list-style: none;
        padding-left: 10px
    }

    .sf-menu ul li a {
        display: block;
        padding: 10px;
        font-weight: 300;
        font-size: 16px;
        text-transform: none
    }

    .sf-menu ul li a:before {
        content: '-';
        padding-right: 5px
    }

    .sf-menu ul ul li a:before {
        content: '--';
        padding-right: 5px
    }

    .sf-arrows .sf-with-ul {
        padding-right: 3.5em
    }

    .sf-arrows .sf-with-ul:after {
        font-family: 'FontAwesome';
        content: '\f107';
        position: absolute;
        right: 2em;
        height: 0;
        width: 0;
        font-size: 20px
    }
}

.widget > h3, .widget-title {
    position: relative;
    font-size: 28px;
    margin-bottom: 40px
}

.page_footer .widget > h3, .page_footer
.widget-title {
    margin-bottom: 35px
}

h4.widget-title {
    font-size: 26px
}

.widget:before, .widget:after {
    display: block;
    content: '';
    clear: both
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.widget li {
    position: relative
}

.widget_nav_menu > ul > li:first-child {
    border-top: none
}

.widget_nav_menu a {
    font-size: 16px;
    display: inline-block;
    padding: 1px 0 1px 22px;
    position: relative
}

.widget_nav_menu li:first-child a {
    padding-top: 0
}

.widget_nav_menu a:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    font-size: 16px;
    color: #004193;
    position: absolute;
    left: 0
}

.small-teaser {
    line-height: 22px;
    margin-top: 8px
}

.small-teaser .media-left {
    padding-right: 15px
}

.small-teaser .media-left i {
    display: inline-block;
    width: 1em;
    text-align: center
}

.small-teaser .media-body {
    width: auto
}

.small-teaser.fontsize_14 {
    line-height: 20px
}

@media (min-width: 1200px) {
    .teaser[class*="with_"].big_padding {
        padding: 45px
    }
}

.teaser {
    position: relative;
    overflow: visible
}

.teaser [class*="_bg_color"] {
    width: 2em;
    height: 2em;
    text-align: center;
    vertical-align: bottom
}

.teaser [class*="_bg_color"] + h3, .teaser [class*="_bg_color"] + h4 {
    margin-top: 25px
}

.teaser [class*="_bg_color"] > * {
    line-height: 2em
}

.teaser .border_icon {
    width: 2em;
    height: 2em;
    border-width: 2px;
    border-style: solid
}

.teaser .border_icon i {
    line-height: 2em;
    margin-top: -2px
}

.teaser .big_icon {
    width: 3em;
    height: 3em
}

.teaser .big_icon i {
    line-height: 3em
}

.teaser i {
    text-align: center;
    vertical-align: middle;
    display: inline-block
}

.teaser .size_xsmall[class*="_bg_color"], .teaser .size_xsmall.border_icon {
    width: 4.29em;
    height: 4.29em
}

.teaser .size_xsmall[class*="_bg_color"] i, .teaser .size_xsmall.border_icon i {
    line-height: 4.29em
}

.teaser h4 {
    margin-bottom: 20px
}

.teaser .media-left {
    padding-right: 15px
}

.teaser_icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all .2s ease-in-out 0
}

.teaser:hover .teaser_icon {
    -webkit-animation: scaleDisappear .5s;
    animation: scaleDisappear .5s
}

.offset_icon {
    display: block
}

.text-center .offset_icon {
    margin-right: auto;
    margin-left: auto
}

.offset_icon.fontsize_20 {
    margin-top: -60px
}

@media (min-width: 1200px) {
    .big_padding .offset_icon.fontsize_20 {
        margin-top: -75px
    }
}

.size_normal {
    font-size: 42px
}

.size_xsmall {
    font-size: 14px
}

.testimonials-owl-content {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.testimonials-owl-content .owl-nav {
    top: 100%
}

.testimonials-owl-dots {
    max-width: 390px;
    margin-right: auto;
    margin-left: auto
}

.testimonials-owl-dots .owl-item > div {
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px
}

.testimonials-owl-dots .owl-item img {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .6;
    transition: all .2s ease 0
}

.testimonials-owl-dots .owl-item.center img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

a[class*='soc-']:before {
    font-family: 'socicon';
    font-size: 14px;
    line-height: 1
}

a.social-icon {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle
}

a.social-icon + a.social-icon, .tooltip + a.social-icon {
    margin-left: 25px
}

a.social-icon.bg-icon + a.social-icon.bg-icon, .tooltip + a.social-icon.bg-icon, a.social-icon.color-bg-icon + a.social-icon.color-bg-icon, .tooltip + a.social-icon.color-bg-icon, a.social-icon.border-icon + a.social-icon.border-icon, .tooltip + a.social-icon.border-icon {
    margin-left: 5px
}

a[class*='soc-'].rounded-icon {
    border-radius: 50%
}

a[class*="soc-"].soc-twitter:hover {
    color: #00abef;
    border-color: #00abef
}

a[class*="soc-"].soc-facebook:hover {
    color: #507cbe;
    border-color: #507cbe
}

a[class*="soc-"].soc-google:hover {
    color: #d93e2d;
    border-color: #d93e2d
}

a.social-icon {
    color: #bebebe
}

a.border-icon {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 12px;
    margin-bottom: 4px
}

a.border-icon:before {
    font-size: 13px;
    line-height: 16px
}

.ds .theme_button:hover, .ds .theme_button:focus, .ds .theme_button:active {
    color: #fff;
    background-color: transparent
}

.page_header.mobile-active {
    z-index: 1002
}

.teaser[class*="_bg_color"], .teaser[class*="with_"] {
    padding: 30px 20px
}

.slide_description .intro-layer h1{
    margin-bottom: 20px;
    font-size: 30px;
}
.slide_description .intro-layer h2{
    font-size: 30px;
    margin-bottom: 10px;
    /*text-transform: unset;*/
}
.slide_description .intro-layer h2:last-child{
    margin-bottom: 20px;
}

@media only screen and ( max-width: 991px ) {
    .slide_description .intro-layer h1{
        font-size: 30px;
    }
    .slide_description .intro-layer h2{
        font-size: 25px;
    }
    .for_service_tab{
        display: none;
    }
}
@media only screen and ( max-width: 767px ) {
    section.ds .text-sm-right .theme_button {
        padding: 16px
    }
    .slide_description .intro-layer h1{
        font-size: 22px;
    }
    .slide_description .intro-layer h2{
        font-size: 20px;
    }

    .service-header{
        position: fixed;
        z-index: 9999;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        padding-top: 30px;
        border-top: 0 !important;
        display: none;
    }
    .for_service_tab{
        background-color: transparent !important;
        display: block;
        border: none;
        left: auto;
        top: 0;
        right: 0;
        position: fixed;
        margin: 0;
        z-index: 3000;
    }
    .toggle_menu.for_service_tab span, .toggle_menu.for_service_tab:before {
        background-color: #1f232b;
    }
}
