body,
h1,
h2,
h3,
h4,
h5,
p,
a {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}


.cook_pol {
  background: rgba(0, 56, 168, 0.7);
  display: none;
}

.cook_pol p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;

}

#close-cook {
  padding: 5px 10px;
  border: 1px solid #fff;
  font-weight: bold;
  border-radius: 20px;
  background: rgba(255, 255, 255, 1);
  color: #333333;
}

p {
  font-size: 17px;
}

.out-vc {
  display: table;
}

.in-vc {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.in-vc-right {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.rown {
  padding-top: 30px;
  padding-bottom: 30px;
}

.rowl {
  padding-top: 15px;
  padding-bottom: 15px;
}

.rowm {
  padding-top: 20px;
}

.rowll {
  padding-top: 10px;
  padding-bottom: 20px;
}

.center {
  text-align: center;
}


.top_bg {
  background: url('../img/b1.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding-top: 0vw;
  padding-bottom: 3vw;
}



.orgbutton {
  /* width: 100%; */
  /*padding: 15px 60px;
  */
  background: #f6931e;
  color: #fff;
  border-radius: 0px;
  font-size: 1.2rem;
  font-weight: normal;
  cursor: pointer;
}

.trans_btn {
  padding: 1vw 5vw;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;

}

.orgbutton:hover {

  color: #fff;
  font-weight: bold;
}

.grnbtn {
  background: #39b54a;
}


.btn2 {
  font-size: 1.5rem;
  padding: 15px 3vw;
}

.bg1 {
  background: url('../img/b2.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.bg5 {
  background: url('../img/b4.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 2vw;
}


.bht {
  padding: 20px 10px 0px 10px;
}

.pan2 {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 6vw;
}

.abt_roger {
  background: url('../img/roger_1.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.white {
  color: #fff;
}

.pll {
  font-size: 19px;
  margin-bottom: 0px;
}

.pll2 {
  font-size: 15px;
  margin-bottom: 0px;
}

.pql {
  width: 100%;
  max-width: 130px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.bg2 {
  background: url('../img/b6.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding-top: 3vw;
}


.size-24 {
  font-size: 18px;
  margin-top: 5px;
}

.log_ico {
  width: 100%;
  max-width: 100px;
  padding-top: 10px;
  padding-bottom: 15px;

}

.displayResponsivehide {
  display: block;
}

.displayResponsiveshow {
  display: none;
}

.accordion-title {
  border: 0px;
  padding: 10px;
  color: black;
}

.accordion-title:hover {
  color: black !important;
  background: white !important;
}

.accordion-title:visited {
  color: black !important;
  background: white !important;
}

.accordion-title:active {
  color: black !important;
  background: white !important;
}

.accordion-title:focus {
  color: black !important;
  background: white !important;
}

.accordion-content {
  border: 0px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0px;
  padding-top: 0px;
}

.accordion-title::before {
  content: "" !important;
}

:last-child:not(.is-active)>.accordion-title {
  border-bottom: 0px solid #e6e6e6;
  border-radius: 0 0 3px 3px;
}

.imageResponsive {
  max-width: 900px;
}


@media screen and (min-width: 40em) and (max-width: 65em) {

  .top_bg
  {
    background: none;
  }


  .displayResponsivehide {
    display: none;
  }

  .displayResponsiveshow {
    display: block;
  }


  .abt_roger {
    background: #333333;
  }

  .abt_roger h2,
  .abt_roger p {
    color: #fff !important;
  }

  .rowlm {
    margin: 0;
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
}


@media screen and (max-width: 40em) {

  .top_bg
  {
    background: none;
  }

  .imageResponsive {
    max-width: 300px;
  }

  .orgbutton {
    font-size: .9rem;
    padding: 10px 20px;
  }

  .displayResponsivehide {
    display: none;
  }

  .displayResponsiveshow {
    display: block;
  }

  .abt_roger {
    background: #333333;
  }

  .abt_roger h2,
  .abt_roger p {
    color: #fff !important;
  }


  .log_ico {
    max-width: 70px;

  }

  .rowlm {
    margin: 0;
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }


}