
.main-wrapper img{
    width: 100%;
    display: block;
}
.main-wrapper a{
    color: #000;
    text-decoration: none;
}
.main-wrapper ul li{
    list-style-type: none;
}
.navbar{
    background: #fafafa; margin-bottom:0px; width:100%; float:left;

    top: 0;
    left: 0;

    max-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 999;
}

.inverse { background: rgba(0, 0, 0, 0.8); position: fixed; z-index:10; height: 100%; width: 100%; left:0px; top:0px;}
.navbar li{ list-style-type:none; list-style:none;}
.brand-and-icon{
    display: flex;
    justify-content: space-between;
    padding: .5rem 0;

}
.navbar-brand{
    font-size: 1.8rem;
    letter-spacing: 3px;
    font-weight: 700;
}
.navbar-toggler{
    display: block;
    border: none;
    background: transparent;
    font-size: 1.8rem;
    cursor: pointer;

    transition: all 0.4s ease;

    border-radius: 4px;
}
.navbar-toggler:hover{
    opacity: 0.7;
}
.navbar-collapse{
overflow-y: scroll; overflow-x: hidden;
    display: none;
}
.navbar-nav{ float:none}
.navbar-nav > li > a{
    text-transform: capitalize;
    font-size: 1.4rem; color:#000;

    display: block;
    padding: 0.6rem 0;
    margin: 0.2rem 0;
    border-bottom: 1px solid #ddd;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;  font-family: 'Proza Libre', sans-serif; font-weight:500;
}
.drop-icon{
    position: absolute;
    right: 6px;
    top: 45%;
    transform: translateY(-45%);
}
.drop-icon svg{ height:.7em}
.drop-icon i{ height:.7em; font-size:10px; font-weight:300;}
.navbar-nav > li > a:hover{ color:#2e5e9c;

}

.sub-menu h4{
    text-transform: capitalize; font-size:16px;

    padding: 0.5rem 0; font-family: 'Proza Libre', sans-serif;
}
.sub-menu ul li{
    text-transform: capitalize; padding:3px 0px;
  position: relative; width:100%; display:inline-block;

    margin: 0.2rem 0;
    font-size: 0.95rem;
}
.sub-menu ul li a{
    color:#000!important; font-size:16px;
    font-family: 'Proza Libre', sans-serif; line-height: 1.3;  position: relative; display: inline-block;
}
.sub-menu ul li a:hover{color:#000; font-family: 'Proza Libre', sans-serif;}


.sub-menu ul li a:after{ background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #000;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;}

  .sub-menu ul li a:hover:after {
  width: 100%;
  left: 0;
}

.sub-menu{
    display: none;

}
.close-menu{ position:absolute; right:25px; top:25px;}
.close-menu svg{ width:22px;}

.sub-menu-item{
    padding-left: 1.2rem; width: 22%; display: inline-block; margin-right: 2%; vertical-align: top;
}
.full-width{ width: 100%;}
.full-width ul li{ width: 22%;  margin-right: 2%; vertical-align: top;}
.sub-menu-item h3{ font-size: 1.1rem;}

.sub-menu-block{

    display: flex; float:right;
    flex-direction: column;
    justify-content: center; padding-top:0px!important;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem; border-left:solid 1px #ccc;
}
.sub-menu-block img{ border-radius:20px;}
.sub-menu-block h2{
    text-transform: capitalize;
    margin: 0rem 0; color:#000; font-size:20px; font-family: 'SamsungOne 700'; padding:15px 15px 0px;
}
.sub-menu-block p{ font-size:18px; font-weight:300; line-height:24px; padding:0px 0px 0px 15px; font-family: 'SamsungOne 400'; line-height:24px;}
.sub-menu-block .btn{

    text-transform: capitalize; margin-top:15px;
    font-size: 0.9rem;

    cursor: pointer; margin-left:15px; background:none; box-shadow:none; padding:0px; border-radius:0px;

    color: #000; border-bottom:solid 2px #000;
    transition: all 0.5s ease;
}
.sub-menu-block .btn:hover{
    background: #fff;
    color: #000;
}
/*.sub-menu-item:nth-child(4){
    width: 50%;
    margin: 0 auto;
    padding: 2rem 0;
}*/


.menu-link ul li .active a{
    color: #2e5e9c;
}


/* Media Queries */
@media screen and (min-width: 992px){
    .navbar{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;


        position: relative;
    }
    .navbar-toggler{
        display: none;
    }

    .brand-and-icon{
        flex: 0 0 100px;
        border-bottom: none;
        padding: 0;
    }
    .navbar-collapse{
        display: block!important;
        overflow-y: hidden;
        flex: 1 0 auto;
    }
    .navbar-nav{
       /* display: flex;*/
        align-items: center;
        justify-content: center;
    }
    .navbar-nav > li > a{
        border-bottom: none;

        padding: 1.7rem 1.3rem;
        font-size: 18px;
    }
    .sub-menu{
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        background: #fff; padding: 20px 20px; box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.2);
    }
.sub-menu-close{ position: absolute; font-size: 16px; right: 15px; top: 15px; text-align: center; line-height: 30px; font-weight: bold; width: 30px; height: 30px; border: solid 1px #efefef; border-radius: 50%; background: #fff; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);}
    .navbar-nav > li:hover .sub-menu{
        display: none;
        grid-template-columns: repeat(4, 1fr); padding: 20px 20px;


    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before{font-family: 'FontAwesome';
        font-style: normal;}


    .is-active .submenu {
        display: block!important;
      }
    .navbar-nav > li{
        border-bottom: 3px solid transparent;
        transition: border-bottom 0.4s ease;
    }
    .navbar-nav > li:hover{
  border-bottom: 3px solid #2e5e9c;
    }
	 .navbar-nav > li:hover a{ color:#2e5e9c;

    }
   /*  .sub-menu-item{
        padding-left: 0;
    }
   .sub-menu-item:nth-child(3){
        padding-left: 2rem;
        padding-right: 2rem;
    }
*/

}
@media screen and (max-width: 1200px){
	.navbar-nav > li > a{ padding: 1.7rem 1rem; font-size:1rem;}
		.drop-icon{ right:0px;}
		.navbar-collapse{ padding:0px;}
		.premium-strip li a{ padding:0px 15px!important;}
		.mash-menu .mash-list-items{ width:auto!important;}


}
@media screen and (max-width: 1060px){
	.navbar-nav > li > a{ padding: 1.7rem .6rem; }
	.drop-icon{ right:-5px;}
	/* .brand-and-icon img{ width:125px;} */
	.navbar-nav > li > a{ font-size:15px;}
    .m-menubar{ width: 28px!important; position: absolute; left: 0px; top:  5px;}
    .m-menubar img{ width: 28px;}
    .logo{padding-left: 15px;}

}




	@media screen and (max-width: 991px){
		.sub-menu ul li{ width:100%;}
        .sub-menu-item{ width: 100%;}
        .brand-and-icon{padding: 0px;}
		}

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

	.navbar-nav{ padding:5px 10px;}
	.navbar-nav > li > a{ padding: 10px 10px; font-size:1rem;}
	.drop-icon{ right:15px}
   
  
	}