:root {
  --color_primary:   #00A693;
  --color_secondary: #FFCC17;
  --color_fonts:#1F5A46;
  --font: IRANSansX;
}


@font-face {
  font-family:  "Peyda";
    font-style: normal;
    font-weight:300;
    src: url("/static/MainInterface/styles/fonts/PeydaWeb/eot/PeydaWeb-light.eot?") format("eot"),
    url("/static/MainInterface/styles/fonts/PeydaWeb/woff/PeydaWeb-light.woff") format("woff"),
    url("/static/MainInterface/styles/fonts/PeydaWeb/woff2/PeydaWeb-light.woff2") format("woff2");
}

@font-face {
  font-family:  "Peyda";
    font-style: normal;
    font-weight:normal;
    src: url("/static/MainInterface/styles/fonts/PeydaWeb/eot/PeydaWeb-Regular.eot?") format("eot"),
    url("/static/MainInterface/styles/fonts/PeydaWeb/woff/PeydaWeb-Regular.woff") format("woff"),
    url("/static/MainInterface/styles/fonts/PeydaWeb/woff2/PeydaWeb-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Peyda";
    font-style: normal;
    font-weight: bold;
    src: url("/static/MainInterface/styles/fonts/PeydaWeb/eot/PeydaWeb-Bold.eot?") format("eot"),
    url("/static/MainInterface/styles/fonts/PeydaWeb/woff/PeydaWeb-Bold.woff") format("woff"),
    url("/static/MainInterface/styles/fonts/PeydaWeb/woff2/PeydaWeb-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Peyda";
    font-style: normal;
    font-weight: 800;
  src: url("/static/MainInterface/styles/fonts/PeydaWeb/eot/PeydaWeb-ExtraBold.eot?") format("eot"),
  url("/static/MainInterface/styles/fonts/PeydaWeb/woff/PeydaWeb-ExtraBold.woff") format("woff"),
  url("/static/MainInterface/styles/fonts/PeydaWeb/woff2/PeydaWeb-ExtraBold.woff2") format("woff2");
}




@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 100;
	src: url('fonts/IRSansX NonEn/woff/IRANSansXNoEn-Thin.woff') format('woff'),
	url('fonts/IRSansX NonEn/woff2/IRANSansXNoEn-Thin.woff2') format('woff2');
}


@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/IRSansX NonEn/woff/IRANSansXNoEn-Light.woff') format('woff'),
	url('fonts/IRSansX NonEn/woff2/IRANSansXNoEn-Light.woff2') format('woff2');
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/IRSansX NonEn/woff/IRANSansXNoEn-Medium.woff') format('woff'),
	url('fonts/IRSansX NonEn/woff2/IRANSansXNoEn-Medium.woff2') format('woff2');
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 600;
	src: url('fonts/IRSansX NonEn/woff/IRANSansXNoEn-DemiBold.woff') format('woff'),
	url('fonts/IRSansX NonEn/woff2/IRANSansXNoEn-DemiBold.woff2') format('woff2');
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 800;
	src: url('fonts/IRSansX NonEn/woff/IRANSansXNoEn-ExtraBold.woff') format('woff'),
	url('fonts/IRSansX NonEn/woff2/IRANSansXNoEn-ExtraBold.woff2') format('woff2');
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 900;
	src: url('fonts/IRSansX NonEn/woff/IRANSansXNoEn-Black.woff') format('woff'),
	url('fonts/IRSansX NonEn/woff2/IRANSansXNoEn-Black.woff2') format('woff2');
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/IRSansX NonEn/woff/IRANSansXNoEn-Bold.woff') format('woff'),
	url('fonts/IRSansX NonEn/woff2/IRANSansXNoEn-Bold.woff2') format('woff2');
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/IRSansX NonEn/woff/IRANSansXNoEn-Regular.woff') format('woff'),
	url('fonts/IRSansX NonEn/woff2/IRANSansXNoEn-Regular.woff2') format('woff2');
}






/*global*/
/*global*/
/*global*/
/*global*/
/*global*/
/*global*/
/*global*/
/*global*/
/*global*/
/*global*/
/*global*/
/*global*/



*{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
    direction: rtl;
}

body{
    font-family: var(--font), Peyda;
	margin: 0;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}



figure,body,h1,h2,h3,h4,h5,h6{margin: auto;font-weight: normal;}



[class^="columns-"],[class*="columns-"] {
    float: right;
    text-align: center;
}

.columns-one{
    width: 100%;
}

.columns-two{
    width: 50%;
}

.columns-80{
    width: 80%;
}

.columns-three{
    width: 33.3%;
}

.columns-four{
    width: 25%;
}

.columns-five{
    width: 20%;
}

.columns-six{
    width: 16.5%;
}

.columns-seven{
    width: 14.25%;
}

.columns-eight{
    width: 12.5%;
}

.columns-ten{
    width: 10%;
}

@media(max-width:720px){
    [class^="columns-"] {
        width: 100%;
    }
    
}




body,input,button,textarea{
    font-family:  var(--font);
}
h1,h2,h3,h4,h5,h6,.title,.btn{
    font-family: Peyda;
}

.row{
    width: 100%;
    display: inline-block;
}

.container{
    width: 1313px;
    max-width: 95%;
    margin: auto;
}

.hide{
    display: none;;
}

a{
    color: #333;
    text-decoration: none;
}


.tr , .tr * , .tr:hover , .tr:focus, .tr::after, .tr::before{
    -webkit-transition: all 313ms ease;
    -moz-transition: all 313ms ease;
    -ms-transition: all 313ms ease;
    -o-transition: all 313ms ease;
    transition: all 313ms ease;
}

.tr:hover,.tr *:hover{
    transition: 110ms
}

.fr{
    float: right;
}
.fl{
    float: left;
}

.taj{
    text-align: justify;
}
.tar{
    text-align: right;
}
.tac{
    text-align:center;
}
.tal{
    text-align: left;
}
.m10{
    margin: auto 10px;
}

.br7{border-radius: 7px;}
.br14{border-radius: 14px;}




article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}



.padding {
	padding: 0.5% 2%;
}


