
html {
  margin: 0px;
  padding: 0px;
  font-family: 'Poppins', sans-serif!important;
  box-sizing: border-box;
}

*, *:before, *:after { box-sizing: inherit; }

.cf:before, .cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after { clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf { *zoom: 1;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Source Sans Pro', sans-serif;
}

/*---------Authar Style----------*/


.smobitrigger, .mnuclose { display: none; }

header { }



.navigation { vertical-align: middle; }

.navigation nav ul {
  margin: 0px;
  list-style: none;
  text-align: center;
  background: #002a5c;;
}


.navigation nav ul li { display: inline-block; }

.navigation nav ul li a {
  color:#ffffff; 
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
  padding:20px 35px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.active{
  background: #0086e4;
  color: #fff!important;
}
.navigation nav ul li a:hover {
  background:#0086e4;
  color: #fff;
}

.navigation li{
    display: inline-block;
    font-size: initial;
  }
  .menu_1{
    background-color: #F8ABAD;
  }
 @media all and (max-width : 768px) {
.navigation{
  padding: 0px!important;
}
.smobitrigger, .mnuclose { display: inline-block; }

.smobitrigger {
  color:white;
  line-height: 12px;
  padding: 8px;
  background-color:#0086e4;
  position: absolute;
  top:17px;
  right:15px;
  z-index:9999!important;
  font-size: 33px;
}
font-family: 'Montserrat', sans-serif;
.mnuclose {
  
  padding: 10px 20px;
  width: 100%;
  background: #50bb52;
}

.smobitrigger span, .mnuclose span {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.dropdown-menu nav ul {
  padding-bottom: 40px;
  overflow-y: auto;
  /*text-align: right !important;*/
}



.navigation nav ul li, .navigation nav ul li a { width: 100%; }

.navigation nav ul li a {
  padding-top: 5px;
  padding-bottom: 15px;
}


.navigation nav ul li a:hover { background: rgba(0, 0, 0, 0.29); }

.mobimenu {
  list-style: none;
  padding: 20px;
  margin: 0px;
  width: 210px;
  position: fixed;
  height: 100%;
  top: 0px;
  right: -250px;
  background-color:#0078B7!important;
}

.mnuopn { right: 0px !important; }

.ovrActv {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9998;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
}
