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;
}

.d-flex {
  display: flex;
}

.flex-grow {
  flex-grow: 1;
}


.body-header-area {
  height: 400px;
  background-image: url(../images/main-header1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.body-prod-area {
  width: 1260px;
  margin: 60px auto 0;
}

.body-prod-txt {
  width: 548px;
}

.header-h1 {
  padding-top: 40px;
  font-weight: 600;
  font-size: 50px;
  color: #2c4c96;
}

.cat-header {
  font-family: Rubik;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}

.cat-area.d-flex {
  margin-top: 15px;
}

.cat-td {
  background-color: #f5f5f5;
  margin: 0 0 0 5px;
  line-height: 29px;
  padding: 0 10px;
  border-radius: 5px;
}

.blog-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  width: 70%;
  margin: 40px auto 0;
}

.blog-img-name {
  width: 70%;
  margin: auto;
}

img.section-image {
  margin: auto;
  width: 100%;
  display: block;
}

.blog-body {
  max-width: 1290px;
  margin: auto;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 60px;
  padding-bottom: 60px;
  width: 80%;
}

.connect-area {
  width: 1290px;
  margin: auto;
  margin-bottom: 60px;
}

.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;
}

.blog-title {
  padding-top: 40px;
  font-weight: 600;
  font-size: 35px;
  color: #2c4c96;
}

.blog-cats {
  flex-wrap: wrap-reverse;
  flex-direction: row;
  padding-top: 40px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.connect-h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 59.25px;
  text-transform: uppercase;
  color: #2c4c96;
}

.connect-out {
  position: relative;
  width: 1410px;
  margin: 30px auto;
}

.connect-scroll {
  position: relative;
  width: calc(100% - 120px);
  margin: auto;
  overflow: hidden;
  height: 407px;
}

.connect-td {
  width: 410px;
  border-radius: 20px;
  overflow: hidden;
}

.connect-td.middle {
  margin: 0 30px;
}

.connect-img {
  height: 300px;
  background-image: url(../images/connect-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: relative;
}

.connect-txt-h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
}

.connect-txt-btn {
  width: 150px;
  height: 43px;
  border-radius: 5px;
  background: #93BB3E;
  text-align: center;
  color: #fff;
  line-height: 43px;
  box-sizing: border-box;
  margin: auto;
}

.connect-txt-btn.disabled {
  color: #2C4C96;
  background: none;
  border: 2px solid #2C4C96;
}

.section1 .connect-td {
  background-color: #f7f7f7;
  height: 407px;
}

.section1 .connect-img {
  height: 250px;
  background-size: 200px;
}

.section1 .connect-txt-h1,
.section1 .connect-txt-h2 {
  text-align: center;
}

.section1 .connect-txt-flex {
  margin: 20px 0px 30px;
  justify-content: center;
}

.connect-flex.d-flex {
  margin-top: 20px;
  justify-content: center;
}

.section1 .connect-txt-h1 {
  margin-top: 0px;
}

.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;
}

.wrapper_en .travel-td-arrow {
  transform: rotate(180deg);
}

.connect-txt-h2 {
  height: 40px;
  overflow: auto;
}

.blog-title,
.blog-txt,
.header-h1 {
  width: 70%;
  margin: auto;
}

.grow {
  flex-grow: 1;
}

.nolink {
  text-decoration: none;
  color: inherit;
}

.all-article {
  width: 180px;
  height: 43px;
  border-radius: 5px;
  background: #93BB3E;
  text-align: center;
  color: #fff;
  line-height: 43px;
}

.blog-txt {
  margin-top: 28px;
  line-height: 29px;
}