@font-face {
    font-family: 'iranyekan';
    src: url('../fonts/IRANYekanRegularFaNum.eot?##') format('eot'),
    url('../fonts/IRANYekanRegularFaNum.woff') format('woff'),
    url('../fonts/IRANYekanRegularFaNum.svg') format('svg'),
    url('../fonts/IRANYekanRegularFaNum.ttf') format('truetype');
}


body,.form-control {
    font-family: iranyekan;
    font-size: 0.8rem;
    line-height: 1.6rem !important;
    direction: rtl;
}
.body-ticket{
    text-align: right;
}

.color-blue-light {
    color: #0095ab !important;
}
.back-color-blue-light{
    background-color: #0095ab !important;
}

.color-blue-dark {
    color: #112d55 !important;
}
.back-color-blue-dark{
    background-color: #112d55 !important;
}

.color-between {
    color: #1d3c73 !important;
}
.back-color-between,.back-color-between:hover{
    background-color: #1d3c73!important;
    color:#fff;
}

select {
    font-family: iranyekan;
}

.nav-small .dropdown-toggle::after {
    margin-left: 15px !important;
    vertical-align: middle !important;
}

.my-dropdown .dropdown-menu{
    margin-top: 33px !important;
    border: 3px solid #dec077 !important;
}

.nav-small .dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover{
    background-color: #112d55 !important;
}
.nav-small .dropdown-menu{
    min-width: 9em;
}

.shape-div{
    width: 340px;
    background-color: transparent;
    text-align: center;
    border-bottom: 85px solid #ffffff;
    border-left: 50px solid transparent;
    display: flex;
    justify-content: center;
}
.shape-div-revert{
    height: 100%;
    border-top: 85px solid #1D3C73;
    border-right: 50px solid transparent;
    width: 1043px;
    position: absolute;
    right: 306px;
}

.list-menu-nav a{
    color: white;
    font-size: 13px;
}

.my-dropdown .dropdown-toggle::after{
    margin-left: unset !important;
    margin-right: 0.225em;
    vertical-align: unset !important;
}
.list-menu a{
    border-left: 2px solid white;
    padding: 0px 10px !important;
}

.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: rgb(222 192 119);
}


/*select2 change class*/
select {
    font-family: iranyekan;
}
.select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container .select2-selection--single {
    height: 45px !important;
    border-radius: unset !important;
}
.select2-selection__arrow {
    height: 45px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #1D3C73 !important;
    color: white;
    text-align: right !important;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
    text-align: right !important;
    font-size: 13px;
}
.select2-results__option--selectable {
    cursor: pointer;
    text-align: right !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    top:44% !important;
}
/*select2 change class*/


.my-button-search{
    height: 45px;
    border-radius: 0px 30px 30px 0px;
    padding: 6px !important;
    background-color: #DEC077 !important;
}

.my-button-region{
    height: 45px;
    border-radius: 30px 0px 0px 30px;
    padding: 6px !important;
    background-color: #DEC077;
}

.text-darkblue{
    color: #112d55 !important;
}


/*slider top */
.slider-section .owl-prev {
    float: left;
    background-color: #8d9db7b0 !important;
    width: 40px;
    height: 6rem;
    line-height: 38px !important;
    border-radius: 10px  0px 0px 10px !important;
}


 .slider-section .owl-next {
    float: right;
    background-color: #8d9db7b0 !important;
    width: 40px;
    height: 6rem;
    line-height: 38px !important;
    border-radius: 0px  10px 10px 0px !important;
}
.slider-section .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
}
/*slider top */

/*slider exhibition*/
.exhibition-section .owl-prev {
    float:left;
    background-color: #8d9db7b0 !important;
    width: 40px;
    height: 6rem;
    line-height: 38px !important;
    border-radius: 10px  0px 0px 10px !important;
}
.exhibition-section .owl-next {
    float:right;
    background-color: #8d9db7b0 !important;
    width: 40px;
    height: 6rem;
    line-height: 38px !important;
    border-radius: 0px  10px 10px 0px !important;
}


