@import url('https://fonts.googleapis.com/css?family=Cairo');

html,
  body{
    width:100%;
    overflow-x:hidden;
    overflow-y: visible;
  }
 
* {
  margin: 0px;
  padding: 0px; 
}

body {

    font-family: 'Cairo', sans-serif;
    direction: rtl;
    margin:0px;
    padding:0px;
    padding-left: 0px;
}



 /* Make the image fully responsive */
  .carousel-inner img {
      width: 100%;
      height: 100%;
  }
.carousel-inner{
  width:100%;
  max-height: 500px !important;
}

/*default button style */
.btn
{

    background-image: -webkit-linear-gradient(120deg, #379683 0%, #5CDB95 100%);
    background-image: -ms-linear-gradient(120deg, #379683 0%, #5CDB95 100%);
   font-size: 18px;
  padding-left: 30px;  padding-right: 30px;
 border-radius: 18px;
  text-align: center;
  color: #ffffff;
            opacity: 1;
margin-right: 20px;
border: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

/*form items style */
 
.form-control {
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  background-color: transparent;
  border-right: none;
  border-top: none;
  border-left: none;
  border-radius: 0;
  border-bottom: 1px solid #5CDB95;
  font-size: 15px;
  /*text-transform: capitalize;*/
/*text-transform:lowercase;*/
 
  padding-left: 0;
  padding-right: 0;
  width: 70%;}

  .form-control:focus {
    box-shadow: none;
	
  background-color: transparent;
}
 .form-control:active, .form-control:focus {
    border-bottom-color: #ffffff; }

.form-group textarea.form-control {
  height: 80px; }



/*footer style */


.main-footer-area {
  position: relative;
  z-index: 10; }

  .main-footer-area .single-footer-widget .widget-title {
    font-size: 20px;
    color: #ffffff;
    }

.footer-area
{
        background-color: #9293bc;

}
.main-footer-area .single-footer-widget p {
  color: white;
  font-size: 14px; }

