body.rtl {
    direction: rtl;
}
div#dnn_ctr5137_EditDNNArticle_ctl01_ctl00_ctl00_txtContent_PanelTextEditor {
    width: 100% !important;
}
.section-title-box.tabs-archive {
    position: absolute;
    left: 0;
    top: -40px;
}
@media only screen and (max-width: 480px) {
.section-title-box.tabs-archive {
    position: unset;

}
}
.news-container {
    padding-top: 39px;
}

div#LiveTabsWrapper5376 {
    background: none;
}
/* START: MULTIMEDIA  */
.archive-multimedia-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-multimedia-card {
  /* overflow: hidden; */
  border-radius: 15px;
  /* box-shadow: 0 0 8px 4px rgb(99 99 99 / 14%); */
  margin-bottom: 20px;
  background: #fff;
  position: relative;
  border: 1px solid var(--primary);
}

.archive-multimedia-title h3 {
  font-size: 14px;
  min-height: 55px;
  margin-top: 0px;
  line-height: 2;
  font-weight: bold;
}

.archive-multimedia-title {
  padding: 15px;
  min-height: 100px;
}

.archive-multimedia-title h3 a {
  color: #000;
}

.archive-multimedia-image {
  height: 200px;
  overflow: hidden;
  position: relative;
  border-radius: 15px 15px 0 0;
}

span.date-clip {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
}

span.icon-list-clip {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgb(57 57 57 / 82%);
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: translate(-50%,-50%);

}

span.icon-list-clip svg {
  width: 2rem;
  height: 2rem;
}

select#dnn_ctr5126_DNNArticle_cboCategory,select#dnn_ctr5114_DNNArticle_cboCategory,select#dnn_ctr5137_DNNArticle_cboCategory,select#dnn_ctr5539_DNNArticle_cboCategory,select#dnn_ctr5544_DNNArticle_cboCategory{
  margin-bottom: 20px;
  border-radius: 5px;
  background: rgb(254 76 28);
  color: rgb(255, 255, 255);
  padding: 6px 15px;
  font-size: 13px;
}

span#dnn_ctr5126_DNNArticle_lbCategory,span#dnn_ctr5114_DNNArticle_lbCategory,span#dnn_ctr5137_DNNArticle_lbCategory,span#dnn_ctr5539_DNNArticle_lbCategory,span#dnn_ctr5544_DNNArticle_lbCategory{
  display: none;
}

.archive-multimedia-card:before {
    content: "";
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    background: none;
    border-radius: 9px;
    border: 1px dashed var(--primary);
    z-index: -1;
    transform: translate(6px, -6px);
}

/* END: MULTIMEDIA  */

/*start:view article*/
.title-view-article h3 img {
  width: 20px;
}
.cover-multimedia {
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #BFBFBF;
  height: 510px;
  background: #393939;
}

.cover-multimedia video {
  width: 100%;
  height: 100%;
}
.view-title-multimedia h2 {
  color: #000;
}
.cover-multimedia img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.title-view-article h3 {
  color: #363636;
  font-size: 24px;
}

.summary-view-article {
  background: #F2F2F2;
  padding: 15px;
  border-radius: 20px 20px 0 0;
  margin: 12px 0 25px 0;
}

.summary-view-article p {
  color: #6D6D6D;
  font-size: 14px;
  line-height: 2;
  margin: 0;
}

.summary-view-article p:empty {
  display: none;
}

.image-view-article img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
}

.image-view-article {
  max-height: 560px;
  background: #f2f2f2;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border: 2px solid #BFBFBF;
}

.bg-image-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(15px);
  -webkit-filter: blur(15px);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-view-article, .content-view-article p,.content-view-article, .content-view-article strong {
  color: #707070;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  /* font-weight: normal !important; */
}
.head-view-article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 1px solid #E4E4E4; */
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: var(--primary);
}

.left-view-article {
  display: flex;
  flex-direction: row-reverse;
}

.date-view-article {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #E4E4E4;
}

.clock-view-article {
  display: flex;
  align-items: center;
}

