body {
    font-family: IRANSans;
    overflow-x: hidden !important;
    background: #f4dcb2
}

@font-face {
    font-family: Shablon;
    src: url('../fonts/Shablon_MRT.ttf');
    font-style: normal;
    font-weight: normal;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #00735f;
}

::-webkit-scrollbar-track {
    background: #dadada;
}

*[class^="col-"] {
    float: right;
    direction: rtl;
}

/*header*/
.icon-shabake {
    flex-direction: row;
}
.srchclpse {
    position: absolute;
    left: 0;
    top: 85px;
    z-index: 9999;
}
.header-pattern {
    background: #f4dcb2;
}

.nav-item-icon {
    background: #000000;
    border-radius: 5px;
    padding: 4px;
    margin: 1px;
    display: flex;
    align-items: center;
}

.nav-item-icon:hover {
    background: #f4dcb2;
    border: 1px solid #000000;
    padding: 3px;
}

.nav-item-icon:hover .icon-link i {
    color: #000000;
    font-size: 17px;


}

.icon-link {
    padding: 0;
}

.icon-link i {
    color: #f4dcb2;
    font-size: 17px;
}

form {
    position: relative;
}

.search button {
    position: absolute;
    display: inline-block;
    border: transparent;
    background: transparent;
    color: #000000;
    padding: 0;
    left: 0;
    top: 0;
}

.nav-li img {
    width: 20px;
}


.search .fa-search {
    display: inline-block;
    height: 27px;
    padding: 8px 8px;
    color: #f4dcb2;
    border-radius: 5px 0 0 5px;
    background: #000000;
    font-size: 17px;
}

.search .fa-search:focus {
    outline: none;
}

.search input {
    width: 100%;
    height: 28px;
    padding-left: 50px;
    border: 1px solid #f4dcb2;
    direction: rtl;
    font-size: 12px;
    color: #555;
    background: #cebb98;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 1px rgb(233, 203, 145);
}


.header-logo {
    text-align: center;
    padding: 0;
}

.header-logo a {
    padding: 10px;
}

.header-logo img {
    padding: 8px 0 4px 0;
    height: 95px;
    width: 100%;
}

.language .navbar {
    padding: 0;
}

/*.bak-header{*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: -12px;*/
/*}*/
.nav-li {
    margin-left: 12px;
}

.nav-li a {
    color: #000000;
    font-size: 19px;
    margin-left: 4px;
    font-weight: 600;
    font-family: Shablon;

}

.nav-li:hover a {
    color: #00735f;
}

.nav-top {
    position: relative;
}

/*.ul-nav{*/
/*    position: absolute;*/
/*    bottom: 14px;*/
/*}*/
.header-bottom {
    position: relative;
}

.bak-header-bottom {
    width: 100%;
    position: absolute;
    bottom: -6px;
}

/*slider$menu*/
/*.container-fluid1{*/
/*    width: 95%;*/
/*}*/
.bak-body {
    background: #cebb98;
}

.bak-menu {
    background-color: #cebb98;
}

.tex-menu {
    font-size: 22px;
    color: #292929;
    font-weight: bold;
    padding-bottom: 0;
    padding-top: 10px;
}

.menu li {
    width: 295px;
    justify-content: center;
    position: relative;
    height: 48px;
}

.menu li div {
    margin-right: 138px;
}

.menu li:hover a {
    color: #f4dcb2;
}

.bottom-icon {
    width: 100%;
    padding-right: 50px;
    height: 2px;
}

.menu li .img-icon {
    width: 30px;
    /* padding-left: 15px; */
    position: absolute;
    right: 89px;
    top: 12px;
}

.carousel-indicators {

    right: auto;
}

/*box*/
.header-box {
    /*background: url(../images/header.png);*/
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    top: -33px;
    height: 60px;
}

.header-box h4 {
    margin: 0;
    color: antiquewhite;
    font-size: 22px;
}

.Favorites {
    background: url("../images/bak-Favorites.png");
    padding-top: 30px;
}