.white-space{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.effect-im {
	position: relative;
	overflow: hidden;
	display: block;
	line-height: 0;
}

.big-img .effect-im {
    border: 2px solid #333;
    box-shadow: 0 0 7px rgba(0, 0, 0, .23);
}

.top-slider .effect-im {
	border: transparent;
	box-shadow: transparent
}

.effect-im::before {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale3d(1.9, 2.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, 180%, 0px);
	transition: transform 1s ease 0s;
	width: 100%
}

.effect-im:hover::before {
	transform: scale3d(1.9, 2.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, -180%, 0px)
}


/*effect-underline*/
a.effect-underline:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

a.effect-underline:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*effect-box*/
a.effect-box:after,
a.effect-box:before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;

}

a.effect-box:before {
    border-left: 1px solid;
    border-right: 1px solid;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

a.effect-box:after {
    border-bottom: 1px solid;
    border-top: 1px solid;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

a.effect-box:hover:after,
a.effect-box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* effect-shine */
/*noinspection ALL*/
a.effect-shine:hover,button.effect-shine:hover,.menu-item a:hover,#hashtags a:hover,#commentform .submit:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

.rotate180{
    transform: rotate(180deg);
}

.yellow_link {
    position: relative;
    float: right;
    margin: auto 10px;
    padding: 12px 18px;
    text-align: center;
    top: 2rem;
    font-size: 14px;
    right: 5rem;
}

.yellow_link::before,.menu a:first-child::before {
	background-color: var(--color_secondary);
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	transition: 110ms;
	z-index: 0;
	right: 0;
	top: 8px;
	border-radius: 33px;
}


.yellow_link:hover::before,.menu a:first-child:hover::before{
    width: 100%;
    transition: 313ms;
}



.btn {
	padding: 10px 24px;
	border-radius: 24px;
    position: relative;
    overflow: hidden;
    font-family:  var(--font);
}

.btn::before {
    content: "";
    width: 5px;
    background-color: var(--color_secondary);
    position:absolute;
    height: 100%;
    top:0;
    right:0;
    opacity:0;
    z-index:0;
}
.btn *{
    position: relative;
    z-index: 9;
}
.btn:hover::before{
    width: 100%;
    opacity: 1;
}

    
.primary {
    color:#fff;
    background-color: var(--color_primary);
}
.primary:hover{
    color:#1F5A46;
}







/*end Global*/
/*end Global*/
/*end Global*/
/*end Global*/
/*end Global*/
/*end Global*/
/*end Global*/
/*end Global*/

.mobile_home_buttons hr{
    margin: 1rem 0;
	border: 0;
	height: 19px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
	width: 100%;
	display: inline-block;
    opacity: 0.5;
	background-image: url(../images/separator.png);
}

.three-col{
    column-count: 3;
}
.four-col{
    column-count: 4;
}
.home_btn{
    margin-top: 1rem;
    padding: 10px;
    border-radius: 8px;
    background: linear-gradient(180deg, #00A594 0%, #157B72 100%);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25), 0px 2px 10px 0px rgba(0, 165, 148, 0.50);
    color: white;
}

.home_btn img {
	width: 100%;
	height: 88px;
	object-fit: contain;
}
.home_btn h1 {
	font-size: 90%;
    font-weight: bolder;
}
.home_btn[href="zbf://shahrestan"] {
	padding: 2rem;
}
.home_btn[href="zbf://shahrestan"] img {
	width: auto;
	height: auto;
}
.home_btn[href="zbf://shahrestan"] h1 {
	margin-top: 1rem;
	font-size: 162%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	width: 40px;
    transition: 313ms;
}

.owl-theme .owl-dots .owl-dot, .owl-theme .owl-dots .owl-dot:hover {
    transition: 110ms;
}






/*header*/
/*header*/
/*header*/
/*header*/
/*header*/
/*header*/
/*header*/
/*header*/
/*menu*/
/*menu*/
/*menu*/
/*menu*/


.menu a{
    position: relative;
    float: right;
    margin: auto 10px;
    padding: 12px 18px;
    text-align: center;
}


.menu a::before {
	background-color: var(--color_primary);
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	transition: 110ms;
	z-index: -1;
	right: 20px;
	top: 99%;
	border-radius: 3px;
}


.menu a:hover::before {
	width: calc(100% - 40px);
	transition: 313ms;
}

/*search*/
/*search*/
/*search*/

.search {
	margin-top: 5px;
	width: 33px;
	height: 33px;
	overflow: hidden;
	border-radius: 15px;
	border: 1px solid transparent;
	padding-top: 6px;
	padding-left: 5px;
}
.search:hover, .search:focus-within{
    border-color:var(--color_primary);
    width: 202px;
}
.search input[type="search"] {
	border: 0;
	float: right;
	width: 167px;
	text-indent: 5px;
	font-size: 80%;
}
.search input[type="submit"] {
	background-color: transparent;
	background-image: url(/static/MainInterface/images/search.svg);
	border: 0;
	width: 22px;
	height: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
    float: left;
}
/*end search*/
/*end search*/
/*end search*/






/*end header*/
/*end header*/
/*end header*/
/*end header*/
/*end header*/
/*Start Main*/
/*Start Main*/
/*Start Main*/
/*Start Main*/
/*slider*/
/*slider*/
/*slider*/
/*slider*/
/*slider*/
/*slider*/
/*slider*/
/*slider*/
/*slider*/
/*slider*/


#main_slider {
	background-image: url(/static/MainInterface/images/slider_bg.png);
	border-radius: 0 72px 0 72px;
	transition: 313ms;
	height: 588px;
	margin: 1% 5%;
	width: 90%;
    background-repeat: no-repeat;
}
#main_slider:hover {
	border-radius: 0 88px 0 88px;
    transition: 110ms;
}
#main_slider .owl-item img, .ThisPost .container img {
	max-width: 53%;
	width: auto;
	height: 456px;
	margin: 4% auto;
	box-shadow: -12px 12px 0 #17372caa;
    object-fit: cover;
}

.ThisPost img.FeaturedImage {
	max-width: 45%;
	margin-right: -20%;
	object-fit: cover;
}
.authorities_single .FeaturedImage {
	max-width: 33%;
	margin-right: -16%;
}
.ThisPost .LeftContent {
	margin: 5% auto auto auto;
	max-width: 65%;
	padding: 1%;
	width: 100%;
}

