/* start slider-section */
#slider-section {
  /*height: 700px;*/
  overflow: hidden;
  position: relative;
}

#slider-section .big-slider-section .big-slider-item {
  position: relative;
}

#slider-section .big-slider-section .big-slider-item .slider-img img {
  width: 100%;
  /*height: 700px;*/
}
@media screen and (max-width: 768px){
    #slider-section{
        height:400px;
        /*margin-top:70px;*/
    }
    #slider-section .big-slider-section .big-slider-item .slider-img img{
        height:400px;
    }

}
@media screen and (max-width:576px){
    #slider-section{
        height:300px;
    }
    #slider-section .big-slider-section .big-slider-item .slider-img img{
        height:300px;
    }
}
#slider-section .big-slider-section .big-slider-item .slider-caption {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  color: #fff;
}

@media screen and (max-width: 576px) {
  #slider-section .big-slider-section .big-slider-item .slider-caption {
    top: 40%;
    right:10px;
  }
}

#slider-section .big-slider-section .big-slider-item .slider-caption .slider-caption-in {
  max-width: 820px;
}

@media screen and (max-width: 1200px) {
  #slider-section .big-slider-section .big-slider-item .slider-caption .slider-caption-in {
    max-width: 700px;
  }
}

@media screen and (max-width: 768px) {
  #slider-section .big-slider-section .big-slider-item .slider-caption .slider-caption-in {
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  #slider-section .big-slider-section .big-slider-item .slider-caption .slider-caption-in {
    max-width: 80%;
  }
}

#slider-section .big-slider-section .big-slider-item .slider-caption h2 {
  font-size: 40px;
  font-weight: 600;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transition: all .8s;
  transition: all .8s;
  line-height: 1.5;
  max-height: 144px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  #slider-section .big-slider-section .big-slider-item .slider-caption h2 {
    font-size: 32px;
  }
}

#slider-section .big-slider-section .big-slider-item .slider-caption h3 {
  font-size: 17px;
  font-weight: 500;
  margin-top: 26px;
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
  -webkit-transition: all .8s;
  transition: all .8s;
  line-height: 1.55;
  max-height: 53px;
  overflow: hidden;
}

#slider-section .big-slider-section .big-slider-item .slider-caption a {
  color: #000;
  background-color: #fff;
  padding: 14px 20px;
  border-radius: 3px;
  margin-top: 36px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #fff;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all .8s;
  transition: all .8s;
}

#slider-section .big-slider-section .big-slider-item .slider-caption a:hover {
  background-color: transparent;
  color: #fff;
}

#slider-section .big-slider-section .owl-dots {
  display: none;
}

#slider-section .big-slider-section .owl-nav {
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  font-size: 60px;
  font-weight: 100;
  color: #fff;
  display: none;
  -webkit-transition: 0.3 all;
  transition: 0.3 all;
}

#slider-section .big-slider-section .owl-nav .owl-prev {
  position: absolute;
  right: 30px;
  top: 0;
  -webkit-transition: 0.3 all;
  transition: 0.3 all;
}

@media screen and (max-width: 1450px) {
  #slider-section .big-slider-section .owl-nav .owl-prev {
    right: 15px;
  }
}

@media screen and (max-width: 1200px) {
  #slider-section .big-slider-section .owl-nav .owl-prev {
    right: 5px;
  }
}

@media screen and (max-width: 992px) {
  #slider-section .big-slider-section .owl-nav .owl-prev {
    right: 15px;
  }
}

#slider-section .big-slider-section .owl-nav .owl-prev:hover {
  background-color: transparent;
}

#slider-section .big-slider-section .owl-nav .owl-next {
  position: absolute;
  left: 30px;
  top: 0;
  -webkit-transition: 0.3 all;
  transition: 0.3 all;
}

@media screen and (max-width: 1450px) {
  #slider-section .big-slider-section .owl-nav .owl-next {
    left: 15px;
  }
}

@media screen and (max-width: 1200px) {
  #slider-section .big-slider-section .owl-nav .owl-next {
    left: 5px;
  }
}

@media screen and (max-width: 992px) {
  #slider-section .big-slider-section .owl-nav .owl-next {
    left: 15px;
  }
}

