@font-face{
    font-family:chiller1;
    src:url(../fonts/CHILLER.TTF);
}
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
.Ayah {
  font-family: 'Droid Arabic Kufi', serif;
  font-size: 28px;
  direction: rtl;
  padding: 5px;
  text-align: justify;
  word-spacing: 1px;
}

h3{
     padding-bottom: 60px;
     padding-top: 60px;
    font-weight: bold;
}
/* Body */
body{
    font-family: ’droid arabic kufi’ , ‘serif’;
    font-weight: 300;
    letter-spacing: 0.5px;
    word-wrap: break-word;
    margin: 0;
    /* margin-top: 50px; */
    background-color: #f0f0f0;
    /* margin-top: 50px; */
}
.cont{
    width: 50%;
    margin: auto;
    background: white;
    min-height: 100%;
}
/*container*/
@media (min-width: 1200px){ nav .container {width: 1278px;}}

/*Navbar*/
.navbar{min-height: 65px;}
.navbar-default .navbar-nav > li > a
{
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 16px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{font-size: 20px;min-height: 65px;}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{padding-top: 17px;}

/*Brand*/
.navbar-default .navbar-brand
{
    font-size: 30px;
    line-height: 40px;   
}
.navbar-default .navbar-brand span{font-size: 16px;}
/*drop menue*/
.dropdown-menu{
    border-top: 2px solid;
    min-width: 180px;
}
.dropdown-menu > li > a{color: white;padding: 6px 20px;}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{padding-left: 27px;}

.navbar-right .dropdown-menu {right: auto;left: 0;}

/*navbar toggle*/
.navbar-toggle{ margin-top: 16px;}

.navbar-header a{
    position: relative;
}
.navbar-header a img{
    height: 66px;
    position: absolute;
    right: 0;
    top: 0;
    width: 115px;
}

/*strat section Footer*/
.footer{
    padding-top: 20px;
    
}
    .footer .row{overflow: hidden} 


        .footer h3{
            letter-spacing: 1px;
            margin: 30px 0 20px;
            padding: 0;
        }     
        .footer .three li{
            width: 33.3333%;
            float: left;
            padding:19px 0;
            cursor: pointer;   
        }
        .footer .three li:hover{
            list-style: circle;
            text-decoration: underline;
            font-style: italic
        }
        .footer .social{
            clear: left;
            margin-bottom: 30px;
        }

            .footer .social li{
                float: left;
                padding-right: 29px;
                padding-top: 5px;
                cursor: pointer;
            }
            .footer .social li i{
                    font-size: 2.5em
                }
        .footer .media-body h4{
            margin: 0;
        }
        .footer .col-md-6,.footer .col-lg-4,.footer{
            position: static;
        }
/*Start CopyRight*/
.footer .copyright{
    padding: 15px 0;
    margin-top: 10px;
    font-size: 18px;
    
}

/*Hover css*/
.hvr-sweep-to-top:before,
.hvr-bounce-to-right:before,
.hvr-sweep-to-bottom:before,
.hvr-bounce-to-left:before{
   border-radius: 9%;
}

/*main view */
.main{
    /* background-color:white ; */
    margin-top: 90px;
    border-radius: 45px;
    padding: 25px 10px 25PX 10px;
    min-height: 413px;
    margin-bottom: 83px;
    text-align: center;
  }

.tableDiv{
   /* max-width: 1000px;
    overflow: auto;
    margin: auto;
    max-height: 400px;*/
    text-align: center;
} 

@media (min-width: 1200px)
{
.container {
    width: 1300px;
}
}
.table {
    width: auto;
    text-align: center;
    min-width: 1200px;
    margin: auto;
}
.table th {
    text-align: center
}

.table td textarea {
    width: 175px;
    height: 25px;
}

.thead-default{
    color: white;
}
.table-Contral{
    display: inline-flex;
    width: 100%;
    margin-top: 10px;
}

.form{
    margin: auto;
    margin-top: 25px;
    text-align: center;
    width: 800px;
    display: inline-block;
    background: #f7f6f3;
    border-radius: 6%;
    padding-bottom: 15px;
    /* background-image: url(../img/image1.jpg); */
    background-repeat: round;
}

.form-group {
    text-align: right;
}

.form-control{
    width: inherit;
    
}

form h2 {
    padding: 10px 0;
    margin: 0;
    color: white;
}

form textarea {
    width: 80%;
    height: 71px;
}
.col-sm-offset-6 {
    margin-left: 50%;
    margin-right: 0;
}

@media print{
    @page {size: landscape}
    .Main{
        margin: 0;
    }
    body{
        margin: 25px;
    }
    .table {
        margin: 0;
    }
    table, th ,td {
        border:1px solid black;
    }
    th{
        background-color: aquamarine !important;
    }
}

.headtitle{
    margin: auto;
    background-color: #04040475;
    width:800px;
    border-radius: 8%;
     padding: 5px;
}
.mybtn{
    font-size: 25px;
    margin: 20px;
    width: 171px;
    padding: 16px 0px;
    position: relative;
}
.form-tiny{
    width: 500px;
}
@media screen and (max-width: 1016px){
    .form, .form-tiny, .headtitle{
        width: auto;
    }

}
@media screen and (max-width: 767px){
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: white;
    }
    body{
        background-image: url("");
        background-repeat: round;
    }
}
@media screen and (max-width:858px){
    .cont{
        width: 100%;
    }
}
@media screen and (max-width: 450px){
    
    .about h2 {
        font-size: 27px;
        line-height: 48px;
    }
    .about p {
        line-height: 32px;
        font-size: 16px;
    }
}
.span-number{
    position: absolute;
    right: -43px;
    padding: 17px;
    top: -1px;
}


