﻿


footer .footer-menu ul li a {
  color: #d9d9d9!important;
  font-size: 13px;
}


footer .two-column-menu li {
  float: right;
}

footer .two-column-menu li {
  float: left;
  width: 33%;
}


.social_links img {
width:21px;
height:21px;
object-fit:cover
}
/**************slider  top**********/
.two-box-section {
    width: 100%;
    padding: 20px 0;
}

.container-box {
    display: flex;
    gap: 10px; /* فاصله بین دو باکس */
    align-items: stretch; /* اطمینان از هم‌ارتفاع بودن */
}

/* ارتفاع ثابت برای همه باکس‌ها */
.container-box .box {
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    border-radius: 10px;
    height: 400px; /* اینجا ارتفاع ثابت رو مشخص می‌کنیم */
    overflow: hidden;
}

.container-box .slider-box {
    flex: 7; /* 70% */
}

.container-box .box:not(.slider-box) {
    flex: 3; /* 30% */
}

/* تصاویر داخل باکس‌ها */
.container-box .box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 20px;
}

/* متن و دکمه */
.container-box .box h3 {
    margin: 0 0 10px 0;
}

.container-box .box p {
    margin-bottom: 15px;
    overflow: hidden; /* اگر متن طولانی باشه */
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {
    .container-box {
        flex-direction: column;
    }

    .container-box .slider-box,
    .container-box .box:not(.slider-box) {
        flex: 1 1 100%;
        height: auto; /* برای موبایل ارتفاع خودکار */
    }
}


/**************Slider **********/
/****************Style ***************/

.slider{
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.slider-item{
    height: 100%;
}

.slider-item .item{
    height: 100%;
    display: none;
    align-items: center;
}

.slider-item .item.active{
    display: flex;
}

.slider-item .item .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    animation: zoom 1s linear forwards;
    -webkit-animation: zoom 1s linear forwards;
}

.slider-item .item .caption{
    position: relative;
    width: 1200px;
    margin: auto;
    z-index: 10;
    top :145px;
}

.slider-item .item .caption h1{
    font-size: 47px;
    animation: text 1s ease forwards;
    -webkit-animation: text 1s ease forwards;
    opacity: 0;
}

.slider-item .item .caption p{
    font-size: 20px;
    animation: text 1s ease forwards;
    -webkit-animation: text 1s ease forwards;
    opacity: 0;
    animation-delay: .5s;
}

@keyframes text{
    0%{
        opacity: 0;
        transform: translateX(100px);
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
}
100%{
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
}



.slider .controls .next,
.slider .controls .prev{
    position: absolute;
    top: 87%;
    z-index: 11;
    width: 40px;
    height: 40px;
    background: #222;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.slider .controls .next{
    right: 30px;
}

.slider .controls .prev{
    left: 30px;
}

.slider .controls .next:hover,
.slider .controls .prev:hover{
    background: #c00;
}

@keyframes progress{
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}


/*------------- fixed social ----------------*/
#fixed-ico {
    position: fixed;
    top:260px;
    left: 10px;
    float: left;
    z-index: 2 !important;
}

    #fixed-ico a {
        color: #fff;
        display: block;
        float: left;
        height: 38px;
        left: 3px;
        position: relative;
        text-align: center;
        line-height: 40px;
        width: 40px;
        z-index: 1 !important;
        font-size: 13px;
        background-color: #136ea5!important;
    }



        #fixed-ico a:hover > span {
            visibility: visible;
            left: 41px;
            opacity: 1;
        }

        #fixed-ico a span {
            line-height: 35px;
            left: 60px;
            position: absolute;
            text-align: center;
            width: 150px;
            visibility: hidden;
            transition-duration: 0.5s;
            z-index: 1 !important;
            opacity: 0;
        }

      #fixed-ico i{
        font-size:.92rem;
        }


.fixed-01 {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    padding-top: 4px;
}

    .fixed-01 span {
        background-color: #00AAE5;
        border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border-top-left-radius: 15px;
    }

.fixed-02 span {
    background-color: #7D3895;
    border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border-top-left-radius: 15px;
}

.fixed-03 span {
    background-color: #00AF54;
    border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border-top-left-radius: 15px;
}

.fixed-04 span {
    background-color: #FFB300;
    border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border-top-left-radius: 15px;
}


.fixed-05 span {
    background-color: #ED2B29;
    border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border-top-left-radius: 15px;
}

.fixed-06 {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

    .fixed-06 span {
        background-color: #EB1471;
        border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border-top-left-radius: 15px;
    }

    .v-divider {
  border-color: rgba(0, 0, 0, 0.12);
display: block;
flex: 1 1 0px;
max-width:70%;
height: 0px;
max-height: 0px;
border: dotted;
border-width: thin 0 0 0;
transition: inherit;
}

.links a.btn-light {
color: #212529!important;
background-color: #e2e6ea!important;
border-color: #dae0e5!important;
}

.textcontrols i {
font-size: 0.7rem;
padding: 0.4rem 0.5rem;
}


.newsinfo,.catinews a {
font-size:.75rem;
color:#0f0e0e
}

.safirandv .bg-primary {
  background-color: #136ea5!important;
}

.bg-darkb {background-color: #136ea5;background-image: url(../img/pattern2.png);background-size: 178px;}

.DM2 .of-main-menu > ul > li > a {
    color: #fff!important;
}

.owl-link a img {
border-radius:20px;
height:100px;
width:100%;
object-fit:cover;
padding:8px
}
.owl-link a img.img-session{
  width: 100px;
  object-fit: contain;
}


.nashr .eventdv .owl-event1 .item:hover .overlay {
  border-radius: 15px;
}


.nashr .owl-link a img {
  border-radius:20px;
  height:200px;
  width:100%;
  object-fit:cover;
  padding:8px
  }

  

.mainmnu {
   /*box-shadow: 0px 0px 5px 1px rgb(60, 61, 62) !important;*/
   /*padding-bottom: 7px;*/
}
.my_sticky2{
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.headlogo{
  width: 100px;
}
.headlogo a{
  
position: absolute;
  
background: #136ea5;
  
padding-bottom: 15px;
  
border-radius: 0 0 20px 20px;
  
box-shadow: 0px 5px 10px #136ea5;
  
padding: 5px 15px;
}

.headlogo img.logo {
  height: 117px;
  background: #136ea5;
}

.MAtel .fa11 {
    line-height:0.7
}

.eventdv .owl-event1 .item:hover .overlay {
  border-radius: 15px;
}

.etla img {
width:100%;
height:250px;
object-fit:cover
}

.singlleftcol img.inews {
    height:210px
}


  @media only screen  and (max-width:576px){
.is-show.mobile-nav-button {
  padding-top:15px!important;
}

.pxrl .is-show.mobile-nav-button {
  padding-top:0px!important;
}
  }


    @media only screen  and (max-width:340px){
.is-show.mobile-nav-button {
  padding-top:7px!important;
}
.pxrl .is-show.mobile-nav-button {
  padding-top:0px!important;
}
  }

  