* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none !important;
    outline: none !important
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 10px
}
body {
    font-family: Rubik!important;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #505050;
    font-size: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    background-color: #FFF;
    margin: 0;
    -webkit-font-smoothing: antialiased
}
article, figure, header, main, nav, section {
    display: block
}
a {
    background-color: transparent;
    color: #09276f
}
strong {
    font-weight: 600
}
img {
    border: 0;
    vertical-align: middle;
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0
}
a {
    color: #337ab7;
    text-decoration: none
}
h1 {
    font-family: Rubik;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 800;
    font-style: normal;
    color: #00174d;
    font-size: 43px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out
}
h2 {
    font-family: Rubik;
    line-height: 45px;
    font-weight: 800;
    font-style: normal;
    color: #00174d;
    font-size: 43px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out
}
h3, h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
    visibility: inherit !important
}
h3 {
    font-family: Rubik;
    line-height: 35px;
    font-weight: 700;
    font-style: normal;
    color: #00174d;
    font-size: 30px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px
}
h4 {
    font-family: Rubik;
    line-height: 35px;
    font-weight: 700;
    font-style: normal;
    color: #00174d;
    font-size: 24px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px
}
h5 {
    font-family: Rubik;
    line-height: 30px;
    letter-spacing: 0;
    color: #00174d;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out
}

h6 {
    font-family: Rubik;
    line-height: 27px;
    font-weight: 700;
    font-style: normal;
    color: #00174d;
    font-size: 16px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out
}
p {
    margin: 0 0 10px;
    margin-bottom: 20px;
    padding: 0
}
ul {
    margin: 0;
    padding: 0;    
}
ul ul {
    margin-bottom: 0
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.dropdown {
    position: relative
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}
.btn .caret {
    margin-left: 0
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.clearfix:after, .clearfix:before, .container:after, .container:before, .nav:after, .nav:before {
    display: table;
    content: " "
}
.clearfix:after, .container:after, .nav:after {
    clear: both
}
@-ms-viewport {
    width: device-width
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}
@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .nav
    .visible-sm {
        display: block !important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
}
@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
}
@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}
@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}
.vc_clearfix:after, .vc_column-inner::after, .vc_row:after {
    clear: both
}
.vc_row:after, .vc_row:before {
    content: " ";
    display: table
}
.vc_column_container {
    width: 100%
}
.vc_row {
    margin-left: -15px;
    margin-right: -15px
}
.vc_col-sm-12, .vc_col-sm-4, .vc_col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
@media (min-width:768px) {
    .vc_col-sm-12, .vc_col-sm-4, .vc_col-sm-8 {
        float: left
    }

    .vc_col-sm-12 {
        width: 100%
    }

    .vc_col-sm-8 {
        width: 66.66666667%
    }

    .vc_col-sm-4 {
        width: 33.33333333%
    }
}
.vc_clearfix:after, .vc_clearfix:before {
    content: " ";
    display: table
}
.vc_row.vc_row-flex, .vc_row.vc_row-flex > .vc_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}
#content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0
}
.wpb_content_element {
    margin-bottom: 35px
}
.vc_row[data-vc-full-width] {
    overflow: hidden
}
.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.vc_row.vc_row-flex > .vc_column_container {
    display: flex
}
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
 }
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}
@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner > * {
        min-height: 1em
    }
}
.vc_row.vc_row-flex::after, .vc_row.vc_row-flex::before {
    display: none
}
.vc_row.vc_row-o-content-middle > .vc_column_container > .vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table
}
.vc_row.vc_column-gap-30 {
    margin-left: -30px;
    margin-right: -30px
}
.vc_row.vc_column-gap-30 > .vc_column_container {
    padding: 15px
}
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_section.vc_section-has-fill {
    padding-top: 35px
}
.vc_column_container {
    padding-left: 0;
    padding-right: 0
}
.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}
.vc_section {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px
}
.vc_section[data-vc-full-width] {
    overflow: hidden
}
.vc_section[data-vc-full-width] > .vc_row {
    margin-left: 0;
    margin-right: 0
}
.vc_row.vc_row-o-equal-height > .vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}
.wpb_single_image a {
    border: none;
    outline: 0
}
.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top
}
.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}
.wpb_single_image.vc_align_left {
    text-align: left
}
.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%
}
.wraper_header {
    position: relative;
    top: 0;
    z-index: 999;
    width: 100%;
    height: auto;
    direction: initial
}
.wraper_header_main {
    width: 100%;
    height: auto
}
.wraper_header_main > .container {
    padding-top: 14px;
    padding-bottom: 13px
}
.header_main {
    width: 100%;
    height: auto;
    float: left
}
.header_main .brand-logo {
    float: left;
    text-align: center;
    font-size: 0
}
    .header_main .brand-logo .logo-wrap, .footer_main_item .brand-logo .logo-wrap{
        position: relative;
        float: left;
    }
        .header_main .brand-logo .logo-wrap .logo-text, .footer_main_item .brand-logo .logo-wrap .logo-text {
            color: white;
            position: absolute;
            bottom: 10px;
            font-size: 15px;
            left: 10px;
            margin: 0;
            line-height: 0
        }