span.icon-date-view-article {
  border: 2px solid var(--primary);
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

span.icon-date-view-article svg {
  width: 1.5rem;
  height: 1.5rem;

}
span.icon-date-view-article svg path {
  fill: #000;
}
.right-view-article>a {
  border: 2px solid var(--primary);
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  /* margin-left: 10px; */
  padding: 3px;
  margin-left: 11px;
}

.right-view-article {
  display: flex;
  align-items: center;
}

.right-view-article a img {
  /* filter: sepia(1); */
}
.share-article {
  display: flex;
  flex-direction: column;
}

.share-article span {
  border: 2px solid #d5b173;
  display: flex;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.share-article span svg {
  width: 2rem;
  height: 2rem;
}
.wraper-view-article {
  /* display: flex; */
  /* align-items: flex-start; */
  /* justify-content: center; */
}

.social-share {
  padding: 0 30px 0 5px;
  position: sticky;
  top: 30px;
}
.view-article .wraper-view-article {
  border-radius: 15px;
  padding: 19px;
  margin: 0 0 15px 0;
  /* display: flex; */
  /* align-items: center; */
  background: #fff;
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
}

.content-view-article img {
  display: block;
  margin: 0 auto;
  border-radius: 15px;
  width: 100% !important;
  height: auto !important;
}

.content-view-article {
  font-size: 14px;
  line-height: 2;
  color: #707070;
}

.light-box-article > div {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.light-box-article > div >* {
      flex-shrink: 0;
      max-width: 100%;
      padding-right: calc(var(--bs-gutter-x) * .5);
      padding-left: calc(var(--bs-gutter-x) * .5);
      margin-top: var(--bs-gutter-y);
}
.card-light-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
cursor:pointer;
}
.light-images-view>div>* {
  padding: 0 0.5rem;
}
.card-light-box {
  height: 88px;
  overflow: hidden;
  margin: 0.55rem 0;
  border-radius: 5px;
  border: 2px solid #bfbfbf;
}

.text-wrapper {
  display: block;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-bottom: 37px;
  }
 
  .text-wrapper .inner-wrapper {
  height: 180px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  }
 
  .text-wrapper .inner-wrapper-custom {
  height: 504px;
  }
 
  .text-wrapper .opened.inner-wrapper {
  height: auto;
  overflow: visible;
  }
 
  .text-wrapper .opened.inner-wrapper:before {
  display: none;
  }
 
  .less-more-show-btn {
  background: none;
  border: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
  display: block;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  z-index: 3;
  margin: 15px auto;
  }
 
  .less-more-show-btn:active,
  .less-more-show-btn:hover,
  .less-more-show-btn:focus {
  outline: none;
  }
 
  .text-wrapper .inner-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  font-size: 12px;
  left: 0;
  right: 0;
  bottom: 36px;
  height: 80px;
  width: 100%;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 1) 100%);
  }
 
  .top-view {
  box-shadow: 0 0 13px 2px #00008017;
  padding: 40px;
  margin-bottom: 30px;
  }
 
  .head-view {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
  margin-bottom: 30px;
  align-items: center;
  }
 
  .title-view h2 {
  color: #000080;
  margin-bottom: 0;
  }
 
  .meta-view {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  }
 
  .category-view a {
  background: #000080;
  color: #fff;
  padding: 10px;
  display: block;
  margin-right: 10px;
  border-radius: 10px;
  }
 
  .count-view span {
  border: 1px solid #d8d8d8;
  display: block;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 2px 1px #0000001c;
  }
 
  .content-info-view h4 {
  background: #eee;
  text-align: center;
  color: #000;
  padding: 10px 0;
  }
 
  .content-info-view {
  border: 1px solid #d8d8d8;
  }
 
  .list-info-view {
  padding: 20px 15px;
  min-height: 338px;
  }
 
  .list-info-view ul {
  margin: 0;
  padding: 0;
  }
 
  .list-info-view ul li {
  margin-bottom: 10px;
  color: #888;
  }
 
  .sheare-view img {
  width: 2rem;
  height: 2rem;
  }
 
  .list-info-view ul li a {
  color: #888;
  }
 
  .sheare-view {
  margin-top: 50px;
  }
 
  .images-view img {
  max-width: 100%;
  height: 310px;
  }
 
  .images-view {
  text-align: center;
  border: 1px solid #d8d8d8;
  }
 
  .light-images-view>div {
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  /* align-content: stretch; */
  flex-wrap: wrap;
  }
 
 
 
  .items-light-box {
  flex: 0 0 auto;
  flex: 0 0 20%;
  padding: 5px;
  }
 
  .light-box-content {
  margin: 0;
  border: 1px solid #d8d8d8;
  }
 
  .middel-view {
  box-shadow: 0 0 13px 2px #00008017;
  padding: 40px;
  margin-bottom: 30px;
  }
 
  .content-view h3,
  .bottom-view h3 {
  color: #000080;
  margin-bottom: 25px;
  font-size: 24px;
  }
 
  .content-view p {
  line-height: 2.2;
  color: #666;
  font-size: 14px;
  font-weight: normal;
  }
 
  .bottom-view {
  box-shadow: 0 0 13px 2px #00008017;
  padding: 40px;
  }
 
  .light-box-content img {
  width: 100%;
  height: 75px;
  object-fit: cover;
  cursor: pointer;
  }
/*end:view article*/




/*lightbox-slideshow*/
.asyncGallery {position: fixed;top: 0;left: 0;right: 0;bottom: 0;opacity: 0;z-index: 1000000;visibility: hidden;background-color: rgba(0, 0, 0, 0.95);-webkit-transition: opacity 200ms, visibility 200ms;-o-transition: opacity 200ms, visibility 200ms;transition: opacity 200ms, visibility 200ms;}
    .asyncGallery.is-visible { opacity: 1; visibility: visible; }
