
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  list-style: none;
  text-decoration: none;
  font-family: 'Cairo', sans-serif;
}
.clearfix {
  clear: both;
  overflow: hidden;
  content: "";
}
.img-responsive {
  max-width: 100%;
}
/* body {
  margin: 0;
  height: 100%;
  background-size: contain;
} */
.inner-container {
  width: 90%;
  margin: 0 auto;
}
/*********************/
/*.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.logo {
position:absolute;
top: 0;
right: 50px;
max-width: 120px;
}
.img-cont {
position: relative;
width: 100%;
height: 700px;
overflow:hidden;
}
.item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100% !important;
  height: 670px !important;
}
/*****form*******/
.form {
  background: #fff;
  padding: 28px 0;
  position: relative;
  z-index: 9;
  width: 80%;
  color: #262626;
  margin: 0 auto;
}
.form label,
.form input,
.form textarea,
.form select {
  width: 100%;
}
.form label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}
.form img {
  width: 130px;
  margin: 0px auto 10px auto;
  display: block;
}
.form input,
.form select {
  background: #f9f9f9;
  height: 40px;
  padding: 5px;
  color:#000000;
  border-bottom: 1px solid #ddd;
}
.form textarea {
  height: 90px;
  background: #eae6ef;
  color:#000000;
}
.img:not(:first-of-type) {
  opacity: 0;
}
.img {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  /* -webkit-transform: translateY(-30%);
  transform: translateY(-30%); */
  height: 100vh;
}
.form p:first-of-type {
  font-size: 9.6px;
  /* text-transform: capitalize; */
  line-height: 15px;
}
.form h4{
  margin: 40px 0;
    
}
.form h3{
 font-size: 23px;
  margin-top: 20px;
  font-weight:normal;
}
.form p:last-of-type {
  font-size: 15px;
  display: inline-block;
  float: left;
  margin-top: 5px;
}
input[type="submit"] {
  display: inline-block;
  width: 160px;
  background: #e0a21b;
  font-size: 16px;
  text-transform: uppercase;
  height: 38px;
  color:#fff;
  margin:auto;
  border-radius: 0;
  margin-top: 10px;
  font-weight: bold;
}
a.lang{
  background: #1c69d4;
  color: #fff;
  padding: 5px 0px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50px;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  text-decoration: none !important;
}
a.lang:hover{
  color: #fff;
}
footer{
  background: #8e8e8e;
  color: #fff;
  padding: 5px;
}
footer p{
  font-size: 13px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
	.logo {
	 width: 60px;
	 right:20px;
	 }
  .img {
/*    display: none;*/
	height: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  .img-cont {
	position: relative;
	min-height: 220px;
	height: auto;
  }
  .form {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 20px;
    display: inline-block;
	right: auto;
  }
}


p {
  font-weight: 700;
}



/* loader */
.loader,
.loader:before,
.loader:after {
  display: none;
  background: #d2d2d2;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 0 auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}


@media (max-width: 960px) {
  .img { height: auto !important }
  .desktopLogo{
    display: none
  }
  .mobileLogo{
    display: block
  }
}