:root{
    --orginal_1:#492f8c;
    --orginal_2:#76e6fc;
    --orginal_3:#8371e9;
    --orginal_rgb_1:rgba(131,113,233,0.5);
    --orginal_rgb_2:rgba(131,113,233,0.2);
    --orginal_rgb_3:rgba(131,113,233,0.08);
}
@font-face {
    font-family: IRANSans;
    src: url('../../fonts/IRANSansWeb-Medium.eot');
    src: url('../../fonts/IRANSansWeb-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/IRANSansWeb-Medium.woff2') format('woff2'),
    url('../../fonts/IRANSansWeb-Medium.woff') format('woff'),
    url('../../fonts/IRANSansWeb-Medium.ttf') format('truetype');
    font-weight: normal;
}
.d-ltr{direction: ltr!important;}.d-rtl{direction: rtl!important;}
::-webkit-input-placeholder { /* Edge */
    text-align: right!important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-align: right!important;
}

::placeholder {
    text-align: right!important;
}
.navbar-expand-lg .navbar-nav .nav-link
{
    padding-right: 3px;
    padding-left: 3px;
    font-size: 13px!important;
}
.navbar-expand-lg .navbar-nav
{
    padding-inline-end: 10px;
    padding-inline-start: 10px;
}
.p-sticky
{
    position: sticky!important;
    top: 15px;
}
.page-item .page-link
{
    color: var(--orginal_1);
}
.page-item.active .page-link
{
    background-color:var(--orginal_1);
    border-color:var(--orginal_1);
}
.page-item:last-child .page-link,
.page-item:first-child .page-link
{
    border-radius: unset;
}
.page-item:last-child .page-link svg,
.page-item:first-child .page-link svg
{
    font-size: 12px;
}
a{
    text-decoration: none!important;
}
.mt-50
{
    margin-top: 50px!important;
}
.mt-25
{
    margin-top: 25px!important;
}
.mb-50
{
    margin-bottom: 50px!important;
}
.mb-25
{
    margin-bottom: 25px!important;
}
.border-left-lg,
.border-left-md,
.border-left-sm
{
    border-left: 1px solid #e6e6e6;
}
.border-right-lg,
.border-right-md,
.border-right-sm
{
    border-right: 1px solid #e6e6e6;
}
body {
    background-color: #fff;
    /*color: #fff;*/
}
body *
{
    font-family: 'IRANSans'!important;
    text-align: right;
    /*color: #fff;*/
}