.asyncGallery__Item { position: absolute; top: 50%; left: 50%; opacity: 0; visibility: hidden; overflow: hidden; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: opacity 200ms, visibility 200ms; -o-transition: opacity 200ms, visibility 200ms; transition: opacity 200ms, visibility 200ms; }
    .asyncGallery__Item.is-visible { opacity: 1; visibility: visible; }
.asyncGallery__ItemImage img { max-height: 80vh; display: block; margin: 0px auto; }
.asyncGallery__ItemDescription,
.asyncGallery__Loader { margin: 8px 0px; color: #fff; }
.asyncGallery__Loader { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: none; color: #fff; z-index: 100; }
    .asyncGallery__Loader.is-visible { display: block; }
.asyncGallery button { background-color: transparent; border: 0; outline: 0; padding: 0; font-size: 0; cursor: pointer; }
.asyncGallery__Close { position: absolute; top: 40px; right: 40px; width: 30px; height: 30px; z-index: 1000; background-repeat: no-repeat; background-size: 30px 30px; background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEycHgiIHZlcnNpb249IjEuMSIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDY0IDY0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCI+CiAgPGc+CiAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjguOTQxLDMxLjc4NkwwLjYxMyw2MC4xMTRjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDljMC4zOTMsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5ICAgYzAuNTE2LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OWwyOC41NDEtMjguNTQxbDI4LjU0MSwyOC41NDFjMC4zOTQsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5YzAuNTE1LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OSAgIGMwLjc4Ny0wLjc4NywwLjc4Ny0yLjA2MiwwLTIuODQ5TDM1LjA2NCwzMS43ODZMNjMuNDEsMy40MzhjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OWMtMC43ODctMC43ODYtMi4wNjItMC43ODYtMi44NDgsMCAgIEwzMi4wMDMsMjkuMTVMMy40NDEsMC41OWMtMC43ODctMC43ODYtMi4wNjEtMC43ODYtMi44NDgsMGMtMC43ODcsMC43ODctMC43ODcsMi4wNjIsMCwyLjg0OUwyOC45NDEsMzEuNzg2eiIvPgogIDwvZz4KPC9zdmc+Cg=="); }
.asyncGallery__Counter { position: absolute; font-size: 20px; font-weight: bold; color: #fff; right: 40px; bottom: 40px; }
.asyncGallery__Dots { position: absolute; left: 50%; bottom: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; padding: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); list-style-type: none; z-index: 1000; }
    .asyncGallery__Dots button { padding: 0; width: 10px; height: 10px; background-color: #fff; border: 0; outline: 0; border-radius: 50%; }
    .asyncGallery__Dots li { opacity: 0.2; -webkit-transition: opacity 200ms; -o-transition: opacity 200ms; transition: opacity 200ms; }
        .asyncGallery__Dots li + li { margin-right: 10px; }
        .asyncGallery__Dots li.is-active { opacity: 1; }
.asyncGallery__Next,
.asyncGallery__Prev { position: absolute; top: 50%; width: 30px; height: 30px; z-index: 1000; -webkit-transition: opacity 200ms, -webkit-transform 200ms; transition: opacity 200ms, -webkit-transform 200ms; -o-transition: transform 200ms, opacity 200ms; transition: transform 200ms, opacity 200ms; transition: transform 200ms, opacity 200ms, -webkit-transform 200ms; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
    .asyncGallery__Next:disabled,
    .asyncGallery__Prev:disabled { opacity: 0.2; cursor: default; }
    .asyncGallery__Next:before,
    .asyncGallery__Prev:before { position: absolute; content: ""; top: 50%; left: 50%; background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E%3Cg%3E%3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A"); width: 30px; height: 30px; background-repeat: no-repeat; background-size: 30px 30px; }
.asyncGallery__Prev { right: 40px; }
    .asyncGallery__Prev:hover { -webkit-transform: translateX(2px) translateY(-50%); -ms-transform: translateX(2px) translateY(-50%); transform: translateX(2px) translateY(-50%); }
    .asyncGallery__Prev:before { -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); }
.asyncGallery__Next { left: 40px; }
    .asyncGallery__Next:hover { -webkit-transform: translateX(-2px) translateY(-50%); -ms-transform: translateX(-2px) translateY(-50%); transform: translateX(-2px) translateY(-50%); }
    .asyncGallery__Next:before { -webkit-transform: translate3d(-50%, -50%, 0) scale(-1); transform: translate3d(-50%, -50%, 0) scale(-1); }


/* START: VIEW PROJECTS */
.view-project-info,.view-project-image {
    min-height: 463px;
    background: #fff;
    box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 35px;
    border-radius: 15px;
    overflow: hidden;
}

.view-project-image img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.skin-wrapper.skin-wrapper-inner.unique-skin+footer {
    margin-top: 40px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    background: #fff;
}

.view-projects-bottom,.view-projects-light-box {
    background: #fff;
    box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 35px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 21px;
    margin-bottom: 21px;
}

.view-projects-bottom p {
    font-size: 13px;
    line-height: 1.8;
}

.view-projects-bottom ul {
    margin-right: 15px;
}

.view-projects-bottom ul li::marker {
    color: var(--primary);
}

.view-projects-bottom ul li {
    list-style: disc;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 5px;
}

.view-projects-bottom a:hover {
    color: var(--primary);
}
/* END: VIEW PROJECTS */

/* START: CONTENT-BOX */
.main-content-box {
    background: #fff;
    box-shadow: 0 4px 7px 0px rgba(0, 0, 0, 0.2);
    padding: 34px;
    border-radius: 15px;
    overflow: hidden;
}

.main-content-image img {
    width: 100%;
    height: 100%;
}

.main-content-box h2,.main-content-box h3,.main-content-box h4,.main-content-box h5,.main-content-box h6{
    position:relative;
    margin-bottom: 30px;
    font-weight: bold;
    color: var(--secondary);
    border-bottom: 2px solid var(--primary);
    padding-bottom: 5px;
    margin-top: 10px;
}

.main-content-box ul {
    margin-right: 15px;
    margin-bottom: 20px;
}

.main-content-box ul li::marker {
    color: var(--primary);
}

.main-content-box ul li {
    list-style: disc;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 5px;
}

.main-content-box p {
    line-height: 1.8;
    font-size: 13px;
}

.main-content-box a:hover {
    color: var(--secondary);
}

.main-content-box.no-dot ul li {
    list-style: none;
}

.main-content-box.no-dot ul {
    margin: 0 0 20px 0;
    padding: 0;
}

.main-content-box.no-dot ul li em.fa,.main-content-box.no-dot ul li span.fa,.main-content-box .fa {
    margin-left: 5px;
    color: var(--primary);
}
.main-content-box ul li svg {
    margin-left: 5px;
}
.main-content-box a:link,.main-content-box a:visited {
    color: var(--primary);
}
.omran-shahr-box .table-responsive.overflow-y-scroll {
    max-height: 500px;
}

/* END: CONTENT-BOX */


section.page-name {
    margin: 0 0 40px 0;
    background: #e3e3e3;
    padding: 5px 0;
}


/* START: TABS */
.livetabsdefault.mtop .mtop.ui-tabs .ui-tabs-nav li ,.livetabsdefault.mright .mright.ui-tabs .ui-tabs-nav li {
    margin: 0px !important;
}
.livetabsdefault.mright .mright.ui-tabs>.ui-tabs-nav>li>a {
      border-right: 3px solid #fff;
      transition: all 0.25s ease 0s;
}

.livetabsdefault.mtop .mtop.ui-tabs .ui-tabs-nav li a{
    border-bottom: 3px solid var(--secondary);
    transition: all 0.25s ease 0s;
    font-size: 15px;
}

.livetabsdefault.mtop .mtop.ui-tabs .ui-tabs-panel,.livetabsdefault.mright .mright.ui-tabs .ui-tabs-panel {
    background: none;
    border: none !important;
    padding: 0px !important;
}

.livetabsdefault.mtop .mtop.ui-tabs .ui-widget-header,.livetabsdefault.mright .mright.ui-tabs .ui-widget-header {
    background: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0px !important;
    border: 0 !important;
    padding: 0 !important;
    flex-direction: row;
    justify-content: flex-start;
}

.livetabsdefault.mtop .mtop.ui-tabs .mtop.ui-tabs-nav li.mtop{
    border: 0;
    margin: 0px;
    text-align: center;
    background: none !important;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}

.livetabsdefault.mright .mright.ui-tabs .mright.ui-tabs-nav li.mright{
background: var(--primary) !important;
   text-align: center;

}

.livetabsdefault.mright .mright.ui-tabs .mright.ui-tabs-nav li.mright a:link{
background: var(--primary) !important;
color:#fff !important;
}

.livetabsdefault.mtop .mtop.ui-tabs .ui-tabs-nav .ui-tabs-active.ui-state-active a,.livetabsdefault.mright .mright.ui-tabs .ui-tabs-nav .ui-tabs-active.ui-state-active a {
    border-color: var(--secondary);
    background: var(--primary);
    color: #fff;
}

.livetabsdefault.mtop .mtop.ui-tabs .ui-state-default.ui-state-hover a {
    box-shadow: var(--primary) 0px -3.25em 0px 0px inset;
     border-color: var(--secondary);
    color: rgb(255, 255, 255);
}
.livetabsdefault.mtop .mtop.ui-tabs, .livetabsdefault.mright .mright.ui-tabs {
    border: 0;
}
/* END: TABS */

/* START: STAFF */
.staff-box .staff-image img {
    width: 100%;
    height: 100%;
}

.staff-details span.fa {
    color: var(--primary);
    margin-left: 13px;
}
/* END: STAFF */






.employees-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #ffffff;
    padding: 30px;
    margin: 0 60px;
    box-shadow: 0 -8px 14px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 -8px 14px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 -8px 14px rgba(0,0,0,0.2);
}

.employees-box {
    position: relative;
}
/* START: regulations */
.regulations-box {
    position: relative;
}

.regulations-box a:link,.regulations-box a:visited {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffff;
    /* border: 1px solid #fff; */
    padding: 16px 27px;
    border-radius: 10px;
    font-size: 18px;
    transition: all 0.2s linear;
    z-index: 3;
    background: rgb(45 56 74);
    font-weight: bold;
    }

.regulations-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #0000008f;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.regulations-box img {
    width: 100%;
    height: 100%;
    position: relative;
}

.regulations-box a:hover {
    color: var(--secondary);
    /* border: 1px solid var(--primary); */
    background: var(--primary);
}
/* END: regulations */

div#TWLiveTabsWrapper5173 ul.mtop ,div#TWLiveTabsWrapper5194 ul.mtop {
    display: flex;
}

div#TWLiveTabsWrapper5173 ul.mtop li.ui-tabs-tab ,div#TWLiveTabsWrapper5194 ul.mtop li.ui-tabs-tab,div#TWLiveTabsWrapper5423 ul.mtop li.ui-tabs-tab {
    flex: auto;
}
div#TWLiveTabsWrapper5173 ul.mtop li.ui-tabs-tab>a,div#TWLiveTabsWrapper5194 ul.mtop li.ui-tabs-tab>a,div#TWLiveTabsWrapper5423 ul.mtop li.ui-tabs-tab>a{
    display:inline-block;
    width:100%;
}