.main-exhibition-section{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    height: 100%;

    position:relative;
}

.main-exhibition-section:after{
    content: ' ';
    position: absolute;
    background-image: url(../images/background/navbarr.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    z-index:-1;
}

.title-exhibition-section{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    padding: 25px 0px;
}

.box-title{
    color: #000;
    font-weight: bold;
    font-size: 1.3rem;
}

.box-title.box-title-white{
    color: #ffffff;
}

.title-exhibition-section button{
    background-color: #dec077;
    font-size: 12px !important;
    font-weight: bold !important;
    color: #112d55;
}

.hover-exhibition-strong{
    background-color: rgb(28 142 168 / 0.85);
    text-align: center;
    padding: 3rem 1rem;
}

.hover-exhibition-strong h6{
    font-weight: bold;
    color: #fff;
    font-size: 0.79rem;
    line-height: 1.2rem;
}

.hover-exhibition-strong p{
    color: white;
}

.owl-exhibition .overlay spanxxx{
    right: 0;
    font-size: 17px;
    color: #112d55;
    background-color: #dec077;
    position: absolute;
    bottom:0;
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding: 0.25rem;
    z-index: 100000;
}

/*slider exhibition*/



/*Banner picture*/
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
    font-size: 13px;
    background: #f0ad45cf;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    line-height: 17px;
}

.detail-banner{
    background-color: #DEC077;
    margin-bottom: 20px;
    min-height: 330px;
    position: relative;

}

.detail-banner h5{
    color: #112d55 !important;
}
.btn-banner{
    color: #ffffff !important;
    border: unset !important;
    border-radius: 7px;
    background-color: #112d55 !important;
}
.btn-banner:hover{
    color: #ffffff !important;
    background-color: #112d55 !important;
    border-color: #ffffff !important;
}
#countdown{
    font-size: 20px;
    color: #112d55 !important;
    font-weight: bold;
}

