@media screen and (max-width:1600px){.container{width:95% !important;}}@media (max-width:1370px){.container{width:98% !important;}}@media screen and (max-width:480px){.container{width:100% !important;}}
.container{
    max-width:unset !important;
}
@font-face {
    font-family: 'vazir';
    src: url("../../fonts/Vazir.woff") format('woff');
}
@font-face {
    font-family: 'iran-sans';
    src: url("../../fonts/IRANSansWeb.woff") format('woff');
}
@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url("../../css/all.css") format('css');
}

@media screen and (max-width: 1200px) {
    .top-header .link-page a {
        font-size: 12px;
    }
    .last-artcicle-item .article-detail p {
        font-size: 9px !important;
    }
    .last-document-item p {
        font-size: 10px !important;
    }
}

@media screen and (min-width: 1200px) {
    .top-header {
        height: 115px;
    }
    .service-section {
        bottom: -85px;
    }
}
@media screen and (max-width: 992px) {
    html{
    overflow-x:hidden;
}
    .top-header .link-page a {
        font-size: 14px;
    }
    .top-header .col-md-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .search-top {
        display: block !important;
    }
    .search-top .fa-search {
        left: 20px !important;
        bottom: 10px !important;
        color: #e21e5e !important;
    }
    .top-header-center {
        display: block !important;
    }
    .service-section .container {
        max-width: 450px;
    }

    .search {
        padding-top: 480px !important;
    }
    
    .search .dropdown {
        margin-bottom: 10px !important;
    }
    .details-item img {
        margin: 0 auto;
    }
    .last-document {
        width: 100%;
    }
    /* .last-document-item p {
        width: 15% !important;
    } */
    .nav-header .nav-link {
        border-left: none !important;
    }
    footer hr {
        display: block !important;
        width: 30% !important;
        margin-left: 483px !important;
    }
    .service-section {
        top: 195px;
    }
    footer span {
        border-bottom: none !important;
    }
}
@media screen and (min-width: 768px) {
    .class-field{
        height:100%;
    }
}


@media screen and (max-width: 768px) {
    .details-item i,
    .details-item img {
        margin: 0 auto;
    }
    .details-item span {
        font-size: 15px !important;
    }
 .search {
        padding-top: 570px !important;
    }
    /* .last-document-item p {
        width: 22% !important;
    } */

}
@media screen and (max-width: 576px) {
    .details {
        display: none;
    }
    /* .last-document-item p {
        width: 25% !important;
    } */
    .last-artcicle-item .article-detail p {
        font-size: 8px !important;
    }

    .last-artcicle-item .article-detail p {
        font-size: 7px !important;
    }
    /*.link-article a {*/
    /*    font-size: 13px !important;*/
    /*}*/
}
@media screen and (max-width: 480px) {
    /* .last-document-item p {
        width: 30% !important;
    } */
    .top-header .link-page a {
        font-size: 12px;
    }
    .carousel {
        display: none !important;
    }
    .fixed-bottom {
        top: 10px !important;
    }
    .search {
        padding-top: 700px !important;
    }
    .last-artcicle-item .article-detail p {
        font-size: 6px !important;
    }
    .link-article a {
        font-size: 9px !important;
    }
}
@media screen and (max-width: 370px) {
.search-tab .nav-link{
    height:57px;
}
}
/**************hover*************/
.register:hover{
    background: linear-gradient(120deg, rgb(253, 60, 121) 10%, rgb(243, 57, 88) 0%, rgb(219, 10, 76) 30%) !important;
}
.login:hover{
   background: linear-gradient(120deg, rgb( 33, 240, 243) 10%, rgb(177, 222, 240) 0%, rgb(82, 212, 214) 30%) !important;
}
.link-page a:hover,.top-header .title h3:hover, .top-header .title p:hover,.nav-header .nav-link:hover,footer .logo span:hover,footer .logo p:hover,.last-article a:hover,.last-document-item span:hover,.access a:hover{
    color:#fcbf33 !important;
}
.top-header .logo:hover,footer .logo img:hover{
transform: scale(1.2);
}
.service1:hover{
    background-color:#11a016 !important;
}
.service2:hover {
   background-color:#1b9c9e !important;
}
.service3:hover {
    background-color: #c08b0f !important;
}
.service4:hover {
    background-color: #b60e46 !important;
}
.service5:hover {
    background-color: #980913 !important;
}
.search .form-control:hover{
     background-color:#11a016 !important;
}
.details-item img:hover{
   transform: scale(1.2);
   cursor: pointer;
}
.class-field-item:hover{
    cursor: pointer;
}
.class-field-item:hover svg{
    transform: scale(1.2);
}
.class-field-item:hover span{
    color:#1b4c94 !important;
}
.class-field:hover {
       box-shadow: 1px 7px 10px #c0b9b9de !important;
}
.class-field p a:hover{
    color:#0b97e9 !important;
}
.last-artcicle-item img:hover{
    opacity:0.8 !important;
}
.last-document-item img:hover{
    filter: blur(0.4px) !important;
}
footer .call-us .social-network img:hover, footer .call-us .social-network svg:hover{
    transform:scale(1.1);
}
/************** end hover*************/

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
     left: 0;

}
.row{
    width:100%;
    margin: 0;
}