/* START: VIEW ANNOUNCEMENT */
.view-announcement-top {
    display: flex;
    border-bottom: 3px solid var(--primary);
    margin-bottom: 20px;
}
.view-announcement-image {
    width: 200px;
    height: 200px;
}

.view-announcement-image img {
    width: 100%;
    height: 100%;
}

.view-announcement-box {
    background: #fff;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
    padding: 34px;
    border-radius: 15px;
    overflow: hidden;
}
/* END: VIEW ANNOUNCEMENT */

/* START: PROJECTS AND ACHIVEMENTS */
.projects-achievement-box {
    display: flex;
    padding: 3px 0;
    border-bottom: 1px solid var(--primary);
    /* border: 1px solid #ddd; */
    flex-direction: column;
    margin-bottom: 21px;
    padding-bottom: 21px;
}

.projects-achievement-image {
    /* width: 90px; */
    height: 110px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 13px;
}

.projects-achievement-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projects-achievement-details {
    /* margin-right: 23px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.projects-achievement-container {
    background: #fff;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
    padding: 34px;
    border-radius: 15px;
    overflow: hidden;
}

.projects-achievement-container>h3 {
        position:relative;
    margin-bottom: 30px;
    font-weight: bold;
    color: var(--secondary);
    border-bottom: 2px solid var(--primary);
    padding-bottom: 5px;
    margin-top: 10px;
}

.projects-achievement-details h5 {
    font-size: 13px;
    min-height: 63px;
    text-align: center;
}

.projects-achievement-box a:link,.projects-achievement-box a:visited {
    color: #ffff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    transition: all 0.2s linear;
    background: rgb(45 56 74);
    /* margin-top: 8px; */
    display: inline-block;
    }
