html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.innerPage-content input[type=text]:not(.crdInput):not(.crdInputSplit),.innerPage-content input[type=password]:not(.crdInput):not(.crdInputSplit){ -moz-box-sizing: initial; -ms-box-sizing: initial; -o-box-sizing: initial; -webkit-box-sizing: initial; box-sizing: initial;}
.widthHolder{
    max-width: 1600px;
    margin:0 auto;
}
.widthBlueHolder{
    background: #162b53;
}
.widthYellowHolder{
    background: #f59530;
}

header {
padding: 14px 15px;
position: relative;
z-index: 999;
display: flex;
align-items: center;
overflow: visible;
background: #162b53;
}
@media (max-width: 575px) {
header {
    flex-wrap: wrap;
    justify-content: space-between;
}
}
header #headerLogo {
display: inline-block;
}
@media (max-width: 767px) {
header #headerLogo {
    width: 213px;
}
}
@media (max-width: 575px) {
header #headerLogo {
    width: 180px;
}
}
@media (max-width: 365px) {
header #headerLogo {
    width: 150px;
}
}
header #headerLogo img {
width: 100%;
height: auto;
}
header #headerSocial {
padding-left: 1.62rem;
}
header #headerSocial .social-share li {
margin-right: 0.3em;
}
header #headerRight {
display: flex;
align-items: center;
margin-left: auto;
}
@media (max-width: 575px) {
header #headerRight {
    width: 100%;
    padding-top: 6px;
    justify-content: space-between;
}
}
header #headerBtn {
padding-left: 1.5rem;
}
header #headerBtn .button {
padding: 0 0.65em;
}
header nav {
position: relative;
display: inline-block;
}
header nav #toggle-menu {
display: none;
font-family: museo-sans-condensed, sans-serif;
font-weight: 700;
font-size: 1rem;
line-height: 1.1875em;
color: #fff;
padding: 0 10px;
text-transform: uppercase;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
height: 2rem;
line-height: 2rem;
border-radius: 4px;
}
header nav #toggle-menu:hover,
header nav #toggle-menu:focus {
background: #f59530;
color: #162b53;
text-decoration: none;
}
@media (max-width: 1299px) {
header nav #toggle-menu {
    display: inline-block;
}    
.menuExist .fa-caret-down{
    position: absolute;
    left: auto;
    right: 10px;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    padding: 4px;
    width: 30px;
}
.menu-open > ul{
    display: block!important;
    padding-left: 10px;
}
header nav > ul > li >a:hover {
    color: #162b53!important; 
}
}
header nav ul {
list-style: none;
padding: 0;
margin: 0;
}
@media (max-width: 1299px) {
header nav ul {
    display: none;
    position: absolute;
    background: #f59530;
    width: 200px;
    z-index: 99;
    right: 0;
}
}
@media (max-width: 575px) {
header nav ul {
    left: 0;
}
}
header nav ul li {
display: inline-block;
margin-left: 1.75em;
font-family: museo-sans-condensed, sans-serif;
font-weight: 700;
font-size: 0.88889rem;
line-height: 1.1875em;
color: #fff;
position: relative;
}
@media (max-width: 1299px) {
header nav ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
}
header nav ul li i {
font-size: 0.9375em;
color: #f59530;
}
@media (max-width: 1299px) {
header nav ul li i {
    color: #162b53;
}
}
header nav ul li ul {
margin: 0;
padding: 0;
list-style: none;
width: 180px;
background: #f59530;
position: absolute;
z-index: 99;
display: none;
}
@media (max-width: 1299px) {
header nav ul li ul {
    display: none !important;
    height: auto !important;
    opacity: 1 !important;
    position: relative;
    width: 100%;
}
}
header nav ul li ul li {
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
margin: 0;
display: block;
}
@media (max-width: 1299px) {
header nav ul li ul li {
    border-bottom: none;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}
}
header nav ul li ul li a {
color: #162b53;
display: block;
padding: 5px 10px;
}
header nav ul li a {
color: #fff;
}
@media (max-width: 1299px) {
header nav ul li a {
    display: block;
    padding: 10px;
    color: #162b53;
}
}