body {
    font-family: iran-sans;
    direction: rtl;
    text-align: right;
    font-weight: 100;
    margin: 0 !important;
    left: 0;
    overflow-x: hidden;
    background: #fafafc;
    font-size: 14px;
    width: 100%;
      padding: 0;
    height: 100%;
}
strong {
    font-weight: bold;
}


a {
    text-decoration:none !important;
    cursor: pointer;
    
}

header {
    font-size: 13px;
}
.top-header {
    background: #0a397d;
}

.top-header .login,
.top-header .register {
    color: white !important;
    border-radius: 3px;
    vertical-align: middle;
    transition: background 0.5s;
}

.top-header .register {
        background: linear-gradient(120deg, rgb(253, 60, 121) 10%, rgb(243, 57, 88) 60%, rgb(219, 10, 76) 30%);
    padding: 5px 10px;
}

.top-header .login {
       background: linear-gradient(120deg, rgb( 33, 240, 243) 10%, rgb(177, 222, 240) 53%, rgb(82, 212, 214) 30%);
    padding: 5px 10px;
}

.top-header .title h3,
.top-header .title p {
    color: white ;

}

.top-header .link-page a {
    color: white ;
    border-left: 1px solid white;
    padding-left: 3px;
    padding-right: 3px;
}
.top-header .link-page{
    display:flex;
    justify-content:center;
    margin-top: 15px;
}

.top-header .link-page a:last-child {
    border-left: none !important;
}
.top-header .logo {
    width: 95px;
    height: auto;
    margin-top: -30px;
    transition :0.5s;
}

.nav-header {
    background: #0d418d;
}

.nav-header .nav-link {
    color: white !important;
    border-left: 1px solid white;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 6px;
    margin-bottom: 6px;

}

.carousel-inner img {
    width: 100%;
    height: 100%;
}
.carousel-control-prev {
    right: unset;
}
.carousel-indicators .active {
    background-color: yellow;
}
.carousel-indicators > li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.carousel-indicators {
    margin-bottom: 115px;
}

.service-section .container {
    display: flex;
    justify-content: center;
}

.service-section .row {
    box-shadow: 1px 2px 5px #888888;
    border-radius: 5px;
    width: 85%;
}

.service-section h4,.service-section h1,.service-section h2,.service-section h3 {
    font-size: 20px !important;
}

.service1 {
    background: #5ddb62;
    border-top: 5px solid #11a016;
    height: 135px;
    transition: 0.5s;

}
.service2 {
    background: #3fd8db;
    border-top: 5px solid #1b9c9e;
    height: 135px;
     transition: 0.5s;
}
.service3 {
    background: #ffb916;
    border-top: 5px solid #c08b0f;
    height: 135px;
     transition: 0.5s;
}
.service4 {
    background: #e71259;
    border-top: 5px solid #b60e46;
    height: 135px;
     transition: 0.5s;
}

.service5 {
    background: #fb1123;
    border-top: 5px solid #a10a15;
    height: 135px;
    transition: 0.5s;
}

.search button {
    color: rgb(143, 143, 143);
    width: 100%;
}
.search .form-control::placeholder,
.search-form .fa-search {
    color: white;
}

