/*
theme name: Real estate theme
version: 1.0
Author: 2sweb.ir
Author URI: http://2sweb.ir
Desctiption: طراحی شده توسط شرکت توس وب
*/
body {
	    font-family: 'iran-yekan', arial, tahoma;
}
.header-site {
	padding:0
}
.rowfull {
	width:100%;
	max-width:100%
}
.search {
    position: absolute;
    left: 0;
    top: 7px;
}
.b-header {
	width:100%
}
#introbar {
    background: #3A526A;
    line-height: 40px;
    min-height: 40px;
}
#introbar .phone_header {
    float: right;
}
#introbar .phone_header i {
    width: 25px;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
#introbar .phone_header span {
	display: inline-block;
    font-size: 13px;
    color: #fff;
}
.email_header {
    margin-right: 15px;
}
#intronav {
    float: left;
}
#intronav ul {
    display: table;
}
#intronav ul li {
    float: right;
}
#intronav ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 0px 10px;
}
#intronav ul li a:hover {
    color: #F1C40F;
}
.posrel {
	position:relative
}
/*
= header
-----------------------------------*/
#masthead {
    background: #fff;
    min-height: 100px;
    line-height: 100px;
    width: 100%;
}
#masthead .container {
	background: url(images/header-back.png) no-repeat right center;
}

#masthead .logo_site {
	display: block;
    float: right;
    position: relative;
}
#masthead .logo_site img {
	max-height: 100px;
    display: inline-block;
}

#masthead .title_site h1,#masthead .title_site h2,#masthead .title_site h3,#masthead .title_site h4 {
    text-indent: -9999px;
    position: absolute
}
#masthead .title_site h1 a,#masthead .title_site h2 a {
	font-size: 28px;
	color: #0a5d6d;
}
#masthead .title_site h2,#masthead .title_site h3 {
    color: #777;
    font-family: IRANSans;
    font-size: 18px
}
.social_networks {
    float: left;
}
.social_networks ul li {
	float: left;
}
.social_networks ul li a {
	display: block;
    margin: 2px;
}
.social_networks ul li a img {
    display: inline-block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
    border: 1px solid #1EB8EA;
}
.social_networks ul li a i {
font-size: 18px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -moz-transition: all .5s;
    border: 1px solid #1EB8EA;
    width: 30px;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.social_networks ul li.facebook_icon a i {
	color: #3B5A9A;
}
.social_networks ul li.twitter_icon a i {
	color: #28A9E2;
}
.social_networks ul li.google_icon a i {
	color: #DE4B39;
}
.social_networks ul li.linkedin_icon a i {
	color: #1279BF;
}
.social_networks ul li.instagram_icon a i {
	color: #6C3696;
}
.social_networks ul li.telegram_icon a i {
	color: #1EB8EA;
}
.social_networks ul li a i:hover,.social_networks ul li a img:hover {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
/*
=footer
-------------------------------------------*/
#footer {
	background:#273272;
	padding: 20px 0 0;
		overflow:hidden
}
#footer .footer_title {
    color: #fff;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 18px;
    margin-bottom: 15px;

}
#footer .footer_title:after {
    content: "";
    position: absolute;
    bottom: -2px;
    border-radius: 3px;
    right: 0;
    width: 60px;
    height: 3px;
    background: #fff;
}
#footer .footer_links ul li a {
    display: inline-block;
    position: relative;
    color: #ddd;
    padding: 0 15px 5px 2px;
    font-size: 13px
}
#footer .footer_links ul li a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
}
#footer .footer_links ul li a:hover,#footer .footer_posts ul li .title_post_ft a:hover{
	color: #fff;
}
#footer .footer_contact ul li {
	color: #fff;
}
#footer .footer_contact ul li .contact_icon {
    width: 35px;
    line-height: 35px;
    height: 35px;
    font-size: 22px;
    text-align: center;
}
#footer .footer_contact ul li span {
    color: #ddd;
    font-size: 13px;
    vertical-align: text-bottom;
    line-height: 35px;
}
#footer .footer_map iframe {
    width: 100%;
    max-width: 100%;
    border: 1px solid #fff;
    height: 250px;
}
#copyright {
	background: #fff;
    padding: 15px 0;
}
#copyright .right_copyright {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
#copyright p,#copyright a {
	color: #777;
	padding: 5px 0;
	font-size: 13px;
}
#copyright .thumb_footer {
    display: block;
    margin-left: 6px;
}
#copyright .thumb_footer img {
    max-height: 60px;
}
#copyright .left_copyright .social_networks {
    margin-top: 10px;
}
#copyright .left_copyright .social_networks ul li a {
    color: #fff;
}
#copyright .left_copyright .social_networks ul li a i {
    border-color: transparent;
    color: #fff
}
#copyright .left_copyright .social_networks ul li.facebook_icon a i {
	background: #3B5A9A;
}
#copyright .left_copyright .social_networks ul li.twitter_icon a i {
	background: #28A9E2;
}
#copyright .left_copyright .social_networks ul li.google_icon a i {
	background: #DE4B39;
}
#copyright .left_copyright .social_networks ul li.linkedin_icon a i {
	background: #1279BF;
}
#copyright .left_copyright .social_networks ul li.instagram_icon a i {
	background: #6C3696;
}
#copyright .left_copyright .social_networks ul li.telegram_icon a i {
	background: #1EB8EA;
}
/*
= section_aboutUs
-----------------------------*/
.section_aboutUs {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    min-height: 400px;
    background: url(images/about_bg.jpg) no-repeat;
    background-size: cover !important;
    padding: 35px 0 25px;
}
.section_aboutUs .container {
    overflow: hidden;
}
#sectionTab {
    padding-right: 40px;
    border-bottom: 0;
}
#sectionTab li {
    position: relative;
    display: block;
    float: none;
    margin-bottom: 30px;
    padding: 4px 0;
}
#sectionTab li:after {
content: "---";
    position: absolute;
    right: 35px;
    font-size: 18px;
    letter-spacing: 4px;
    color: #aaa;
    transform: rotate(90deg);
    bottom: -29px;
    font-family: tahoma;
    
}
#sectionTab li:last-child:after {
    display: none;
}
#sectionTab li a {
    font-size: 22px;
    color: #000;
}
#sectionTab li a i{
    position: relative;
    font-size: 40px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #999;
    text-align: center;
    background: #f8f8f8;
    border: 3px solid #f8f8f8;
    box-shadow: 0 0 2px #aaa;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 10px;
    transition: all .5s;
}
#sectionTab li.active a i {
    background: #3A526A;
    color: #fff;
    border-color: #fff;
}
.blockText p {
    line-height: 35px;
    font-size: 15px;
    text-align: justify;
    color: #000;
}
.title_blockText {
    font-size: 28px;
    margin-bottom: 15px;
    color: #666;
}
a.about_more_link{
    display: table;
    background: #3A526A;
    color: #fff !important;
    padding: 10px 45px;
    font-size: 20px;
    border-radius: 4px;
    margin: 25px auto 10px;
}
a.about_more_link:hover {
    opacity: .8;
}
#counter_year {
    padding:35px 0;
	background:#eee
}
#counter_year .counter_num span {
    display: inline-block;
    color: #34C2EF;
    font-size: 200px;
    font-family: tahoma;
} 
#counter_year .content_year {
    margin-top:75px;
}
#counter_year .number_title {
   font-size: 60px;
    color: #999;
    margin-bottom: 15px;
    line-height:60px;
}
#counter_year .number_des p {
    font-size: 15px;
    color: #888;
    text-align: justify;
}
#counter_year .number_des p strong {
    color: #888;
    font-size: 16px;
}
@media screen and (min-width:992px) {
    #counter_year .number_title {
        border-right: 2px solid #999;
    padding-right: 10px
    }
}
/*
=more_services
-----------------------------------------*/
#feature-sec {
	padding:35px 0
}
.more_services .col_box .ico_col_box figure {
position:relative;
width:200px;
margin:auto;
height:150px;
background:#000;
overflow:hidden;
 }