.imag-favorit {
    background-image: url(../images/bak-box.png);
    position: relative;
    background-size: cover;
    width: 259px;
    height: 205px;
    margin: auto;
}

.imag-favorit img {
    width: 144px;
    position: absolute;
    top: 45px;
    right: 61px;
}

.div-favorit:hover .imag-favorit img {
    filter: grayscale(70%);
    cursor: pointer;
}

.div-favorit:hover .titre {
    filter: grayscale(70%);
}

.titre {
    background: url(../images/bak-titre-box.png);
    color: #fff7d7;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 7px;
    /* margin: 3px 15px 10px; */
    font-size: 14px;
    justify-content: center;
    /* border-bottom: 5px solid #131313; */
    background-size: cover;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

p {
    margin: 0;
}

.titre p {
    height: 44px;
    overflow: hidden;
    line-height: 17px;
    display: flex;
    align-items: center;
}

.Hadith h1 {
    color: #272626;
    text-align: center;
    font-size: 25px;
    padding-top: 12px;
}

.Hadith p {
    text-align: justify;
    padding: 0 12px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    height: 170px;
    overflow: hidden;
    line-height: 25px;
}

.bottom-icon-h {
    width: 100%;
    height: 2px;
}

.bak-favorit {
    background: #E2D1B0;
    position: relative;
}

/*detail-gallery-img*/
.bak-body-pagIn {
    background: url("../images/bak-Favorites.png");
    min-height: 82vh;
}

.widget-title {
    display: inline-block;
    float: right;
    margin-bottom: 26px;
    border-bottom: 2px solid #00735f;
    border-radius: 5px;
}

.widget-title .breadcrumb {
    height: auto;
    direction: rtl;
    font-size: 12px;
    background-color: rgba(244, 220, 178, 0.6784313725490196);
    border-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
    align-items: center;
    border-radius: 5px;
    padding: 9px 8px;
}

/*.breadcrumb:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: -23px;*/
/*    border-style: solid;*/
/*    border-color: #a0626200 #1c6d0200 transparent #cebb98;*/
/*    border-width: 19px 19px 19px 19px;*/
/*}*/

/*.breadcrumb:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: -4px;*/
/*    border-style: solid;*/
/*    border-color: transparent #cebb98 transparent transparent;*/
/*    border-width: 19px 19px 19px 0;*/
/*}*/

.breadcrumb .breadcrumb-item a span {
    font-size: 16px;
    color: #000000;
}

.breadcrumb .breadcrumb-item a span:hover {
    color: #00735f;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-left: 0.5rem;
    color: #00735f;
    content: "/";
}

.breadcrumb-item.active {
    color: #854c2c;
    font-size: 16px;
}

/*news*/
.panel-news {
    /*padding: 30px 0;*/
    direction: rtl;
}

.box-news {
    position: relative;
    background-color: rgba(244, 220, 178, 0.8117647058823529);
    padding: 8px;
    margin: 2px;
    border: 1px solid #007561;
    border-radius: 5px;
}

.box-news:hover .diamond .clip1 img {
    filter: grayscale(70%);
}

.box-news-a:hover {
    border: none;
}

.box-news-a:hover .box-news {
    border: 2px solid #007561;
    background-color: #e5ca9e;
}

.diamond {
    float: right;
    width: 110px;
    height: 100px;
    margin: 10px 0 10px 10px;
    overflow: hidden;
}

.diamond div {
    width: 100%;
    height: 100%;
    position: relative;
}

.diamond div {
    width: 100%;
    height: 100%;
    position: relative;
}

.hr-dashed {
    border-top: 1px dashed #4a4a4a;
}

.titr-news {
    color: #004e41;
    float: right;
}

.par-calendar {
    position: relative;
    padding-right: 4px;
    color: #4a4a4a;
}

.box-news span i {
    padding-left: 5px;
}

.box-news p {
    color: #4a4a4a;
    font-size: 13px;
    height: 90px;
    overflow: hidden;
    text-align: justify;
    line-height: 25px;
    padding-top: 12px;
}

.box-news-a {
    border: 1px solid #007561;
    margin-bottom: 20px;
    border-radius: 5px;
}

.clip1 img {
    width: 110px;
    height: 100px;
    border-radius: 2px;
}

/*news-in*/
.box-news-in {
    margin: 0;
    border: 1px solid #00735f;
    padding: 0;
    border-radius: 3px;
}

.news-in-card {
    border: 1px solid #00735f;
    padding: 15px;
    margin: 4px;
    background-color: rgba(244, 220, 178, 0.9019607843137255);
    border-radius: 3px;
}

.news-in-card img {
    -webkit-box-shadow: 0 0 3px 0 rgba(23, 23, 24, .3);
    -moz-box-shadow: 0 0 3px 0 rgba(23, 23, 24, .3);
    box-shadow: 0 0 3px 0 rgba(23, 23, 24, .3);
    margin-left: 22px;
    width: auto;
    height: auto;
    border-radius: 2px;
}

.news-in-card strong {
    color: #055d4d;
    display: block;
    font-size: 13pt;
    margin-bottom: 10px;
    text-align: right;
}

.news-in-card .date {
    color: #4c4c4c;
    font-size: 10pt;
    display: block;
    margin-bottom: 15px;
    text-align: right;
}

.achbar-in {
    font-size: 14px;
    text-align: justify;
    line-height: 31px;
}

/*contact*/
.about-us {
    font-size: 13px;
    line-height: 2.5em;
    text-align: justify;
}

.about-us h2 {
    font-size: 20px;
    line-height: 2.2em;
    color: #c75b83;
    margin-bottom: 0;
}

.introduction .thumbnail .caption3 {
    padding-right: 20px;
}

.introduction .thumbnail .caption3 p {
    text-align: justify;
    padding: 0 0 0 15px;
    font-size: 13px;
    max-height: 90px;
    overflow: auto;
}

.caption3 p {
    line-height: 35px;
    direction: rtl;
}

.caption3 p {
    font-size: 12px;
    /* line-height: 2em; */
    margin: 0 0 0;
    color: #000;
    line-height: 35px;
    direction: rtl;
    /* min-height: 180px; */
    /* max-height: 180px; */
    /* padding-right: 45px; */
    /* padding-left: 45px; */
    overflow: auto;
}

.contact .form-group {
    margin-bottom: 10px;
    position: relative;
}

.contact .form-group input, .contact .form-group select {
    height: 42px;
    padding-right: 40px;
    font-size: 12px;
    border-color: #9c9c9c;
    box-shadow: inset 0 1px 1px rgb(255, 255, 255);
}

.contact .form-control {
    padding-right: 40px;
    font-size: 12px;
    border-color: #9c9c9c;
    box-shadow: inset 0 1px 1px rgb(255, 255, 255);
}

.contact .form-group span i {
    color: #888888;
    margin-right: 12px;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 0px;
}

.refresh img {
    position: absolute;
    left: 6px;
    top: 1px;
}

.form-group.refresh a span i:hover {
    color: #03b400;
}

.contact .robot {
    background-color: #444444;
    width: 304px;
    height: 78px;
}

.contact .style-btn .btn {
    margin: 30px 0;
}

.register .contact .style-btn .btn {
    margin: 5px 0;
}

.contact .fa-mobile-phone {
    font-size: 25px !important;
    top: 7px !important;
}

.contact iframe {
    border: 1px dotted #00735f;
    width: 100%;
    height: 365px;
    padding: 5px;
}

.information1 ul {
    list-style: none;
    padding-right: 0;
    color: #000000;
    font-size: 13px;
    direction: rtl;
    text-align: right;
}

.information1 {
    line-height: 2.2em;
    direction: rtl;
}

.information1 ul li i {
    margin-left: 15px;
    font-size: 20px;
    color: #00735f;
}

.information1 ul li a {
    color: #000000;
}

.information1 ul li a:hover {
    color: #bdb5d1;
}

.style-btn .btn {
    position: relative;
    display: initial;
    margin: 30px 0;
    outline: none;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 15px;
    padding: 7px 20px;
    background-color: #00735f;
    transition: all 0.4s ease-in-out;
    border: none;
}

.style-btn .btn:hover {
    color: #fff !important;
    background-color: #cebb98;
}

.contact-box {
    background-color: #f4dcb2b8;
    border-radius: 5px;
}

/*program*/
.owl-carousel {
    direction: ltr;
}

.programm-p {
    background: #eed6ac;
    margin-bottom: 15px;
    border-radius: 5px;

}

.programm-p p {
    padding: 10px;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

.programm-tab {
    background: #006553;
    border: none;
    border-radius: 5px 5px 0px 0px;
}

.programm-tab .programm-tab-a.active {
    background: #f4dcb2a8;
    border: none;
    border-radius: 0;
    padding: 8px 29px;
    color: white;
}

.programm-tab .programm-tab-a {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #f4dcb2;
    font-size: 16px;

}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #cebb98 #cebb98 #f0d8ae;
    border-radius: 0;
}

.programm-tab-control {
    background: #f4dcb2d4;
    margin-bottom: 30px;
}

.programm-tab-control-titr h4 {
    text-align: right;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #006553;
    padding-bottom: 10px;
    font-size: 20px;
    margin-bottom: 20px;
}

.programm-tab-control-titr h4 i {
    background: #006553;
    color: #eed6ac;
    padding: 8px;
    border-radius: 15px;
    margin-left: 9px;
    font-size: 16px;
}

.programm-carousel .owl-nav button.owl-prev {
    /*position: absolute;*/
    font-size: 60px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    /*top: 40px;*/
    /*left: -36px;*/
    color: #006553;
}

.programm-carousel .owl-nav button.owl-next {
    /*position: absolute;*/
    font-size: 60px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    /*top: 40px;*/
    /*right: -36px;*/
    color: #006553;
}

.programm-carousel .owl-nav button.owl-next:focus {
    outline: none;
}

.thumbnail:hover .caption {
    border-right: 4px solid #cebb98;
    background: rgb(0, 101, 83);
    border-left: 4px solid #cebb98;
}

.thumbnail:hover .captionTitle {
    color: #f4dcb2;
}

/*--video--*/
.card-chalesh_play svg {
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: calc(50% - 68px);
    left: calc(50% - 25px);
    z-index: 2;
    cursor: pointer;
    color: #ffffff;
    font-size: 50px;
    transition: all .1s linear;
}

.card-chalesh_play i {
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: calc(60% - 68px);
    left: calc(50% - 25px);
    z-index: 2;
    cursor: pointer;
    color: #ffffff;
    font-size: 50px;
    transition: all .1s linear;
}

.card:hover .card-chalesh_play i {
    opacity: 0;
}

.card-chalesh_duration {
    position: absolute;
    margin-top: 0;
    margin-right: 10px;
    display: block;
    color: white;
    text-shadow: 0 0 2px #000;
    bottom: 65px;
    right: 0px;
    background: #3c3c3c;
    border-radius: 12px;
    padding: 0 6px;
}

.card-chalesh_duration-time {
    font-size: 13px;
    vertical-align: middle;
    font-weight: bold;

}

.card-chalesh {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 25px;
}

.card-chalesh-img-top {
    width: 100%;
}

.programm-card img {
    border-radius: 5px 5px 0 0;
}

.programm-card {
    border-radius: 14px !important;
    border: none !important;
}

.card-chalesh-body {
    flex: 1 1 auto;
    padding: 11px;
    background: #cebb98;
    border: none;
    border-radius: 0 0 5px 5px;
}

.card-chalesh-text {
    text-align: justify;
    direction: rtl;
}

.card-chalesh-a {
    margin: 0 0 5px 0;
    position: relative;
    font-size: 13px;
    line-height: 1.8;
    padding-right: 1px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: block;
    font-weight: 700;
    color: #006553;
}

a:hover {
    text-decoration: none;
}

a {
    color: #2e2e2e;
    transition: all 0.2s linear;
    text-decoration: none;
}

/*--image--*/
.image .thumbnail .caption {
    /*border-right: 4px solid #006553;*/
    padding: 10px 0;
}

.image .caption {
    /*position: absolute;*/
    background: rgb(206, 187, 152);
    /*border-left: 4px solid #006553;*/
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    border-radius: 0 0 5px 5px;
}

.image {
    position: relative;
}

.captionTitle {
    font-size: 13px;
    line-height: 21px;
    overflow-wrap: break-word;
    color: #006553;
    text-align: center;
    margin: 0;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.programm-carousel .owl-item img {
    border-radius: 5px 5px 0 0;
}

/*gallery-video*/
ol, ul, dl {
    list-style: none;
}

.programm-tab li a {
    color: #f4dcb2;
}

.programm-tab .nav-item .nav-link.active {
    color: #ffffff;
    background-color: #cebb98;
    border-color: #cebb98 #cebb98 #cebb98;
}

.video {
    float: right;
    width: 100%;
}

.vidchaVideo {
    max-width: 1000px;;
    width: 100%;
    height: auto;
    background: #191919;
}

.card-wrapper-padding {
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    background: #cebb98;
    margin: 0px 0px 21px 0px;
}

/*nave-right-pag-in*/

.content {

    line-height: 1.8;
    text-align: justify;
    padding: 0px;
    border-radius: 5px;
    display: none;
}


.menu-ac {
    direction: rtl;
    background-position: center center;
    background-color: #cebb98 !important;
    width: 260px;
}

.acc-title {
    color: #443926;
    padding: 12px;
    text-align: center;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #a78f63;
    font-size: 15px;
}

.title-notzir a {
    color: #443926;
}

.title-notzir {
    color: #FFF;
    padding: 11px;
    text-align: center;
    margin: 0;
    cursor: pointer;
    border-top: 1px solid #b7a27c;
    border-bottom: 1px solid #9e8f74;
    font-size: 15px;
}

.acc-body {

    line-height: 1.7;
    text-align: center;
    padding: 7px;
    display: none;
    background: rgb(228, 207, 168);

}

.acc-body ul {
    padding-right: 50px;
}

.acc-body ul li {
    text-align: right;
}

.acc-body ul li a {
    color: #443926;
    font-size: 16px;
    text-align: center
}

h4.title-notzir a.active {
    color: #006553;

}

.acc-body ul li a.active {
    color: #006553;
}

.acc-title span.caret {
    float: left;
    margin-top: 4px;
    border-right: 6px dashed;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
}

.rotate {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.carett {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 850px;
    list-style: none;
    text-align: center;
}

.effect-goliath video {
    width: 100%;
    height: auto;
}

/*gallery-img*/
.gallery-img .thumbnail .project-img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

/*gallery-podcast*/
.audio-play{
    width: 100%;
}
.par-img-voice img {
    width: 610px;
    height: 288px;
    border: 1px solid #bdbdbd;
}

.v-poadcas {
    text-align: center;
    padding-top: 20px;
    display: none;
    background-color: #cebb98;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #006553;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.hajm {
    background: #fafafa;
    padding: 11px;
    border-radius: 3px;
    text-align: center;
    border: 3px solid #c75b83;
    margin-top: 19px;
}

.download-voice {
    margin-top: 10px;
    text-align: center;
}

.download-voice span.fa {
    display: block;
    text-align: center;
    font-size: 32px;
    color: #6cb30e;
    margin-bottom: 4px;
}

.d {
    color: #0a0303;
}

.btn-featured-xs span {
    height: 36px !important;
    line-height: 36px !important;
    width: calc(100% - 50px) !important;
    font-size: 13px;
}

div p.ng-binding {
    font-size: 13px;
    line-height: 25px;
}

.btn-featured-xs i {
    width: 13px !important;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 22px !important;
}

.item-info > span.bold {
    padding-left: 10px;
}

.bold {
    font-weight: bold !important;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .2), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, .2), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, .2), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, .2), transparent);
    background-image: linear-gradient(left, transparent, rgba(0, 0, 0, .2), transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#d6d6d6', GradientType=0);
}