.header_main .brand-logo img, .footer_main_item .brand-logo img {
    max-width: 230px !important;
    height:70px
}
    .header_main .brand-logo p, .footer_main_item .brand-logo p{
        color: #fff;
        font-size: 10px;
        float: right;
        width: 200px;
        line-height: 1;
        text-align: left;
        font-weight: 400;
        margin-top: 40px;
        padding: 0;
        margin-bottom: 0;
        margin-left: 5px;
    }
.header_main .header-data {
    float: right;
    text-align: right;
    font-size: 0;
    padding: 14px 0;
}
.header_main .header-data > [class*='header-data-'] {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px
}
.header_main .header-data > [class*='header-data-']:first-child {
    padding-left: 0
}
.header_main .header-data > [class*='header-data-']:last-child {
    padding-right: 0
}
.header_main .header-data > [class*='header-data-']:after {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 0;
    content: " ";
    width: 1px;
    height: 22px;
    margin-top: -11px;
    background-color: rgba(255,255,255,.2)
}
.header_main .header-data > [class*='header-data-']:last-child:after {
    display: none
}
.header_main .header-data > .header-data-contact {
text-align: right
}
.header_main .header-data > .header-data-contact p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    line-height: 23px;
    letter-spacing: 1px
}
.header_main .header-data > .header-data-contact p strong {
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #e5ecfa
}
.header_main .header-data > .header-data-contact p strong a {
    color: inherit
}
.header_main .header-data > .header-data-translator {
    margin-top: 10px
}
.header_main .header-data > .header-data-translator > .dropdown {
                display: block
}
.header_main .header-data > .header-data-translator > .dropdown > .btn {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    line-height: 22px
}
.header_main .header-data > .header-data-translator > .dropdown > .btn > img, .header_main .header-data > .header-data-translator > .dropdown > ul.dropdown-menu > li > a img {
    margin-right: 5px
}
.header_main .header-data > .header-data-translator > .dropdown > .btn > .caret {
    margin-left: 5px;
    color: rgba(255,255,255,.7)
}
.header_main .header-data > .header-data-translator > .dropdown > ul.dropdown-menu {
     border-radius: 0
}
.header_main .header-data > .header-data-social {
    margin-top: 12px
}
.header_main .header-data > .header-data-social ul.social {
    display: inline-block;
    vertical-align: top;
    font-size: 0
}
.header_main .header-data > .header-data-social ul.social li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 5px
}
.header_main .header-data > .header-data-social ul.social li:last-child {
    margin-right: 0
}
.header_main .header-data > .header-data-social ul.social li a {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 22px
}
.header_main .header-data > .header-data-social ul.social li.facebook a {
    background-color: #3b5999
}
.header_main .header-data > .header-data-social ul.social li.twitter a {
    background-color: #55acee
}
.header_main .header-data > .header-data-social ul.social li a i {
    color: inherit
}

.wraper_header_nav {
    width: 100%;
    height: auto
}
.wraper_header_nav > .container {
    padding-top: 0;
    padding-bottom: 0
}
.header_nav {
    position: relative
}
.header_nav .responsive-nav {
    width: auto;
    height: auto;
    float: right;
    margin-top: 7px;
    margin-bottom: 5px
}
.nav {
    width: auto;
    height: auto;
    float: left;
    text-align: left
}
.nav > [class*='menu-'] {
    display: block
}
.nav > [class*='menu-'] > ul.menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 20px
 }
