/********************************/
/*choose demo page*/
/********************************/
.choose-demo .header {
	background: url(../images/background/2.jpg) fixed center center;
	background-size: cover;
	text-align: center;
	color: #fff;
	min-height: 400px;
	position: relative;
}
.choose-demo .header .overlay {
	background: rgba(16, 55, 84, 0.8);
	opacity: 1 !Important;
	padding: 100px 0;
	height: 100%;
}
.choose-demo .header p {
	background: #103754;
	color: #fff !important;
	width: 300px;
	margin: auto;
	font-size: 14px;
	margin-top: 20px;
}
.choose-demo .header img {
	width: auto;
}
.choose-demo .overlay {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	background: rgba(255, 255, 255, 0.9);
	opacity: 0;
}
.choose-demo .overlay a {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	background: #103754;
	color: #fff;
	height: 35px;
	width: 120px;
	display: block;
	padding: 4px 0;
	margin: 135px auto;
}
.choose-demo .overlay a:hover {
	background: #103754;
}
.choose-demo .img {
	position: relative;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
}
.choose-demo .single {
	background-color: #fff;
	cursor: pointer;
	margin-bottom: 40px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 7px 4px #ddd;
	padding: 20px;
}
.choose-demo .single:hover .overlay {
	opacity: 1;
}
.choose-demo .single h4 {
	padding: 20px;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #103754;
}
.choose-demo .copyright {
	background: #103754 !important;
}
.choose-demo .copyright span {
	color: #fff !important;
}
/*main title*/
.title {
	text-align: center;
}
.title h2 {
	font-family: 'IRANSans', Arial;
	font-size: 40px;
	font-weight: bolder;
	text-transform: uppercase;
	position: relative;
	right: 16px;
	color: #103754;
	margin-bottom: 30px;
}
.title h2:before {
	content: '';
	position: absolute;
	width: 7%;
	height: 2px;
	right: 45%;
	bottom: 0;
	top: 52px;
}
.title h2:after {
	content: '';
	background: #103754;
	position: absolute;
	width: 7%;
	height: 2px;
	left: 51%;
	bottom: 0;
	top: 48px;
}
.title p {
	text-align: center;
	margin: auto;
	margin-bottom: 60px;
	padding: 0;
	max-width: 70%;
}


