@import url(fonts.css);
@import url(font-icon.css);
@import url(materializeRtl.css);
html{
  background-color: #FFF;
}
body {
  position: relative;
  font-family: IRANSans !important;
  direction: rtl;
  margin: 0;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6,input, textarea {
  font-family: IRANSans !important;
}
h1 {
  font-weight: bold;
}
a{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease ;
}
header{
  position: relative;
  height: 82.4vh;
}
nav{
  background-color: rgba(255, 255, 255, 0.58);
}
nav .rabo-logo img{
  height: 54px;
  width: initial;
  margin: 4px 0px 0px;

}
nav ul a{
  color: #212121;
  border-left: 0.1px solid rgba(0, 0, 0, 0.26);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease ;
}
nav ul a:hover {
  background-color: rgba(183, 32, 37, 0.95);
  color: #FFF;
}
.rabo-icon-divider{
  position: absolute;
  width: 100%;
  display: block;
  bottom: -274px;
  right: 0px;
  text-align: center;
  overflow: hidden;
  color: #B30000;
  font-size: 16vw;
  /*height: 261px;*/
  /*z-index: -1;*/
}
.rabo-icon-divider:before {
  /*position: absolute;*/
  /*width: 100%;*/
  /*left: 0;*/
  /*z-index: -1;*/
}
.rabo-icon-divider h1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 547%;
  margin: 0px;
  height: 100%;
  font-weight: 500;
  font-size: 22%;
  /*margin: 89px 0 0;*/
}
.parallax-container {
  height: 82.4vh;
}
.parallax-container img{
  width: 120%;
}
.slidshow-title {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.44);
  padding: 11px;
  top: 26vh;
  padding-right: 118px;
}
.slidshow-title h1{
  font-weight: 400;
  color: #FFF;
  font-size: 236%;
  margin: 0;
  line-height: 169%;
  text-align: center;
}
.slidshow-title h1 span{
  font-weight: bold;
}
.slidshow-title h1 .en{
  font-family: monospace;
}
#main{
  margin-top: 50px;
}
#main h1{
  font-weight: 400;
  text-align: center;
  font-size: 220%;
  margin: 0;
}
#main p {
  padding: 20px;
  text-align: justify;
  margin: 0;
}
.section{
  position: relative;
  padding-bottom: 0px;
  padding-top: 85px;
}
/*#section1 .rabo-icon-divider, #section2 .rabo-icon-divider{
  color: #EAECE7;
}*/
#section2 {
  background-color: #EAECE7;
  height: 400px;
  z-index: 1;
}
#section5 {
  height: 400px;
  background-color: #EAECE7;
  z-index: 1;
}
#section4 {
  padding-top: 0px;
}
.service{
  margin-top: 56px;
}
.service-icon{
  width: 130px;
  height: 130px;
  background: #FFF;
  display: block;
  border-radius: 50%;
  font-size: 437%;
  line-height: 185%;
}
.owl-prev{
  position: absolute;
  right: 7px;
  top: 42px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 14px;
}
.owl-next{
  position: absolute;
  left: 7px;
  top: 42px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 14px;
}
.service h3{
  font-size: 100%;
  text-align: center;
  color: #212121;
}
.service a:hover h3{
  color: #b21f24;
}
#section3 .rabo-icon-divider{
  color: #FFF;
}
#section3{
  /*padding-top: 293px;*/
}
#section3 .portfolio {
  width: 100%;
  /*overflow: auto;*/
  overflow: hidden;
  /*direction: ltr;*/
  height: 250px;
  white-space: nowrap;
  margin-top: 47px;
}
#section3 .portfolio .project{
  display: block;
  width: 240px;
  height: 215px;
  margin: 0;
  padding: 20px;
  direction: rtl;
}
#section3 .portfolio .project a{
  width: 100%;
  display: inline-block;
  text-align: center;
}
#section3 .portfolio .project img{
  max-width: 70%;
  max-height: 70%;
  margin: auto;
}
#section3 .portfolio .project h3{
  font-size: 75%;
  white-space: initial;
  margin: 0;
  width: 100%;
  height: 45px;
  color: #FFF;
  padding-top: 14px;
  background-color: #b21f24;
}
#section5 .coworkers {
  width: 100%;
  /*overflow: auto;*/
  overflow: hidden;
  /*direction: ltr;*/
  height: 250px;
  white-space: nowrap;
  margin-top: 47px;
}
#section5 .coworkers .coworker{
  display: block;
  width: 240px;
  height: 215px;
  margin: 0;
  padding: 20px;
  direction: rtl;
}
#section5 .coworkers .coworker a{
  width: 100%;
  display: inline-block;
  text-align: center;
}
#section5 .coworkers .coworker img{
  max-width: 70%;
  max-height: 70%;
  margin: auto;
  border: 5px solid #B30000;
  border-radius: 50%;
}
#section5 .coworkers .coworker h3{
  font-size: 75%;
  white-space: initial;
  margin: 0;
  width: 100%;
  height: 45px;
  color: #FFF;
  padding-top: 14px;
  background-color: #b21f24;
}
#section6{
  background-color: #b30000;
  text-align: center;
}
#section2 .rabo-icon-divider2:after, #section5 .rabo-icon-divider2:after{
  background-color: #EAECE7 !important;
}
.rabo-icon-divider2{
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  bottom: -59px;
  z-index: 2;
}
.rabo-icon-divider2:after{
  content: ' ';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
.rabo-icon-divider3{
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  bottom: -1px;
  z-index: 2;
}
.rabo-icon-divider3:after{
  content: ' ';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 49% 100%, 100% 0%, 100% 100%, 0% 100%);
}
.rabo-icon-divider2.redd:after,.rabo-icon-divider3.redd:after{
  background-color: #B30000;
}
.rabo-icon-divider2.grayy:after,.rabo-icon-divider3.grayy:after{
  background-color: #2f2f2f;
}
.slogan{
  background-color: #B30000;
  position: relative;
  text-align: center;
}
.slogan h1{
  margin: 13px 0 0;
  font-size: 179%;
  display: inline-block;
  position: relative;
  top: 10px;
  z-index: 3;
}
#section6 .item{
  display: inline-block;
  width: 210px;
  height: 158px;
  background-color: #FFF;
  text-align: center;
  margin: 30px 7px 31px;
  padding: 20px 0px;
  box-shadow: 6px 8px 17px -3px #212121;
}
#section6 .item p{
  text-align: center;
  padding: 17px 0;
}
#section6 .item i{
  font-size: 437%;
}
#section3 .portfolio .project h3{
  background-color: transparent;
  color: #212121;
}
#section5 .coworkers .coworker p{
  font-size: 75%;
  text-align: center;
  padding: 20px 0 0;
  color: #212121;
}
#section5 .coworkers .coworker p:last-child{
  font-size: 75%;
  padding: 0;
}


