/*------------------------------------------------------------------
[Master Stylesheet]

Project: Ahmad Alyahya Award, AYA
Version: 1.1
Last change: 22/03/2019 
Author Name: Mohamed Abdelaal :: decentcolor.net ::
Primary use: personal
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Table of contents]



/*
========================================|00|==
    google fonts
=============================================
*/
/* font-family: 'Changa', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Changa:200,300,400,500,600,700');

/* font-family: 'Cairo', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Cairo:200,300,400,600,700');

/* font-family: 'El Messiri', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700');

/* font-family: 'Tajawal', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700');

/* font-family: 'Lemonada', cursive; */
@import url('https://fonts.googleapis.com/css?family=Lemonada:300,400,600,700');

/* font-family: 'Markazi Text', serif; */
@import url('https://fonts.googleapis.com/css?family=Markazi+Text:400,500,600,700');

@import url("../css/plugin/hover-min.css");

/*
========================================|01|==
    body
=============================================
*/

html ,
body{
    height: 100%;
    background-color: #24282a;
}

ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.class-head{

    padding-top: 20px;
}

.section-head h2{

    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Tajawal', sans-serif;
    font-weight: 500;
    position: relative;
} 
.section-head h2:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 156px;
    top: 100%;
    left: 50%;
    margin-top: 8px;
    margin-left: -78px;
    background: #595959;
} 

.section-head h2:before{
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    top: 100%;
    left: 50%;
    border-radius: 50px;
    margin-left: -8px;
    background: #595959;
} 

.content-top-space{

        margin-top: 60px;
}

.content-bottom-space{

    margin-bottom: 60px;
}
.section-padding{

    padding: 80px 0;
}

/*
========================================|02|==
    header
=============================================
*/

header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.main-menu {
    position: relative;
    z-index: 0;
}


.main-menu ul li a{
    color: #c5c5c5;
    text-decoration: none;
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding-top: 55px;
    padding-bottom: 50px;
    display: inline-block;
    line-height: 1;
    transition: .5s;

}

.main-menu ul li a:hover{
    color: #a37b31;

}



.main-menu ul li {
    float: right;
    margin-right: 15px;
}

.hire-btn.float-right{
    margin-left: 35px;
    margin-top: 44px;
    right: 0;
}


.hire-btn a{
    color: #000000;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 30px;
    text-decoration: none;
    background: #a37b31;
    border-radius: 20px;
    border: 1px solid #946e27;
}

.hire-btn a:hover{
    color: #ffffff;
    background:transparent;
    border: 1px solid #ffffff;
    transition: .1s;

}


/*
========================================|03|==
    Slider 
=============================================
*/


.single-slider{
    height: 100vh;
}
.slider-inner{
    background-color: #23262b;
    background: url(../img/bg3.png);
    width: 100%;
    height: 768px;
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.slider-inner:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

}

.slider-inner i{
    color: #ffffff;
    font-size: 22px;
    padding: 0 20px 10px 0;
    transition: 1s;
}
.slider-inner i:hover{
    color: #cdfd70;
}

.slider-inner h2{

    font-family: 'Cairo', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 10px;

}

.slider-inner p{

    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;

}

.slider-icon {
    margin-top: 15%;
}

.hire-btn2 a{

    color: #000000;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 50px;
    text-decoration: none;
    background: #cdfd70;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.hire-btn2 a:hover{
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    transition: .1s;

}

/*
========================================|04|==
    Features 
=============================================
*/

.features{
    margin-top: -200px;
    position: relative;
    z-index: 9;

}


.features-bg{
    background: #ffffff;
    padding: 30px;

}
.img-ahmadalyahya{

    width: 100%;
    padding-top: 5px;
}
.single-features i{

    color: #ffffff;
    font-size: 28px;
    padding-bottom: 10px;
}

.single-features h3{
    color: #a6780b;
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    font-size: 21px;
    padding-top: 9px;

}
.bg-gold-pattren {
    background: url(../img/gold-patren.png) repeat-x;
    height: 49px;
}
.single-features span{
    color: #595959;
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 5px;

}
.single-features p{
    color: #595959;
    font-family: 'Cairo', sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding-top: 5px;
    text-align: justify;
    direction: rtl;

}

.single-features a{
    color: #595959;
    text-decoration: none;

}
.single-features a:hover{
    color: #a6780b;

}

/*
========================================|05|==
    About
=============================================
*/

.about-content h3{
    color: #000000;
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 5px;

}

.about-image img {
    width: 100%;
}


.border{
    border: 1px solid #0086f3!important;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #0086f3;
    height: 5px;
    width: 60px;
    bottom: 0;
    border: 0;

}

