/*navbar*/


@media (min-width: 1260px) {
    
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  /*.navbar .megamenu{left:0; right:0; width:100%; margin-top:0; */
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:-5px;padding-top: 40px;
  }
     

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991.80px){
  
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
      display: flex!important;
      flex-basis: auto;
      margin-left: 125px;
  }
  a.navbar-brand{
        position: absolute;
        top: 20px;
    }
    .dropdown-menu.megamenu .container{
        padding-left: 147px;    
    }
    
}
.navbar-dark .navbar-brand img{
    position: relative;
    z-index: 2024;
}

.dropdown-toggle::after {
    display:none;
}


.button-navbar-top {
    background: #3f3f3f;
    border-radius: 0px 0px 25px 25px;
    width: 20%;
    box-shadow: 5px 4px 16px rgba(255, 255, 255, 1);
}
.cms{
    background: #3f3f3f;
    border-radius:0px 0px 0px 25px;
}
.apply{
    background: #661861;
    border-radius:0px 0px 25px 25px;
}
.button-navbar-top img{
    padding-top: 13px;
    padding-bottom: 12px;
    width: 66%;
}
@media (max-width: 575.98px) {

    .brand-logo-bms img {
        position: relative;
        top: 1em;
        left: 1em;
        width: 55%;
    }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: url("../img/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 100vh;
}
header.masthead h1, header.masthead .h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1, header.masthead .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead h1, header.masthead .h1 {
    font-size: 53px;
  }
  header.masthead h6, header.masthead .h6 {
    font-size: 26px;
  }
}
.button-navbar-top{
    position: fixed;
    right: 20px;
    top: 0;
    z-index: 2000
}

.text-purple {
    font-size: 15px;
    font-family: 'OpenSans-Bold';
    color: #661861;
}

.text-purple-medium {
    font-family: 'OpenSans-Bold';
    color: #661861;
}

.megamenu a:hover {
    color: #661861;
    font-family: 'OpenSans-Bold';
}



.megamenu a {
    color: black;
    font-family: 'OpenSans-Regular';
    font-size: 15px;
    display: block;
    margin-top:10px;
}


.nav-sticky {
background: rgba(255, 255, 255, 0.97);
}
.hide-desktop{
    display: none;
}
.show-desktop{
    display: block;
}
.nav-item .language li{
    display: inline-table;
}

.nav-item ul{
    padding: .5rem 1rem;
}
.nav-item ul a{
    color: #fff;
    font-family: 'OpenSans-Regular';
}
.nav-item .megamenu ul{
    padding: 0;
}
.nav-item .language li:first-child {
    border-right: 3px solid #fff;
    padding-right: 15px;
}
#navbar:hover .language li:first-child{
    border-right: 3px solid #333333;
}
.navbar-nav .language a{
    color: black !important;
    font-family: 'OpenSans-Bold';
}
.navbar-dark .navbar-nav .language a{
    color: #fff !important;
    font-family: 'OpenSans-Bold';
}
#navbar:hover .navbar-nav .language a{
    color: #000 !important;
    font-family: 'OpenSans-Bold';
}
.nav-sticky .navbar-nav .language a{
    color: #000 !important;
    font-family: 'OpenSans-Bold';
}
.navbar-nav .language a.active{
    color: #F19E00 !important;
    font-family: 'OpenSans-Bold';
}
#navbar:hover .navbar-nav .language a.active{
    color: #F19E00 !important;
    font-family: 'OpenSans-Bold';
}
.nav-sticky .nav-item .language li:first-child {
    border-right: 3px solid #000;
    padding-right: 18px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: block;
    position: relative;
    z-index: 1001;
    border-radius: 16px;
    font-family: 'OpenSans-Semibold';
}
.navbar-dark.nav-sticky .navbar-nav .nav-link{
    color: #000 !important;
}
.navbar > .container {
    padding-top: 44px;
    padding-bottom: 20px;
}
.nav-item .language li:first-child {
    border-right: 3px solid #fff;
    padding-right: 15px;
}
.nav-item .language li {
    display: inline-table;
}
.navbar-nav li {
    margin-right: 10px;
}
.navbar:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
    transition: 0.3s;
    height: auto;
    color: black;
}


