body {
font-family: 'Alef', sans-serif;
  overflow-x: hidden;
}
body * {
  direction: rtl!important;
}
h1,
h2,
h3,
h4,
h5,
h6 p {
 font-family: 'Alef', sans-serif;
}
/*header {*/
/*  justify-items: center;*/
/*  display: flex;*/
/*  height: 225px;*/
/*  align-items: center;*/
/*  background-color: #fcc010;*/
/*}*/
/*header img {*/
/*  height: 136px;*/
/*  display: block;*/
/*  margin: 0 auto;*/
/*}*/
/*VIDEO SECTION*/
.video .col-12 {
  padding: 0px;
}
.video .col-12 .capture {
  object-fit: cover;
  height: 600px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.video .col-12 .grey_bottom {
  width: 100%;
}
/*ABOUT SECTION*/
#about{
    padding:50px;
}
#about p{
    text-align: right;
    font-size:30px;
    
}
#about h4{
        text-align: center;
   font-weight:600;
        font-size:45px;
    color: #07488A;
}
#contacts h4{
        text-align: center;
   font-weight:600;
        font-size:45px;
    color: #07488A;
}
#contacts .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 30px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 20px 0px;
}
#contacts .btn-primary {
    color: #fff;
    background-color: #07488A;
    border-color: #07488A;
    width: 100%;
}
@media only screen and (max-width: 1100px) {
   .video .col-12 .capture {
  height: auto;

}
#about p {
    font-size: 20px;
}
#about h4 {
    font-size: 25px;
}
#about {
  padding:50px 0px;
}
#contacts h4 {
 
    font-size: 25px;

}
#contacts  .form-control {
 
    font-size: 20px;

}
}