.ova_sev_list_file.two_column .ova-list-attachment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .ova_sev_list_file.two_column .ova-list-attachment {
    grid-template-columns: 1fr;
  }
}
.ova_sev_list_file.two_column .ova-list-attachment li:not(:last-child) {
  margin-bottom: 0px;
}
.ova_sev_list_file .ova-list-attachment {
  list-style-type: none;
  padding: 0;
}
.ova_sev_list_file .ova-list-attachment li {
  flex: 0 0 100%;
  display: flex;
  border: 2px solid #e8e8e8;
  padding: 21px 28px 15px 28px;
  border-radius: 2px;
}
.ova_sev_list_file .ova-list-attachment li:not(:last-child) {
  margin-bottom: 20px;
}
.ova_sev_list_file .ova-list-attachment li .icon-attachment {
  flex: 0 0 44px;
}
.ova_sev_list_file .ova-list-attachment li .icon-attachment i {
  display: inline-block;
  line-height: 1;
}
.ova_sev_list_file .ova-list-attachment li .icon-attachment i:before {
  margin: 0;
  font-size: 30px;
  color: #62718d;
}
.ova_sev_list_file .ova-list-attachment li .ova-file-name-size {
  flex: 0 0 calc(100% - 144px);
  margin-top: -4px;
}
.ova_sev_list_file .ova-list-attachment li .ova-file-name-size .ova-file-name {
  display: block;
}
.ova_sev_list_file .ova-list-attachment li .ova-file-name-size .ova-file-name a {
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #202b5d;
  word-break: break-all;
}
.ova_sev_list_file .ova-list-attachment li .ova-file-name-size .ova-file-size {
  display: block;
  font-size: 15px;
  color: #62718d;
  text-transform: capitalize;
}

