@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
/* =======================================================
					variables
======================================================== */
/*========================================================
										Main layout styles
=========================================================*/
body {
  background: #fff;
  /*font: 13px/20px 'Ubuntu', sans-serif;*/
  font: 400 italic 14px/22px 'Exo', sans-serif;
  direction:rtl;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color:#eab8ef;
}
a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
ul li
{
    text-align:justify;direction:rtl;
}
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  
}
.bd-ra {
  border-radius: 50%;
}
::-moz-selection {
  color: #ffffff;
  background: #67baf4;
}
::selection {
  color: #ffffff;
  background: #67baf4;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  padding: 28px 0 36px;
  background: url(../images/header-bg.jpg) 50% bottom repeat-x;
}
#header h1 {
  float: left;
}
#header h1 a {
  font: 700 57px/57px 'Ubuntu', sans-serif;
  color: #303334;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}
#header h1 a span {
  color: #67baf4;
}
#header nav {
  float: right;
}
.index #header {
  padding: 28px 0;
  background: none;
}
@media only screen and (max-width: 979px) {
  #header {
    text-align: center;
  }
  #header h1,
  #header nav {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  #header h1,
  #header nav {
    width: 100%;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  width: 100%;
  text-align: center;
  line-height: 20px;
  margin-top: 20px;
  letter-spacing: 0.9px;
}
.sf-menu > li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.sf-menu > li > a {
  color: #303334;
  font: 700 15px 'Ubuntu', sans-serif;
  padding-left: 30px;
  text-transform: uppercase;
}
.sf-menu > li > a:hover {
  color: #67baf4;
}
.sf-menu > li:first-child {
  padding-right: 0;
}
.sf-menu > li.current > a {
  color: #67baf4;
}
@media only screen and (max-width: 979px) {
  .sf-menu li {
    padding-right: 0;
  }
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 113px;
  left: 0;
  right: 0;
  background: #67baf4;
  color: #ffffff;
  min-width: 157px;
  z-index: 999;
  display: none;
  text-align: right;
  padding: 0 42% 0 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  height: 48px;
  line-height: 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul li a {
  padding: 18px 0;
  color: #ffffff;
  font: 700 15px/15px 'Ubuntu', sans-serif;
  display: block;
  text-transform: uppercase;
}
.sf-menu ul li:hover > a {
  color: #303334;
}
@media only screen and (max-width: 979px) {
  .sf-menu ul {
    top: 153px;
  }
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  right: -320px;
  left: auto;
  padding: 0;
  z-index: 4;
  width: 300px;
  border: none;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    color: #666;
    font-size: 16px;
    padding: 5px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #ffffff;
  z-index: 999;
  opacity: 0.95;
  padding: 7px 0;
  border-bottom: 1px solid #67baf4;
}
.isStuck nav {
  margin-top: 17px !important;
}
.isStuck .sf-menu {
  margin-top: 5px;
}
.isStuck .sf-menu ul {
  top: 71px;
}
.isStuck .sf-menu ul ul {
  top: 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										CONTENT styles
=========================================================*/
h2,
h3,
h4 {
  font-family: 'Ubuntu', sans-serif;
  color: #303334;
  font-weight: 700;
}
h2 {
  font-size: 112px;
  line-height: 112px;
  text-transform: uppercase;
  color: #ffffff;
}
h3 {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 33px;
  
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 13px;
  color: #606465;
  font-weight: 700;
}
p {
  font: 13px/20px 'Ubuntu', sans-serif;
  color: #606465;
  letter-spacing: -0.2px;

}
.full-width-container {
  width: 100%;
}
.dark-bg {
  background: #f6f6f6;
}
.btn {
  width: 159px;
  border: none;
  font: 700 15px/58px 'Ubuntu', sans-serif;
  text-align: center;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.btn:hover {
  color: #ffffff;
}
.sub_head {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 2;
  text-align: justify;
  color: #ffffff;
  margin: 0 auto;
}
.separator {
  border-bottom: 1px solid #e7e8e8;
}
#content li {
  font-size: 18px;
  line-height: 20px;
  padding: 10px 16px 10px 0;
  background: url(../images/index-2_bullet.png) right 18px no-repeat;
  letter-spacing: -0.3px;
}
#content li a {
  color: #303334;
}
#content li a:hover {
  color: #67baf4;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 979px) {
  h2 {
    font-size: 60px;
    line-height: 70px;
  }
  h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 480px) {
  h1 a {
    font-size: 30px !important;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 320px) {
  h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.index .camera_prev,
.index .camera_next,
.index .camera_prev:hover,
.index .camera_next:hover,
.index .camera_prev span,
.index .camera_next span,
.index .camera_prev:hover span,
.index .camera_next:hover span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index .block-2 {
  background: url(../images/index_img-par.jpg);
  background-color: #fff;
  background-position: 50% 100%;
  padding: 210px 0 182px;
}
.index .block-3 {
  padding: 56px 0 84px;
}
.index .block-3 h4 {
  margin: 40px 0 20px;
}
.index .block-3 .btn {
  margin-top: 47px;
}
.index .block-3 p {
  letter-spacing: -0.2px;
  width: 93%;
}
.index .block-3 img {
  width: 100%;
}
.index .block-4 {
  padding: 65px 0 86px;
}
.index .block-4 h3 {
  margin-bottom: 65px;
}
.index .block-4 h5,
.index .block-4 h4 {
  text-align: center;
}
.index .block-4 h4 {
  margin: 19px 0 4px;
}
.index .block-4 h5 {
  color: #939697;
}
.index .block-4 .fa {
  margin-top: 10px;
  width: 154px;
  height: 154px;
  display: block;
  text-align: center;
  font-size: 52px;
  line-height: 156px;
  color: #67baf4;
  border: 7px solid #67baf4;
  background: #ffffff;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index .block-4 .fa:hover {
  background: #67baf4;
  color: #ffffff;
}
.index .block-5 {
  padding: 65px 0 71px;
}
.index .block-5 h3 {
  margin-bottom: 49px;
}
.index .block-5 h4 {
  margin-bottom: 20px;
}
.index .block-5 .btn {
  margin-top: 51px;
}
.index .block-6 {
  padding: 77px 0 30px;
}
.index .block-6 h3 {
  margin-top: 15px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  color: #67baf4;
  text-transform: none;
}
.index .block-6 h3 span {
  margin-top: 10px;
  font-size: 14px;
  display: block;
  text-transform: none;
}
.index .block-6 h4 {
  font-size: 22px;
  margin-bottom: 84px;
}
.index .block-6 span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.index .block-6 .element1 {
  margin-right: 100px;
}
.index .block-6 .element1,
.index .block-6 .element2 {
  display: inline-block;
}
.index .block-6 .element1 p,
.index .block-6 .element2 p {
  font-size: 14px;
  font-weight: 700;
  color: #858889;
}
@media only screen and (max-width: 1199px) {
  .index .block-4 .fa {
    width: 126px;
    height: 126px;
    line-height: 126px;
  }
  .index .block-6 h3 {
    font-size: 30px;
  }
  .index .block-6 .element1 {
    margin-right: 90px;
  }
}
@media only screen and (max-width: 979px) {
  .index .block-4 .fa {
    width: 94px;
    height: 94px;
    line-height: 94px;
  }
  .index .block-6 h3 {
    font-size: 24px;
  }
  .index .block-6 .element1 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .index .block-3 .element {
    margin-bottom: 50px;
  }
  .index .block-4 .item {
    margin-bottom: 50px;
  }
  .index .block-4 .fa {
    width: 156px;
    height: 156px;
    line-height: 156px;
  }
  .index .block-5 .btn {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .index .sub_head {
    font-size: 18px;
    line-height: 28px;
  }
}
.index-1 h4 {
  line-height: 26px;
}
.index-1 .block-1 {
  padding: 56px 0;
}
.index-1 .block-1 h3 {
  margin-bottom: 46px;
}
.index-1 .block-1 h4 {
  margin-bottom: 17px;
}
.index-1 .block-1 .btn {
  margin-top: 47px;
}
.index-1 .block-2 {
  background: url(../images/index-1_par.jpg);
  background-color: #fff;
  background-position: 50% 100%;
  padding: 95px 0 98px;
  text-align: center;
  color: #ffffff;
}
.index-1 .block-2 p {
  color: #ffffff;
  font: 700 18px/30px 'Ubuntu', sans-serif;
}
.index-1 .block-2 h3 {
  font-size: 22px;
  color: #ffffff;
  margin: 27px 0 15px;
}
.index-1 .block-2 a {
  color: #ffffff;
  font-weight: 700;
}
.index-1 .block-3 {
  padding: 55px 0 86px;
}
.index-1 .block-3 h4 {
  padding: 37px 0 17px;
}
.index-1 .block-3 img {
  width: 100%;
}
.index-1 .block-4 {
  padding: 65px 0 22px;
  margin-bottom: 60px;
}
.index-1 .block-4 h3 {
  margin-bottom: 46px;
}
.index-1 .block-4 h4 {
  margin-bottom: 17px;
}
.index-1 .block-4 p {
  letter-spacing: -0.2px;
}
.index-1 .block-4 .fa {
  width: 86px;
  height: 86px;
  float: left;
  text-align: center;
  font-size: 36px;
  line-height: 86px;
  color: #67baf4;
  border: 7px solid #67baf4;
  background: #ffffff;
  margin: 17px 0 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-1 .block-4 .fa:hover {
  background: #67baf4;
  color: #ffffff;
}
.index-1 .block-4 .item {
  margin-left: 30px;
}
.index-1 .block-4_element {
  margin-bottom: 46px;
}
@media only screen and (max-width: 1199px) {
  .index-1 .block-4 .fa {
    width: 66px;
    height: 66px;
    line-height: 66px;
  }
}
@media only screen and (max-width: 979px) {
  .index-1 .block-4 .item {
    height: 265px;
  }
  .index-1 .block-4 .fa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .index-1 .block-1_element,
  .index-1 .block-3_element {
    margin-bottom: 40px;
  }
  .index-1 .block-4 .fa {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 36px;
    float: none;
    margin: 0 auto 15px;
    display: block;
  }
  .index-1 .block-4 .item {
    margin-left: 0;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
.index-2 .block-1 {
  background: url(../images/index-2_par1.jpg);
  padding: 75px 0 80px;
}
.index-2 .block-1 ul {
  margin-top: 39px;
}
.index-2 .block-2 {
  background: url(../images/index-2_par2.jpg);
  padding: 210px 0 204px;
}
.index-2 .block-2 h2 {
  margin-left: -7px;
}
.index-2 .block-2 h2 span {
  color: #67baf4;
}
.index-2 .block-2 .sub_head {
  margin-bottom: 54px;
}
.index-2 .block-2 .btn {
  margin-top: 46px;
}
.index-2 .block-1,
.index-2 .block-2 {
  background-color: #fff;
  background-position: 50% 100%;
  color: #ffffff;
}
.index-2 .block-1 h4,
.index-2 .block-2 h4 {
  color: #ffffff;
  margin-bottom: 20px;
}
.index-2 .block-1 p,
.index-2 .block-2 p {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
}
.index-2 .sub_head {
  color: #ffffff;
  font-size: 22px !important;
  text-transform: uppercase;
  margin-bottom: 51px;
  margin-top: -2px;
}
.index-2 .block-3 {
  padding: 55px 0;
  margin-bottom: 55px;
}
.index-2 .block-3 h3 {
  margin-bottom: 0;
}
.index-2 .block-3 h4 {
  margin: 40px 0 20px;
}
.index-2 .block-3 p {
  letter-spacing: -0.2px;
}
.index-2 .block-3 .btn {
  margin-top: 47px;
}
.index-2 .block-3 .element {
  margin-top: 53px;
  margin-bottom: 7px;
}
.index-2 .block-3 img {
  width: 100%;
}
.index-3 .video {
  width: 100%;
  height: 303px;
  margin-bottom: 50px;
}
.index-3 h4 {
  margin: 7px 0 17px;
  line-height: 26px;
}
.index-3 p {
  letter-spacing: -0.2px;
}
.index-3 .date {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  color: #606465;
}
.index-3 .date:before {
  color: #67baf4;
  font-family: "FontAwesome";
  margin-right: 10px;
}
.index-3 .block-1 {
  padding: 55px 0;
}
.index-3 .block-1 img {
  width: 100%;
}
.index-3 .block-1 .big_pic {
  margin-bottom: 46px;
}
.index-3 .block-1 ul {
  margin-top: 37px;
}
.index-3 .element_1 {
  margin-top: 60px;
}
.index-3 .element_3 {
  margin-top: 30px;
}
.index-3 .item-1,
.index-3 .item-2 {
  margin-bottom: 55px;
}
.index-3 .item-1 .date,
.index-3 .item-2 .date {
  margin-top: 4px;
  margin-bottom: 6px;
}
.index-3 .block-2 {
  padding: 65px 0;
  margin-bottom: 55px;
}
.index-3 .block-2 .btn {
  margin-top: 46px;
}
@media only screen and (max-width: 767px) {
  .index-3 .element_2 {
    margin-top: 40px;
  }
  .index-3 .element_2 img {
    margin-bottom: 15px;
  }
  .index-3 .element_3 img {
    margin-bottom: 15px;
  }
  .index-3 .block-2 .item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
.index-4 .block-1 {
  padding: 56px 0;
  margin-bottom: 55px;
}
.index-4 .element {
  margin-bottom: 75px;
}
.index-4 .element h3 {
  margin-bottom: 38px;
}
.index-4 .fa {
  font: 300 13px/30px 'Ubuntu', sans-serif;
  color: #606465;
  display: block;
}
.index-4 .fa:before {
  color: #67baf4;
  font-family: "FontAwesome";
  margin-right: 10px;
}
.index-4 .item {
  margin-bottom: 58px;
}
.index-4 .item h4 {
  margin: 29px 0 20px;
}
.index-4 .item .grid_7 img {
  margin-bottom: 11px;
  width: 100%;
}
.index-4 .item .btn {
  margin-top: 47px;
}
.index-4 a:hover span {
  color: #67baf4;
}
.index-5 .block-1 {
  padding: 56px 0 88px;
}
.index-5 .block-1 .tel {
  width: 70px;
  display: inline-block;
}
.index-5 #map-canvas {
  height: 450px;
}
.index-5 .block-2 {
  padding: 65px 0 30px;
  margin-bottom: 60px;
}
.index-5 h4 {
  line-height: 26px;
  margin-bottom: 17px;
  margin-top: -7px;
}
.index-5 a {
  color: #67baf4;
}
.index-6 .block-1 {
  padding: 56px 0 70px;
  margin-bottom: 30px;
}
.index-6 h3 {
  margin-bottom: 50px;
}
.index-6 h4 {
  margin: 50px 0 20px;
}
.index-6 a {
  margin-top: 20px;
  color: #67baf4;
  display: block;
}
.steelar-block li a {
  color: #ffffff !important;
}
.steelar-block li a:hover {
  color: #eab8ef !important;
}
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 10px 0 120px;
  color: #858889;
}
#footer pre {
  font: 700 14px/14px 'Ubuntu', sans-serif;
  letter-spacing: .3px;
}
#footer pre a {
  color: inherit;
}
#footer pre a:hover {
  color: #67baf4;
}
#footer h1 a {
  font: 700 57px/57px 'Ubuntu', sans-serif;
  color: #303334;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}
#footer h1 a span {
  color: #67baf4;
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #eab8ef;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #303334;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  background-attachment: fixed;
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  z-index: 8;
}
.first {
  background-image: url(../images/bg_pic2.jpg);
  background-color: #fff;
  background-position: 50% 100%;
}
.second {
  background-image: url(../images/slide.jpg);
  background-color: #fff;
}
@media only screen and (max-width: 979px) {
  .stellar-block {
    background-attachment: scroll;
    background-position: 50% 50%;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-bottom: 100px;
    z-index: 8;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 979px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 767px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 480px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/