footer {
padding: 3rem 0 8rem;
color: #fff;
background: #162b53;
}
footer .containerCustom {
display: flex;
flex-direction: row-reverse;
}
@media (max-width: 767px) {
footer .containerCustom {
    display: block;
    text-align: center;
}
}
footer #footerLeft {
width: 50%;
flex-grow: 1;
display: flex;
justify-content: space-between;
}
@media (max-width: 767px) {
footer #footerLeft {
    display: block;
    width: 100%;
}
}
footer #footerRight {
text-align: center;
width: 280px;
}
@media (max-width: 979px) {
footer #footerRight {
    width: 225px;
}
}
@media (max-width: 767px) {
footer #footerRight {
    width: 100%;
}
}
footer #footerLogo {
max-width: 100%;
width: 280px;
margin: 0 auto;
padding-bottom: 1.4rem;
}
footer #footerSocial {
padding-bottom: 1.2rem;
}
footer #footerSocial .social-share li {
font-size: 1.38889rem;
line-height: 1.16em;
color: #fff;
margin: 0 0.2em;
}
footer #footerSocial .social-share li a {
color: #fff;
}
footer #footerAddress {
font-weight: 400;
font-size: 1rem;
line-height: 1.72222em;
padding-bottom: 0.5rem;
}
footer #footerContacts {
font-weight: 700;
font-size: 1rem;
line-height: 1.72222em;
padding-bottom: 0.9rem;
color: #fff;
}
footer #footerContacts a {
color: #fff;
}
footer .footerNavCol {
padding-right: 2.2rem;
padding-top: 4px;
}
@media (max-width: 1299px) {
footer .footerNavCol {
    padding-right: 1.5rem;
}
}
@media (max-width: 767px) {
footer .footerNavCol {
    padding-right: 0;
    padding-top: 2rem;
}
}
footer .footerNavHead {
font-family: museo-sans-condensed, sans-serif;
font-weight: 900;
font-size: 1.388889rem;
line-height: 0.95em;
padding-bottom: 0.65em;
text-transform: uppercase;
color: #f59530;
}
@media (max-width: 1299px) {
footer .footerNavHead {
    font-size: 1.18rem;
}
}
footer .footerNavHead a {
color: #f59530;
}
footer .footerNav {
padding-bottom: 2rem;
}
footer .footerNav ul {
margin: 0;
padding: 0;
list-style: none;
}
footer .footerNav ul li {
font-weight: 400;
font-size: 1.1112rem;
line-height: 1.5em;
color: #fff;
}
@media (max-width: 1299px) {
footer .footerNav ul li {
    font-size: 1rem;
}
}
footer .footerNav ul li a {
color: #fff;
}
footer #copyright {
font-size: 12px;
line-height: 1.5em;
}
nav ul li.menuExist:hover>ul.sub-menu {
display: block;
}
nav ul li.menuExist>ul.sub-menu>li.menuExist:hover>ul.sub-menu {
display: block;
}
header nav > ul > li >a:hover {
color: #f59530;
}
@media only screen and (max-width: 767px){
body {
    padding: 0;
}
}
body, html, input, textarea, select {
line-height: 1.5em;
font-size: 18px;
font-family: roboto, sans-serif;
font-weight: 400;
}
.button {
    background: #2a3f67;
    font-family: roboto, sans-serif;
    padding: 0 0.75em;
    border: none;
    height: 55px;
    line-height: 55px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.button.gold {
    background: #f59530;
    color: #162b53;
}
.button.sml {
    height: 37px;
    line-height: 35px;
    font-size: 0.888889rem;
}
.button.mid {
    height: 45px;
    line-height: 43px;
    font-size: 0.888889rem;
}
.button.kashmir {
    background: #526c9d;
}
.button.inactive {
    opacity: 1;
    pointer-events: none;
    background: #b6b6b6;
}
@media (max-width: 991px) {
    .button {
        height: 40px;
        line-height: 40px;
        font-size: 1.08rem;
    }
}

.button {
    background: #333;
    color: #fff;
    font-weight: 700;
    font-family: roboto, sans-serif;
    height: 55px;
    line-height: 50px;
    padding: 0 1.15rem;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.15rem;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    border: 2px solid #333;
    text-align: center;
}
@media (max-width: 767px) {
    .button {
        height: 40px;
        line-height: 35px;
    }
}
.button:hover,
.button:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
    -webkit-transform: scale(1.045, 1.045);
    -moz-transform: scale(1.045, 1.045);
    -ms-transform: scale(1.045, 1.045);
    -o-transform: scale(1.045, 1.045);
    transform: scale(1.045, 1.045);
}
.button.buttonOutline {
    background: 0 0;
    color: #333;
}
.button.inactive {
    opacity: 0.5;
    cursor: default;
}
.button.inactive:hover,
.button.inactive:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.footerNavCol:nth-child(2) .footerNav ul li a{white-space: nowrap!important;}
.copyright{padding-top: 0.9rem;}

