p {
  font-size: 15px;
  line-height: 25px;
}

section {
  padding: 25px 0 35px;
  background: #fff;
}

body {
  /* position: relative; */
  /* we need this for the scrollspy */
  font-size: 14px;
  scroll-behavior: smooth scroll;
  direction: rtl;
  width: 90%;
  padding-right: 10%;
}

a {
  color: #3CC;
}

a:hover {
  color: rgb(255, 89, 0);
}


.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


.primary-button a {
  display: inline-block;
  background-color: #ff7d27;
  padding: 15px 24px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
}


.parallax-content {
  /* width: 80%;
  margin:0  10%;
  min-height: 65vh;
  /* clip-path: polygon(0 0, 100% 0, 100% 75%, 32% 100%, 0 71%); */
   */
  /* background-size: cover; */
}

.spacer {
  content: '';
  height: 10vh;
}

.grid-container {
  /* margin-left: 30%; */
  display: flex;
  justify-items: center;
  text-align: center;
  grid-template-columns: auto auto auto auto;
  max-width: 30%;
  padding: 10px;
}

.grid-item {
  padding: 20px;
  font-size: 30px;
  text-align: center;
}


.flyimg img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  z-index: 55;
  position: relative;
  left: 35%;
  top: -250px;
  animation: imgenter 1s ease-in;
}

.flyimg img {

  border-radius: 50%;
  border: 1px solid blue;
  box-shadow: 0 1px 8px rgb(50, 50, 58);
}

@keyframes imgenter {
  from {
    top: 100px;
    opacity: 0;
  }

  to {
    top: -250px;
    opacity: 1;
  }
}

.p-button {
  border: 2px solid rgb(14, 57, 159);
  border-radius: 30px;
  height: 50px;
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
  background: #4ae;
  width: 30%;
}

.p-button a {
  text-decoration: none;
}

.p-button a:hover {
  text-decoration: none;
}

.p-button span {
  text-decoration: none;
  color: white;
}

.p-button span:hover {
  color: #080e39;
  text-decoration: none;

}

.baner-content {
 
  background-position: center;
  
  

  background-image: url(../images/haifa\ copy\ 2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  

}

.baner-content h1 {
  margin-top: 0px;
  font-size: 128px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}

#home {


}

.baner-content span {
  display: inline-block;
  margin-top: -20px;
  font-weight: 300;
  font-size: 48px;
  color: #ffffff;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}




/* about section */
#about {
  direction: rtl;
}
#about .col-md-4 .fa {
  background: #2181ff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 10px;
  justify-items: center;
  
}

#about .col-md-6 {
  padding-top: 60px;
}

#about .col-md-6 h3 {
  padding-top: 40px;
  padding-bottom: 10px;
}

#about .col-md-6 p {
  padding-bottom: 30px;
}

#about span {
  display: block;
  padding-bottom: 6px;
}

#about .progress {
  border-radius: 0;
  box-shadow: none;
  height: 6px;
}
#about .center{
  margin-right: 40%;
}
#about .progress .progress-bar-primary {
  background: #213bff;
}

#about div{
  padding-left: 10px;
}
#services i {
  list-style: none;
  text-decoration: none;
  
  font-size: 50px;
  margin: 15px;

}

#services .grid-item{
  border: none;
}

.baner-content .primary-button {
  margin-top: 15px;
}

.headertitle h1 {
  color: rgb(23, 78, 134);
  font-size: 45px;
}

.headertitle h3 {
  text-align: center;
}

.titleh1 {
  position: relative;
  z-index: 160;
  text-align: center;
  font-weight: 700;

}


.textrtl {
  text-align: right;
  direction: rtl;
}

.service-content .left-text h4 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;

  text-align: start;
}

h4,
.h4 {
  font-size: 18px;
}

.h4title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}


#socialbuttons {
 
  text-align: center;
  justify-content: center;
  justify-items: center;
 /* margin-right: 35%; */
  justify-self: center;
  justify-content: space-between;
 
}

#socialbuttons .primary-button {
  margin-bottom: 30px;
 
}

#socialbuttons ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#socialbuttons ul li {
  display: inline-block;
  margin: 0px 30px;
}

#socialbuttons ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  color: #0f3c76;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 17px;
  
}

#socialbuttons ul li a:hover {
  color: #3b74c0;
  
}

#socialbuttons p {
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

#socialbuttons em {
  color: #ffffff;
  font-weight: 600;
  font-style: normal;
}

