@charset "UTF-8";
/*
Theme Name: Girboxshomal
Version: 1.0
Author: Sitralweb
Author URI: https://sitralweb.com
Description: Girboxshomal 2024 Designed By Sitralweb Group
*/

/*---body---*/





html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video{margin: 0;padding: 0;border: 0;vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section{display: block;}ol, ul{list-style: none;}blockquote, q{quotes: none;}blockquote:before, blockquote:after,q:before, q:after{content: '';content: none;}table{border-collapse: collapse;border-spacing: 0;}

html, body {
overflow-x:hidden;
}



#gform_submit_button_10 {
border:0px solid #ccc;
padding:5px 20px 5px 20px;
color:#fff;
border-radius:5px;
cursor:pointer;
}
/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;

	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}
	
	
	
	
img[data-src] {
  opacity: 0;
  transition: opacity .25s ease-in-out;
  will-change: opacity;
}

/* appear animation */
img[data-src][src] {
  opacity: 1;
}

.owl-carousel {direction:ltr;}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel-special-left {direction:ltr;}
.owl-carousel-special-left,.owl-carousel-special .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel-special-left{z-index:1}
.owl-carousel-special-left .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}
.owl-carousel-special-left .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel-special-left .owl-stage-outer{position:relative;-webkit-transform:translate3d(0,0,0)}
.owl-carousel-special-left .owl-item,.owl-carousel-special .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel-special-left .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel-special-left .owl-item img{display:block;}
.no-js .owl-carousel-special-left,.owl-carousel-special-left.owl-loaded{display:block}
.owl-carousel-special-left .owl-dot,.owl-carousel-special .owl-nav .owl-next,.owl-carousel-special .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel-special-left.owl-loading{opacity:0;display:block}
.owl-carousel-special-left.owl-hidden{opacity:0}
.owl-carousel-special-left.owl-refresh .owl-item{visibility:hidden}
.owl-carousel-special-left.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel-special-left.owl-grab{cursor:move;cursor:grab}
.owl-carousel-special-left.owl-rtl{direction:rtl}
.owl-carousel-special-left.owl-rtl .owl-item{float:right}
.owl-carousel-special-left .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel-special-left .owl-animated-in{z-index:0}
.owl-carousel-special-left .owl-animated-out{z-index:1}
.owl-carousel-special-left .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel-special-left .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel-special-left .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-theme .owl-nav {margin-top: 10px;text-align: center;-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav .disabled {opacity: 0.5;cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {margin-top: 10px; }
.owl-theme .owl-dots {text-align: center;-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {display: inline-block;zoom: 1;*display: inline; }
.owl-theme .owl-dots .owl-dot span {width: 10px;height: 10px;margin: 5px 7px;background: #D6D6D6;display: block;-webkit-backface-visibility: visible;transition: opacity 200ms ease;border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #869791; }
.owl-carousel-special {direction:ltr;}
.owl-carousel-special,.owl-carousel-special .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel-special{z-index:1}
.owl-carousel-special .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}
.owl-carousel-special .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel-special .owl-stage-outer{position:relative;-webkit-transform:translate3d(0,0,0)}
.owl-carousel-special .owl-item,.owl-carousel-special .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel-special .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel-special .owl-item img{display:block;}
.no-js .owl-carousel-special,.owl-carousel-special.owl-loaded{display:block}
.owl-carousel-special .owl-dot,.owl-carousel-special .owl-nav .owl-next,.owl-carousel-special .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel-special.owl-loading{opacity:0;display:block}
.owl-carousel-special.owl-hidden{opacity:0}
.owl-carousel-special.owl-refresh .owl-item{visibility:hidden}
.owl-carousel-special.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel-special.owl-grab{cursor:move;cursor:grab}
.owl-carousel-special.owl-rtl{direction:rtl}
.owl-carousel-special.owl-rtl .owl-item{float:right}
.owl-carousel-special .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel-special .owl-animated-in{z-index:0}
.owl-carousel-special .owl-animated-out{z-index:1}
.owl-carousel-special .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel-special .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel-special .owl-item img.owl-lazy{transform-style:preserve-3d}


.moshaver-single-link:hover , .hot-menu-2 a:hover , .acf-button:hover , .buttomsearch-2:hover , .auth_btn:hover , .accessbuttom input:hover{opacity:0.8;}

.acf_price , #acf_price {
text-align:left!important;
direction: ltr!important;
}
.errpkhde {
display: block;
float: right;
background: #fff;          
border-radius: 6px;
padding: 9px 10px 9px 10px;
box-shadow: 0 0 6px rgba(0,0,0,0.1);
width: calc(100% - 20px);
text-align: right;
margin-bottom: 15px;
}
.printing {border-radius:4px;border:2px solid #000;padding:2px 10px; color:#000!important;}
.acf-input input ,.acf-input select[option] ,.acf-input { font-family: 'iransans'!important; }
.dig_ma-box, .dig_ma-box input, .dig_ma-box input::placeholder, .dig_ma-box ::placeholder, .dig_ma-box label, .dig_ma-box button, .dig_ma-box select, .dig_ma-box * { font-family: 'iransans'!important; }
.sabtnamd {width:100px;text-align:center;height:40px;border:0px solid #fff!important;color:#ffffff;}

option { font-family: 'iransans'!important; }
.acf-osm-above , .acf-fr {display:none!important; }
.markers-instruction .description , .osm-markers {display:none!important; }
.markers-instruction:before {content: 'برای نشان کردن دوبار کلیک نمائید' }
.acf-gallery { border: #ccd0d4 dotted 4px!important; border-radius:10px;height:320px!important;}

.acf-gallery .acf-gallery-toolbar {border-top: #fff solid 0px!important;
background: url(images/backupload.jpg) no-repeat center bottom!important;
min-height: 45px !important;
}
.acf-gallery .acf-gallery-attachments {bottom: 70px!important; }
.accessbuttom {width:100%;float:right;display:block;}
.accessbuttom input {width:100%;float:right;display:block;border:0px solid #fff;color:#fff;border-radius:5px;line-height:40px;margin-bottom:20px;cursor:pointer;transition: all 0.2s ease-in-out;}

#wpadminbar {display:none!important;height:0px!important;}
#app {width: 100%;height: 400px;display:block;float:right;}
body {font-family: IRANSans;margin-top:0;}
.admassage {
display:block;
float:right;
width:calc(100% - 40px);
padding:20px;
margin-top:20px;
border-radius:10px;
background:#07b148;
color:#fff;
font-size:13px;
text-align:center;
}
#message {display:none;}
#geeks-2 {
background: #fff;
color: #ff0000;
width: calc(98% - 12px);
margin-right: 1%;
margin-left: 1%;
border: 1px solid #ff0000;
padding: 6px;
border-radius: 10px;
float: right;
margin-top: 10px;
text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {float:right!important;background:#fff;border:0px solid #fff!important;border-radius:4px;box-shadow: 0 0 6px rgba(0,0,0,0.1);}
.simplefavorite-button {font-family: IRANSans!important;}
.loading{
position:fixed;
width:100%;
height:100%;
background: rgba(0,0,0,.8);
text-align:center;
display:none;
z-index:99999999999999999999999;
}
.loading img{
position:absolute;
top:50%;
right:calc(50% - 75px);
transform:translateY(-50%);
}

.clear{clear:both;}
a{text-decoration:none;transition: all 0.2s ease-in-out;}
a:hover,a:focus{text-decoration:none !important;outline:0;}
li{list-style:none;}

.dotted{
margin-bottom: 10px;
padding: 0 10px 15px 0;
border-bottom: 1px solid #ddd;
font-size: 16px;
}


@media only screen and (min-width: 1135px) {
.form-table > tbody > .acf-field > .acf-input {
  padding: 3px!important;
}
html[dir="rtl"] .form-table > tbody > .acf-field > .acf-label {
  padding: 3px!important;
}
.form-table > tbody > .acf-field > .acf-label label {
width:100%;
font-weight:normal!important;
}
.stellarnav {margin-top:15px;}
.pwasitralweb { display:none!important}

.payam-zir-search {
border-top-right-radius:7px;
border-bottom-right-radius:7px;
color:#fff;
background: linear-gradient(190deg, rgba(61,61,61,1) 0%, rgba(0,0,0,1) 100%)!important;
line-height:90px;
width:54%;
padding-right:3%;
padding-left:3%;
display:block;
font-size: 18px;
float:left;
margin-top:40px;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.payam-zir-search-link {
border-radius:4px;
color:#fff;
border: 2px solid #fff;
line-height: 40px !important;
margin-top: 23px;
padding-right: 30px;
padding-left: 30px;
display:block;
float:left;
}
.payam-zir-search-link:hover {
background-color:#fff!important;
}

.haminak_mitavanid {
width: calc(100% - 40px);
margin-top: 40px;
padding-right: 20px;
padding-left: 20px;
font-size: 15px;
text-align: center;
border-radius: 6px;
line-height: 60px;
box-shadow: 0 0 8px #989898;
display: block;
float: right;
}
.akharin-packageha .entry-summary {
width:100%!important;
}
.akharin-packageha .addtoany_header , .akharin-packageha .addtoany_list {display:none!important;}
.woocommerce-ordering select {
border-radius: 3px;
box-shadow: 0 0 2px #989898;
border: 0px solid #05ADC9!important;
}
.products li {
text-align: center;
border-radius: 6px;
box-shadow: 0 0 5px #989898;
}
.products li:hover {
box-shadow: 0 0 10px #989898;
}
.woocommerce-loop-product__title {
border-bottom: 0px solid #05ADC9!important;
}
.products li img {
margin-bottom:0!important;
padding-bottom:0!important;
border-top-right-radius: 6px!important;
border-top-left-radius: 6px!important;
}
.products li .add_to_cart_button {
margin-top:0!important;
margin-bottom:10px!important;
color:#fff!important;
}
.related h2 {
margin-top:20px;
margin-bottom:20px;
color: #000000;
border-bottom: 2px solid #05ADC9;
padding-bottom: 3px;
width:100%;
display:block;
float:right;
}
.woocommerce span.onsale {top: 3em!important; }
.woocommerce ul.products li.product .onsale   {top: -.5em!important; }
.woocommerce-product-gallery img {
text-align: center;
border-radius: 6px;
box-shadow: 0 0 5px #989898;
overflow:hidden;
}
.flex-control-thumbs li {
width:20.5%!important;
margin-top:15px!important;
margin-right:3%!important;
margin-left:3%!important;
}
.flex-control-thumbs li:nth-child(4n+1) {margin-right:0%!important;}
.flex-control-thumbs li:nth-child(4n+4) {margin-left:0%!important;}
.single-right-content-img-nopic {height:45px!important;margin-bottom:0px!important;}
.single-right-content-img-print {display:none!important; }
.simplefavorite-button {
border:0px solid #fff!important;
padding:5px 10px 5px 10px;
background:#fff!important;
border-bottom-right-radius:7px;
z-index:99999999999999999999999999999999999999999999999999999;
border-bottom-left-radius:7px;
}
.simplefavorite-button .active{
border:0px solid #fff!important;
padding:5px 10px 5px 10px;
background:#fff!important;
border-bottom-right-radius:7px;
z-index:9999999999999999999;
border-bottom-left-radius:7px;
}
.like-bottom-asli {
box-shadow: 0px 0px 4px #c5c5c5;
text-align:center;
padding-top: 6px;
font-size: 18px!important;
background:#fff!important;
color:#000!important;
border-radius:5px;
z-index:999;
float:right;
border-bottom-left-radius:7px;
display:block;
}
.add-favorite , .delete-favorite {height:20px;}
.bold-1 {
font-weight:600!important;
padding-top:10px;
color:#000;
padding-bottom:2px;
font-size:15px!important;
}
.bold-2 {
font-weight:600!important;
padding-bottom:10px;
color:#aaaaaa;
font-size:13px!important;
}
/*--contactpage--*/
.contact-page-right{
width:45%;
background:#ffffff;
border-radius:5px;
padding:20px 2% 20px 2%;
box-shadow: 0px 0px 4px #c5c5c5;
margin:20px 0 40px 1%;
float:right;
}
.contact-page-right h1{
margin-top:20px;
margin-bottom:20px;
font: 18px/36px 'iransans';
color: #000000;
padding-bottom: 3px;
width:100%;
display:block;
float:right;
}
.contact-page-right img {
max-width:80%;
height:auto;
display:table;
margin-right:Auto;
margin-left:auto;
}
.contact-page-left{
text-align: right;
width:45%;
display:block;
background:#ffffff;
border-radius:5px;
padding:20px 2% 20px 2%;
box-shadow: 0px 0px 4px #c5c5c5;
margin:20px 1% 40px 0;
float:right;
}
.single-form-state label{
font: 12px/24px 'iransans'!important;
}
.single-form-state input ,.single-form-state select , .single-form-state textarea{
font: 12px/24px 'iransans'!important;
border-radius: 3px;
border: 1px solid #CCCCCC;
}
.single-form-state select{
font: 12px/24px 'iransans'!important;
border-radius: 3px;
height:35px;
border: 1px solid #CCCCCC;
}
.single-form-state .acf-fields > .acf-field{
padding: 1px 12px!important;
}

/*--meaccuont--*/
.my-menu{
width:25%;
font: 13px/24px 'iransans';
float:right;
margin-bottom: 60px;
margin-top: 30px;
}
.imgbp {
width:100px;
display:table;
margin-right:auto;
margin-left:auto;
box-shadow: 0 0 6px rgba(0,0,0,0.1);
border-radius:50px;
height:100px;
}
.my-menu ul li a{
width:100%;
background-color:rgba(101,103,104,0.7);
color: #ffffff;
border-top-right-radius:8px;
border-bottom-right-radius:8px;
float:right;
padding-top:7px;
padding-bottom:7px;
margin-top:5px;
text-align:center;
text-decoration:none;
font: 13px/24px 'iransans';
}
.my-menu ul li a:hover{
    background-color:rgba(101,103,104,1);
}
.my-menu ul li a:active{
    background-color:rgba(101,103,104,1);
}
.my-page-half {
float:right;
width:46%;
margin-right:2%;
margin-left:2%;
display:block;
float:right;
}
.my-page button{
padding-right:30px!important;
padding-left:30px!important;
border-radius:4px!important;
color:#fff!important;
line-height:45px!important;
}
.my-page input[type=text] , .my-page input[type=password]{
padding-right:5px!important;
padding-left:5px!important;
border-radius:4px!important;
min-height: 30px!important;
line-height:45px!important;
}
.my-page .minput_inner{
width:50%!important;
}
.my-page .dig_lrf_box .countrycodecontainer {
    margin-left: -85px!important;
}
.my-page{
width:69%;
height: auto;
min-height: 350px;
border-radius: 10px;
padding: 30px 3% 30px 3%;
float:right;
color: #000000;
box-shadow: 0px 0px 4px #c5c5c5;
background: #ffffff;
margin-top: 30px;
margin-bottom: 60px;
font: 12px/24px 'iransans';
}
.my-page table{
width:100%;
}
.my-page input{
height: 30px;
font-family:'iransans'!important;
border-radius: 5px;
border: 1px solid #CCCCCC;
}
.my-page select{
height: 30px;
font-family:'iransans'!important;
border-radius: 5px;
border: 1px solid #CCCCCC;
}
.my-page select option{
font-family:'iransans'!important;
}
.my-page .dig_lrf_box .countrycodecontainer {
    margin-left: -95px!important;
}
.my-page h2{
font: 14px/24px 'iransans';
text-align:center;
width:auto;
font-weight: bold;
}
.me-welcome h1{
font: 14px/24px 'iransans';
border-bottom: 3px solid #47BCFF;
text-align:center;
width:auto;
font-weight: bold;
margin-top: 15px;
margin-bottom: 25px;
}
.acf-button , #updateuser , #wppb-register-user #register,#wppb-login-wrap #wppb-submit ,#edit_profile, #wppb-recover-password-button{
color:#fff!important;
border-radius:5px;
cursor:pointer;
padding-right:30px;
padding-left:30px;
border:none!important;
font-family:'iransans'!important;
}
.acf-button {
padding-top:5px!important;
padding-bottom:5px!important;
height:auto!important;
}
.media-menu-item {
font-family: 'iransans';
}
.acf-form-submit .acf-button {
margin-right:12px;
margin-bottom:20px;
}
.myadsul {
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 10px;
gap: 10px 20px;
row-gap: 10px;
column-gap: 20px;
margin-bottom: 20px;
}
.myadsul li{
width:calc(100% - 40px);
margin-top:40px;
padding-right:20px;
padding-left:20px;
font-size:14px;
text-align:center;
border-radius:6px;
line-height:40px;
box-shadow: 0 0 4px #989898;
display:block;
float:right;
}
.myadsul li dd{
font-size:30px;
text-align:center;
border-top:2px solid #ccc;
}
.myadsul li a{color:#000;}



.auther-posts {
width:100%;
display:block;
float:right;
}
.auther-posts .box_post {
width:100%!important;
display:block;
overflow: hidden!important;
box-shadow: 0 0 4px #989898!important;
float:right;
border:1px solid #ccc!important;
border-radius:5px;
margin-top:15px;
}

.auther-posts .box_post h3 {
font:16px/30px 'iransans'!important;
display:block;
height:30px!important;
margin-top:12px;
margin-bottom:10px;
float:right;
width:calc(100% - 170px);
padding-right:10px;
padding-left:10px;
overflow:hidden;
}
.auther-posts-permalink {
display:block;
float:right;
padding:15px;
color:#000!important;
}



/*---containers---*/
.index-large{
width:100%;
background-position: top center;
background-attachment: fixed;
background-opacity: 0.3 ;
}
.index-large-with-back {
width:100%;
display:block;
float:right;
Box-shadow:inset 0px 10px 10px -5px #CCC;
background: url(imgs/page-background.png) repeat rgba(255,255,255,0.5);
}
.large-back-bg4 {
width:100%;
display:block;
float:right;
padding-top:20px;
padding-bottom:20px;
Box-shadow:inset 0px 10px -10px -5px #CCC;
background: #f7f7f7;
}
.large-noback{ 
width: 100%;
height: auto;
display:block;
float:right;
}
.index-small{
width:1148px;
padding-right:6px;
padding-left:6px;
margin:0 auto;
overflow:hidden;
text-decoration:none;
}
.index-small-show {
width:1148px;
padding-right:6px;
padding-left:6px;
margin:0 auto;
text-decoration:none;
}
/*---header---*/
.header {
width:100%;
display:block;
float:right;
height:80px;
}
.header-date {
float:right;
display:block;
width:33%;
font:16px/50px 'iransans';
color:#ffffff;
}
.header-date .fa{color:#ffffff;font-size:12pt;padding-left:4px;}
.icon_social_header {
float:left;
overflow:hidden;
line-height:45px;
}
.icon_social_header a{
width:30px;
float:left;
text-align:center;
font-size:24px;
margin-left:6px;
line-height:45px;
color:#fff;
}
.icon_social_header a:hover{opacity:0.8;}
.icon_social_header a .fa{color: #fff;}
.catalog {
float:left;
text-align:center;
font-size: 14px;
margin-left:20px;
padding-left:10px;
padding-right:10px;
line-height:50px;
color:#fff;
background: linear-gradient(190deg, rgba(0,0,0,1) 0%, rgba(61,61,61,1) 100%) !important;
}
.headsapce {
padding-top: 55px !important;
}
/*------menu*/
.main-menu main-menu-mobile{
display: none;
} 
.main-menu{
font: 14px/75px 'iransans';
width: 1148px;
margin: 0 auto;
top: 50px;
border-radius: 6px;
right: calc(50% - 574px);
box-shadow: 0 0 6px rgba(0,0,0,0.1);
z-index: 9999;
display: table;
position: absolute;
}
.menukol {
width: 100%!important;
border-radius: 0px!important;
right: 0!important;
}
.logo {
float:right;
display:block;
margin-right:10px;
text-align:left;
height:75px;
font:14px/45px 'iransans';
color:#000;
}
.logo img{
max-height:75px;
width:auto;
height:auto;
}
/*---search---*/
.box-ekhtesasi {
margin-top:150px;
margin-bottom:70px;
float:right;
display:block;
height: auto;
width: 100%;
}
.box-ekhtesasi-right {
width:42%;
padding: 25px 3% 25px 5%;
text-align:right!important;
float:right;
display:block;
}
.box-ekhtesasi-right h1{
font: 34px/62px 'iransans';
width:100%;
margin-bottom:10px;
font-weight: 400;
color:#fff!important;
float:right;
display:block;
}
.box-ekhtesasi-right h1:after{
width:50px;
height:3px;
margin-bottom:10px;
background:#ff0000!important;
display:block;
content: '';
}
.box-ekhtesasi-right h3{
font: 20px/34px 'iransans';
width:95%;
font-weight:300;
color:#fff!important;
margin-right:5%;
float:right;
display:block;
}

.box-ekhtesasi-left {
width:40%;
margin-top:30px;
padding: 0 10% 25px 0;
float:left;
display:block;
}
.box-ekhtesasi-left img{
display:table;
margin-right:auto;
margin-left:auto;
}



.large-back-index {
background: linear-gradient(190deg, rgba(254,0,0,1) 0%, rgba(183,0,0,1) 100%);
float:right;
width:100%;
display:block;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.large-back-index-right {
float:right;
width:45%;
height:100%;
display:block;
}
.large-back-index-right-bg {
background: linear-gradient(190deg, rgba(61,61,61,1) 0%, rgba(0,0,0,1) 100%);
padding-top:100px;
padding-bottom:130px;
margin-top:-100px;
float:right;
width:250px;
height:100%;
display:block;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.large-back-index-right-bg img {
float:right;
margin-top:120px;
margin-right:-40px;
max-width:470px;
height:auto;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.large-back-index-left {
padding-top:70px;
padding-bottom:100px;
float:left;
color:#fff;
font-weight:400;
font: 16px/30px 'iransans';
width:55%;
text-align:justify;
display:block;
}
.large-back-index-left h2 {
font: 30px/62px 'iransans';
margin-bottom:15px;
font-weight: 400;
}



.producbox {
padding-top:120px!important;
}

.producbox li {
width:100%;
display:block;
padding-top:30px;
padding-bottom:30px;
}
.producbox li:nth-child(even) {
float:left;
}
.producbox li:nth-child(even) .producbox-bg1 {
width:70%;
height:260px;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
background: linear-gradient(190deg, rgba(254,0,0,1) 0%, rgba(183,0,0,1) 100%);
float:left;
border-top-right-radius:25px;
border-bottom-right-radius:25px;
display:block;
margin-top:10px;
margin-bottom:10px;
position:relative;
}
.producbox li:nth-child(even) .producbox-bg1 span{
margin-left:calc(15% + 250px);
margin-right:35px;
color:#fff;
float:left;
display:block;
padding-top:35px;
padding-left:20px;
font-size:14px;
line-height:30px;
text-align:justify;
} 
.producbox li:nth-child(even) .producbox-bg2 {
width:200px;
height:300px;
border-radius:25px;
left: 15%;
background: linear-gradient(190deg, rgba(61,61,61,1) 0%, rgba(0,0,0,1) 100%);
float:left;
display:block;
position:absolute;
bottom:-20px;
}


.producbox li:nth-child(odd) {
float:right;
}
.producbox li:nth-child(odd) .producbox-bg1 {
width:70%;
height:260px;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
background: linear-gradient(190deg, rgba(254,0,0,1) 0%, rgba(183,0,0,1) 100%);
float:right;
display:block;
border-top-left-radius:25px;
border-bottom-left-radius:25px;
margin-top:10px;
margin-bottom:10px;
position:relative;
}
.producbox li:nth-child(odd) .producbox-bg1 span{
margin-right:calc(15% + 250px);
color:#fff;
float:right;
display:block;
padding-top:35px;
padding-left:35px;
font-size:14px;
line-height:30px;
text-align:justify;
} 
.producbox li:nth-child(odd) .producbox-bg2 {
width:200px;
height:300px;
border-radius:25px;
margin-right:15%;
background: linear-gradient(190deg, rgba(61,61,61,1) 0%, rgba(0,0,0,1) 100%);
float:right;
display:block;
position:absolute;
bottom:-20px;
}



.producbox .producbox-bg2 img{
width:250px;
height:auto;
margin-top:50px;
}

.title-product-even {
padding-right: 2%;
text-align:right!important;
float:right;
display:block;
padding-top:100px;
}
.title-product-odd {float:left!important}
.title-product-even h2{
font: 28px/52px 'iransans';
width:100%;
margin-bottom:10px;
font-weight: 400;
color:#000!important;
float:right;
display:block;
}
.title-product-even h2:after{
width:50px;
height:3px;
margin-bottom:10px;
background:#ff0000!important;
display:block;
content: '';
}

.clients-index {
display:block;
float:right;
width:calc(100% - 12px);
top:-70px;
padding-top:10px;
padding-bottom:10px;
border-radius:7px;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
overflow:hidden;
position: absolute;
background:#fff;
}
.clients-index img{
width:80%!important;
height:auto!important;
display:table;
margin-right:auto;
margin-left:auto;
}

.clients-index .owl-next {
  background: url(images/left.png) no-repeat;
  float: left;
  color: #ffffff;
  top: 24px;
  left: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
}
.clients-index .owl-prev {
  background: url(images/right.png) no-repeat;
  float: right;
  color: #ffffff;
  top: 24px;
  right: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
}
/*---slider---*/
.owl-carousel-special {
height:400px;
margin-top:10px;
margin-bottom:10px;
width:100%;
display:block;
position:relative;
border-radius:15px;
box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.home-carousel {
background:#fff;
}
.owl-carousel-special-right {
height:400px;
width:360px;
Right:0;
display:block;
background:#000;
position: absolute;
border-radius:15px;
box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.title-projects {text-align:center;padding:25px;width:calc(100% - 50px);display:block;float:right;}
.title-projects h2{margin-top:50px;color:#fff;width: 100%;font-weight:400;font-size:22px;display:block;float:right;text-align:right;}
.title-projects h2:before {display:block;margin-right:15px;margin-top:10px;height:12px;float:right;content: '';}
.owl-carousel-special-right span{
padding-right: 40px;
padding-left: 40px;
width: calc(100% - 80px);
color:#fff;font-weight:400;font-size:16px;line-height:32px;display:block;float:right;text-align:justify;}

.owl-carousel-special-left {
height:400px;
position:relative;
overflow:hidden;
padding-right:20px;
padding-left:20px;
width:calc(100% - 400px);
float:left;
display:block;
}
.carousel-item-special {
display:block;
position:relative;
overflow:hidden;
direction:rtl!important;
margin-top:25px;
height:340px;
}
.carousel-item-special img {
height:300px;
width:100%;
display:block;
float:right;
border-radius:8px;
}
.carousel-item-special h3 {
font:16px/40px 'iransans';
direction:rtl!important;
text-align:center;
float:right;
width:100%;
overflow:hidden;
display:block;
}
.owl-carousel-special-left .owl-next{background:url(images/left-1.png) no-repeat;opacity: 0.8;float:left;color:#aeb0b1;top:360px;left:20px;width:30px;height:30px;position:absolute;z-index:2}
.owl-carousel-special-left .owl-prev{background:url(images/right-1.png) no-repeat;opacity: 0.8;float:right;color:#aeb0b1;top:360px;left:52px;width:30px;height:30px;position:absolute;z-index:2}
.owl-carousel-special-left .owl-next:hover{opacity: 1; }
.owl-carousel-special-left .owl-prev:hover{opacity: 1; }

/*------parallax-----*/
.title_box{
overflow: hidden;
padding-right: 10px;
border:0;
margin:0 0 10px;
}
.parallax {
min-height: auto;
padding:20px 0;
background-size: cover;
overflow: hidden;
}
.main_box{
overflow:hidden;
width:31.33%;
margin-right:1%;
margin-left:1%;
float:right;
}
.index-sitha-box-content{
width: 320px;
display:block;
margin-right: auto;
margin-left: auto;
margin-top: 20px;
margin-bottom: 30px;
height: 350px;
overflow-y: scroll;
overflow-x: hidden;
}
.index-sitha-box00{
margin-right: 20px;
}
.main_box .title_box{
border-radius: 5px 5px 0 0;
border: 1px solid #d2d2d2;
border-bottom:0;
background: #ececec;
margin:0;
}
.title_box span{
font: 15px/40px IRANSans;
display: block;
float: right;
color:#000;
padding: 0 10px;
font-weight: 400;
}
.content_box{
background: #fff;
padding: 10px;
border: 1px solid #dcdcdc;
border-radius: 0 0 5px 5px;
overflow: auto;
position: relative;
}
.content_box ul{overflow:hidden;height: auto;padding:0;margin:0;}
.content_box ul li {
overflow: hidden;
margin-bottom: 7px;
padding-bottom: 7px;
border-bottom: 1px solid #eaeaea;
margin-left: 15px;
}
.content_box ul li:last-child{border:0;}
.similar li img{
float: right;
margin: 0 0 0 7px;
width: 70px;
height: 55px;
object-fit:cover;
border-radius: 5px;
border: 3px solid #d8d8d8;
}
.main_box li img {
float: right;
margin: 0 0 0 7px;
width: 70px;
height: 55px;
object-fit:cover;
border-radius: 5px;
border: 3px solid #d8d8d8;
}
.content_box ul li a {
font: 10pt/20pt IRANSans;
color: #3e3e3e;
display: block;
}
.content_box .mCSB_scrollTools{left:0 !important;}
/*---blog---*/
.title-blog {text-align:right;margin-right:auto;margin-left:auto;margin-bottom:15px;width:auto;display:block;}
.title-blog h2{font-weight:600;font-size:18px;}
.title-blog h2:before {display:block;width:134px;margin-right:15px;margin-top:10px;height:12px;float:left;content: '';}

.title-blog-2 {text-align:center;margin-bottom:30px;margin-top:30px;width:100%;display:block;float:right;}
.title-blog-2 h2{width: 100%;font-weight:400;font-size:25px;display:block;float:right;text-align:center;}
.title-blog-2 h2:before {display:block;margin-right:15px;margin-top:10px;height:12px;float:right;content: '';}


.blog-4 {
width:calc(31.22% - 2px );
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
border: 1px solid #ddd;
margin-right:1%;
background:#fff;
margin-bottom:20px;
transition: all 0.4s ease-in-out;
overflow:hidden;
margin-left:1%;
display:block;
float:right;
}
.blog-4 h3 a{
font:16px/24px 'iransans';
color:#57434a;
text-align:right;
overflow:hidden;
display:block;
width:calc(100% - 20px);
padding-right:10px;
padding-left:10px;
}
.blog-4 img{
width:calc(100% - 4px);
height:230px;
margin:2px;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}
.blog-4:hover{opacity: 0.8;}
.blog-4 span {
color: #000000;
display:block;
font:13px/22px 'iransans';
height: 45px;
margin-top:10px;
overflow:hidden;
margin-bottom:15px;
width:calc(100% - 20px);
padding-right:10px;
padding-left:10px;
}
.blog-4-data {
height: 25px!important;
}
.blog-4-data a {
float:left;
}





.blog-2 {
width:calc(48% - 2px );
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
border: 1px solid #ddd;
margin-right:1%;
margin-bottom:40px;
transition: all 0.4s ease-in-out;
overflow:hidden;
margin-left:1%;
display:block;
float:right;
}
.blog-2 h3 a{
font:16px/24px 'iransans';
color:#57434a;
text-align:right;
overflow:hidden;
display:block;
width:calc(100% - 20px);
padding-right:10px;
padding-left:10px;
}
.blog-2 img{
width:calc(100% - 4px);
height:230px;
margin:2px;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}
.blog-2:hover{opacity: 0.8;}
.blog-2 span {
color: #000000;
display:block;
font:12px/22px 'iransans';
height: 112px;
overflow:hidden;
margin-bottom:15px;
width:calc(100% - 20px);
padding-right:10px;
padding-left:10px;}

.archive-sidabar a {
width:calc(100% - 20px);
padding-right:10px;
padding-left:10px;
display:block;
float:right;
font-size:14px;
height:15px;
text-align:center;
color:#252525;
}
/*--footer--*/
footer{
width:100%;
display:block;
float:right;
padding-bottom: 80px;
border-top: 4px solid #ff0000;
}
.box-footer-2{
overflow:hidden;
width:50%;
margin-top:30px;
margin-bottom:60px;
margin-right:1%;
margin-left:1%;
padding-right:1%;
padding-right:1%;
float:right;
color:#ffffff;
display:block;
font:15px/36px 'iransans';
}
.box-footer-2 p i{
width:40px;
font-size:16pt;
text-align:center;
}
.box-footer-4{
overflow:hidden;
width:41%;
margin-top:30px;
margin-bottom:60px;
margin-right:1%;
margin-left:1%;
padding-right:1%;
padding-right:1%;
float:right;
color:#ffffff;
display:block;
font:15px/36px 'iransans';
}
.box-footer-4 p i{
width:40px;
font-size:16pt;
text-align:center;
}
.title-box-footer{
overflow:hidden;
font:16px/22px 'iransans';
width:100%;
float:right;
margin-bottom:10px;
display:block;
}
/*--copyright---*/

.copyright{
background:#333333;
color:#ffffff;
overflow:hidden;
padding-top: 15px;
padding-bottom: 20px;
width:100%;
display:block;
float:right;
}
.copyright p{
float:right;
font:15px/25px 'iransans';
color:#ffffff;
margin:0;
}
.copyright p a{color:#ffffff;}
.copyright left img{
float:left;
margin-top:-5px;
}
.icon_social{
float:left;
overflow:hidden;
margin-top: 10px;
}
.icon_social a{
width:35px;
float:left;
margin-right:5px;
text-align:center;
border-radius: 20px;
font-size:14pt;
line-height:35px;
color:#fff;
}
.icon_social a:hover{opacity:0.8;}
.icon_social a .fa{margin-top: 5px; color: #fff;}
/*--breadcrumb---*/
.breadcrumb{
background:#ffffff;
display:block;
font-weight: 100;
box-shadow: 0 0 6px rgba(0,0,0,0.1);
border-radius:7px;
width:96%;
margin-top:10px;
padding-right:2%;
padding-left:2%;
height:30px;
padding-top:10px;
padding-bottom:10px;
font: 14px/28px 'iransans';
}
.breadcrumb a{
color:#000000;
display:block;
}
.breadcrumb li{
padding-left: 15px;
float:right;
display:block;
}
.breadcrumb .separator{
font-size:18px;
display:block;
font-weight:100;
color:#ccc;
}
/*--single-right---*/
.single-right-project {
display:block;
float:right;
margin-left:1%;
background: linear-gradient(190deg, rgba(254,0,0,1) 0%, rgba(183,0,0,1) 100%);
margin-top:30px;
margin-bottom:30px;
border-top-left-radius:25px;
border-bottom-left-radius:25px;
min-height:480px;
padding:30px;
padding-right:50px;
width:calc(49% - 80px);
box-shadow: 0 0 15px rgba(0,0,0,0.1);
text-align:justify;
font: 15px/28px 'iransans';
font-weight:400;
color:#fff;
}
.single-right-project h1 {
font: 24px/40px 'iransans';
font-weight:400;
margin-bottom:10px;
}

.single-left-project {
display:block;
float:right;
width:calc(49% - 80px);
margin-right:1%;
background:#fff;
padding:30px;
padding-left:50px;
margin-top:30px;
margin-bottom:30px;
border-top-right-radius:25px;
border-bottom-right-radius:25px;
min-height:480px;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
text-align:justify;
font: 15px/28px 'iransans';
font-weight:400;
}
.single-left-project h1 {
font: 24px/40px 'iransans';
font-weight:400;
margin-bottom:10px;
}





.single-right {
width:68%;
float:right;
display:block;
margin-left:2%;
}
.single-right-search {
float:left!important;
margin-right:2%!important;
margin-left:0%!important;
}
.desc-content-tab {
padding:5px;
font:14px/25px 'iransans';
}
.single-right-content {
width:calc(100% - 40px);
box-shadow: 0 0 6px rgba(0,0,0,0.1);
float:right;
padding:20px;
margin-top:20px;
margin-bottom:20px;
border-radius:7px;
background:#fff;
display:block;
}
.single-right-content-back-hide {
width:100%!important;
box-shadow:0 0 0 rgba(0,0,0,0)!important;
padding:0!important;
border-radius:0!important;
background:rgba(0,0,0,0)!important;
}
.single-right-content h1 , .desc-content-tab h1 , .titdesk {
width:100%;
display:block;
margin-bottom:15px;
text-align:right;
float:right;
font:19px/30px 'iransans';
}
.single-right-content-img {
width:100%;
float:right;
overflow:hidden;
font-size:13px!important;
margin-top:20px;
position:relative;
margin-bottom:20px;
display:block;
}
.nopica img {
display:table;
margin-right:auto;
margin-left:auto;
float:none;
}
.single-right-content-img  .owl-carousel-special .owl-item li {
height: 100%!important;
display: flex!important;
align-items: center!important;
justify-content: center!important;
}

.single-right-content-img  .owl-carousel-special .owl-item img {
height: auto;
width: auto;
margin:auto;
}

.single-right-content-img .owl-carousel-special  {box-shadow: 0 0 0 rgba(0,0,0,0.1)!important; }
.single-right-content-img .owl-next{background:url(images/left-1.png) no-repeat;opacity: 0.8;float:left;color:#aeb0b1;top:360px;left:20px;width:30px;height:30px;position:absolute;z-index:2}
.single-right-content-img .owl-prev{background:url(images/right-1.png) no-repeat;opacity: 0.8;float:right;color:#aeb0b1;top:360px;left:52px;width:30px;height:30px;position:absolute;z-index:2}
.single-right-content-img .owl-next:hover{opacity: 1; }
.single-right-content-img .owl-prev:hover{opacity: 1; }

.single-right-content p {margin-bottom: 15px;}
.single-right-content ol li,.post-content ul li{font-size: 13px;}
.single-right-content ul li{list-style:none; padding: 0;}
.single-right-content ol li {list-style:none;}
.single-right-content .alignright {float:right; margin:12px 0 12px 12px;max-width:100%;}
.single-right-content .alignleft {float:left; margin:12px 12px 12px 0;max-width:100%;}
.single-right-content .aligncenter {display:block; margin:12px auto;max-width:100%;}
.single-right-content h2 {color:#535d60;font:20px/30px 'iransans';}
.single-right-content h3 {color:#535d60;font:19px/30px 'iransans';}
.single-right-content h4 {color:#535d60;font:18px/30px 'iransans';}
.single-right-content h5 {color:#535d60;font:17px/30px 'iransans';}
.single-right-content h6 {color:#535d60;font:16px/30px 'iransans';}
.single-right-content table{margin:10px 0;}
.single-right-content table td {border:1px solid #b9b9b9; padding:7px 6px;}
.detail-ads{display: inline-block;width: 100%;}
.detail-ads li{font-size: 15px;width: 50%;float:right; padding: 10px 0 10px 0; border-bottom: 1px solid #f5f5f5;}
.detail-ads li:last-child{border-bottom: 0;}
.detail-ads span{font-weight: 600;}
.single-right-content sadbox {
width:100%;
display:block;
text-align:right;
float:right;
font-size:14px!important;
margin-top:15px;
margin-bottom:15px;
}
.detail-ads iframe {width:100%;}
/*--single-left---*/
.single-left {
width:30%;
float:left;
display:block;
}
.single-left-search {
float:right!important;
}
.single-left-content {
width:calc(100% - 40px);
box-shadow: 0 0 6px rgba(0,0,0,0.1);
float:left;
padding:20px;
margin-top:20px;
margin-bottom:20px;
border-radius:7px;
background:#fff;
display:block;
}
.infoboxing {
width:calc(100% - 20px);display:block;float:right;
padding:10px;
margin-bottom:20px;
}
.single-left-content-title {
display:block;
float:right;
width:100%;
margin-top: 40px;
}
.single-left-content-title h3 {
font:16px/32px 'iransans';
color:#000000;
display:block;
text-align:center;
line-height:20px;
float:right;
width:100%;
padding-bottom:10px;
margin-bottom:10px;
overflow:hidden;
}
.single-left-content infbox qrcode{
display:block;
float:left;
}
.single-left-content infbox p{
display:block;
float:right;
}
.addtoanyleft {
display:table;
text-align:center;
margin-right:auto;
margin-left:auto;
}
.addtoanyleft {text-align: center;}
.addtoanyleft a {
width: 40px;
height: 40px;
margin-left:6px;
font-size:22px;
display: block!important;
float:right;
color:#fff;
border-radius: 50%;
}
.addtoanyleft i {line-height: 40px;}
.addtoanyleft .twitter {background-color:#55acee;}
.addtoanyleft .facebook {background-color:#4267B2;}
.addtoanyleft .telegram{background-color:#55acee;}
.addtoanyleft .whatsapp{background-color:#33cc33;}
.single-left-content infbox{
display:block;
text-align:right;
float:right;
width:100%;
color:#535d60;
font:13px/26px 'iransans';
}
.single-left-content h4 {
font:17px/26px 'iransans'!important;
text-align:center;
width:100%;
margin-top:15px;
display:block;
float:right;
color:#000;
}
.single-left-content phone {
font:14px/26px 'iransans'!important;
font-weight: 700!important;
margin-top:15px;
width:calc(100% - 32px);
border-radius:22px;
padding:6px 15px 6px 15px;
text-align:left;
display:block;
float:right;
}
.single-left-content phone:hover {color:#fff!important;}
.single-left-content .acf-fields {
float: right;
display: block;
width: 100%;
}
.single-left-content phone i{
text-align:right;
font-size: 22px !important;
float:right;
}
.single-left-content span a {
width:100%;
color:#636363;
padding-bottom:5px;
padding-top:5px;
font-size:14px;
display:block;
float:right;
}
.single-vijhe-sidabar {
width:calc(100% - 14px);
border:2px solid #ccc;
float:left;
display: block;
margin-top:10px;
margin-bottom:10px;
}
.single-left-content-single {
overflow: hidden;
width:100%;
margin-bottom: 7px;
padding-bottom: 7px;
border-bottom: 1px solid #eaeaea;
}
.single-left-content-single img{
float: right;
margin: 0 0 0 7px;
width: 70px;
height: 55px;
display: block;
object-fit:cover;
border-radius: 5px;
border: 3px solid #d8d8d8;
}
.single-left-content-single h3 a {
float: right;
width: calc(100% - 83px);
font: 10pt/20pt IRANSans;
color: #3e3e3e;
display: block;
}
/*---box_post---*/
.box_post{
width:49%;
margin-left:1%;
position:relative;
display:block;
overflow: hidden!important;
float:right;
height:150px;
box-shadow: 0 0 6px rgba(0,0,0,0.1);
border-radius:7px;
margin-bottom:15px;
background:#fff;
transition: all 0.2s ease-in-out;
}
.box_post:hover{box-shadow: 0 0 12px rgba(0,0,0,0.3);}
.box_post section {
position:absolute;
font-size:14px;
text-align:center;
color:#ffffff;
width:150px;
height:40px;
display:block;
right:0;
top:0;
z-index: 999;
background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}
.box_post_5 section {
width:100px!important;
}
.box_post_5 .countimages {
display:none!important;
}
.box_post_style3-2 {
width:49%;
}
.box_post section box{
padding:2px 4px 2px 4px;
margin-top:8px;
font-size:11px;
text-align:center;
color:#ffffff;
border-radius:10px;
display:block;
float:right;
margin-right:4px;
}
.box_post .countimages{
padding:1px 3px 1px 3px!important;
margin-left:4px!important;
}
.box_post monghazi {
position:absolute;
height:40px;
line-height:40px;
width:150px;
margin-top:0px!important;
font-size:14px;
font-weight:bold;
text-align:center;
border:1px solid #d0d0d0;
color:#ffffff;
background:rgba(255,0,0,0.7);
display:block;
}
.box_post_4{
width:31.33%!important;
margin-left:1%!important;
margin-right:1%!important;
}
.box_post_6 {
position:relative;
overflow: visible!important;
}
.box_post_5 ul {
display:block;
float:Right;
width:calc(100% - 20px);
padding:10px 10px 10px 10px;
}
.box_post_6 .vijhe , .box_post_6 .fori {
border-radius:3px;
color:#fff;
margin-left:4px;
font-size:12px;
padding-right:3px;
padding-left:3px;
}
.box_post_5 ul li {
font-size:13px;
color:#000;
display:block;
float:Right;
margin-left:10px;
}
.box_post_5 ul li:nth-child(1) {
position:absolute;
border-radius:5px;
top:10px;
left:0;
}
.box_post_5 ul li:nth-child(2) {
width:30px;
}
.box_post_5 ul li:nth-child(3) {
width:220px;
}
.box_post_5 ul li:nth-child(4) {
width:70px;
}
.box_post_5 ul li:nth-child(5) {
width:70px;
}
.box_post_5 ul li:nth-child(6) {
width:110px;
}
.box_post_5{width:100%!important;height:auto!important;}
.box_post_5 monghazi {width:100px!important;}
.box_post_5 img{width:100px!important;height:100px!important;}
.box_post_5 h3 {width:calc(100% - 120px)!important;height:auto!important;}
.box_post_5 p{width:calc(100% - 120px)!important;font:13px/20px 'iransans'!important}
.box_post img{
float:right;
width:150px;
height:150px;
display:block;
object-fit:cover;
border-radius:4px;
}
.box_post h3 {
font:14px/20px 'iransans';
display:block;
margin-top:12px;
margin-bottom:10px;
height:48px;
float:right;
width:calc(100% - 170px);
padding-right:10px;
padding-left:10px;
overflow:hidden;
}
.box_post i {
font-size:12px!important;
padding-top:2px;
}
.box_post p{
font:13px/30px 'iransans';
color:#000;
float:right;
display:block;
width:calc(100% - 170px);
padding-right:10px;
padding-left:10px;
overflow:hidden;
margin-bottom:0px;
}
.box_post .psad-1 {
width:calc(60% - 20px);
}
.box_post .psad-2 {
width:calc(40% - 170px);
}
.priceboxpost {
font: 14px/22px 'iransans' !important;
text-align:left;
}
.priceboxpost span {
float:right;
font-size:13px;
color: #a5a5a5;
}
.box_post:hover h3{
color:#fb9517;
}

#more_posts {
display:block;
float:left;
width:130px;
cursor:pointer;
text-align:center;
color:#fff;
margin-left:10px;
font-size:14px!important;
border-radius:3px;
border-top-left-radius:22px;
border-bottom-right-radius:22px;
line-height:40px;
transition: all 0.2s ease-in-out;
}
#more_posts:hover{opacity:0.8;}
.box_post_2{
width:31.333% ;
margin-right:2%!important;
display:block;
margin-bottom:40px;
float:right;
height:270px;
overflow:hidden;
box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
border-radius:10px;
margin-bottom:15px;
background:#fff;
}
.box_post_2 img{
float:right;
width:auto;
min-width:100%;
height:170px;
display:block;
}
.box_post_2 p{
font:13px/30px 'iransans';
color:#5c5c5c;
float:right;
display:block;
text-align:center;
height:22px;
padding-right:2%;
padding-left:2%;
margin-top:10px;
margin-bottom:7px;
overflow:hidden;
}
.box_post_p_b{
width:56%;
}
.box_post_p_7{
width:36%;
}
.box_post_2 ol{
color: #00599a;
font-weight:bold!important;
float:right;
margin-top:5px;
font:16px/30px 'iransans';
font-size:16px!important;
display:block;
text-align:center;
width:96%;
padding-right:2%;
padding-left:2%;
}

.acf-checkbox-list li {
width: 16.6%;
margin-right: 0px!important;
}

/*---moshaver-single---*/
.moshaver-single {
width:100%;
display:block;
overflow:hidden;
position:relative;
float:right;
height:200px;
box-shadow: 0 0 6px rgba(0,0,0,0.1);
border-radius:7px;
margin-bottom:15px;
background:#fff;
}
.moshaver-single img{
float:right;
width:200px;
height:200px;
display:block;
object-fit:cover;
}
.moshaver-single span {
font:13px/20px 'iransans';
color:#000;
display:block;
text-align:right;
margin-top:10px;
margin-bottom:1px;
float:right;
width:calc(100% - 220px);
padding-right:10px;
padding-left:10px;
overflow:hidden;
}
.moshaver-single-tit {
font-size:15px!important;
font-weight:bold!important;
margin-top:18px!important;
}
.moshaver-single-link {
position:absolute;
left:10px;
font-size:14px;
padding:6px 16px 6px 16px;
border-radius:4px;
color:#fff;
bottom:10px;
}
.moshaver-single-2 {
width:100%;
display:block;
float:right;
height:auto;
margin-bottom:15px;
background:#fff;
}
.moshaver-single-2 img{
width:120px;
height:120px;
display:table;
box-shadow: 0px 0px 4px #c5c5c5;
margin-right:auto;
margin-left:auto;
border-radius:60px;
}
.moshaver-single-2 span {
font:13px/18px 'iransans';
color:#000;
display:block;
text-align:right;
float:right;
width:calc(100% - 20px);
padding-right:10px;
padding-left:10px;
overflow:hidden;
}

}







/* mobile */

@media only screen and (max-width: 1134px) {
.form-table > tbody > .acf-field > .acf-input {
  padding: 3px!important;
}
html[dir="rtl"] .form-table > tbody > .acf-field > .acf-label {
  padding: 3px!important;
}
.form-table > tbody > .acf-field > .acf-label label {
width:100%;
font-weight:normal!important;
}
.my-page .acf-label {
margin-bottom:0!important;
}
.sefareshpackage {
width:calc(96% - 32px);
margin-right:2%;
margin-left:2%;
display:block;
float:right;
border:1px solid #ccc;
border-radius:8px;
padding:15px;
}
.shop-archive-product-gheymat a{
width:calc(100% - 20px);
display:block;
float:right;
text-align:center;
border-radius:4px;
padding:10px;
color:#ffffff;
background:#00ad3d;
}
.haminak_mitavanid {
width: calc(100% - 40px);
margin-top: 40px;
padding-right: 20px;
padding-left: 20px;
font-size: 15px;
text-align: center;
border-radius: 6px;
line-height: 60px;
box-shadow: 0 0 8px #989898;
display: block;
float: right;
}
.akharin-packageha .entry-summary {
width:100%!important;
}
.akharin-packageha .addtoany_header , .akharin-packageha .addtoany_list {display:none!important;}
.woocommerce-ordering select {
border-radius: 3px;
box-shadow: 0 0 2px #989898;
border: 0px solid #05ADC9!important;
}
.products li {
text-align: center;
border-radius: 6px;
box-shadow: 0 0 5px #989898;
}
.products li:hover {
box-shadow: 0 0 10px #989898;
}
.woocommerce-loop-product__title {
border-bottom: 0px solid #05ADC9!important;
}
.products li img {
margin-bottom:0!important;
padding-bottom:0!important;
border-top-right-radius: 6px!important;
border-top-left-radius: 6px!important;
}
.products li .add_to_cart_button {
margin-top:0!important;
margin-bottom:10px!important;
color:#fff!important;
}
.related h2 {
margin-top:20px;
margin-bottom:20px;
color: #000000;
border-bottom: 2px solid #05ADC9;
padding-bottom: 3px;
width:100%;
display:block;
float:right;
}
.woocommerce span.onsale {top: 3em!important; }
.woocommerce ul.products li.product .onsale   {top: -.5em!important; }
.woocommerce-product-gallery {
float:right!important;
}
.woocommerce-product-gallery img {
text-align: center;
border-radius: 6px;
box-shadow: 0 0 5px #989898;
overflow:hidden;
}
.flex-control-thumbs li {
width:20.5%!important;
margin-top:15px!important;
margin-right:3%!important;
margin-left:3%!important;
}
.flex-control-thumbs li:nth-child(4n+1) {margin-right:0%!important;}
.flex-control-thumbs li:nth-child(4n+4) {margin-left:0%!important;}

.single-right-content-img-print {display:none!important; }
.simplefavorite-button {
border:0px solid #fff!important;
padding:5px 10px 5px 10px;
background:#fff!important;
border-bottom-right-radius:7px;
z-index:9999999999999999999;
border-bottom-left-radius:7px;
}
.simplefavorite-button .active{
border:0px solid #fff!important;
padding:5px 10px 5px 10px;
background:#fff!important;
border-bottom-right-radius:7px;
z-index:9999999999999999999;
border-bottom-left-radius:7px;
}
.like-bottom-asli {
box-shadow: 0px 0px 4px #c5c5c5;
text-align:center;
padding-top: 6px;
font-size: 18px!important;
background:#fff!important;
color:#000!important;
border-radius:5px;
z-index:999;
float:right;
border-bottom-left-radius:7px;
display:block;
}
.add-favorite , .delete-favorite {height:20px;}
.bold-1 {
font-weight:600!important;
padding-top:10px;
color:#000;
padding-bottom:2px;
font-size:15px!important;
}
.bold-2 {
font-weight:600!important;
padding-bottom:10px;
color:#aaaaaa;
font-size:13px!important;
}
/*--contactpage--*/
.contact-page-right{
width:96%;
background:#ffffff;
border-radius:5px;
padding:20px 2% 20px 2%;
box-shadow: 0px 0px 4px #c5c5c5;
margin:20px 0 10px 0;
float:right;
}
.contact-page-right h1{
margin-top:20px;
margin-bottom:20px;
font: 18px/36px 'iransans';
color: #000000;
padding-bottom: 3px;
width:100%;
display:block;
float:right;
}
.contact-page-left{
text-align: center;
width:96%;
background:#ffffff;
border-radius:5px;
padding:20px 2% 20px 2%;
box-shadow: 0px 0px 4px #c5c5c5;
margin:20px 0 40px 0;
float:right;
}
.single-form-state label{
font: 12px/24px 'iransans'!important;
}
.single-form-state input ,.single-form-state select , .single-form-state textarea{
font: 12px/24px 'iransans'!important;
border-radius: 3px;
border: 1px solid #CCCCCC;
}
.single-form-state select{
font: 12px/24px 'iransans'!important;
border-radius: 3px;
height:35px;
border: 1px solid #CCCCCC;
}
.single-form-state .acf-fields > .acf-field{
padding: 5px 12px!important;
}
/*--meaccuont--*/
.my-menu{
width:100%;
font: 13px/24px 'iransans';
float:right;
margin-top: 20px;
}
.imgbp {
width:100px;
display:table;
margin-right:auto;
margin-left:auto;
box-shadow: 0 0 6px rgba(0,0,0,0.1);
border-radius:50px;
height:100px;
}
.my-menu ul li a{
width:48%;
margin-right:1%;
margin-left:1%;
background-color:rgba(101,103,104,0.7);
color: #ffffff;
border-radius:8px;
float:right;
padding-top:7px;
padding-bottom:7px;
margin-top:5px;
text-align:center;
text-decoration:none;
font: 13px/24px 'iransans';
}
.my-menu ul li a:hover{
    background-color:rgba(101,103,104,1);
}
.my-menu ul li a:active{
    background-color:rgba(101,103,104,1);
}
.my-page{
width:94%;
height: auto;
border-radius: 10px;
padding: 30px 3% 30px 3%;
float:right;
color: #000000;
box-shadow: 0px 0px 4px #c5c5c5;
background: #ffffff;
margin-top: 20px;
margin-bottom: 60px;
font: 12px/24px 'iransans';
}
.my-page table{
width:100%;
}
.my-page button{
padding-right:30px!important;
padding-left:30px!important;
border-radius:4px!important;
color:#fff!important;
line-height:45px!important;
}
.my-page input[type=text] , .my-page input[type=password]{
padding-right:5px!important;
padding-left:5px!important;
border-radius:4px!important;
min-height: 30px!important;
line-height:45px!important;
}
.my-page .minput_inner{
width:80%!important;
}
.my-page .dig_lrf_box .countrycodecontainer {
    margin-left: -95px!important;
}

.my-page h2{
font: 14px/24px 'iransans';
text-align:center;
width:auto;
font-weight: bold;
}
.me-welcome h1{
font: 14px/24px 'iransans';
border-bottom: 3px solid #47BCFF;
text-align:center;
width:auto;
font-weight: bold;
margin-top: 15px;
margin-bottom: 25px;
}
.acf-button , #updateuser , #wppb-register-user #register,#wppb-login-wrap #wppb-submit ,#edit_profile, #wppb-recover-password-button{
color:#fff!important;
border-radius:5px;
cursor:pointer;
padding-right:30px;
padding-left:30px;
border:none!important;
font-family:'iransans'!important;
}
.acf-button {
padding-top:5px!important;
padding-bottom:5px!important;
height:auto!important;
}
.media-menu-item {
font-family: 'iransans';
}
.acf-form-submit .acf-button {
margin-right:12px;
margin-bottom:20px;
}
.my-page .acf-input {
width:100%;
display:block;
float:right;
}
.my-page .form-table tr{
width:100%;
display:block;
float:right;
}
.my-page .form-table td{
width:100%;
display:block;
float:right;
}
.form-table > tbody > .acf-field > .acf-label {
padding:15px 0px 0px 0px!important;
}
.form-table > tbody > .acf-field > .acf-input {
padding:0px!important;
}
.my-page input{
height: 30px;
font-family:'iransans'!important;
border-radius: 5px;
border: 1px solid #CCCCCC;
}
.my-page select{
height: 30px;
font-family:'iransans'!important;
border-radius: 5px;
border: 1px solid #CCCCCC;
}
.my-page select option{
font-family:'iransans'!important;
}
.myadsul {
width:100%;
display:block;
float:right;
margin-bottom: 20px;
}
.myadsul li{
width:calc(100% - 40px);
margin-top:40px;
padding-right:20px;
padding-left:20px;
font-size:14px;
text-align:center;
border-radius:6px;
line-height:40px;
box-shadow: 0 0 8px #989898;
display:block;
float:right;
}
.myadsul li dd{
font-size:30px;
text-align:center;
border-top:2px solid #ccc;
}
.myadsul li a{color:#000;}



.auther-posts {
width:100%;
display:block;
float:right;
}
.auther-posts .box_post {
width:100%!important;
display:block;
overflow: hidden!important;
box-shadow: 0 0 4px #989898!important;
float:right;
border:1px solid #ccc!important;
border-radius:5px;
margin-top:15px;
}

.auther-posts .box_post h3 {
font:16px/30px 'iransans'!important;
display:block;
height:30px!important;
margin-top:12px;
margin-bottom:10px;
float:right;
width:calc(100% - 170px);
padding-right:10px;
padding-left:10px;
overflow:hidden;
}
.auther-posts-permalink {
display:block;
float:right;
padding:15px;
color:#000!important;
}

/*---containers---*/
.index-large{
width:100%;
background-position: top center;
background-attachment: fixed;
background-opacity: 0.3 ;
}
.index-large-with-back {
width:100%;
display:block;
float:right;
Box-shadow:inset 0px 10px 10px -5px #CCC;
background: url(imgs/page-background.png) repeat rgba(255,255,255,0.5);
}
.large-back-bg4 {
width:100%;
display:block;
float:right;
padding-top:20px;
padding-bottom:20px;
Box-shadow:inset 0px 10px -10px -5px #CCC;
background: #f7f7f7;
}
.large-noback{ 
width: 100%;
height: auto;
display:block;
float:right;
}
.index-small{
width:calc(100% - 12px);
padding-right:6px;
padding-left:6px;
margin:0 auto;
overflow:hidden;
text-decoration:none;
}
.index-small-show {
width:calc(100% - 12px);
padding-right:6px;
padding-left:6px;
margin:0 auto;
text-decoration:none;
}
/*---header---*/
.header {
width:100%;
display:block;
float:right;
height:80px;
}
.header-date {
float:right;
display:block;
width:33%;
margin-right:10px;
font:15px/50px 'iransans';
color:#ffffff;
}
.header-date a{color:#ffffff;}
.header-date .fa{color:#ffffff;font-size:12pt;padding-left:4px;}
.icon_social_header {
float:left;
overflow:hidden;
line-height:45px;
}
.icon_social_header a{
width:30px;
float:left;
text-align:center;
font-size:24px;
margin-left:6px;
line-height:45px;
color:#fff;
}
.icon_social_header a:hover{opacity:0.8;}
.icon_social_header a .fa{color: #fff;}
.catalog {
float:left;
text-align:center;
font-size: 13px;
margin-left:10px;
padding-left:10px;
padding-right:10px;
line-height:50px;
color:#fff;
background: linear-gradient(190deg, rgba(0,0,0,1) 0%, rgba(61,61,61,1) 100%) !important;
}
.headsapce {
padding-top: 55px !important;
}
/*------menu*/
.main-menu main-menu-pc{
display: none;
} 
.main-menu{
font: 14px/75px 'iransans';
margin: 0 1% 0 1%;
width:98%;
top: 50px;
border-radius: 6px;
right: 0;
box-shadow: 0 0 6px rgba(0,0,0,0.1);
z-index: 9999;
display: table;
position: absolute;
}
.menukol {
width: 100%!important;
border-radius: 0px!important;
margin: 0 !important;
}
.logo {
float:left;
display:block;
width:100%;
margin-left:10px;
text-align:left;
height:75px;
font:14px/45px 'iransans';
color:#000;
}
.logo img{
max-width:auto;
margin-top:5px;
max-height:70px;
width:auto;
height:auto;
}
/*---search---*/
.box-ekhtesasi {
margin-top:50px;
margin-bottom:40px;
float:right;
display:block;
height: auto;
width: 100%;
}
.box-ekhtesasi-right {
width:90%;
padding: 25px 5% 25px 5%;
text-align:right!important;
float:right;
display:block;
}
.box-ekhtesasi-right h1{
font: 26px/50px 'iransans';
width:100%;
margin-bottom:10px;
font-weight: 400;
color:#fff!important;
float:right;
display:block;
text-align:center!important;
}
.box-ekhtesasi-right h3{
font: 16px/30px 'iransans';
width:95%;
font-weight:300;
color:#fff!important;
text-align:center!important;
margin-right:5%;
float:right;
display:block;
}

.box-ekhtesasi-left {
width:100%;
margin-top:30px;
float:left;
display:block;
}
.box-ekhtesasi-left img{
display:table;
margin-right:auto;
margin-left:auto;
max-width:90%;
height:auto;
}



.large-back-index {
background: linear-gradient(190deg, rgba(254,0,0,1) 0%, rgba(183,0,0,1) 100%);
float:right;
width:100%;
display:block;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.large-back-index-right {
float:right;
width:100%;
display:block;
}
.large-back-index-right-bg {
background: linear-gradient(190deg, rgba(61,61,61,1) 0%, rgba(0,0,0,1) 100%);
padding-top:100px;
padding-bottom:130px;
margin-top:-20px;
width:350px;
margin-right:auto;
margin-left:auto;
height:130px;
display:table;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.large-back-index-right-bg img {
display:block;
margin-right:-10%;
margin-left:-10%;
margin-top:30px;
width:120%;
height:auto;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.large-back-index-left {
padding-top:50px;
padding-bottom:50px;
float:left;
color:#fff;
font-weight:400;
font: 16px/30px 'iransans';
width:90%;
padding-right:5%;
padding-left:5%;
text-align:justify;
display:block;
}
.large-back-index-left h2 {
font: 26px/62px 'iransans';
margin-bottom:15px;
font-weight: 400;
}


.producbox li {
width:100%;
display:block;
padding-top:20px;
padding-bottom:10px;
}
.producbox li:nth-child(even) {
float:left;
}
.producbox li:nth-child(even) .producbox-bg1 {
width:98%;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
background: linear-gradient(190deg, rgba(254,0,0,1) 0%, rgba(183,0,0,1) 100%);
float:left;
border-top-right-radius:25px;
border-bottom-right-radius:25px;
display:block;
padding-bottom:20px;
margin-top:10px;
margin-bottom:10px;
position:relative;
}
.producbox li:nth-child(even) .producbox-bg1 span{
width:calc(100% - 70px);
color:#fff;
float:right;
display:block;
padding-top:170px;
padding-left:35px;
padding-right:35px;
font-size:14px;
line-height:30px;
text-align:justify;
} 
.producbox li:nth-child(even) .producbox-bg2 {
width:200px;
height:200px;
border-radius:25px;
background: linear-gradient(190deg, rgba(61,61,61,1) 0%, rgba(0,0,0,1) 100%);
left:10%;
position:absolute;
top: -50px;
}


.producbox li:nth-child(odd) {
float:right;
}
.producbox li:nth-child(odd) .producbox-bg1 {
width:98%;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
background: linear-gradient(190deg, rgba(254,0,0,1) 0%, rgba(183,0,0,1) 100%);
float:right;
display:block;
border-top-left-radius:25px;
border-bottom-left-radius:25px;
margin-top:10px;
margin-bottom:10px;
padding-bottom:20px;
position:relative;
}
.producbox li:nth-child(odd) .producbox-bg1 span{
width:calc(100% - 70px);
color:#fff;
float:right;
display:block;
padding-top:170px;
padding-left:35px;
padding-right:35px;
font-size:14px;
line-height:30px;
text-align:justify;
} 
.producbox li:nth-child(odd) .producbox-bg2 {
width:200px;
height:200px;
border-radius:25px;
background: linear-gradient(190deg, rgba(61,61,61,1) 0%, rgba(0,0,0,1) 100%);
left:10%;
position:absolute;
top: -50px;
}



.producbox .producbox-bg2 img{
width:250px;
height:auto;
}

.title-product-even {
padding-right: 2%;
text-align:right!important;
float:right;
display:block;
}
.title-product-even h2{
font: 20px/42px 'iransans';
width:100%;
margin-bottom:10px;
font-weight: 400;
color:#000!important;
float:right;
display:block;
}
.title-product-even h2:after{
width:50px;
height:3px;
margin-bottom:10px;
background:#ff0000!important;
display:block;
content: '';
}

.clients-index {
display:block;
float:right;
width:calc(100% - 12px);
top:-70px;
height:100px;
padding-top:10px;
padding-bottom:10px;
border-radius:7px;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
overflow:hidden;
position: absolute;
background:#fff;
}
.clients-index img{
width:80%!important;
height:auto!important;
display:table;
margin-right:auto;
margin-left:auto;
}

.clients-index .owl-next {
  background: url(images/left.png) no-repeat;
  float: left;
  color: #ffffff;
  top: 24px;
  left: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
}
.clients-index .owl-prev {
  background: url(images/right.png) no-repeat;
  float: right;
  color: #ffffff;
  top: 24px;
  right: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
}
/*---slider---*/
.owl-carousel-special {
height:auto;
margin-top:10px;
margin-bottom:10px;
width:100%;
display:block;
float:right;
border-radius:15px;
box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.home-carousel {
background:#fff;
}
.owl-carousel-special-right {
width:calc(100% - 30px);
float:right;
padding:15px;
display:block;
background:#000;
border-radius:15px;
text-align:right;
direction:rtl!important;
box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.title-projects {text-align:center;padding-top:10px;width:100%;display:block;float:right;}
.title-projects h2{margin-bottom:20px;color:#fff;width: 100%;font-weight:400;font-size:22px;display:block;float:right;text-align:right;}
.owl-carousel-special-right span{
width:100%;
color:#fff;font-weight:400;font-size:14px;line-height:32px;display:block;float:right;text-align:justify;}

.owl-carousel-special-left {
height:350px;
position:relative;
overflow:hidden;
padding:15px;
padding-bottom:40px;
width:calc(100% - 30px);
float:left;
display:block;
}
.carousel-item-special {
display:block;
position:relative;
overflow:hidden;
direction:rtl!important;
margin-top:25px;
height:340px;
}
.carousel-item-special img {
height:300px;
width:100%;
display:block;
float:right;
border-radius:8px;
}
.carousel-item-special h3 {
font:16px/40px 'iransans';
direction:rtl!important;
text-align:center;
float:right;
width:100%;
overflow:hidden;
display:block;
}
.owl-carousel-special-left .owl-next{background:url(images/left-1.png) no-repeat;opacity: 0.8;float:left;color:#aeb0b1;top:360px;left:20px;width:30px;height:30px;position:absolute;z-index:2}
.owl-carousel-special-left .owl-prev{background:url(images/right-1.png) no-repeat;opacity: 0.8;float:right;color:#aeb0b1;top:360px;left:52px;width:30px;height:30px;position:absolute;z-index:2}
.owl-carousel-special-left .owl-next:hover{opacity: 1; }
.owl-carousel-special-left .owl-prev:hover{opacity: 1; }

/*------parallax-----*/
.title_box{
overflow: hidden;
padding-right: 10px;
border:0;
margin:0 0 10px;
}
.parallax {
min-height: auto;
padding:20px 0;
background-size: cover;
overflow: hidden;
}
.main_box{
overflow:hidden;
width:98%;
margin-right:1%;
margin-left:1%;
margin-top:15px;
margin-bottom:15px;
float:right;
}
.index-sitha-box-content{
width: 100%;
display:block;
margin-right: auto;
margin-left: auto;
margin-top: 20px;
margin-bottom: 30px;
height: 350px;
overflow-y: scroll;
overflow-x: hidden;
}
.index-sitha-box00{
margin-right: 20px;
}
.main_box .title_box{
border-radius: 5px 5px 0 0;
border: 1px solid #d2d2d2;
border-bottom:0;
background: #ececec;
margin:0;
}
.title_box span{
font: 15px/40px IRANSans;
display: block;
float: right;
color:#000;
padding: 0 10px;
font-weight: 400;
}
.content_box{
background: #fff;
padding: 10px;
border: 1px solid #dcdcdc;
border-radius: 0 0 5px 5px;
overflow: auto;
position: relative;
}
.content_box ul{overflow:hidden;height: auto;padding:0;margin:0;}
.content_box ul li {
overflow: hidden;
margin-bottom: 7px;
padding-bottom: 7px;
border-bottom: 1px solid #eaeaea;
margin-left: 15px;
}
.content_box ul li:last-child{border:0;}
.similar li img{
float: right;
margin: 0 0 0 7px;
width: 70px;
height: 55px;
object-fit:cover;
border-radius: 5px;
border: 3px solid #d8d8d8;
}
.main_box li img {
float: right;
margin: 0 0 0 7px;
width: 70px;
height: 55px;
object-fit:cover;
border-radius: 5px;
border: 3px solid #d8d8d8;
}
.content_box ul li a {
font: 10pt/20pt IRANSans;
color: #3e3e3e;
display: block;
}
.content_box .mCSB_scrollTools{left:0 !important;}
/*---blog---*/
.title-blog {text-align:right;margin-right:auto;margin-left:auto;margin-bottom:15px;width:auto;display:block;}
.title-blog h2{font-weight:600;font-size:18px;}
.title-blog h2:before {display:block;width:134px;margin-right:15px;margin-top:10px;height:12px;float:left;content: '';}

.title-blog-2 {text-align:center;margin-bottom:20px;margin-top:20px;width:100%;display:block;float:right;}
.title-blog-2 h2{width: 100%;font-weight:400;font-size:22px;display:block;float:right;text-align:center;}
.title-blog-2 h2:before {display:block;margin-right:15px;margin-top:10px;height:12px;float:right;content: '';}

.blog-4 {
width:calc(98% - 2px );
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
border: 1px solid #ddd;
margin-right:1%;
background:#fff;
margin-bottom:20px;
transition: all 0.4s ease-in-out;
overflow:hidden;
margin-left:1%;
display:block;
float:right;
}
@media only screen and (min-width: 700px) and (max-width: 1133px) {
.blog-4{width: calc(48% - 2px)!important;margin-right:1%!important;margin-left:1%!important;}
}
.blog-4 h3 a{
font:16px/24px 'iransans';
color:#57434a;
text-align:right;
overflow:hidden;
display:block;
width:calc(100% - 20px);
padding-right:10px;
padding-left:10px;
}
.blog-4 img{
width:calc(100% - 4px);
height:230px;
margin:2px;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}
.blog-4:hover{opacity: 0.8;}
.blog-4 span {
color: #000000;
display:block;
font:13px/22px 'iransans';
height: 45px;
margin-top:10px;
overflow:hidden;
margin-bottom:15px;
width:calc(100% - 20px);
padding-right:10px;
padding-left:10px;
}
.blog-4-data {
height: 25px!important;
}
.blog-4-data a {
float:left;
}


.blog-2 {
width:calc(100% - 2px );
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
border: 1px solid #ddd;
margin-bottom:40px;
transition: all 0.4s ease-in-out;
overflow:hidden;
display:block;
float:right;
}
.blog-2 h3 a{
font:16px/24px 'iransans';
color:#57434a;
text-align:right;
overflow:hidden;
display:block;
width:calc(100% - 20px);
padding-right:10px;
padding-left:10px;
}
.blog-2 img{
width:calc(100% - 4px);
height:230px;
margin:2px;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}
.blog-2:hover{opacity: 0.8;}
.blog-2 span {
color: #000000;
display:block;
font:12px/22px 'iransans';
height: 112px;
overflow:hidden;
margin-bottom:15px;
width:calc(100% - 20px);
padding-right:10px;
padding-left:10px;}




/*--footer--*/

footer{
width:100%;
display:block;
float:right;
padding-bottom: 80px;
border-top: 4px solid #ff0000;
}
.box-footer-2{
overflow:hidden;
width:96%;
margin-top:15px;
margin-right:1%;
margin-left:1%;
padding-right:1%;
padding-right:1%;
float:right;
color:#ffffff;
display:block;
font:14px/34px 'iransans';
}
.box-footer-2 p i{
width:40px;
font-size:16pt;
text-align:center;
}
.box-footer-4{
overflow:hidden;
width:96%;
margin-top: 30px;
margin-right:1%;
margin-left:1%;
padding-right:1%;
padding-right:1%;
float:right;
color:#ffffff;
display:block;
font:14px/34px 'iransans';
}
.box-footer-4 p i{
width:40px;
font-size:16pt;
text-align:center;
}
.title-box-footer{
overflow:hidden;
font:16px/22px 'iransans';
width:100%;
float:right;
margin-bottom:10px;
display:block;
}
/*--copyright---*/

.copyright{
background:#333333;
color:#ffffff;
overflow:hidden;
padding-top: 15px;
padding-bottom: 70px;
width:100%;
display:block;
float:right;
}
.copyright p{
float:right;
font:9pt/20pt 'iransans';
color:#cfcfcf;
margin:0 3% 0 3%;
width:94%;
text-align:center;
}
.copyright p a{color:#ff2b2b;}
.copyright left a {
float:left;
width:100%;
text-align:center;
font:9pt/25pt 'iransans';
color:#ff2b2b;
}
.icon_social{
float:left;
overflow:hidden;
margin-top: 10px;
}
.icon_social a{
width:35px;
float:left;
margin-right:5px;
text-align:center;
border-radius: 20px;
font-size:22pt;
line-height:35px;
color:#fff;
}
.icon_social a:hover{opacity:0.8;}
.icon_social a .fa{margin-top: 5px; color: #fff;}
/*--breadcrumb---*/
.breadcrumb{
background:#ffffff;
display:block;
font-weight: 100;
float:right;
box-shadow: 0 0 6px rgba(0,0,0,0.1);
border-radius:7px;
width:96%;
padding-right:2%;
padding-left:2%;
height:auto;
padding-top:10px;
padding-bottom:10px;
font: 12px/28px 'iransans';
}
.breadcrumb a{
color:#525252;
display:block;
}
.breadcrumb li{
padding-left: 7px;
float:right;
display:block;
}
.breadcrumb .separator{
font-size:18px;
display:block;
font-weight:100;
color:#ccc;
}
/*--single-right---*/
.single-right-project {
display:block;
float:right;
margin-left:1%;
background: linear-gradient(190deg, rgba(254,0,0,1) 0%, rgba(183,0,0,1) 100%);
margin-top:30px;
margin-bottom:30px;
border-top-left-radius:25px;
border-bottom-left-radius:25px;
padding:30px;
padding-right:50px;
width:calc(99% - 80px);
box-shadow: 0 0 15px rgba(0,0,0,0.1);
text-align:justify;
}

.single-left-project {
display:block;
float:right;
width:calc(99% - 80px);
margin-right:1%;
background:#fff;
padding:30px;
padding-left:50px;
margin-bottom:30px;
border-top-right-radius:25px;
border-bottom-right-radius:25px;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
text-align:justify;
font: 15px/28px 'iransans';
font-weight:400;
}
.single-left-project h1 {
font: 24px/40px 'iransans';
font-weight:400;
margin-bottom:10px;
}




.single-right {
width:100%;
float:right;
display:block;
}
#kh_amlak_items {
margin-top: 20px;
display: block;
float: right;
}
.desc-content-tab {
padding:5px;
font:14px/25px 'iransans';
}
.single-right-content {
width:calc(100% - 40px);
box-shadow: 0 0 6px rgba(0,0,0,0.1);
float:right;
padding:20px;
margin-top:20px;
margin-bottom:20px;
border-radius:7px;
background:#fff;
display:block;
}
.single-right-content-back-hide {
width:100%!important;
box-shadow:0 0 0 rgba(0,0,0,0)!important;
padding:0!important;
border-radius:0!important;
background:rgba(0,0,0,0)!important;
}
.single-right-content h1 , .desc-content-tab h1 , .titdesk {
width:100%;
display:block;
margin-bottom:15px;
text-align:right;
float:right;
font:19px/30px 'iransans';
}
.single-right-content-img {
width:100%;
float:right;
overflow:hidden;
font-size:13px!important;
margin-top:20px;
position:relative;
margin-bottom:20px;
border-radius:6px;
display:block;
}
.nopica img {
display:table;
margin-right:auto;
margin-left:auto;
float:none;
}
.single-right-content-img  .owl-carousel-special .owl-item li {
height: 100%!important;
display: flex!important;
align-items: center!important;
justify-content: center!important;
}

.single-right-content-img  .owl-carousel-special .owl-item img {
height: auto;
width: auto;
margin:auto;
}

.single-right-content-img .owl-carousel-special  {box-shadow: 0 0 0 rgba(0,0,0,0.1)!important; }
.single-right-content-img .owl-next{background:url(images/left-1.png) no-repeat;opacity: 0.8;float:left;color:#aeb0b1;bottom:20px;left:20px;width:30px;height:30px;position:absolute;z-index:2}
.single-right-content-img .owl-prev{background:url(images/right-1.png) no-repeat;opacity: 0.8;float:right;color:#aeb0b1;bottom:20px;left:52px;width:30px;height:30px;position:absolute;z-index:2}
.single-right-content-img .owl-next:hover{opacity: 1; }
.single-right-content-img .owl-prev:hover{opacity: 1; }

.single-right-content p {margin-bottom: 15px;}
.single-right-content ol li,.post-content ul li{font-size: 13px;}
.single-right-content ul li{list-style:none; padding: 0;}
.single-right-content ol li {list-style:none;}
.single-right-content .alignright {float:right; margin:12px 0 12px 12px;max-width:100%;}
.single-right-content .alignleft {float:left; margin:12px 12px 12px 0;max-width:100%;}
.single-right-content .aligncenter {display:block; margin:12px auto;max-width:100%;}
.single-right-content h2 {color:#535d60;font:20px/30px 'iransans';}
.single-right-content h3 {color:#535d60;font:19px/30px 'iransans';}
.single-right-content h4 {color:#535d60;font:18px/30px 'iransans';}
.single-right-content h5 {color:#535d60;font:17px/30px 'iransans';}
.single-right-content h6 {color:#535d60;font:16px/30px 'iransans';}
.single-right-content table{margin:10px 0;}
.single-right-content table td {border:1px solid #b9b9b9; padding:7px 6px;}
.detail-ads{display: inline-block;width: 100%;}
.detail-ads li{font-size: 13px;width: 100%;float:right; padding: 10px 0 10px 0; border-bottom: 1px solid #f5f5f5;}
.detail-ads li:last-child{border-bottom: 0;}
.detail-ads span{font-weight: 600;}
.single-right-content sadbox {
width:100%;
display:block;
text-align:right;
float:right;
font-size:14px!important;
margin-top:15px;
margin-bottom:15px;
}
/*--single-left---*/
.single-left {
width:100%;
float:left;
display:block;
}
.single-left-content {
width:calc(100% - 40px);
box-shadow: 0 0 6px rgba(0,0,0,0.1);
float:left;
padding:20px;
margin-top:20px;
margin-bottom:20px;
border-radius:7px;
background:#fff;
display:block;
}
.infoboxing {
width:calc(100% - 20px);display:block;float:right;
padding:10px;
margin-bottom:20px;
}
.single-left-content-title {
display:block;
float:right;
width:100%;
margin-top: 40px;
}
.single-left-content-title h3 {
font:16px/32px 'iransans';
color:#000000;
display:block;
text-align:center;
line-height:20px;
float:right;
width:100%;
padding-bottom:10px;
margin-bottom:10px;
overflow:hidden;
}
.single-left-content infbox qrcode{
display:block;
float:left;
}
.single-left-content infbox p{
display:block;
width:calc(100% - 120px);
float:right;
}
.addtoanyleft {
display:table;
text-align:center;
margin-right:auto;
margin-left:auto;
}
.addtoanyleft {text-align: center;}
.addtoanyleft a {
width: 40px;
height: 40px;
margin-left:6px;
font-size:22px;
display: block!important;
float:right;
color:#fff;
border-radius: 50%;
}
.addtoanyleft i {line-height: 40px;}
.addtoanyleft .twitter {background-color:#55acee;}
.addtoanyleft .facebook {background-color:#4267B2;}
.addtoanyleft .telegram{background-color:#55acee;}
.addtoanyleft .whatsapp{background-color:#33cc33;}
.single-left-content infbox{
display:block;
text-align:right;
float:right;
width:100%;
color:#535d60;
font:13px/26px 'iransans';
}
.single-left-content h4 {
font:17px/26px 'iransans'!important;
text-align:center;
width:100%;
margin-top:15px;
display:block;
float:right;
color:#000;
}
.single-left-content phone {
font:14px/26px 'iransans'!important;
font-weight: 700!important;
margin-top:15px;
width:calc(100% - 32px);
border-radius:22px;
padding:6px 15px 6px 15px;
text-align:left;
display:block;
float:right;
}
.single-left-content phone:hover {color:#fff!important;}
.single-left-content .acf-fields {
float: right;
display: block;
width: 100%;
}
.single-left-content phone i{
text-align:right;
font-size: 22px !important;
float:right;
}
.single-left-content span a {
width:100%;
color:#636363;
padding-bottom:5px;
padding-top:5px;
font-size:14px;
display:block;
float:right;
}
.single-vijhe-sidabar {
width:calc(100% - 14px);
border:2px solid #ccc;
float:left;
display: block;
margin-top:10px;
margin-bottom:10px;
}
.single-left-content-single {
overflow: hidden;
width:100%;
margin-bottom: 7px;
padding-bottom: 7px;
border-bottom: 1px solid #eaeaea;
}
.single-left-content-single img{
float: right;
margin: 0 0 0 7px;
width: 70px;
height: 55px;
display: block;
object-fit:cover;
border-radius: 5px;
border: 3px solid #d8d8d8;
}
.single-left-content-single h3 a {
float: right;
width: calc(100% - 83px);
font: 10pt/20pt IRANSans;
color: #3e3e3e;
display: block;
}

/*---moshaver-single---*/
.moshaver-single-2, .moshaver-single {
width:100%;
display:block;
float:right;
height:auto;
overflow:hidden;
position:relative;
box-shadow: 0 0 6px rgba(0,0,0,0.1);
border-radius:7px;
margin-bottom:15px;
background:#fff;
}
.moshaver-single-2 {
box-shadow:0 0 0 #D4D3D3!important;
}
.moshaver-single img{
float:right;
width:150px;
height:150px;
display:block;
object-fit:cover;
}
.moshaver-single span {
font:12px/16px 'iransans';
color:#000;
display:block;
text-align:right;
margin-top:6px;
margin-bottom:1px;
float:right;
width:calc(100% - 170px);
padding-right:10px;
padding-left:10px;
overflow:hidden;
}
.moshaver-single-tit {
font-size:15px!important;
font-weight:bold!important;
margin-top:12px!important;
}
.moshaver-single-link {
position:absolute;
left:10px;
font-size:12px;
padding:4px 11px 4px 11px;
border-radius:4px;
color:#fff;
bottom:10px;
}
.moshaver-single-2 img {
width:120px;
height:120px;
display:table;
box-shadow: 0px 0px 4px #c5c5c5;
margin-right:auto;
margin-left:auto;
border-radius:60px;
}
.moshaver-single-2 span{
font:13px/18px 'iransans';
color:#000;
display:block;
text-align:right;
float:right;
width:calc(100% - 20px);
padding-right:10px;
padding-left:10px;
overflow:hidden;
}
/*---box_post---*/
.box_post{
width:100%;
position:relative;
display:block;
float:right;
overflow: hidden!important;
height:auto;
box-shadow: 0 0 6px rgba(0,0,0,0.1);
border-radius:7px;
margin-bottom:15px;
background:#fff;
transition: all 0.2s ease-in-out;
}
.box_post:hover{box-shadow: 0 0 12px rgba(0,0,0,0.1);}
.box_post section {
position:absolute;
font-size:14px;
text-align:center;
color:#ffffff;
width:150px;
height:40px;
display:block;
right:0;
top:0;
z-index: 999;
background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}
.box_post_5 section {
width:100px!important;
}
.box_post_5 .countimages {
display:none!important;
}
.box_post section box{
padding:2px 4px 2px 4px;
margin-top:8px;
font-size:11px;
text-align:center;
color:#ffffff;
border-radius:10px;
display:block;
float:right;
margin-right:4px;
}
.box_post .countimages{
padding:1px 3px 1px 3px!important;
margin-left:4px!important;
}
.box_post monghazi {
position:absolute;
height:40px;
line-height:40px;
width:150px;
margin-top:0px!important;
font-size:14px;
font-weight:bold;
text-align:center;
border:1px solid #d0d0d0;
color:#ffffff;
background:rgba(255,0,0,0.7);
display:block;
}

.box_post_4{
width:96%!important;
margin-left:2%!important;
margin-right:2%!important;
}
.box_post_6 {
position:relative;
overflow: visible!important;
}
.box_post_5 ul {
display:block;
float:Right;
width:calc(100% - 20px);
padding:10px 10px 10px 10px;
}
.box_post_6 .vijhe , .box_post_6 .fori {
border-radius:3px;
color:#fff;
margin-left:4px;
font-size:12px;
padding-right:3px;
padding-left:3px;
}
.box_post_5 ul li {
font-size:13px;
color:#000;
display:block;
float:Right;
margin-left:10px;
}
.box_post_5 ul li:nth-child(1) {
position:absolute;
border-radius:5px;
top:10px;
left:0;
}


.box_post_5{width:100%!important;height:auto!important;}
.box_post_5 monghazi {width:100px!important;}
.box_post_5 img{width:100px!important;height:100px!important;}
.box_post_5 h3 {width:calc(100% - 120px)!important;height:auto!important;}
.box_post_5 p{width:calc(100% - 120px)!important;font:13px/20px 'iransans'!important}
.box_post img{
float:right;
width:150px;
height:150px;
display:block;
object-fit:cover;
border-radius:4px;
}
.box_post h3 {
font:14px/20px 'iransans';
display:block;
margin-top:12px;
margin-bottom:10px;
height:48px;
float:right;
width:calc(100% - 170px);
padding-right:10px;
padding-left:10px;
overflow:hidden;
}
.box_post i {
font-size:12px!important;
padding-top:2px;
}
.box_post p{
font:13px/30px 'iransans';
color:#000;
float:right;
display:block;
width:calc(100% - 170px);
padding-right:10px;
padding-left:10px;
overflow:hidden;
margin-bottom:0px;
}
.box_post .psad-1 , .box_post .psad-2 {
width:calc(100% - 20px);
}
.priceboxpost {
font: 14px/22px 'iransans' !important;
text-align:left;
}
.priceboxpost span {
float:right;
font-size:13px;
color: #a5a5a5;
}
.box_post:hover h3{
color:#fb9517;
}

@media only screen and (min-width: 700px) and (max-width: 1133px) {
.box_post{width: 48%!important;margin-right:1%!important;margin-left:1%!important;}
}
/*---box_post---*/
#more_posts {
display:block;
float:right;
width:130px;
cursor:pointer;
text-align:center;
color:#fff;
margin-left:10px;
font-size:14px!important;
border-radius:3px;
border-top-left-radius:22px;
border-bottom-right-radius:22px;
line-height:40px;
}
.box_post_2{
width:94% ;
margin-right:2%!important;
margin-left:3%!important;
display:block;
float:right;
height:270px;
overflow:hidden;
box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
border-radius:10px;
margin-bottom:15px;
background:#fff;
}
.box_post_2 img{
float:right;
width:auto;
min-width:100%;
height:170px;
display:block;
}
.box_post_2 p{
font:13px/30px 'iransans';
color:#5c5c5c;
float:right;
display:block;
text-align:center;
height:22px;
padding-right:2%;
padding-left:2%;
margin-top:10px;
margin-bottom:7px;
overflow:hidden;
}
.box_post_p_b{width:56%;}
.box_post_p_7{width:36%;}
.box_post_2 ol{
color: #00599a;
font-weight:bold!important;
float:right;
margin-top:5px;
font:16px/30px 'iransans';
font-size:16px!important;
display:block;
text-align:center;
width:96%;
padding-right:2%;
padding-left:2%;
}

.acf-checkbox-list li {
width: 50%;
margin-right: 0px!important;
}

.wid50 {width:100%!important;}
.wid25{width:50%!important;}
.payam-zir-search {
border-radius:7px;
color:#fff;
background: linear-gradient(190deg, rgba(61,61,61,1) 0%, rgba(0,0,0,1) 100%)!important;
line-height:30px;
width:92%;
padding-right:3%;
padding-left:3%;
margin-right:1%;
margin-left:1%;
display:block;
font-size: 15px;
text-align:center;
font-weight:400!important;
float:left;
margin-top:40px;
margin-bottom:30px;
padding-top:20px;
padding-bottom:20px;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.payam-zir-search-link {
border-radius:4px;
color:#fff;
border: 2px solid #fff;
line-height: 36px !important;
margin-top: 14px;
padding-right: 30px;
padding-left: 30px;
display:table;
margin-right:auto;
margin-left:auto;
}

.pwasitralweb { 
right:0;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
bottom:0;
position:fixed;
width:98%;
margin-right:1%;
margin-left:1%;
border-top-right-radius:5px;
border-top-left-radius:5px;
z-index:99999;
font-size:12px;
padding-top:12px;
line-height:40px;
background:#fff;
}
.pwasitralweb ul { 
display:flex;
align-items: stretch ;
justify-content: center!important;
row-gap: 10px;
column-gap: 11px;
}
.pwasitralweb li { 
float:right;
position:relative;
text-align:center;
}
.pwasitralweb li i { 
width:40px;
top:-32px;
background:#fff;
right:calc(50% - 20px);
position:absolute;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
line-height:40px;
border-radius:20px;
}
.pwasitralweb li img { 
width:20px;
top:-32px;
background:#fff;
right:calc(50% - 20px);
position:absolute;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
height:20px;
padding:10px;
border-radius:20px;
}
.pwasitralweb a{ 
color:#000;
}



}


.leaflet-control-geocoder-icon {border-radius: 4px 0 0 0!important;box-shadow: 0px 1px 5px #c6c6c6!important;}
.leaflet-control-geocoder-form {box-shadow: 0px 1px 3px #c6c6c6!important;border-radius: 0 4px 0 0!important;}


.stellarnav { font-size:14px;min-width:250px; z-index: 9999; line-height: 45px;float:right;margin-right:15px; }
.stellarnav a { color: #fff; }
.stellarnav ul { margin: 0; padding: 0; text-align: right; }
.stellarnav li { list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: normal; vertical-align: middle; }
.stellarnav li a { padding-right: 15px;padding-left: 15px;padding-top: 8px;padding-bottom: 8px; display: block; text-decoration: none; color: #000; font-size: inherit; font-family: inherit; box-sizing: border-box; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; }

/* main level */
.stellarnav > ul > li { display: inline-block;  }
.stellarnav > ul > li > a { padding: 0px 6px; }
.stellarnav > ul > li > a { padding-bottom: 10px;padding-top: 10px; }

.stellarnav ul li ul li i {padding-left:8px;}
/* first level dd */
.stellarnav ul ul { border-radius:6px;box-shadow: 0px 1px 5px #c6c6c6;padding-top: 10px;padding-bottom: 10px;top: auto; width: 220px; position: absolute; z-index: 9900; text-align: right; display: none; background: #ddd; }
.stellarnav li li { display: block; }

/* second level dd */
.stellarnav ul ul ul { top: 0; right: 220px; }
.stellarnav > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; }

/* .drop-right */
.stellarnav > ul > li > ul { right: 0; }
.stellarnav li ul ul { left: auto; right: 220px; }

/* light theme */
.stellarnav.light {  }
.stellarnav.light a { color: #000; }
.stellarnav.light ul ul { background: rgba(255, 255, 255, 1); }
.stellarnav.light li a { color: #000; }
.stellarnav.light ul li ul li a { color: #000!important; }

/* dark theme */
.stellarnav.dark {  }
.stellarnav.dark a { color: #000; }
.stellarnav.dark ul ul { background: rgba(0, 0, 0, 1); }
.stellarnav.dark li a { color: #000; }
/* sticky nav */
.stellarnav.fixed { position: fixed; width: 100%; top: 0; right: 0; z-index: 9999; }

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.stellarnav-noscroll-x { overflow-x: hidden; }

/* general styling */
.stellarnav li.has-sub > a:after { content: ''; margin-right: 10px; border-right: 6px solid transparent; border-left: 6px solid transparent; border-top: 6px solid #000; display: inline-block; }
.stellarnav li li.has-sub > a:after { margin-right: 10px; float: left; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #000; position: relative; top: 4px; }
.stellarnav li li.has-sub > a:after { float: right; margin-left: 10px; border-right: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #000; }
.stellarnav.hide-arrows li.has-sub > a:after, .stellarnav.hide-arrows li li.has-sub > a:after, .stellarnav.hide-arrows li li.has-sub > a:after { display: none; }
.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
.stellarnav .dd-toggle { display: none; position: absolute; top: 0; left: 0; padding: 0; width: 48px; height: 48px; text-align: center; z-index: 9999; border: 0; }
.stellarnav.desktop li.has-sub a { padding-left: 5px; }
.stellarnav.desktop.hide-arrows li.has-sub a { padding-left: 15px; }
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 0; }
.stellarnav li.call-btn-mobile, .stellarnav li.location-btn-mobile { display: none; }
.stellarnav svg { fill: currentColor; width: 1em; height: 1em; position: relative; top: 2px; }
.stellarnav a.dd-toggle .icon-plus { box-sizing: border-box; transition: transform 0.3s; width: 12px; height: 100%; position: relative; vertical-align: middle; display: inline-block; }
.stellarnav a.dd-toggle .icon-plus:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(90deg); transition: width 0.3s; }
.stellarnav a.dd-toggle .icon-plus:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; }
.stellarnav li.open > a.dd-toggle .icon-plus { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.stellarnav.light a.dd-toggle .icon-plus:before { border-color: #000; }
.stellarnav.light a.dd-toggle .icon-plus:after { border-color: #000; }
.stellarnav.dark a.dd-toggle .icon-plus:before { border-color: #FFF; }
.stellarnav.dark a.dd-toggle .icon-plus:after { border-color: #FFF; }
.stellarnav .icon-close { box-sizing: border-box; width: 12px; height: 12px; position: relative; display: inline-block; }
.stellarnav .icon-close:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(45deg); }
.stellarnav .icon-close:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; transform: rotate(-45deg); }
.stellarnav.light .icon-close:before { border-color: #000; }
.stellarnav.light .icon-close:after { border-color: #000; }
.stellarnav.dark .icon-close:before { border-color: #FFF; }
.stellarnav.dark .icon-close:after { border-color: #FFF; }

/* mobile nav */
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 15px; box-sizing: border-box; }
.stellarnav .menu-toggle span.bars { display: inline-block; margin-left: 7px; position: relative; top: 3px; }
.stellarnav .menu-toggle span.bars span { display: block; width: 15px; height: 2px; border-radius: 6px; background: #777; margin: 0 0 3px; }
.stellarnav .full { width: 100%; }
.stellarnav .half { width: 50%; }
.stellarnav .third { width: 33%; text-align: center; }
.stellarnav .location-btn-mobile.third { text-align: center; }
.stellarnav .location-btn-mobile.half { text-align: left; }
.stellarnav.light .third, .stellarnav.light .half { border-right: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light.right .third, .stellarnav.light.right .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light.left .third, .stellarnav.light.left .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light .third:first-child, .stellarnav.light .half:first-child { border-right: 0; }
.stellarnav.dark .third, .stellarnav.dark .half { border-right: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.dark.right .third, .stellarnav.dark.right .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.dark.left .third, .stellarnav.dark.left .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.light.right .menu-toggle, .stellarnav.light.left .menu-toggle { border-bottom: 0; }
.stellarnav.dark.right .menu-toggle, .stellarnav.dark.left .menu-toggle { border-bottom: 0; }
.stellarnav.dark .third:first-child, .stellarnav.dark .half:first-child { border-right: 0; }
.stellarnav.light .menu-toggle span.bars span { background: #000; }
.stellarnav.dark .menu-toggle span.bars span { background: #000; }
.stellarnav.mobile.light ul a { color: #000!important; }
.stellarnav.mobile.light .menu-toggle { width:90px; }
.stellarnav.mobile { position: absolute;z-index: 9999999999999999999999999999999999999999999999999999; }
.stellarnav.mobile.fixed { position: static; }
.stellarnav.mobile ul { position: relative; display: none; }
.stellarnav.mobile.active { padding-bottom: 0; }
.stellarnav.mobile.active > ul { display: block; }
.stellarnav.mobile ul { text-align: right; }
.stellarnav.mobile > ul > li { display: block; }
.stellarnav.mobile > ul > li > a {padding-right: 15px;padding-left: 15px;padding-top: 12px;padding-bottom: 12px; }
.stellarnav.mobile ul { background: rgba(221, 221, 221, 1); }
.stellarnav.mobile ul ul { position: relative; opacity: 1; visibility: visible; width: auto; display: none; -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none; }
.stellarnav.mobile ul ul ul { right: auto; top: auto; }
.stellarnav.mobile li ul ul { left: auto; }

.stellarnav.mobile li { border-bottom: 1px solid #f1f1f1; }
.stellarnav.mobile li:last-child { border-bottom: 0px solid #ccc; }

.stellarnav.mobile li a.dd-toggle { border: 0; }
.stellarnav.mobile.light li a.dd-toggle { border: 0; }
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile { display: inline-block; }
.stellarnav.mobile li.call-btn-mobile { border-left: 1px solid rgba(255, 255, 255, .1); box-sizing: border-box; }
.stellarnav.mobile li.call-btn-mobile, .stellarnav.mobile li.location-btn-mobile { display: inline-block; width: 50%; text-transform: uppercase; text-align: center; }
.stellarnav.mobile li.call-btn-mobile.full, .stellarnav.mobile li.location-btn-mobile.full { display: block; width: 100%; text-transform: uppercase; border-left: 0; text-align: right; }
.stellarnav.mobile.light ul { background: rgba(255, 255, 255, 1); }
.stellarnav.mobile.dark ul { background: rgba(0, 0, 0, 1); }
.stellarnav.mobile.dark ul ul { background: rgba(255, 255, 255, .08); }
.stellarnav.mobile.light li.call-btn-mobile { border-left: 1px solid rgba(0, 0, 0, .1); }
.stellarnav.mobile.top { position: absolute; width: 100%; top: 0; right: 0; z-index: 9999; }
.stellarnav.mobile li.has-sub > a:after, .stellarnav.mobile li li.has-sub > a:after, .stellarnav.mobile li li.has-sub > a:after { display: none; }

/* right and left positions */
.stellarnav.mobile.left > ul, .stellarnav.mobile.right > ul { position: fixed; top: 0; bottom: 0; width: 100%; max-width: 280px; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.stellarnav.mobile.left > ul { left: 0; }
.stellarnav.mobile.left .close-menu, .stellarnav.mobile.right .close-menu { display: inline-block; text-align: left; }
.stellarnav.mobile.right > ul { right: 0; }
.stellarnav.mobile.left .location-btn-mobile.half, .stellarnav.mobile.left .call-btn-mobile.half, .stellarnav.mobile.left .close-menu.half { text-align: center; }
.stellarnav.mobile.left .location-btn-mobile.third, .stellarnav.mobile.left .call-btn-mobile.third, .stellarnav.mobile.left .close-menu.third { text-align: center; }
.stellarnav.mobile.right .location-btn-mobile.half, .stellarnav.mobile.right .call-btn-mobile.half, .stellarnav.mobile.right .close-menu.half { text-align: center; }
.stellarnav.mobile.right .location-btn-mobile.third, .stellarnav.mobile.right .call-btn-mobile.third, .stellarnav.mobile.right .close-menu.third { text-align: center; }
.stellarnav.mobile.right .menu-toggle.half, .stellarnav.mobile.right .menu-toggle.third, .stellarnav.mobile.left .menu-toggle.half, .stellarnav.mobile.left .menu-toggle.third { text-align: right; }
.stellarnav.mobile.right .close-menu.third span, .stellarnav.mobile.left .close-menu.third span { display: none; }

/* mega dd */
.stellarnav.desktop li.mega ul ul { background: none; }
.stellarnav.desktop li.mega li { display: inline-block; vertical-align: top; margin-right: -4px; }
.stellarnav.desktop li.mega li li { display: block; position: relative; right: 4px; }
.stellarnav.desktop li.mega ul ul { width: auto; }
.stellarnav.desktop > ul > li.mega { position: inherit; }
.stellarnav.desktop > ul > li.mega > ul { width: 100%; }
.stellarnav.desktop > ul > li.mega > ul li.has-sub ul { display: block; position: relative; right: auto; }
.stellarnav.desktop > ul > li.mega > ul > li { padding-bottom: 15px; box-sizing: border-box; }
.stellarnav.desktop li.mega li li a { padding: 5px 15px; }
.stellarnav.desktop li.mega li.has-sub a:after { display: none; }
.stellarnav.desktop > ul > li.mega > ul > li > a { color: yellow; }

/* Fallback for slow javascript load */
@media only screen and (max-width : 1196px) {.stellarnav { overflow: hidden; display: block; }.stellarnav ul { position: relative; display: none; }}

/* mobile nav */
@media only screen and (max-width : 1196px) {.stellarnav.mobile .call-btn-mobile.third span, .stellarnav.mobile .location-btn-mobile.third span { display: none; }}




.wp-media-buttons ,.wp-editor-tabs , .mce-flow-layout , .media-search-input-label, .media-attachments-filter-heading , #media-attachment-filters, #media-attachment-date-filters , #media-search-input, .media-frame-title ,.media-frame-actions-heading , .is-closed , .screen-reader-text {display:none!important;}
.mce-toolbar-grp > div {padding:0px!important;}

.acf-fields > .acf-field { border: #fff solid 0px!important; }
.upload-ui , .max-upload-size , .media-button , .button-primary {font-family:'iransans'!important;}
.wid100map{width:100%!important;}
.wid100map iframe{width:100%!important;}
.pippin_form label { display: block; float: right; width: 30%; margin-bottom:5px;}
.pippin_form input[type="text"],.pippin_form select , .pippin_form input[type="password"],
.pippin_form input[type="email"] {margin-bottom:5px;background: #f0f0f0;border: 1px solid #ccc;width: calc(60% - 12px);}
.pippin_form input[type="text"]:focus, .pippin_form input[type="password"]:focus,
.pippin_form input[type="email"]:focus {border-color: #aaa;}
.pippin_errors { padding: 8px; border: 1px solid #f50; margin: 0 0 15px; }
.digits_bx_cred_frm_container .acf-user-register-fields {display:none;}




@media print {
.single-left-content .box_post_5 , .pwasitralweb , header , .header , #header , footer , .footer ,.copyright,.printing, #footer , .single-right-content-img , .single-hidden ,.single-left-content-title , .main-menu , .breadcrumb {height:0px!important;overflow:hidden!important;
width:0px!important;display:none!important;font-size:14px!important;}
body {font-size:14px!important;padding-top: 20px;}
.detail-ads li{width: 33%; display: inline-block; padding: 0px 0px; border-bottom: 1px solid #f5f5f5;}
.single-right-content-img-print {display:block!important;float:right;width:92%;height:auto;margin-right:4%;margin-left:4%; margin-bottom:30px;}
.single-right-content-img-print img{display:block!important;float:right;width:50%;height:auto;border-top-right-radius:15px;border-bottom-left-radius:15px; }
a[href]:after {content: none !important;}
#desc  , #emkanatbox , #secbox , #naghshe {display:block!important;box-shadow: 0 0 0 #fff!important;padding: 0px 4% 0px 4%!important; }
#naghshe { width:60%;height:300px;position:absolute;bottom:20px;left:2%;float:left;overflow:hidden;}
#naghshe .titdesk { display:none!important;}
#secbox .detail-ads li{width: 100%!important;}

.single-right-content h1 , .desc-content-tab h1 , .titdesk {
width:100%;
display:block;
text-align:right;
float:right;
font-weight:bold!important;
font:19px/30px 'iransans';
}
.infoboxing {
width:92%;display:block;float:right;
position:absolute;
top:50px;
left:0;
padding:10px 4% 10px 4%;
margin-bottom:20px;
}
.single-left-content infbox qrcode{
display:block;
float:left;
}
.single-left-content infbox p{
display:block;
float:left;
margin-left:20px;
}
.single-left-content infbox{
display:block;
text-align:left;
float:right;
width:100%;
color:#535d60;
font:13px/26px 'iransans';
}


.w3-bar {display:none!important;}
.hideinprint {display:none!important;}
.single-form-state  {display:none!important;}
.single-left-content-title  {display:none!important;}
@page {margin-top: 0;margin-bottom: 0;}

}



#video embed{ width:100%;height:400px;}
.w3-container, .w3-panel {
box-shadow: 0 0 6px rgba(0,0,0,0.1);
border-radius:7px;
background:#fff;
padding: 0px 20px 10px 20px;
}
.w3-black, .w3-hover-black:hover {color: #fff !important;}
.w3-bar {width: 100%;overflow: hidden;}
.w3-button {color: #000 !important;background-color: #fafafa;}
.w3-button:hover {color: #000 !important;background-color: #ccc !important;}
.w3-bar .w3-button {white-space: normal;}
.w3-bar .w3-bar-item {padding: 8px 16px;margin-right:2px;float: right;width: auto;border: none;display: block;outline: 0;}
.w3-btn, .w3-button {    -webkit-touch-callout: none;    -webkit-user-select: none;    -khtml-user-select: none;    -moz-user-select: none;    -ms-user-select: none;user-select: none;}
.w3-btn, .w3-button {background-color: #ebebeb;border-top-right-radius:5px;border-top-left-radius:5px;border: none;display: inline-block;padding: 8px 16px;vertical-align: middle;overflow: hidden;text-decoration: none;color: #000;text-align: center;cursor: pointer;white-space: nowrap;}
button, html [type="button"], [type="reset"], [type="submit"] {    -webkit-appearance: button;}
button, select {text-transform: none;}
button, input {overflow: visible;}
button, input, select, textarea {font: inherit;margin: 0;}
.w3-red,.w3-hover-red:hover{color:#fff!important;}

.success__payment {
margin: 15px 0;
list-style: none;
line-height: 28px;
position: relative;
padding: 1rem 1rem;
margin-bottom: 1rem;
border: 1px solid #badbcc;
border-radius: 0.25rem;
color: #0f5132;
background-color: #d1e7dd;
}

.error__payment {
margin: 15px 0;
list-style: none;
line-height: 28px;
position: relative;
padding: 1rem 1rem;
margin-bottom: 1rem;
border: 1px solid #f5c2c7;
border-radius: 0.25rem;
color: #842029;
background-color: #f8d7da;
}
.tamdid,.special_payment,.fast_payment,.send_agahi{
display: block;
float: right;
border-radius: 6px;
border: 1px solid #0084ff!important;
color: #0084ff !important;
padding-right: 15px;
padding-left: 15px;
margin-top:10px;
margin-left: 10px;
cursor: pointer;
}
.moshaver_btn{
display: block;
float: right;
border-radius: 6px;
border: 1px solid #0084ff!important;
color: #0084ff !important;
padding-right: 15px;
padding-left: 15px;
padding-top: 1px;
padding-bottom: 1px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
cursor: pointer;
}
.name_moshaver_amlak{display: block;margin-bottom: 5px}
#name_moshaver_amlak{display: block;width: 100%;border-radius: 3px;border:1px solid #ccc}


/*---pagenumber---*/
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:12px;
display:block;
float:right;
width:100%;
text-align:center;
line-height:15px;
}
.pagination span, .pagination a {
display:inline-block;
margin: 2px 2px 2px 0;
padding:6px 3px 5px 3px;
min-width:20px!important;
text-align:center;
border-radius:4px;
font-size:13px!important;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
.pagination a:hover{color:#fff;}
.pagination .current{color:#fff;}






























/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-map-pane svg,
.leaflet-map-pane canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
   -moz-user-select: none;
user-select: none;
  -webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
max-width: none !important;
}

.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-drag {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
 box-sizing: border-box;
z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
-moz-user-select: none;
}

.leaflet-pane { z-index: 400; }

.leaflet-tile-pane{ z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg{ z-index: 200; }

.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
}


/* control positioning */

.leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
   -moz-transition: opacity 0.2s linear;
 -o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
   -moz-transition:-moz-transform 0.25s cubic-bezier(0,0,0.25,1);
 -o-transition:  -o-transform 0.25s cubic-bezier(0,0,0.25,1);
transition: transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
   -moz-transition: none;
 -o-transition: none;
transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
}


/* cursors */

.leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:-moz-grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:-moz-grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
background: #ddd;
outline: 0;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
}


/* general typography */
.leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* general toolbar styles */

.leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}

.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-control-zoom-out {
font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
font-size: 24px;
}


/* layers control */

.leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
background-image: url(images/marker-icon.png);
}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
 box-sizing: border-box;

background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {box-shadow: none;}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
}
.leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {color: #999;}
.leaflet-popup-scrolled {overflow: auto;border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;}
.leaflet-oldie .leaflet-popup-content-wrapper {zoom: 1;}
.leaflet-oldie .leaflet-popup-tip {width: 24px;margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {margin-top: -1px;}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
}
.leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}
.leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
}
.leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}
