@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Red Hat Display', sans-serif !important;
  font-size: 14px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
}
a, a:focus, a:hover {
  outline: 0;
  text-decoration: none;
  cursor: pointer;
}
.p0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.mt-15 {
  margin-top: 15px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.logobox {
  margin: 15px 0 0;
}
.logobox img {
  /*    height: 70px;*/
}
.main-webtitle {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.main-title {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
}
.webvideosection {
  padding-bottom: 30px;
}
.vdoul {
  /*    margin: 0 -7.5px;*/
}
.vdoli {
  width: calc(25% - 11.25px);
  margin-top: 15px;
  margin-right: 15px;
  display: inline-block;
}
.vdowrap {
  background-color: #ffffff;
  padding: 10px 15px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 0px 5px 0.2px rgba(44, 44, 44, 0.09);
  -webkit-box-shadow: 0px 0px 5px 0.2px rgba(44, 44, 44, 0.09);
  -moz-box-shadow: 0px 0px 5px 0.2px rgba(44, 44, 44, 0.09);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all ease 0.3s;
  height: 100px;
  width: 100%;
  float: left;
  color: #000;
}
.vdowrap:hover {
  box-shadow: 0px 0px 20px 0.2px rgba(44, 44, 44, 0.09);
  -webkit-box-shadow: 0px 0px 20px 0.2px rgba(44, 44, 44, 0.09);
  -moz-box-shadow: 0px 0px 20px 0.2px rgba(44, 44, 44, 0.09);
  color: #000;
}
.vdoiconwrap {
  height: 40px;
  width: 40px;
  background-color: #66b329;
  text-align: center;
  border-radius: 3px;
  line-height: 35px;
  position: relative;
  float: left;
}
.vdoiconwrap::before {
  position: absolute;
  content: " ";
  background-color: rgba(102, 179, 41, 0.25);
  top: -3px;
  left: -3px;
  height: 46px;
  width: 46px;
  border-radius: 3px;
}
.vdoiconwrap svg {
  color: #fff;
  width: 20px;
}
.vdotitle {
  width: calc(100% - 55px);
  float: right;
  font-size: 13px;
}
.btn_readmore {
  background-color: #333;
  color: #ffffff !important;
  font-size: 13px !important;
  text-align: center;
  padding: 7px 15px;
  display: inline-block;
  margin: 30px 0;
  border-radius: 3px;
  text-transform: uppercase;
}
.moreli .vdoli {
  margin-left: -3px;
}
footer {
  background-color: #f1f1f1;
}
.copyright {
  font-size: 12px;
  padding: 15px 0;
}
a.backtoanch {
  position: fixed;
  background-color: #333;
  right: -57px;
  color: #ffffff;
  top: 40%;
  padding: 10px 15px;
  border-radius: 4px 4px 0 0;
  transform: rotate(-90deg);
  text-decoration: none;
  transition: all ease 0.3s;
  font-size: 14px;
}
a.backtoanch:hover {
  text-decoration: none;
  color: #fff;
}
.t-radio input[type=radio]{display:none;}
@media(max-width:575px) {
  body {
    padding-bottom: 40px;
  }
  .vdoli {
    width: 100%;
    margin-right: 0;
  }
  .moreli .vdoli {
    margin-left: 0;
  }
  .main-title, .main-webtitle {
    font-size: 16px;
  }
  .main-webtitle {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .logobox img {
    height: 70px;
  }
  a.backtoanch {
    top: unset;
    bottom: 0;
    transform: rotate(0deg);
    left: 0;
    right: unset;
    border-radius: 0;
    width: 100%;
    text-align: center;
  }
}
@media(min-width:576px) and (max-width:1199px) {
  .vdoli {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  .vdoli:nth-child(4n+4) {
    margin-right: 0;
  }
  .vdoli:nth-child(even) {
    margin-right: 0;
  }
  .moreli .vdoli {
    margin-left: -2px;
  }
  .main-title, .main-webtitle {
    font-size: 16px;
  }
}
/*
@media(min-width:992px) and (max-width:1024px){
    .vdoli{
        width: calc(33% - 10px);
        margin-right: 15px;
    }
    .vdoli:nth-child(3n+3){
        margin-right: 0;
    }
    .moreli .vdoli {
    margin-left: -2px;
  }
}
*/
@media(min-width:1025px) {
  .vdoli:nth-child(4n+4) {
    margin-right: 0;
  }
  .sticky-top {
    position: -webkit-unset !important;
    position: unset !important;
    top: 0;
    z-index: 1020;
  }
}