﻿
/*----------------Reset-----------------*/
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}	
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.row {
	margin-right:-15px;
	margin-left:-15px
}
.caret {
		display: inline-block;
		width: 0;
		height: 0;
		margin-right: 5px;
		vertical-align: middle;
		border-top: 4px solid #cf2550;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}
.clearfix:before, .clearfix:after, .row:before, .row:after {
	display:table;
	content:" "
}
.clearfix:after,.row:after {
	clear:both
}
.navbar-toggle{cursor:pointer; position:relative;float:left;padding:9px 10px;margin-top:22px;margin-bottom:22px;background-color:transparent;background-image:none;border:1px solid #ddd;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px;background-color: #cccccc;}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px
}
.col-xs-6{
	width:50%;
	float:right;
}
.no-padding-right{
	padding-right:0;
}
@media (min-width:768px) {
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:right}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}

.navbar-collapse.collapse {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
}
}
@media (min-width:992px) {
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:right}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}
}
.table{
	width:100%;
	border-spacing:0px 2px;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td{
	color:#fff;
	background:#2e2d2d;
	padding: 8px;
	vertical-align: middle;
	text-align:center;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th{
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
	text-align:center;
}
.table-bordered>tbody>tr>td:first-child{
	border-right:1px solid #ebebeb;
}
.table-bordered>tbody>tr>td:last-child{
	border-left:1px solid #ebebeb;
}
/*------------------------*/
@font-face {
  font-family: 'TheSansPlain';
  src: url('fonts/TheSans-Plain.eot');
  src: url('fonts/TheSans-Plain.eot?#iefix') format('embedded-opentype'),
       url('fonts/TheSans-Plain.woff2') format('woff2'),
       url('fonts/TheSans-Plain.woff') format('woff'),
       url('fonts/TheSans-Plain.ttf') format('truetype'),
       url('fonts/TheSans-Plain.svg#TheSans-Plain') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
	font-size:14px;
	line-height:24px;
	color:#525252;
	font-family: 'TheSansPlain';
	background:#fff;
	font-weight:normal;
	direction:rtl;
	padding:0;
	margin:0;
}
hr{
	border:1px solid #ebebeb;
	margin:10px 0;
}
h1,h2,h3,h4, h5{
	font-family: 'TheSansPlain';
	margin-top:0;
	font-weight:300;
}
p{
	margin:0 0 10px;
}
a{
	text-decoration:none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:active,a:hover{outline:0;text-decoration:none;}
ul{
	margin:0;
}
img{
	margin:0;
	padding:0;
	max-width:100%;
	vertical-align:middle
}
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-thumb {
    background-color: #b81941;
}
::-webkit-scrollbar-track {
    background-color: #FFF;
}
.btm-header{
	border-bottom: 1px solid #dcdcdc;
}
.logo{
	line-height:84px;
	margin:0;
	color:#fff;
}
.logo a{
	display:inline-block;
	color:#fff;
}
.logo img{
	max-height:80px;
}
.wrapper{
	padding:20px 0 35px;
}
.container{
	max-width:1170px;
	margin:0 auto;
	padding:0 15px;
}
.top-header{
	background:#2c2c2e;
}
.contact-info{
	float:left;
}
.call-us{
	display:inline-block;
	color:#fff;
	padding:30px 30px ;
	position:relative;
	border-right:2px groove #39393a
}
.call-us{
	padding-right:60px;
}
.call-us i{
	float:right;
	font-size:27px;
	position:absolute;
	right:25px;
	top:50%;
	margin-top:-15px;
	height:30px;
	width:30px;
	line-height:30px;
}
.call-us span{
	display:block;
}
.call-us span:last-child{
	color:#898989;
}
.search-btn{
	display:block;
	float:left;
	color:#fff;
	font-size:18px;
	line-height:30px;
	padding:30px;
	border-right:2px groove #39393a;
	height:84px;
	cursor:pointer;
}
.search-header{
	position: absolute;
    z-index: 100;
    padding: 5px 30px;
    background: rgba(184, 25, 65, 1);
    top: 100%;
    left: 0;
    right:0;
	display:none;
}
.search-control{
	background:none;
	padding:5px 30px;
	padding-right:50px;
	border:none;
	border-bottom:1px solid #931434;
	width:100%;
	color:#fff;
	outline:none;
	
}
.btn-search{
	position:absolute;
	right: 30px;
    top: 10px;
	color:#fff;
	background:none;
	border:none;
	font-size:18px;
	cursor:pointer;
	outline:none;
}
.social{
	text-align:left;
}
.social a{
	display:inline-block;
	width:34px;
	height:34px;
	line-height:34px;
	color:#fff;
	background:#b81941;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin:5px 0;
}
.social a:hover{
	background:#2c2c2e
}
.navbar-nav{
	padding:0;
	margin:0;
	list-style:none;
}
.navbar-nav>li{
	position:relative;
}
.navbar-nav>li>a{
	position:relative;
	color:#2c2c2e;
	display:block;
	padding:10px 13px;
	line-height:25px;
	font-size:15px;
}

.navbar-nav>li:hover>a, .navbar-nav>li.active>a{
	background:#f4f4f4;
}
.navbar-nav>li>a:before{
	content:'';
	height:3px;
	display:block;
	position:absolute;
	left:50%;
	right:50%;
	top:-1px;
	background:#b81941;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.navbar-nav>li>a:hover:before, .navbar-nav>li.active>a:before{
	left:0;
	right:0;
}
.navbar-nav>li.menu-item-has-children:hover>a{
	background:#b81941;
	color:#fff;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 250px;
	padding:0;
	margin:0;
    text-align: right;
    list-style: none;
    background-color: #b81941;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.dropdown-menu>li>a{
	color:#fff;
	display:block;
	padding:5px 20px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li.active>a{
	background:#931434;
}

.product-box{
	position:relative;
	margin-bottom:40px;
}
.product-hover{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(184, 25, 65, .9);
	color:#fff;
	padding:20px;
	opacity:0;
	text-align:center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.product-hover h3{
	position:absolute;
	top:35%;
	width:100%;
	left:0;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.product-box:hover .product-hover{
	opacity:1;
}
.product-box:hover .product-hover h3{
	top:45%;
}
.product-box:last-child{
	margin-bottom:0;
}

.section-slider{
	background:#f4f4f4;
}
.icon-boxes{
	padding:30px 0;
	text-align:center;
}
.icon-box{
	padding:20px;
	position:relative;
	border:1px solid #fff;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.icon-box:hover{
	border:1px solid #dcdcdc;
}
.icon-box:before{
	content:'';
	height:3px;
	display:block;
	position:absolute;
	left:50%;
	right:50%;
	top:-1px;
	background:#b81941;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.icon-box:hover:before{
	left:0;
	right:0;
}
.icon-box span{
	display:block;
	line-height:55px;
	margin:10px;
}
.icon-box h3{
	color:#525252;
}
.iconBoxes-links{
	display:inline-block;
	position:fixed;
	right:-129px;
	z-index:5000;
	display:none;
}
.iconBox{
	position:relative;
	right:0;
	line-height:36px;
	width:160px;
	background:#b81941;
	border:1px solid #b81941;
	margin-bottom:2px;
	text-align:center;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	
}
.iconBox:hover{
	right:129px;
}
.iconBox a{
	display:block;
	color:#fff;
}
.iconBox h4{
	margin:0;
	text-align:center;
}
.iconBox span{
	display:block;
	padding:2px;
	line-height:32px;
	width:29px;
	float:left;
	background:#fff;
}
.page-title{
	margin-bottom:30px;
	padding-bottom:15px;
	position:relative;
	border-bottom: 1px solid #dcdcdc;
}
.page-title:after{
	content:'';
	height:4px;
	width:60px;
	background:#b81941;
	position:absolute;
	right:0;
	bottom:-2px;
}
.title{
	margin-bottom:25px;
}
.title h2, .page-title h2{
	display:inline-block;
	line-height:30px;
	margin:0;
}
.title a{
	float:left;
	font-size:20px;
	line-height:30px;
	color:#2c2c2e;
}
.section-news{
	border-top:1px solid #dcdcdc;
	padding:30px 0;
	border-bottom:1px solid #dcdcdc;
}
.section-video, .client-section{
	padding:30px 0;
}
.main-news{
	position:relative;
}
.main-news img{
	width:100%;
}

.news-info{
	padding:10px 15px;
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	background:rgba(184, 25, 65, .8);
	color:#fff;
}
.news-info a{
	color:#fff;
}
.news-box{
	padding:10px;
	border:1px solid #dcdcdc;
	text-align:justify;
}
.news-thumb img{
	width:100%;
}
.news-desc{
	padding:15px 0 0;
	min-height:228px;
}
.news-desc h3{
	font-size:18px;
	line-height:25px;
	text-align:right;
}
.news-desc p{
	margin:0;
}
.news-desc p a{
	color:#b81941
}
.video-post{
	position:relative;
	margin-bottom:30px;
}
.video-post i{
	width:40px;
	height:40px;
	font-size:28px;
	color:#fff;
	position:absolute;
	left:50%;
	top:50%;
	margin:-20px 0 0 -20px;
}
.video-post h3{
	margin:0;
	color:#fff;
	background:rgba(184, 25, 65, .8);
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:10px 15px;
	text-align:center;
}
.portfolio-filter{
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
}
.portfolio-filter li{
	cursor:pointer;
	display:inline-block;
	padding:7px 25px;
	border:1px solid #dcdcdc;
	margin:0 5px;
	position:relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.portfolio-filter li:before{
	content:'';
	height:3px;
	display:block;
	position:absolute;
	left:50%;
	right:50%;
	top:-1px;
	background:#b81941;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.portfolio-filter li:hover:before, .portfolio-filter li.active:before{
	left:0;
	right:0;
}
.portfolioContainer{
	display:none;
}
.portfolioContainer.active{
	display:block;
}
.client-section{
	padding:30px 0;
	background:#f4f4f4;
}
.client-box h3{
	padding:10px 0;
	margin:0;
	text-align:center;
}
.client-box a h3{
	display:block;
	color:#525252;
}
.section-portfolio{
	padding:30px 0 0;
	border-bottom: 1px solid #dcdcdc;
}

footer{
	background:#2c2c2e;
}
.widget{
	padding:40px 0;
}
.footer-widget{
	border-bottom:2px groove #504F4F;
}
.footer-widget .col-sm-6{
	border-right:2px groove #504F4F;
	border-left:2px groove #504F4F;
}
.widget_nav_menu ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.widget_nav_menu ul li{
	float:right;
	display:block;
	width:33.33%;
	line-height:24px;
	margin-bottom:5px;
}
.widget_nav_menu ul li a{
	color:#fff;
	display:block;
}
.copyright{
	padding:15px 0;
	color:#fff;
	line-height:34px;
}
footer .social a{
	background:none;
}
footer .social a:hover{
	background:#b81941;
}
.blog-box{
	text-align:justify;
	padding:20px;
	margin-bottom:25px;
	border:1px solid #e1e1e1;
}
.blog-box.last{
	border:none;
	padding:0;
}
.more{
	color:#b81941;
}
.text-top-row{
	color:#b0b0b0;
	margin-bottom:15px;
}
.text h3{
	margin-bottom:15px;
}
.text h3 a{
	color:#363636;
	font-size:18px;
}
.post-title{
	font-size:22px;
	padding-top:10px;
	margin-bottom:30px;
}
.post-thumbnail{
	border:4px solid #fff;
	box-shadow:0 0 4px 0 rgba(0,0,0,.6);
	display:inline-block;
}
.text-post{
	padding-top:30px;
}
.post-meta>span{
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #f1f1f1;
}
.shar-box a{
	display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #999;
    background: #eee;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 5px 0;
}
.shar-box a:hover{
	background:#b81941;
	color:#fff;
}
.shar-box>span{
	display:inline-block;
	line-height: 30px;
	margin-left:15px;
	color:#777;
}
.arch-post{
	margin-bottom:30px;
}
.arch-img{
	display:block;
	position:relative;
	height:178px;
	text-align:center;
	line-height:178px;
	overflow:hidden;
	background:#dedede;
}
.arch-img span.overlay{
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.5);
	opacity:0;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.arch-img span.overlay i{
	width:40px;
	height:40px;
	line-height:40px;
	color:#fff;
	text-align:center;
	font-size:18px;
	background:#b81941;
	border-radius:50%;
	position:absolute;
	top:50%;
	left:50%;
	margin:-40px 0 0 -20px;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.arch-post:hover .arch-img span.overlay{
	opacity:1;
}
.arch-post:hover .arch-img span.overlay i{
	margin:-20px 0 0 -20px;
}
.arch-info{
	padding-top:15px;
	text-align:justify;
	min-height:180px;
}
.arch-info h3{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #f1f1f1;
}
.arch-info a{
	color:#b81941;
}
.arch-info h3 a{
	color:#333;
}
.arch-info p{
	margin:0;
}
@media (min-width: 768px){
	.navbar-brand{
		display:none;
	}
	
	.navbar-nav>li {
		float: right;
	}
	.group-field label {
		width:260px;
		height:56px;
		margin:0;
		position:absolute;
		top:0;
		right:0;
		font-size:15px;
	}
	.input-control{
		margin-right:280px;
	}
	
}
@media (max-width: 768px){
	.close-menu{
		display:block;
		width:35px;
		height:35px;
		text-align:center;
		line-height:35px;
		background:#1fa345;
		color:#fff;
		-webkit-border-radius: 50%;
		-moz-border-radius:  50%;
		border-radius:  50%;
		
		position:absolute;
		left:15px;
		top:5px;
	}
	.dropdown-menu{
		position:relative;
		float:none;
	}
}


.owl-nav>div{
	position:absolute;
	top:-45px;
	left:15px;
	height:30px;
	color:transparent;
	width:30px;
	line-height:30px;
	text-align:center;
	background:none;
	color:transparent;
	background:#b81941;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.owl-nav>div:before{
	content: "\f104";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size:20px;
  color:#fff;
    line-height: 28px;
	
}
.owl-nav>div:hover{
	background:#2c2c2e;
}
.owl-nav>div.owl-next{
	left:47px;
	right:auto;
}
.owl-nav>div.owl-next:before{
	content: "\f105";
}

.sidebar{
	margin-bottom:30px;
}
.sidebar>h3{
	color:#020202;
	border-bottom:1px solid #f1f1f1;
	padding-bottom:10px;
	margin-bottom:15px;
	font-size:20px;
}
.sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
}
.sidebar ul li{
	position:relative;
	padding-right:20px;
	margin-bottom:5px;
}
.sidebar ul li:before{
	content:"\f104";
	display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);
	width:0;
	height:0;
	position:absolute;
	right:0;
	top:6px;
	color:#b81941;
}
.sidebar ul li a{
	color:#525252;
	display:block;
}
.sidebar ul li a:hover{
	color:#b81941
}
.train-arch .post-thumbnail{
	position:relative;
	height:243px;
}
.train-arch .post-thumbnail img{
	display:inline-block;
	min-height:235px;
}
.train-arch .post-thumbnail h2{
	position:absolute;
	left:4px;
	bottom:0;
	background:rgba(0,0,0,.6);
	color:#fff;
	margin:0;
	padding:5px 10px;
}