.nav > [class*='menu-'] > ul.menu > li:last-child {
    margin-right: 0 !important
}
.nav > [class*='menu-'] > ul.menu > li > a {
    display: block;
    width: auto;
    height: auto;
     padding-top: 15px;
    padding-bottom: 15px;
    color: inherit
}
.nav > [class*='menu-'] > ul.menu > li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    content: "\f107";
    font-family: "FontAwesome"
}
.nav > [class*='menu-'] > ul.menu > li > ul {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 1;
    width: auto;
    height: auto;
    padding-top: 8px;
    padding-bottom: 0px;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,.3);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    white-space:nowrap;
}
    .nav > [class*='menu-'] > ul.menu > li > ul > li, .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li {
        position: relative;
        width: 100%;
        height: auto;
        float: left;
        border-bottom: 1px solid #001a57
    }
        
        /*.nav > [class*='menu-'] > ul.menu > li > ul > li:hover, .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li:hover {
            background-color: #001a57;
        }
        .nav > [class*='menu-'] > ul.menu > li > ul > li:hover a {
           
        }*/
   
    

.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li a {
    color: #5b5b5b;
}
        .nav > [class*='menu-'] > ul.menu > li > ul > li:last-child, .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li:last-child {
            border-bottom: none !important;
        }
        .nav > [class*='menu-'] > ul.menu > li > ul > li > a, .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a {
            position: relative;
            display: block;
            width: auto;
            height: auto;
            padding: 8px 15px 8px 15px;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 13px;
            color: #5b5b5b;
            line-height: 25px;
            opacity: inherit !important;
            visibility: inherit !important
        }
.nav > [class*='menu-'] > ul.menu > li > ul > li.menu-item-has-children > a:after {
    float: right;
    margin-left: 7px;
    content: "\f0da";
    font-family: "FontAwesome"
}

.nav > [class*='menu-'] > ul.menu > li > ul > li > ul {
    position: absolute;
    top: 10px;
    left: 100%;
    z-index: 1;
    width: 220px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,.3);
    text-align: left;
    opacity: 0;
    visibility: hidden
 }
.sub-menu li:hover {
    background-color: #001a57;
}

ul.sub-menu > li:hover > a span {
    color: #ffffff;
}

