@font-face{
    font-family:ge_dina;
    src:url(../fonts/ge_dinar_one.otf);
}
*{
    font-family: ge_dina;
}
h3{
     padding-bottom: 60px;
     padding-top: 60px;
    font-weight: bold;
}
a{
    color: white;
}

.h2{
    color:#8e2b19;
    }
/* Body */
body{
    background-color:white ;
    font-weight: 300;
    letter-spacing: 0.5px;
    word-wrap: break-word;
    margin: 0;
    color: #00B0F0;
    background-image: url(../img/image1.jpg);
    background-repeat: round;
    font-family: ge_dina;
    margin-top: 66px;
    /* margin-top: 50px; */
}
/*container*/
@media (min-width: 1200px){ nav .container {width: 1278px;}}

/*Navbar*/
.navbar{min-height: 65px;}
.navbar-default .navbar-nav > li > a
{
    color: black;
    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
{
    color: white;
    font-size: 30px;
    line-height: 40px;   
}
.navbar-default .navbar-brand span{font-size: 16px;}
/*drop menue*/
.dropdown-menu{
    background: #6aacf1;
    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: 50px;
    width: 115px;
}

/*strat section Footer*/
.footer{
    background: #00B0F0;
    color: #AAA;
    padding-top: 20px;
}
    .footer .row{overflow: hidden} 
    .footer a{color: #AAa;}
    .footer a:hover{color: #fff;}

        .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 .img-thumbnail{
            background: #00B0F0;
            border: 1px solid #444;
        }   
        .footer .col-md-6,.footer .col-lg-4,.footer{
            position: static;
        }
/*Start CopyRight*/


/*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;
    color: #515348;
    display: flex;
   

  }

.tableDiv{
   /* max-width: 1000px;
    overflow: auto;
    margin: auto;
    max-height: 400px;*/
    text-align: center;
} 

@media (min-width: 1200px)
{
.container {
    width: 1300px;
}
}
.table {
    width: auto;
    color : #000;
    text-align: center;
    min-width: 1200px;
    margin: auto;
}
.table th {
    text-align: center
}

.table td textarea {
    width: 175px;
    height: 25px;
}

.thead-default{
    background-color: #00B0F0;
    color: white;
}
.table-Contral{
    display: inline-flex;
    width: 1000px;
    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;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: nowrap;
}

.form-group {
    text-align: right;
}


form h2 {
    background-color: #1b6d85;
    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;
    }
}


.mybtn{
    font-size: 25px;
    margin: 20px;
    width: auto;
    padding: 16px 0px;
    position: relative;
    min-width: 200px;
}
.form-tiny{
    width: 500px;
}
@media screen and (max-width: 1016px){
    .form{
        width: auto;
    }
    .form-tiny{
        width: auto;
    }

}
@media screen and (max-width: 767px){
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
    }
    body{
        background-image: url("");
        background-repeat: round;
    }
}
@media screen and (max-width: 450px){
    .about h2 {
        font-size: 27px;
        line-height: 48px;
    }
    .about p {
        line-height: 32px;
        font-size: 16px;
    }
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-default .navbar-nav>.active>a
{
    color: #000;
    background-color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover
{
    color: #000;
    background-color: #fff;
}
.navbar-default .navbar-nav>.active>a:hover{
    background-color: #6aacf1;
}
.span-number{
    position: absolute;
    right: -39px;
    background-color: #6aacf1;
    padding: 17px;
    top: -1px;
    width: 60px;
}


/*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:black}
.about p{line-height: 35px;color: black;}


/*Start CopyRight*/
.copyright{
    background: #adbfe3;
    color: #000;
    padding: 15px 0;
    margin-top: 0;
    font-size: 18px;
    position:absolute;
    width:100%;
    font-size: 18px;
}


.copyright span:first-child{
    padding-right: 16px;
}

.copyright span:nth-child(2){
    position:absolute;
    left : 30px;
}

.btn-altred:hover {
    color: #fff;
    background-color: #6aacf1;
    border-color: #5d95d0;
}


.btn-altred {
    color: #fff;
    background-color: #669bd4;
    border-color: #5e96d1;
}

.btn-altred:focus {
    color: #fff;
    background-color: #669bd4;
    border-color: #5e96d1;
}

@media screen and (max-width:500px){
    .copyright span:nth-child(2){
        position: absolute;
        left: 7px;
    }
    .copyright{font-size: 12px;}
    .about .text-center {
        padding: 35px 6px;
    }
}