header {
    position: relative;
}

.slider {
    background-color: lightskyblue;
    margin-bottom: 1em;
    padding: 0;
}

.slick-slide {
    height: auto;
    max-height: 65vh;
}

.slide {
    background-size: cover;
    background-position: center;
}

.wrapper {
    width: 100%;
    padding-bottom: 40%;
}

.navigation {
    margin: 0;
    padding: 0;
    list-style-type: none;

    position: absolute;
    right: 0;
    bottom: 0;
}

.navigation li {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    width: 24%;
}
hr {
    border-top: 1px solid #ddd;
}
.nirepakat {
    unicode-bidi: bidi-override;
    direction: rtl;
}

a {
  color: #051e57;
}

h2, h3, h4 {
    font-family: 'Anton', sans-serif;
}

ul {
    margin: 0 0 10px 0;
    padding-left: 20px;
    list-style-type: circle;
}
.contact-wrapper{
    margin-top: 70px;
    margin-bottom: 70px;
    font-size: 1.2em;
}
@media screen and (max-width: 550px) {
  .contact-wrapper{
      margin-top: 40px;
      margin-bottom: 40px;
      font-size: 1em;
  }
}
@media screen and (max-width: 600px) {
  .contact {
    padding-left: 0;
  }
}
.person:not(:last-child) {
    margin-bottom: 1em;
}
.name {

}

.logo {
    padding: 20px 4px 8px 0;
}

.line {
    fill: #051e57;
}
.badges {
    text-align: center;
}
.badges img {
    width: 100%;
    padding: 3px;
    vertical-align: top;
}
@media screen and (max-width: 768px) {
  .badges img {
      width: 25%;
      padding: 3px;
  }
}

.field {
  margin-top: 1.3em;
  position: relative;
  display: inline-block;
  width: 100%;
}
.placeholder {
  position: absolute;
  top: 0em;
  transition: all 0.5s;
  font-size: 0.9em;
  color: #999;
  font-weight: initial;
}
.field input, .field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #051e57;
  padding-top: 1.8em;
  padding-bottom: 0.5em;
}
textarea {
  height: 10em;
}
.submitted .field input, .submitted .field textarea {
  color: #999;
}
.error {
  position: absolute;
  right: 0;
  color: #e00;
  font-size: 0.9em;
}

.footer {
  background-color: #051e57;
  padding-bottom: 40px;
  margin-top: 4em;
}

.button {
  width: 100%;
  height: 5rem;
  background-color: #fff;
  border: 1px solid #051e57;
  margin-top: 1rem;
  font-size: 1.5rem;
  transition: all 0.1s;
}
.button:hover {
  color: #051e57;
  font-size: 2rem;
}
.input:focus {
    outline:none;
}
.active .placeholder {
  top: -0.2em;
  font-size: 1.2em;
  color: #051e57;
}

.slick-next, .slick-prev {
    background: 0 0;
    border: none;
    position: absolute;
    border-style: solid;
    border-width: 9px 9px 0 0;
    content: '';
    display: inline-block;
    height: 30px;
    font-size: 0;
    top: 50%;
    vertical-align: top;
    width: 30px;
    z-index: 1;
    color: #fff;
}

.slick-prev {
    left: 4%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.slick-next {
    right: 4%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-dots {
    position: absolute;
    bottom: 3%;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 16px;
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 16px;
    width: 16px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li.slick-active {
    background-color: #fff !important;
}









.cf:before, .cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after { clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */


.cf { *zoom: 1;
}

/*---------Authar Style----------*/


.smobitrigger, .mnuclose { display: none; }

.navigation { float: right; }

.navigation nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  line-height: 70px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .navigation nav ul {
    font-size: 1.4em;
  }
}


.navigation nav ul li { display: inline-block; }

.navigation nav ul li a {
  color: #000;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  border-bottom: 4px solid transparent;
}

.navigation nav ul li a:hover {
  color: #051e57;
  border-bottom: 4px solid #051e57;
}
 @media all and (max-width : 768px) {
  .smobitrigger, .mnuclose { display: inline-block; }

  .smobitrigger {
    color: #000;
    font-size: 30px;
    line-height: 12px;
    padding: 10px;
  }

  .mnuclose {
    font-size: 20px;
    padding: 10px 20px;
    width: 100%;
    background: rgba(0, 0, 0, 0.18);
  }

  .smobitrigger span, .mnuclose span {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
  }

  .navigation nav ul {
    padding-bottom: 40px;
    overflow-y: auto;
  }

  .navigation nav ul li, .navigation nav ul li a { width: 100%; }

  .navigation nav ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navigation nav ul li a:hover { background: rgba(0, 0, 0, 0.29); }

  .mobimenu {
    list-style: none;
    padding: 20px;
    margin: 0px;
    width: 80%;
    position: fixed;
    height: 100%;
    top: 0px;
    right: -80%;
  }

  .mnuopn { right: 0px !important; }

  .ovrActv {
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    z-index: 9998;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
}