ul.sub-menu ul > li:hover > a span {
    color: #ffffff;
}
.rt-sub-menu li .second-level {
    color: #5b5b5b;
}
@media screen and (min-width:768px) and (max-width:991px) {
    .header_main .brand-logo {
        width: 100%;
        margin: 0 0 20px 0
    }
    .header_main .header-data {
        width: 100%;
        text-align: center
    }
}
@media screen and (min-width:480px) and (max-width:767px) {
    .header_main .header-data > .header-data-social ul.social {
        width: 100%
    }
    .header_main .brand-logo {
        width: 100%;
        margin: 0 0 20px 0
    }
    .header_main .header-data {
        width: 100%;
        text-align: center
    }
    .header_main .header-data > [class*='header-data-'], .header_main .header-data > .header-data-social ul.social {
        width: 100%
    }
    .header_main .header-data > .header-data-translator {
        margin-top: 0
    }
    .header_main .header-data > [class*='header-data-']:first-child, .header_main .header-data > [class*='header-data-']:last-child {
        padding-left: 0;
        padding-right: 0
    }
    .header_main .header-data > [class*='header-data-']:after {
        display: none
    }
    .header_main .header-data > .header-data-contact {
        text-align: center
    }
    .header_main .header-data > .header-data-social p {
        width: 100%;
        margin-right: 0
    }
    .header_nav_action {
        float: left;
        margin-top: 17px
    }
    .header_nav_action ul > li.expanded-searchbar .form-row input[type=search] {
        max-width: 220px
    }
}
@media screen and (min-width:321px) and (max-width:479px) {
    .header_main .header-data > .header-data-social ul.social {
        width: 100%
    }
    .header_main .brand-logo {
        width: 100%;
        margin: 0 0 15px 0
    }
    .header_main .brand-logo img {
        height:90px
    }
        .header_main .brand-logo p {
            color: #fff;
            font-size: 12px;
            float: right;
            width: 245px;
            line-height: 1;
            text-align: left;
            font-weight: 700;
            margin-top: 54px;
            padding: 0;
            margin-bottom: 0;
            margin-left: -30px;
        }
    .header_main .header-data {
        width: 100%;
        text-align: center
    }
    .header_main .header-data > [class*='header-data-'], .header_main .header-data > .header-data-social ul.social {
        width: 100%
    }
    .header_main .header-data > .header-data-translator {
        margin-top: 0
    }
    .header_main .header-data > [class*='header-data-']:first-child, .header_main .header-data > [class*='header-data-']:last-child {
        padding-left: 0;
        padding-right: 0
    }
    .header_main .header-data > [class*='header-data-']:after {
        display: none
    }
    .header_main .header-data > .header-data-contact {
        text-align: center
    }
    .header_main .header-data > .header-data-social p {
            width: 100%;
            margin-right: 0
    }

    .header_nav_action {
        float: left;
        margin-top: 17px
    }
    .header_nav_action ul > li.expanded-searchbar .form-row input[type=search] {
        max-width: 175px
    }
}
@media screen and (max-width:320px) {
    .header_main .header-data > .header-data-social ul.social {
        width: 100%
    }
    .header_main .brand-logo {
        width: 100%;
        margin: 0 0 15px 0
    }
    .header_main .header-data {
        width: 100%;
        text-align: center
    }
    .header_main .header-data > [class*='header-data-'], .header_main .header-data > .header-data-social ul.social {
        width: 100%
    }
    .header_main .header-data > .header-data-translator {
        margin-top: 0
    }

    .header_main .header-data > [class*='header-data-']:first-child, .header_main .header-data > [class*='header-data-']:last-child {
        padding-left: 0;
        padding-right: 0
    }
    .header_main .header-data > [class*='header-data-']:after {
        display: none
    }
    .header_main .header-data > .header-data-contact {
        text-align: center
    }
    .header_main .header-data > .header-data-social p {
        width: 100%;
        margin-right: 0
    }
    .header_nav_action {
        float: left;
        margin-top: 17px
    }
    .header_nav_action ul > li.expanded-searchbar .form-row input[type=search] {
        max-width: 175px
    }
}
.map iframe {
    border: 0;
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden
}
.contact-info-custom ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 15px
}
.post-read-more .btn {
    border-radius: 50px !important
}
.footer_main_item ul li a:hover {
    color: #b4c1de !important
}
.wraper_header.style-one .wraper_header_main, .wraper_header.style-two .wraper_header_main, .wraper_header.style-three .wraper_header_main, .wraper_header.style-four, .wraper_header.style-seven .wraper_header_main, .wraper_header.style-eight .wraper_header_main, #hamburger-menu, .wraper_flyout_menu {
    background-color: #001a57
}
.post.style-three .table.entry-main > .table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-top: 1px #e2e2e2 solid;
}
.wraper_header:not(.style-four):not(.style-five):not(.style-six):not(.style-nine):not(.style-ten) .nav {
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: #5b5b5b;
    font-size: 13px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out
}
.wraper_header.style-three .wraper_header_nav {
    background-color: #fff
}
.wraper_inner_banner {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url(../img/about-us.png);
    min-height: 180px;
}
.wraper_inner_banner_main {
    border-bottom-color: rgba(255,255,255,.01)
}
.wraper_inner_banner_main > .container {
    padding-top: 60px;
     padding-bottom: 10px
}

.inner_banner_main .title {
    font-family: Rubik;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 800;
    font-style: normal;
    color: #001a57;
    font-size: 32px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out
}
.inner_banner_breadcrumb #crumbs {
    font-family: Rubik;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: #727272;
    font-size: 13px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out
}
.wraper_inner_banner_breadcrumb > .container {
    padding-top: 0;
    padding-bottom: 45px
}
.wraper_footer {
    background-color: #273272;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(../img/Footer-Background-Image.png)
}
.wraper_footer_main {
    border-bottom-color: rgba(255,255,255,.01)
}
.wraper_footer_copyright {
    background-color: #313d85
}
.rt-button.element-one > .rt-button-main, .radiant-contact-form .form-row input[type=submit], .radiant-contact-form .form-row input[type=button], .radiant-contact-form .form-row button[type=submit], .post.style-two .post-read-more .btn, .post.style-three .entry-main .post-read-more .btn, .woocommerce #respond input#submit, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .widget-area > .widget.widget_price_filter .button, .rt-fancy-text-box.element-one > .holder > .more > a, .rt-fancy-text-box.element-two > .holder > .more > a, .rt-fancy-text-box.element-three > .holder > .more > a, .rt-fancy-text-box.element-four > .holder > .more > a, .team.element-six .team-item > .holder .data .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .title .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .title .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .data .btn, .rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .pic > .data .btn, .btn-archive .btn {
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px
}
.rt-button.element-one > .rt-button-main, .radiant-contact-form .form-row input[type=submit], .radiant-contact-form .form-row input[type=button], .radiant-contact-form .form-row button[type=submit], .post.style-two .post-read-more .btn, .post.style-three .entry-main .post-read-more .btn, .woocommerce #respond input#submit, .woocommerce form .form-row input.button, .woocommerce .return-to-shop .button, .widget-area > .widget.widget_price_filter .button, .rt-fancy-text-box.element-one > .holder > .more > a, .rt-fancy-text-box.element-two > .holder > .more > a, .rt-fancy-text-box.element-three > .holder > .more > a, .rt-fancy-text-box.element-four > .holder > .more > a, .team.element-six .team-item > .holder .data .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .title .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .title .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .data .btn, .rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .pic > .data .btn {
    background-color: #fff
}