.podcast-p {
    max-height: 235px;
    overflow: auto;
    padding: 0 0 0 15px;
    height: 153px;
}

a span.sample {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/play-btn.png) no-repeat;
    background-position: 50% 50%;
    background-size: 300%;
    top: 0;
    left: 0;
    cursor: pointer;
}

/*gallery-podcast*/
.dak-podacast {
    background: #f4dcb2d1;
    padding: 15px;
    margin-left: 18px;
}

.product-add-cart {
    background: #006553;
    color: white;
}

.product-add-cart:hover {
    background: #cebb98;
    color: #006553;
}

/*dateils-galery-image*/
.gallery .thumbnail {
    margin-bottom: 30px;
}

.gallery .thumbnail .caption {
    border-right: 4px solid #c75b83;
    padding: 10px 0;
}

.gallery-like {
    position: absolute;
    bottom: 35px;
    left: 20px;
    display: flex;
    flex-flow: column;
}

.detail-img {
    width: 100%;
    border: 2px solid #00735f;
    border-radius: 10px;
}

/*form*/
.list-form {
    text-align: justify;
    font-size: 14px;
    line-height: 30px;
    list-style: arabic-indic;
}

.btn {
    position: relative;
    display: initial;
    margin: 30px 0;
    outline: none;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 15px;
    padding: 7px 20px;
    background-color: #00735f;
    transition: all 0.4s ease-in-out;
    border: none;
}