.projects-achievement-box a:hover {
    color: var(--secondary);
    /* border: 1px solid var(--primary); */
    background: var(--primary);
}
/* END: PROJECTS AND ACHIVEMENTS */





.contact-us-container .main-content-box {
    margin-bottom: 21px;
}





/* START: ARCHIVE NEWS  */
.listing01:before {
    content: "";
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    background: none;
    border-radius: 9px;
    border: 1px dashed var(--primary);
    z-index: -1;
    transform: translate(6px, -6px);
}
.text-news {min-height: 128px;padding: 7px 7px;word-wrap: break-word;}

.listing01 {position: relative;text-align: right;background: #fff;/* overflow: hidden; */border-radius: 15px;/* box-shadow: 0 0 8px 4px rgb(99 99 99 / 14%); */margin-bottom: 20px;border: 1px solid var(--primary);}
.listing01 .image {height: 200px;overflow: hidden;border-radius: 15px 15px 0 0;}
.listing01 .image a {
text-decoration: none;
}
.listing01 .image a {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.listing01 .image a p {
font-size: 1px !important;
}
.listing01 .image a img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.2s linear;
}
.listing01 .image:hover img {
  transform: scale(1.1);
}
.listing01 .date {
background: #0000006e;
position: absolute;
top: 20px;
left: 0;
font-size: 12px;
color: #fff;
padding: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
line-height: 1.2em;
}

.listing01 .date i {
  margin-right: 3px;
}

.listing01 .title {
font-size: 13px;
margin: 7px 0;
font-weight: bold;
color: #013e5e;
}
.listing01 .title a:link,.listing01 .title a:visited {font-size: 13px;color: #000;text-decoration: none;background: url("../images/bullet-red-arrow.png") 100% 50% no-repeat;padding: 1px 8px 3px 0;}

.listing01 .title a:hover {
  color: var(--primary);
}

.listing01 .summary {
font-size: 11px;
color: #727171;
line-height: 1.6em;
margin-top: 12px;
}
.listing01 .clearfloat {
clear: both;
line-height: 0;
font-size: 0;
}
.readmorenews {
color: #013e5e !important;
float: left;
padding-left: 10px;
margin-top: -10px;
font-size: 12px;
}
.image-update img {
  max-width: 60%;
  width:100%;
  margin: 0 auto;
  display: block;
}
/* END: ARCHIVE NEWS  */




.head-socials a {
    padding: 0 3px;
}

.head-socials svg {
    width: 1.2rem;
    height: 1.2rem;
}

.footer-box ul li a:hover {
    color: var(--primary);
}
.news-texts a:hover {
    color: var(--primary);
}

/* START: ARCHIVE BUTTON */
.layer-mask-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layer-mask-btn a {
  -webkit-mask: url("/Portals/2/1402/Images/urban-sprite.png");
  mask: url("/Portals/2/1402/Images/urban-sprite.png");
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.4s steps(29) forwards;
}
.layer-mask-btn a:hover {
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.4s steps(29) forwards;
}

.layer-mask-btn span {
  position: absolute;
  /* top: 0; */
  color: #8bcdde;
  overflow: hidden;
  padding: 3px 12px;
  border-radius: 11px;
  border: 2px solid var(--primary);
  background: var(
  --primary);
  /* padding: 5px 15px; */
  border-radius: 15px;
  color: #fff;
}

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

.layer-mask-btn a:link,.layer-mask-btn a:visited {
    background: var(--primary);
    padding: 5px 15px;
    border-radius: 15px;
    color: #fff;
    /* border: 2px solid var(--secondary); */
    background: var(--secondary);
}

.section-special-projects-title .layer-mask-btn a:link,.section-special-projects-title .layer-mask-btn a:visited {
    background: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    color: #fff;
    /* border: 2px solid var(--secondary); */
    background: var(--secondary);
}
.section-special-projects-title .layer-mask-btn span {
  position: absolute;
  /* top: 0; */
  color: #8bcdde;
  overflow: hidden;
  padding: 3px 12px;
  border-radius: 11px;
  border: 2px solid #fff;
  background: #fff;
  /* padding: 5px 15px; */
  border-radius: 15px;
  color: #000;
}
/* END: ARCHIVE BUTTON */








/* START: SIDE NEWS */

.thoddrowtext {
  margin-right: 15px;
}

.other-news-img {
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 21%;
    border: 1px solid #00000038;
    width: 78px;
    height: 74px;
}

.news-card {
  border-radius: 15px;
  padding: 13px;
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
}

.card-text-row-news h4 {
  color: #000;
  /* margin-top: 13px; */
  font-size: 15px;
}

.card-text-row-news h4 a:link {
  color: #000;
}

.card-text-row-news {
  display: flex;
  margin-right: 10px;
  flex-direction: column;
  width: 100%;
  /* align-items: center; */
}

.other-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-text-row-news .date {
    align-self: self-end;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 12px;
}
.article1443 h4.main_title {
    position: relative;
    margin-bottom: 25px;
}

.article1443 h4.main_title:after {
  content: "";
  display: block;
  width: 155px;
  height: 2px;
  background: #ffa800;
  position: absolute;
  bottom: -6px;
  right: 0;
  transition: width 0.2s linear;
}

.article1443 h4.main_title:hover:after {
  width: 90px;
}

/* END: SIDE NEWS */
/*Slider*/
.slider-title {
    position: absolute;
    top: 85%;
    left: 5%;
    z-index: 9;
    background: rgb(45 56 74 / 60%);
    padding: 8px 34px;
    border-radius: 8px;
    border: 1px solid #fff;
}


.slider-title h2 {
    color: #fff;
    margin: 0;
    font-size: 20px;
}
/* .slider-title:after {
    content:"";
    position:absolute;
    width:52px;
    height:100%;
    border-right:2px solid #fff;
    right:0;
        top:0;
    border-radius:0px 8px 8px 0;
    border-top:2px solid #fff;
} */
/* .slider-title:before {
    content:"";
    position:absolute;
    width:52px;
    height:100%;
    border-left:2px solid #fff;
    left:0;
        top:0;
    border-radius:8px 0px  0px  8px;
    border-bottom:2px solid #fff;
} */

@media only screen and (max-width: 600px) {
.slider-title {top: 8px;left: 50%;transform: translate(-50%,0);padding: 4px 0;width: 95%;}
    .slider-title h2 {font-size: 13px;margin: 0;text-align: center;}}
/*Slider*/





.teamshort-img {
    height: 400px;
}

.teamshort-img img {
    width: 100% !important;
    height: 100% !important;}
.teamshort-img {
    height: 400px;
    overflow: hidden;
    border-radius: 9px 9px 0 0;
}

.teamshort-img img {
    width: 100% !important;
    height: 100% !important;}

.ourteam-short06 {
    background: #fff;
    border-radius: 9px;
    border: 1px solid var(--primary);
    position: relative;
    /* margin: 9px 0; */
    padding: 0 0;
    margin-bottom: 20px;
}





.services-box .services-icon img {
    width: 5rem;
    height: 5rem;
}
.staff-list-box {
    height: 370px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid #2d384a;
    margin-bottom: 20px;
}

.staff-list-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.staff-list-box .staff-list-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: rgb(45 56 74 / 70%);
    padding: 15px 20px;
    transition: all 0.2s linear;
}

.staff-list-box .staff-list-content .staff-list-name h5 {
    color: #fff;
    /* font-weight: bold; */
    font-size: 20px;
    margin: 0;
}

.staff-list-box:hover .staff-list-content {
    height: 35%;
}
.article5384 .staff-list-box:hover .staff-list-content {
    height: 45%;
}
.staff-list-box .staff-list-content .staff-list-details * {
    color: #fff;
}

.staff-list-box .staff-list-content .staff-list-name h5>a img {
    width: 20px;
}
.staff-list-link a:link,.staff-list-link a:visited {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: var(--primary);
    text-align: center;
    color: #fff;
    padding: 4px 0;
    border-radius: 5px;
}
.special-projects-container .item>a img {
    width: 20px;
}
ul.project-details {
    margin: 0;
}

ul.project-details li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
}
.view-projects-bottom ul.project-details li {
    margin-bottom: 25px;
}
.view-projects-bottom .layer-mask-btn {
    display: inline-flex;
    justify-content: start;
}
ul.project-details li i {
    margin-left: 10px;
    color: var(--primary);
    transition: all 0.2s linear;
}