.rt-button.element-one > .rt-button-main, .radiant-contact-form .form-row input[type=submit], .radiant-contact-form .form-row input[type=button], .radiant-contact-form .form-row button[type=submit], .post.style-two .post-read-more .btn, .post.style-three .entry-main .post-read-more .btn, .woocommerce #respond input#submit, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .widget-area > .widget.widget_price_filter .button, .rt-fancy-text-box.element-one > .holder > .more > a, .rt-fancy-text-box.element-two > .holder > .more > a, .rt-fancy-text-box.element-three > .holder > .more > a, .rt-fancy-text-box.element-four > .holder > .more > a, .team.element-six .team-item > .holder .data .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .title .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .title .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .data .btn, .rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .pic > .data .btn {
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    border-left: 2px solid #ededed;
    border-right: 2px solid #ededed
}
    .rt-button.element-one > .rt-button-main:hover, .radiant-contact-form .form-row input[type=submit]:hover, .radiant-contact-form .form-row input[type=button]:hover, .radiant-contact-form .form-row button[type=submit]:hover, .post.style-two .post-read-more .btn:hover, .post.style-three .entry-main .post-read-more .btn:hover, .woocommerce #respond input#submit, .woocommerce .return-to-shop .button:hover, .woocommerce form .form-row input.button:hover, .widget-area > .widget.widget_price_filter .button:hover, .rt-fancy-text-box.element-one > .holder > .more > a:hover, .rt-fancy-text-box.element-two > .holder > .more > a:hover, .rt-fancy-text-box.element-three > .holder > .more > a:hover, .rt-fancy-text-box.element-four > .holder > .more > a:hover, .team.element-six .team-item > .holder .data .btn:hover, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .title .btn:hover, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .btn:hover, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .title .btn:hover, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .data .btn:hover, .rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .pic > .data .btn:hover {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        color: #fff;
    }
.rt-button.element-one > .rt-button-main, .radiant-contact-form .form-row input[type=submit], .radiant-contact-form .form-row input[type=button], .radiant-contact-form .form-row button[type=submit], .post.style-two .post-read-more .btn, .post.style-three .entry-main .post-read-more .btn, .woocommerce #respond input#submit, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .widget-area > .widget.widget_price_filter .button, .rt-fancy-text-box.element-one > .holder > .more > a, .rt-fancy-text-box.element-two > .holder > .more > a, .rt-fancy-text-box.element-three > .holder > .more > a, .rt-fancy-text-box.element-four > .holder > .more > a, .team.element-six .team-item > .holder .data .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .title .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .title .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .data .btn, .rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .pic > .data .btn {
    -moz-box-shadow: rgb(0,0,0);
    -webkit-box-shadow: rgb(0,0,0);
    -ms-box-shadow: rgb(0,0,0);
    -o-box-shadow: rgb(0,0,0);
    box-shadow: rgb(0,0,0)
}

