html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-size:14px;
    
}
div#userwayAccessibilityIcon {
    bottom: 0px;
    top: auto;
}
li{
    list-style: none;
}
img{
    max-width: 100%;
}
a , a:hover{text-decoration: none;
color: #000;}
ul , p {
    margin: 0;
    padding: 0;
}
.highlight {
    background-color: yellow;
    color: #000;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.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;
    -moz-backface-visibility:hidden
}
.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-wrapper,.owl-carousel .owl-item{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    -ms-transform:translate3d(0, 0, 0)
}
.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{
    display:block;
    max-width:100%
}
.product-in-slider.owl-carousel .owl-item img {
    width: 100%;
}
.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;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.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{
    visibility:hidden
}
.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:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.no-js .owl-carousel{
    display:block
}
.owl-carousel .animated{
    animation-duration:1000ms;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    animation-name:fadeOut
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.owl-height{
    transition:height 500ms ease-in-out
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    transition:opacity 400ms ease
}
.owl-carousel .owl-item img.owl-lazy{
    transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper{
    position:relative;
    height:100%;
    background:#000
}
.owl-carousel .owl-video-play-icon{
    position:absolute;
    height:80px;
    width:80px;
    left:50%;
    top:50%;
    margin-left:-40px;
    margin-top:-40px;
    background:url("owl.video.play.png") no-repeat;
    cursor:pointer;
    z-index:1;
    -webkit-backface-visibility:hidden;
    transition:transform 100ms ease
}
.owl-carousel .owl-video-play-icon:hover{
    -ms-transform:scale(1.3, 1.3);
    transform:scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{
    display:none
}
.owl-carousel .owl-video-tn{
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    transition:opacity 400ms ease
}
.owl-carousel .owl-video-frame{
    position:relative;
    z-index:1;
    height:100%;
    width:100%
}
.owl-prev {
    background: url(../images/slider-left-arrow.png) center no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 48%;
    right: 60px;
    font-size: 0;
    bottom: auto;
    margin: auto;
    left: -85px;
    right: auto;
}
.owl-next {
    background: url(../images/slider-left-arrow.png) center no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 48%;
    right: -85px;
    font-size: 0;
    bottom: auto;
    margin: auto;
    transform: rotate(-180deg);
    left: auto;
}
.owl-dots{
    position:absolute;
    bottom:65px;
    width:100%;
    text-align:center
}
.owl-dots .owl-dot {
    background: url(../images/banner-dot.png) center no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    z-index: 2;
    position: relative;
    border-radius: 50%;
    margin: 0 3px;
}
.owl-dots .owl-dot.active{
    background: url(../images/banner-dot-active.png) 0 0 no-repeat;
  
}
.header-right-up li span{
    margin-right: 5px;
}
.header-right-up li {
    border-right: 1px solid #ccc;
    padding-right: 14px;
}
.header-right-up li:last-child{
    padding-right: 0;
    border: 0;
}
.header-right-up {
    width: 465px;
    float: right;
}
.header-right-up .search-bar {
    position: relative;
    margin-bottom: 10px;
}
.header-right-up .search-bar a.contrast-version {
    margin-right: 5px;
    font-weight: bold;
    color: #11006d;
    transition: all linear .3s;
}
.header-right-up .search-bar a.contrast-version:hover{
    color:#000;
}
.header-right-up .search-bar input {
    width: 300px;
    padding: 5px;
    border: solid 1px #ccc;
    border-radius: 5px;
}
.header-right-up .search-bar button {
    position: absolute;
    top: 0;
    border: none;
    width: 40px;
    height: 100%;
    right: 1px;
    background: #11006d;
    color: #fff;
    font-weight: bold;
    transition: all linear .3s;
    border-radius: 0 5px 5px 0;
}
.header-right-up .search-bar button:hover{
    background:#000;
}
nav.nav {
    clear: both;
    background: #11006d;
    z-index: 9;
    position: relative;
}
.logo {
    position: absolute;
    top: -71px;
    left: 0;
    width: 202px;
}
.logo img{
    width: 100%;
    height: auto;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
    height: auto;
}
.main-menu li{
    position: relative;
}
.main-menu li.others-links {
    display: none;
}
.main-menu li > a{
    border-bottom: 3px solid transparent;
}
.main-menu li.active a{
    border-bottom: 3px solid #ffcc01;
    color: #ffcc01;
}
.main-menu li:hover > a{
    border-bottom: 3px solid #ffcc01;
    color: #ffcc01;
}
.main-menu li.active:after {
    content: "";
    border-bottom: 5px solid #ffcc01;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: 3px;
    right: 0;
    left: 0;
    margin: auto;
}
.main-menu li a {
    color: #fff;
    font-size: 13px;
    padding: 18px 22px;
    display: block;
}
.main-menu li ul {
    position: absolute;
    background: #11006d;
    width: 228px;
    top: 58px;
    display: none;
}
.main-menu li ul li a {
    padding: 7px 16px;
    border-bottom: 1px solid #ccc;
}
.main-menu li:hover ul{
    display: block;
}
.main-menu li ul li a:hover{
    color: #ffcc01;
    border-bottom: 1px solid #ffcc01;
}
.main-menu {
    margin-left: 219px;
    /* width: 500px; */
    float: right;
}
.home-banner-bottom{}
.home-banner-bottom li{
   margin-bottom:20px;
}
.home-banner-bottom li:nth-child(1) .col-6:first{
    padding-right:30px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.home-banner-bottom li:nth-child(2) .col-6:nth-child(2n){
    padding-left:30px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.home-banner-bottom h2{
    font-size: 22px;
    color: #11006d;
    margin-bottom: 10px;
}
.text{
    font-size: 14px;
}
.text p{
    margin-bottom: 20px;
}
a.read-more {
    background: #11006d;
    color: #fff;
    padding: 6px 13px;
    border-radius: 6px;
    /* line-height: 22px; */
    display: inline-block;
    transition: all ease 0.6s;
}
a.read-more:hover{
    background: #ffde00;
    color: #11006d;
}

footer.footer {
    background: #11006d;
    color: #fff;
    border-top: 5px solid #ffde00;
}
footer.footer h2{
    font-size: 16px;
}
footer.footer li a{
    color: #fff;
}
footer.footer li a:hover{
    text-decoration: underline;
}
footer.footer li {
    padding: 3px 0;
}
.full-menu li{
    width: 32%;
    display: inline-block;
    vertical-align: top;
}
.full-menu{
    padding-left: 0;
}
.footer-last {
    background: #0c004e;
    color: #fff;
    padding: 14px 0;
}
.footer-last a{
    color: #fff;
}
.footer-last a:hover{
    text-decoration: underline;
}
.inner-banner{
    position: relative;
}
.inner-banner h1 {
    background: rgba(238,237,245,.6);
    position: absolute;
    top: 0;
    width: 100%;
    color: #11006d;
    font-size: 35px;
    padding: 11px 12px;
}
.bradcam {
    background: #dedbec;
    margin-top: 22px;
    border-radius: 6px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 11px;
    margin-bottom: 28px;
}
.bradcam li {
    margin-right: 8px;
}
.bradcam li a {
    border-right: 1px solid #11006d;
    padding-right: 7px;
    font-weight: 600;
    /* line-height: 13px; */
}
.ab-img {
    width: 48%;
    margin-bottom: 23px;
    box-shadow: 0 0 17px rgba(0,0,0,.1);
}
.about-footer {
    background: #dedbec;
    margin-top: 20px;
}
.ab {
    width: 31%;
    border-right: 1px solid #ccc;
    padding-right: 36px;
}
.ab:last-child{
    border-right: 0;
    padding-right: 0;
}
.ab h2 {
    font-size: 21px;
    color: #11006d;
    margin-bottom: 11px;
    font-weight: 500;
}
.bd{}
.bd li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.d-img {
    width: 204px;
}
.d-txt {
    width: 630px;
    margin-left: 17px;
}
.d-txt h2 {
    font-size: 22px;
    color: #11006d;
    font-weight: 500;
}
.d-txt h4 {
    font-size: 14px;
    color: #434343;
    font-weight: 500;
}
.d-img {
    width: 204px;
    border: 1px solid #e1e1e1;
    align-self: flex-start;
}
.page-title {
    width: 100%;
    background: #dedbec;
    padding: 13px 0;
    font-size: 26px;
    color: #11006d;
    font-weight: 500;
}
.bd-r {
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    padding: 17px;
    align-self: flex-start;
}
.bd-r h2 {
    font-size: 22px;
    color: #11006d;
    font-weight: 500;
}
.bd-r li {
    border-bottom: 1px solid #ccc;
    background: url(../images/black-right-arrow.png) 0 12px no-repeat;
    padding: 5px 0 5px 13px;
    font-weight: 500;
}
.bd-r li:last-child{
    border-bottom: 0;
}
.miles-tab .main-tab-ul li {
    display: inline-block;
    /*font-size: 20px;*/
	font-size: 10px;
    color: #11006d;
    /*padding: 18px 20px;*/
	padding: 18px 12px;
    cursor: pointer;
    position: relative;
}
.miles-tab .main-tab-ul li.active{
    background: #11006d;
    color: #fff;
}
.miles-tab .main-tab-ul li.active:after {
    content: "";
    border-top: 10px solid #11006d;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -20px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
}
.tab-img {
    margin-bottom: 18px;
}
.miles-tab h3 {
    color: #11006d;
    font-size: 22px;
}
.tab-container .content{
    display: none;
}
.gallery-tab .main-tab-ul li {
    display: inline-block;
    background: #dedbec;
    padding: 6px 14px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 7px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
}
.gallery-tab .main-tab-ul li.active{
    background: #11006d;
    color: #fff;
}
.gallery-tab .tab-container{
    margin-top: 15px;
}
.gallery-tab .tab-container li{
    width: 23%;
    margin: 1%;
}
.gallery-tab .tab-container li .title {
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}
.gallery-tab .tab-container ul{
    flex-wrap: wrap;
}
.cert-det li{
    font-weight: 500;
    padding: 3px 0;
}
.con-div h3 {
    font-size: 20px;
    color: #11006d;
    font-weight: 500;
}
.con-div h4 , .con-div h5{
    font-size: 14px;
    color: #434343;
    font-weight: 500;
}
.con-div h5 {
    line-height: 25px;
}
.blue-div li{
    background: #11006d;
}
.blue-div li a {
    color: #fff;
    padding: 6px 3px;
    font-size:13px;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
.blue-div li:last-child a{
    margin-bottom: 0;
}

.heshe li a {
    background: url(../images/pdf-bl.png) 0 7px no-repeat;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 10px 0 10px 34px;.owl-dots
    font-weight: 500;
}
.heshe li a:hover{
    background: url(../images/pdf-wh.png) 0 7px no-repeat #11006d;
    color: #fff;
}
.heshe li:last-child a {
    border-bottom: 0;
}
.banner-txt {
    width: 100%;
    background: #000;
    /* position: absolute; */
    
    /* width: 1200px; */
   
    margin: auto;
}
.banner-txt p {
    background: rgba(0,0,0,.6);
    color: #fff;
    padding: 12px;
    width:1200px;
    margin:0 auto;
    position:relative;
}
.select-box {
    float: right;
    width: 150px;
    margin-bottom: 25px;
}
.select-box select {
    width: 100%;
    padding: 9px;
    cursor: pointer;
    background: #11006d;
    color: #fff;
}
.career-form li {
    width: 47%;
    display: inline-block;
    margin: 1%;
    vertical-align:top;
}
.career-form li input {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
}
.career-form li textarea {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
    height: 43px;
}
.career-form li lable {
    width: 100%;
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
}
.career-form li button {
    background: #11006d;
    color: #fff;
    padding: 5px 18px;
    border: 0;
}


.conc_approval {
    margin-top: 20px;
}
.conc_approval h4 {
    font-size: 18px;
    font-weight: 500;
}
.conc_approval h4 a{
    background: #11006d;
    color: #fff;
    padding: 8px 12px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
    margin-left: 20px;
}