.ThisPost h6.date {
	position: absolute;
	left: 0;
	text-indent: 14px;
	background-color: rgba(0, 0, 0, 0.08);
	border-radius: 0 14px 14px 0;
	border: 1px solid #aaa3;
	padding: 6px 14px 6px 5px;
	color: #111a;
	background-image: url("/static/icons/calendar.png");
	background-position: 90% center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	margin-top: -24px;
	cursor: help;
	font-family: var(--font);
}

.ThisPost:hover h6.date {
	text-indent: 14px;
	background-color: rgba(0, 0, 0, 0.12);
	border: 1px solid #aaa6;
	padding: 6px 24px 6px 10px;
	color: #111d;
	background-position: 95% center;
}

.HashTag {
	border: 1px solid var(--color_primary);
	border-radius: 24px;
	padding: 8px 10px 8px 18px;
	color: var(--color_primary);
    font-family: var(--font);
}

.HashTag:hover {
	background-color: var(--color_primary);
    color: white;
}

.HashTag svg {
	float: right;
	margin-left: 8px;
}

.HashTag:hover svg, .HashTag:hover path {
	color: white;
    fill: white;
}

#main_slider .slide_text_box {
	max-width: 45%;
	margin-top: 10%;
	margin-right: 2%;
}

#main_slider .subtitle {
    color: var(--color_primary);
    background-color: white;
    display: inline-block;
    padding: 2% 7%;
    font: 16px IranSansX;
    position: relative;
    bottom: 4px;
}

#main_slider .more{
    margin-right: 50%;
}

#main_slider .more object {
	margin-top: 4px;
	float: left;
	margin-right: 10px;
	z-index: 9;
	position: relative;
}

#main_slider .more:hover object{
    margin-right: 22px;
}

#main_slider .owl-nav {
	margin-top: -313px;
	z-index: 99;
}
#main_slider .owl-nav button {
    position: absolute;
    background-color: var(--color_primary);
    width: 88px;
    padding: 6px 0 2px !important;
    transition: 110ms;
    height: 56px;
    box-shadow: 0 0 8px #fff5;
}
#main_slider .owl-nav button::before {
    content: "";
    width: 0;
    background-color: var(--color_secondary);
    height: 100%;
    position: absolute;
    top: 0;
    transition: 313ms;
}
#main_slider .owl-nav button:hover::before {
    width: 100%;
}
#main_slider .owl-nav button:hover img {
    filter: brightness(0);
}
#main_slider .owl-nav .owl-next {
	left: -72px;
}
#main_slider .owl-nav .owl-next::before {
	right: 0;
}
#main_slider .owl-nav .owl-prev::before {
	left: 0;
}
#main_slider .owl-nav .owl-prev {
	right: -72px;
    border-radius: 0;
}

#main_slider .owl-nav button img {
    max-height: 33px;
}


/*end slider*/
/*end slider*/
/*end slider*/
/*end slider*/
/*end slider*/
/*end slider*/
/*end slider*/
/*end slider*/
/*end slider*/
/*end slider*/
/*end slider*/
/*end slider*/
/*end slider*/
/*end slider*/
/* start forums */
/* start forums */
/* start forums */
/* start forums */
/* start forums */
.auther{
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 12px;
    line-height: normal;
    font-family: var(--font);
}
#forums .tac, #top-works h4, #top-arts .tac {
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 600;
    font-stretch: normal;
    font-size: 14px;
    line-height: normal;
    font-family: var(--font);
    margin-top: 3px;
    margin-bottom: 1px;
}
#forums {
    background-image: url(/static/MainInterface/images/nim_dayere_sabz.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 6rem;
    padding-top: 3rem;
    margin-top: 2rem;
    min-height: 313px;
}
#forums .tac {
	margin-top: 14px;
	margin-bottom: 18px;
	font-weight: bold;
}
#forums .owl-item,
#estahban .owl-item{
    /* filter: grayscale(.3)  blur(.3px) sepia(.5); */
    transition: 110ms;
}
#forums:hover .owl-item:not(:hover),
#estahban:hover .owl-item:not(:hover){
    filter: grayscale(.3)  blur(.3px) sepia(.5);
    transition: 110ms;
}
#forums .owl-item:hover,
#estahban .owl-item:hover{
    filter: grayscale(0) blur(0px);
    transition: 313ms;
}

.green-title, .row .title {
	color: var(--color_primary);
	display: inline-block;
	position: relative;
	padding-right: 12px;
	margin-right: 14px;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 30px;
}

.green-title::before,
.row .title::before{
    content: "";
    background-color: var(--color_secondary);
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top:0;
    border-radius: 5px;
}

.green-title::after,
.row .title::after {
    content: "";
    background-image: url(/static/MainInterface/images/shape.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 100%;
    position: absolute;
    right: auto;
    top: 0;
    padding-left: 18px;
    border-radius: 5px;
    margin-top: 3px;
    transition: 110ms;
}


.row:hover .title::after {
	margin-right: 8px;
	transition: 133ms;
}

#forums .image_frame,
#estahban .image_frame {
    position: relative;
    width: 90%;
    height: 144px;
    margin: auto 5%;
}

#forums .image_frame::before,
#estahban .image_frame::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/static/MainInterface/images/frame.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#forums .image_frame img,
#estahban .image_frame img {
    width: 98%;
    height: 98%;
    margin: 1%;
    object-fit: cover;
    transition: 110ms;
}

#forums .border-of-title,
#estahban .border-of-title {
    border: 1px solid var(--color_primary);
    border-radius: 0 33px 0 33px;
    margin-top: -50px;
    padding-top: 50px;
    box-shadow: -3px 3px 7px #9995;
    margin-bottom: 24px;
    color: var(--color_primary);
}