#ascrail2000-hr {
  /*width: 50% !important;*/
  background-color: #212121;
  margin: auto;
  display: block;
  /*left: 24% !important;*/
  height: 4px !important;
}
.nicescroll-cursors {
  height: 20px !important;
  /*width: 20px !important;*/
  top: -8px !important;
}
#section7{
  background-color: #2f2f2f;
  color: #FFF;
}
#section8,#section9 {
  background-color: #2f2f2f;
  color: #FFF;
  padding-top: 0px;
}
#section9.copyright {
  padding: 21px 5px;
  line-height: 35px;
}
.map iframe{
  width:100%;
  margin: auto;
  height: 400px;
}
.footer ul{
  padding: 30px 35px 30px;
  margin: 0;
}
.footer ul li{
  margin-top: 20px;
  line-height: 250%;
}
.footer i {
  font-size: 210%;
  position: relative;
  top: 9px;
  margin-left: 21px;
}
#section6 .spliter{
  display: inline;
}
#section9.copyright {
  font-size: 80%;
}
nav .rabo-icon-menu{
  text-align: center;
  color: #212121;
  float: right;
  padding: 0;
}
@media screen and (max-width: 910px) {
  #section6 .item{
    width: 160px;
    height: 140px;
    font-size: 88%;
  }
  .parallax-container img{
    width: 110%;
  }
  .parallax-container {
    height: 500px;
  }
  header {
    height: 500px;
  }
  .slidshow-title {
    top: 200px;
  }
}
@media screen and (max-width: 710px) {
  #section6 .spliter{
    display: block;
    clear: both;
  }
  .footer iframe{
    height: 300px;
  }
  .rabo-icon-divider3{
    height: 40px;
  }
  .rabo-icon-divider2{
    height: 40px;
    bottom: -39px;
  }
  #section9.copyright {
    font-size: 70%;
  }
}
@media screen and (max-width: 670px) {
  .parallax-container {
    height: 400px;
  }
  header {
    height: 400px;
  }
  .slidshow-title {
    top: 150px;
  }
  .parallax-container img{
    width: 120%;
  }
  .slidshow-title h1{
    font-size: 200%;
    line-height: 169%;
  }
}
@media screen and (max-width: 600px) {
  nav .rabo-icon-menu{
    padding: 19px 0;
  }
}
@media screen and (max-width: 602px) {
  nav .rabo-logo img {
    height: 46px;
    margin: 4px 0px 0px;
  }
  .slidshow-title{
    padding-right: 80px;
  }
  #main h1 {
    font-size: 160%;
  }
}
@media screen and (max-width: 500px) {
  #main{
    margin-top: 20px;
  }
  .rabo-icon-divider3{
    height: 25px;
  }
  .rabo-icon-divider2{
    height: 25px;
    bottom: -24px;
  }
  .section{
    padding-top: 65px;
  }
  #section3 .portfolio .project img{
    max-width: 50%;
    max-height: 50%;
  }
  #section3 .portfolio .project h3{
    font-size: 75%;
  }
  #section3 .portfolio .project img{
    max-width: 50%;
    max-height: 50%;
  }
  #section3 .portfolio .project h3{
    font-size: 75%;
  }
  #section5 .coworkers .coworker img{
    max-width: 50%;
    max-height: 50%;
  }
  #section5 .coworkers .coworker p{
    font-size: 75%;
  }
  #section5 .coworkers .coworker p:last-child{
    font-size: 75%;
  }
  .slogan h1{
    font-size: 100%;
    top: 0px;
  }
  iframe{
    height: 250px;
  }
  .parallax-container {
    height: 300px;
  }
  header {
    height: 300px;
  }
  .slidshow-title {
    top: 100px;
  }
  .parallax-container img{
    width: 130%;
  }
  .slidshow-title{
    padding-right: 56px;
  }
  .slidshow-title h1{
    font-size: 150%;
    line-height: 169%;
  }
  #main h1 {
    font-size: 130%;
    margin: 0px;
  }
}