.search .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.class-field .class-field span,
.details-item span,
.link-article,
.search i,
.search span,
.search svg,
footer span,
footer strong {
    font-size: 16px;
}
.class-field p a{
    color:#1b4c94 !important;
}
.class-field-header span {
    font-size: 15px;
}
.search-form .fa-search {
    position: absolute;
    left: 20px;
    bottom: 11px;
}
.search-form a {
    color: white !important;
}
.search-item span,.search-item svg {
    color: rgb(104, 104, 104);
}
.search .form-control {
    padding-top: 7px;
    padding-bottom: 3px;
    background: #52d758;
    height: 40px;
    transition:0.4s;
}
.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}
.dropdown-menu {
    width: 100%;
}
.dropdown-menu a {
    text-align: right;
}
#dropdownMenuButton {
    border: 2px solid rgba(243, 234, 234, 0.856);
}
.dropdownMenuButton {
    border: 2px solid rgba(243, 234, 234, 0.856);
}
.class-field {
    box-shadow: 0 5px 12px #d5c9c9;
    transition:0.1s;
}
.class-field .update {
    color: #1b4c94 !important;
    margin: auto;
    display: table;
}
.class-field .number {
   
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
}
.class-field .number span {
    color: white !important;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
}
.class-field p,
.class-field span,
.class-field-item svg {
    color: rgb(155, 147, 147) !important;
}
.class-field-item svg {
    color: #8cd2f1 !important;
    transition:0.3s;
}
.class-field .class-field-header {
    height: 45px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}
.class-field .class-field-header span {
    color: white !important;
}

.class-field .class-field-item {
    border-top: 1px solid rgba(227, 222, 222, 0.89);
    box-shadow: 0 0 3px -2px #80808054;
    transition:0.3s;
}
.details {
    background: white;
    box-shadow: 0 0 8px #d5c9c9;
}
.details .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.details-item h6,
.details-item span {
    margin: auto;
    display: table;
}
.details-item img,
.details-item span {
    color: #0d418d;
    vertical-align: super;
    transition:0.3s;
}
.details-item h5 {
    color: #ffba00;
    margin-top: -10px;
    text-align: center;
}
.last-article a,
.last-article h5,
.last-article h6,
.last-document-item span,
.last-documents h6 {
    color: #0d418d !important;

}

.last-article h6,
.last-documents h6 {
    font-size: 18px;
}

.last-artcicle-item h6 {
    font-size: 15px !important;
}

.last-document-item span {
    font-size: 14px;
}
.last-article svg,
.last-documents svg {
    color: #20bbbd;
}
.last-article p {
    color: rgb(170, 167, 167) !important;
    font-size: 12px;

}
.last-artcicle-item,
.last-document {
    border: 1px solid #e8eaed;
    box-shadow: 1px 1px 5px #c0b9b9de;

}
.last-document {
    border-bottom: 3px solid #52d758;
    height: 470px;

}

.last-artcicle-item img {
    width: 86%;
    float: left;
    height: auto;
    transition:0.3s;
}
.last-artcicle-item .article-detail {
    border-top: 1px solid #e8eaed;
    display: flex;
    justify-content: center;
}

.last-artcicle-item .article-detail p {
    font-size: 9px;
    border-left: 1px solid #e8eaed;
    margin-bottom: 0 !important;
    width: 75%;
}
.last-artcicle-item .comment {
    width: 100% !important;
    border-left: none !important;
}
.link-article {
    background: #52d758;

}
.link-article a {
    color: white !important;
    font-size: 13px;
    transition:0.2s;

}
.last-document-item img {
    width: 75px;
    height: 75px;
    border-radius: 5px;
    transition:0.3s;
}

.last-document-item {
    border-bottom: 1px solid #e8eaed;
}
.last-document-item:last-child {
    border-bottom: none;
    justify-content: center;
}
.last-document-item:last-child a {
    color: #52d758 !important;
    font-size: 16px;
}
.last-document-item p {
    font-size: 12px;
    border-left: 1px solid rgb(201, 192, 192);
    margin-bottom: 0 !important;
    /* width: 33%; */
    color: rgb(170, 167, 167) !important;

}
.last-document-item p:last-child {
    border-left: none !important;
}
footer {
    background: #0a397d;
    font-size: 13px;
}
footer a,
footer i,
footer p,
footer span,
footer strong footer svg {
    color: white !important;
}