.about-content p{
    color: #000000;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: justify;

}

.hire-btn1a{
    margin-top: 20px;
    color: #000000;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 50px;
    text-decoration: none;
    background: #cdfd70;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.hire-btn3 a:hover{
    color: #000000;
    background: transparent;
    border: 1px solid #000000;
    transition: .1s;

}

/*
========================================|06|==
    Last News
=============================================
*/


.about .panel-body {
    padding: 0;
    }
    .about .glyphicon
    {
        margin-right:4px !important; 
    }
    
    .about .pagination .glyphicon
    {
        margin-right:0px !important; 
    }
    
    
    .about .pagination a
    {
        color:#555;
        
    }
    .about .panel ul
    {
        padding:0px;
        margin:0px;
        list-style:none;
    }
    
    .about .table_1{
        width: 100%;
    }
    .about .panel-footer{
        float: left;
        background: transparent;
        padding-left: 0;
    }
    
    .about .panel-heading2{
        background: #23262b url(../img/last-news-gold-patren.png) no-repeat left;
        min-height: 55px;
    }
    .about .glyphicon {
        margin-right: 4px !important;
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .about .panel-heading2 span{
        padding-top: 18px;
        padding-right: 10px;
        color: #a6780b;
        font-family: 'Cairo', sans-serif;
        font-weight: 500;
        font-size: 21px;
    }
    .about .last-news{
        background: #f9f9f9 url(../img/title-bg-last-news.png) no-repeat left;
        display: block;
        height: 37px;
        color: #343434;
        line-height: 30px;
        padding: 0 18px;
        font-family: 'Tajawal', sans-serif;
        font-weight: 400;
        font-size: 14px;
    }
    .about .last-news a{
        color: #67503e;
        text-decoration: none;
    }
    .about .last-news a:hover{
        color: #7c5a40;
        text-decoration: none;
    }
    .about .news-item{
        padding:1px 4px;
        margin:0px;
    }
    .about .panel-default {
        border-color:transparent;
    }
    
    .about .panel {
        margin-bottom: 20px;
        border:none;
        box-shadow:none;
        background-color: transparent;
    }
    .about .panel-footer {
        margin-top: -40px;
        margin-left: 4px;
        padding: 10px 0px;
        border-top:none;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .about .panel-footer .pagination>li>a, .pagination>li>span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.428571429;
        text-decoration: none;
        color: #7c5a40;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: -1px;
    }

    .about .career_contect{

    }
    .about .border-right {
        border-left: 1px solid #4e4e4e!important;
        padding-bottom: 268px;
    }

    .about .career{

        float: left;
        margin-top: -60px;
        padding-left: 20px;

    }
    .about .career_contect h3{
        color: #a6780b;
        font-family: 'Cairo', sans-serif;
        font-weight: 500;
        font-size: 21px;
        padding: 20px;
    }

    .about .career img{


    }

    .about .career_contect p{

        color: #b1b1b1;
        font-family: 'Cairo', sans-serif;
        font-weight: 300;
        font-size: 16px;
        text-align: justify;
        direction: rtl;
        padding-top: 10px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .about .career_contect i{
        padding-left: 5px;
    }
    .about .career_contect a{
        color: #ffffff;
        text-decoration: none;
        float: left;
        background-color: #90613e;
        padding: 10px 20px;
        border-radius: 5px;
        font-family: 'Tajawal', sans-serif;
        font-weight: 500;
        margin-left: 20px;
    }
    
    .about .career_contect a:hover{

        color: #2d4ab4f;
    }

    .head_top{
    }

    .head_top .head_patren{
        background: url(../img/top-albumgold-patren.png);
        width: 100%;
        height: 44px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        margin-bottom: 10px;


    }

/*
========================================|00|==
    Testimonials 
=============================================
*/


.testimonials {
    background: url(../img/img-testimonials.jpg);
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.testimonials:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 151, 252, 0.719);

}

.testimonials-content{

    background: #ffffff;
    padding: 70px 40px 80px 40px;
    position: relative;
    z-index: 999999999;
    border-radius:20px; 
    margin-top: 120px;
}


.testimonials-name{}

.testimonials-name h4{
    color: #0086f3;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 5px;
}

.testimonials-name span{
    color: #000000;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.testimonials-name p{
    margin-top: 15px;
    color: #000000;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.images_career{
}
.img_career{

    padding: 10px;
    display: inline-block;
}

.images_career img{
    float: left;
    width: 20%;
    padding-left: 12px;
}


/*
========================================|07|==
    Footer
=============================================
*/

.footer{
    background: #272f32 url(../img/bg-footer.jpg) repeat-x;
    min-height: 250px;
    border-top: #444d51 solid 3px;
    margin-top: 9px;
    color: #fff;
    padding-top: 21px;
}


.footer-widget h3{
    color: #f8f8f8;
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px
}


.footer-widget p{
    color: #b1b1b1;
    font-family: 'Cairo', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

ul.contact-lidt{
    padding-bottom: 20px;

}

.footer-widget li{

    color: #ababab;
    list-style: none;
    font-size: 16px;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    line-height: 36px;
}

.footer-icon a{

    color: #ababab;
    font-size: 20px;
    padding-left: 5px;
    outline: none;
    text-decoration: none;
}

.footer-icon a:hover{
    color: #946e27;

}

ul.footer-link{}

ul.footer-link li{
    width: 50%;
    float: right;
}

ul.footer-link li:after{
    float: right;
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

ul.footer-link li a{
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ababab;
    line-height: 36px;
    text-decoration: none; 
}

ul.footer-link li a:hover{
    color: #cdfd70;
}

.news-title{
    overflow: hidden;
    margin-bottom: 20px;
    position: absolute;
    margin-right: 100px;
}
.news-title span{

    color: #ababab;
    font-size: 17px;
    line-height: 30px;
}
.news-title p{

    color: #ababab;
    font-size: 14px;
    line-height: 30px;

}

.news-thumb{

    float: right;
}
.news-thumb img{
    
    width: 50%;
}

.news-title2{
    width: 250px;
    overflow: hidden;
    margin-bottom: 20px;
    position: absolute;
    margin-left: 17px;
}
.news-title2 span{

    color: #ababab;
    font-size: 17px;
    line-height: 30px;
}
.news-title2 p{

    color: #ababab;
    font-size: 14px;
    line-height: 30px;

}

.news-thumb2{

    float: right;
}
.news-thumb2 img{
    
    width: 50%;
}

.rights{

    font-size: 13px;
    margin-right: -25px;
    color: #f3f3f3;
}

.inputs {
    position: relative;
}
.inputs input {
    text-align: right;
    width: 100%;
    height: 50px;
    background: #323a3e;
    border: #343f44 solid 1px;
    border-top: #131617 solid 1px;
    border-bottom: #343839 solid 1px;
    padding-right: 14px;
    color: #bcbcbc;
    font-size: 16px;
    font-family: 'Cairo', sans-serif;
    outline: none
}

.inputs button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-size: 16px;
    font-family: 'Cairo', sans-serif;
    outline: none
}

.inputs button {
    position: absolute;
    left: 0;
    top: 2px;
    background: -moz-linear-gradient(270deg, #c1c0bf 0%, #929191 100%);
    background: -webkit-gradient(linear, 270deg, color-stop(0%, #c1c0bf), color-stop(100%, #929191));
    background: -webkit-linear-gradient(270deg, #c1c0bf 0%, #929191 100%);
    background: -o-linear-gradient(270deg, #c1c0bf 0%, #929191 100%);
    background: -ms-linear-gradient(270deg, #c1c0bf 0%, #929191 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c0bf', endColorstr='#929191', GradientType='1');
    background: linear-gradient(180deg, #c1c0bf 0%, #929191 100%);
    color: #7c7573;
    width: 75px;
    height: 48px;
    border: 0;
    font-size: 16px;
    font-family: 'Cairo', sans-serif;
}
/*
========================================|08|==
    Copyright
=============================================
*/

.copyright{

    background: #595959;
    padding: 20px 0 20px 0;

}

.copyright-border{
    border-top: 1px solid #828282;
    padding: 30px 0 ;
}
.copyright-border-top{

    border-top: 1px solid #232323;

}
.copyright-text{

    float: left;
}

.copyright-text p{

    color: #ababab;
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    font-weight: 400;

}


.copyright-links {
    float: right;
}

.copyright-links ul li{
    float: left;
    padding-left: 20px;
}
 
.copyright-links ul li a{
    color: #ababab;
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.copyright-links ul li a:hover{
    color: #cdfd70;

}

/*
========================================|09|==
    scrollup
=============================================
*/

#scrollup{
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: center;
    line-height: 50px;
    color: #444d51;
    font-size: 34px;
}



/*
========================================|10|==
    scrollbar
=============================================
*/
::-webkit-scrollbar {

    width: 10px;
    
    height: 12px;
    
    }
    
    ::-webkit-scrollbar-track {
    
    background-color: #343839;
    border-left: 1px solid #232323;
    
    }
    
    ::-webkit-scrollbar-thumb {
    
        background: rgba(27, 27, 27, 0.719);
    
    }

    