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;
}


.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
}


.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,
.topPads1 {
  height: 105px !important;
}

.topHeaderHov {
  height: 45px !important;
}

.topPadHov {
  height: 45px !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;
}

.no-disclass * {
  height: 0px;
  width: 1000px;
  position: unset;
  max-width: 1000px;
  overflow: hidden;
}