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-prod-area {
  width: 1260px;
  margin: 60px auto 0;
}

.body-prod-txt {
  width: 548px;
}

.body-h1 {
  padding-top: 40px;
  font-weight: 600;
  font-size: 50px;
  text-align: center;
  color: #2c4c96;
}

.cat-area {
  margin: 30px auto 0;
  flex-wrap: wrap;
  width: 1290px;
}

.meta-area {
  margin: 30px auto 0;
  flex-wrap: wrap;
}

.cat-td.meta {
  border-radius: 5px;
  line-height: 30px;
  padding: 0 20px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  background-color: #f7f7f7;
  font-size: 14px;
  font-weight: 400;
}

.cat-td.cats {
  border: 1px solid #2c4c96;
  border-radius: 5px;
  line-height: 42px;
  padding: 0 20px;
  margin: 0 0 0 10px;
  cursor: pointer;
}

.connect-area {
  width: 1290px;
  margin: auto;
  margin-top: 40px;
  flex-wrap: wrap;
}

.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: #000;
}

.blog-cats {
  flex-wrap: wrap-reverse;
  flex-direction: row;
  padding-top: 40px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.connect-h1 {
  padding-top: 60px;
  font-weight: 600;
  font-size: 50px;
  line-height: 59.25px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.connect-out {
  position: relative;
  width: 1410px;
  margin: 30px auto;
}

.connect-scroll {
  position: relative;
  width: calc(100% - 120px);
  margin: auto;
  overflow: hidden;
  height: 407px;
}

.connect-flex {
  position: absolute;
  left: 0;
  transition: .2s all;
}

.connect-td {
  width: 410px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 60px;
}

.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: 300;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}

.travel-td-flex {
  margin: 10px 0 0;
}

.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: 40px 0px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28.44px;
  text-align: center;
  text-decoration: underline;
  color: #fff;
}

.filter-txt-h2 {
  font-size: 14px
}

.connect-area-out {
  background-color: #1C479E;
  padding: 30px;
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}


.cat-td.tags.selMes,
.cat-td.meta.selMes {
  background-color: #2c4c96;
  color: #fff;
}

.fade {
  display: none;
}

.filter-area {
  width: 1290px;
  margin: auto;
  margin-top: 40px;
}

.filter,
.sortby {
  cursor: pointer;
}

.filter-icon {
  width: 18px;
  background-image: url(../images/filter-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
}

.txtme {
  font-size: 16px;
  margin: 0 10px;
}

.filter-div {
  position: fixed;
  top: 122px;
  right: 10px;
  width: 350px;
  box-shadow: 0 0 2px rgba(0, 0, 0.5);
  background-color: #fff;
  display: none;
  z-index: 10;
}

.filter-top {
  line-height: 76px;
  padding: 0 16px;
  border-bottom: 1px solid #c9c9c9;
}

.filter-close {
  width: 12px;
  height: 12px;
  background-image: url(../images/close.png);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 32px 0;
  cursor: pointer;
}

.filter-h1 {
  text-align: center;
  font-size: 20px;
}

.filter-reset {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}

.filter-row {
  margin: 0 16px;
  border-bottom: 1px solid rgba(201, 201, 201, .5);
  height: 37px;
  overflow: hidden;
  padding: 12px 0;
  transition: .2s all;
}

.filter-button {
  text-align: center;
  line-height: 50px;
  background-color: #2c4c96;
  margin: 16px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}