.section {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #222;
}

.language {
  margin-left: 9px;
  padding-top: 6px;
  padding-bottom: 6px;
  float: right;
  border: 1px solid transparent;
  background-color: hsla(0, 0%, 100%, .08);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-align: center;
}

.language:hover {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .39);
}

.language.w--current {
  border-color: rgba(78, 149, 214, .18);
  opacity: 0.57;
}

.language.w--current:hover {
  opacity: 1;
}

.language.phone {
  float: left;
}

.body {
  direction: rtl;
  font-family: Assistant, sans-serif;
}

.body.en {
  direction: ltr;
}

.text-block {
  color: #9c9c9c;
}

.slider {
  height: 400px;
  direction: ltr;
}

.section-2 {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #1a1a1a;
}

.text-block-2 {
  color: #929292;
  text-align: center;
}

.column {
  height: 400px;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(13%, rgba(0, 26, 49, .96)), to(rgba(4, 49, 78, .3))), -webkit-gradient(linear, left top, left bottom, from(rgba(2, 32, 59, .29)), to(rgba(2, 32, 59, .29))), url('../images/bg.jpg');
  background-image: linear-gradient(270deg, rgba(0, 26, 49, .96) 13%, rgba(4, 49, 78, .3)), linear-gradient(180deg, rgba(2, 32, 59, .29), rgba(2, 32, 59, .29)), url('../images/bg.jpg');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, contain;
  background-repeat: repeat, repeat, repeat-x;
  background-attachment: scroll, scroll, fixed;
  color: #fff;
}

.inslider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 18, 29, .77)), to(rgba(2, 18, 29, .77))), url('../images/bg1.jpg');
  background-image: linear-gradient(180deg, rgba(2, 18, 29, .77), rgba(2, 18, 29, .77)), url('../images/bg1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inslider._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 18, 29, .71)), to(rgba(2, 18, 29, .71))), url('../images/back.jpg');
  background-image: linear-gradient(180deg, rgba(2, 18, 29, .71), rgba(2, 18, 29, .71)), url('../images/back.jpg');
  background-position: 0px 0px, 50% -289px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.inslider._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 19, 31, .77)), to(rgba(2, 19, 31, .77))), url('../images/family.jpg');
  background-image: linear-gradient(180deg, rgba(2, 19, 31, .77), rgba(2, 19, 31, .77)), url('../images/family.jpg');
  background-attachment: scroll, scroll;
}

.inslider._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 26, 43, .69)), to(rgba(1, 26, 43, .69))), url('../images/layerbg.jpg');
  background-image: linear-gradient(180deg, rgba(1, 26, 43, .69), rgba(1, 26, 43, .69)), url('../images/layerbg.jpg');
}

.image {
  width: 200px;
  margin-bottom: 10px;
}

.heading {
  margin-top: 0px;
}

.text-block-3 {
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f3f3f3;
}

.heading-2 {
  margin-top: 0px;
  font-size: 25px;
  text-align: center;
}

.heading-2._2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 33px;
  line-height: 35px;
  font-weight: 800;
}

.line {
  display: block;
  width: 60%;
  height: 2px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 100px;
  background-color: #3b6779;
}

.text-block-4 {
  color: #383838;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  text-align: center;
}

.link {
  color: #2e2e2e;
  text-decoration: none;
}

.link:hover {
  color: #08438d;
  text-decoration: underline;
}

.link.w {
  color: #fff;
}

.section-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 210px;
  margin-bottom: 19px;
  padding: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 6px 0 #e6e6e6;
  -webkit-transition: all 255ms ease;
  transition: all 255ms ease;
  text-align: center;
}

.div-block:hover {
  box-shadow: 0 0 9px 0 #bdbdbd;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block.full {
  height: 155px;
}

.text-block-5 {
  font-size: 19px;
  font-weight: 700;
}

.text-block-5.b {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 27px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  padding: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #d4d4d4;
  border-radius: 100px;
  background-color: #fbfbfb;
}

.text-block-6 {
  color: #fff;
  font-size: 33px;
  line-height: 45px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.slide-nav {
  opacity: 0.22;
}

.text-block-7 {
  font-size: 24px;
  line-height: 45px;
  text-align: center;
}

.div-block-3 {
  padding: 25px;
  background-color: hsla(0, 0%, 100%, .08);
}

.button {
  padding-right: 25px;
  padding-left: 25px;
  background-color: #0c629f;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
}

.button:hover {
  background-color: #0085e3;
}

@media (max-width: 991px) {
  .section-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section-4 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section-5 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .div-block {
    height: 186px;
  }
}

@media (max-width: 767px) {
  .section-3 {
    padding-right: 25px;
    padding-left: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 35, 63, .87)), to(rgba(3, 35, 63, .87))), url('../images/bg.jpg');
    background-image: linear-gradient(180deg, rgba(3, 35, 63, .87), rgba(3, 35, 63, .87)), url('../images/bg.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .section-4 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .div-block {
    height: 132px;
  }
  .column-2 {
    padding-top: 25px;
  }
}

@media (max-width: 479px) {
  .text-block-2 {
    font-size: 11px;
  }
  .section-3 {
    padding: 11px;
  }
  .text-block-3 {
    font-size: 30px;
    line-height: 36px;
  }
  .heading-2 {
    font-size: 22px;
  }
  .heading-2._2 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 28px;
  }
  .text-block-4 {
    font-size: 18px;
    line-height: 22px;
  }
  .text-block-6 {
    font-size: 23px;
    line-height: 25px;
    letter-spacing: 0px;
  }
  .text-block-7 {
    font-size: 16px;
    line-height: 24px;
  }
  .div-block-3 {
    padding: 10px;
  }
  .column-2 {
    padding-top: 0px;
  }
}