/*carsoual*/
.carouselpage .img-responsive,
.carouselpage .thumbnail > img, 
.carouselpage .thumbnail a > img, 
.carouselpage .carousel-inner > .item > img,
.carouselpage .carousel-inner > .item > a > img
{   min-height: 100vh;
    max-height: 100vh;
    width: 100%;
    background-size: cover;
}
.carouselpage .carousel-caption{
    bottom: 80px;
    background: rgba(0,0,0,0.3);
    padding-left: 25px;
    padding-right: 25px;
}
.carouselpage .carousel-indicators li
{
    width: 13px;
    height: 13px;
    border-radius: 13px;
}
.carouselpage .carousel-indicators .active{ width: 15px;height: 15px;}


/* section About
.about .text-center{padding: 35px;}
.about h2{line-height: 60px;font-weight: bold;color:#fff}
.about p{line-height: 35px;font-size: 20px;color: black;} */


/*Start CopyRight*/
.copyright{
    padding: 15px 0;
    font-size: 18px;
    display: inline-block;
    background: #b98522;
    width:100%;
}


/* Color Them*/

/* #0aa00a */

.h2{
    color:#fff;
}

a,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand,
.dropdown-menu > li > a,
.footer a:hover,
.thead-default,
.btn-altred:hover,
form h2{
    color: #175f87;
}
/*drop menue*/
.dropdown-menu,
.footer,
.footer .img-thumbnail,
.thead-default,
.navbar-default,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.span-number,
.copyright
body,
form h2
{
    
    background: #b98522;
    border-color: #b78320;
}
body{
    background-repeat: round;
    /* margin-top: 50px; */
}
a:focus, a:hover{
    color: #0dc00d;
}
.footer{
    color: #AAA;
}
.footer a{color: #AAa;}
.footer .img-thumbnail{
    border: 1px solid #444;
}   
.table ,
.copyrigh ,
.main,
.copyright
{
color : #000;
}

.btn-altred:hover {
    background-color: #6aacf1;
    border-color: #5d95d0;
}

.btn-altred,
.btn-altred:focus {
    color: #fff;
    background-color: #669bd4;
    border-color: #5e96d1;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a{
background: #b98522;
border-color: #b78320;
}