.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #FFF !important;
    background: #3f3f3f;
    border-radius: 16px;
}
#navbar:hover a {
    color: black;
}
/*
.dropdown:hover .dropdown-menu {
    display: block;
}
*/
section {
    padding: 120px 0;
    overflow: hidden;
}
.featured-services .row > .col-lg-4{
    padding: 0px !important;
    background: #AAAAAA;
    height: 423px;
    min-height: 423px;
}
.featured-services .row > .col-lg-4:first-child{
    background: #661861;
    color: #FFFFFF;
}
.featured-services .row > .col-lg-4:nth-child(2){
    background: #C0C0C0;
}
.featured-services .row > .col-lg-4:nth-child(3){
    background: #AAAAAA;
}
.featured-services .row > .col-lg-4:nth-child(4){
    background: #C0C0C0;
}
.featured-services .row > .col-lg-4:nth-child(5){
    background: #AAAAAA;
}
.featured-services .row > .col-lg-4:nth-child(6){
    background: #C0C0C0;
}
.featured-services .row > .col-lg-4:nth-child(7){
    background: #AAAAAA;
}
.featured-services .row > .col-lg-4:nth-child(8){
    background: #C0C0C0;
}
.featured-services .row > .col-lg-4:nth-child(9){
    background: #AAAAAA;
}
.featured-services .icon-box{
    display: table;
    height: 100%;
    padding: 40px;
    width: 100%;
}
.featured-services .icon-box .title{
    font-family: 'OpenSans-ExtraBold';
    font-size: 28px;
    color: #000000;
    line-height: 38px;
    margin-bottom: 15px;
    
}
.featured-services .row > .col-lg-4:first-child .icon-box .title{
    background: #661861;
    color: #FFFFFF;
}
.featured-services .content-box{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.featured-services .description{
    font-family: 'OpenSans-Semibold';
    font-size: 18px;
    line-height: 28px;
}
.featured-services h2.title{
    font-family: 'OpenSans-Bold';
    font-size: 26px;
    line-height: 36px;
    margin-bottom:20px;
}
.featured-services .aboutdeposito .description{
    font-family: 'OpenSans-Semibold';
    font-size: 24px;
    line-height: 38px;
}
.linkdownload {
    text-align: center;
    margin-top: 40px;
}
.linkdownload a{
    display: inline-table;
    background: #661861;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 65.5px;
    padding:10px 120px;
    font-family: 'OpenSans-Semibold';
    font-size: 20px;
    line-height: 58px;
    color: #FFFFFF;
}
.linkdownload a:hover{
    background: #3f3f3f;
}

@media screen and (max-width: 991.8px)  {
    .megamenu {
        display: none !important;
    }
    
    .show-mobile{
        display: block;
    }
    .hide-mobile{
        display: none;
    }
    .button-navbar-top {
        width: 250px;
    }
    .navbar {
        background: #FFFFFF;
    }
    
}

@media screen and (max-width: 350.8px)  {
    
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .mobilemenu{
        display: none !important;
    }
    .navbar .has-megamenu{position:static!important;}
    .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        background: rgba(255, 255, 255, 1);
        box-shadow: 8px 12px 12px rgba(0, 0, 0, 0.31);
        border-radius: 0px 0px 100px 100px;
        border: none;
        height: auto;
    }
}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  
}
@media(max-width: 767.80px){
  .linkdownload a{
        font-size: 18px !important;
        padding: 10px 40px !important;
    }
    .featured-services h2.title{
        font-size: 28px;
        line-height: 38px;
    }
    .featured-services .icon-box .title{
        font-size: 28px;
        line-height: 38px;
    }
    header.masthead {
      background-size: contain !important; 
    }
}