.pages-banner{
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.icon-banner{
    font-size: 20px;
    vertical-align: bottom;
}
/*Banner picture*/

.rgba-blue-strong{
    background-color: rgb(76, 116, 175,0.7);
}


/*News slider*/
.title-news h6{
    color: #112d55;
}

.title-news button{
    background-color: #dec077;
    font-weight: bold;
    font-size: 12px;
}



.collection-gallary a{
    display:block;
    width:100%;
    position:relative;
    overflow: hidden;
    border: 1px solid #12476e;
}

.collection-gallary a img{
    width:100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.collection-gallary a h6{
    position: absolute;
    bottom: 0;
    right:0;
    background-color: rgba(22,47,86,0.8);
    width: 100%;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.7rem;
    direction: rtl;
    text-align: right;
    padding: 0.7rem;
    font-weight: bold;
    color: #fff;
    margin:0;
    z-index:1;
}

.collection-gallary a:hover img{
    transform: scale(1.1);
}


.owl-news .item,.owl-files .item,.owl-photo .item{
    position:relative;
    overflow: hidden;
    display:block;
}

.owl-news .item h6,.owl-files .item h6,.owl-photo .item h6{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(22,47,86,0.8);
    width: 100%;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.7rem;
    direction: rtl;
    text-align: right;
    padding: 0.7rem;
    font-weight: bold;
    color: #fff;
    margin:0;
    z-index:1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.owl-photo .item h6{
    text-align: center;
}

.owl-news span.date{
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.6rem;
    background: rgba(255,255,255,0.9);
    padding: 0 0.5rem;
    color: #162f56;
    border-radius: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.hover-style .item:hover img {
    transform: scale(1.2) rotate(0deg);
    transition: all 0.3s ease;
}

.hover-style .owl-carousel-mask{
    opacity:0;
    content:' ';
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color: rgba(22,47,86,0.8);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.hover-style .item:hover .owl-carousel-mask{
    opacity:1;
}

/* .hover-style .item:hover h6{
    opacity:0;
} */

.hover-style .item .owl-carousel-mask i{
    color:white;
}

 .owl-news .item:hover img {
    transform: scale(1.2) rotate(-3deg);
    transition: all 0.5s ease;
}

.owl-photo .item:hover img,.owl-photo .item:hover h6{
    transition: all 0.6s ease;
}

.owl-photo .item:hover img{
    transform: scale(1.1);
}
/*
.owl-photo .item:hover h6
{
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    font-size:0.9rem;
} */

.owl-photo,.owl-files{
    position:relative;
}

.owl-photo .owl-nav,.owl-files .owl-nav{
    position:absolute;
    width:100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    margin-top: 0!important;
    pointer-events: none;
}

.owl-photo .owl-nav .owl-prev,.owl-photo .owl-nav .owl-prev:hover,
.owl-files .owl-nav .owl-prev,.owl-files .owl-nav .owl-prev:hover{
    float: right;
    margin-right: -2rem;
    display: block;
    border: 0px solid black;
    background: transparent!important;
    pointer-events: auto;
    color: #162f56;
}

.owl-files .owl-nav .owl-prev,.owl-files .owl-nav .owl-prev:hover{
    margin-right: -4rem!important;
}

.owl-photo .owl-nav .owl-next,.owl-photo .owl-nav .owl-next:hover,
.owl-files .owl-nav .owl-next,.owl-files .owl-nav .owl-next:hover{
    margin-left: -2rem;
    display: block!important;
    border: 0px solid black;
    background: transparent!important;
    pointer-events: auto;
    float: left;
    color: #162f56!;
}

.owl-files .owl-nav .owl-next,.owl-files .owl-nav .owl-next:hover{
    margin-left: -4rem!important;
}


.bg-line-center-section{
    position:relative;
    padding:0 2rem;
}

.bg-line-center-section:after{
    position:absolute;
    content:' ';
    left:0;
    right:0;
    height:3px;
    width:100%;
    background:rgba(22,47,86);
    top:50%;
    transform: translateY(-50%);
}



.list-category-main:hover{
    background-color: #0095AB !important;
    color: white !important;

}

.list-category-main{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    background-color: #dec077;
    direction: ltr;
    border-radius: 11px;
    padding: 18px;
    color: #112d55;
}

.list-category-main i{
    font-size: 57px;
    margin-left: 24px;
}

.list-category-main span{
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
}

/*calender*/
.background-calender{
    background: linear-gradient(to top, #0095AB 50%, #EAEAEA 0%);
    padding: 17px;
}

.background-calender:before{
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    border-bottom: 17px solid white;
    border-top: 17px solid white;
    border-right: 17px solid white;
    width: 50%;
    height: 100%;
    border-radius: 15px;
}

.table-calender {
    opacity: 0.92;
}

@keyframes pace-stripe-animation {
    from { background-position-y: 0; }
    to   { background-position-y: 100%; }
}
.mobile-calender{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 15px;
}
.container-calender{
    background-image: url('../images/background/calendarr.jpg');
    z-index:100;
    background-size: cover;
}
.fc-prev-button,.fc-next-button{
    background-color: unset !important;
    color: #7D90AF !important;
    padding: 0px 15px;
    border: 2px solid;
    font-size: 18px;
    height: 34px;
}

.fc-prev-button,.fc-next-button :hover {
    color: #7D90AF !important;
    border-color: #7D90AF !important;
}

.fc .fc-button .fc-icon {
    font-size: 2.5em;
    line-height: 21px;
}
/*calender*/

/*svg*/
.svg-footer{
    position: absolute;
    right: 0;
}


/*nav*/
.my-nav{
    background-color: #112D55!important;
    box-shadow: none !important;
}

#nav-small .list-right i{
    font-size: 1.3rem;
    vertical-align: sub;
    margin-left: 4px;
}

.select-language{
    direction: ltr;
    border: 2px solid;
    box-shadow: none;
    padding: 4px 15px;
}
/*nav*/

.header-top{
    background-color:#fff;
    padding: unset !important;
    border-bottom: 5px solid #fff;
    position: relative;
    align-items: center;
    display: flex;
}

.shape-div img,.shape-div a{
    margin: unset !important;
    position:absolute
}

.shape-div-revert nav{
    box-shadow: none !important;
    position:absolute;
    bottom:0.6rem;
    font-size: 14px;
}

.span-color{
    width: 10px;
    height: 10px;
    display: inline-flex;
    margin-left: 7px;
    padding: 6px;
    background-color: #25a5b2;
}

.color-events-yazdcalender{
    width: 10px;
    height: 10px;
    display: inline-flex;
    margin-left: 7px;
    padding: 6px;
}

.table-description{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    background-color: #dec077;
    direction: ltr;
    padding: 18px;
    color: #112d55;
    margin-bottom: 10px;
    border-radius: 8px 8px 0px 0px;
}

.table-description:hover{
    background-color: #0095AB !important;
    color: white !important;
}

.table-description i{
    font-size: 57px  ;
    margin-left: 24px  ;
}
.table-description span{
     font-size: 17px;
     margin-top: 10px;
     font-weight: bold;
 }

.item-list td{
    border: none !important;
}

.item-list a{
    font-size: 18px;
    font-weight: bold;
}

.pages-header{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center !important;
    padding: 30px 20px;
    height: 80vh;
    min-height: 390px;
    overflow: hidden;
    position: relative;
}

.pages-header .layer{
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    min-height: 390px;
}

.pages-header .container{
    margin-top: 8%;
}

.pages-header .bg-black{
    background-color: rgba(0,0,0,.30) !important;
    border-radius: 4px;
    border:none !important;
    padding: 20px 10px;
}

.btn-news{
    background-color: #DFBF76;
    border-radius:4px !important;
}

.pages-header .bg-black h5{
    float: right;
    margin-bottom: 22px;
    color: white;
}

/*category*/

.table-list-category div.carousel-category div.item {
    min-width: 80px;
    background-color: #fff;
    font-size: 0.8rem;
    border: 1px solid #e7e7e7;
    padding: 15px 0px;
    border-radius: 7px;
}

.table-list-category div.carousel-category div.item i{
    color:#112D55 ;
}
.table-list-category div.carousel-category div.item span{
    color:#112D55 ;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.table-list-category div.carousel-category:hover {

}
.table-list-category ul.carousel-category  .active i{

}
.table-list-category ul.carousel-category .active span{

}

.table-list-category div.carousel-category{
    text-align: center;
    background: #fff;
}

.carousel-category .owl-prev {
    left: -48px;
    background-color: #8d9db7b0 !important;
    width: 40px;
    height: 6rem;
    line-height: 38px !important;
    border-radius: 10px  0px 0px 10px !important;
}
.carousel-category .owl-next {
    right: -48px;
    background-color: #8d9db7b0 !important;
    width: 40px;
    height: 6rem;
    line-height: 38px !important;
    border-radius: 0px  10px 10px 0px !important;

}
.carousel-category .owl-prev,
.carousel-category .owl-next {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
}

.list-item-nav{
    border: 2px solid  #dec077;
    line-height: 10px;
    height: 30px;
    background-color: #dec077;
    font-size: 13px;
    border-radius: 2px;
    color: #1d3c73;
}

.tab-content-detail{
    padding: 5px 15px !important;
    border: 2px solid #1d3c73;
    border-radius: 5px;
    font-size: 13px;
    margin-bottom: 2rem;
    text-align: justify !important;
    line-height: 3rem;
}
.tab-content-gallery{
    padding: 5px 15px !important;
    border-radius: 5px;
    font-size: 13px;
    margin-bottom: 2rem;
    text-align: justify !important;
    line-height: 3rem;
}
.nav-pills .list-item-nav .nav-link.active, .nav-pills .show>.nav-link {
    color: #dec077 !important;
    background-color: #1d3c73 !important;
    border-radius: unset !important;
    font-size: 13px;
    font-weight: bold;
}
/*category*/


.list-information-right{
    padding: 0.4rem !important;
    width: 25% !important;
    background-color: white !important;
    border-color: #c5bfbf !important;
}
.list-information-left{
    padding: 0.4rem !important;
    width: 75% !important;
    background-color: white !important;
    border-color: #c5bfbf !important;

}

.table-contact-information{
    border-spacing: 10px;
    border-collapse: separate;
}


.select-paginate{
    height: 27px;
    margin-right: 14px;
    width: 65px;
    font-size: 20px;
}

.avatar{
    width: 70px !important;
    margin-top: -70px !important;
    border: unset !important;
}

.box-shadow-unset {
    box-shadow: unset !important;
}

.link-in-hover:hover>a{
    background-color: #0095ab !important;
    color: white !important;
}

.table-title{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    background-color: #0095ab;
    direction: ltr;
    padding: 3px;
    color: #ffffff;
    border-radius: 8px 8px 0px 0px;
}

.item-list{
    box-shadow: 0px 3px 7px #888888;
    border-radius: 12px;
    margin: 7px 0px;
    display: flex;
}

.table-title span {
    font-size: 17px;
    margin: 10px;
    font-weight: bold;
}

.avatar-list{
    width: 64px !important;
    border: 2px solid #04af40 !important;
    border-radius: unset !important;
}

.image-exhibition{
    padding: 0.02rem;
}


.ordering-select{
    width: unset !important;
    direction: ltr;
}
.label-select{
    margin-left: 4px;
    line-height: 33px;
}
.title-search-advanced{
    border-bottom: 2px solid #1d3c73;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    right: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    right: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.item-search-advanced p {
    font-size: 15px;
}
.item-search-advanced ul {
    border-color: #6e7375 !important;
    width: 205px !important;
    max-height: 192px;
    overflow: auto;
    text-overflow: ellipsis;
    white-space: normal;
}
.item-search-advanced ul>li {
    border-bottom: none !important;
}
/*    jgljhgbljk*/
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 50px 12px 15px;
    background: linear-gradient(to bottom, #fefefe, #cdcdcd);
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #676767;
    text-shadow: 1px 1px 1px #fff;
    position: relative;
}
#accordion .panel-title a:before{
    content: "\f068";
    font-family: 'Font Awesome 5 Pro';
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: #929191;
    font-size: 12px;
    font-weight: 900;
    color: #fdfbfb;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    text-shadow: none;
    position: absolute;
    top: 8px;
    right: 15px;
}
#accordion .panel-title a.collapsed:before{ content: "\f067"; }
#accordion .panel-body{
    padding: 10px 15px;
    font-size: 15px;
    color: #222;
    line-height: 27px;
    border: none;
}
#accordion .panel-body p{ margin-bottom: 0; }


.Introduction{
    border-top: 1px solid rgb(255 253 253);
}

.counter-company{
    font-size: 10px !important;
}

.testimonial-card{
    box-shadow: none !important;
    border: 1px solid #c1c1c1;
}

.card-up image{
    border-radius: 1.25rem 1.25rem 0rem 0rem;
}

.best-company-parent{
    border: 2px solid #c6c6c6;
    border-radius: 10px
}


.best-company-body{
    height: 350px;
    padding:4px
}

.best-company-td{
    padding: 7px !important;
    display: inline-flex;
}

.best-company-list p{
    height: 30px;
    margin-bottom: 0px !important;
    text-align: justify;
    width: 100%;
    font-size: 11px;
    line-height: 15px;
    overflow: hidden
}


.table-title span {
    font-size: 17px;
    margin: 10px;
    font-weight: bold;
}
.item-list{
    box-shadow: 0px 3px 7px #888888;
    border-radius: 12px;
    margin: 7px 7px;
    display: flex;
}


.name ,.fname ,.text-contact{
    margin-bottom: 10px !important;
}

.email{
    margin-bottom: 13px !important;

}

.description-palce{
    overflow: auto;
    text-overflow: ellipsis;
    white-space: normal;
    height: 147px;
}

.description-news{
    overflow: auto;
    text-overflow: ellipsis;
    white-space: normal;
    height: 45px;
}


.hover-in-slider{
    text-align: right;
    padding: 20px 60px;
    background-color:#4e658499 !important;
    border: none !important;
    position: absolute;
    width:100%;
    bottom: 6px;
}


.item-hot-news span{
    height: 8px;
    min-width: 8px;
    background-color: #132847;
    border-radius: 50px;
    margin-left: 5px;
}

.footer-text-club{
    line-height: 45px;
}

.image-namad{
    border: 1px solid #dce077;
    border-radius:10px;
    width:70px;
    height:80px;
}


.table-list-category div.carousel-category div.owl-item div.active{
    background-color: #1d3c73;
}
.table-list-category div.carousel-category div.owl-item div.active i ,.table-list-category div.carousel-category div.owl-item div.active span{
    color: #fff;
}

.table-list-category div.carousel-category div.owl-item div.hover{
    background-color: #112d55;
}
.table-list-category div.carousel-category div.owl-item div.hover i ,.table-list-category div.carousel-category div.owl-item div.hover span{
    color: #fff;
}


.mobile-exhbition-bottom-buttun{

    display: flex;
    /*position: absolute;*/
    bottom: 0px;
}
.margin-news{
    margin-top: 20px;
}


/*loader*/

.preloader-container{
    height: 300px;
    background: rgba(58,58,58,0.8);
    width: 100%;
    position: relative;
}


.preloader{
    width: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
}
.circle{
    width:20px;
    height:20px;
    position: absolute;
    border-radius: 50%;
    background-color: #e3e3e3;
    left:20%;
    transform-origin: 50%;
    animation: circle .5s alternate infinite ease;
}

@keyframes circle{
    0%{
        top:60px;
        height:5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }
    40%{
        height:20px;
        border-radius: 50%;
        transform: scaleX(1);
    }
    100%{
        top:0%;
    }
}
.circle:nth-child(2){
    left:40%;
    animation-delay: .2s;
}
.circle:nth-child(3){
    left:60%;
    /*right:15%;*/
    animation-delay: .3s;
}
.shadow{
    width:20px;
    height:4px;
    border-radius: 50%;
    background-color: rgba(255 ,255, 255, 0.5);
    position: absolute;
    top:62px;
    transform-origin: 50%;
    z-index: -1;
    left:20%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

@keyframes shadow{
    0%{
        transform: scaleX(1.5);
    }
    40%{
        transform: scaleX(1);
        opacity: .7;
    }
    100%{
        transform: scaleX(.2);
        opacity: .4;
    }
}
.shadow:nth-child(4){
    left: 40%;
    animation-delay: .2s
}
.shadow:nth-child(5){
    left:60%;
    /*right:15%;*/
    animation-delay: .3s;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-right: .255em !important;
    vertical-align: .235em !important;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
#loaderContainer, #ajax-loader {
    background-color: rgb(255 255 255 / 0.75);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 14000;
    height: 100%;
}
.modal-dialog.modal-notify.modal-warning .modal-header{
    background-color: #1d3c73 !important;
}
#ajax-loader{
    background-color: rgba(255, 255, 255, 0.60);
}
#loaderContainer div[class^="atom"] {
    width: 10em;
    height: 10em;
    border-radius: 50%;
    border-width: 4px;
//border-style: solid;
    position: absolute;
    box-sizing: border-box;
    transform-style: preserve-3d;
}
#loaderContainer .atom-1 {
    left: 0; top: 0;
    border-bottom-style: solid;
    border-bottom-color: #b93631;
    animation: spin1 1s linear infinite;
}
#loaderContainer .atom-2 {
    right: 0; top: 0;
    border-right-style: solid;
    border-right-color: #b93631;
    animation: spin2 1.2s linear infinite;
}
#loaderContainer .atom-3 {
    right: 0; bottom: 0;
    border-top-style: solid;
    border-top-color: #b93631;
    animation: spin3 1.4s linear infinite;
}
@keyframes  spin1 {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@keyframes  spin2 {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}
@keyframes  spin3 {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
#loaderContainer .loading-text{
    top: 80px;
    direction: rtl;
    position: relative;
    width: 150px;
    text-align: center;
}

body.loading{
    overflow: hidden;
    text-align: center;
}

body.loading .overlay{
    display: block;
    text-align: center;
}
/*loader*/


@media screen and (max-width: 414px) {
    .test2-fill {
        position: relative;
        bottom: 180px;
        left: 200px;
    }
}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media screen and (min-width: 600px) {

    .test2-fill {
        position: relative;
        bottom: 180px;
        left: 200px;
    }
}


@media only screen and (max-width: 768px) {
    .test2-fill {
        position: relative;
        bottom: 180px;
        left: 200px;
    }
    .shape-div {
        width: 415px !important;
        border-left: 43px solid #112d55 !important;
    }
    .shape-div-revert{
        display: none !important;
    }

    .slider-section .owl-prev {
        width: 27px !important;
        height: 2rem !important;
    }

    .slider-section .owl-next {
        width: 26px !important;
        height: 2rem !important;
    }

    .slider-section .owl-prev i,
    .slider-section .owl-next i {
        font-size: 1.4rem !important;
    }

    /*slider exhibition*/
    .exhibition-section .owl-prev {
        left: 0rem !important;
        width: 27px !important;
        height: 2rem !important;
    }
    .exhibition-section .owl-next {
        right: 0rem !important;
        width: 26px !important;
        height: 2rem !important;
    }
    .exhibition-section .owl-prev i,
    .exhibition-section .owl-next i {
        font-size: 1.4rem !important;
        margin-top: 6px !important;
    }
    .detail-banner{
        margin-bottom: 0px !important;
    }
    .mobile-calender{
        margin-top:unset !important;
        margin-bottom:unset !important;
    }
    /*slider category*/
    .carousel-category .owl-prev {
        left: 0rem !important;
        width: 27px !important;
        height: 2rem !important;
    }
    .carousel-category .owl-next {
        right: 0rem !important;
        width: 26px !important;
        height: 2rem !important;
    }
    .carousel-category .owl-prev i,
    .carousel-category .owl-next i {
        font-size: 1.4rem !important;
        margin-top: 6px !important;
    }
    .section-center{
        justify-content: center !important;
    }
    .image-exhibition{
        padding: 0.5rem;
    }
    .mobile-exhbition-bottom-buttun{
       display: block;
        position: unset;
        bottom: unset;
    }

    .mobile-paginate{
        display: none !important;
    }
    .button-advance-search{
        display: block;
    }

    .main-list-news{
        padding-left: 0px !important;
    }

    .mobile-font-nav{
        font-size: 17px;
    }
    .footer-text-club{
        line-height: unset;
        margin-top: 5px;
    }
    .margin-news{
        margin-top: 2px;
    }

}

.detail-news-small{
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    text-align: right;
    padding: 11px;
    height: 80px;
}
.detail-news-small p{
    color: #fff;
}

#calendar *{
    font-size: 0.6rem;
    line-height: 1.2rem;
    font-weight: bold;
}

#calendar h2{
    font-size: 1rem;
}

.rtl{
    direction: rtl !important;
}

.ltr{
    direction: ltr !important;
}