html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  direction: rtl;
  color: #fff;
}

body,
input,
textarea {
  font-family: Rubik, sans-serif;
  font-optical-sizing: auto;
}

.topPads1 {
  height: 165px;
  transition: .2s all;
}

.head-top {
  height: 45px;
  background-color: #092030;
  color: #fff;
  display: flex;
  padding: 0 30px;
  font-weight: 600;
}

.htop {
  width: 184px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}

.htop.selected {
  background-color: #fff;
  color: #092030;
}

a.link-h {
  text-decoration: none;
  color: inherit;
}

.htop-grow {
  flex-grow: 1
}

span.nolink.lang.selected {
  font-weight: bold;
  text-decoration: underline;
}

.top-header-area {
  height: 165px;
  font-family: "Assistant", sans-serif;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 2;
  transition: .2s all;
  direction: ltr;
}

.wrapper_he .top-header-area {
  direction: rtl;
}

.topHeaderHov {
  height: 90px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.logoArea {
  margin: 6px 0 0 74px;
  height: 105px;
  transition: .2s all;
}

.topHeaderHov .logoArea {
  height: 33px;
  margin: 4px 74px 0 0 !important;
}

.logo {
  display: block;
  height: 100%;
}

.menu-area {
  line-height: 120px;
  margin: 0 0 0 30px;
}

.man-img-outer {
  display: flex;
  border-right: 1px solid #ccc;
  margin: 8px 0px 8px 0;
  padding: 0 8px 0 0;
  line-height: 20px;
  font-size: 14px;
}

.wrapper_he .menu-area {
  margin: 0 30px 0 0;
}

.topHeaderHov .menu-area {
  line-height: 120px;
}

.menu-item {
  margin: 45px 20px;
  position: relative;
  line-height: 30px;
  transition: .2s all;
}

.topHeaderHov .menu-item {
  margin: 7px 20px;
}

.man-img,
.bag-img {
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
  width: 58px;
  height: 20px;
  margin: 8px 0;
}

.bag-img {
  background-image: url(../images/bag-icon.png);
  background-size: 15px;
}

.man-img {
  background-image: url(../images/man-icon.png);
  width: 29px;
  margin: 0px 0px 0 15px;
  height: 20px;
}

.left-btn {
  width: 180px;
  height: 36px;
  border-radius: 5px;
  background: #93BB3E;
  text-align: center;
  color: #fff;
  cursor: pointer;
  line-height: 36px;
}

.left-area-out {
  line-height: 36px;
  margin: 42px 75px 0 75px;
  transition: .2s all;
}

.topHeaderHov .left-area-out {
  margin-top: 4px;
}

.lang {
  margin: 0 8px;
}

.left-area.d-flex {
  width: 76px;
}

a.nolink {
  text-decoration: none;
  color: inherit;
}

a.nolink.lang.selected {
  text-decoration: underline;
  font-weight: bold;
}

.menu-li {
  line-height: 30px;
  background-color: #fff;
  padding: 5px 0;
  position: absolute;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  top: 29px;
  display: none;
}

.menu-item:hover .menu-li {
  display: block;
}

.menu-li-item {
  text-wrap: nowrap;
  padding: 1px 24px;
}

.menu-li-item:hover {
  background-color: #f1f1f1;
}

.menu-area {
  line-height: 120px;
  margin-right: 30px;
  cursor: pointer;
}

.dropdown {
  position: relative;
}

.dropdown:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 6px;
  background-image: url(../images/dropdown.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  top: 13px;
}

.whatsapp-icon {
  position: fixed;
  bottom: 117px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url(../images/up-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: none;
}

.topPadHov {
  height: 90px;
}

.d-flex {
  display: flex;
}

.wrapper {
  height: 100%;
}

.flex-grow {
  flex-grow: 1;
}

.page-body {
  height: 100%;
}

.main-slider {
  height: 1000px;
  background-image: url(../images/landing-slider-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;

}

.section-h1 {
  text-align: center;
  padding-top: 105px;
  font-size: 50px;
}

.sec-flex {
  width: 1052px;
  margin: auto;
  display: flex;
  margin-top: 70px;
}

.sec-flex-td {
  width: 506px;
  height: 298px;
  background-image: url(../images/landing-flex-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.top-header-area {
  height: 110px;
}

.only-mobile {
  display: none;
}

.only-desktop {
  display: block;
}

.topPads1 {
  height: 110px;
}

.left-btn-round.phone,
.left-btn-round.email {
  width: auto;
  height: 36px;
  border-radius: 30px;
  background: #1C479E;
  text-align: center;
  color: #fff;
  cursor: pointer;
  line-height: 36px;
  background-repeat: no-repeat;
  background-image: url(../images/phone-logo.png);
  background-size: 17px;
  background-position: 18px 10px;
  padding: 0 20px 0 55px;
}

.left-btn-round.phone {
  margin: 0 7px;
}

.left-btn-round.email {
  background-image: url(../images/email-logo.png);
  background-size: 20px;
  background-position: 16px 11px;
}

.logoArea {
  height: 89px;
  transition: .2s all;
  margin: 10px 74px 0 0 !important;
}

.sec-flex-td.td2 {
  background-image: url(../images/landing-flex-1.png);
}

.sec-flex-gut {
  width: 40px;
}

.flex-td-h1 {
  text-align: center;
  width: 320px;
  margin: auto;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  padding-top: 20px;
}

.banner-h1 {
  font-size: 40px;
  font-weight: 500;
  padding: 80px 80px 20px;
}

.banner-h2 {
  width: 560px;
  margin: 0 80px;
  line-height: 24px;
}

.flex-td-btn {
  width: 120px;
  height: 47px;
  position: absolute;
  bottom: 25px;
  background-color: #95C11F;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  right: 25px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.half-banner,
.full-banner {
  height: 420px;
}

.banner-flex {
  height: 100%;
  display: flex;
}


.ban-flex-td.img-td {
  width: 50%;
}

.section.banner1,
.section.banner2 {
  background-image: url(../images/landing-bg1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section.banner2 {
  background-image: url(../images/landing-bg3.png);
}

.ban-flex-td.txt-td {
  background: #0B1E2C;
  width: 50%;
  height: 100%;
}

.ban-flex-td.left.ban1.img-td {
  background-image: url(../images/landing-bg2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ban-flex-td.right.ban2.img-td {
  background-image: url(../images/landing-bg4.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-header {
  color: #000;
}

.topHeaderHov {
  height: 45px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.topPadHov {
  height: 45px;
}

.no-disclass * {
  height: 0px;
  width: 1000px;
  position: unset;
  max-width: 1000px;
  overflow: hidden;
}