﻿/*----- Created By Aly @ 13/1/2018 */
@charset "utf-8";

@font-face {
    font-family: 'Cairo-Bold';
    src: url('../../fonts/Cairo-Bold.eot') format('embedded-opentype'), url('../../fonts/Cairo-Bold.ttf') format('truetype'), url('../../fonts/Cairo-Bold.woff') format('woff'), url('../../fonts/Cairo-Bold.woff2') format('woff2'), url('../../fonts/Cairo-SemiBold.otf') format('opentype');
}
@font-face {
    font-family: 'Cairo-Regular';
    src: url('../../fonts/Cairo-Regular.eot') format('embedded-opentype'), url('../../fonts/Cairo-Regular.otf') format('opentype'), url('../../fonts/Cairo-Regular.ttf') format('truetype'), url('../../fonts/Cairo-Regular.woff') format('woff'), url('../../fonts/Cairo-Regular.woff2') format('woff2');
}

    html, body {
    min-height: 100%;
}



body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Cairo-Regular',serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    direction: ltr;
}

.content{
    width:1170px;

    padding:0px;
    margin:0px auto;
}
a:hover{
    text-decoration:none !important;
}
.hed {
    background-image: url('../../images/hed_patern.png');
    background-repeat: repeat;
    width: 100%;
    height: 135px;
    border-bottom: 1px solid #cacdd1;
    position:fixed;
    z-index:100;
    top:0;
        background-color: #000;
}

.pad0{
    padding:0px !important;
}
.pad5 {
    padding: 5px !important;
}
.pad10 {
    padding: 10px !important;
}
.hed nav {
float:right;
margin-top:40px;
}


.hed nav a {
    color: #cacdd1;
    font-size: 20px;
    margin: 20px;
}
    .hed nav a:hover, .selected {
        color: #e5c9a2 !important;
    }
    /*.hed nav a:last-child {
        background-color: #e5c9a2;
        padding: 0 7px;
        color: #463c2f;
    }

        .hed nav a:last-child:hover {
            background-color: #463c2f;
            color: #e5c9a2;
        }*/
.social {
    margin: 25px 0 0 0;
    display: block;
    width: 100%;
}.social a {
    display: inline-grid;
    float: right;
    margin: 5px;
}
    .social a img {
        display: block;
    }
    
    i.facebook {
        background-image: url('../../images/top_social.png');
        background-repeat: no-repeat;
        width: 19px;
        height: 19px;
        background-position: 0 0;
        display: block;
    }
i.insta {
    background-image: url('../../images/top_social.png');
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    background-position: -28px 0;
    display: block;
}
i.twitter {
    background-image: url('../../images/top_social.png');
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    background-position: -53px 0;
    display: block;
}
i.whatsapp {
    background-image: url('../../images/top_social.png');
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    background-position: -79px 0;
    display: block;
}

.cover_photo {
    background-image: url('../../images/bg_cover.png');
    background-repeat: no-repeat;
   
    width: 100%;
  /*max-height:1162px;*/
    background-size: cover;
    background-position: top center;
    height:100vh;

}

    .cover_photo h1 {
        color: #e6e9ec;
        width: 100%;
        margin: 250px 0 0 0;
        padding: 0px;
        display: block;
        text-align: center;
        line-height: 70px;
        font-size: 200%;
    }

.aboutus {
    background-color: #525354;
   height:516px;
}

    .aboutus h1 {
        color: #e5c9a2;
        text-align: center;
     
    }
    .aboutus p {
        color: #cbced2;
        text-align: center;
        font-size:30px;
        line-height:50px;
    }

    .aboutus .col-md-7{ margin-top:10%;}
    .aboutus .col-md-5 { margin-top: 5%;    }


h1.serv {
    margin: 40px 0 10px;
    color: #525354;
    text-align: center;
    font-size: 50px;
}
.services p {
    color: #525354;
    text-align: center;
    width: 400px;
    margin: 0px auto;
    font-size: 25px;
    line-height: 50px;
}
.services {
    padding-bottom: 30px;
}
.order {
    background-color: #525354;
    height: 274px;
    text-align: center;
    float: left;
}
.bg_trans {
    background-image: url('../../images/bg_trans.png');
    background-repeat: no-repeat;
    max-width: 100%;
    height: 274px;
}

    .order h2 {
        color: #fff;
        margin-bottom: 30px;
       margin-top:0px;
       padding-top:10%;
    }
.order a {
    background-color: #e5c9a2;
    padding: 0 25px;
    color: #463c2f;
    font-size:25px;
   
}
    .order a:hover {
        background-color: #463c2f;
        color: #e5c9a2;
    }

    .aboutus, .services{
        /*height:90vh;*/
    }
    .order{
         /*height:90vh;*/
    }
     .aboutus .content, .services .content, .order .content{
         /*padding-top:200px;*/
     }
.footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer small {
    font-size: 15px;
}
    .footer .social {
        margin: 0px 0px 0 20px;
        display: block;
        width: 100%;
    }

    .footer .social a {
        display: block;
        float: left;
        margin: 5px;
    }

.footer i.facebook {
    background-image: url('../../images/footer_social.png');
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    background-position: 0 0;
    display: block;
}

.footer i.insta {
    background-image: url('../../images/footer_social.png');
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    background-position: -28px 0;
    display: block;
}

.footer i.twitter {
    background-image: url('../../images/footer_social.png');
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    background-position: -53px 0;
    display: block;
}

.footer i.whatsapp {
    background-image: url('../../images/footer_social.png');
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    background-position: -79px 0;
    display: block;
}
.contactus {
    background-color: #c5c8cc;
    width: 100%;
    min-height: 1162px;
    margin-top: 135px;
}
.box_form {
    background-color:#fff;
    padding:10px;
    float:none !important;
    margin:30px auto;
}
    .box_form h2 {
        color: #e3a256;
        border-bottom:1px solid #e3a256;
        line-height:50px;
    }
.contactus .col-md-6 {
    float:none; display:inline-block;
}
.info {
    text-align: right;
    font-size: 18px;
}
    .info b {
        color: #fb8700;
    }
.required {color:red;}
.btn-submit {
    background-color: #e5c9a2;
    padding: 0 7px;
    color: #463c2f;
    font-family: 'Cairo-Regular';
}
    .btn-submit:hover {
        background-color: #463c2f;
        color: #e5c9a2 !important;
    }
    .btn-submit:focus{
        outline:none;
    }
    
    @media (max-width: 1024px) {
          .services h1{
            text-align:center;
        }
        .content{
        width:100%;
    }
      .aboutus{
            height:100%;
        }

    .hed {
        height: auto;
        position: relative;
        display: inline-block;
    }
        .hed .col-md-6 {
            display: block;
            width: 100%;
            text-align: center;
            float: none;
        }
        .hed nav {
            width: 100%;
            margin-top:0px;
        }
            .hed nav a {
                display: block;
                border: 1px solid #cacdd1;
                text-align: center;
            }

    .cover_photo h1, .aboutus .col-md-7, .aboutus h1 {
        margin:10% 0px;
    }
    .cover_photo, .aboutus {
        padding: 30px 0 30px 0;
        text-align:center;
    }


       .services p {
            text-align: left;
            width: 100%;
        }

    .order{
        float:none;
    }

    .footer .col-md-6 {
        width: 100%;
        text-align: center;
        float: none;
        display: inline-block;
    }
        .contactus{
            margin-top:0px;
        }
        .box_form, .contactus, .content {
            float: left !important;
        }
}



/*-----popup---*/

    .modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
        width: 100%;
    height: 100%;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 100px 20px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