#forums .owl-nav,
#estahban .owl-nav {
	margin-top: -202px;
	z-index: 99;
}
#forums .owl-nav button,
#estahban .owl-nav button {
    position: absolute;
    color: var(--color_primary);
    width: 56px;
    padding: 6px 0 2px !important;
    background-color: transparent;
    transition: 110ms;
}
#forums .owl-nav button::before,
#estahban .owl-nav button::before {
    content: "";
    width: 0;
    background-color:#F4F5F3;
    height: 100%;
    position: absolute;
    top: 0;
    transition: 313ms;
}
#forums .owl-nav button:hover::before,
#estahban .owl-nav button:hover::before {
    width: 100%;
}
#forums .owl-nav button:hover img,
#estahban .owl-nav button:hover img {
    transition: 110ms;
    filter: brightness(0);
}
#forums .owl-nav .owl-next,
#estahban .owl-nav .owl-next {
    left: -42px;
    top: 5rem;
}
#forums .owl-nav .owl-next::before,
#estahban .owl-nav .owl-next::before {
	right: 0;
}
#forums .owl-nav .owl-prev::before,
#estahban .owl-nav .owl-prev::before {
	left: 0;
}
#forums .owl-nav .owl-prev,
#estahban .owl-nav .owl-prev {
    right: -86px;
    top: 5rem;
}

#forums .owl-nav button img,
#estahban .owl-nav button img {
    max-height: 33px;
}
/* end forums */
/* end forums */
/* end forums */
/* start top-works */
/* start top-works */
/* start top-works */

#top-works {
    background-image: url(/static/MainInterface/images/left-gray-ellipse.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 8rem;
    margin-top: -4rem;
    background-size: 6rem;
}

#top-works .image_frame {
    position: relative;
    background-position: 18px 72px;
    width: 90%;
    height: 164px;
    margin: auto 5%;
    border-radius: 0 50px 0 50px;
    border: 7px solid transparent;
    overflow:hidden;
    -webkit-transition: all 202ms linear;
    -moz-transition: all 202ms linear;
    -ms-transition: all 202ms linear;
    -o-transition: all 202ms linear;
    transition: all 202ms linear;
    background: rgb(255,204,23);
    background: -moz-linear-gradient(30deg, rgba(255,204,23,1) 0%, rgba(255,204,23,1) 50%, rgba(170,170,170,1) 50%, rgba(170,170,170,1) 100%);
    background: -webkit-linear-gradient(30deg, rgba(255,204,23,1) 0%, rgba(255,204,23,1) 50%, rgba(170,170,170,1) 50%, rgba(170,170,170,1) 100%);
    background: linear-gradient(30deg, rgba(255,204,23,1) 0%, rgba(255,204,23,1) 50%, rgba(170,170,170,1) 50%, rgba(170,170,170,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcc17",endColorstr="#aaaaaa",GradientType=1);
    background-position: 18px 72px;
}

#top-works a:hover .image_frame {
-webkit-transition: all 313ms ease;
-moz-transition: all 313ms ease;
-ms-transition: all 313ms ease;
-o-transition: all 313ms ease;
transition: all 313ms ease;
    background: rgb(255,204,23);
    background: -moz-linear-gradient(88deg, rgba(255,204,23,1) 0%, rgba(255,204,23,1) 50%, rgba(170,170,170,1) 50%, rgba(170,170,170,1) 100%);
    background: -webkit-linear-gradient(88deg, rgba(255,204,23,1) 0%, rgba(255,204,23,1) 50%, rgba(170,170,170,1) 50%, rgba(170,170,170,1) 100%);
    background: linear-gradient(88deg, rgba(255,204,23,1) 0%, rgba(255,204,23,1) 50%, rgba(170,170,170,1) 50%, rgba(170,170,170,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcc17",endColorstr="#aaaaaa",GradientType=1);
}

#top-works .label {
	position: absolute;
	right: 0;
	top: 118px;
	background-color: var(--color_secondary);
	border-radius: 0 10px;
	max-width: 110px;
	padding: 3px 8px;
	color: #1F5A46;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#top-works .color-of-title{
    color: var(--color_primary);
}
#top-works .auther{
    color: #000;
    text-align: center;
}
#top-works .image_frame img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}
#top-works .asaar {
	width: 98%;
	height: auto;
	margin: 2% 5% 2% -5px;
	float: left;
}

#top-works .owl-nav {
	margin-top: -202px;
	z-index: 99;
}
#top-works .owl-nav button {
    position: absolute;
    color: var(--color_primary);
    width: 56px;
    padding: 6px 0 2px !important;
    background-color: transparent;
    transition: 110ms;
}
#top-works .owl-nav button::before {
    content: "";
    width: 0;
    background-color:#F4F5F3;
    
    height: 100%;
    position: absolute;
    top: 0;
    transition: 313ms;
}
#top-works .owl-nav button:hover::before {
    width: 100%;
}
#top-works .owl-nav button:hover img {
    filter: brightness(0);
}
#top-works .owl-nav .owl-next {
    left: -42px;
    top: 4rem;
}
#top-works .owl-nav .owl-next::before {
	right: 0;
}
#top-works .owl-nav .owl-prev::before {
	left: 0;
}
#top-works .owl-nav .owl-prev {
    right: -86px;
    top: 4rem;
}
#top-works .owl-nav button img {
    max-height: 33px;
}
.btns{
    display: inline-block;
    text-align: center;
}
.btns .btn-tab {
    display: inline-block;
    margin: 1%;
    cursor: pointer;
    padding: 3px;
    margin-bottom: 4rem;
    border: 1px solid #AFAFAF;
    border-radius: 0 15px;
    width: auto;
    min-width: 96px;
    height: 32px;
    font-size: 14px;
    color: var(--color_fonts);
}

.btns .btn-tab:hover{
    background-color: var(--color_secondary);
}

.btns .btn-tab.actived{
    background-color: var(--color_primary);
}

.btns .btn-tab.actived a{
    color: #fff;
}

.star {
    margin-top: 18px;
    direction: ltr;
}
.star i {
    background-image: url(/static/MainInterface/images/Star-o.svg);
    width: 18px;
    height: 18px;
    display: inline-block;
}
.star .checked {
    background-image: url(/static/MainInterface/images/Star.svg);
}

/* end top works */
/* end top works */
/* end top works */

/* start top arts  */
/* start top arts  */
/* start top arts  */
#top-arts {
    margin-top: 62px;
    position: relative;
}

#top-arts .tac {
	margin: 14px auto;
}

#top-arts::before {
    content: "";
    width: 116px;
    height: 275px;
    background-image: url(/static/MainInterface/images/gray-ellipse.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    right: 0;
    top: -188px;
    position: absolute;
}