#socialbuttons .ml-10 {
  margin-left: 10%;
}


section {
  background-color: transparent;
  padding-bottom: 15px;
}

.wrapper {
  text-align: center;
}



footer {
  text-align: center;
  background-color: #282b2f;
  padding: 70px 0px;
  width: 100%;
 
}

footer .primary-button {
  margin-bottom: 30px;
  
}

footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
   margin-right: 25px;
}

footer ul li {
  display: inline-block;
  margin: 0px 4px;
  padding-right: 20px;
}

footer ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  color: #282b2f;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 17px;
  
}

footer ul li a:hover {
  color: #282b2f;
  background-color: #00c3ff;
}

footer p {
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

footer em {
  color: #ffffff;
  font-weight: 600;
  font-style: normal;
}

footer .ml-10 {
  margin-left: 10%;
}


@media only screen and (max-width: 600px) {
 body{
  width: 100%;
  padding: 0;
 }
  .parallax-content {
   margin: 0;
   width: 100%;
    min-height: 35vh;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 32% 100%, 0 71%);
    background-size: cover;
  }
  #socialbuttons {
    margin: 0;
    text-align: center;
    justify-content: center;
    justify-items: center;
    padding: 4%;
    justify-self: center;
    justify-content: space-between;
   
  }
  #socialbuttons a{
    padding-top: 40%;
 
  }
  #socialbuttons ul li{
    
 
  }
  .heading-bold{
    
  
  }


  .flyimg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 55;
    position: relative;
    left: -50%;
    top: 11px;
    animation: imgenter 1s ease-in;
  }

  @keyframes imgenter {
    from {
      top: 50px;
      opacity: 0;
    }

    to {
      top: -120px;
      opacity: 1;
    }
  }

  .grid-container {
    margin-left: 10%;
    grid-template-columns: auto auto auto;
    max-width: 0;
  }

  .flyimg img {
    border-radius: 50%;
    border: 1px solid blue;
  }

  .headertitle h1 {
    color: rgb(23, 78, 134);
    font-size: 32px;
    animation: txtenter 1s ease-in;
  }
  @keyframes txtenter {
    from {
      top: 50px;
      opacity: 0;
    }

    to {
      top: 0px;
      opacity: 1;
    }
  }
  .titleh1 {
    position: relative;
    z-index: 160;
    left: 2%;
    top: 15px;
    font-weight: 700;

  }

  .social {
    display: inline-block;
    padding-top: 9px;
    padding-left: 10px;
    justify-content: center;
   
  }

  .p-button {
    width: 99%;
    height: 50px;
  }

  .social button {
    cursor: pointer;
    height: 50px;
    border: none;
    width: 50px;
   
  }

  .social button:hover {
    color: rgb(19, 66, 119);
    background: none;
  }

  #services i {
    list-style: none;
    text-decoration: none;
    display: inline;
    font-size: 40px;
    align-items: center;
    justify-content: center;
  }


}

@media screen and (min-width: 800px)  {
  .parallax-content {
    margin: 0;
    width: 100%;
     min-height: 30vh;
     clip-path: polygon(0 0, 100% 0, 100% 75%, 32% 100%, 0 71%);
     background-size: cover;
   }
  .baner-content {
    padding-top: 20vh;
  }

  .baner-content h1 {
    font-size: 64px;
  }

  .baner-content em {}

  .baner-content span {
    font-size: 24px;
  }

  .baner-content .primary-button {
    margin-top: 15px;
  }

  .service-content {
    padding-top: 5vh;
    text-align: center;
  }

  .service-content .left-text .line-dec {
    width: 45px;
    height: 3px;
    background-color: #f02c2c;
    margin: 20px auto 20px auto;
  }

  .service-content .left-text ul {
    text-align: left;
  }

  .service-content .service-item {
    background-color: rgba(0, 238, 255, 0.5);
    padding: 25px 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }
  .flyimg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 55;
    position: relative;
    left: -62%;
    top: -20px;
    animation: imgenter 1s ease-in;
  }

  @keyframes imgenter {
    from {
      top: 50px;
      opacity: 0;
    }

    to {
      top: -120px;
      opacity: 1;
    }
  }
  .flyimg img {

    border-radius: 50%;
    border: 1px solid blue;
    box-shadow: 0 1px 8px rgb(50, 50, 58);
  }
  footer{
    width: 100%;
  }
}
