@font-face {
  font-family: 'Ooredoo Regular';
  src: url('fonts/Ooredoo-Heavy2.eot');
  src: url('fonts/Ooredoo-Heavy2.eot?#iefix') format('embedded-opentype'),
    url('fonts/Ooredoo-Heavy2.woff2') format('woff2'),
    url('fonts/Ooredoo-Heavy2.woff') format('woff'),
    url('fonts/Ooredoo-Heavy2.ttf') format('truetype'),
    url('fonts/Ooredoo-Heavy2.svg#Ooredoo-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;


   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@font-face {
  font-family: 'Ooredoo Bold';
  src: url('fonts/Ooredoo-Heavy2.eot');
  src: url('fonts/Ooredoo-Heavy2.eot?#iefix') format('embedded-opentype'),
    url('fonts/Ooredoo-Heavy2.woff2') format('woff2'),
    url('fonts/Ooredoo-Heavy2.woff') format('woff'),
    url('fonts/Ooredoo-Heavy2.ttf') format('truetype'),
    url('fonts/Ooredoo-Heavy2.svg#Ooredoo-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;


   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'OoredooArabic';
    src: url('fonts/OoredooArabic-Heavy.eot');
    src: url('fonts/OoredooArabic-Heavy.eot?#iefix') format('embedded-opentype'),
         url('fonts/OoredooArabic-Heavy.woff') format('woff'),
         url('fonts/OoredooArabic-Heavy.ttf') format('truetype'),
         url('fonts/OoredooArabic-Heavy.svg#ooredoo_bold') format('svg');
    font-weight: normal;
    font-style: normal;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
  padding-top: 5rem;
  font-family: 'Ooredoo Regular', 'OoredooArabic' !important;
  direction: rtl !important;
}
h1{font-family: 'Ooredoo Bold', 'OoredooArabic' !important;}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
.bg-light{background-color:white; border-bottom:1px solid #ccc;  }
.navbar-dark .navbar-nav .nav-link{color:black;}
.navbar-dark .navbar-nav .active>.nav-link{color: #e9212d;}

.row {
    margin: 80px 0px 80px 0px;
    }

.thumbnails-imgs img {
    margin: 10px 10px 10px 10px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
    border-radius: 7px;
    }

.thumbnails-imgs img:hover {
	cursor: pointer;
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
    box-shadow:1px 2px 10px 2px #888888;
    z-index: 1;
    border-radius: 7px;
    }

footer{background: #e9212d; height: 50px;color: white;}
footer p{padding: 15px; }
.cta-btn{color:white; background:#e9212d;text-align: center; padding: 25px; border-radius: 7px;}
.cta-btn:hover{color: white; text-decoration: none;}
a{color:black;}
a:hover{color: #e9212d;}
.gallery
{
    display: inline-block;
    margin-top: 20px;
}

.gal-container{
    padding: 12px;
}
.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 350px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after{
    content:"\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}
.gal-container .description h4{
    margin:0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
        .gal-item .box{
    height: auto;
    overflow: hidden;
}
}
@media (max-width: 500px) {
.navbar-brand>img {
    display: block;
    width: 150px;
}

}
.lang-select{    float: right;
    margin-top: 12px;
    font-size: 20px;
text-decoration: none;}
.lang-select:hover{text-decoration: none;}

.navbar-fixed-top{height: 60px;}