#slider-section .big-slider-section .owl-nav .owl-next:hover {
  background-color: transparent;
}

#slider-section .big-slider-section .owl-item {
  overflow: hidden;
}

#slider-section .big-slider-section .owl-item.active .slider-caption h2 {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#slider-section .big-slider-section .owl-item.active .slider-caption h3 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#slider-section .big-slider-section .owl-item.active .slider-caption a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#slider-section .overlay-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

#slider-section:hover .owl-nav {
  display: block;
}

/* end slider-section */
/* start slider shape */
.custom-shape-divider-bottom-1634710634 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 20;
}

.custom-shape-divider-bottom-1634710634 svg {
  position: relative;
  display: block;
  width: calc(131% + 1.3px);
  height: 104px;
}

.custom-shape-divider-bottom-1634710634 .shape-fill {
  fill: #FFFFFF;
}

/* end slider shape */
/* start two-column-section*/
#two-column-section {
  padding: 80px 0 80px;
}

#two-column-section .two-column-img {
  position: relative;
}

#two-column-section .two-column-img img {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}

#two-column-section .two-column-img::before, #two-column-section .two-column-img::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
}

#two-column-section .two-column-img::before {
  top: -28px;
  right: -28px;
  border-top: 1px dashed #16C79A;
  border-right: 1px dashed #16C79A;
}

@media screen and (max-width: 1350px) {
  #two-column-section .two-column-img::before {
    right: -20px;
    top: -20px;
  }
}

@media screen and (max-width: 576px) {
  #two-column-section .two-column-img::before {
    right: -10px;
    top: -10px;
  }
}

#two-column-section .two-column-img::after {
  bottom: -28px;
  left: -28px;
  border-bottom: 1px dashed #16C79A;
  border-left: 1px dashed #16C79A;
}

@media screen and (max-width: 1350px) {
  #two-column-section .two-column-img::after {
    left: -20px;
    bottom: -20px;
  }
}

@media screen and (max-width: 576px) {
  #two-column-section .two-column-img::after {
    left: -10px;
    bottom: -10px;
  }
}

#two-column-section .column-caption {
  margin-top: 20px;
  padding: 25px;
  background-color: #F1F6F9;
}

#two-column-section .column-caption .column-caption-in {
  padding: 35px 35px;
  border: 1px dashed #16C79A;
}

#two-column-section .column-caption .column-caption-in h2 {
  color: #00587A;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 20px;
}

#two-column-section .column-caption .column-caption-in p {
  color: #313131;
  font-size: 13px;
  line-height: 28px;
  text-align: justify;
}

#two-column-section .column-caption .column-caption-in .link-btn {
  margin-top: 40px;
  display: inline-block;
  background: #16C79A;
  font-size: 15px;
  text-align: center;
  font-family: iransans;
  line-height: 50px;
  width: 250px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 3px;
}

#two-column-section .column-caption .column-caption-in .link-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #09916f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

#two-column-section .column-caption .column-caption-in .link-btn.btn-caption {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px #000000;
          box-shadow: 0 0 1px #000000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

#two-column-section .column-caption .column-caption-in .link-btn.btn-caption:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media screen and (max-width: 1350px) {
  #two-column-section .column-caption.column-margin-even {
    margin-top: 0;
  }
}

@media screen and (max-width: 992px) {
  #two-column-section .column-caption.column-margin-even {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1350px) {
  #two-column-section .column-caption.column-margin-odd {
    margin-top: 0;
  }
}

#two-column-section.bg-light {
  background-color: #f7f4f4;
}

/* end two-column-section */
/* start banner-section */
#banner-section {
  margin-top: 80px;
}

#banner-section a {
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: .3s all;
  transition: .3s all;
}

#banner-section a img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

#banner-section a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* end banner-section */
/* start single-banner */
#single-banner {
  background-image: url(../img/slider1.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 80px;
}

#single-banner .single-banner-title {
  text-align: center;
  color: #fff;
  padding: 140px 0;
  max-width: 650px;
  margin: 0 auto;
}

#single-banner .single-banner-title h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 35px;
  line-height: 1.65;
  height: 98px;
  overflow: hidden;
}

#single-banner .single-banner-title p {
  font-size: 15px;
  line-height: 27px;
  height: 83px;
  overflow: hidden;
}