#banner.bannerSlides {
    padding: 0;
    position: relative;
    background: #fff;
}
#banner.bannerSlides .bannerImg {
    width: 53.47%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#banner.bannerSlides .bannerImg:before {
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 38.75%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}
@media (min-width: 767px) {
    #banner.bannerSlides .bannerImg {
        min-height: 583px;
    }
}
@media (max-width: 767px) {
    #banner.bannerSlides .bannerImg {
        position: relative;
        height: 53vw;
        width: 100%;
    }
    #banner.bannerSlides .bannerImg:before {
        background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 40.6%);
    }
}
#banner.bannerSlides ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#banner.bannerSlides ul .bannerSlide {
    padding: 4.65rem 0 7.2rem;
    position: relative;
}
@media (max-width: 767px) {
    #banner.bannerSlides ul .bannerSlide {
        padding-top: 0;
    }
}
@media (max-width: 979px) {
    #banner.bannerSlides ul .bannerSlide .row-fluid .span5 {
        width: 50%;
    }
}
@media (max-width: 767px) {
    #banner.bannerSlides ul .bannerSlide .row-fluid .span5 {
        width: 100%;
    }
}
#banner.bannerSlides ul .bannerSlide h1,
#banner.bannerSlides ul .bannerSlide h2 {
    font-size: 4.611rem;
    line-height: 0.951em;
    text-transform: uppercase;
    color: #162b53;
}
@media (max-width: 1299px) {
    #banner.bannerSlides ul .bannerSlide h1,
    #banner.bannerSlides ul .bannerSlide h2 {
        font-size: 3.8rem;
    }
}
@media (max-width: 979px) {
    #banner.bannerSlides ul .bannerSlide h1,
    #banner.bannerSlides ul .bannerSlide h2 {
        font-size: 3.2rem;
    }
}
@media (max-width: 767px) {
    #banner.bannerSlides ul .bannerSlide h1,
    #banner.bannerSlides ul .bannerSlide h2 {
        font-size: 3.1rem;
    }
}

.flex-control-paging {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 9.2vw;
    bottom: 1.4rem;
}
@media (max-width: 767px) {
    .flex-control-paging {
        left: 0;
        width: 100%;
        text-align: center;
        bottom: 28px;
    }
}
.flex-control-paging li {
    vertical-align: top;
    margin-right: 0.4em;
    display: inline-block;
}
.flex-control-paging li a {
    display: block;
    background: #dfdfdf;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-indent: -9999px;
}
.flex-control-paging li a.flex-active {
    background: #f59530;
}
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-direction-nav .flex-nav-prev a,
.flex-direction-nav .flex-nav-next a {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #162b53;
    width: 40px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 2.11112rem;
}
@media (max-width: 1299px) {
    .flex-direction-nav .flex-nav-prev a,
    .flex-direction-nav .flex-nav-next a {
        width: 30px;
        height: 50px;
        font-size: 1.8rem;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .flex-direction-nav .flex-nav-prev a,
    .flex-direction-nav .flex-nav-next a {
        top: inherit;
        bottom: 18px;
        transform: translateY(0);
    }
}
.flex-direction-nav .flex-nav-prev a:hover,
.flex-direction-nav .flex-nav-next a:hover {
    background: #f59530;
}
.flex-direction-nav .flex-nav-prev a,
.flex-direction-nav .owl-prev a {
    left: 0;
    border-radius: 0 5px 5px 0;
}
.flex-direction-nav .flex-nav-next a,
.flex-direction-nav .owl-next a {
    left: inherit;
    right: 0;
    border-radius: 5px 0 0 5px;
}
.containerCustom {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

#banner {
    padding: 2rem 0 2.4rem;
}
#banner .breadcrumb {
    background: 0 0;
    padding: 0;
    margin-bottom: 0.56em;
    font-weight: 400;
    font-size: 1.056rem;
    line-height: 1.2em;
    color: #333;
}
#banner .breadcrumb a {
    color: #f59530;
    font-weight: 500;
}
#banner .breadcrumb span {
    display: inline-block;
    margin: 0 0.25em;
}
#banner video {
    object-fit: cover;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#banner .container {
    z-index: 9;
    position: relative;
}
#banner h1,
#banner h2 {
    font-weight: 900;
    font-size: 3.611111rem;
    line-height: 1.05em;
    padding: 0;
}
@media (max-width: 1199px) {
    #banner h1,
    #banner h2 {
        font-size: 3.05rem;
    }
}
@media (max-width: 979px) {
    #banner h1,
    #banner h2 {
        font-size: 2.59rem;
    }
}
@media (max-width: 767px) {
    #banner h1,
    #banner h2 {
        font-size: 2.2rem;
    }
}
#banner .bannerTxt {
    font-size: 1.1111112rem;
    line-height: 1.5em;
    color: #333;
    padding-top: 0.75em;
}
@media (max-width: 1299px) {
    #banner .bannerTxt {
        font-size: 1rem;
    }
}
#banner .bannerTagline {
    font-family: museo-sans-condensed, sans-serif;
    font-weight: 400;
    font-size: 1.4444rem;
    line-height: 0.95em;
    text-transform: uppercase;
    padding-top: 0.65em;
    color: #666;
}
@media (max-width: 1299px) {
    #banner .bannerTagline {
        font-size: 1.22rem;
    }
}
#banner .bannerLinks {
    padding-top: 1.1rem;
}
#banner .postMeta {
    padding-top: 1.2rem;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.33334rem;
    line-height: 1.2em;
    color: #666;
}
@media (max-width: 979px) {
    #banner .postMeta {
        font-size: 1.13rem;
    }
}
#banner .postMeta span {
    margin: 0 0.25em;
}
#banner .postMeta a {
    color: #f59530;
    font-weight: 500;
}