html,
body {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

body,
input,
textarea {
  font-family: Rubik, sans-serif;
  font-optical-sizing: auto;
}

.d-flex {
  display: flex;
}

.flex-grow {
  flex-grow: 1;
}

.wrapper_he,
.wrapper_he * {
  direction: rtl;
}

.grow {
  flex-grow: 1;
}

.read-more {
  background-color: rgba(255, 255, 255, .8);
  font-family: Rubik;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 29px;
  padding: 0 10px;
  border-radius: 5px;
  margin: 5px 5px;
  color: #092030;
  cursor: pointer;
}

.body-header-area {
  height: 700px;
  background-image: url(../images/main-header.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.body-header-flex {
  flex-direction: column;
  height: 100%;
}

.body-header-image {
  background-image: url(../images/logo-white.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 178px;
  height: 162px;
}

.body-header-h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 59.25px;
  text-align: right;
  color: #fff;
}

.body-header-h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28.44px;
  text-align: right;
  color: #fff;
  margin-top: 20px;
}

.body-header-in {
  margin: 0 50px 50px;
}

.body-header-btns.d-flex {
  margin-top: 30px;
}

.body-header-btn {
  width: 180px;
  height: 43px;
  border-radius: 5px;
  background: #93BB3E;
  text-align: center;
  color: #fff;
  line-height: 43px;
  box-sizing: border-box;
}

.body-header-btn.disabled {
  background: none;
  border: 2px solid #fff;
}

.body-header-btn-gap {
  width: 20px;
}

.folding-area {
  height: 700px;
}

.folding-td {
  width: 17%
}

.expanded {
  width: 49%
}

.folding-td {
  background-image: url(../images/flodable1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: .5s all;
  cursor: pointer;
}

.fold2 {
  background-image: url(../images/flodable2.jpeg);
}

.fold3 {
  background-image: url(../images/flodable3.jpeg);
}

.fold4 {
  background-image: url(../images/flodable4.jpg);
}

.folding-opn-txt {
  opacity: 0;
  transition: .5s all;
  flex-direction: column;
  margin: 20px;
  height: calc(100% - 40px);
  display: flex;
}

.fold-h1-txt {
  font-weight: 600;
  font-size: 50px;
  line-height: 59.25px;
  color: #fff;
}

.fold-h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-top: 20px;
}

.fold-btn {
  margin-top: 20px;
  width: 220px;
  height: 56px;
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background: rgb(147, 187, 62);
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  padding: 9px;
}

.folding-close-txt {
  font-weight: 600;
  font-size: 30px;
  line-height: 35.55px;
  text-align: right;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: .5s all;
}

.fold-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #93BB3E;
  margin: 36px 12px 0;
}

.folding-td.expanded .folding-opn-txt {
  opacity: 1;
}

.folding-td.expanded .folding-close-txt {
  opacity: 0;
}

.partner-area {
  height: 180px;
  background-image: url(../images/companies.jpg);
  background-size: auto 100px;
  background-position: center;
  background-repeat: no-repeat;
}

.globe-area {
  height: 767px;
  background-image: url(../images/space_1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.globe-flex.d-flex {
  margin: auto;
  width: 1290px;
  padding-top: 110px;
}

.globe-td {
  width: 410px;
  height: 322px;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  text-align: center;
}

.globe-td.globe-gap {
  margin: 0 30px;
}

.globe-td-icon {
  width: 100px;
  height: 100px;
  background-image: url(../images/globe-icon3.png);
  background-size: 52px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2C4C96;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
  border-radius: 50%;
}

.globe-td-icon.icon2 {
  background-image: url(../images/globe-icon2.png);
  background-size: 32px;
}

.globe-td-icon.icon3 {
  background-image: url(../images/globe-icon1.png);
  background-size: 28px;
}

.globe-h1 {
  font-weight: 600;
  font-size: 31px;
  text-align: center;
  padding-top: 80px;
  color: #fff;
  width: 1290px;
  margin: auto;
  line-height: 31px;
}

.globe-h2 {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  padding-top: 16px;
  color: #fff;
  width: 1290px;
  margin: auto;
  line-height: 20px;
}

.globe-td-txt-h1 {
  margin: 70px 15px 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
}

.globe-td-txt-h2 {
  margin: 30px 20px 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.paper-border {
  border: 3px solid #F9971E;
  border-radius: 32px;
  height: 342px;
  margin: 104px auto;
  width: 1278px;
}

.paper-border-circle {
  width: 150px;
  height: 95px;
  border-radius: 50%;
  margin: -72px auto 0;
  background-color: #fff;
  padding: 11px;
}

.paper-border-circle-in {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 4px solid #F9971E;
  margin: 6px 24px;
  background-color: #fff;
  padding: 10px;
  background-image: url(../images/exclaim.png);
  background-position: center;
  background-repeat: no-repeat;
}

.paper-border-in {
  display: flex;
}

.paper-left,
.paper-right {
  width: 50%;
}

.paper-h1,
.paper-h1s {
  text-align: center;
  font-size: 31px;
  font-weight: 600;
  color: #092030;
  line-height: 38px;
  margin-top: 30px;
}

.paper-h1s {
  margin-bottom: 50px;
}

.paper-h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #092030;
  line-height: 24px;
  margin: 10px 88px;
}

.paper-image-out {
  position: relative;
}

.paper-image-1 {
  position: absolute;
  top: -100px;
  left: 40px;
  width: 263px;
  height: 227px;
  background-image: url(../images/paper_cut_1.png);
  background-position: center;
  background-repeat: no-repeat;
}

.paper-image-2 {
  position: absolute;
  top: -46px;
  left: 219px;
  width: 290px;
  height: 347px;
  background-image: url(../images/paper_cut_2.png);
  background-position: center;
  background-repeat: no-repeat;
}

.paper-image-3 {
  position: absolute;
  top: 43px;
  left: 32px;
  width: 297px;
  height: 301px;
  background-image: url(../images/paper_cut_3.png);
  background-position: center;
  background-repeat: no-repeat;
}

.sat-area {
  height: 400px;
}

.sat-area-td {
  width: 50%;
  background-image: url(../images/sat-image1.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: background-size .5s ease-in-out;
}

.sat-area-td.td2 {
  background-image: url(../images/sat-image2.jpg);
  background-position: bottom;
}

.sat-area-td:hover {
  background-size: 130%;
}

.sat-td-txt-icon {
  background-image: url(../images/sat-arrow.png);
  background-size: 23px 15px;
  background-position: 0px 8px;
  background-repeat: no-repeat;
  width: 24px;
  height: 36px;
  margin: 0px 10px;
  transform: rotate(180deg);
}

.wrapper_he .sat-td-txt-icon {
  background-position: 0px 12px;
  transform: rotate(0deg);
}

.sat-td-txt-h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}

.sat-td-txt {
  margin: 343px 20px;
}

.sat-td-grow {
  flex-grow: 1;
}

.travel-area {
  background-color: #1C479E;
  padding-bottom: 10px;
}

.travel-h1 {
  font-weight: 600;
  font-size: 31px;
  line-height: 59.25px;
  text-align: center;
  color: #fff;
  padding-top: 60px;
}

.travel-flex {
  flex-wrap: wrap;
  justify-content: center;
}

.travel-out {
  position: relative;
  width: 1290px;
  margin: 30px auto 0;
}

.travel-scroll {
  position: relative;
  margin: auto;
}

.travel-td.middle {
  margin: 0 30px;
}

.travel-td {
  width: 410px;
  height: 432px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}

.travel-td-img {
  background-image: url(../images/travel-img1.png);
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.travel-td-img.img2 {
  background-image: url(../images/travel-img2.png);
}

.travel-td-img.img3 {
  background-image: url(../images/travel-img3.png);
}

.travel-td-h1 {
  margin: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 23.7px;
  text-align: right;
}

.travel-gap {
  width: 30px;
}

.travel-td-flex {
  margin: 0 20px;
}

.travel-td-arrow {
  width: 16px;
  height: 8px;
  background-image: url(../images/blue-arrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 6px 0;
}

.travel-bot {
  margin: 10px 0px 40px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28.44px;
  text-align: center;
  text-decoration: underline;
  color: #fff;
}

.travel-area .nextprebtn {
  top: 173px !important;
}

.travel-area .nextprebtn:after {
  border-left: 3px solid #FFF;
  border-top: 3px solid #FFF;
}

.earth-area {
  background-image: url(../images/globe.jpg);
  height: 388px;
  background-size: cover;
  background-position: center -557px;
  background-repeat: no-repeat;
  position: relative;
}

.blog-cats {
  flex-wrap: wrap-reverse;
  flex-direction: row;
  padding-top: 40px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.blog-cat {
  background-color: rgba(255, 255, 255, .8);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 29px;
  padding: 0 10px;
  border-radius: 5px;
  margin: 5px 5px;
}

.contact-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 779px;
  background-color: #092030;
}

.contact-form-outer {
  padding-top: 60px
}

.contact-form {
  margin: auto;
  width: 630px;
  height: 659px;
  border-radius: 20px;
  color: #fff;
}

.contact-h1 {
  padding-top: 40px;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.contact-h2 {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.form-row {
  margin-bottom: 30px;
}

.form-row-td {
  width: 50%;
}

.form-area {
  width: 630px;
  margin: 46px auto 0;
}

.form-row-td-h1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18.96px;
  margin-bottom: 5px;
}

.form-input,
.form-input-textarea {
  font-weight: 400;
  width: 100%;
  height: 43px;
  border-radius: 5px;
  border: 1px solid #ddd;
  outline: none;
  resize: none;
  box-sizing: border-box;
  padding: 10px;
}

.contact-gap {
  width: 20px;
}

.form-input-textarea {
  height: 133px;
}

.form-submit-btn {
  margin: auto;
  width: 180px;
  height: 43px;
  border-radius: 5px;
  background: #93BB3E;
  line-height: 43px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.wrapper_en .folding-opn-txt {
  right: auto;
  left: 20px;
}

div#list-btn {
  display: none;
}