html,
body {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  direction: rtl;
}

body,
input,
textarea {
  font-family: Rubik, sans-serif;
  font-optical-sizing: auto;
}

.txtArea {
  direction: rtl
}

.d-flex {
  display: flex;
}

.flex-grow {
  flex-grow: 1;
}

.body-header-area {
  height: 700px;
  background-image: url(../images/main-header1.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-family: Rubik;
  font-weight: 600;
  font-size: 50px;
  line-height: 59.25px;
  text-align: right;
  color: #fff;
}

.body-header-h2 {
  font-family: Rubik;
  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: 12%;
  cursor: pointer;
}

.expanded {
  width: 52%
}

.folding-td {
  background-image: url(../images/alt-flodable1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: .5s all;
}

.fold2 {
  background-image: url(../images/alt-flodable2.jpg);
}

.fold3 {
  background-image: url(../images/alt-flodable3.jpg);
}

.fold4 {
  background-image: url(../images/alt-flodable4.jpg);
}

.fold5 {
  background-image: url(../images/alt-flodable5.jpg);
}

.folding-opn-txt {
  opacity: 0;
  transition: .5s all;
  flex-direction: column;
  margin: 20px;
  height: calc(100% - 40px);
  display: flex;
}

.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-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;
}

.folding-opn-txt .blog-cats {
  position: relative;
  right: 0;
}

.folding-opn-txt .blog-cat {
  margin: 5px 0 5px 5px;
}

.fold-h1-txt {
  font-family: Rubik;
  font-weight: 600;
  font-size: 50px;
  line-height: 59.25px;
  text-align: right;
  color: #fff;
}

.fold-h2 {
  font-family: Rubik;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: right;
  color: #fff;
  margin-top: 20px;
}

.fold-btn {
  margin-top: 20px;
  width: 180px;
  height: 43px;
  text-align: center;
  color: rgb(255, 255, 255);
  line-height: 43px;
  border-radius: 5px;
  background: rgb(147, 187, 62);
}

.folding-close-txt {
  font-family: Rubik;
  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-h1 {
  padding-top: 60px;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #092030;
  text-transform: uppercase;
}

.partner-area {
  height: 180px;
  background-image: url(../images/companies1.jpg);
  background-size: auto 100px;
  background-position: center;
  background-repeat: no-repeat;
}

.globe-area {
  height: 1040px;
  background-image: url(../images/globe1.jpg?id=432432);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.globe-flex.d-flex {
  margin: auto;
  width: 1290px;
  padding-top: 110px;
}

.globe-h1 {
  padding-top: 60px;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: rgb(255 255 255);
  text-transform: uppercase;
}

.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: 116px;
  height: 116px;
  background-image: url(../images/o-act-1.png);
  background-size: 100px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
}

.globe-td-icon.icon2 {
  background-image: url(../images/o-act-2.png);
  width: 116px;
  background-size: 116px;
}

.globe-td-icon.icon3 {
  background-image: url(../images/o-act-3.png);
  width: 100px;
  background-size: 100px;
}

.globe-td-icon.icon4 {
  background-image: url(../images/o-act-4.png);
  width: 100px;
  background-size: 100px;
}

.globe-td-icon.icon5 {
  background-image: url(../images/o-act-5.png);
  width: 114px;
  background-size: 114px;
}

.globe-td-icon.icon6 {
  background-image: url(../images/o-act-6.png);
  width: 100px;
  background-size: 100px;
}

.globe-td-txt-h1 {
  margin-top: 70px;
  font-family: Rubik;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}

.globe-td-txt-h2 {
  margin: 30px 20px 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.review-area-out {
  height: 557px;
  background-image: url(../images/review-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.review-area-h1 {
  padding-top: 60px;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #2C4C96;
}

.review-area-h2 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.review-area-flex {
  position: absolute;
  left: 0;
  transition: .2s all;
  direction: ltr;
}

.review-scroll-out {
  position: relative;
  width: 1346px;
  margin: 30px auto;
}

.review-area-scroll {
  position: relative;
  width: calc(100% - 120px);
  margin: auto;
  overflow: hidden;
  height: 284px;
}

.review-gap {
  min-width: 30px
}

.review-area-td {
  width: 388px;
  height: 284px;
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 30px;
  box-sizing: border-box;
}

.review-area-star {
  background-image: url(../images/rating-stars.png);
  background-position: right;
  background-repeat: no-repeat;
  height: 27px;
}

.review-area-txt {
  margin-top: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: right;
  max-height: 120px;
  min-height: 120px;
  overflow: auto;
}

.nextprebtn {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 125px;
  right: 0;
  cursor: pointer;
  width: 41px;
  height: 41px;
  background-color: #2C4C96CC;
}

span.date {
  font-size: 15px;
  font-weight: 400;
  color: #424242;
}

.prev-btn {
  right: auto;
  left: 0px;
}

.nextprebtn:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 12px;
  height: 12px;
  border-left: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  transform: rotate(320deg);
}

.next-btn:after {
  left: 10px;
  transform: rotate(135deg);
}

.review-bottom {
  margin-top: 20px;
  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;
}

.review-sender {
  font-weight: 600;
  font-size: 20px;
  line-height: 17px;
  color: #2C4C96;

}

.review-icon {
  font-weight: 400;
  font-size: 16px;
  line-height: 18.96px;
  text-align: center;
  text-decoration: underline;
  color: #2C4C96;
}

.connect-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.connect-h1 {
  padding-top: 60px;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #092030;
  text-transform: uppercase;
}

.connect-out {
  position: relative;
  width: 1410px;
  margin: 30px auto;
}

.connect-txt-h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.connect-scroll {
  position: relative;
  width: calc(100% - 120px);
  margin: auto;
  overflow: hidden;
  height: 442px;
}

.connect-flex {
  position: absolute;
  left: 0;
  transition: .2s all;
  direction: ltr;
}

.connect-td {
  width: 410px;
  height: 435px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}

.connect-gap {
  min-width: 30px;
}

.connect-img {
  height: 250px;
  background-image: url(../images/connect-bg.jpg);
  background-size: 125px;
  background-position: center;
  background-repeat: no-repeat;
}

.connect-txt-h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.connect-txt-h2 {
  margin: 10px 20px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  max-height: 60px;
  overflow: auto;
  height: 60px;
}

.connect-txt-flex {
  margin: 20px 45px;
  justify-content: center;
}

a.nolink {
  text-decoration: none;
  color: inherit;
}

.connect-txt-btn {
  width: 150px;
  height: 43px;
  border-radius: 5px;
  background: #93BB3E;
  text-align: center;
  color: #fff;
  line-height: 43px;
  box-sizing: border-box;
}

.any-area {
  position: relative;
}

.any-area-flex.d-flex {
  height: 100%;
}

.any-area-td {
  width: 33.333333%;

  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size .5s ease-in-out;
}

.any-area-td:hover {
  background-size: 130%;
}

.any-in-flex {
  width: 50%;
}

img.anyimg {
  width: 100%;
  display: block;
}

.any-area-h1,
.any-area-h2 {
  font-weight: 600;
  font-size: 141.05px;
  line-height: 167.15px;
  text-align: center;
  position: absolute;
  opacity: .7;
  left: 253px;
  top: 0;
  color: #fff;
}

.any-area-h2 {
  top: auto;
  bottom: 0;
  left: auto;
  right: 253px
}

.travel-h1,
.connect-h1 {
  font-family: Rubik;
  font-weight: 600;
  font-size: 40px;
  line-height: 59.25px;
  text-align: center;
  color: #ffffff;
  padding-top: 60px;
}

.connect-h1 {
  color: #092030
}


.travel-flex {
  width: 1290px;
  margin: 30px auto 0;
  flex-wrap: wrap;
  justify-content: center;
}

.travel-td {
  width: 410px;
  height: 432px;


  margin-bottom: 30px;
  overflow: hidden;
}

.travel-td-img {
  background-image: url(../images/travel-img1.png);
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 20px;
}

.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: 300;
  font-size: 16px;
  line-height: 24px;
}

.travel-td-txt {

  font-weight: 300;
  font-size: 16px;

}

.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-td.middle {
  margin: 0 30px;
}

.travel-area {
  background-color: #1C479E;
  color: #fff;
  padding-bottom: 50px;
}



.travel-bot {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #fff;
  width: 154px;
  margin: auto;
  background-color: #95C11F;
  height: 38px;
  border-radius: 5px;
  line-height: 38px;
}



.rc-anchor-normal-footer {
  display: none;
}

.rc-anchor-center-item {
  display: block;
  margin: 5px;
}

.rc-anchor-normal .rc-anchor-checkbox-label {
  width: 128px;
}

.rc-anchor-center-container {
  display: block;
  margin: 3px;
}

/*new device slideshow css START */
.bottom-slide {
  width: 1290px;
  height: 447px;
  position: relative;
  direction: ltr;
  margin: 30px auto;
}

.scrollable-slide {
  height: 100%;
  width: fit-content;
  display: flex;
  transition: .2s all;
}

.slide-inner-div {
  height: 100%;
  overflow: hidden;
}

.slide-imgs {
  width: 410px;
  height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
  cursor: pointer;
  transition: .2s all;


}

.slide-arr {
  bottom: 0;
  margin: auto;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: -53px;
  cursor: pointer;
  width: 41px;
  height: 41px;
  background-color: #2C4C96CC;
}

.leftSlide {
  right: auto;
  left: -53px;
}

.in-arr {
  cursor: pointer;
  position: absolute;
  top: 13px;
  left: 10px;
  width: 12px;
  height: 12px;
  border-left: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  transform: rotate(135deg);
}

.leftSlidePop .in-arr,
.leftSlide .in-arr {
  transform: rotate(315deg);
  left: auto;
  right: 10px;
}

/*new device slideshow css END */
/*new review slideshow css START */
.bottom-slide.review-slide {
  height: 284px;
}

.review-slide .slide-imgs {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 25px;
  box-sizing: border-box;
}


/*new review slideshow css END */