/* Google Web Fonts */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/********** GENERAL CSS **********/
  :root {
  --color-first:#292828;
  --color-second: #ff9600;
  --font-family: Helvetica,Helvetica Neue,Arial,sans-serif;
  }
  *, ::after, ::before { box-sizing: border-box }
  .bg-color-first { background: var(--color-first)}
  .color-first, .color-first:hover,.policy-content h1.color-first,.policy-content h2.color-first,
  .policy-content h3.color-first,.policy-content h4.color-first, .policy-content h5.color-first,
  .policy-content h6.color-first{ color: var(--color-first)}
  .bg-color-second {background: var(--color-second) }
  .color-second, .color-second:hover,.policy-content h1.color-second,.policy-content h2.color-second,
  .policy-content h3.color-second,.policy-content h4.color-second, .policy-content h5.color-second,
  .policy-content h6.color-second {color: var(--color-second)}
  .martop { margin-top: 150px; }
  .martop.header-column { margin-top: 250px; }
  .mararticletop{margin-top: 140px}
/* =================== HEADER ================= */
  header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0; 
    z-index: 99999;
  }
  header.header-section.article-header,
  header.header-section.main-article-header.header-shadow{box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.14);}
  button {
    border: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
  }
  .header-sticky {
    position: fixed;
    top: 0;
    width: 100%
  }
  .top-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .top-header .form-section {
    flex-basis: 80%;
    display: flex;
    align-items: center;
  }
  .top-header .form-section .logo-img { width: 30%; }
  .top-header .form-section .search-box-form { width: 70% }
  .top-header .form-section .logo-img img {
    width:80%;
    height: 65px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }
  .nav-header.hide-header-menu{ display: none; }
  .header-nav-list ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  .header-nav-list ul li {
    list-style: none;
    display: inline-block;
    padding: 15px 10px 10px;
  }
  .header-nav-list ul li.active { border-bottom: 4px solid var(--color-second); }
  .header-nav-list ul li a {
    color:var(--color-first);
    font-size: 1rem;
    text-decoration: none;
  }
  .header-nav-list ul li.active a { color: var(--color-first);font-weight:600 }
  .header-nav-list ul li a img {
    width: 5px;
    margin-right: 7px;
    vertical-align: middle;
  }
/********** SEARCH SECTION CSS **********/  
  .search-wrapper{
    width: 100%;
    height: 100vh;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .search-section,.policy-section{
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 2;
    max-width: 850px;
    padding: 0 1.5em;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .search-section .logo{width: 400px;margin: 0 auto}
  .search-block{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 2;
    justify-content: center;
    text-align: center;
  }
  .search-block .logo{order: 1}
  .search-block .nav-list{order: 2}
  .search-block .form-section{order: 3}
  .search-block.fixed-header .nav-list{order: 3}
  .search-block.fixed-header .form-section{order: 2}
  .search-block ul li.nav-item .active {
      border-bottom: 3px solid #f28c15;
      color: #000;
      font-weight: 700;
  }
  .search-block ul li.nav-item .nav-link,footer ul li.nav-item .nav-link{
    font-size:1.2rem;
    color: var(--color-first);
    padding:0.3rem 1rem;
  }
  .search-block ul li.nav-item .nav-link:hover,
  .search-block ul li.nav-item .nav-link:focus{background:transparent;outline: 0}
  .search-box-wrapper {
      width: 100%;
      height: 45px;
      background: #fff;
      border-radius: 0px;
      padding: 5px 10px 5px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border: 1px solid #cfd2dc;
      border-radius: 9999px;
  }
  .search-box-wrapper input {
    border: 0;
    flex-basis: 90%;
    font-size: 18px;
    font-weight: 400;
  }
  .search-box-wrapper input:focus, .search-box-wrapper input:hover {
    background: transparent;
    border: 0;
    outline: 0;
  }
  button#input-cross {
    display: none;
  }
  .search-box-wrapper .search-button-block{
    flex-basis: 10%;
    display: flex;
    justify-content: flex-end;
  }
  .search-button-block button#input-cross.input-padding-class {
    display: inline-block;
    border-right: 0.3px solid #70757a;
    padding-right: 10px;
  }
  .search-button-block button {
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0 10px;
  }
  .search-button-block button img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