.background-gray {
	background: #f9f9f9;
}
.background-gray .title p {
	color: #333 !important;
}
/********************************/
/*        slider    */
/********************************/
.slider {
	overflow: hidden;
}
.slider:hover, .slider:focus {
	cursor: e-resize;
}
.slider .item {
	position: relative;
	height: 700px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.slider .item .overlay {
	background: rgba(16, 55, 84, 0.8);
}
.slider .item .overlay .caption {
	color: #fff;
	padding: 162px 0px;
}
.slider .item .overlay .caption h2 {
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
	width: 60%;
	color: #fff;
}
.slider .item .overlay .caption p {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	width: 75%;
	color: #fff;
	padding: 0;
}
.slider .item .overlay .caption .group-btn {
	padding: 20px 0;
}
.slider .item .overlay .caption .group-btn .btn:first-of-type {
	background-color: #103754;
}
.slider .owl-theme .owl-nav.disabled + .owl-dots {
	position: absolute;
	bottom: 100px;
	left: 200px;
}
.slider .owl-theme .owl-dots .owl-dot span {
	width: 80px;
	height: 6px;
}
.owl-theme .owl-nav [class*='owl-'] {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
/********************************/
/*        parallax-demo    */
/********************************/


.video-bg h1 {
	font-family: 'IRANSans', Arial;
}


.parallax-demo, .particles-demo, .video-bg {
	background-attachment: fixed;
	height: 600px;
	overflow: hidden;
}
.parallax-demo .overlay, .particles-demo .overlay, .video-bg .overlay {
	position: relative;
	background: rgba(16, 55, 84, 0.8);
	height: 100%;
}
.parallax-demo .intro, .particles-demo .intro, .video-bg .intro {
	color: #fff;
	padding: 162px 0px;
	text-align: center;
}
.parallax-demo .intro h2, .particles-demo .intro h2, .video-bg .intro h2 {
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #fff;
}
.parallax-demo .intro p, .particles-demo .intro p, .video-bg .intro p {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	padding: 0;
}
.parallax-demo .intro .group-btn, .particles-demo .intro .group-btn, .video-bg .intro .group-btn {
	padding: 50px 0;
}
.parallax-demo .intro .group-btn .btn:first-of-type, .particles-demo .intro .group-btn .btn:first-of-type, .video-bg .intro .group-btn .btn:first-of-type {
	background-color: #103754;
}
.video-bg {
	position: relative;
}
.video-bg #my-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
}
/********************************/
/*  services  */
/********************************/
.services .service {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	padding: 20px;
	margin-top: 20px;
	cursor: pointer;
	position: relative;
	-moz-box-shadow: 0 0 2px 2px #eee;
	-webkit-box-shadow: 0 0 2px 2px #eee;
	box-shadow: 0 0 2px 2px #eee;
}
.services .service .icon {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	margin-bottom: 20px;
	background: #103754;
	color: #fff;
	font-size: 30px;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	text-align: center;
	line-height: 1.6;
	display: inline-block;
}
.services .service .detalies p {
	font-size: 13px;
	line-height: 1.6;
}
.services .service .detalies a {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	overflow: hidden;
	font-weight: bold;
	display: flex;
	justify-content: flex-end;
}
.services .service .detalies a i {
	margin-right: 5px;
	margin-top: 5px;
}
.services .service:hover {
	-moz-box-shadow: 0px 0px 10px 3px #e8e8e8;
	-webkit-box-shadow: 0px 0px 10px 3px #e8e8e8;
	box-shadow: 0px 0px 10px 3px #e8e8e8;
	border: 0;
}
.services .service:hover .detalies a {
	padding-left: 10px;
}

/********************************/
/*        portfolio */
/********************************/
.portfolio {
	overflow: hidden;
}
.portfolio .portfolio-filter {
	margin-bottom: 60px;
}
.portfolio .portfolio-filter ul {
	display: flex;
	justify-content: center;
}
.portfolio .portfolio-filter ul li {
	width: 150px;
	height: 44px;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 0 3px;
	padding: 8px;
	color: #103754;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: 'IRANSans', sans-serif !important;
	line-height: 2;
	cursor: pointer;
}
.portfolio .portfolio-filter ul li:after {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	right: -150px;
	top: 0;
}
.portfolio .portfolio-filter ul li:before {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #103754;
	left: 0;
	right: 150px;
	bottom: 0;
}
.portfolio .portfolio-filter ul li:hover:before, .portfolio .portfolio-filter ul li:hover:after {
	right: 0;
}
.portfolio .portfolio-filter ul .selected:before, .portfolio .portfolio-filter ul .selected:after {
	right: 0;
}
.portfolio .portfolio-masonry .grid-item {
	width: 33%;
	padding: 20px 15px;
}
.portfolio .portfolio-masonry .portfolio-item {
	cursor: pointer;
}
.portfolio .portfolio-masonry .portfolio-item .img {
	position: relative;
	overflow: hidden;
}
.portfolio .portfolio-masonry .portfolio-item .img .img-overlay {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	background: rgba(16, 55, 84, 0.8);
	position: absolute;
	width: 90%;
	height: 90%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
}
.portfolio .portfolio-masonry .portfolio-item .img .img-overlay h3, .portfolio .portfolio-masonry .portfolio-item .img .img-overlay p {
	color: #fff;
}
.portfolio .portfolio-masonry .portfolio-item .img .img-overlay p {
	font-size: 14px;
	padding: 0;
}
.portfolio .portfolio-masonry .portfolio-item .img .img-overlay span {
	width: 30px;
	height: 2px;
	display: block;
	margin: 8px auto;
	text-align: center;
}
.portfolio .portfolio-masonry .portfolio-item .img .img-overlay a {
	color: #fff;
}
.portfolio .portfolio-masonry .portfolio-item .img .img-overlay .animation {
	text-align: center;
	padding: 10px 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 130px;
	margin: auto;
	position: absolute;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	transform: scale(0.2);
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-o-transform: scale(0.2);
}
.portfolio .portfolio-masonry .portfolio-item .img .img-overlay .animation .img-link {
	height: 40px;
	width: 40px;
	display: block;
	margin: auto;
	font-size: 18px;
	border-radius: 50%;
	margin-bottom: 20px;
	padding: 7px 0;
}
.portfolio .portfolio-masonry .portfolio-item img {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.portfolio .portfolio-masonry .portfolio-item .portfolio-title {
	background: #fff;
	padding: 20px;
	text-align: center;
	height: 100px;
	border: 1px solid #e0e0e0;
	border-top: 0;
	position: relative;
}
.portfolio .portfolio-masonry .portfolio-item .portfolio-title h3 {
	padding: 20px 0;
	margin: 0 auto;
}
.portfolio .portfolio-masonry .portfolio-item .portfolio-title h3 i {
	margin-left: 5px;
	font-size: 20px;
}
.portfolio .portfolio-masonry .portfolio-item:hover .img-overlay {
	opacity: 1;
}
.portfolio .portfolio-masonry .portfolio-item:hover .img-overlay .animation {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
.portfolio .portfolio-masonry .portfolio-item:hover img {
	transform: -moz-scale(1.3);
	transform: -webkit-scale(1.3);
	transform: scale(1.3);
}
/********************************/
/*  counters  */
/********************************/
.counters {
	text-align: center;
	background: url("../images/background/5.jpg") fixed no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.counters .overlay {
	position: relative;
	background: rgba(16, 55, 84, 0.8);
	padding: 5% 0;
}
.counters h2 {
	position: relative;
	font-size: 45px;
	font-weight: bold;
}
.counters h2:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	bottom: -4px;
	left: 44%;
}
.counters h2, .counters .counter-title {
	color: #fff;
}
.counters .counter-title {
	font-size: 15px;
	margin-bottom: 20px;
}
/********************************/
/*        testimonials  */
/********************************/
.client-testimonials {
	height: auto;
	padding-bottom: 100px;
}
.client-testimonials .name-testimonials {
	width: auto;
}
.client-testimonials .name-testimonials p {
	color: #103754 !important;
}
.client-testimonials .text {
	background: #fff;
	padding: 25px 28px;
	padding-right: 46px;
	border-radius: 1px;
	-o-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
	position: relative;
	z-index: 0;
}
.client-testimonials .text p {
	padding: 0;
}
.client-testimonials .text i {
	color: rgba(105, 114, 135, 0.73);
	position: absolute;
	right: 16px;
}
.client-testimonials .comment {
	cursor: e-resize;
}
.client-testimonials .comment .testi {
	position: relative;
	z-index: 1;
	margin-top: 12px;
	margin-bottom: 30px;
	margin-left: 50px;
}
.client-testimonials .comment .testi:after {
	content: '';
	position: absolute;
	width: 93%;
	height: 100%;
	border: 4px solid #f1f1f1;
	bottom: 13px;
	right: 44px;
	z-index: -1;
	bottom: 10px;
	right: 30px;
	border: 2px solid #103754;
}
.client-testimonials .media img {
	width: 55px;
	height: 55px;
	border-radius: 50px;
}
.client-testimonials .media .name-testimonials h4 {
	margin-bottom: 0;
}
.client-testimonials .media .name-testimonials p {
	color: #fff;
}
.client-testimonials .owl-dots .owl-dot span {
	width: 45px;
	height: 2px;
}
/********************************/
/*        team */
/********************************/
.team .team-member {
	cursor: pointer;
	overflow: hidden;
}
.team .team-member .img {
	background: #f2f2f2;
	padding: 20px 20px 0 20px;
}
.team .team-member .img img {
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.team .team-member .team-details {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	background: #fff;
	padding: 30px 30px;
	position: relative;
	border: 1px solid #e0e0e0;
	border-top: 0;
}
.team .team-member .team-details h3 {
	font-weight: bold;
}
.team .team-member .team-details ul {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	position: absolute;
	top: -20px;
	display: flex;
	overflow: hidden;
}
.team .team-member .team-details ul li {
	margin: 0 0 0 20px;
}
.team .team-member .team-details ul li a {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	color: #103754;
	background: #fff;
	height: 36px;
	width: 36px;
	display: block;
	text-align: center;
	padding: 6px 0;
	position: relative;
	transform: translateY(36px);
}
.team .team-member .team-details ul li:nth-of-type(1) a {
	transition-delay: 0s;
}
.team .team-member .team-details ul li:nth-of-type(2) a {
	transition-delay: 0.1s;
}
.team .team-member .team-details ul li:nth-of-type(3) a {
	transition-delay: 0.2s;
}
.team .team-member:hover img {
	-moz-filter: grayscale(0);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.team .team-member:hover .team-details {
	background: #103754;
	border: 0;
}
.team .team-member:hover .team-details h3, .team .team-member:hover .team-details p {
	color: #fff;
}
.team .team-member:hover .team-details ul li a {
	transform: translateY(0px);
}
/********************************/
/*        newsletter */
/********************************/
.newsletter {
	background: url("../images/background/newsletter.png") fixed no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: initial !important;
	position: relative;
}
.newsletter .overlay {
	background: rgba(16, 55, 84, 0.8);
	padding: 100px 0;
	position: relative;
}
.newsletter .newslette-title h2 {
	text-transform: capitalize;
}
.newsletter .newslette-title h2, .newsletter .newslette-title p {
	color: #fff;
	text-align: right;
}
.newsletter .input-group {
	margin-top: 35px;
}
.newsletter .input-group .form-control {
	height: 50px;
	border: 0;
	border-radius: 0px 4px 4px 0;
	padding: 0 30px;
}
.newsletter .input-group .btn {
	border-radius: 4px 0px 0px 4px;
	height: 50px;
}
.newsletter .input-group .btn:before {
	right: 15px;
}
/********************************/
/* pricing */
/********************************/
.PricingTable {
	padding-bottom: 100px;
}
.PricingTable .table {
	background: #fff;
	position: relative;
	margin-bottom: 0;
	margin-top: 20px;
	moz-box-shadow: 0px 0px 10px 0px #ddd;
	-webkit-box-shadow: 0px 0px 10px 0px #ddd;
	box-shadow: 0px 0px 10px 0px #ddd;
	border: 1px solid #ddd;
}
.PricingTable .table .head {
	padding: 25px 25px 5px;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #103754;
	color: #fff;
	border-radius: 3px 3px 0 0;
	border: 1px solid transparent;
}
.PricingTable .table .head .pricing-title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.PricingTable .table .head h3 {
	font-family: 'IRANSans', sans-serif !important;
	font-size: 50px;
	margin: 20px 0;
	position: relative;
}
.PricingTable .table .head h3 .currency {
	position: relative;
	top: -30px;
	margin: 0 0 0 -10px;
	font-size: 20px;
	font-weight: 400;
}
.PricingTable .table .head p {
	color: rgba(255, 255, 255, 0.56);
	padding: 0;
	line-height: 1.4;
	margin-bottom: 20px;
}
.PricingTable .table ul {
	margin: 0;
}
.PricingTable .table ul li {
	margin: 0;
	font-size: 14px;
	font-family: 'IRANSans', sans-serif !important;
	font-weight: 600;
	padding: 12px 25px;
	text-transform: capitalize;
	color: #103754;
	border-bottom: 1px dotted #d6dfdf;
}
.PricingTable .table ul li:last-of-type {
	border-bottom: 0;
}
.PricingTable .table .order-now {
	background: #f8fafa;
	text-align: center;
	padding: 25px 5px;
}
.PricingTable .table .order-now .btn {
	border-radius: 4px;
	margin: 0;
	width: 170px;
	height: 42px;
	font-size: 18px;
	-moz-box-shadow: inset 0 -3px 0 rgba(51, 51, 51, 0.24);
	-webkit-box-shadow: inset 0 -3px 0 rgba(51, 51, 51, 0.24);
	box-shadow: inset 0 -3px 0 rgba(51, 51, 51, 0.24);
}
.PricingTable .table .order-now .btn.hvr-bounce-to-bottom:before {
	background: #103754;
}
/********************************/
/*  blog  */
/********************************/
.blog .card {
	margin-top: 20px;
	border: 0;
	-o-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.13);
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.13);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.13);
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.13);
}
.blog .card .card-block {
	padding: 26px 28px;
	padding-bottom: 40px;
	border-top: 0;
}
.blog .card .card-block ul {
	display: flex;
}
.blog .card .card-block ul li {
	color: #103754;
	font-size: 12px;
	margin-left: 15px;
}
.blog .card .card-block ul li i {
	margin-left: 2px;
}
.blog .card .card-block h3 {
	text-transform: capitalize;
}
.blog .card .card-block p {
	padding: 0;
}
.blog .card .card-block a {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	color: #103754;
	text-transform: capitalize;
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
	font-weight: bold;
}
.blog .card .card-block a i {
	margin-right: 5px;
	margin-top: 5px;
}
.blog .card .card-block a:hover {
	padding-left: 10px;
}
/********************************/
/*  client  */
/********************************/
.client {
	padding: 30px 0;
}
.client .clients {
	cursor: e-resize;
}
.client .owl-dots .owl-dot {
	display: none;
}
.client img {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	width: auto !important;
	margin: auto;
	cursor: pointer;
	opacity: .3;
}
.client img:hover {
	opacity: 1;
}
/********************************/
/*  contact us  */
/********************************/

.contact-us .title p {
	color: rgba(255, 255, 255, 0.89);
}
.contact-us .title h2 {
	color: #fff;
}
.contact-us .title h2:after {
	background: #fff;
}
.contact-us .contact-me {
	padding: 40px 30px;
	background: #f2f2f2;
	border-radius: 3px;
}
.contact-us .input-group {
	margin-bottom: 15px;
	border: 0;
	border-radius: 4px;
}
.contact-us .form-control {
	border: 0;
	box-shadow: none !important;
	background: #f2f2f2;
	height: 50px;
	padding: 12px;
	font-size: 13px;
	border-radius: 0;
}
.contact-us .input-group-addon {
	border: none;
	vertical-align: top;
	padding: 16px 12px;
}
.contact-us textarea {
	resize: vertical;
	min-height: 150px;
}
.contact-us .info {
	margin-bottom: 20px;
}
.contact-us .info li {
	margin-bottom: 20px;
	color: #103754;
	font-weight: 600;
}
.contact-us .info li i {
	width: 30px;
	height: 30px;
	background: #103754;
    color: #fff;
	border-radius: 2px;
	margin-left: 5px;
	text-align: center;
	padding: 8px 0;
}
.contact-us .btn {
	-moz-box-shadow: inset 0 -3px 0 rgba(51, 51, 51, 0.24);
	-webkit-box-shadow: inset 0 -3px 0 rgba(51, 51, 51, 0.24);
	box-shadow: inset 0 -3px 0 rgba(51, 51, 51, 0.24);
	border-radius: 4px;
	margin: 20px 0;
	margin-bottom: 0;
}
.contact-us .social {
	margin-top: 10px;
}
.contact-us .social a {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 10px;
	color: #fff;
	background: #103754;
}
.social a:hover {
    color: #fff;
    background: #22455f;
}
.contact-us div.wpcf7-validation-errors {
    border: 0;
    margin: 10px auto 0;
    padding: 10px 20px;
    position: relative;
    display: table;
    width: 100%;
}
.contact-us span.wpcf7-not-valid-tip {
	font-size: 1em;
	font-weight: normal;
	display: block;
	background: #ff0303;
	color: #fff;
	padding: 56px 15px 5px;
}
.st-google-map {
    margin-top: 30px;
}

/********************************/
/*      loading-page */
/********************************/
.loading-page {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 3000;
	text-align: center;
	background-color: #103754;
}
.loading-page .loader-inner {
	margin: 400px auto;
	width: 50px;
	text-align: center;
	position: relative;
}
.loading-page .loading-square {
	display: block;
	width: 50px;
	height: 50px;
	background: #fff;
}
.loading-page .loading-container {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	-webkit-animation: dyinglight 1s ease infinite;
	animation: dyinglight 1s ease infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.loading-page .loading-corner-top:before, .loading-page .loading-corner-top:after, .loading-page .loading-corner-bottom:before, .loading-page .loading-corner-bottom:after {
	position: absolute;
	width: 17px;
	height: 17px;
	color: #fff;
	content: "";
}
.loading-page .loading-corner-top:before {
	border-right: 1px solid;
	border-top: 1px solid;
	top: -6px;
	right: -6px;
}
.loading-page .loading-corner-top:after {
	border-left: 1px solid;
	border-top: 1px solid;
	top: -6px;
	left: -6px;
}
.loading-page .loading-corner-bottom:before {
	border-right: 1px solid;
	border-bottom: 1px solid;
	bottom: -6px;
	right: -6px;
}
.loading-page .loading-corner-bottom:after {
	border-left: 1px solid;
	border-bottom: 1px solid;
	bottom: -6px;
	left: -6px;
}

/*animatin loading*/
@-webkit-keyframes dyinglight {
 15% {
 -webkit-transform: scale(1.6);
 transform: scale(1.6);
}
 50% {
 -webkit-transform: rotate(-89deg);
 transform: rotate(-89deg);
}
 100% {
 -webkit-transform: rotate(-90deg);
 transform: rotate(-90deg);
}
}
@keyframes dyinglight {
 15% {
 -webkit-transform: scale(1.6);
 transform: scale(1.6);
}
 50% {
 -webkit-transform: rotate(-89deg);
 transform: rotate(-89deg);
}
 100% {
 -webkit-transform: rotate(-90deg);
 transform: rotate(-90deg);
}
}


body.single, body.page {
	background: #f7f7f7;
}

main h1, main h2, main h3, main h4 {
	font-family: 'IRANSans', Arial;
}
