.rt-button.element-one > .rt-button-main, .radiant-contact-form .form-row input[type=submit], .radiant-contact-form .form-row input[type=button], .radiant-contact-form .form-row button[type=submit], .post.style-two .post-read-more .btn, .post.style-three .entry-main .post-read-more .btn, .woocommerce #respond input#submit, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .widget-area > .widget.widget_price_filter .button, .rt-fancy-text-box.element-one > .holder > .more > a, .rt-fancy-text-box.element-two > .holder > .more > a, .rt-fancy-text-box.element-three > .holder > .more > a, .rt-fancy-text-box.element-four > .holder > .more > a, .team.element-six .team-item > .holder .data .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .title .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .title .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .data .btn, .rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .pic > .data .btn {
    font-family: Rubik;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: #001139;
    font-size: 12px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out
}
    .rt-button.element-one > .rt-button-main:hover, .radiant-contact-form .form-row input[type=submit]:hover, .radiant-contact-form .form-row input[type=button]:hover, .radiant-contact-form .form-row button[type=submit]:hover, .post.style-two .post-read-more .btn:hover, .post.style-three .entry-main .post-read-more .btn:hover, .woocommerce #respond input#submit, .woocommerce .return-to-shop .button:hover, .woocommerce form .form-row input.button:hover, .widget-area > .widget.widget_price_filter .button:hover, .rt-fancy-text-box.element-one > .holder > .more > a:hover, .rt-fancy-text-box.element-two > .holder > .more > a:hover, .rt-fancy-text-box.element-three > .holder > .more > a:hover, .rt-fancy-text-box.element-four > .holder > .more > a:hover, .team.element-six .team-item > .holder .data .btn:hover, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .title .btn:hover, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .btn:hover, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .title .btn:hover, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .data .btn:hover, .rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .pic > .data .btn:hover, .btn-archive .btn:hover {
        color: #fff;
        background-color: #001139;
    }
.inner_banner_breadcrumb #crumbs .gap {
    display: inline-block;
   vertical-align: baseline; 
    margin-left: 6px;
    margin-right: 6px;
    font-size: 50%;
}
.wraper_error_main > .container {
    padding-top: 180px;
    padding-bottom: 250px
}
.footer_main_item ul.contact li.fax:before {
    left: 0;
    content: "\f1ac";
}
.size-full {
    width: 100%;
    height: auto;
}
.size-VestiTop {
   align="middle"
    width: auto;
    height: 10px;
}

.post.style-three .post-thumbnail {
    position: relative;
    overflow: hidden;
    height: 270px;
}
    .post.style-three .post-thumbnail > .placeholder {
        position: absolute;
        top: 0;
        left: -110px;
        z-index: 1;
        width: calc(100% + 179px);
        height: 275px;
    }
    .post.style-three .post-thumbnail > .placeholder img {
    
    }
    
.post.style-three .entry-main .post-read-more .btn, .btn-archive .btn{
    background-color: #fff;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    border-left: 2px solid #ededed;
    border-right: 2px solid #ededed;
    font-family: Rubik;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: #001139;
    font-size: 12px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.scrollTop {
    position: fixed;
    bottom: 20px;
    width: 50px;
    height: 50px;
    z-index: 99;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: #09276f;
    left: 15px;
}
.scrollTop a {
    font-size: 40px;
    color: #fff;
    line-height: 45px;
}


.side-menu .sub-menu-item {
    background: #3c5aa2;
    padding: 14px 24px !important;
    font-size: 16px !important;
    color: #fff !important;
    margin-bottom: 3px !important;
    border-left: 4px solid #f3f4f5;
    display: block;
    font-weight: 400;
    line-height: 27px;
    opacity: .9;
    -webkit-transition: all 0.3s ease-in-out;
}

    .sub-menu-item.active {
        border-left: 4px solid #c3d3e5 !important;
        background: #09276f !important;
        color: #ffffff !important;
    }
.side-menu .rt-sub-menu > li a {
    background: #7790cd;
}

}

.banner-wrapper {
    margin-right: 0px !important;
    margin-left: 0px !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    padding-top: 28px !important;
    padding-right: 28px !important;
    padding-bottom: 28px !important;
    padding-left: 26px !important;
    background-color: #f9f9f9 !important;
    border-left-color: #e6e6e6 !important;
    border-left-style: solid !important;
    border-right-color: #e6e6e6 !important;
    border-right-style: solid !important;
    border-top-color: #e6e6e6 !important;
    border-top-style: solid !important;
    border-bottom-color: #e6e6e6 !important;
    border-bottom-style: solid !important;
}
.banner-wrapper a{
    display:inline-flex;
}
    .banner-wrapper a span {
        vertical-align: middle;
        color: #001040 !important;
        font-weight: 500;
        padding: 5px 13px;
    }