#top-arts .image_frame {
    position: relative;
    width: 90%;
    height: 164px;
    margin: auto 5%;
}

#top-arts .image_frame::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/static/MainInterface/images/frame.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
#top-arts .color-of-title{
    color: var(--color_primary);
}
#top-arts .auther{
    color: #000;
    text-align: center;
}

#top-arts .image_frame img {
	width: 98%;
	height: 98%;
	margin: 1%;
	object-fit: cover;
	object-position: center center;
}

#top-arts .owl-nav {
	margin-top: -202px;
	z-index: 99;
}
#top-arts .owl-nav button {
    position: absolute;
    color: var(--color_primary);
    width: 56px;
    padding: 6px 0 2px !important;
    background-color: transparent;
    transition: 110ms;
}
#top-arts .owl-nav button::before {
    content: "";
    width: 0;
    background-color:#F4F5F3;
    
    height: 100%;
    position: absolute;
    top: 0;
    transition: 313ms;
}
#top-arts .owl-nav button:hover::before {
    width: 100%;
}
#top-arts .owl-nav button:hover img {
    filter: brightness(0);
}
#top-arts .owl-nav .owl-next {
    left: -42px;
    top: 4rem;
}
#top-arts .owl-nav .owl-next::before {
	right: 0;
}
#top-arts .owl-nav .owl-prev::before {
	left: 0;
}
#top-arts .owl-nav .owl-prev {
    right: -86px;
    top: 4rem;
}

#top-arts .owl-nav button img {
    max-height: 33px;
}
/* end top arts */
/* end top arts */
/* end top arts */

/* start city introduction */
/* start city introduction */
/* start city introduction */
#map{
    position: relative;
}

#map .map-city {
    z-index: -1;
    position: absolute;
    background-image: url(/static/MainInterface/images/toranj_bg.png);
    background-color: #F4F5F3;
    background-repeat: repeat;
    background-position: right center;
    width: 75%;
    border-radius: 64px 0 0 0;
    height: 100%;
    top: 0;
    right: 0;
}
#map #select_city_select {
	min-width: 33%;
	margin-bottom: 22px;
	background-color: transparent;
	border: 2px solid var(--color_primary);
	padding: 7px;
	border-radius: 7px;
	color: var(--color_primary);
	font-weight: bold;
	font-family: var(--font);
}
#map .town-map{
    display: inline-block;
    width: 35%;
    margin-right: -4rem;
}
#map .city {
    display: inline-block;
    width: 60%;
    margin-top: 2rem;
    margin-left: 2rem;
}
#map .city p{
    font-size: 14px;
}
/* end city introduction */
/* end city introduction */
/* end city introduction */

/* start news */
/* start news */
/* start news */
#news {
    background-image: url(/static/MainInterface/images/green-ellipse-left.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 28rem;
    margin-top: -24rem;
    background-size: 6rem;
}
#news .container{
    margin-bottom: 0;
}


#news .items .row{
    margin: 2% auto;
}

#news .image_frame {
    position: relative;
    width: 110px;
    height: 110px;
    margin: auto auto auto 2%;
    float: right;
}

#news .image_frame::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/static/MainInterface/images/frame.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#news .image_frame img {
	width: 98%;
	height: 98%;
	margin: 1%;
	object-fit: cover;
}


#news .news-header {
	color: var(--color_fonts);
	font-style: normal;
	font-size: 110%;
	font-weight: bold;
	text-align: right;
	margin: auto;
	max-height: 52px;
	overflow: hidden;
}



#news .auther {
	color: var(--color_fonts);
	font-weight: 300;
	line-height: 20px;
	font-size: 13px;
	text-align: right;
	margin: auto;
	max-height: 40px;
	overflow: hidden;
}

#news .date {
    font-weight: 300;
    font-size: 12px;
    color: #AFAFAF;
    margin: auto;
    float: right;
}

#news .owl-nav {
	margin-top: -202px;
	z-index: 99;
}
#news .owl-nav button {
    position: absolute;
    color: var(--color_primary);
    width: 56px;
    padding: 6px 0 2px !important;
    background-color: transparent;
    transition: 110ms;
}
#news .owl-nav button::before {
    content: "";
    width: 0;
    background-color:#F4F5F3;
    
    height: 100%;
    position: absolute;
    top: 0;
    transition: 313ms;
}
#news .owl-nav button:hover::before {
    width: 100%;
}
#news .owl-nav button:hover img {
    filter: brightness(0);
}
#news .owl-nav .owl-next {
    left: -42px;
}
#news .owl-nav .owl-next::before {
	right: 0;
}
#news .owl-nav .owl-prev::before {
	left: 0;
}
#news .owl-nav .owl-prev {
    right: -72px;
}

#news .owl-nav button img {
    max-height: 33px;
}

#news .tabs_container .columns-three{
    padding: 28px 18px;
    height: 172px;
}
/* end news */
/* end news */
/* end news */

/* start footer */
/* start footer */
/* start footer */
#contact-form{
    margin-bottom: -12rem;
    position: relative;
    z-index: 2;
}
#contact-form .container {
    background-image: url(/static/MainInterface/images/khatkhati.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    border-radius: 0 32px 0 32px;
    position: relative;
    bottom: -8rem;
}
#contact-form .title {
    color: var(--color_primary);
    position: relative;
    padding-right: 10px;
    margin-right: 14px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
}
#contact-form .title::before{
    content: "";
    background-color: var(--color_secondary);
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top:0;
    border-radius: 5px;
}
#contact-form .title::after {
    content: "";
    background-image: url(/static/MainInterface/images/shape.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 100%;
    position: absolute;
    right: 145px;
    top: 0;
    border-radius: 5px;
    margin-top: 3px;
    padding-left: 18px;
}
#contact-form .form-style {
	border: 1px solid #F4F5F3;
	border-radius: 0 32px 0 32px;
	width: 100%;
	display: block;
	padding: 2rem;
	background-color: #fff;
	margin-bottom: -14px;
	box-shadow: 0 0 6px #2222;
}
#contact-form .form-style .two-first-input {
    width: 35%;
    display: inline-block;
    position: relative;
    bottom: 1rem;
}
#contact-form .form-style .second-input{
    width: 55%;
    display: inline-block;
}
#contact-form .form-style .submit-button{
    width: 10%;
    display: inline-block;
}
#contact-form .form-style  .two-first-input input , #contact-form .form-style  .two-first-input select{
    border: 1px solid #F4F5F3;
    border-radius: 0 16px 0 16px;
    width: calc(100% - 10px);
    height: 50px;
    padding: 1rem;
    position: absolute;
}
#contact-form .form-style  .two-first-input input:hover{
    border: 1px solid var(--color_secondary);
}
#contact-form .form-style .second-input textarea {
	border: 1px solid #F4F5F3;
	border-radius: 0 16px 0 16px;
	width: 45%;
	height: 144px;
	resize: none;
	padding: 1.1rem;
	position: absolute;
	top: 80px;
}
#contact-form .form-style  .second-input textarea:hover{
    border: 1px solid var(--color_secondary);
}
#contact-form .form-style  .second-input textarea:focus{
    border: 1px solid var(--color_primary);
    outline: 0;
}
#contact-form .form-style  .two-first-input input:focus{
    border: 1px solid var(--color_primary);
    outline: 0;
}

