/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 15 2023 | 02:16:57 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 02 2020 | 06:42:14 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 02 2020 | 06:13:12 */
.sidebart{
  display:block;
  background-color:#1B4E96;
  color:#fff;
  overflow: hidden;
  position: relative;
}
.sidebart aside{
  max-width:1200px;
  margin:auto;
}
.sidebart aside a{
  color:#F7B713;
  font-weight:bold;
}
.sidebart a.close{
  display:none;
}
.sidebart aside h4{
  color:#fff;
  font-size:25px;
}
#header{
  top:auto;
}
.span_1_of_7{
  width: 14.2%;
  margin: 0;
  font-size: 13px;
}


@media(max-width:767px){
  .sidebart aside{
    padding:20px 30px 0;
  }
  #header.mobile_force_relative_position{
    top:0 !important;
  }
  .span_1_of_7{
    width:50%;
  }
  #footer .container{
    width:100%;
    padding:0 20px;
  }
}