﻿@import url('bootstrap.css'); 
@import url('bootstrap-rtl.css'); 
@font-face{ 
  font-family:'pagesqatar1'; 
  src: url('../fonts/GESSUniqueBold.otf'); 
}
@font-face {
  font-family: "pagesqatar2";
  src: url("../fonts/k_kamran.eot"); /* IE 9 */
  src: url("../fonts/k_kamran.eot?") format("eot"), /* IE 6-8 */
    url("../fonts/k_kamran.otf") format("opentype"), /* Other browsers */
    url("../fonts/k_kamran.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "pagesqatar3";
  src: url("../fonts/"); /* IE 9 */
  src: url("../fonts/hacen_liner_screen.eot"); /* IE 9 */
  src: url("../fonts/hacen_liner_screen.eot?") format("eot"), /* IE 6-8 */
    url("../fonts/hacen_liner_screen.otf") format("opentype"), /* Other browsers */
    url("../fonts/hacen_liner_screen.ttf") format("truetype"); /* Safari, Android, iOS */
}
*{
  font-family: 'pagesqatar3';
}
.top_title{
  margin-top: 10px;
  background-color: #1d8f8c;
  background-image: url('../img/bg1.png');
 
  border-radius: 0.4em;
  text-align: center;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.15) inset, 0px 0.025em 0.15em 0em rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