#contact-form  input[type="submit"]{
    color:#fff;
    border:0;
    background-color:transparent;
}
#contact-form  input[type="submit"]:hover{
    color:#1F5A46;
    border:0;
}
#contact-form .submit-btn {
    position: relative;
    right: 10px;
    width: 14%;
    top: -86px;
    text-align: center;
}
/* end contact form */
/* end contact form */
/* end contact form */

/* start main footer  */
/* start main footer  */
/* start main footer  */

#footer{
    position: relative;
    z-index: 1;
}
 .main-footer{
    background-image: url(/static/MainInterface/images/toranj_bg.png);
    background-color: #F4F5F3;
    background-repeat:repeat;
    width: 100%;
    height: 400px;
    border-top: 5px solid var(--color_primary);
}
#footer .container{
    margin-bottom: 2rem;
}
#footer .social-media {
    display: inline-block;
    margin: -1.1rem;
    margin-left: 2rem;
    margin-top: .5rem;
}
#footer .social-media a{
    padding: 18px;
}

#towns {
    background-image: url(/static/MainInterface/images/nim_dayere_sabz.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 10rem;
    margin-top: -8rem;
    background-size: 6rem;
}
#towns .video-style video {
    width: 480px;
    height: 240px;
    max-width: 100%;
    margin-top: 2rem;
    object-fit: cover;
    border-radius: 24px;
}
#towns .map-style iframe{
    width: 100%;
    border-radius: 14px;
}


#news_text {
    background-image: url(/static/MainInterface/images/nim_dayere_sabz.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 2rem;
    margin-top: 0;
    background-size: 5rem;
}





/*City*/
/*City*/
/*City*/

#granim-canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#ZistBoomObjectsTypes::after, #ZistBoomObjectsTypes::before {
	content: "";
	background-image: url(/static/MainInterface/images/carousel-item-repeat.png);
	width: 50%;
	height: 100%;
	position: absolute;
	background-repeat: repeat-x;
	background-size: contain;
	right: -50%;
	top: 0;
}
#ZistBoomObjectsTypes::before {
	left: -50%;
    right: auto;
}
#ZistBoomObjectsTypes .zbot_item {
	font-family: var(--font);
    direction: rtl;
}

#ZistBoomObjectsTypes .zbot_item .zbot_icon {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0 0 12px #444;
	object-fit: cover;
	right: 0;
	margin: auto;
	bottom: 0;
}

#ZistBoomObjectsTypes .zbot_item h3 {
	color: white;
	position: absolute;
	left: 4rem;
	width: 53%;
	top: 1.8rem;
	font-weight: bold;
	font-size: 14px;
}
#ZistBoomObjectsTypes .zbot_item.even h3 {
	top: 92%;
	left: 18%;
}

#ZistBoomObjectsTypes .zbot_item h6 {
	color: white;
	font-weight: normal;
	font-size: 2rem;
	position: absolute;
	top: 25%;
	left: 0;
	width: 102%;
}

#ZistBoomObjectsTypes .zbot_item.odd h6 {
	bottom: 23%;
	width: 100%;
	height: fit-content;
	top: auto;
}
#ZistBoomObjectsTypes .zbot_item h4 {
	color: white;
	position: absolute;
	left: 22%;
	top: 11%;
	width: 55%;
	max-height: 5rem;
	overflow: hidden;
	font-size: 0.6rem;
}
#ZistBoomObjectsTypes .zbot_item.even h4 {
  left: 24%;
  top: auto;
  bottom: 10%;
}


#ZistBoomObjectsTypes .owl-dots {
	display: none;
}
/*end City*/
/*end City*/
/*end City*/

/*UserProfile*/
/*UserProfile*/
/*UserProfile*/


.UserProfile figure.container {
	background-image: url(/static/MainInterface/images/toranj_bg.png);
	background-color: #F4F5F3;
	background-repeat: repeat;
	background-position: right center;
	padding: 2.5%;
	border-radius: 88px 0 0 88px;
	margin: 3% auto;
}

.UserProfile figure .ConnectionMsg {
	margin-top: 6%;
	margin-left: 3%;
}

.UserProfile .green-title::after{
    content: none;
}

.UserProfile figure img {
	width: 313px;
	height: 313px;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0 0 11px #111;
	margin: -5% auto -5% -260px;
}


.column_list .UserPosts {
	column-count: 4;
    column-gap: 18px;
}

.UserPosts .asaar {
	width: 100%;
	display: inline-block;
	margin: 2.5% auto;
	text-align: center;
}
.UserPosts .asaar .ImageContainer {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: -2px 2px 7px 0 #00000040;
}

.UserPosts .asaar .ImageContainer .HoverBox{
	padding-top: 18px;
	opacity: 0;
	position: absolute;
	background: rgba(255, 255, 255, 0.44);
	box-shadow: inset 0 -72px 40px 14px rgba(0, 0, 0, 0.33);
	width: 100%;
	height: 100%;
	left: 0;
	border-radius: 24px;
	top: 0;
}

.UserPosts .asaar:hover .ImageContainer .HoverBox, .photo_gallery .gallery_item:hover .HoverBox {
    opacity: 1;
}

.UserPosts .asaar .ImageContainer img {
	width: 100%;
	margin-bottom: -10px;
}