ul.project-details li:hover i {
    color: var(--secondary);
}

ul.project-details li span.pdetail-title {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
}

ul.project-details li img {
    border-radius: 5px;
    max-height: 300px;
    object-fit:cover;
    max-width: 100%;
}
.view-projects-bottom img {
    border-radius: 5px;
    object-fit:cover;
    max-width: 100%;
}
.project-loc span {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 26px;
}
.project-loc  {

    margin-bottom: 26px;
}

.view-project-info h3 {
    font-weight: bold;
    margin-bottom: 20px;
}




.main-content-box img {
    max-width: 100%;
    max-height: max-content;
    border-radius: 15px;
}




.article5420 .pride-box {
    height: 200px;
}


.article5420 {
    margin-top: 60px;
}


.share-wrapper {
  position: relative;
  margin-left: 13px;
}
.share-wrapper .share {
  /* width: 34px; */
  /* height: 34px; */
  border-radius: 50%;
  color: #FFF;
  background-color: #F36B21;
  text-align: center;
  line-height: 12px;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 0;
  transition: background-color 0.4s;
  /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.28); */
  padding: 11px;
  display: inline-block;
}
.share-wrapper .share.active {
  background-color: #000;
}
.share-wrapper .share.active:before {
  content: "\f00d";
}
.share-wrapper .share.active + .social li {
  transform: scale(1);
}
.share-wrapper .share.active + .social li:hover {
  transform: scale(1.1);
}
.share-wrapper ul.social {
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
  transform: translate(-3rem, 3rem);
  transition: visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  position: absolute;
  left: 50%;
  /* transform: translate(-50%,0); */
  top: 50px;
}
.share-wrapper ul.social.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%,0);
  display: block;
}
.share-wrapper ul.social li {
  /* width: 53px; */
  /* height: 53px; */
  border-radius: 50%;
  color: #FFF;
  /* background-color: #FFF; */
  text-align: center;
  line-height: 2.1;
  font-size: 25px;
  cursor: pointer;
  margin-bottom: 15px;
  /* box-shadow: 0.5px 0.87px 4px 0 rgba(0, 0, 0, 0.3); */
  transition: all 0.4s;
  transform: scale(0.4);
}
.share-wrapper ul.social li .facebook {
  color: #3A589E;
}
.share-wrapper ul.social li .twitter {
  color: #5FA9DD;
}
.share-wrapper ul.social li .linkedin {
  color: #0D77B7;
}
.share-wrapper ul.social li .google {
  color: #DF4B38;
}
.share-wrapper ul.social li .pinterest {
  color: #CD2129;
}
.share-wrapper ul.social li .youtube {
  color: #CF2227;
}
.share-wrapper ul.social li .instagram {
  color: #305C85;
}

