﻿#header {
            transition: all 0.5s;
            z-index: 997;
            transition: all 0.5s;
            padding: 14px 0px;
            background: #f2eed7;
            border-radius: 0px 0px 70px 70px;
            box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
        }
        .EtgaCss {
            overflow-X: hidden;
            font-family: Roboto,'Droid Arabic Kufi';
            font-size: 12px;
            color: #3a3737;
            text-align: center;
        }
        .myimage{
            width: 250px;
            height: 200px;
        }
        .NewsImg {
          width: 100%;
          height: 500px;
          object-fit: cover;
          box-shadow: 1px 1px 1px 1px rgba(0.2,0.2,0.2,0.2);
        }
        body {
            font-family: Roboto,'Droid Arabic Kufi';
            font-size: 14px;
            font-weight: 400;
            line-height: 26px;
            color: #3a3737;
        }
        .btn:focus, .btn:active, button:focus, button:active {
            outline: none !important;
            box-shadow: none !important;
        }
        #image-gallery .modal-footer{
            display: block;
        }
        .thumb{
            margin-top: 15px;
            margin-bottom: 15px;
        }