#single-banner .custom-shape-divider-top-1634712583 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#single-banner .custom-shape-divider-top-1634712583 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 56px;
}

#single-banner .custom-shape-divider-top-1634712583 .shape-fill {
  fill: #fff;
}

/* end single-banner */
/* start three-col-section */
#three-col-section {
  padding: 80px 0;
}

#three-col-section a {
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
}

#three-col-section a img {
  -webkit-transition: .3s all;
  transition: .3s all;
}

#three-col-section a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* end three-col */
/* start blog-section */
#blog-section {
  background-color: #f1f6f9;
  padding: 60px 0;
  position: relative;
}

#blog-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(../img/dida.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 300px;
  opacity: .3;
  z-index: 0;
}

#blog-section .col-lg-4 {
  z-index: 1;
}

#blog-section .blog-section-item {
  border-radius: 3px;
  overflow: hidden;
}

#blog-section .blog-section-item .blog-item-caption {
  background-color: #fff;
  text-align: left;
}

#blog-section .blog-section-item .blog-item-caption .blog-item-caption-in {
  padding: 20px 20px;
  text-align: right;
}

#blog-section .blog-section-item .blog-item-caption .blog-item-caption-in a {
  display: inline-block;
}

#blog-section .blog-section-item .blog-item-caption .blog-item-caption-in a h2 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.65;
  color: #00587A;
  height: 46px;
  overflow: hidden;
}

#blog-section .blog-section-item .blog-item-caption .blog-item-caption-in a p {
  font-size: 13px;
  line-height: 1.5;
  height: 57px;
  overflow: hidden;
}

#blog-section .blog-section-item .btn-articel {
  margin: 10px auto 20px 20px;
  display: inline-block;
  background: #16C79A;
  font-size: 13px;
  text-align: center;
  line-height: 45px;
  padding: 0 20px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 3px;
  border: 1px solid #16C79A;
}

#blog-section .blog-section-item .btn-articel:hover {
  background-color: #fff;
  color: #16C79A;
}

#blog-section .btn-more {
  margin-top: 40px;
  display: inline-block;
  background: #16C79A;
  font-size: 13px;
  text-align: center;
  font-family: iransans;
  line-height: 50px;
  width: 250px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 3px;
}

#blog-section .btn-more::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #09916f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

#blog-section .btn-more.btn-caption {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px #09916f;
          box-shadow: 0 0 1px #09916f;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

#blog-section .btn-more.btn-caption:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* start tab-section */

#tab-section {
    padding: 50px 0;
    position: relative;
    background-color: #f1f6f9;
    z-index:0;
}

#tab-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(../img/dida.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 300px;
    opacity: .3;
    z-index: 0;
}

#tab-section .nav-tabs {
    justify-content: center;
    border-bottom: 0 !important;
    background: #fff;
    z-index: 1000;
    position: relative;
    padding-top:24px;
}

#tab-section .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 18px 33px;
}

#tab-section .nav-tabs .nav-item .nav-link.active {
    border-color: transparent transparent #16c79a transparent !important;
    background-color: #fff;
    border: 2px solid;
}

#tab-section .nav-tabs .nav-item .nav-link.active:hover {
    border-color: transparent transparent #16c79a transparent !important;
    border: 2px solid;
}

#tab-section .nav-tabs .nav-item .nav-link:hover {
    border-color: transparent !important;
}

#tab-section .nav-tabs .nav-item .nav-link:focus-visible {
    outline: 0;
    border: 0;
}

#myTabContent .tab-pane {
    /* background-color: rgba(255, 255, 255, .6); */
    background-color: #fff;
    z-index: 100;
    position: relative;
    padding: 60px 60px;
}

#tab-section .col-lg-4 {
    z-index: 1;
}

.news-item {
    background-color: #F1F6F9;
}

.news-item .news-caption {
    padding: 0 15px 15px;
}

.news-item .news-img img {
    width: 100%;
    height: 200px;
}

.news-item .news-caption .sub-title {
    font-size: 11px;
    color: #818181;
    padding: 0 0 10px;
    line-height: 20px;
}