.head-view-article .share-wrapper svg {
    width: 2rem;
    height: 2rem;
    /* border: 1px solid var(--primary); */
    /* border-radius: 50%; */
    /* padding: 7px; */
}

.share-wrapper ul.social li a {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid var(--primary);
    display: inline-flex;
}





span#dnn_ctr5397_ViewDNNArticleArchive_lstContent>span>a,span#dnn_ctr5407_ViewDNNArticleArchive_lstContent>span>a {
    /* background: #fe4c1c; */
    display: block;
    /* color: #fff; */
    padding: 6px 20px;
    /* border-radius: 5px; */
    border-bottom: 1px solid #fe4c1c;
}

.announcement-box ul li {
    display: flex;
    /* border-bottom: 1px solid #ddd; */
    /* flex-wrap: wrap; */
    justify-content: space-between;
}
.announcement-box ul li .date {
    flex: 0 0 85px;
    max-width: 85px;
    text-align: left;
}
.announcement-box ul {
    margin: 0;
    padding: 0;
}
.announcement-box ul li a i {
    font-size: 7px;
}

.pride-box {
    position: relative;
    height: 309px;
    border: 1px solid var(--primary);
    border-radius: 15px;
    margin-bottom: 25px;
}

.pride-box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    border-radius: 15px;
}