.ova_sev_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  width: 100%;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .ova_sev_wrap {
    padding: 0 20px;
  }
}
.ova_sev_wrap .ova-sev-sidebar {
  max-width: 317px;
  flex: 0 0 317px;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info {
  position: sticky;
  top: 150px;
  left: 0;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .ova_sev_wrap .ova-sev-sidebar .ova_info {
    position: relative;
    top: 0;
    left: 0;
  }
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .ova-list-sev {
  background: #ecedf5;
  padding: 26px 20px 43px 20px;
  margin-bottom: 50px;
  border-radius: 8px;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .ova-list-sev .title-list-sev {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #202b5d;
  margin: 0 0 16px 0;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .ova-list-sev .title-list-sev a {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #263788;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .ova-list-sev .title-list-sev a svg {
  width: 20px;
  margin-right: -2px;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .ova-list-sev ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .ova-list-sev ul li {
  padding: 13px 10px 10px 10px;
  position: relative;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .ova-list-sev ul li:not(:last-child) {
  margin-bottom: 1px;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .ova-list-sev ul li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .ova-list-sev ul li.active, .ova_sev_wrap .ova-sev-sidebar .ova_info .ova-list-sev ul li:hover {
  background: #fff;
  border-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.05);
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .ova-list-sev ul li.active:before, .ova_sev_wrap .ova-sev-sidebar .ova_info .ova-list-sev ul li:hover:before {
  opacity: 1;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .ova-list-sev ul li a {
  font-size: 18px;
  line-height: 1.2;
  color: #263788;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .sev-file-sidebar {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #e8e8e8;
  padding: 20px 15px 16px 28px;
  margin-bottom: 50px;
  border-radius: 8px;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .sev-file-sidebar .icon-attachment {
  flex: 0 0 42px;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .sev-file-sidebar .icon-attachment i {
  display: inline-block;
  line-height: 1;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .sev-file-sidebar .icon-attachment i:before {
  margin: 0;
  font-size: 30px;
  color: #2db7ff;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .sev-file-sidebar .ova-file-name-size {
  flex: 0 0 calc(100% - 42px);
  margin-top: -2px;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .sev-file-sidebar .ova-file-name-size .ova-file-name {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
  line-height: 20px;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .sev-file-sidebar .ova-file-name-size .ova-file-name a {
  font-size: 17px;
  color: #263788;
  word-break: break-all;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .sev-file-sidebar .ova-file-name-size .ova-file-size {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  color: #62718d;
}
.ova_sev_wrap .ova-sev-sidebar .ova_info .sev-file-sidebar .ova-file-name-size .ova-file-size .type {
  text-transform: uppercase;
}
.ova_sev_wrap .ova_sev_content {
  width: calc(100% - 317px);
  padding-right: 80px;
}
@media (max-width: 1024px) {
  .ova_sev_wrap .ova_sev_content {
    width: 100%;
    padding-right: 0px;
  }
}
.ova_sev_wrap .ova_sev_content .sev-title {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #202b5d;
  font-weight: 600;
  margin: 0 0 5px 10px;
}
.ova_sev_wrap .ova_sev_content .sev-meta {
  margin-bottom: 10px;
}
.ova_sev_wrap .ova_sev_content .sev-meta .sev-meta-general {
  font-size: 16px;
  line-height: 26px;
  color: #62718d;
}
.ova_sev_wrap .ova_sev_content .sev-meta .sev-categories .cat-sev a {
  font-size: 16px;
  line-height: 26px;
  color: #202b5d;
}
.ova_sev_wrap .ova_sev_content .share_social {
  margin-top: 60px;
  padding-bottom: 24px;
  margin-bottom: 4px;
  display: block;
  padding-top: 40px;
}
.ova_sev_wrap .ova_sev_content .share_social span.ova_label {
  font-size: 24px !important;
  padding-bottom: 30px;
}

.archive_sev.two_column .content {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .archive_sev.two_column .content {
    grid-template-columns: 1fr;
  }
}
.archive_sev.three_column .content {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .archive_sev.three_column .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .archive_sev.three_column .content {
    grid-template-columns: 1fr;
  }
}
.archive_sev.four_column .content {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .archive_sev.four_column .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .archive_sev.four_column .content {
    grid-template-columns: 1fr;
  }
}
.archive_sev .content {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 130px;
  width: 100%;
  margin-bottom: 70px;
}
.archive_sev .items {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: 0.4s;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.archive_sev .items:hover .content_img_items .content_sub_items .content_items .content-sub {
  margin-top: 60px;
}
@media (max-width: 400px) {
  .archive_sev .items:hover .content_img_items .content_sub_items .content_items .content-sub {
    margin-top: 90px;
  }
}
.archive_sev .items:hover .content_img_items .content_sub_items .content_items .content-sub .excerpt {
  position: absolute;
  opacity: 1;
  bottom: 45px;
  z-index: 2;
}
.archive_sev .items .content_img_items {
  position: relative;
}
.archive_sev .items .content_img_items:before {
  background: linear-gradient(0deg, rgba(38, 55, 120, 0.5) 30%, rgba(38, 55, 120, 0.5) 50%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  transition: 0.4s;
}
.archive_sev .items .content_img_items img {
  width: 100%;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}
.archive_sev .items .content_img_items .content_sub_items {
  position: absolute;
  bottom: -70px;
  z-index: 3;
  text-align: center;
  width: 100%;
}
.archive_sev .items .content_img_items .content_sub_items .content_items {
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
  background: #fff;
  padding: 20px 40px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
@media (max-width: 400px) {
  .archive_sev .items .content_img_items .content_sub_items .content_items {
    padding: 20px;
  }
}
.archive_sev .items .content_img_items .content_sub_items .content_items .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  position: absolute;
  vertical-align: middle;
  outline: none;
  transition: 0.3s all linear;
  background-color: #2db7ff;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  opacity: 1;
  transition: 0.4s;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  z-index: 100;
}
.archive_sev .items .content_img_items .content_sub_items .content_items .icon span {
  line-height: 1;
}
.archive_sev .items .content_img_items .content_sub_items .content_items .icon span:before {
  color: #fff;
  margin: 0;
  font-size: 50px;
}
.archive_sev .items .content_img_items .content_sub_items .content_items .title {
  font-size: 26px;
  line-height: 50px;
  color: #263787;
  font-weight: 500;
  transition: 0.4s;
  margin: 30px 0px 0px 0px;
  transition: 0.4s ease;
}
.archive_sev .items .content_img_items .content_sub_items .content_items .content-sub {
  position: relative;
  transition: 0.4s ease;
}
.archive_sev .items .content_img_items .content_sub_items .content_items .content-sub .excerpt {
  font-size: 17px;
  line-height: 24px;
  color: #62718d;
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 15px;
  transition: 0.4s ease;
}
.archive_sev .items .content_img_items .content_sub_items .content_items .content-sub .readmore {
  color: #2db7ff;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  transition: 0.4s;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive_sev .items .content_img_items .content_sub_items .content_items .content-sub .readmore i {
  padding-right: 8px;
  line-height: 1;
}
.archive_sev .items .content_img_items .content_sub_items .content_items .content-sub .readmore i:before {
  font-weight: bold;
}
.archive_sev .items .content_img_items .content_sub_items .content_items .content-sub .readmore:hover {
  color: #263787;
}
.archive_sev .blog_pagination {
  margin: 70px 0px;
  width: 100%;
}

.ova_list_sev.two_column .content {
  grid-template-columns: 1fr 1fr;
}
.ova_list_sev .content {
  display: grid;
  grid-gap: 30px;
}
.ova_list_sev .content .items {
  padding: 40px 30px 43px 30px;
  border: 1px solid #e8e8e8;
  position: relative;
  overflow: hidden;
}
.ova_list_sev .content .items:hover {
  box-shadow: 10px 0 40px rgba(6, 22, 58, 0.1);
}
.ova_list_sev .content .items:hover .sev-content-sub {
  display: block;
}
.ova_list_sev .content .items:hover .icon-sev {
  top: -67px;
  margin: 0;
  opacity: 0;
}
.ova_list_sev .content .items:hover .title-sev {
  top: -67px;
}
.ova_list_sev .content .items:hover .sev-content-sub {
  top: calc(100% - 117px);
  opacity: 1;
}
.ova_list_sev .content .items:hover .icon-sev-hide {
  bottom: -3px;
}
.ova_list_sev .content .icon-sev {
  margin-bottom: 21px;
  position: relative;
  top: 0;
  opacity: 1;
  transition: 0.4s;
}
.ova_list_sev .content .icon-sev span {
  display: inline-block;
  line-height: 1;
}
.ova_list_sev .content .icon-sev span:before {
  margin: 0;
  font-size: 50px;
  display: inline-block;
}
.ova_list_sev .content .title-sev {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  color: #202b5d;
  font-weight: 500;
  position: relative;
  top: 0;
  transition: 0.4s;
}
.ova_list_sev .content .title-sev a {
  font-size: 24px;
  line-height: 30px;
  color: #202b5d;
  font-weight: 500;
}
.ova_list_sev .content .sev-content-sub {
  opacity: 0;
  top: 100%;
  left: 0px;
  position: absolute;
  padding: 0px 30px;
  transition: 0.4s;
}
.ova_list_sev .content .sev-content-sub .sev-excerpt {
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 16px;
}
.ova_list_sev .content .sev-content-sub .sev-readmore {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: #0067da;
}
.ova_list_sev .content .sev-content-sub .sev-readmore svg {
  width: 18px;
}
.ova_list_sev .content .icon-sev-hide {
  position: absolute;
  right: 45px;
  bottom: -65px;
  transition: 0.4s;
}
.ova_list_sev .content .icon-sev-hide span:before {
  margin: 0;
  font-size: 60px;
  color: #202b5d;
  opacity: 0.1;
}

.ovapo_project_grid .owl-dots {
  text-align: center;
  width: 100%;
  margin-top: -40px;
}
.ovapo_project_grid .owl-dots button {
  opacity: 1 !important;
}
.ovapo_project_grid .owl-dots .owl-dot {
  outline: none;
}
.ovapo_project_grid .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px;
  background: #d1d1d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.ovapo_project_grid .owl-dots .owl-dot.active span {
  width: 12px;
  border-radius: 5px;
  opacity: 1;
  background-color: #2DB7FF;
  border-color: #2DB7FF;
}
.ovapo_project_grid .button-filter {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
.ovapo_project_grid .button-filter button {
  outline: none;
  box-shadow: none;
  cursor: pointer;
  padding: 10px 15px;
  background-color: #ffffff;
  transition: 0.3s all linear;
  color: #333333;
  font-weight: 400;
  font-size: 20px;
  border-radius: 5px;
  letter-spacing: 0.3px;
  border: 0;
  margin-right: 15px;
  -webkit-font-smoothing: initial;
}
.ovapo_project_grid .button-filter button:before {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  background: #fff;
  height: 2px;
  bottom: -5px;
}
.ovapo_project_grid .button-filter button.active, .ovapo_project_grid .button-filter button:hover {
  color: #fed501;
  transition: 0.3s all linear;
  position: relative;
}
.ovapo_project_grid .button-filter button:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .ovapo_project_grid .button-filter button {
    margin-bottom: 10px;
  }
}
.ovapo_project_grid.grid {
  display: block;
}
@media (max-width: 480px) {
  .ovapo_project_grid.grid .items {
    margin: 0;
  }
}
.ovapo_project_grid.grid .items .wrap_item {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .ovapo_project_grid.grid .items .wrap_item {
    padding: 0;
  }
}
.ovapo_project_grid .content .items {
  display: flex;
  flex-wrap: wrap;
}
.ovapo_project_grid .content .items .wrap_item.four_column {
  width: 25%;
}
@media (max-width: 767px) {
  .ovapo_project_grid .content .items .wrap_item.four_column {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ovapo_project_grid .content .items .wrap_item.four_column {
    width: 100%;
  }
}
.ovapo_project_grid .content .items .wrap_item.three_column {
  width: 33.333%;
}
@media (max-width: 767px) {
  .ovapo_project_grid .content .items .wrap_item.three_column {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ovapo_project_grid .content .items .wrap_item.three_column {
    width: 100%;
  }
}
.ovapo_project_grid .content .items .item {
  width: 100%;
}
.ovapo_project_grid .content .items .item .content_item {
  position: relative;
  transition: 0.4s;
}
.ovapo_project_grid .content .items .item .content_item:before {
  opacity: 0;
  background: linear-gradient(0deg, rgba(38, 55, 120, 0.5) 0%, rgba(38, 55, 120, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  transition: 0.4s;
}
.ovapo_project_grid .content .items .item .content_item:hover:before {
  opacity: 1;
}
.ovapo_project_grid .content .items .item .content_item:hover .content_item_2 {
  opacity: 1;
}
.ovapo_project_grid .content .items .item .content_item:hover .readmore {
  opacity: 1;
}
.ovapo_project_grid .content .items .item .content_item img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.ovapo_project_grid .content .items .item .content_item .content_item_2 {
  position: absolute;
  top: 40px;
  left: 40px;
  transition: 0.4s;
  opacity: 0;
}
.ovapo_project_grid .content .items .item .content_item .content_item_2 .title {
  font-weight: 500;
  font-size: 26px;
  line-height: 27px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.ovapo_project_grid .content .items .item .content_item .content_item_2 .category {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  color: #fff;
}
.ovapo_project_grid .content .items .item .content_item .readmore {
  opacity: 0;
  position: absolute;
  bottom: 40px;
  left: 40px;
  transition: 0.4s;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ovapo_project_grid .content .items .item .content_item .readmore svg {
  color: #404040;
  width: 23px;
  height: 23px;
}
.ovapo_project_grid .wrap_loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}
.ovapo_project_grid .wrap_loader .loader {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%);
  stroke-linecap: round;
}
.ovapo_project_grid .wrap_loader .loader circle {
  fill: none;
  stroke-width: 1.5;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: 25px 25px;
  will-change: transform;
  stroke: #fed501;
}
.ovapo_project_grid .wrap_loader .loader circle:nth-of-type(1) {
  stroke-dasharray: 40px;
  animation-name: preloader_1;
}
.ovapo_project_grid .wrap_loader .loader circle:nth-of-type(2) {
  stroke-dasharray: 80px;
  animation-name: preloader_2;
}
@keyframes preloader_1 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader_2 {
  100% {
    transform: rotate(-360deg);
  }
}
.ovapo_project_grid .wrap_loader .not_found {
  display: none;
}

.ovapo_project_slide .owl-carousel .owl-item.active .owl-lazy {
  opacity: 1 !important;
}
.ovapo_project_slide .grid {
  position: relative;
  padding-top: 0px;
  /*@media (max-width: 767px) {
  	padding-top: 60px;
  }*/
}
.ovapo_project_slide .grid .grid-item {
  position: relative;
}
.ovapo_project_slide .grid .grid-item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s all linear;
}
@media (max-width: 767px) {
  .ovapo_project_slide .grid .grid-item:after {
    background-color: transparent;
  }
}
.ovapo_project_slide .grid .grid-item:hover:after {
  opacity: 1;
  transition: 0.3s all linear;
}
.ovapo_project_slide .grid .grid-item:hover .info {
  opacity: 1;
  transition: 0.3s all linear;
}
.ovapo_project_slide .grid .grid-item .info {
  position: absolute;
  z-index: 99;
  left: 30px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: 0.3s all linear;
}
@media (max-width: 767px) {
  .ovapo_project_slide .grid .grid-item .info {
    position: relative;
    opacity: 1;
    left: 0;
    padding-left: 10px;
  }
}
.ovapo_project_slide .grid .grid-item .info .title {
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  transition: 0.3s all linear;
}
.ovapo_project_slide .grid .grid-item .info .title:hover {
  color: #fed501;
  transition: 0.3s all linear;
}
@media (max-width: 767px) {
  .ovapo_project_slide .grid .grid-item .info .title {
    margin-top: 10px;
  }
}
.ovapo_project_slide .grid .grid-item .info .cat {
  color: #fff;
  padding-left: 8px;
  line-height: 0.9em;
  margin-top: 10px;
  text-transform: capitalize;
}
.ovapo_project_slide .grid .owl-nav button {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border: 2px solid #fff !important;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  outline: none;
  background-color: #fff;
  transition: 0.3s all linear;
}
.ovapo_project_slide .grid .owl-nav button i:before {
  margin: 0;
  padding: 6px;
  color: #999;
  font-size: 16px;
  transition: 0.3s all linear;
}
.ovapo_project_slide .grid .owl-nav button:hover {
  transition: 0.3s all linear;
  border: 2px solid #fed501 !important;
}
.ovapo_project_slide .grid .owl-nav button:hover i:before {
  color: #fed501;
  transition: 0.3s all linear;
}

.ovapo_project_grid .ovapo_project_slide .items .owl-nav button {
  opacity: 1;
}
.ovapo_project_grid .ovapo_project_slide .items .owl-nav button.owl-prev {
  margin-right: 10px;
}
.ovapo_project_grid:hover .ovapo_project_slide .items .owl-nav button {
  opacity: 1;
  transition: 0.3s;
}
.ovapo_project_grid .content .items {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
.ovapo_project_grid .content .items .item .desc {
  position: relative;
}
.ovapo_project_grid .content .items .item .desc .event-thumbnail_up {
  width: 100%;
  min-height: 460px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ovapo_project_grid .content .items .item .desc .event-thumbnail_up img {
  display: none !important;
}
.ovapo_project_grid .content .items .item .desc .post_grid {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  padding: 0px 30px 30px 20px;
  color: #fff !important;
}
.ovapo_project_grid .content .items .item .desc .post_grid .event_title {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
}
.ovapo_project_grid .content .items .item .desc .post_grid .event_title a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ovapo_project_grid .content .items .item .desc .post_grid .event_title a:hover {
  color: #c32644;
}
.ovapo_project_grid .content .items .item .desc .post_grid .time-event {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.ovapo_project_grid .content .items .item .desc .post_grid .time-event i, .ovapo_project_grid .content .items .item .desc .post_grid .time-event svg {
  color: #c32644;
}
.ovapo_project_grid .content .items .item .desc .post_grid .time-event svg {
  width: 16px;
}
.ovapo_project_grid .content .items .item .desc .date-event {
  position: absolute;
  margin-left: 20px;
  top: 20px;
  background-color: #c32644;
  text-align: center;
  display: block;
  padding: 8px 12px 4px 12px;
  color: #fff;
  z-index: 99;
}
.ovapo_project_grid .content .items .item .desc .date-event .date {
  padding: 0px 0px 0px 0px;
  font-size: 24px;
  line-height: 22px;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.ovapo_project_grid .content .items .item .desc .date-event .month {
  color: #fff;
  padding: 0px 0px 0px 0px;
  line-height: 20px;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.ovapo_project_grid .content .items .item .desc .time-event {
  font-weight: 500;
}
.ovapo_project_grid .content .items .item .desc .time-event .time {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.ovapo_project_grid .content .items .item .desc .time-event .time .icon-time {
  margin-right: 10px;
}
.ovapo_project_grid .content .items .item .desc .time-event .venue {
  display: flex;
  align-items: center;
}
.ovapo_project_grid .content .items .item .desc .time-event .venue svg {
  margin-right: 10px;
}
.ovapo_project_grid .content .items button {
  opacity: 0;
}
.ovapo_project_grid .content .items button i {
  line-height: 45px;
}
.ovapo_project_grid .content .items button i:before {
  margin: 0;
  padding: 6px;
  color: #fff !important;
  font-size: 30px !important;
  transition: 0.3s all linear;
}
.ovapo_project_grid .btn_grid {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .ovapo_project_grid .btn_grid {
    margin-top: 10px;
  }
}
.ovapo_project_grid .btn_grid .btn_grid_event {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  background-color: rgba(2, 1, 1, 0);
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 18px 10px 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #e0e0e0;
}

.ovapo_project_grid.version_2 .ovapo_project_slide .items .owl-nav {
  position: absolute;
  bottom: 45px;
  left: 15px;
  z-index: 2;
  color: #fff;
}
.ovapo_project_grid.version_2 .content .items .item .content_item:hover .readmore {
  opacity: 0 !important;
}

.ovapo_project_grid.version_1 .ovapo_project_slide .items .owl-nav {
  position: absolute;
  top: -138px;
  right: 100px;
  z-index: 2;
  color: #fff;
}
@media (max-width: 1300px) {
  .ovapo_project_grid.version_1 .ovapo_project_slide .items .owl-nav {
    top: -70px;
    right: 20px;
  }
}
@media (max-width: 1024px) {
  .ovapo_project_grid.version_1 .ovapo_project_slide .items .owl-nav {
    top: 20px;
    right: 20px;
  }
}