.UserPosts .star {
	margin-top: 5px;
}
.UserPosts .star i {
	transform: translateY(10px);
    margin-bottom: 5px;
}

.UserPosts h3 {
	font-family: var(--font);
	margin: 5px auto;
	font-weight: Bolder;
}

.UserPosts .HoverBox svg {
	width: 25px;
	height: 25px;
}
.UserPosts .share_icon {
	position: absolute;
	bottom: 2px;
	left: 14px;
}
.UserPosts .view_icon {
	position: absolute;
	bottom: 10px;
	left: 44%;
	color: #fff;
}
.UserPosts .download_icon {
	position: absolute;
	bottom: 0;
	right: 5%;
	color: #fff;
}

.LoadMore {
	margin: 5% auto 3%;
	border: none;
	font-family: var(--font);
	font-size: 133%;
	cursor: cell;
    padding: 1% 4%;
}



/*single asaar*/
/*single asaar*/
/*single asaar*/


.ThisPost {
	background-image: url(/static/MainInterface/images/nim_dayere_sabz.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.LeftCircle {
	background-image: url(/static/MainInterface/images/green-ellipse-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 110px;
	margin-top: -88px;
}

.ThisPost .container {
	background-image: url(/static/MainInterface/images/toranj_bg.png);
	background-color: #F4F5F3;
	background-repeat: repeat;
	background-position: left center;
	padding: 2.5%;
	border-radius: 0 88px 88px 0;
	margin: 3% auto;
}

.ThisPost .content_text {
    max-width: 60%;
}

.UserPosts .owl-carousel article.asaar {
	width: 94%;
}
.UserPosts .owl-carousel article.asaar .ImageContainer img {
	height: 262px;
	object-fit: cover;
}








/*institute*/
/*institute*/
/*institute*/
/*institute*/
/*institute*/

.social_icon{
    background-image: url("/static/social Icon.png");
    background-position-y: bottom;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.social_icon:hover{
    background-position-y: top;
}

.social_icon.telegram {
	background-position-x: 102.5%;
	background-repeat: no-repeat;
}

.social_icon.whatsapp {
	background-position-x: 110px;
}

.social_icon.email {
	background-position-x: 180px;
}

.social_icon.instagram {
	background-position-x: 253px;
}

.social_icon.bale {
	background-position-x: 353px;
	width: 88px;
}

.social_icon.eita {
	background-position-x: 410px;
}

.social_icon.igap {
	background-position-x: 472px;
}

.social_icon.aparat {
	background-position-x: 8px;
	background-repeat: no-repeat;
}






/*chat*/
/*chat*/
/*chat*/


.ChatContainer {
	height: 77vh;
}

.ChatContainer .ChatList {
	width: 33%;
	margin-top: 3%;
	border-left: 1px dotted #00A69399;
	overflow-y: scroll;
	padding: 0 2%;
	height: 98%;
}


.ChatContainer .ChatList li:hover {
	background-color: #eee9;
	border-radius: 9px;
}

.ChatContainer .ChatList img {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	object-fit: cover;
	background: linear-gradient(#76D6CB , #34716A, #057C6F );
	padding: 3px;
}

.ChatContainer .ChatList li:hover img {
	padding: 6px;
}

.ChatContainer .ChatList h3 {
	width: calc( 100% - 110px);
	margin-top: -5px;
	padding: 10px;
	font-family: var(--font);
	font-weight: bolder;
}

.ChatContainer .ChatList p {
	width: calc( 100% - 110px);
	margin-top: -10px;
	padding: 10px;
	font-weight: lighter;
	margin-bottom: -5px;
}






.MessagesList {
	width: 67%;
	margin-top: 3%;
	overflow-y: scroll;
	height: 76vh;
    min-height: 888px;
	padding-top: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}

.MessagesList .MessagesItem {
	overflow-y: scroll;
}

.MessagesList .bubble {
	border: 1px solid var(--color_primary);
	max-width: 50%;
	padding-top: 2%;
	line-height: 2.5;
	cursor: grab;
	user-select: none;
}
.SendMsg {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 7px 0;
}
.SendMsg .TextSection {
	background-color: var(--color_primary);
	display: grid;
	margin-left: 6px;
	float: right;
	width: 100%;
	line-height: 2;
	border: 4px outset transparent;
}
.SendMsg .btn {
	border: navajowhite;
	width: 45px;
	padding: 0.4% 12px;
	height: 42px;
	border-radius: 50%;
	line-height: 4;
	vertical-align: middle;
	cursor: pointer;
}

.SendMsg .textarea {
	border: none;
	resize: none;
	background: none;
	color: white;
	padding: 2% 4%;
}
.SendMsg .textarea:focus {
	outline: 1px solid transparent;
}

.SendMsg .textarea[contenteditable]:empty::before {
  content: "متن پیام";
  color: #eeee;
}


.SendMsg:focus-within .TextSection {
	background-color: white;
	color: var(--color_primary);
	border: 4px outset var(--color_primary);
}

.SendMsg:focus-within .textarea {
	color: var(--color_primary);
}

.SendMsg:focus-within .textarea[contenteditable]:empty::before {
	color: var(--color_primary);
    opacity: 0.7;
}

@media(max-width:1110px){

    .column_list .UserPosts {
        column-count: 3;
        column-gap: 12px;
    }

    #map #select_city_select{
        display: none;
    }
}

@media(max-width:720px){

    header .logo {
        width: 100%;
        text-align: center;
        margin: 14px auto !important;
    }
    header a.btn.fl {
        float: none;
        display: inline-block;
        background-color: var(--color_primary);
        color: white;
    }

    nav.menu {
        margin-bottom: 5%;
        width: 100%;
        text-align: center;
    }

    nav.menu a {
        float: none;
        display: inline-block;
    }

    header .search {
        min-width: 90%;
        margin: 24px 5%;
    }
    header .search input[type="search"] {
        width: 85%;
    }
    #main_slider {
        height: auto;
        margin: 12px auto auto;
        background: none;
    }
    .center_mobile .container {
        float: none;
        border-radius: 2rem;
        text-align: center;
    }
    #main_slider .owl-item img, .ThisPost .container img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: -1;
        left: 0;
        border-radius: 30px;
        margin: auto;
        box-shadow: none;
        object-fit: cover;
    }


    .ThisPost .content_text {
        max-width: 100%;
    }

    #top-works {
        padding-top: 4rem;
        margin-top: -2rem;
	    background: none;
    }
    .btns {
        margin: 3% auto;
    }

    .btns .btn-tab {
        margin-bottom: 1rem;
    }

    #forums {
        background-image: none;
        padding-top: 14px;
        margin-top: 14px;
    }

    .ThisPost img.FeaturedImage {
        width: 100%;
        max-width: 100%;
        height: 313px;
        filter: blur(2px) sepia(0.2);
        position: inherit;
        border-radius: 0 0 72px 0;
        box-shadow: none;
        margin: 5% auto auto;
    }
    #main_slider .slide_text_box, .ThisPost .LeftContent {
        max-width: 100%;
        margin-top: 14%;
        margin-right: 5%;
        width: -moz-available;
    }
    .news_single .LeftCircle {
        background: none;
    }
    #main_slider .subtitle {
        background-color: #fffe;
        display: inline-block;
        padding: 1% 2%;
        font-size: 14px;
        border-radius: 7px;
    }
    #main_slider .slide_text_box h1 {
        font-size: 20px;
        height: 110px;
        margin-top: 4px;
    }

    #main_slider .slide_text_box h1 p {
        margin: 0;
        background-color: #fffa;
        padding: 1%;
        display: table;
    }


    #map .container {
        background-image: url(/static/MainInterface/images/toranj_bg.png);
        background-color: #F4F5F3;
        border-radius: 40px;
        display: inline-block;
        margin: auto;
    }
    #map .city {
        width: auto;
        margin-left: auto;
        padding-bottom: 18px;
    }
    #map .town-map {
        width: 100%;
        margin-right: auto;
    }
    #map .town-map svg {
        width: 100%;
        height: auto;
        min-height: 234px;
    }
    #map .yellow_link {
        position: relative;
        float: none;
        margin: auto;
        padding: 12px 18px;
        text-align: center;
        top: auto;
        right: auto;
    }

    .green-title::after, .row .title::after {
        background-image: none;
    }
    #top-arts::before {
        background-image: none;
        position: unset;
    }
    #news {
        background-image: none;
        padding-top: 1rem;
        margin-top: 2rem;
    }


    #contact-form .form-style .two-first-input input, #contact-form .form-style .two-first-input select, #contact-form .form-style .second-input textarea {
        width: calc(100% - 10px);
        position: unset;
    }

    #contact-form .form-style .two-first-input, #contact-form .form-style .second-input {
        width: 100%;
        position: unset;
        margin: 14px auto;
    }
    #contact-form .submit-btn {
        width: 100%;
        position: relative;
        margin: 14px auto;
        top: 0;
    }


    .ThisPost {
        background-image: none;
    }


    #footer {
        height: 313px !important;
    }
    #footer .container {
        margin-top: 9rem !important;
    }


    .hide-xs{
        display: none;
    }
    
    .row-xs{
        width: 100% !important;
        
    }
    
    
    
    
    
    
    
    
    
    
    

    .UserProfile figure.container {
        float: none;
        display: inline-block;
        border-radius: 88px;
        max-width: 88%;
        margin-top: 35%;
        margin-bottom: 10%;
    }
    
    .UserProfile figure img {
        float: none;
        margin: -35% auto 5% auto;
        max-width: 100%;
        aspect-ratio: 1;
        width: 313px;
        height: auto;
    }

    .UserProfile figure .ConnectionMsg {
        float: none;
        margin: 4% auto 5%;
        display: inline-block;
        font-weight: bold;
    }
    
    
    .UserProfile .green-title {
        margin-right: auto;
        padding: 5px;
        margin-bottom: auto;
    }
    
    .UserProfile .green-title::before {
        content: none;
        width: auto;
    }
    
    .UserProfile figure.container p, .UserProfile figure.container h1 {
        padding: 14px !important;
        text-indent: 0 !important;
        margin-top: auto;
    }
    

    .column_list .UserPosts {
        column-count: 2;
        column-gap: 8px;
    }




    .ChatContainer {
        height: auto;
    }

    .ChatContainer .ChatList {
        border-left: 0 dotted transparent;
        height: 98%;
    }
    .SingleChatPage .ChatList {
        display: none;
    }

    .MessagesList .bubble {
        max-width: 88%;
    }

    .MessagesList {
        margin: auto;
        border: none;
        height: 100vh;
    }

    .SendMsg .btn {
        padding: 1% 12px;
    }

    #ZistBoomObjectsTypes .zbot_item .zbot_icon {
        width: 122px;
        height: 122px;
    }
    #ZistBoomObjectsTypes .zbot_item h3 {
        font-size: 88%;
        top: 5%;
        left: 29%;
    }
    #ZistBoomObjectsTypes .zbot_item h4 {
        line-height: 1.2;
        top: 11%;
    }
    #ZistBoomObjectsTypes .zbot_item.even h4 {
        left: 24%;
        top: auto;
        bottom: 10%;
    }
    #ZistBoomObjectsTypes .zbot_item h6 {
        top: 24%;
        bottom: auto;
        left: 0;
    }
    #ZistBoomObjectsTypes .zbot_item.odd h6 {
        top: auto;
        bottom: 22%;
    }

    #map #select_city_select{
        display: inline-block;
    }

}



@media(max-width:313px){

    .UserProfile figure img {
        width: 202px;
        height: 202px;
    }

    .column_list .UserPosts {
        column-count: 1;
        column-gap: 0px;
    }


    #ZistBoomObjectsTypes .zbot_item .zbot_icon {
        width: 110px;
        height: 110px;
    }
    #ZistBoomObjectsTypes .zbot_item h6 {
        top: 25%;
    }
    #ZistBoomObjectsTypes .zbot_item h4 {
        top: 11%;
        max-height: 3.9rem;
    }
    #ZistBoomObjectsTypes .zbot_item.even h4 {
        top: auto;
        bottom: 10%;
    }
    #ZistBoomObjectsTypes .zbot_item h3 {
        left: 29%;
        top: 4.5%;
    }
    #ZistBoomObjectsTypes .owl-dots {
        display: none;
    }


}