/********** FOOTER CSS **********/
  footer{
    align-items: flex-end;
      display: flex;
      flex: 1;
      width: 100%;
  }
  footer ul li.nav-item .nav-link{
    font-size: 1rem; 
    padding: 0;
    font-weight: 500;
  }
  footer ul li.nav-item{position: relative; margin-left: 1em;padding-left: 1.2em;}
  footer ul li.nav-item:before {
      content: "•";
      position: absolute;
      left: 0;
  }
  footer ul li.nav-item:first-child:before { content: ""; }
  .copyright-text{font-weight: 500}
/********** POLICY CONTENT CSS **********/  
  .policy-section{max-width: 100%;padding: 0}
  .policy-content h1,.policy-content h2,.policy-content h3,.policy-content h4,.policy-content h5,
  .policy-content h6 {
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 5px;
    font-family: var(--font-family);
  }
  .policy-content h1{ font-size: 2rem;font-weight: 700;}
  .policy-content h2{ font-size: 1.8rem;font-weight: 600;}
  .policy-content h3{ font-size: 1.6rem;font-weight: 500;}
  .policy-content h4{ font-size: 1.4rem;font-weight: 500;}
  .policy-content h5{ font-size: 1.2rem;font-weight: 500;}
  .policy-content h6{ font-size: 1rem;font-weight: 500;}
  .policy-content p,.policy-content ol li,.policy-content ul li {
    font-size: 1.1rem;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    font-family: var(--font-family);
  }
  .policy-content ol li,.policy-content ul li{ font-weight: 500; margin-bottom: 5px; }
  .upper { text-transform: uppercase; }
/********** RESPONSIVE CSS **********/
  @media only screen and (max-width:992px){
    .top-header .form-section{flex-basis: 100%}
    .martop.header-column{margin-top: 150px}
  }
  @media only screen and (max-width:768px){
    .martop{margin-top: 170px}
    .search-section{padding: 0}
    footer ul li.nav-item:first-child{ margin-left: 0; padding-left: 0; }
    .search-section .logo{width: 300px}
    .search-block ul li.nav-item .nav-link{padding: 0.3rem 0.8rem;font-size: 1rem}
    .header-nav-list ul{overflow-x: scroll; white-space: nowrap; padding-left: 0; margin: 0;}
    .top-header .form-section .logo-img img,.top-header .form-section .logo-img,
    .top-header .form-section .search-box-form{width: 100%;}
    .top-header .form-section { flex-basis: 100%;flex-direction: column; }
    header { padding: 15px; padding-bottom: 0px; }
  }
  @media only screen and (max-width:400px){
    .search-section .logo{width: 250px}
    .search-box-wrapper{padding: 3px 10px}
    .search-box-wrapper input{flex-basis: 70%;font-size: 16px}
    .search-box-wrapper .search-button-block{flex-basis: 30%}
    .search-button-block button{padding: 0 5px}
    .search-button-block button img{width: 20px;height: 20px}
    .search-block ul li.nav-item .nav-link { padding: 0.3rem 0.4rem;font-size: 0.9rem; }
    .copyright-text p,footer ul li.nav-item .nav-link{font-size: 0.9rem}
    .search-box-wrapper{height: 40px}
    .policy-content h1{ font-size: 1.8rem;font-weight: 700;}
    .policy-content h2{ font-size: 1.6rem;font-weight: 600;}
    .policy-content h3{ font-size: 1.4rem;font-weight: 500;}
    .policy-content h4{ font-size: 1.2rem;font-weight: 500;}
    .policy-content h5{ font-size: 1rem;font-weight: 500;}
    .policy-content h6,.policy-content p,.policy-content ol li,
    .policy-content ul li{ font-size: 0.9rem;font-weight: 400;}

  }
  .author-details{
    display: flex;
    align-items: center;
    margin: 10px 0;
    }
    .author-details .author-img{
    display: inline-block;
    width: 35px;
    height: 35px;
    }
    .author-details .author-txt{margin-left: 10px;width: 80%;}
    .author-details .author-img,.author-details .author-txt{clear: both;}
    .author-details .author-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    }
    .author-details .author-txt span{color: #333}
    .author-details .author-txt a{color: #3557ff;text-decoration: none;}
    .active>.page-link, .page-link.active {
      background-color: var(--color-first) !important;
      border-color: var(--color-first);
  }