.more_services .col_box .ico_col_box figure figcaption {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    color: #fff;
    -webkit-transform: skewY(60deg);
    -moz-transform: skewY(60deg);
    -o-transform: skewY(60deg);
    transform: skewY(60deg);
    padding: 10px;
    text-align: center;
    font-size: 12px;
    background: rgba(0,0,0,.7);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
-webkit-transition: .4s;
-o-transition: .4s;
-o-transition: .4s;
 }
.more_services .col_box:hover figure figcaption {
opacity:1;
visibility:visible;
-webkit-transform: skewY(0deg);
-moz-transform: skewY(0deg);
-o-transform: skewY(0deg);
transform: skewY(0deg);
 }
.more_services .col_box .ico_col_box img {
    width: 200px;
    height: 150px;
    margin: auto;
    border: 1px solid #ddd;
}
.more_services .col_box .caption-item {
    line-height: 19px;
    padding: 5px 9px;
}
.more_services .col_box .caption-item a {
    display: block;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    color: #555;
    margin-top: 5px;
}
.more_services .col_box .caption-item a:hover {
    color: #2980B9;
}
.title_section {
    line-height: 25px;
    background: url(images/title_bg.jpg) center repeat-x;
    margin: 15px 0;
    text-align: center;
}
.title_section span {
    display: inline-block;
    line-height: 25px;
    font-size: 20px;
    color: #333;
	font-weight: bold;
    padding: 5px 15px;
    background-color: #fff;
}
.slick-prev i, .slick-next i {
	width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
	transition:all .3s
}
.slick-prev i:hover, .slick-next i:hover {
	background: #ccc;
}
@media screen and (max-width:768px) {
	#counter_year .content_year {
		margin:0
	}
	#counter_year .counter_num span {
		font-size:120px
	}
	#counter_year .counter_num span {
		line-height:70px
	}
	#counter_year .number_title {
    font-size: 40px;
    color: #555;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}
	#masthead .logo_site {
		float:none
	}
	#masthead .logo_site img {
		display:block;
		margin:auto
	}
	.social_networks {
    float: none;
    margin: auto;
    text-align: center;
    display: table;
}
	#masthead {
		line-height:60px
	}
}