﻿@media print {
  *,
  ::after,
  ::before {
      text-shadow: none !important;
      box-shadow: none !important;
  }
  a:not(.btn) {
      text-decoration: underline;
  }
  abbr[title]::after {
      content: " (" attr(title) ")";
  }
  pre {
      white-space: pre-wrap !important;
  }
  blockquote,
  pre {
      border: 1px solid #adb5bd;
      page-break-inside: avoid;
  }
  img,
  tr {
      page-break-inside: avoid;
  }
  h2,
  h3,
  p {
      orphans: 3;
      widows: 3;
  }
  h2,
  h3 {
      page-break-after: avoid;
  }
  @page {
      size: a3;
  }
  body {
      min-width: 992px !important;
  }
  .container {
      min-width: 992px !important;
  }
  .badge {
      border: 1px solid #000;
  }
  .table {
      border-collapse: collapse !important;
  }
  .table td,
  .table th {
      background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
      border: 1px solid #dee2e6 !important;
  }
  .table-dark {
      color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
      border-color: #dee2e6;
  }



  * { 
    width:100% !important; 
    display:block !important;
    max-width: 100% !important;
    padding: 0px !important;
    margin: 10px 0px !important;
    text-align: left !important;
  }

  @page {
    size: A4;
    margin: 0;
    padding: 2cm;
    margin: 1cm auto;
  }
  html, body {
    width: 210mm;
    height: 297mm;
  }
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, 
  h2.text-white {
    color: #284259 !important;
 }
 p {
    color: #000;
 }

  body .owl-carousel.owl-theme .owl-nav {
    display: none !important;
  }


 header .logo {
    width: 100px !important;
 }
  

  .home-communities-discover .owl-dots, 
  .page-template-home .home-post:after, 
  .page-template-home .home__latest__tweets:before, 
  .page-template-consumer-protection .home-post:after, 
  .page-template-consumer-protection .home-post:before, 
  .page-template-dynamic-content .dynamic__content:after, 
  .page-template-economic-empowerment .title__video:after, 
  .seminar-agenda-detail-main:after, 
  .seminar-agenda-detail-main:before, 
  .event-feature:after, 
  .seminar-agenda-agenda:after, 
  .seminar-agenda-speakers:before, 
  .dynamic__accordion:before, 
  .dynamic__accordion .tab_group .title a[aria-expanded="false"]:after, 
  .dynamic__accordion .tab_group .title a[aria-expanded="true"]:after{
      display: none !important;
  }

  .home-post .column .title, 
  .event-detail .title a, 
  .executive__leadership a, 
  .seminar-agenda-detail-common table p a, 
  .home-post a, 
  .dynamic__accordion .tab_group .title a, 
  .who-we-are-economy .btn-wrap p a {
      text-decoration: none !important;
  }

  .who-we-are-economy .box, 
  .bord-directors-bottom .text-box, 
  .event-detail .event-grid .column > a, 
  .event-detail .event-grid .column .news-col, 
  .event-detail .event-grid .column > a, 
  .event-detail .event-grid .column .news-col, 
  .news-release-contact, 
  .dynamic__accordion .tab_group {
      border: none !important;
  }

  .home-post .column .title {
    text-align: left !important;
  }
  .who-we-are-economy .box p {
    color: #000;
  }
  .who-we-are-contact .column .text-box * {
    color: #000;
    text-decoration: none;
  }
    .seminar-agenda-top .top-bar-nav a, .top-bar-nav a {
        background: #284259;
    }




}


  