footer strong footer svg {
    color: white !important;
}
footer span {
    border-bottom: 1px solid white;
}
footer .logo span {
    border-bottom: none !important;
}
footer .logo img {
    width: 95px;
    height: auto;
    transition:0.4s;
}
footer .logo p:last-child {
    line-height: 0;
}

footer .about-us a {
    background: #08e1ab;
    border-radius: 3px;
    color: rgb(112, 109, 109) !important;
    transition:0.2s;

}

footer .call-us .social-network i,
footer .call-us .social-network img,
footer .call-us .social-network svg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    color: white;
    transition:0.3s;
}

.whatsapp1 {
    background: #3ecf56;
}
.telegram1 {
    background: #00bce4;
}
.instagram1 {
    background: #e400d1;
}
.aparat1 {
    vertical-align: top;
    width: 41px;
    height: 41px;
    background: #9206c6;
}
footer .call-us .social-network p {
    justify-content: center;
}
footer .copy-right {
    background: white;
}
footer .copy-right p {
    color: rgb(156, 150, 150) !important;
}

.trust img {
    width: 100px;
    height: auto;
}
.navbar-toggler {
    color: white;
}
.search-top,
.top-header-center {
    display: none;
}
.form-control {
    height: 32px;
}
.fixed-bottom {
    bottom: -25px;
}
footer hr {
    background-color: white;
    display: none;
    /* width: 45%;
    margin-left: 150px;
    margin-top: 3px; */
}
button:focus {
    outline: none !important;
}


/* register */
.modal-backdrop {
    background-color: #2a538e;
 }
.modal-header{
    background-color: #6fde00;

}
.modal-header h6 svg{
    font-size: 25px;
}
.modal-body h6{
  color: #ff4200;
}
.modal-body span{
    color: #5c5c5c;
    border-bottom: 1px solid #747373;
  }



.modal-body input[type=text],.modal-body input[type=password]{
    border: 1px solid #d6d6d9;
    border-radius: 4px;
    height: 50px;
    font-size: 14px;
    background: transparent;
    color: #687486;
}
.modal-body label{
    color: #687486;
    font-size: 13px;
}
.modal-footer{
    border:unset !important;
}
.modal-footer button{
    border: 1px solid #d6d6d900;
border-radius: 4px;
height: 50px;
font-size: 14px;
background: #ff4200;
color: white;
width:85%;
}
.modal-body .custom-checkbox .custom-control-label::before{
    border-radius: 3px !important;
}
.modal-body .custom-checkbox .custom-control-label{
    position: unset !important;
    vertical-align: sub;
}
@media screen and (max-width: 500px) {
    .modal-body .container {
        padding-left: 10px !important;
        padding-right: 10px  !important;
    }  
}

.last-document,.last-artcicle-item,.search .btn{
    background-color:white;
    transition:0.2s;
}

/* end register */
.last-artcicle-item:hover,.search .btn ,.search .form-control{
    box-shadow: 1px 7px 10px #c0b9b9de !important;
}
footer .about-us a:hover{
        background: #0fca9b !important;
        color:white !important;
}
.link-article:hover {
    background: #3fb044;
}
.search .search-item{
    margin-top:0.6rem;
}
.search .form-control{
 margin-top: 2.2rem !important;   
}
.top-header .form-control::placeholder{
    font-size:13px;
}