.contact-info-custom em{
    margin-right:5px
}
.radiant-contact-form.element-one .row > [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 1200px) {
    .col-lg-12 {
        width: 100%;
    }
}
 .form-row {
    margin: 0 0 20px 0;
}
.form-row input[type=text], .form-row input[type=email], .form-row input[type=url], .form-row input[type=tel], .form-row input[type=number], .form-row input[type=password], .form-row input[type=date], .form-row input[type=time], .form-row select, .form-row textarea {
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
.form-row input[type=text], .form-row input[type=email], .form-row input[type=url], .form-row input[type=tel], .form-row input[type=number], .form-row input[type=password], .form-row input[type=date], .form-row input[type=time], .form-row select, .form-row textarea {
    color: #717171;
}
.form-row input[type=text], .form-row input[type=email], .form-row input[type=url], .form-row input[type=tel], .form-row input[type=number], .form-row input[type=password], .form-row input[type=date], .form-row input[type=time], .form-row select, .form-row textarea {
    background-color: #fff;
    padding:10px;
    width: 100%;
    resize: none;
}
    .form-row input[type=submit] {
        box-shadow: initial;
        cursor: pointer;
        font-family: Rubik;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 400;
        font-style: normal;
        color: #001139;
        font-size: 12px;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.24s ease-in-out;
        border-top: 2px solid #ededed;
        border-bottom: 2px solid #ededed;
        border-left: 2px solid #ededed;
        border-right: 2px solid #ededed;
        padding-top: 12px;
        padding-right: 30px;
        padding-bottom: 12px;
        padding-left: 30px;
        border-radius: 30px 30px 30px 30px;
        line-height: 20px !important;
        
    }
        .form-row input[type=submit]:hover {
            color: #fff;
            background-color: #001139;
        }

    }
    .form-row .button {
        text-align: left;
    }
.team-item {
    float: left;
    margin-bottom: 40px;
}
.team-item > .holder .data {
    padding: 25px 10px 30px 10px;
    text-align: left;
}
.team-item > .holder {
    text-align: center;
    background-color: rgba(0,0,0,.005);
    border: 1px #f0f0f0 solid;
}
.team-item > .holder .data ul.social {
    margin-bottom: 12px;
    font-size: 0;
}
.team-item > .holder .data ul.social > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
}
.team-item > .holder .data ul.social > li > a {
        display: block;
        width: 30px;
        height: 30px;
        background-color: initial;
        border: 1px #414141 solid;
        border-radius: 50%;
        text-align: center;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        font-size: 15px;
        color: #414141;
        line-height: 28px;
    }
.team-item > .holder .data ul.social > li > a:hover {
    background-color: #414141;
    color: #fff;
}
    .team-item > .holder .data .btn {
        font-family: Rubik;
        text-transform: uppercase;
        line-height: 25px;
        letter-spacing: 1px;
        font-weight: 400;
        font-style: normal;
        color: #001139;
        font-size: 12px;
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.24s ease-in-out;
        -moz-transition: opacity 0.24s ease-in-out;
        transition: opacity 0.24s ease-in-out;
        border-top: 2px solid #ededed;
        border-bottom: 2px solid #ededed;
        border-left: 2px solid #ededed;
        border-right: 2px solid #ededed;
        background-color: #fff;
        padding-top: 12px;
        padding-right: 30px;
        padding-bottom: 12px;
        padding-left: 30px;
        border-radius: 30px 30px 30px 30px;
    }
        .team-item > .holder .data .btn:hover {
            color: #fff;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
            border-left: 2px solid #fff;
            border-right: 2px solid #fff;
            background-color: #001139;
        }


.side-submenu {
    background: rgba(9, 39, 111,0.6) !important;
    padding-left: 5px;
}

.side-menu table article  {
    margin-bottom:0!important;
}
.post-read-more{
    margin-top:20px!important;
}
.side-menu table article .table-cell{
    border-top:none!important;
}
.row-data .data {
    padding: 5px 10px 5px 10px !important;
}

.img-menu {
    width:50px;
    padding:10px;
}

.svg-inline--fa {
    width:10px;
    padding-right:5px;
}
.side-menu .entry-title {
    font-size: 14px!important;
    line-height: 16px!important;
}

.side-menu ul {
    list-style: none;
}

.menu-item ul {
    list-style: none;
}

.menu-our-services-container ul {
    list-style: none;
}

.widget ul {
    list-style: none;
}