.pride-box>a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.pride-content {
    position: absolute;
    width: 100%;
    min-height: 29%;
    height: 29%;
    bottom: 0;
    background: rgb(45 56 74 / 70%);
    border-radius: 0 0 15px 15px;
    transition: all 0.2s linear;
}

.pride-content h5 {
    padding: 11px 35px;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

.pride-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px dashed var(--primary);
    transform: translate(6px,-6px);
    border-radius: 15px;
}
.pride-box:hover .pride-content {
    height: 120px;
}
.pride-content h5 a {
    position: relative;
    z-index: 15;
}

.footer-box iframe {
    width: 100%;
    height: 250px;
}







.related-wrapper .related-title {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    color: #2d384a;
}



.contact-us-container .main-content-box>p:nth-child(2) {
    min-height: 46px;
}




.popup-btn-box {position: fixed;bottom: 100px;right: 100px;z-index: 14;}

.popup-btn-box button {
    background: var(--primary);
    border: 0;
    padding: 15px 16px;
    border-radius: 50%;
    box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #f1481b;
}
.popup-btn-box button i {
    color: #fff;
    font-size: 20px;
    /* width: 50px; */
    /* height: 50px; */
}

.main-popup-box {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99999999;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    width: 311px;
}

.main-popup-box img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.main-popup-box button.btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    /* filter: contrast(0) brightness(2); */
    background: none;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-popup-box .toast {
    border: 0;
}
.main-popup-box .popup-details {
    padding: 15px;
    text-align: center;
}

.main-popup-box .popup-details a:link,.main-popup-box .popup-details a:visited {
    display: block;
    background: var(--primary);
    color: #fff;
    padding: 6px 0;
    font-size: 14px;
    border-radius: 5px;
}
.main-popup-box button.btn-close i {
    color: #fff;
    font-size: 18px;
}





.main-content-box.staff-services {
    
    min-height: 762px;
}


.staff-services-container {
    display: flex;
    flex-wrap: wrap;
}
.staff-services-container .staff-services-box {
    flex: 0 0 auto;
    padding: 0 15px;
    width: 25%;
}
@media only screen and (max-width: 800px) {
.staff-services-container .staff-services-box {
    flex: 0 0 auto;
    padding: 0 15px;
    width: 50%;
    margin-bottom: 41px;
}
}
@media only screen and (max-width: 480px) {
.staff-services-container .staff-services-box {
    flex: 0 0 auto;
    padding: 0 15px;
    width: 100%;
}
}
.staff-services-container .staff-services-box .main-content-box{
    height: 100%;
}


.staff-services-container .staff-services-box:first-child {
    /* padding-right: 0; */
}.staff-services-container .staff-services-box:last-child {
    /* padding-left: 0; */
}
.staff-services-container .staff-services-box .main-content-box h3 img {
    width: 2rem;
    height: 2rem;
    margin-left: 4px;
}
.staff-services-container .staff-services-box .main-content-box h3 {
    font-size: 18px;
}
.staff-services-container .staff-services-box .main-content-box ul li img {

    margin-left: 4px;
}
.main-popup-box i.fa.fa-times {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.meta-video {
    display: flex;
    column-gap: 20px;
    margin-bottom: 20px;
}

.meta-video span {
    font-size: 12px;
}








/* START: ABNIE SIVIL */
.abnie-sivil-box {
    background: #fff;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    margin-bottom: 17px;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


.abnie-sivil-box h6 {
    margin: 0;
}

.abnie-sivil-box h6 i {
    margin-left: 8px;
    color: var(--primary);
}
/* END: ABNIE SIVIL */


.karname30-box {
    text-align: center;
}

.karname30-box h3 {
    background: var(--primary);
    border-radius: 4px;
    margin: 15px 0;
    color: #fff;
    transition: all 0.2s linear;
}

.karname30-box img {
    border: 1px solid #ddd;
    transition: all 0.2s linear;
}

.karname30-box:hover h3 {
    background: var(--secondary);
}

.karname30-box:hover img {
    transform: translateY( -10px);
}