/*form-in*/
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;

}

.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .2rem;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0;
}

.forms .input-group-text {
    background-color: #f3f3f3;
    white-space: pre-wrap;
}

.form-atkaf .input-group-text {
    color: #452727;
    background-color: #cebb98;
    border: 1px solid #cebb98;
    width: 160px;
    font-size: 13px;
}

.form-atkaf .form-control {
    color: #535353;
    background-color: #ffffff;
    border: 1px solid #cebb98;
    font-size: 13px;
}

.custom-select:focus {
    border-color: #80bdff00;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0);
}

.form-atkaf .custom-select {
    font-size: 13px;
    border: 1px solid #cebb98;
}
.mablagh{
    float: right;
    padding-right: 12px;
    font-size: 20px;
    color: #00735f;
}
.footer-owl {
    font-size: 12px;
    float: right;
    text-align: right
}
.itisa{
    display: flex;
    justify-content: flex-end;
}
.sit{
    font-size: 12px;
}
/*منو همبرگری داخلی*/
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 5px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*.menu-ac {*/
/*    !* background: url(img/video/img-menu.jpg) no-repeat; *!*/
/*    box-shadow: rgba(0, 0, 0, 0.39) 255px 255px 255px 255px inset;*/
/*    direction: rtl;*/
/*    background-position: center center;*/
/*    background-color: #000 !important;*/
/*}*/
/*.acc-title {*/
/*    color: #FFF;*/
/*    padding: 12px;*/
/*    text-align: center;*/
/*    margin: 0;*/
/*    cursor: pointer;*/
/*    border-top: 1px solid #486779;*/
/*    border-bottom: 1px solid #1a252c;*/
/*}*/
.nav-pagesot-xs {
    z-index: 1;
    position: absolute;
    direction: rtl;
    right: 2%;
    top: 52px;
}
/*search*/
.form-field_input-wrap1 i {
    position: absolute;
    right: 25px;
    font-size: 23px;
    z-index: 1;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #cebb98;
}
.form-field__input--icon {
    padding: 10px 35px 10px 80px;
    height: 50px;
    direction: rtl;
    border-radius: 5px;
    border: none;
    color: #424008 !important;
    font-size: 13px;
    box-shadow: none
}
.form-field__submit {
    position: absolute;
    height: 50px;
    width: 105px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    left: 8px;
    top: 0;
    padding-top: 5px;
    border: none;
    font-size: 14px;
    background: linear-gradient(to right, #004236, #00735f)!important;
    color: #fff;
    transition: all 0.3s;
    z-index: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}