.header_top_1
{
    height: 40px;
    background: #000;
}
.header_top_1 h6
{
    color: #fff;
    line-height: 40px;
    float: right;
    margin-left: 10px;
}
.header_top_1 h6 svg
{
    position: relative;
    top: 2px;
}
.header_top_1 .slider
{
    overflow: hidden;
    float: right;
}
.header_top_1 .slider span
{
    color: #fff;
    line-height: 40px;
    font-size: 13px;
}
.header_top_1 .btn_head
{
    color: #fff;
    background-color: var(--orginal_1);
    background:linear-gradient(to left bottom,#492f8c 50%,#5336a0 50%);
    background:-webkit-linear-gradient(to left bottom,#492f8c 50%,#5336a0 50%);
    background:-moz-linear-gradient(to left bottom,#492f8c 50%,#5336a0 50%);
    padding: 9px 20px;
    font-size: 13px;
    line-height: 40px;
    position: relative;
    z-index: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.header_top_1 .btn_head:hover
{
    color: #000;
    background-color: #fff;
    background: linear-gradient(to left bottom,#fff 50%,#F7F7F7 50%);
    background: -webkit-linear-gradient(to left bottom,#fff 50%,#F7F7F7 50%);
    background: -moz-linear-gradient(to left bottom,#fff 50%,#F7F7F7 50%);
}
.header_top_1 .ul_header,
.footer_1 .ul_footer
{
    height: 40px;
    list-style: none;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}
.footer_1 .ul_footer
{
    margin-bottom: 0!important;
}
.header_top_1 .ul_header li,
{
    display: inline-block;
    margin-left: -5px;
}
.header_top_1 .ul_header li span,
.footer_1 .ul_footer li span
{
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: rgba(255,255,255,.66);
    background-color: transparent;
    border-right: 1px solid rgba(255,255,255,.2);
    display: block;
    text-align: center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.footer_1 .ul_footer li span
{
    border: unset;
    border-radius: 2px;
}
.header_top_1 .ul_header li svg,
.footer_1 .ul_footer li svg
{
    font-size: 20px;
    position: relative;
    top: 4px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.header_top_1 .ul_header li a:hover span,
.footer_1 .ul_footer li a:hover span
{
    background-color: rgba(255,255,255,.1);
}
.header_top_1 .ul_header li a:hover svg,
.footer_1 .ul_footer li a:hover svg
{
    color: #fff;
}
.header_top_2
{
    height: 140px;
    width: 100%;
    background: #3e3e40;
}
.header_top_2 div
{
    height: 100%;
}
.header_top_2 .logo_top
{
    height: 120px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%);
    /*filter: drop-shadow(1px 1px 0px #fff);*/
}
.header_top_2 .banner_header
{
    width: 96%;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%);
}
.bg-orginal
{
    background: linear-gradient(to right, #2d397e , #4f6a9f);
    /*background: #48D1cc!important;*/
}
/* adds some margin below the link sets  */
.menu_top.navbar .dropdown-menu div[class*="col"] {
    margin-top:1rem;
    margin-bottom:1rem;
}

.menu_top.navbar .dropdown-menu {
    border:none;
    background-color:rgba(0,0,0,.9)!important;
}
.menu_top.navbar li
{
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.menu_top.navbar li a
{
    color: #fff!important;
    font-size: 14px;
}
.menu_top.navbar .navbar-nav>li:hover
{
    background: #fac525;
    /*background: #40bbb7;*/
}
.menu_top.navbar .navbar-nav>li.active
{
    background: #fac525;
    /*background: #40bbb7;*/
}
.menu_top.navbar .navbar-nav li.dropdown li a:hover
{
    border-bottom: 1px dashed;
}

footer.footer_1
{
    background: #2d397e;
    padding: 60px 0;
    position: relative;
}
footer.footer_1 .footer_bottom_text_copy
{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: #c4c4c4!important;
    font-size: 14px!important;
}
footer.footer_1 h1
{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
footer.footer_1 .footer_menu
{
    list-style: none;
    display: block;
    margin-top: 15px;
}
footer.footer_1 .footer_menu li
{
    padding: 5px 0;
}
footer.footer_1 .footer_menu a
{
    color: #fff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
footer.footer_1 .footer_menu a:hover
{
    color: var(--orginal_2);
}
footer.footer_1 .footer_menu a svg
{
    color: #fff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
footer.footer_1 .footer_menu a:hover svg
{
    color: var(--orginal_2);
    margin-left: 7px;
}
footer.footer_1 .about_us p
{
    text-align: justify;
    font-size: 13px;
    color: #c4c4c4;
}
footer.footer_1 .footer_card
{
    position: relative;
    display: flex;
    margin-bottom: 10px;
}
footer.footer_1 .footer_card .img
{
    width: 80px;
    height: 80px;
    background: var(--orginal_rgb_2);
    margin-left: 10px;
    overflow: hidden;
    display: inline-table;
}
footer.footer_1 .footer_card .img img
{
    width: 80px;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
footer.footer_1 .footer_card:hover img
{
    transform: scale(1.1);
}
footer.footer_1 .footer_card .content h5
{
    color: #fff;
    font-size: 14px;
}
footer.footer_1 .bg-white .footer_card .content h5
{
    color: #333;
}
footer.footer_1 .footer_card .content p
{
    /*color: #c4c4c4;*/
    color: #d8d8d8;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    margin-bottom: 0;
}
footer.footer_1 .bg-white .footer_card .content p
{
    color: #848484;
}
footer.footer_1 .footer_card .content p span.eye
{
    margin-left: 10px;
}
footer.footer_2
{
    background: #fac525;
    padding: 15px 10px;
}
footer.footer_2 p
{
    color: #2d397e;
    text-align: center;
    margin-bottom: 0;
}
footer.footer_2 a
{
    color: #fff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
footer.footer_2 a:hover
{
    color: #000;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.index_page .carousel.slide
{
    width: 100%;
    height: 530px;
    background: var(--orginal_rgb_1);
    border-radius: 3px;
    overflow: hidden;
    margin-top: 20px;
}
.index_page .carousel.slide .img_bg_row_1
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*filter: blur(4px);*/
    /*-webkit-filter: blur(4px);*/
}
.index_page .carousel.slide img.img_row_1
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.index_page .carousel.slide img.img_row_2
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.index_page .carousel.slide .carousel-control-next,
.index_page .carousel.slide .carousel-control-prev
{
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.index_page .carousel.slide:hover .carousel-control-next
{
    background: transparent;
    background: linear-gradient(right, rgba( 0, 0, 0, .6 ) 0%, rgba( 0, 0, 0, .3 ) 50%, rgba( 0, 0, 0, 0 ) 100% );
    background: -moz-linear-gradient(right, rgba( 0, 0, 0, .6) 0%, rgba( 0, 0, 0, .3) 50%, rgba( 0, 0, 0, 0 ) 100% );
    background: -ms-linear-gradient(right, rgba( 0, 0, 0, .6 ) 0%, rgba( 0, 0, 0, .3 ) 50%, rgba( 0, 0, 0, 0) 100% );
    background: -o-linear-gradient( right, rgba( 0, 0, 0, .6 ) 0%, rgba( 0, 0, 0, .3 ) 50%, rgba(0, 0, 0, 0 ) 100% );
    background: -webkit-linear-gradient( right, rgba( 0, 0, 0, .6 ) 0%, rgba( 0, 0, 0, .3) 50%, rgba( 0, 0, 0, 0 ) 100% );
}
.index_page .carousel.slide:hover .carousel-control-prev
{
    background: transparent;
    background: linear-gradient(left, rgba( 0, 0, 0, .6 ) 0%, rgba( 0, 0, 0, .3 ) 50%, rgba( 0, 0, 0, 0 ) 100% );
    background: -moz-linear-gradient(left, rgba( 0, 0, 0, .6) 0%, rgba( 0, 0, 0, .3) 50%, rgba( 0, 0, 0, 0 ) 100% );
    background: -ms-linear-gradient(left, rgba( 0, 0, 0, .6 ) 0%, rgba( 0, 0, 0, .3 ) 50%, rgba( 0, 0, 0, 0) 100% );
    background: -o-linear-gradient( left, rgba( 0, 0, 0, .6 ) 0%, rgba( 0, 0, 0, .3 ) 50%, rgba(0, 0, 0, 0 ) 100% );
    background: -webkit-linear-gradient( left, rgba( 0, 0, 0, .6 ) 0%, rgba( 0, 0, 0, .3) 50%, rgba( 0, 0, 0, 0 ) 100% );
}
.index_page .carousel.slide .carousel-caption
{
    bottom: -10px;
    right: 0;
    width: 100%;
    left: unset;
    padding: 20px 10px 0 10px;
    background: transparent;
    background: linear-gradient(bottom, rgba( 0, 0, 0, 1 ) 0%, rgba( 0, 0, 0, .4 ) 50%, rgba( 0, 0, 0, 0 ) 100% );
    background: -moz-linear-gradient(bottom, rgba( 0, 0, 0, 1) 0%, rgba( 0, 0, 0, .4) 50%, rgba( 0, 0, 0, 0 ) 100% );
    background: -ms-linear-gradient(bottom, rgba( 0, 0, 0, 1 ) 0%, rgba( 0, 0, 0, .4 ) 50%, rgba( 0, 0, 0, 0) 100% );
    background: -o-linear-gradient( bottom, rgba( 0, 0, 0, 1 ) 0%, rgba( 0, 0, 0, .4 ) 50%, rgba(0, 0, 0, 0 ) 100% );
    background: -webkit-linear-gradient( bottom, rgba( 0, 0, 0, 1 ) 0%, rgba( 0, 0, 0, .4) 50%, rgba( 0, 0, 0, 0 ) 100% );
}
.index_page .carousel.slide .carousel-caption h6
{
    margin-bottom: 15px;
    font-size: 13px;
}
.index_page .carousel.slide .carousel-caption h5
{
    font-size: 15px;
}
.index_page .carousel.slide .carousel-caption p
{
    color: #c4c4c4;
    font-size: 12px;
}
.index_page .carousel.slide .carousel-caption p span.eye
{
    margin-left: 10px;
}
.index_page .ul_category,
.news_page .ul_category
{
    padding: 0;
    margin-top: 20px;
    list-style: none!important;
    background: #fff;
    box-shadow: 0px 0px 3px #aaa;
    border-radius: 3px;
}
.news_page .ul_category
{
    margin-top: 0;
    box-shadow: none;
    border-radius: unset;
    margin-bottom: 0;
}
.index_page .ul_category li,
.news_page .ul_category li
{
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}
.news_page .ul_category li.active
{
    border-bottom: 2px solid;
    border-color: var(--orginal_1);
    background: var(--orginal_rgb_3);
}
.index_page .ul_category li>a,
.news_page .ul_category li>a
{
    color: #000;
    font-size: 14px;
    display: block;
    padding: 15.5px 15px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    position: relative;
}
.index_page .ul_category li .dropdown_div,
.news_page .ul_category li .dropdown_div
{
    position: absolute;
    right: 96%;
    top: 2px;
    background: #666;
    width: 375px;
    box-shadow: 0px 0px 3px #aaa;
    padding: 20px 5px 10px 10px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
@media(max-width: 767px)
{
    .index_page .ul_category li .dropdown_div,
    .news_page .ul_category li .dropdown_div
    {
        right: 0%;
        top: 100%;
        max-width: 100%;
    }
}
.index_page .ul_category li>a svg,
.news_page .ul_category li>a svg
{
    font-size: 10px;
    position: relative;
    top: 1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.index_page .ul_category li>a:hover,
.news_page .ul_category li>a:hover
{
    color: var(--orginal_1);
}
.index_page .ul_category li>a:hover svg,
.news_page .ul_category li>a:hover svg
{
    margin-left: 5px;
}
.index_page .ul_category li:hover .dropdown_div,
.news_page .ul_category li:hover .dropdown_div
{
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.slider_multi_col.swiper .swiper-slide{
    padding: 0 10px;
}
.slider_multi_col.swiper .swiper-slide .card_slider,
.site__row .card_slider
{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.slider_multi_col.swiper .swiper-slide .card_slider .slider_img,
.site__row .card_slider .slider_img
{
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    background: var(--orginal_rgb_2);
}
.slider_multi_col.swiper .swiper-slide .card_slider .slider_img .the_date,
.site__row .card_slider .slider_img .the_date,
.about_page .img_box .the_date
{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: transparent;
    background: linear-gradient(bottom, rgba( 0, 0, 0, 1 ) 0%, rgba( 0, 0, 0, .4 ) 50%, rgba( 0, 0, 0, 0 ) 100% );
    background: -moz-linear-gradient(bottom, rgba( 0, 0, 0, 1) 0%, rgba( 0, 0, 0, .4) 50%, rgba( 0, 0, 0, 0 ) 100% );
    background: -ms-linear-gradient(bottom, rgba( 0, 0, 0, 1 ) 0%, rgba( 0, 0, 0, .4 ) 50%, rgba( 0, 0, 0, 0) 100% );
    background: -o-linear-gradient( bottom, rgba( 0, 0, 0, 1 ) 0%, rgba( 0, 0, 0, .4 ) 50%, rgba(0, 0, 0, 0 ) 100% );
    background: -webkit-linear-gradient( bottom, rgba( 0, 0, 0, 1 ) 0%, rgba( 0, 0, 0, .4) 50%, rgba( 0, 0, 0, 0 ) 100% );
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.slider_multi_col.swiper .swiper-slide .card_slider .slider_img .the_date>p,
.site__row .card_slider .slider_img .the_date>p,
.about_page .img_box .the_date>p
{
    text-align: right;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    padding: 10px;
}
.about_page .img_box .the_date>p
{
    font-size: 15px;
    padding: 20px 10px 10px;
}
.about_page .img_box .the_date>p span
{
    font-size: 14px!important;
}
.about_page .img_box .the_date a
{
    float: left;
    padding-right: 7px;
}
.about_page .img_box .the_date a>svg
{
    color: #fff;
}
.slider_multi_col.swiper .swiper-slide .card_slider .slider_img .the_date>p span.eye,
.site__row .card_slider .slider_img .the_date>p span.eye,
.about_page .img_box .the_date>p span.eye
{
    margin-left: 10px;
}
.slider_multi_col.swiper .swiper-slide .card_slider .slider_img img,
.site__row .card_slider .slider_img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.slider_multi_col.swiper .swiper-slide .card_slider:hover .slider_img img,
.site__row .card_slider:hover .slider_img img
{
    transform: scale(1.1);
}
.slider_multi_col.swiper .swiper-slide .slider_text,
.site__row .card_slider .slider_text
{
    width: 100%;
    height: 60px;
    padding: 10px 0;
}
.slider_multi_col.swiper .swiper-slide .slider_text h5,
.site__row .card_slider .slider_text h5
{
    font-size: 14px;
    color: #000;
}
.slider_row_2 .swiper-button-prev:after,
.slider_row_2 .swiper-button-next:after,
.slider_one_swiper .swiper-button-prev:after,
.slider_one_swiper .swiper-button-next:after
{
    display: none;
}
.slider_row_2 .swiper-button-prev
{
    position: absolute;
    top: 49%;
    right: 10px;
}
.slider_row_2 .swiper-button-next
{
    position: absolute;
    top: 49%;
    left: 10px;
    right: unset;
}
.slider_row_2 .swiper-button-prev svg,
.slider_row_2 .swiper-button-next svg
{
    color: #fff;
    background: rgba(0,0,0,0.3);
    padding: 10px;
}
.slider_row_2 .swiper-pagination
{
    bottom: 0;
}.site__row .swiper-pagination
{
    bottom: -5px;
}
.slider_row_2 .swiper-pagination span,
.slider_one_swiper .swiper-pagination span,
.site__row .swiper-pagination span
{
    width: 10px!important;
    height: 10px!important;
}
.slider_row_2 .swiper-pagination span.swiper-pagination-bullet-active,
.site__row .swiper-pagination span.swiper-pagination-bullet-active
{
    background: #000!important;
}
.fs-16
{
    font-size: 16px!important;
    font-weight: 700;
}
.card_big_row3
{
    width: 100%;
    height: 400px;
    background: var(--orginal_rgb_2);
    position: relative;
    overflow: hidden;
}
.card_big_row3 img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.card_big_row3:hover img
{
    transform: scale(1.1);
}
.card_big_row3 div.the_date
{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 15px 10px 10px 10px;
    background: transparent;
    background: linear-gradient(bottom, rgba( 0, 0, 0, 1 ) 0%, rgba( 0, 0, 0, .4 ) 50%, rgba( 0, 0, 0, 0 ) 100% );
    background: -moz-linear-gradient(bottom, rgba( 0, 0, 0, 1) 0%, rgba( 0, 0, 0, .4) 50%, rgba( 0, 0, 0, 0 ) 100% );
    background: -ms-linear-gradient(bottom, rgba( 0, 0, 0, 1 ) 0%, rgba( 0, 0, 0, .4 ) 50%, rgba( 0, 0, 0, 0) 100% );
    background: -o-linear-gradient( bottom, rgba( 0, 0, 0, 1 ) 0%, rgba( 0, 0, 0, .4 ) 50%, rgba(0, 0, 0, 0 ) 100% );
    background: -webkit-linear-gradient( bottom, rgba( 0, 0, 0, 1 ) 0%, rgba( 0, 0, 0, .4) 50%, rgba( 0, 0, 0, 0 ) 100% );
}
.card_big_row3 div.the_date h6
{
    margin-bottom: 15px;
    font-size: 13px;
    color: #fff;
}
.card_big_row3 div.the_date h5
{
    font-size: 15px;
    color: #fff;
}
.card_big_row3 div.the_date p
{
    color: #c4c4c4;
    font-size: 12px;
    margin-bottom: 0;
}
.card_big_row3 div.the_date p span.eye
{
    margin-left: 10px;
}

.card_page .footer_card
{
    position: relative;
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    margin-bottom: 0px;
}
.news_page .card_page .footer_card.footer_card1
{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}
.card_page .footer_card .img
{
    width: 80px;
    height: 80px;
    background: var(--orginal_rgb_2);
    margin-left: 10px;
    overflow: hidden;
    display: inline-table;
}
.news_page .card_page .footer_card.footer_card1 .img
{
    width: 130px;
    height: 120px;
}
.card_page .footer_card .img img
{
    width: 80px;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.card_page .footer_card .content
{
    width: 100%;
}
.news_page .card_page .footer_card.footer_card1 .img img
{
    width: 130px;
}
.card_page .footer_card:hover img
{
    transform: scale(1.1);
}
.card_page .footer_card .content h5
{
    color: #fff;
    font-size: 14px;
}
.news_page .card_page .footer_card.footer_card1 .content h5
{
    font-weight: 700;
    font-size: 16px;
}
.card_page .footer_card .content p
{
    color: #888888;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    margin-bottom: 0;
}
.news_page .card_page .footer_card.footer_card1 .content p.text_news
{
    position: relative;
    text-align: justify;
    font-size: 13px;
    margin-top: 23px;
    color: #444;
}

.card_page .footer_card .content p span.eye
{
    margin-left: 10px;
}
hr{
    border-bottom: 2px solid #e5e5e5!important;
}
.border-all
{
    border: 2px solid #e5e5e5!important;
    padding: 25px 15px;
    border-radius: 3px;
}
.border-all-no-border
{
    padding: 25px 15px;
    border-radius: 3px;
}
.slider_one_swiper .title_border,
.list_news_one .title_border
{
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 7px;
    border-bottom: 2px solid #e5e5e5!important;
    position: relative;
    margin-bottom: 20px;
}
.list_news_one .title_border .footer_icon
{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.slider_one_swiper .title_border:after,
.list_news_one .title_border:after
{
    content: '';
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -2px;
    right: 0;
    background: #fac525;
}
.slider_one_swiper .swiper-slide
{
    padding: 0!important;
}
.slider_one_swiper .swiper-slide .slider_img,
.site__row .card_slider .slider_img
{
    height: 220px!important;
}
.slider_one_swiper.ads_slider .swiper-slide .slider_img
{
    height: 425px!important;
}
.slider_one_swiper.ads_slider .swiper-slide .slider_img img
{
    object-fit: contain!important;
}
.slider_one_swiper .swiper-slide .slider_text,
.site__row .card_slider .slider_text
{
    height: 90px!important;
}
.slider_one_swiper.slider_one_swiper1 .swiper-slide .slider_text
{
    height: 60px!important;
}
.slider_one_swiper .swiper-slide .slider_text.ad_text
{
    height: auto!important;
}
.slider_one_swiper.khatereh .swiper-slide .slider_text
{
    height: 65px!important;
}
.slider_one_swiper .swiper-slide .slider_text h5,
.site__row .card_slider .slider_text h5
{
    font-weight: 700;
}
.slider_one_swiper .swiper-slide .slider_text p,
.site__row .card_slider .slider_text p
{
    font-size: 12px;
    text-align: justify;
    color: #fff;
}
.slider_one_swiper .swiper-pagination
{
    bottom: -7px;
}
.slider_one_swiper .swiper-pagination span.swiper-pagination-bullet-active
{
    background: var(--orginal_1)!important;
}
.slider_one_swiper .swiper-button-prev
{
    position: absolute;
    top: 36px;
    right: unset;
    left: 33px;
}
.slider_one_swiper1 .swiper-button-prev
{
    top: 14px;
}
.slider_one_swiper .swiper-button-next
{
    position: absolute;
    top: 36px;
    left: 10px;
    right: unset;
}
.slider_one_swiper1 .swiper-button-next
{
    top: 14px;
}
.slider_one_swiper .swiper-button-prev svg,
.slider_one_swiper .swiper-button-next svg
{
    color: #999;
    background-color: rgba(0,0,0,.1);
    font-size: 12px;
    width: 12px;
    height: 12px;
    padding: 3px;
}
.banner_left_page
{
    width: 100%;
    height: 250px;
    background: var(--orginal_rgb_2);
    position: relative;
    overflow: hidden;
}
.banner_left_page img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.banner_left_page:hover img
{
    transform: scale(1.1);
}
.footer_card .img
{
    position: relative;
}
.card_slider:hover .slider_img:after,
.card_big_row3:hover:after,
.footer_card:hover .img:after,
.banner_left_page:hover:after
{
    opacity: 1;
    visibility:visible;
}
.card_slider .slider_img:after,
.card_big_row3:after,
.footer_card .img:after,
.banner_left_page:after
{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,.1) 50%);
    background: -webkit-linear-gradient(to left bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,.1) 50%);
    background: -moz-linear-gradient(to left bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,.1) 50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .6s,visibility .6s;
    -webkit-transition: opacity .6s,visibility .6s;
}
.border_all_after
{
    border: 7px solid #0d1534;
    width: 100%;
    padding: 5px 5px 5px;
    position: relative;
}
.border_all_after:before
{
    content: '';
    display: block;
    background-image: linear-gradient(
            45deg,#E5E5E5 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,#E5E5E5 50%,#E5E5E5 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
    background-image: -webkit-linear-gradient(
            45deg,#E5E5E5 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,#E5E5E5 50%,#E5E5E5 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
    background-image: -moz-linear-gradient(45deg,#E5E5E5 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,#E5E5E5 50%,#E5E5E5 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
    background-size: .4rem .4rem;
    z-index: 1;
    position: absolute;
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
}
.border_all_after:after
{
    content: '';
    display: block;
    z-index: 2;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.site__row
{
    position: relative;
    z-index: 3;
}
.site__row .text_div
{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.site__row .text_div .h_child_1
{
    color: var(--orginal_1);
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}
.site__row .text_div .h_child_2
{
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}
.nav-tabs .nav-link
{
    color: #fff;
    border: unset;
}
.nav-tabs .nav-link.active
{
    color: #333;
   border-bottom: 7px solid var(--orginal_1);
}
.nav-tabs
{
    border-bottom: unset;
    margin-bottom: -6px;
    z-index: 4;
    padding-right: 7px;
    padding-left: 7px;
}
.about_page .img_box,
.contact_page .img_box,
.news_page .img_box
{
    width: 100%;
    position: relative;
}
.about_page .img_box img,
.contact_page .img_box img,
.news_page .img_box img
{
    width: 100%;
}
.about_page.news_pages .img_box
{
    height: 45px;
}
.about_us_text .img_print2
{
    width: 300px;
    max-width: 90%;
}
.about_page h1,
.contact_page h1,
.news_page h1,
.gallery_page h1
{
    font-size: 20px;
    font-weight: 700;
}
.h5_print1
{
    font-size: 13px;
    color: rgb(51, 51, 51);
    margin-top: 10px!important;
    position: relative;
    right: 5px;
}
.h5_print1
{
    margin-bottom: 10px!important;
    font-size: 13px;
    color: rgb(51, 51, 51);
    position: relative;
    right: 5px;
}
.h5_print2
{
    margin-top: 10px!important;
    font-size: 13px;
    color: rgb(51, 51, 51);
    position: relative;
    right: 5px;
}
.about_page .about_us_text *:not(h1,h2,h3,h4,h5)
{
    text-align: justify;
    font-size: 14px!important;
    line-height: 30px!important;
}
.about_page .about_us_text h1,
.about_page .about_us_text h2,
.about_page .about_us_text h3,
.about_page .about_us_text h4,
.about_page .about_us_text h5
{
    line-height: 32px!important;
}
.contact_page .iframe_map
{
    height: 300px;
    width: 100%;
    box-shadow: 0 0 1px 2px #e8e8e8;
    border-radius: 3px;
    overflow: hidden;
    padding: 3px;
}
.contact_page .iframe_map iframe
{
    height: 100%;
    width: 100%;
    border: 0;
}
.contact_page .contact_col p a
{
    color: #333;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    position: relative;
}
.contact_page .contact_col p a svg
{
    color: var(--orginal_1);
    margin-left: 5px;
}
.contact_page .contact_col p svg
{
    color: var(--orginal_1);
    margin-left: 5px;
}
.contact_page .contact_col p svg.aparat,
.contact_page .contact_col p svg.meet
{
    margin-left: 5px;
    width: 20px;
    height: 20px;
    color: var(--orginal_1);
}
.contact_page .contact_col p svg.aparat path
{
    fill: var(--orginal_1);
}
.contact_page .contact_col p a:hover
{
    color: var(--orginal_1);
}
.contact_page .contact_col p a:after
{
    content: '';
    height: 1px;
    width: 0;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.contact_page .contact_col p.first_child
{
    margin-top: 20px;
}
.contact_page .contact_col p.first_child a:after
{
    left: unset;
    right: 0;
}
.contact_page .contact_col p a:hover:after
{
    width: 100%;
    background: var(--orginal_1);
}
.gallery_page .img_box
{
    width: 100%;
    height: 280px;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.5);
    overflow: hidden;
}
.gallery_page .img_box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}
.gallery_page .img_box:hover img
{
    transform: scale(1.1);
}
.gallery_page .img_box .text_img
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background: linear-gradient(bottom, rgba( 0, 0, 0, 1 ) 0%, rgba( 0, 0, 0, .4 ) 50%, rgba( 0, 0, 0, 0 ) 100% );
    background: -moz-linear-gradient(bottom, rgba( 0, 0, 0, 1) 0%, rgba( 0, 0, 0, .4) 50%, rgba( 0, 0, 0, 0 ) 100% );
    background: -ms-linear-gradient(bottom, rgba( 0, 0, 0, 1 ) 0%, rgba( 0, 0, 0, .4 ) 50%, rgba( 0, 0, 0, 0) 100% );
    background: -o-linear-gradient( bottom, rgba( 0, 0, 0, 1 ) 0%, rgba( 0, 0, 0, .4 ) 50%, rgba(0, 0, 0, 0 ) 100% );
    background:-webkit-linear-gradient( bottom, rgba( 0, 0, 0, 1 ) 0%, rgba( 0, 0, 0, .4) 50%, rgba( 0, 0, 0, 0 ) 100% );
    padding: 25px 10px 10px;
}
.gallery_page .img_box .text_img p
{
    font-size: 12px;
    color: #fff;
    margin-bottom: 6px;
}
.gallery_page .img_box .text_img p:last-child
{
    margin-bottom: 0;
}
.gallery_page .img_box .class_svg
{
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.fancybox__caption
{
    width: 100%;
}
.tag_a_key_word
{
    background: #666;
    color: #fff;
    border-radius: 2px;
    margin: 2px;
    padding: 3px 8px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #666;
    font-size: 14px!important;
}
.tag_a_key_word:hover
{
    background: #fff;
    color: #666;
}
.about_us_text img,
.about_us_text video
{
    max-width: 90%!important;
    height: auto!important;
}
.date_persian
{
    color: #fff;
    line-height: 40px;
    font-size: 13px;
    margin-left: 5px;
}
.date_persian:last-child
{
    width: 50px;
    display: inline-block;
    text-align: center;
}
audio::-webkit-media-controls-panel {
    background-color: #fff!important;
}
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display
{
    display: none!important;

}
.audio_class
{
    position: relative;
    top: 35px;
}
.dropdown_div.w-230px
{
    width: 230px!important;
}
.dropdown_div ul.ul_dropdown_div
{
    list-style: none;
    padding: 0!important;
}
.dropdown_div ul.ul_dropdown_div a[href="javascript:void(0);"]
{
    display: none!important;
}
.dropdown_div ul.ul_dropdown_div li.not_border
{
    border: unset!important;
}

.a_template_change
{
    position: fixed;
    left: 20px;
    bottom: 35px;
    display: inline-block;
    background: #0d1534;
    border: 6px solid #E0AA3E;
    color: #fff;
    width: 75px;
    height: 75px;
    line-height: 63px;
    text-align: center;
    border-radius: 50%;
    z-index: 9999;
    -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-9-14 18:6:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/* new menu */
.menu_top {
    background: transparent;
}

.header_top_1 {
    background: transparent;
}
.header_top_1.bg-default
{
    background: #0d1534;
}
.header_top_2 {
    background: transparent;
}


.border-effect{
    border: none;
    height: 40px;
    color: #FFF;
    outline: none;
    position: relative;
}
.border-effect.from-left{
    background-color: #6D214F;
    border-radius: 4px;
    overflow: hidden;
}
.border-effect.from-left span:first-child{
    width: 0;
    height: 100%;
    background-color: #B33771;
    position: absolute;
    top: 0;
    left: 0;
}
.border-effect.from-left span:last-child{
    z-index: 2;
    position: relative;
}
.border-effect.border-bottom , .border-effect.border-all ,.border-effect.from-center , .border-effect.right-left{
    color: #fff;
    background: none;
}
.border-effect.border-bottom span:first-child{
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #0d1534;
    width: 0;
    height: 3px;
}
.border-effect.border-all span:nth-of-type(1){
    position: absolute;
    background-color: #0d1534;
    left:-3px;
    top: 0;
    height: 0;
    width: 3px;
}
.border-effect.border-all span:nth-of-type(2){
    position: absolute;
    background-color: #0d1534;
    right:-3px;
    bottom: 0;
    height: 0;
    width: 3px;

}
.border-effect.border-all span:nth-of-type(3){
    position: absolute;
    background-color: #0d1534;
    right:0;
    top: -3px;
    height: 3px;
    width: 0;

}
.border-effect.border-all span:nth-of-type(4){
    position: absolute;
    background-color: #0d1534;
    left:0;
    bottom: -3px;
    height: 3px;
    width: 0;

}
.border-effect.from-center span:first-child{
    position: absolute;
    background-color: #0d1534;
    left: 50%;
    bottom: -3px;
    height: 3px;
}
.menu_top {
    background: transparent;
}

.header_top_1 {
    background: transparent;
}

.header_top_2 {
    background: transparent;
}
.border-effect{
    border: none;
    height: 40px;
    color: #FFF;
    outline: none;
    position: relative;
}
.border-effect.from-left{
    background-color: #6D214F;
    border-radius: 4px;
    overflow: hidden;
}
.border-effect.from-left span:first-child{
    width: 0;
    height: 100%;
    background-color: #B33771;
    position: absolute;
    top: 0;
    left: 0;
}
.border-effect.from-left span:last-child{
    z-index: 2;
    position: relative;
}
.border-effect.border-bottom , .border-effect.border-all ,.border-effect.from-center , .border-effect.right-left{
    color: #fff;
    background: none;
}
.border-effect.border-bottom span:first-child{
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #dee258;
    width: 0;
    height: 3px;
}
.border-effect.border-all span:nth-of-type(1){
    position: absolute;
    background-color: #dee258;
    left:-3px;
    top: 0;
    height: 0;
    width: 3px;
}
.border-effect.border-all span:nth-of-type(2){
    position: absolute;
    background-color: #dee258;
    right:-3px;
    bottom: 0;
    height: 0;
    width: 3px;

}
.border-effect.border-all span:nth-of-type(3){
    position: absolute;
    background-color: #dee258;
    right:0;
    top: -3px;
    height: 3px;
    width: 0;

}
.border-effect.border-all span:nth-of-type(4){
    position: absolute;
    background-color: #dee258;
    left:0;
    bottom: -3px;
    height: 3px;
    width: 0;

}
.border-effect.from-center span:first-child{
    position: absolute;
    background-color: #dee258;
    left: 50%;
    bottom: -3px;
    height: 3px;
}

.carousel-control-prev , .carousel-control-next {
    z-index: 0;
    height: 150px;
    margin-top: 240px;
}

.slider_text_box {
    position: absolute;
    display: inline;
    top: 50%;
    right: 10%;
    /*transform: translate(-50%, -50%);*/
    padding: 10px;
    text-align: center;
    line-height: 3;
    /*width: 100%;*/
    background: #ffffff90;
    border-radius: 5px;
}

.span_normal {
    font-size: 19px;
}

.span_bold {
    font-size: 33px;
    font-weight: bold;
}
.text-0d1534
{
    color: #ebc56f !important;
}
.font-14
{
    font-size: 14px!important;
}

@media screen and (max-width:920px) {
    .slider_text_box {
        line-height: 2;
    }
    .span_bold {
        font-size: 15px;
    }
    .span_normal {
        font-size: 10px;
    }
}

/* contact us form */
.contact_us * {
    font-family: Nunito, sans-serif;
}

.contact_us a {
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.contact_us .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.contact_us input:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
}

.contact_us textarea:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
}

.contact_us .responsive-cell-block {
    min-height: 75px;
    margin-left: 90px;
}

.contact_us .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
}

.contact_us .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 100px;
    padding-bottom: 10px;
}

.contact_us .responsive-container-block.Container {
    max-width: 1320px;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}

.contact_us .mainImg {
    width: 430px;
    object-fit: cover;
    height: 100%;
    margin-left: -90px;
}

.contact_us .responsive-cell-block.wk-desk-7.wk-ipadp-8.wk-tab-12.wk-mobile-12 {
    background: linear-gradient(45deg, #fbd982, #e0b863 , #af7b30);
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
    border-right: 5px;
}

.contact_us .text-blk.heading {
    color: white;
    font-size: 35px;
    line-height: 48px;
    font-weight: 800;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
}

.contact_us #message {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #000;
}

.contact_us .emailArea {
    width: 49%;
}

.contact_us .firstRow {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    width: 100%;
}

.contact_us .fullNameArea {
    width: 49%;
}

.contact_us .cardHead {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    color: white;
}

.contact_us .submit {
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #00b2eb;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.contact_us .formTable {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact_us .messageArea {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
}

.contact_us .fullName {
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #000;
}

.contact_us .email {
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #000;
}

@media (max-width: 1024px) {
    .contact_us .firstRow {
        flex-direction: column;
    }

    .contact_us .fullNameArea {
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 30px;
        margin-left: 0px;
        color: #000;
    }

    .contact_us .emailArea {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .contact_us .responsive-container-block.bigContainer {
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .contact_us .responsive-container-block.Container {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .contact_us .responsive-cell-block.wk-desk-7.wk-ipadp-8.wk-tab-12.wk-mobile-12 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
}

.menu_top {
    background: transparent;
}

.header_top_1 {
    background: transparent;
}

.header_top_2 {
    background: transparent;
}


.border-effect{
    border: none;
    height: 40px;
    color: #FFF;
    outline: none;
    position: relative;
}
.border-effect.from-left{
    background-color: #6D214F;
    border-radius: 4px;
    overflow: hidden;
}
.border-effect.from-left span:first-child{
    width: 0;
    height: 100%;
    background-color: #B33771;
    position: absolute;
    top: 0;
    left: 0;
}
.border-effect.from-left span:last-child{
    z-index: 2;
    position: relative;
}
.border-effect.border-bottom , .border-effect.border-all ,.border-effect.from-center , .border-effect.right-left{
    color: #fff;
    background: none;
}
.border-effect.border-bottom span:first-child{
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #dee258;
    width: 0;
    height: 3px;
}
.border-effect.border-all span:nth-of-type(1){
    position: absolute;
    background-color: #dee258;
    left:-3px;
    top: 0;
    height: 0;
    width: 3px;
}
.border-effect.border-all span:nth-of-type(2){
    position: absolute;
    background-color: #dee258;
    right:-3px;
    bottom: 0;
    height: 0;
    width: 3px;

}
.border-effect.border-all span:nth-of-type(3){
    position: absolute;
    background-color: #dee258;
    right:0;
    top: -3px;
    height: 3px;
    width: 0;

}
.border-effect.border-all span:nth-of-type(4){
    position: absolute;
    background-color: #dee258;
    left:0;
    bottom: -3px;
    height: 3px;
    width: 0;

}
.border-effect.from-center span:first-child{
    position: absolute;
    background-color: #dee258;
    left: 50%;
    bottom: -3px;
    height: 3px;
}

.carousel-control-prev , .carousel-control-next {
    z-index: 0;
    height: 150px;
    margin-top: 240px;
}


.span_normal {
    font-size: 19px;
}

.span_bold {
    font-size: 33px;
    font-weight: bold;
}

@media screen and (max-width:920px) {
    .slider_text_box {
        line-height: 2;
    }
    .span_bold {
        font-size: 15px;
    }
    .span_normal {
        font-size: 10px;
    }
}



@media screen and (max-width: 1214px) {
    .contact_us .responsive-cell-block {
        min-height: 0;
        margin-left: 0;
    }

    .contact_us .mainImg {
        display: none;
    }
}

#custom_bgcolor {
    background-color: #0d1534;
    padding: 10px;
}

#custom_bg_sormeie {
    background-color: #0d1534;
}

#custom_ul_bgcolor {
    background-color: #0d1534;
}

#custom_ul_bgcolor a{
    background-color: #0d1534;
}



.title_border {
    color: #fff;
}

.list_news_one {
    background-color: #0d1534;
}

@media screen and (max-width: 700px) {
    .mainImg {
        width: 50%;
        margin: auto;
        display: block;
        margin-left: 0px;
    }
}


.cid-toEmRuwj7k {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #ecede8;
}
.cid-toEmRuwj7k .mbr-fallback-image.disabled {
    display: none;
}
.cid-toEmRuwj7k .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-toEmRuwj7k .text-wrapper {
    border-left: 4px solid #E0AA3E;
    padding-left: 2rem;
    margin-top: 30px;
}
.tex-justify
{
    text-align: justify;
}
@media (max-width: 767px) {
    .cid-toEmRuwj7k .text-wrapper {
        padding-left: 0rem;
        border-left: 0;
    }
}
.cid-toEmRuwj7k .image-wrapper {
    position: relative;
    padding: 2rem;
}
@media (max-width: 767px) {
    .cid-toEmRuwj7k .image-wrapper {
        padding: 1rem;
    }
}
.cid-toEmRuwj7k .image-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    transform: rotate(-2deg);
    top: 0;
    width: 100%;
    height: 100%;
    border: 6px solid #E0AA3E;
    opacity: 0.8;
    border-radius: 3rem;
}
.cid-toEmRuwj7k .image-wrapper img {
    transform: rotate(2deg);
    border-radius: 3rem;
}
.cid-toEmRuwj7k .row {
    flex-direction: row-reverse;
}
.cid-toEmRuwj7k .row {
    align-items: center;
}
.cid-toEmRuwj7k .mbr-section-title {
    color: #555;
}
.cid-toEmRuwj7k .mbr-text,
.cid-toEmRuwj7k .mbr-section-btn {
    color: #555;
    font-size: 14px;
    font-weight: 300;
}
.cid-toEmRuwj7k .mbr-section-subtitle {
    color: #222;
    font-size: 20px;
}
.text-black
{
    color: #000!important;
}
.navbar-dark .navbar-toggler {
    color: #fff !important;
    border-color: #fff !important;
}
.theme-accordion .accordion-item {
    border-left: 0;
    border-right: 0;
    background: #e8c26c;
    margin-top: 10px;

}
.theme-accordion .accordion-header .accordion-button {
    padding: 12px 24px;
    font-weight: 600;
    color: #111010;
    background: transparent;
    border-radius: 0;
}
.theme-accordion .accordion-header .accordion-button::after {
    content: "\f107";
    background: none;
    font-family: "Font Awesome 6 Free";
    border: 1px solid #111010;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    width: 25px;
}
.theme-accordion .accordion-header .accordion-button:not(.collapsed)::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition);
}
.theme-accordion .accordion-collapse.show {
    background: #F6F6F6;
}
.theme-accordion .accordion-collapse {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: var(--bs-accordion-transition);
    transition: var(--bs-accordion-transition);
}
.accordion-button::after {
    margin-left: unset;
    margin-right: auto;
}
.accordion-body{
    padding: 1rem;
}
.fixed_div_r {
    position: fixed;
    left: -15px;
    bottom: 5px;
    z-index: 99;
}
.fixed_div_r .template_change {
    display: block;
    margin-top: 10px;
    background: rgba(0,0,0,.45);
    background-image: none;
    background-size: auto;
    background-image: none;
    background-size: auto;
    color: #fff;
    padding: 5px 25px;
    padding-right: 25px;
    padding-right: 15px;
    border-radius: 8px 8px 8px 0px !important;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    background-image: linear-gradient( 90deg,rgba(255,255,255,0) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,0) 60%);
    background-size: 300%;
    animation-duration: 5s;
    animation-delay: 2s;
    animation-name: AuxLightUpStickyBtns;
    animation-iteration-count: infinite;
    will-change: backgroud-position;
    font-size: 13px !important;
}

footer ul.social_footer li {
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
}

footer ul.social_footer svg {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 25px !important;
    height: 25px !important;
    padding: 5px !important;
}

footer ul.social_footer svg.svg_icon {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 38px !important;
    height: 38px !important;
    padding: 5px !important;
    position: relative;
    top: -6px;
    right: -1px;
}

footer ul.social_footer li {
    transition: all 0.6s;
}

footer ul .i_telegram {
    background: rgb(54, 174, 226);
    background: linear-gradient(45deg, rgba(54, 174, 226, 1) 0%, rgba(2, 118, 168, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}

footer ul li:hover .i_telegram {
    color: rgb(54, 174, 226)!important;
    background:  #fff;
}
footer ul .i_linkedin {
    background: rgb(15, 94, 163);
    background: linear-gradient(45deg, rgba(25, 117, 193, 1) 0%, rgba(15, 94, 163, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}

footer ul li:hover .i_linkedin {
    color: rgb(15, 94, 163)!important;
    background:  #fff;
}

footer ul .i_google {
    background: rgb(245, 79, 27);
    background: linear-gradient(45deg, rgba(247, 135, 101, 1) 0%, rgba(245, 79, 27, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}

footer ul li:hover .i_google {
    color: rgb(245, 79, 27)!important;
    background:  #fff;
}

footer ul .i_twitter {
    background: rgb(43, 189, 249);
    background: linear-gradient(45deg, rgba(124, 210, 244, 1) 0%, rgba(43, 189, 249, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}

footer ul li:hover .i_twitter {
    color: rgb(43, 189, 249)!important;
    background:  #fff;
}

footer ul .i_facebook {
    background: rgb(57, 88, 152);
    background: linear-gradient(45deg, rgba(71, 115, 204, 1) 0%, rgba(57, 88, 152, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}

footer ul li:hover .i_facebook {
    color: rgb(57, 88, 152)!important;
    background:  #fff;
}

footer ul .i_whatsapp {
    background: rgb(45, 184, 67);
    background: linear-gradient(45deg, rgba(45, 184, 67, 1) 0%, rgba(0, 138, 22, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}

footer ul li:hover .i_whatsapp {
    color: rgb(45, 184, 67)!important;
    background:  #fff;
}
footer ul .i_youtube {
    background: rgb(247, 0, 0);
    background: linear-gradient(45deg, rgba(247, 0, 0, 1) 0%, rgba(156, 0, 0, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}

footer ul li:hover .i_youtube {
    color: rgb(247, 0, 0)!important;
    background:  #fff;
}
footer ul .meet {
    background: rgb(255, 186, 0);
    background: linear-gradient(45deg, rgba(255, 186, 0, 1) 0%, rgba(178, 128, 0, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}
footer ul li:hover .meet {
    color: rgb(255, 186, 0)!important;
    background:  #fff;
}
footer ul .aparat {
    background: rgb(229, 16, 85);
    background: linear-gradient(45deg, rgba(229, 16, 85, 1) 0%, rgba(156, 12, 59, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}
footer ul .aparat path
{
    fill: #fff;
}
footer ul li:hover .aparat {
    color: rgb(229, 16, 85)!important;
    background:  #fff;
}
footer ul li:hover .aparat path
{
    fill: rgb(229, 16, 85)!important;
}
footer ul .i_instagram {
    background: rgb(200, 102, 142);
    background: linear-gradient(45deg, rgba(200, 102, 142, 1) 0%, rgba(204, 67, 60, 1) 49%, rgba(245, 120, 67, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}

footer ul li:hover .i_instagram {
    color: rgb(200, 102, 142)!important;
    background: #fff;
}

.editor-text * {
    line-height: 2;
    font-size: 16px;
}

.editor-text img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    margin: 20px 0;
}

.editor-text p, .editor-text li {
    text-align: justify;
}

.editor-text h1, .editor-text h2 {
    font-size: 20px;
    text-align: justify;
}

.editor-text h3, .editor-text h4, .editor-text h5, .editor-text h6 {
    font-size: 18px;
    text-align: justify;
}

.editor-text ol {
    padding-right: 2rem;
}

.custom-table {
    width: 100%;
    margin: 30px auto;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #f5f9fa;
    border-radius: 8px;
    overflow: hidden;
}

.custom-table thead {
    background-color: #1c2d37;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.custom-table th, .custom-table td {
    padding: 12px 20px;
    text-align: center;
}

.custom-table th {
    color: #fff!important;
}

.custom-table tbody tr {
    background-color: #c0cdd1;
    transition: background-color 0.3s ease;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #d5dde0;
}

.custom-table tbody tr:hover {
    background-color: #b89d5f;
}

.custom-table td {
    color: #1c2d37;
}

.custom-table th {
    border-bottom: 3px solid #b89d5f;
}

.custom-table tbody tr td:first-child {
    background-color: #1c2d37 !important;
    color: #ffffff !important;
    font-weight: bold;
    border-right: 1px solid #b89d5f;
}

@media (max-width: 768px) {
    .custom-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .custom-table th, .custom-table td {
        white-space: nowrap;
    }

    .custom-table th {
        font-size: 14px;
    }

    .custom-table td {
        font-size: 12px;
    }
}

.link-landing-page {
    background: linear-gradient(45deg, #d9dcfd 0%, #e4f6f9 50%, #d9dcfd 100%, red 200%);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    padding: 8px 0px 1px 0px;
    border-radius: 5px;
    margin-bottom: 1rem;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.pointer {
    cursor: pointer;
}
.collapse-panel {
    display: block;
    width: 100%;
    border: 1px solid #66666650;
    border-radius: 5px;
    margin-top: 5px;
}

.collapse-panel h6, .collapse-panel h3 {
    position: relative;
    width: 100%;
    cursor: pointer;
    padding: 7px 10px;
    padding-right: 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}

.collapse-panel h6:before, .collapse-panel h3:before {
    content: '+';
    position: absolute;
    right: 7px;
}

.collapse-panel.active h6, .collapse-panel.active h3 {
    background: #e7f1ff;
    color: #0c63e4;
}

.collapse-panel.active h6 a {
    display: block;
}

.collapse-panel.active h6:before, .collapse-panel.active h3:before {
    content: '_';
    position: absolute;
    right: 7px;
    top: 6%;
}

.collapse-panel .panel-content {
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease;
    padding: 10px;
    font-size: 13px;
}

.collapse-panel.active .panel-content {
    max-height: 1000px;
}

.collapse-panel .panel-content {
    display: none;
}

.collapse-panel.active .panel-content {
    display: block;
}