/*
Theme Name: هلی سیتی
Theme URI: https://helicity.ir/
Author: Kaveh Nz
Author URI: https://gratech.ir
Description: هلی سیتی
Version: 1
Tags: helicity
Text Domain: helicity
*/
@import url(css/bootstrap-rtl.min.css);
@import url(css/face.css);
@import url(css/video-js.css);
@import url(css/aos.css);
html { margin-top:0 !important; }
body {
	position: relative;
    font-family: "iranyekan", "roboto";
	background: #F5f5f5;
}
button, input, .tooltip { font-family: "iranyekan", "roboto"; }
p { margin-bottom:10px; }
a { color:#363636; }
*:focus { outline: none !important; text-decoration: none; }
#search-box {
	text-align: center;
	border-radius: 8px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px 0;
	background: #fff;
}
#search-box input[type="text"] {
	border: 0;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 10px 15px;
}
#search-box select {
	border-radius: 8px;
	padding: 10px 15px;
	border: 1px solid #ccc;
}
#search-box button {
	border-radius: 8px !important;
	padding: 9px;
}
#cover {
	background-image: url('images/cover.png');
	background-position: cover;
	background-size: 100%;
	min-height: 400px;
	position: relative;
	margin-bottom: 60px;
}
.overly-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}
.cover-search {
	position: relative;
	top: 50%;
}
.cover-search input {
	padding: 20px;
	border-radius: 20px;
	border: 0;
}
.cover-search button {
	background: var(--primary-color);
	padding: 20px;
	border-radius: 20px;
	border: 0;
	color: #fff;
	text-align: center;
}
.container-fluid {
	width: 100%;
    padding-left: 9%;
    padding-right: 9%;
    margin-left: auto;
    margin-right: auto;
}
.box-one {
    padding-top: 65px;
    background: url(images/box1Bg.png);
    background-repeat: no-repeat;
    background-position: top left;
	background-size: contain;
}
.MainMenu li {
    cursor: pointer;
    margin-left: 20px;
    font-size: 13px;
    color: #191919;
    font-weight: 400;
	display:inline-block;
	white-space:nowrap;
}
.MainMenu li a {
	color: #191919;
}
.MainMenu li a:hover {
	text-decoration: none;
}
.MainMenu li:first-child a {
    color: var(--primary-color);
    font-weight: 600;
}
.box-one-image {
	text-align: left;
}
.box-one-content {
    margin-top: 70px;
}
.box-one-content .wizbox-title {
   font-weight: 900;
    color: #191919;
    word-spacing: -3.5px;
    position: relative;
    display: inline-block;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    font-size: 18pt;
}
.box-one-content .wizbox-title > span {
    background: var(--primary-color);
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    left: -69px;
    position: absolute;
    bottom: 6px;
    word-spacing: 1px;
    padding: 3px 10px;
    font-size: 10pt;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    padding-bottom: 1px;
    z-index: -1;
}
.box-one-content p {
    line-height: 2.5;
    font-size: 14px;
    text-align: justify;
    word-spacing: -0.5px;
    color: #191919;
}
.box-one-content-btn a {
    background: rgb(46,185,154);
	background: linear-gradient(90deg, rgba(46,185,154,1) 0%, rgba(18,190,208,1) 100%);
    display: block;
    color: #fff;
    text-align: center;
    line-height: 3;
    font-size: 14px;
    border-radius: 100px;
    transition: 0.2s ease-out;
}
.box-one-content-btn:first-child a {
    box-shadow: var(--primary-color)40 0px 8px 24px;
}
.box-one-content-btn:last-child a {
    background: var(--secondary-color);
	color: #424242;
	word-spacing: -2px;
	font-weight: bolder;
}
.box-one-content-btn a:hover {
    text-decoration: none;
    transition: 0.2s ease-out;
    transform: translateY(2px);
}
.box-two {
    margin-bottom: 50px;
    padding-bottom: 22px;
    background: url('images/box2Bg1.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.box-two-title {
    margin-bottom: 70px;
}
.box-four-title {
	margin-bottom: 30px;
}
.box-two-title h2, .box-three-title h2, .box-four-title h2 {
    font-size: 24px;
    font-weight: 800;
    word-spacing: -1px;
    margin-bottom: 3px;
    letter-spacing: -1px;
}
.box-two-title h2 span, .box-four-title span {
    color: var(--primary-color);
}
.box-two-title h3, .box-three-title h3, .box-four-title h3 {
    font-size: 13px;
    color: #939393;
    word-spacing: -0.5px;
    letter-spacing: -0.5px;
    line-height: 2;
    font-weight: 400;
}
.archive-title {
	font-size: 16px;
}
.video-js .vjs-big-play-button{
    top: 44%;
    left: 43%;
}
.box-two-property-list  li{
    font-size: 14px;
    background: white;
	white-space:nowrap;
    letter-spacing: -0.5px;
    word-spacing: -0.5px;
    line-height: 3;
    padding: 20px;
    border-radius: 5px;
    margin-left: 15px;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.box-two-property-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: auto auto;
}
.box-three-title span{
    color: var(--primary-color);
    letter-spacing: -4px;
    word-spacing: -4px !important;
    font-size: 40px;
    margin: 0 5px;
}
.box-three-title{
    margin-top: 40px;
    margin-bottom: 40px;
}
.box-three-form input{
    background: white;
    padding: 30px;
    padding-right: 60px;
    margin-bottom: 50px;
    border:0 ;
    width: 100%;
    border-radius: 300px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 50px 0px;
}
.box-three-form form {
    position: relative;
    display: unset;
}
.box-three-form button {
    position: absolute;
    background: var(--primary-color);
    padding: 25px 40px;
    border-radius: 100px;
    border: 0;
    font-size: 12px;
    color: white;
    top: -23px;
    left: 10px;
}
.box-three-form input::-webkit-input-placeholder { /* Edge */
    color: #aaa;
    font-size: 15px;
    letter-spacing: -0.5px;
    word-spacing: -0.5px;
}
  
.box-three-form input:-ms-input-placeholder { /* Internet Explorer */
    color: #aaa;
    font-size: 15px;
    letter-spacing: -0.5px;
    word-spacing: -0.5px;
}
  
.box-three-form input::placeholder {
    color: #aaa;
    font-size: 15px;
    letter-spacing: -0.5px;
    word-spacing: -0.5px;
}
.box-three-form svg {
    position: absolute;
    right: 25px;
    top: -2px;
}
.box-four-call {
    position: relative;
    background: #ffd101;
    margin-top: 50px;
    padding: 30px 200px;
    padding-left: 100px;
    border-radius: 10px;
    height: 120px;
    margin-bottom: 80px;
}
.box-four-call:after {
    content: "";
    background: url(images/phone.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 70px;
    top: -59px;
    height: 179px;
    width: 100px;
}
.box-four-call h3 {
    color: #fff;
    text-shadow: 0px 1px 5px #9a9a9a;
    word-spacing: -1px;
    font-size: 25px;
    letter-spacing: -1px;
}
.box-four-call .text-right h4 {
    font-size: 14px;
    word-spacing: -0.5px;
    letter-spacing: -0.5px;
    color: #575757;
}
.box-four-call .text-left h4:first-child {
    margin-top: 5px;
    font-weight: 900;
    font-size: 20px;
}
.MainMenu ul {
	padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 5;
}
.box-four-call .text-left h4 {
    word-spacing: -0.5px;
    letter-spacing: -0.5px;
    font-size: 17px;
}
footer {
	padding-top:85px;
	padding-bottom:20px;
	background:url('images/footerlg.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}
footer h6 {
    color: #ccc;
    font-size: 14px;
}
footer h6 a {
    color: #ccc;
    font-size: 14px;
}
footer h6:last-child{
    letter-spacing: 2.2px;
} 
footer h6 a:hover{
    color: rgb(114, 114, 114);
    font-size: 14px;
    text-decoration: none;
}
.video-js{
    display: block;
    max-width: 100%;
    height: 375px;
}
.TopNavxs{
	display:none;
}
.MobileNavShow{
	visibility: visible !important;
    opacity: 1 !important;
	transition:0.2s;
}
.box-four-call a{
	color:#000;
}
.box-four-call a:hover{
	text-decoration:none;
}
.logoMain{
	display:inline-block;
}
.logoMain img{
	width:100px;
}
.MainNav{
	display:flex;
	vertical-align:middle;
	align-items:center;
}
.innerbox {
	margin-top: 20px;
}
.single-header {
	box-shadow: rgb(33 35 38 / 3%) 0px 10px 10px -10px;
	padding: 20px 0;
	border-bottom: 1px solid #f0f1f6;
	background: #fff;
}
.single-header .singleLogo h1 {
	margin: 0;
}
.single-header .singleNav, .singleBtnHead {
	display: flex;
	vertical-align: middle;
	align-items: center;
}
.single-header .singleNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
}
.single-header .singleNav ul li a:hover {
	color: var(--primary-color);
	font-weight: bolder;
}
.single-header .singleNav ul li a {
	color: #7f8187;
	text-decoration: none;
	margin-left: 40px;
    font-size: 13.5px;
}
.singleBtnHead a:first-child {
	margin-left: 10px;
}
.singleBtnHead a:last-child {
	background: var(--secondary-color);
	color: var(--secondary-color-text);
	word-spacing: -2px;
	font-weight: bolder;
}
.singleBtnHead a {
	background: var(--primary-color);
	text-decoration:none;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 3;
	white-space:nowrap;
    font-size: 12px;
    border-radius: 100px;
	width:100%;
}
.archiveItemImage img {
	border-radius:15px;
	height: 220px;
    object-fit: cover;
    width: 100%;
}
.archiveItem a {
	text-decoration:none;
    border: 1px solid #eaf8f5;
	padding:10px;
    display: block;
    border-radius: 15px;
    box-shadow: rgb(33 35 38 / 3%) 0px 10px 10px -10px;
}
.archiveItem a h2 {
	color: #535068;
	font-size: 11pt;
	font-weight: 900;
	text-align: center;
	word-spacing: -1px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.archiveItem {
	margin-bottom: 30px;
}
.SearchPlace {
	color: white;
	background: rgb(46,185,154);
	background: linear-gradient(90deg, rgba(46,185,154,1) 0%, rgba(18,190,208,1) 100%);
	padding: 60px 0;
}
.SearchPlace h2 {
	font-size: 18pt;
	font-weight: bolder;
	word-spacing: -7px;
	text-shadow: 1px 1px 1px #0006;
}
.SearchPlace form {
	position: relative;
	margin-top: 15px;
}
.SearchPlace form button {
	background: white;
    border: 0;
    border-radius: 200px;
    font-size: 9pt;
    font-weight: 600;
    color: #29baa3;
	padding: 15px;
}
.SearchPlace form input {
	width: 40%;
	background: #65d0c8;
	color: white;
	border: 0;
	border-radius: 200px;
	padding: 15px;
}
.SearchPlace form select {
	background: #65d0c8;
	color: white;
	border: 0;
	border-radius: 200px;
	padding: 15px;
}
.SearchPlace span {
	font-size: 10pt;
}
.SearchPlace input::-webkit-input-placeholder { /* Edge */
	font-size: 13px;
	color:white;
}
.SearchPlace input:-ms-input-placeholder { /* Internet Explorer */
	font-size: 13px;
	color: white;
} 
.SearchPlace input::placeholder {
	font-size: 13px;
	color:white;
}
.single-footer {
	background:var(--footer-background-color);
	padding-top:60px;
}
.single-footer-menu h6 {
	color: var(--primary-color);
	font-weight: bolder;
	margin-bottom: 20px;
	word-spacing: -3px;
	text-shadow: 1px 1px 1px #54595e;
}
.single-footer-menu nav ul {
	list-style: none;
	padding-right: 20px;
}
.single-footer-menu nav ul li a:hover {
	color: var(--primary-color);
	transition: 0.2s;
}
.single-footer-menu nav ul li a {
	color: #e3e3e3;
    font-weight: 500;
    line-height: 35px;
    font-size: 13px;
    text-transform: capitalize;
	transition: 0.2s;
    text-decoration: none;
}
.single-footer-menu nav ul li {
	position: relative;
}
.single-footer-menu nav ul li:after {
	position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: var(--primary-color);
    right: -19px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 1px;
}
.single-footer-copyright {
	background: var(--footer-copyright-background-color);
	margin-top: 30px;
}
.single-footer-copyright-inner h5 {
	font-size: 9pt;
	color: #e3e3e3;
	margin: 0;
}
.single-footer-copyright-inner {
	padding: 30px 0;
}
.single-footer-info span {
	display: block;
	text-align: justify;
	color: #e3e3e3;
	line-height: 2;
    font-weight: 500;
    font-size: 13px;
}
.single-footer-info p {
	margin-top: 15px;
	margin-bottom: 25px;
	text-align: justify;
	color: #e3e3e3;
    font-weight: 500;
    line-height: 25px;
    font-size: 12px;
}
.single-tumb img{
	object-fit:cover;
	border-radius:15px;
}
.single-content, .archiveList{
	height: auto;
	border: 1px solid #f5f5f5;
    border-radius: 15px;
	background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.ArticlesItem a h2{
	color:var(--primary-color);
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
	border:1px solid #Ddd;
	border-radius:5px;
}
.gform_wrapper.gravity-theme .gfield_label{
	font-size:14px !important;
	margin-bottom:10px !important;
}
.gform_button {
	background:var(--primary-color);
	color:#FFF;
	border:0;
	border-radius:200px;
	padding:8px 20px;
	float:left;
}
.ArticlesItem .archiveItemContent p{
	font-weight: 400;
    line-height: 1.9;
    color: #5d5d5d;
    text-align: justify;
    font-size: 10pt;
    word-spacing: -1px;
}
.single-content-title h1, .single-content-text h2{
	font-weight:bolder;
	color:var(--primary-color);
	word-spacing:-3px;
	font-size:18pt;
}
.single-content-text img{
	margin: 15px 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 1px;
}
.single-content .single-content-tag ul{
	padding:0;
	margin:0;
}
.single-content .single-content-tag ul li{
	display:inline-block;
	position:relative;
}
.single-content .single-content-tag ul li:before{
    position:absolute;
	content: ' ';
    width: 6px;
	right:0;
    height: 6px;
	top:10px;
    background: var(--primary-color);
    margin: auto;
    border-radius: 100%;
}
.single-content .single-content-tag h6{
	font-size:10pt;
	margin-bottom:10px;
	color:#aaa; 
	position:absolute;
	top:-14px;
	right:10px;
	background:white;
	padding:5px 10px;
}
.single-content .single-content-tag {
	position:relative;
	border-radius:10px;
	border:1px dashed #ddd;
	margin-bottom:15px;
	margin-top:25px;
	padding:15px;
}
.single-content .single-content-tag ul li a:hover{
	color:var(--primary-color);
	transition:0.2s;
}
.single-content .single-content-tag ul li a{
	color:#424242;
	transition:0.2s;
	font-size:10pt;
	word-spacing:-2px;
	padding-right:10px;
	margin-left:20px;
	font-weight:bolder;
	text-decoration:none;
}
.single-content .single-content-text{
	line-height:2;
	margin:15px 0;
	font-size:11pt;
}
.single-content-text table {
	width: 100%;
	border: 1px solid #ddd;
}
.single-content-text table td, .single-content-text table th {
	border: 1px solid #ddd;
}
.single-tumb-gallery {
	padding:0;
	margin:0;
	list-style:none;
	display:flex;
	margin-top:10px;
}
.single-tumb-gallery li{
	margin:2.5px;
}
.single-tumb-gallery li a:hover img{
	opacity:1;
	transition:0.2s;
	transform:scale(1.1);
}
.single-tumb-gallery li a img{
	width:100%;
	border:2px solid #fff;
	box-shadow:1px 1px 1px #d3d3d3;
	opacity:0.8;
	transition:0.2s;
}

/* comments */
ol#comments li { margin-bottom: 20px; position: relative; list-style: none; }
ol#comments li .children { margin-right: 50px; position: relative; }
.cm-title h3{
	position:relative;
	top:3px;
	font-size:11pt;
	word-spacing:-2px;
}
.cm-title {
    width: 100%;
    padding: 10px;
    background: var(--primary-color);
	border-radius:200px;
    color: #f1f1f1;
    box-shadow: 0 1px 1px rgb(232, 232, 232);
    margin-bottom: 20px;
    position: relative;
	font-size:9pt;
}
.cm-title span[data-bubble]:after {
    content: attr(data-bubble);
    position: absolute;
    top: 12px;
    padding: 0 0.5em;
    text-align: center;
    text-shadow: 0 0.063em 0 rgba(0,0,0,.2);
    background-color: #fafafa;
    color: #202020;
    box-shadow: 0 0.063em 0.063em rgba(0,0,0,.2);
    -webkit-transform: translateZ(0);
    will-change: transform;
    left: 1em;
    border-radius: 4em;
    font-size: 1.1em;
}
.login_cm {
    width: 100%;
    padding: 10px 0;
    color: #333;
    background: #fff;
    margin-bottom: 5px;
	font-size:9pt;
}
.exit-btn {
	float: left;
    padding: 1px .7em 1px .7em;
    display: block;
    border-radius: 4em;
    font-size: 1em;
    margin: -2px 0;
	color:white;
    box-shadow: 0 0.063em 0.063em rgba(0,0,0,.2);
    text-shadow: 0 0.063em 0 rgba(0,0,0,.2);
    background-color: #ff5e5e;
}
.exit-btn a { color: #fff;text-decoration:none; font-size:9pt;}
.show-result {
    width: 100%;
    height: 40px;
    padding:0 10px;
    background: #ffc500;
}
.close-icn { float: left; cursor: pointer; }
.show-result span { line-height: 3.4; }
.show-result button {
    border: 0;
    outline: 0;
    box-shadow: 0 0.063em 0.063em rgba(0,0,0,.2);
    background: #e0b008;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    text-align: center;
    color: #333;
}
#comments { margin-top: 40px; }
.head-cm { padding: 7px;background: rgb(37, 37, 37);margin: 10px 0; box-shadow: 0 1px 1px rgb(34, 34, 34); }
.head-cm h3 { color: #ccc;}
.comment-form:after { display: table;clear: both;content: '';}
.comment-form .form{ margin-right:100px; }
.comment-form .form .form-row{ margin-bottom:10px; }
.comment-form .form .form-row:last-child{ margin-left: 0; margin-top: 20px; }
.comment-form .form .input{ background-color: #fdfdfd; border-radius: 4px; padding: 5px 10px; outline: none; width: 100%; -webkit-transition: 350ms box-shadow; -moz-transition: 350ms box-shadow; -ms-transition: 350ms box-shadow; -o-transition: 350ms box-shadow; transition: 350ms box-shadow; border: none; box-shadow:0 1px 1px rgb(232, 232, 232); color: #1d1c1c;}
.comment-form .form textarea.input{ height: 100px;padding: 15px;resize: none; color: #2b2b2b; }
.comment-form .form label{ color: #cacaca; }
.comment-form .form input[type=submit] {
	border: 0;
    outline: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: #fff;
    border-radius: 200px;
    background: var(--primary-color);
    padding: 5px 25px;
	padding-top:10px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: 350ms box-shadow;
    -moz-transition: 350ms box-shadow;
    -ms-transition: 350ms box-shadow;
    -o-transition: 350ms box-shadow;
    transition: 350ms box-shadow;
    float: right;
    margin-bottom: 10px;
    width: 150px;
    font-size: 15px;
}
.comment-form .form.ng-submitted .input.ng-invalid,.comment-form .form .input.ng-dirty.ng-invalid{box-shadow: 0 2px 6px rgba(212, 47, 47, .55) !important;}
.comment-form .form .input.disabled {background-color: #E8E8E8;}
.comment-form,.comment{margin-bottom: 20px;position: relative;z-index: 0;}
.comment-form,.comment:last-child {margin-bottom: 0;}
.comment-form .comment-avatar,
.comment .comment-avatar{ border: 3px solid rgb(232, 232, 232); border-radius: 50%;  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.59);  height: 80px;  overflow: hidden;  top: 0; width: 80px;  right: 0;position: absolute;}
.comment-form .comment-avatar img,.comment .comment-avatar img{  display: block;  height: auto; width: 100%;}
.comment .comment-box{
	background-color: #fdfdfd;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgb(232, 232, 232);
	position: relative;
	margin-right: 100px;
	min-height: 60px;
	padding: 15px;
}
.comment .comment-box:before,
.comment .comment-box:after{
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: transparent #fff;
  content: "";
  position: absolute;
  top: 25%;
  right: -10px;
}
.comment .comment-box:before{ border-color: transparent rgb(232, 232, 232); top: 26%; }
.comment .comment-text{ color: #333; font-size: 15px; margin-bottom: 25px; padding-left: 100px; }
li li .comment-box{	background: #f3f3f3!important; }
li li .comment-box:before{ border-color: transparent #f3f3f3!important;	top: 26%; }
li li .comment-box:before,
li li .comment-box:after{
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: transparent #f3f3f3!important;
  content: "";
  position: absolute;
  top: 25%;
  right: -10px;
}
.comment .comment-footer{ color: #acb4c2; font-size: 13px; }
.comment .comment-footer:after{ content: ""; display: table; clear: both; }
.comment .comment-footer a{
  -moz-transition: 350ms color;
  -ms-transition: 350ms color;
  -o-transition: 350ms color;
  color: #acb4c2;
  text-decoration: none;
  -webkit-transition: 350ms color;
  transition: 350ms color;
}
.comment .comment-footer .comment-actions a { color: #fff; border-radius: 200px;width: 100%;background: var(--primary-color); padding: 5px 7px;display: block; }
.comment .comment-footer .comment-actions a:hover{ background: #198670;transition:0.2s; }
.comment .comment-info{ float: right; width: 85%; }
.comment .comment-date:before{ content: "|";  margin: 0 10px; }
.comment-actions{ text-align: center; width: 15%; float: left; }
/* end comments */
.box-four-item{
	padding:40px 20px;
    border: 1px dashed #e0e0e0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
	transition: 0.2s;
    vertical-align: middle;
	min-height:280px;
    align-items: center;
	margin:15px 0;
}
.box-four{
margin-bottom:70px;
margin-top:100px;
}
.box-four-item .box-four-item-icon img{
	width:100px;
	height:auto;
	border-radius: 20px;
}
.box-four-item h4{
    margin-top: 20px;
    font-size: 13pt;
    font-weight: bold;
    word-spacing: -3px;
    color: #424242;
}
.box-four-item p{
	text-align: center;
    font-size: 9pt;
    margin-top: 7px;
    color: #939393;
    word-spacing: -2px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.9;
}
.box-four-item:hover{
	background: #e9f8f5;
    transition: 0.2s;
    border-color: var(--primary-color);
    cursor: -webkit-grabbing;
	transform:scale(1.03);
}
.box-four-item:hover p{
	color:#424242;
}
.box-four-item:hover h4{
	color:var(--primary-color);
}
/*------------Prices Table---------------*/
.tb-price-box .labelsugs{
	position: absolute;
    top: 20px;
    left: 0;
    color: white;
    background: #3e8c7c;
    padding: 5px 10px;
    font-size: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.tb-price-box{
	position:relative;
	background:white;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding:15px;
	margin:15px 0;
	border-radius:20px;
}
.tb-price-box .tb-price-title{
	background: rgb(46,185,154);
	text-shadow:1px 1px 1px #505368;
	background: linear-gradient(90deg, rgba(46,185,154,1) 0%, rgba(18,190,208,1) 100%);
	margin:-15px;
	margin-bottom:20px;
	padding:30px 20px;
	color:white;
	font-weight:bolder;
	font-size:13pt;
	word-spacing:-2px;
	text-align:center;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.tb-price-box .tb-price-title span{
	display: block;
	text-shadow:none;
    font-size: 10pt;
    font-weight: 400;
    color: #ffffff9c;
    margin-top: 7px;
}
.tb-price-box ul{
	padding:0;
	margin:0;
	list-style:none;
	min-height:370px;
}
.tb-price-attr li{
	font-size:12pt;
	font-weight:bolder;
	color:#424242;
	line-height:3;
	word-spacing:-2px;
}
.tb-price-attr svg{
	color:var(--primary-color);
}
.tb-price-info{
	border-top: 1px solid #f5f5f5;
    padding-top: 20px;
    text-align: center;
    margin-top: 15px ;
	color:#EA2027;
}
.tb-price-info span b{
	font-weight:400;
	letter-spacing:normal;
	font-size:12pt;
	color:#505368;
}
.tb-price-info span{
	font-size:30pt;
	letter-spacing:-3px;
	font-weight:bolder;
}
.tb-price-buybtn{
	text-align:center;
	margin:15px 0;
}
.tb-price-buybtn a:first-child{
	background: var(--primary-color);
	display:inline-block;
    color: #fff;
	text-decoration:none;
	padding:10px 20px;
	font-size:10pt;
	border-radius:100px;
	transition:0.2s;
    word-spacing: -2px;
    font-weight: bolder;
}
.tb-price-buybtn a:hover{
	transform:translateY(3px);
	transition:0.2s;
}
.tb-price-buybtn a:last-child{
	background: var(--secondary-color);
    color: #424242;
	display:inline-block;
	text-decoration:none;
	transition:0.2s;
	padding:10px 20px;
	font-size:10pt;
	border-radius:100px;
    word-spacing: -2px;
    font-weight: bolder;
}
/*------------End Prices Table-----------*/
@media only screen and (max-width: 1199px) {
	.box-two-video{
		margin-bottom:30px;
	}
	.box-two-property-list  li:nth-child(even){
        margin-left: 0;
    }
}
@media only screen and (max-width: 991px) {
	.singleNav{
		position: absolute;
		background: #FFF;
		transition: 0.2s;
		z-index: 5;
		left:0;
		right:0;
		border-top:1px solid #ddd;
		top:88px;
		opacity:0;
		border-bottom:1px solid #ddd;
		height:0;
		overflow:hidden;
	}
	.singleNavShow{
		height:auto;
		box-shadow:0px 6px 6px #ebebeb;
		opacity:1;
	}
	.single-header .singleNav nav{
		width:100%;
	}
	.single-header .singleNav ul{
		display:block;
		width:100%;
	}
	.single-header .singleNav ul li a{
		line-height:4;
		text-align:center;
		display:block;
	}
	.single-header{
		position:relative;
	}
	#OpenNavBtnSingleHeader  span{
		color:var(--primary-color);
	}
	.MainNav{
		display:block;
	}
	.MainMenu{
		display:block;
		margin:0;
		padding-right:30px;
	}
	.single-content{
		min-height:auto;
	}
	.logoMain {
		margin-bottom:30px;
		padding:0;
	}
	.
	.box-three-form input::-webkit-input-placeholder { /* Edge */
		font-size: 12px;
	}
	.box-three-form input:-ms-input-placeholder { /* Internet Explorer */
		font-size: 12px;
	}
	 .tb-price-box ul{
		 min-height:auto;
	 }
	.box-three-form input::placeholder {
		font-size: 12px;
	}
    .box-one-image{
        display: none;
    }
	.comment-actions{
		width:auto;
	}
	.comment .comment-info{
		width:100%;
	}
	#OpenNavBtn > span{
		cursor: pointer;
	}
	.instabtn a{
		display:block;
		padding:5px 0;
	}
	#OpenNavBtn svg{
		color:var(--primary-color);	
	}
	.TopNavxs{
		display:block;
	}
	.TopNavxs .instabtn svg{
		color:white;
	}
	.MainMenu{
		overflow-y: auto;
		position: fixed;
		background: #FFF;
		top: 0;
		visibility:hidden;
		opacity:0;
		bottom: 0;
		right:0;
		transition:0.2s;
		z-index: 5;
		padding: 30px;
		left: 40%;
		box-shadow:-100px 0 0px 500px #0000008c;
	}
	
    .MainMenu li{
		margin:0;
		display:block;
		margin-bottom:15px;
		padding: 10px 0;
    }
    .box-two-property-list  li{
        white-space: nowrap;
		padding:10px ;
        font-size: 12px;
    }
    
    .box-one{
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .box-one-content{
        margin-top: 25px;
   }
   .box-three-form button{
       padding: 25px;
   }
   .box-four-call{
    padding-right: 100px;
    padding-left: 20px;
   }
   .box-four-call::after{
       right: 5px;
   }
   .box-two{
       margin-top: 0 !important;
	   padding-top:0 !important;
   }
   .box-two-property-list{
	   overflow:auto;
   }
   .box-two-title{
       margin-bottom: 30px;
   }
   .box-one-content p {
        margin-bottom: 30px;
   }
   .box-four-call .text-left {
       text-align: center !important;
   }
   .container-fluid{
	   padding-left:4%;
	   padding-right:4%;
   }
}

@media only screen and (max-width: 768px) {
	footer h6 , footer h6 a{
		color:white;
	}
	.instabtn a{
		color:white;
	}
}

@media only screen and (max-width: 575px) {
	.single-footer {
		padding-top: 40px;
	}
	.single-footer-menu {
		padding: 0 30px;
	}
	.single-footer-info a:first-child {
		display: block;
		text-align: center;
		margin-top: 15px;
	}
}

.three-column-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none; /* حذف نقاط لیست */
    padding: 0; /* حذف padding */
    margin: 0; /* حذف margin */
}
.three-column-list li {
    flex: 1 0 33.33%; /* هر آیتم یک سوم عرض را اشغال می‌کند */
    box-sizing: border-box; /* شامل padding و border در عرض */
    padding: 10px; /* فاصله داخلی */
}
.facility-icon {
	border: 1px solid #ccc;
	text-align:center;
	border-radius: 15px;
}
.facility-icon:hover {
	background: #ccc;
}