.news-item .news-caption h3 {
    font-size: 13px;
    line-height: 1.65;
    font-weight: 600;
    margin: 15px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-item .news-caption h3 a {
    color: #484747;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;    
    -webkit-line-clamp: 1;
     height: 24px;
    width: calc(100% - 44px);
}

.news-item .news-caption h3 span {
    color: red;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    width:32px;
}

.details .code-news,
.details .view,
.details .date {
    display: inline-block;
    color: #818181;
    font-size: 13px;
    line-height: 1.5;
    padding-left: 10px;
    margin-top: 5px;
}

.details .border-details {
    border-left: 2px solid #9e9e9e;
}

.news .read-more {
    display: inline-block;
    color: #16C79A;
    font-size: 15px;
    font-weight: 600;
    margin-top: 30px;
}

.information .information-item {
    background: #f1f6f9;
    padding: 18px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.information .information-item a {
    line-height: 1.65;
}

.information .information-item i {
    color: #16C79A;
    transform: rotate(270deg);
    margin-left: 10px;
    font-size: 17px;
}

.mediaa {
    padding: 0 70px;
}

.mediaa .mediaa-item {
    /*background-color: rgba(32, 34, 34, .6);*/
    /*padding: 35px;*/
}

.mediaa .mediaa-item h3 {
    color: #16C79A;
    border-bottom: 1px solid #16C79A;
    padding-bottom: 15px;
    text-align: center;
    font-size: 15px;
}

.mediaa .mediaa-item ul {
    padding: 13px 0;
}

.mediaa .mediaa-item ul li {
    margin: 8px 0;
    padding: 5px 0;
    transition: all 0.3s;
    position:relative;
}

.mediaa .mediaa-item ul li a {
    color: #fff;
    font-size: 14px;
    transition: all 0.3s;
    max-height: 43px;
    overflow: hidden;
    display: inline-block;
    line-height:1.5;
    position:relative;
}
.mediaa .nav-link::after {
  border-width: 2px;
  content: '';
  display: inline-block;
  width: 95%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 2%;
  left: 1%;
  border-bottom: 2px solid #16C79A;
  opacity: 0.25;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.mediaa .nav-link:hover::after {
    opacity: 1;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*.mediaa .mediaa-item ul li:last-child {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

.mediaa .mediaa-item:hover {
    /*background-color: #000;*/
}



.mediaa .mediaa-item ul li:hover a i {
    opacity: 1;
}

.mediaa .mediaa-item ul li:hover a {
    color: #16C79A;
}

@media screen and (max-width: 1200px) {
    .mediaa {
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    .information .information-item {
        font-size: 11px;
    }
    .tab-pane {
        padding: 60px 35px;
    }
    /*.mediaa .mediaa-item {*/
    /*    padding: 35px 15px;*/
    /*}*/
    /*.mediaa .mediaa-item h3 {*/
    /*    font-size: 14px;*/
    /*}*/
    /*.mediaa .mediaa-item ul li a {*/
    /*    font-size: 12px;*/
    /*    max-height:36px;*/
    /*}*/
    
}

.tab-content>.active {
    opacity:1 !important;
}
/* end tab-section */

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #bbb8b8 !important;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color:#16C79A !important;
}
.information{
    height:350px;
}
/* end blog-section */
/*# sourceMappingURL=homepage-style.css.map */


.mediaa-item {
    transition: height .5s;
}


.news .btn-more {
  margin-top: 40px;
  display: inline-block;
  background: #16C79A;
  font-size: 13px;
  text-align: center;
  font-family: iransans;
  line-height: 50px;
  width: 250px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 3px;
}

.news .btn-more::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #09916f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.news .btn-more.btn-caption {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px #09916f;
          box-shadow: 0 0 1px #09916f;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.news .btn-more.btn-caption:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.carousel-small-slider .owl-nav.disabled,.carousel-media-slider .owl-nav.disabled{
    display:block !important;
}
.carousel-small-slider .owl-nav,.carousel-media-slider .owl-nav{
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
}
.carousel-small-slider .owl-nav button,.carousel-media-slider .owl-nav button{
    position: absolute;
    top: 0;
    font-size: 30px !important;
    width: 44px;
    height: 44px;
    background: #eee !important;
    border-radius: 50% !important;
}
.carousel-small-slider .owl-nav button.owl-prev,.carousel-media-slider .owl-nav button.owl-prev{
    right:-24px;
}
.carousel-small-slider .owl-nav button.owl-next,.carousel-media-slider .owl-nav button.owl-next{
    left:-24px;
}

.carousel-small-slider .owl-dots,.carousel-media-slider .owl-dots{
    display:none;
}

/*@media screen and (max-width: 768px){*/
/*    .header-responsive-menupage{*/
/*        background-color:rgba(0, 0, 0, 0.5) !important;*/
/*    }*/
    
/*}*/
.mediaa .tab-pane{
    padding:0px !important;
}
.gallery_item {
    position: relative;
    display: block;
    z-index: 0;
}
.gallery_item::before {
    content: "";
    position: absolute;
    inset: 20px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    opacity: 0;
    transform: translateX(110%);
    transition: all 0.5s ease-in-out 0s;
}
.gallery_item:hover::before {
    transform: translateX(0);
    opacity: 1;
}
.gallery_item:hover img {
    transform: scale(1);
}
.gallery_item img {
    position: relative;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    z-index: 1;
    transform: scale(1.05);
    width: 100%;
}
.gallery_item .grid_item_details {
    z-index: 1;
}

.gallery_item .grid_item_details .grid_item_title {
    inset: 44px 44px auto 20%;
    /*right:30px;*/
    /*bottom:-95px;*/
    z-index: 2;
    transition: all 0.5s ease-in-out 0s;
    transform: translateY(-130px);
}
.gallery_item:hover .grid_item_title {
    transform: translateY(0);
}
.gallery_item .grid_item_details .grid_item_title .category {
    color: #f9a34f;
    font-size: 12px;
    margin-bottom: 4px;
}
.gallery_item .grid_item_details .grid_item_title h6 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mediaa .nav-pills .nav-link{
    /*border-left: 2px solid #eee;*/
    font-size: 14px;
    padding: 8px 17px;
    display: block;
    position: relative;
    cursor: pointer;
    line-height:25px;
    color: #333;
    background:#F1F6F9;
}
.mediaa .nav-pills .nav-link:hover{
    color:#16c79a ;
}
.mediaa .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
     background:#F1F6F9;
    color:#16c79a ;
    /*border: 2px solid #eee;*/
    /*border-left: 0;*/
    /*border-radius: 0 25px 25px 0;*/
}
.mediaa .tab-content{
    margin-right:10px;
}
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
.video_section {
    /*padding-top: 70px;*/
    cursor:pointer;
}
.video_section .video_sec_inner {
    background-color: #f8f9fa;
    /*padding: 100px 0;*/
}
.video_section .hover_overlay_in {
    /*max-width: 80%;*/
    position: relative;
    z-index: 3;
}
.video_section video {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 1.8;
    -o-object-fit: cover;
    object-fit: cover;
}
.video_section .icon_play {
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    background-color: #16C79A;
    color: #FFFFFF;
    width: 44px;
    height: 44px;
    top: calc(50% - 30px);
    right: calc(50% - 30px);
    line-height: 46px;
    border-radius: 2px;
    display: inline-block;
}
.video_section .icon_play::before, .video_section .icon_play::after {
    content: "";
    position: absolute;
    inset: 0;
    animation: ripple 3s infinite;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    transition: inherit;
    transition-duration: 0.15s;
    border-radius: inherit;
}
.video_section .icon_play i {
    font-size: 20px;
    line-height: inherit;
}
.video_section .caption_video{
    padding:10px 20px;
}
.video_section .caption_video h3{
    font-size: 13px;
    line-height: 1.65;
    font-weight: 600;
    margin: 15px 0 10px;
    color: #484747;
    height:25px
}
.video_section .caption_video p{
    font-size: 11px;
    color: #818181;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;    
    -webkit-line-clamp: 2;
    height:40px
}
.modal-open .modal{
    z-index:10001;
}
.modal-header::before,.modal-header::after{
    display:none !important;
}
.modal-header{
    direction: ltr;
}
.show_video video{
    max-height:500px;
}
.show_video h3{
    font-size: 13px;
    line-height: 1.65;
    font-weight: 600;
    margin: 15px 0 10px;
    color: #484747;
}
.show_video p{
    font-size: 11px;
    color: #818181;
    line-height: 20px;
}