/*****Header*****/
@media only screen and (min-width: 960px) {
 .builder-item--primary-menu .nav-ul > li:not(:last-of-type) {
    border-right: 2px solid #fff;
    padding-right: 30px;
 }
}
@media only screen and (max-width:959px){
  .nav-ul li>a {
    color: #262626;
}
.header-menu-sidebar .close-sidebar-panel .navbar-toggle {
    color:#262626;
  }
}
/******Footer********/
@media only screen and (min-width:1100px){
.pa-footer-mid {
  min-width:1200px;
}
}
@media only screen and (min-width:960px) and (max-width:1099px){
.pa-footer-mid {
  min-width:960px;
}
}
/******Body********/
html {
  scroll-behavior: smooth;
}
.pa-justify{
  text-align: justify; /* For Edge */
  -moz-text-align-last: center; /* For Firefox prior 58.0 */
  text-align-last: center;
}
.pa-justify-2{
  text-align: justify; /* For Edge */
}
.alignfull{
  padding:0!important;
}
