
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  list-style: none;
  text-decoration: none;
}
.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: 20px 30px;
  position: relative;
  z-index: 99999999999;
  width: 60%;
  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: #eae6ef;
  height: 30px;
  padding: 5px;
  color:#000000;
}
.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%); */
}
.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: 158px;
  background: #aa0f15;
  font-size: 16px;
  text-transform: uppercase;
  height: 30px;
  color:#fff;
  margin:auto;
  border-radius: 50px;
}
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;
  }
}
