@font-face{
  font-family: "IranSans";
  src:url(../fonts/IranSans.woff);
}
body{
  font-family: "IranSans", Tahoma;
  overflow-x: hidden;
}
a{
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  text-decoration: none !important;
}
.wow{
  visibility: hidden;
}
.header{
  height:630px;
  background-image: url(../images/header.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
.header .logo{
  text-align:center;
  margin-top:65px;
}
.header .logo a{
  font-size:41px;
  color:#3c92ca;
}
.header .menu ul{
  padding:0px;
  text-align:center;
  margin-top:25px;
}
.header .menu ul li{
  list-style:none;
  display: inline-block;
  margin-left:15px;
  margin-right:15px;
}
.header .menu ul li a{
  font-size: 17px;
  color:#fff;
  border-bottom:3px dotted transparent;
}
.header .menu ul li a:hover{
  color:#3c92ca;
  border-bottom:2px dotted #3c92ca;
}
.header .about-us{
  font-size:17px;
  color:#ffffff;
  margin-top:80px;
  text-align: justify;
  line-height: 27px;
}
@keyframes arrow {
    0% {bottom:45px;}
    50% {bottom:25px;}
    100% {bottom:45px;}
}
.header .go-bottom .arrow{
  width:70px;
  height:70px;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  background-color:transparent;
  border:2px solid #ffffff;
  position: absolute;
  bottom:45px;
  right:50%;
  margin-right:-35px;
  text-align: center;
  animation: arrow 1s infinite;
}
.header .go-bottom .arrow .arrow-icon{
  background: url(../images/sprites.png) no-repeat;
  width: 24px;
  height: 23px;
  background-position: -97px -207px;
  display: inline-block;
  margin-top:25px;
}
.header .go-bottom .arrow:hover{
  background-color:#3c92ca;
  border-color:#3c92ca;
}
.content{
  padding-top:65px;
}
.content .content-title h2{
  margin:0px;
  padding:0px;
  color:#3e3e3e;
  font-size:40px;
  float: right;
}
.content .content-title .show-more{
  float: left;
  margin-top:15px;
}
.content .content-title .show-more a{
  color:#3c92ca;
  font-size: 16px;
}
.content .content-body{
  margin-top:20px;
}
.content .text-about{
  font-size:16px;
  color:#444444;
  text-align: justify;
  line-height: 27px;
  margin-bottom:10px;
padding-left:10px;
}
.content .img-about img{
  width: 100%;
  height: auto;
}
.content .services{
  margin-top:50px;
}
.content .services .service{
  border:solid 3px transparent;
  border-radius:10px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  padding-top:30px;
  padding-bottom:20px;
}
.content .services .service .caption{
  text-align:center;
}
.content .services .service .caption h3{
  color:#909090;
  font-size:20px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
}
.content .services .service .caption p{
  color:#909090;
  font-size:13px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
}
.content .services .service .icon{
  text-align: center;
  height: 84px;
  transition: 600ms;
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
}
.content .services .service:hover{
  border-color:#f0f0f0;
  box-shadow: 8px 10px 10px rgba(0,0,0,0.05);
  -webkit-transform: translate(-8px, -8px);
  -moz-transform: translate(-8px, -8px);
  -ms-transform: translate(-8px, -8px);
  -o-transform: translate(-8px, -8px);
  transform: (-8px, -8px);
}
.content .services .service:hover .caption h3{
  color:#3e3e3e;
}
.content .services .service:hover .caption p{
  color:#3e3e3e;
}
.content .services .service .icon .service1{
  background: url(../images/sprites.png) no-repeat;
  width: 85px;
  height: 70px;
  background-position: -92px -76px;
  display: inline-block;
}
.content .services .service .icon .service2{
  background: url(../images/sprites.png) no-repeat;
  width: 85px;
  height: 74px;
  background-position: -92px 0;
  display: inline-block;
}
.content .services .service .icon .service3{
  background: url(../images/sprites.png) no-repeat;
  width: 84px;
  height: 84px;
  background-position: 0 0;
  display: inline-block;
}
.content .services .service .icon .service4{
  background: url(../images/sprites.png) no-repeat;
  width: 84px;
  height: 79px;
  background-position: 0 -86px;
  display: inline-block;
}
.content .services .service .icon .service5{
  background: url(../images/sprites.png) no-repeat;
  width: 69px;
  height: 84px;
  background-position: 0 -210px;
  display: inline-block;
}
.content .services .service .icon .service6{
  background: url(../images/sprites.png) no-repeat;
  width: 85px;
  height: 57px;
  background-position: -92px -148px;
  display: inline-block;
  margin-top:15px;
}
.content .portfolio{
  background-color:#f0f0f0;
  border:3px solid #fff;
  border-radius:20px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  margin-bottom: 20px;
}
.content .portfolio:hover{
  background-color: transparent;
  border:3px solid #f0f0f0;
}
.content .portfolio .portfolio-thumbnail {
  position: relative;
}
.content .portfolio .portfolio-thumbnail img{
  width: 100%;
  height: auto;
  border-top-left-radius:20px;
  -webkit-border-top-left-radius:20px;
  -moz-border-top-left-radius:20px;
  border-top-right-radius:20px;
  -webkit-border-top-right-radius:20px;
  -moz-border-top-right-radius:20px;
}
.content .portfolio .portfolio-thumbnail .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity:0;
  visibility: hidden;
  color: #FFF;
  background: rgba(60, 146, 202, 0.8);
  border-top-left-radius:20px;
  -webkit-border-top-left-radius:20px;
  -moz-border-top-left-radius:20px;
  border-top-right-radius:20px;
  -webkit-border-top-right-radius:20px;
  -moz-border-top-right-radius:20px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  text-align:center;
}
.content .portfolio .portfolio-thumbnail .after .search-icon{
  background: url(../images/sprites.png) no-repeat;
  width: 62px;
  height: 62px;
  background-position: -71px -232px;
  display: inline-block;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
}
.content .portfolio:hover .portfolio-thumbnail .after {
  opacity:1;
  visibility: visible;
}
.content .portfolio:hover .portfolio-thumbnail .after .search-icon {
  margin-top:35%;
}
.content .portfolio .portfolio-caption{
  padding:15px;
}
.content .portfolio .portfolio-caption h4 a{
  color:#3e3e3e;
  font-size:18px;
}
.content .portfolio .portfolio-caption p{
  color:#686868;
  font-size:13px;
text-align: justify;
}
.content .portfolio:hover .portfolio-caption h4 a{
  color:#3c92ca;
}
.order{
  min-height:315px;
  background-image: url(../images/order.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  margin-top:60px;
  text-align: center;
}
.order h5{
  color:#fff;
  font-size:40px;
  margin-top:110px;
}
.order .btns {
  margin-top:50px;
}
.order .btns .border-btn{
  background-color:transparent;
  border:3px solid #ffffff;
  color:#ffffff;
  font-size:18px;
  padding:10px;
  padding-left: 25px;
  padding-right: 25px;
}
.order .btns .border-btn:hover{
  background-color:#3c92ca;
  border-color:#3c92ca;
}
.content .team{
  background-color:#f0f0f0;
  border:3px solid #fff;
  border-radius:20px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  margin-bottom: 20px;
}
.content .team:hover{
  background-color: transparent;
  border:3px solid #f0f0f0;
}
.content .team .team-thumbnail {
  position: relative;
}
.content .team .team-thumbnail img{
  width: 100%;
  height: auto;
  border-top-left-radius:5px;
  -webkit-border-top-left-radius:5px;
  -moz-border-top-left-radius:5px;
  border-top-right-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-top-right-radius:5px;
}
.content .team .team-caption{
  padding:15px;
}
.content .team .team-caption h4 a{
  color:#3e3e3e;
  font-size:18px;
}
.content .team .team-caption p{
  color:#686868;
  font-size:13px;
}
.content .team:hover .team-caption h4 a{
  color:#3c92ca;
}
.content .team .team-social ul{
  padding:0px;
  text-align: center;
  margin-top:5px;
  margin-bottom:20px;
  direction: ltr;
}
.content .team .team-social ul li{
  list-style: none;
  display: inline-block;
  margin-left:3px;
  margin-right:3px;
}
.content .team .team-social ul li a{
  width: 40px;
  height: 40px;
  background-color: #cccccc;
  float: left;
}
.content .team .team-social ul li a:hover{
  background-color: #3c92ca;
}
.content .team .team-social ul li i{
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
}
.content .team .team-social ul li .facebook{
  background: url(../images/team-social.png) no-repeat;
  background-position: 0px 0px;
  width: 12px;
  height: 20px;
  margin-top:8px;
  display: inline-block;
}
.content .team .team-social ul li:hover .facebook{
  background-position: 0px -45px;
}
.content .team .team-social ul li .google-plus{
  background: url(../images/team-social.png) no-repeat;
  background-position: -44px 0px;
  width: 20px;
  height: 20px;
  margin-top:8px;
  display: inline-block;
}
.content .team .team-social ul li:hover .google-plus{
  background-position: -44px -45px;
}
.content .team .team-social ul li .twitter{
  background: url(../images/team-social.png) no-repeat;
  background-position: -89px 0px;
  width: 18px;
  height: 18px;
  margin-top:8px;
  display: inline-block;
}
.content .team .team-social ul li:hover .twitter{
  background-position: -89px -45px;
}
.content .team .team-social ul li .dribbble{
  background: url(../images/team-social.png) no-repeat;
  background-position: -134px 0px;
  width: 20px;
  height: 21px;
  margin-top:8px;
  display: inline-block;
}
.content .team .team-social ul li:hover .dribbble{
  background-position: -134px -45px;
}
.content .contact-form input{
  width: 100%;
  border:2px solid #ebebeb;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding:20px;
  padding-top:17px;
  padding-bottom:17px;
  margin-bottom: 7px;
  font-size:15px;
  outline: 0px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
}
.content .contact-form input:focus{
  color:#3c92ca;
  border-color:#3c92ca;
}
.content .contact-form textarea{
  width: 100%;
  height:280px;
  border:2px solid #ebebeb;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding:20px;
  padding-top:17px;
  padding-bottom:17px;
  margin-bottom: 7px;
  font-size:15px;
  outline: 0px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
}
.content .contact-form textarea:focus{
  color:#3c92ca;
  border-color:#3c92ca;
}
.content .contact-form button{
  float:left;
  background-color: #3c92ca;
  padding:20px;
  padding-top:15px;
  padding-bottom:15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border:2px solid transparent;
  font-size:18px;
  color:#fff;
  box-shadow:0px 5px 4px rgba(0,0,0,0.14);
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  margin-bottom: 15px;
}
.content .contact-form button:hover{
  border-color:#3c92ca;
  color:#3c92ca;
  background-color: transparent;
  box-shadow:0px 5px 4px rgba(0,0,0,0);
}
.content .contact-info ul{
  padding: 0px;
  margin: 0px;
}
.content .contact-info ul li{
  width: 100%;
  float: right;
  margin-bottom:15px;
  list-style: none;
  color:#686868;
  font-size:15px;
}
.content .contact-info ul li p{
  text-align: justify;
  line-height: 23px;
}
.content .contact-info ul li .icon{
  margin-left:15px;
  float: right;
}
.content .contact-info ul li .location-icon{
  background: url(../images/sprites.png) no-repeat;
  width: 42px;
  height: 47px;
  background-position: -135px -247px;
  display: inline-block;
}
.content .contact-info ul li .phone-icon{
  background: url(../images/sprites.png) no-repeat;
  width: 42px;
  height: 41px;
  background-position: -44px -167px;
  display: inline-block;
}
.content .contact-info ul li .email-icon{
  background: url(../images/sprites.png) no-repeat;
  width: 42px;
  height: 41px;
  background-position: 0 -167px;
  display: inline-block;
}
.content .contact-info ul li .about-icon{
  background: url(../images/sprites.png) no-repeat;
  width: 42px;
  height: 38px;
  background-position: -135px -207px;
  display: inline-block;
}
.footer{
  background-color:#252525;
  margin-top:60px;
  color:#e9e9e9;
}
.footer .container{
  position: relative;
  padding-top:40px;
  padding-bottom:40px;
}
.footer a{
  color:#3c92ca;
}
.footer .copyright{
  text-align: center;
  font-size:15px;
  margin-bottom:50px;
}
.footer .goTop a{
  width: 100px;
  height: 60px;
  background-color: #252525;
  position: absolute;
  display: block;
  left: 0;
  top:-60px;
  border-top-left-radius:10px;
  -webkit-border-top-left-radius:10px;
  -moz-border-top-left-radius:10px;
  border-top-right-radius:10px;
  -webkit-border-top-right-radius:10px;
  -moz-border-top-right-radius:10px;
  font-size:12px;
  color:#ffffff;
  text-align: center;
  overflow: hidden;
}
.footer .goTop .top-icon{
  background: url(../images/sprites.png) no-repeat;
  width: 24px;
  height: 14px;
  background-position: -71px -210px;
  display: inline-block;
  margin-top:15px;
  margin-bottom: 0px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
}
.footer .goTop:hover .top-icon{
  margin-top:28px;
  margin-bottom: 20px;
}
.footer .blog .blog-post{
  position: relative;
  margin-bottom: 20px;
}
.footer .blog .blog-post img{
  width: 100%;
  height: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.footer .blog .blog-post .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity:0;
  visibility: hidden;
  color: #FFF;
  background: #1f1f1f;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  text-align:center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding-top:40%;
  -ms-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  transform: scale(1.01);
}
.footer .blog .blog-post:hover .after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width:768px){
  .header{
    height: auto;
    padding-bottom: 130px
  }
  .order h5{
    font-size: 30px;
  }
}
