/*--- Start Permits Row ---*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    text-align: justify;
    text-decoration: none;
    list-style: none;
    outline:0
}
h1, h2, h3, h4, h5, h6{
    font-family: IRANSans;
}
::selection {
    color: #fff;
    background: #0c384991;
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.permits_row {
    z-index: 1;
    position: relative;
    background-color: #ffffff;
    direction: rtl;
}
.permits_row .slider-item {
    width: 100%;
    height: 450px;
    z-index: 1;
    position: relative;
    background: #ffffff;
}
.permits_row .slide-inner{
    width: 100%;
    height: 100%;
}
.permits_row .slide-image{
    position: relative;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.permits_row .page_title.transparent {
    background-color: #ffffff;
    padding: 30px 80px;
    z-index: 99;
    position: relative;
    margin-left: 200px;
    margin-right: 250px;
}
.permits_row .page_title.transparent .breadcrumbs {
    color: #808080;
}
.breadcrumbs {
    font-size: 12px;
    font-family: IRANSans;
}
.permits_row .page_title.transparent .breadcrumbs span a {
    color: #808080;
    transition: all ease-in-out 0.3s;
}
.permits_row .breadcrumbs [property="name"] {
    font-family: IRANSans;
    font-size: 12px;
    float: right;
}
.permits_row .page_title.transparent .breadcrumbs .current-item {
    color: #0c3849;
    font-family: IRANSans;
    font-size: 12px;
}
.permits_row .permits_info{
    display: flex;
    height: auto;
    background-color: #ffffff;
    z-index: 99;
    position: relative;
    padding: 20px 100px;
    padding-bottom: 75px;
    margin-left: 200px;
    margin-right: 225px;
}
.permits_row .permits_info_2{
    display: block !important;
}
.permits_row .permits_info_2 ul{
    top: 25px;
    position: relative;
}
.permits_row .permits_info .permits_contents {
    margin-left: 50px;
}
.permits_row .permits_info .permits_contents .permits_up_menu{
    margin-bottom: 70px;
}
.permits_row .permits_info .permits_contents .permits_up_menu h1{
    padding-top: 0;
    font-weight: 700;
    font-size: 30px;
    font-family: Montserrat,Arial;
    color: #0c3849;
    font-family: IRANSans;
}
.permits_row .permits_info .permits_contents .permits_up_menu h1::after{
    border-radius: 0;
    width: 100%;
    height: 3px;
    margin: 7px 0 0;
    content: '';
    display: block;
    background: #b90000;
}
.permits_row .permits_info .permits_contents .permits_up_menu .permits_share{
    position: absolute;
    right:  100px;
    display: flex;
    margin-top: 10px;
}
.permits_row .permits_info .permits_contents .permits_up_menu .permits_share a[title="print"]::before {
    content: "\f02f";
}
.permits_row .permits_info .permits_contents .permits_up_menu .permits_share a[title="mail"]::before {
    content: "\f0e0";
}
.permits_row .permits_info .permits_contents .permits_up_menu .permits_share a {
    background: transparent;
    background-color: transparent;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 20%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    text-align: center;
    text-decoration: none;
    color: #b90000 !important;
    border: 1px solid #b90000;
}
.permits_row .permits_info .permits_contents .permits_up_menu .permits_share a::before {
    display: block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    font-family: FontAwesome;
    font-size: 20px;
    text-align: center;
}
.permits_row .permits_info .permits_contents .permits_up_menu .permits_share a {
    display: inline-block;
    margin-left: 10px;
    padding: 0;
    vertical-align: top;
    list-style: none;
}
.permits_row .permits_info .permits_contents .permits_up_menu .permits_share a:hover{
    background-color: #b90000;
    border: 1px solid #b90000;
    transition: 0.8s;
}
.permits_row .permits_info .permits_contents .permits_up_menu .permits_share a:hover::before {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #fff !important;
}
.vc_column-inner {
    box-sizing: border-box;
    width: 100%;
}
.permits_row .permits_info .stm_post_info {
    flex: 0 0 300px;
}
.permits_row .permits_info .sticky {
    position: sticky;
    top: 32px;
}
.permits_row .permits_info .stm_post_info .is-size-1_3 {
    font-size: 22px;
    font-family: IRANSans;
    font-weight: 700 !important;
    margin-bottom: 25px;
    color: #0c3849;
}
.permits_row .permits_info .stm_post_info ul li {
    padding-right: 20px;
    line-height: 25px;
    position: relative;
    margin-bottom: 10px;
}
.permits_row .permits_info .stm_post_info .contentMenu ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #00abc9;
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 11px;
}
.permits_row .permits_info .stm_post_info ul li a {
    text-decoration: none;
    color: #0c3849;
    font-family: IRANSans;
    font-size: 15px;
    transition: .3s ease-in-out;
}
.permits_row .permits_info .stm_post_info .contentMenu ul li a:hover {
    color: #b90000;
    transition: .3s ease-in-out;
    margin-left: 5px;
    margin-right: 5px;
}
.permits_row .permits_info .stm_post_info .btn_contact img{
    margin-top: 45px;
}
.permits_row .permits_info .trip_box {
    font-family: IRANSans;
    line-height: 20px;
    margin-top: 60px;
}
.permits_row .permits_info .trip_box > span {
    color: #C72127;
    font-size: 16px;
    font-family: IRANSans;
}
.permits_row .permits_info .trip_box > h2 {
    font-weight: 900;
    font-size: 18px;
    color: #0c3849;
}
.permits_row .permits_info .trip_box > p, .tab-content p {
    font-family: IRANSans;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    color: #0c3849;
    border-left: none;
    margin-top: 20px;
}
.permits_row .permits_info .follow_us ul li a[title="telegram"]::before {
    content: "\f2c6";
}
.permits_row .permits_info .follow_us ul li a[title="whatsapp"]::before {
    content: "\f232";
}
.permits_row .permits_info .follow_us ul li a[title="instagram"]::before {
    content: "\f16d";
}
.permits_row .permits_info .follow_us ul li a:hover::before {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #fff !important;
}
.permits_row .permits_info .follow_us ul li a:hover{
    background-color: #00abc9;
    border: 1px solid #00abc9;
    transition: 0.8s;
}
.permits_row .permits_info .follow_us ul li {
    display: inline-block;
    margin-left: 10px;
    padding: 0;
    vertical-align: top;
    list-style: none;
    margin-top: 10px;
}
.permits_row .permits_info .follow_us ul li a {
    background: transparent;
    background-color: transparent;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    text-align: center;
    text-decoration: none;
    color: #00abc9 !important;
    border: 1px solid #00abc9;
}
.permits_row .permits_info .follow_us ul li a::before {
    display: block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    font-family: FontAwesome;
    font-size: 25px;
    text-align: center;
}
.permits_row .permits_info .elementor-column .elementor-widget-wrap {
    background-image: url("/images/bg-02.png");
    background-position: top left;
    background-repeat: no-repeat;
    border-radius: 20px 20px 20px 20px;
    margin: 50px 0;
    background-size: cover;
}
.permits_row .permits_info .elementor-column .elementor-widget-wrap {
    box-shadow: 0px 0px 84px 0px #DFDFDF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 2rem 1rem 2rem 1rem;
}
.permits_row .permits_info .elementor-column .elementor-widget-wrap .elementor-section {
    display: flex;
}
.permits_row .permits_info .elementor-column .elementor-widget-wrap .elementor-section .elementor-widget-right{
    width: 50%;
    margin-right: 15px;
}
.permits_row .permits_info .elementor-column .elementor-widget-wrap .elementor-section .elementor-widget-right .py-2{
    color: #C72127;
    font-size: 20px;
    font-family: IRANSans;
    margin-top: 10px;
}
.permits_row .permits_info .elementor-column .elementor-widget-wrap .elementor-section .elementor-widget-left{
    width: 50%;
    justify-content: center;
    display: flex;
}
.permits_row .permits_info .elementor-column .elementor-widget-wrap .elementor-section .elementor-widget-left .elementor-widget-call{
    text-align: center;
    background: -moz-linear-gradient(right, #193775, #00abc9);
    background-image: linear-gradient(to left, #193775, #00abc9);
    padding: 20px 0;
    border-radius: 15px;
    margin: 20px;
    width: 43%;
}
.permits_row .permits_info .elementor-column .elementor-widget-wrap .elementor-section .elementor-widget-left .elementor-widget-whatsapp{
    text-align: center;
    background: -moz-linear-gradient(right, #197519, #28c900);
    background-image: linear-gradient(to left, #197519, #28c900);
    padding: 20px 0;
    border-radius: 15px;
    margin: 20px;
    width: 43%;
}
.permits_row .permits_info .elementor-widget-left a{
    text-decoration: unset;
    color: #fff;
    font-family: IRANSans;
}
.permits_row .permits_info .elementor-widget-left a:hover{
    color: #dadada;
}
.permits_row .permits_info .elementor-column a[title="call"]::before {
    content: "\f590";
}.permits_row .permits_info .elementor-column a[title="whatsapp"]::before {
    content: "\f232";
}
.permits_row .permits_info .elementor-column a::before {
    float: left;
    margin-left: 20px;
    margin-right: -10px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    font-family: FontAwesome;
    font-size: 22px;
    text-align: center;
}
.permits_row .stm_post_info .post_thumbnail img {
    position: relative;
    width: 550px;
    margin-right: 25px;
    top: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.permits_row .vc_column-inner p {
    font-family: IRANSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    margin: 15px 0 15px;
    color: #3b3b3b;
}
.permits_row .permits_info .permits_contents .wpb_wrapper .post_thumbnail img{
    width: 100%;
}
.permits_row .permits_info .vc_custom_1456126057085 span{
    font-size: 14px;
    color: #0c3849;
    font-weight: 600;
    margin-bottom: 50px;
}
.permits_row .permits_info .wpb_wrapper h3{
    color: #000b1b;
    margin-top: 10px;
}
.permits_row .permits_info .wpb_wrapper h4{
    color: #00abc9;
    font-size: 16px;
    line-height: 15px;
}
.permits_row .permits_info .wpb_wrapper strong{
    line-height: 25px;
    font-size: 14px;
    color: #0c3849;
    text-transform: uppercase;
}
.permits_row .permits_info .vc_row .wpb_wrapper span{
    font-size: 14px;
    color: #3b3b3b;
    line-height: 25px;
    font-weight: 400 !important;
}
.permits_row .vc_column-inner a{
    font-size: 16px;
    color: #01a2ff;
    text-decoration: underline;
    transition: .3s ease-in-out;
}
.permits_row .vc_column-inner a:hover{
    color: #fa2964;
    transition: .3s ease-in-out;
}
.permits_row .popular-item{
    margin-top: 30px;
}
.permits_row .wpb_wrapper tr:first-child th:first-child {
    border-top-left-radius: 10px;
}
.permits_row .wpb_wrapper tr:first-child th:last-child {
    border-top-right-radius: 10px;
}
.permits_row .wpb_wrapper tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.permits_row .wpb_wrapper tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.permits_row .wpb_wrapper thead th {
    padding: 15px 15px;
    background: #ffde00;
    font-size: 14px;
    color: #424242;
}
.permits_row .wpb_wrapper th {
    text-align: left;
}
.permits_row .wpb_wrapper table td{
    font-family: IRANSans;
}
.permits_row .wpb_wrapper thead td {
    color: #C72127;
}
.permits_row .wpb_wrapper table a {
    font-family: IRANSans;
    color: #3b3b3b;
    text-decoration: none;
}
.permits_row .wpb_wrapper table tbody td {
    font-weight: 500;
}
.permits_row .information_title .footer_subscribe{
    display: flex;
    background-color: #ffc400;
    margin-bottom: 500px;
    z-index: 1;
    position: relative;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
}
.permits_row .container{
    margin-top: 25px;
}
.permits_row .container .products_grid img{
    width: 196px;
    position: relative;
    line-height: 15px;
}
.permits_row .container ul{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.permits_row .container .row1{
    height: 2300px;
}
.products_grid li {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}
.permits_row .container .products_grid li{
    line-height: 25px;
    margin-bottom: 50px;
    width: 20%;
    text-align: center;
}
.permits_row .container .products_grid h1{
    font-size: 22px;
    color: #424242;
    text-align: center;
    font-family: 'El Messiri', sans-serif;
    font-weight: 500;
}
.permits_row .permits_contents.about .fa-solid {
    color: #b90000;
    font-size: 28px;
    margin-top: 20px;
}
.permits_row .permits_info .permits_contents.about .permits_up_menu{
    margin-bottom: 0;
}
.permits_row .permits_info .permits_contents.about .permits_up_menu h1::after{
    width: 100%;
    height: 3px;
    margin: 7px 0 0;
    content: '';
    display: block;
    background: #b90000;
}
.permits_row .permits_info .permits_contents.about  img {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.permits_info .wpb_wrapper .container .accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}
.permits_info .wpb_wrapper .container .accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #00abc9;
}
.permits_info .wpb_wrapper .container .accordion button {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    padding: 20px 0;
    color: #0c3849;
    font-family: IRANSans;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
.permits_info .wpb_wrapper .container .accordion button:hover, .permits_info .wpb_wrapper .container .accordion button:focus {
    cursor: pointer;
    color: #00abc9;
}
.permits_info .wpb_wrapper .container .accordion button:hover::after, .permits_info .wpb_wrapper .container .accordion button:focus::after {
    cursor: pointer;
    color: #00abc9;
    border: 1px solid #00abc9;
}
.permits_info .wpb_wrapper .container .accordion button .accordion-title {
    padding: 1em 0.5em 1em 1em;
    font-family: IRANSans;
}
.permits_info .wpb_wrapper .container .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}
.permits_info .wpb_wrapper .container .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.permits_info .wpb_wrapper .container .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.permits_info .wpb_wrapper .container .accordion button[aria-expanded=true] {
    color: #00abc9;
}
.permits_info .wpb_wrapper .container .accordion button[aria-expanded=true] .icon::after {
    width: 0;
}
.permits_info .wpb_wrapper .container .accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 500ms linear;
    will-change: opacity, max-height;
}
.permits_info .wpb_wrapper .container .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 500ms linear, max-height 500ms linear;
    will-change: opacity, max-height;
}
.permits_info .wpb_wrapper .container .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 1em;
}
/*--- End Permits Row ---*/
/*--- Start About Row ---*/
.about_row {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}
.about_row .slider-item {
    width: 100%;
    height: 450px;
    z-index: 1;
    position: relative;
    background-color: #ffffff;
}
.about_row .slide-inner{
    width: 100%;
    height: 100%;
}
.about_row .slide-image{
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about_row .page_title.transparent {
    background-color: #ffffff;
    z-index: 1;
    position: relative;
    margin-left: 200px;
    margin-right: 225px;
    padding: 20px 100px;
}
.about_row .permits_info {
    direction: rtl;
}
.about_row .page_title .contact-box-wrapper {
    font-family: IRANSans;
    top: -50px;
    direction: rtl;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;
}
.about_row .page_title .contact-box {
    margin: 0 20px;
}
.about_row .page_title .contact-box {
    width: 50%;
    height: 275px;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    text-align: center !important;
    padding: 32px 20px;
    background-color: #fff;
    border: 1px solid #eaf0f6;
    border-radius: 20px;
    box-shadow: 0 10px 15px #cccccc42;
}
.about_row .page_title .contact-box-item.title {
    font-family: IRANSans;
    font-size: 22px;
    font-weight: 600;
    color: #101e41;
}
.about_row .page_title .contact-box-item.blurb {
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 25px;
    text-align: center;
    line-height: 25px;
    color: #353535;
}
.about_row .page_title .contact-box-item.blurb p{
    font-family: IRANSans;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
}
.about_row .page_title .contact-box-item.contact {
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 25px;
    text-align: center;
    line-height: 25px;
    color: #353535;
    line-height: 35px;
}
.about_row .page_title .contact-box-item.contact a{
    font-family: IRANSans;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    transition: .3s ease-in-out;
}
.about_row .page_title .contact-box-item.contact{
    direction: ltr;
}
.about_row .container .contact-box-wrapper .contact-box a{
    font-size: 18px;
    max-width: 100%;
    text-align: center;
    line-height: 0;
    color: #353535;
    font-weight: 600;
    margin-top: 40px;
    transition: .3s ease-in-out;
}
.about_row .container .contact-box-wrapper .contact-box a:hover{
    color: #b90000;
    transition: .3s ease-in-out;
}
.about_row .page_title .contact-box-item.mail{
    display: contents;
}
.about_row .container .contact-box-wrapper .contact-box .contact-icon .contact-corn{
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background-color: #45b4cb;
    color: #ffffff;
    margin-bottom: 20px;
}
.about_row .container .contact-box-wrapper .contact-box .contact-icon {
    font-size: 25px;
    line-height: 1;
    color: #ffffff;
}
.about_row .container .contact-box-wrapper .contact-box .contact-icon .contact-corn{
    padding: 20px;
    text-align: center;
}
.about_row .information_title .footer_subscribe{
    display: flex;
    background-color: #ffc400;
    margin-bottom: 500px;
    z-index: 1;
    position: relative;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
}
.about_row .information_title .footer_subscribe h3{
    color: #0c3849;
    font-size: 20px;
    font-weight: 600;
    padding: 30px 100px;
    z-index: 99;
    position: relative;
}
.about_row .information_title .footer_subscribe .subscribe_info{
    display: flex;
    padding: 15px 20px;
    right: 100px;
    position: absolute;
}
.about_row .information_title .footer_subscribe input{
    width: 400px;
    height: 50px;
    padding: 10px;
    border-radius: 50px;
    border: none;
    padding-left: 25px;
    padding-right: 70px;
    font-size: 15px;
}
.about_row .information_title .footer_subscribe button{
    width: 40px;
    height: 40px;
    background-color: #101e41;
    border-radius: 100px;
    border: none;
    top: 5px;
    right: 46px;
    position: relative;
    transition: .3s ease-in-out;
}
.about_row .information_title .footer_subscribe button:hover{
    background-color: #06347e;
    transition: .3s ease-in-out;
}
.about_row .information_title .footer_subscribe button i{
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
}
iframe {
    margin-bottom: -4px;
}
.u-text-palette-3-base svg, .u-text-hover-palette-3-base:hover svg, .u-text-hover-palette-3-base:focus svg {
    fill: #fde428;
    height: 30px;
    width: 30px;
    margin-bottom: 10px;
}
.u-svg-link {
    fill: currentColor;
}
.about_row .permits_info .wpb_text_column{
    display: flex;
}
.about_row .permits_info .permits_contents .permits_up_menu{
    display: flex;
    margin-top: 50px;
}
.about_row .permits_info .permits_contents .permits_up_menu h1{
    padding-top: 0;
    font-weight: 700;
    font-size: 30px;
    font-family: IRANSans;
    color: #06347e;
}
.about_row .permits_info .permits_contents .permits_up_menu h1::after{
    border-radius: 0;
    width: 80%;
    height: 5px;
    margin: 13px 0 0;
    content: '';
    display: block;
}
.about_row .stm_post_info .post_thumbnail img {
    position: relative;
    width: 100%;
    margin-left: 25px;
    top: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    height: 375px;
}
.about_row .vc_column-inner p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    margin: 0 0 15px;
    color: #3b3b3b;
}
.about_row .permits_info .vc_custom_1456126057085 span{
    font-size: 15px;
    color: #242424;
    font-weight: 600;
    margin-bottom: 50px;
}
.about_row .permits_info .wpb_wrapper strong{
    line-height: 25px;
    font-size: 14px;
    color: #06347e;
    text-transform: uppercase;
}
.about_row .permits_info .vc_row .wpb_wrapper span{
    font-size: 14px;
    color: #3b3b3b;
    line-height: 25px;
}
.about_row .announcement_text .announcement_title {
    display: flex;
    background-color: #00abc9;
    color:#ffffff;
    font-size: 16px;
    font-family: IRANSans;
    width: 100%;
    font-weight: 500;
    height: 75px;
    padding: 15px 30px;
    margin-left: 25px;
}
.about_row .announcement_text .announcement_title h2{
    font-size: 16px;
    font-family: IRANSans;
    font-weight: 500;
}
.about_row .announcement_text .announcement_title h6{
    font-size: 14px;
    font-family: IRANSans;
    font-weight: 500;
    margin-right: auto;
    margin-left: 5px;
    position: relative;
}
.about_row .announcement_text .announcement_comment{
    background-color: #ffffff;
    width: 100%;
    height: auto;
    margin-right: 25px;
    margin-top: -20px;
    box-shadow: 0 10px 15px #1b1b1b23;
    margin-bottom: 50px;
}
.about_row .announcement_text p{
    color: #000000;
    font-family: IRANSans;
    line-height: 30px;
    padding: 30px;
}
/*--- End About Row ---*/
/*--- Start Estate Row ---*/
.estate_row {
    z-index: 1;
    position: relative;
    background-color: #ffffff;
    direction: rtl;
}
.estate_row .slider-item {
    width: 100%;
    height: 450px;
    z-index: 1;
    position: relative;
    background: #ffffff;
}
.estate_row .slide-inner{
    width: 100%;
    height: 100%;
}
.estate_row .slide-image{
    position: relative;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.estate_row .popular_business {
    overflow: hidden;
    padding-right: 250px;
    padding-left: 250px;
    text-align: center;
}
.estate_row .popular_business .row h2{
    color: #b90000;
    font-family: sans-serif;
    font-style: italic;
}
.estate_row .popular_business #popular-hotels-tabs{
    display: flex;
    justify-content: center;
}
.estate_row .popular_business #popular-hotels-tabs #hotels-tab{
    padding: 12.5px 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.popular_business .separator{
    padding-left: 5px;
    padding-right: 5px;
}
.estate_row .popular_business #contents{
    width: 100%;
}
.estate_row .popular_business #contents .popular_business_panel{
    width: 100%;
    line-height: 20px;
    margin-right: auto;
    margin-left: auto;
}
.estate_row .popular_business .popular_business_panel [type="button"]:hover{
    background: #fa2964;
    transition: all ease-in-out 0.3s;
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.estate_row .popular_business .popular_business_panel .tab-pane .fas{
    color: #ffffff;
    padding: 12px 16px;
    font-size: 26px;
    top: 0;
    position: absolute;
}
.estate_row .popular_business .popular_business_panel .tab-pane {
    margin: auto;
    position: relative;
}
.estate_row .popular_business .popular_business_panel .tab-pane .view-all a{
    position: absolute;
    right: 20px;
    font-size: 12px;
    text-decoration: underline;
    color: #00545f;
    z-index: 99;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
}
.estate_row .popular_business .popular_business_panel .tab-pane .view-all a:hover{
    color: #0299ad;
    transition: all ease-in-out 0.3s;
}
.estate_row .popular_business .popular_business_panel .row{
    padding: 25px 0;
    width: 100%;
    margin: auto;
    direction: rtl;
}
.estate_row .popular_business .popular_business_panel ul{
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
}
.estate_row .popular_business .popular_business_panel .trend-col-lg{
    min-width: 33.3333334%;
    max-width: 33.3333334%;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 0;
    position: relative;
    margin-bottom: 30px;
}
.estate_row .popular_business .popular_business_panel .trend-item {
    position: relative;
    transition: all ease-in-out 0.3s;
    box-shadow: 0 10px 15px #cccccc42;
    overflow: hidden;
}
.estate_row .popular_business .popular_business_panel .trend-item a{
    height: 365px;
}
.estate_row .popular_business .popular_business_panel .trend-item .trend-image {
    background-position: center;
    background-size: cover;
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    margin: auto;
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
}
.estate_row .popular_business .popular_business_panel .trend-item:hover .trend-image::before {
    height: 75%;
    transition: all ease-in-out 0.3s;
}
.estate_row .popular_business .popular_business_panel .trend-item .trend-image::before {
    content: '';
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all ease-in-out 0.5s;
}
.estate_row .popular_business .popular_business_panel .trend-item:hover .trend-content-main::after {
    width: 100%;
}
.estate_row .popular_business .popular_business_panel .trend-item .trend-content-main::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #b90000;
    width: 0;
    height: 3px;
    z-index: 2;
    transition: all .5s ease;
}
.estate_row .popular_business .popular_business_panel .trend-item:hover .trend-image{
    transform: scale(1.1);
    transition: all .7s;
}
.estate_row .property-status {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 30px;
    font-family: IRANSans;
    font-size: 14px;
    line-height: 1.5;
    opacity: 1;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.estate_row .property-status.for-sale {
    background: #13b104;
    cursor: default;
}
.estate_row .property-status.for-rent {
    background: #b1044c;
    cursor: default;
}
.estate_row .prop-type-icon {
    position: absolute;
    direction: ltr;
    left: 0;
    bottom: 125px;
    display: flex;
    font-size: 14px;
    line-height: 30px;
    z-index: 99;
    text-align: center;
    width: 100%;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.623);
    border-radius: 3px;
    color: #ffffff;
    padding-left: 20px;
}
.estate_row .prop-type-icon .id {
    font-weight: 600;
}
.estate_row .popular_business .popular_business_panel .trend-item .trend-content-main {
    position: relative;
    transition: all ease-in-out 0.3s;
    background: #fff;
    z-index: 9;
    line-height: 25px;
    height: auto;
}
.estate_row .popular_business .popular_business_panel .trend-item .trend-content-main .trend-content {
    padding: 10px 5px 10px;
    border-bottom: 1px dashed #d1d1d1;
    border-width: 1px 0 1px;
    margin-bottom: 10px;
    margin: 0 10px;
}
.estate_row .popular_business .popular_business_panel .trend-item .trend-content-main .trend-content .trend-content-title{
    color: #193775;
    font-family: IRANSans;
    direction: rtl;
    text-align: justify;
    font-size: 18px;
    transition: all ease-in-out 0.3s;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.estate_row .popular_business .trend-content h3{
    font-family: IRANSans;
    text-align: right;
    font-size: 16px;
    color: #b90000;
    margin-top: 10px;
}
.estate_row .popular_business .popular_business_panel .trend-last-main .trend-main-price .trend-strikethrough-price{
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial;
    font-weight: 600;
    color: #4e4e4e;
    margin-right: 10px;
    text-decoration: line-through;
}
.estate_row .popular_business .popular_business_panel .trend-last-main .trend-main-price .trend-content-location{
    width: 130px;
    position: absolute;
    right: 20px;
}
.estate_row .popular_business .popular_business_panel .trend-last-main .trend-main-price .trend-content-location p{
    direction: ltr;
    font-size: 14px;
    font-family: IRANSans;
    color: #0097a8;
    top: 4px;
    right: 0;
    position: absolute;
    margin: 10px 0;
    transition: all ease-in-out 0.3s;
}
.estate_row .popular_business .popular_business_panel .trend-last-main .trend-main-price .trend-content-location p:hover{
    color: #193775;
    transition: all ease-in-out 0.3s;
}
.estate_row .sectiontitle{
    text-align: center;
    margin-top: 50px;
    margin-right: 270px;
    margin-left: 250px;
}
.estate_row .popular-item{
    position: relative;
    padding: 0 0 50px;
    vertical-align: top;
    display: inline-block;
    text-align: right;
    overflow: hidden;
}
.estate_row .popular-item h2{
    color: #777777;
    font-weight: 600;
    text-align: right;
    font-size: 18px;
    line-height: 13px;
    margin: 0 0 30px;
    padding: 0 0 0 15px;
    display: inline-block;
    position: relative;
}
.estate_row .popular-item h2::before {
    top: 50%;
    right: 100%;
    width: 999px;
    height: 1px;
    content: '';
    background: #777777;
    position: absolute;
}
.estate_row .popular-item h3{
    margin: 0;
    text-align: right;
    font-size: 30px;
    line-height: 20px;
    color: #b90000;
}
.estate_row .property_location_image{
    display: block;
    position: relative;
    text-align: right;
    font-size: 13px;
    font-family: IRANSans;
    color: #646464;
}
.estate_row .property_location_image i{
    margin-left: 10px;
}
.estate_row .meta-item {
    margin-bottom: 10px;
}
.estate_row .meta-item {
    width: 50%;
}
.estate_row .meta-item {
    float: right;
    display: flex;
    line-height: 30px;
}
.estate_row .meta-item svg{
    height: 25px;
    width: 25px;
    margin: 0 0 5px;
    float: none;
    fill: #0dbae8;
}
.meta-inner-wrapper {
    position: relative;
    padding-right: 15px;
}
.property-meta.entry-meta.clearfix {
    width: 100%;
    padding: 0 15px;
    margin-top: 30px;
}
.meta-item-label {
    font-family: IRANSans;
    font-size: 14px;
    line-height: 12px;
    display: block;
    color: #4A525D;
}
.meta-item-value {
    font-family: IRANSans;
    white-space: normal;
    font-size: 14px;
    line-height: 24px;
    color: #4A525D;
}
.meta-item-unit {
    bottom: 0;
    left: 2px;
    font-size: 11px;
    text-transform: uppercase;
    color: #00050c;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.estate_row .information_title .footer_subscribe{
    display: flex;
    background-color: #ffc400;
    margin-bottom: 500px;
    z-index: 1;
    position: relative;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
}
.estate_row .information_title .footer_subscribe h3{
    color: #0c3849;
    font-size: 20px;
    font-weight: 600;
    padding: 30px 100px;
    z-index: 99;
    position: relative;
}
.estate_row .information_title .footer_subscribe .subscribe_info{
    display: flex;
    padding: 15px 20px;
    right: 100px;
    position: absolute;
}
.estate_row .information_title .footer_subscribe input{
    width: 400px;
    height: 50px;
    padding: 10px;
    border-radius: 50px;
    border: none;
    padding-left: 25px;
    padding-right: 70px;
    font-size: 15px;
}
.estate_row .information_title .footer_subscribe button{
    width: 40px;
    height: 40px;
    background-color: #101e41;
    border-radius: 100px;
    border: none;
    top: 5px;
    right: 46px;
    position: relative;
    transition: .3s ease-in-out;
}
.estate_row .information_title .footer_subscribe button:hover{
    background-color: #06347e;
    transition: .3s ease-in-out;
}
.estate_row .information_title .footer_subscribe button i{
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
}
/*--- End Estate Row ---*/

@media print {
    header{
        display:none;
    }
}