.search-item input{
    width: 100%;
    box-shadow: 1px 7px 10px #c0b9b9de !important;
    border-radius: 3px;
}
.color-0,.color-5,.color-10,.color-15,.color-20,.color-25,.color-30{
    background: #ff004e;
    
}
.color-num-0,.color-num-5,.color-num-10,.color-num-15,.color-num-20,.color-num-25,.color-num-30{
     background: #d20040;
}
.color-1,.color-6,.color-11,.color-16,.color-21,.color-26,.color-31{
    background: #ff7e00;
    
}
.color-num-1,.color-num-6,.color-num-11,.color-num-16,.color-num-21,.color-num-26,.color-num-31{
     background: #e67200;
}
.color-2,.color-7,.color-12,.color-17,.color-22,.color-27,.color-32{
    background: #8cd2f1;
    
}
.color-num-2,.color-num-7,.color-num-12,.color-num-17,.color-num-22,.color-num-27,.color-num-32{
     background: #46c2f9;
}
.color-3,.color-8,.color-13,.color-18,.color-23,.color-28,.color-33{
    background: #36cd13;
    
}
.color-num-3,.color-num-8,.color-num-13,.color-num-18,.color-num-23,.color-num-28,.color-num-33{
     background: #1fa600;
}
.color-4,.color-9,.color-14,.color-19,.color-24,.color-29,.color-34{
    background: #e700be;
    
}
.color-num-4,.color-num-9,.color-num-14,.color-num-19,.color-num-24,.color-num-29,.color-num-34{
     background: #db00b4;
}

.modal-header .close{
    padding: .6rem 1rem !important;
}

.modal-header{
    padding: .1rem 1rem !important;
}

.pagination{
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.dropdown-menu a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input[type="radio"] {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
    transform: scale(1.3);
}

.education-item h2,.education-item h1{
    font-size: 1rem !important;
}

.white-color{
    color: #fff !important;
}

.display-none{
    display: none
}

.cursor-pointer{
    cursor:pointer
}

.width-100-percent{
    width: 100% !important;
}

.txt-align-right{
    text-align: right !important;
}

.txt-align-center{
    text-align: center !important;
}
.txt-align-left{
    text-align: left !important;
}
.left20{
    left: 20px;
}

.bottom0{
    bottom: 0 !important;
}

.fara-article p{
    color: #000 !important;
    font-size: 16px !important;
}

.fara-article-list p{
    color: #000 !important;
    font-size: 14px !important;
}

/* Livewire search component css */
.types-card {
    display: flex;
    justify-content: space-evenly;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    box-shadow: 0 1px 2px 0 rgb(34 36 38 / 15%);
    font-weight: 400;
    border-radius: 0.28571429rem;
}

.type-filter {
    transition: background .1s ease,box-shadow .1s ease,color .1s ease;
    padding: 12px;
    width: 100%;
}
.type-filter.active {
    border-top: 3px solid;
}
.type-filter:hover, .type-filter.active {
    background-color: rgba(0,0,0,.05);
}

.filters-card {
    align-items: flex-end;
}
.filters-card > * {
    width: 100%;
    margin-left: 6px;
    margin-right: 6px;
}
.filters-card select {
    height: auto;
}
.badge-gray {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin-left: 8px;
    background-color: #e8e8e8;
    background-image: none;
    padding: 0.75em 0.80em;
    color: rgba(0,0,0,.6);
    text-transform: none;
    font-weight: 700;
    border: 0 solid transparent;
    border-radius: 0.28rem;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
}

.search-result-card header h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 29px
}
@media (max-width: 992px) {
    .service-section {
        display: none;
    }
}
@media (max-width: 768px) { 
    .types-card-wrapper {
        display: flex;
        width: 100%;
        overflow-x: auto;
    }
    .types-card {
        justify-content: space-evenly;
        
    }
    .types-card .type-filter {
        width: 130px;
        display: block;
    }
    .types-card .type-filter h6 {
        display: flex;
        flex-flow: column;
        line-height: 22px;
    }

    .types-card .type-filter h6 .badge {
        margin-bottom: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .filters-card {
        flex-flow: wrap;
    }
    .filters-card > * {
        width: 45% !important;
        margin-left: 6px;
        margin-right: 6px;
    }
    .filters-card > div:last-of-type:nth-child(odd) {
        width: 100% !important;
    }
    .filters-card > div{
        margin-top: 12px;
    }
    .filters-card > div:nth-child(2), .filters-card > div:nth-child(1) {
        margin-top: 0px;
    }

    .search-result-card header h3 {
        font-size: 13px;
        line-height: 25px;
    }
    .search-result-card header .header-labels {
        font-size: 11px;
    }
    .search-result-card .main-content p, .search-result-card .main-content .author {
        font-size: 13px;
        line-height: 22px;
    }
}