/* start global */
*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, tahoma, sans-serif;
}
.container
{
    width: 1000px;
    margin: auto;
}
ul
{
    list-style:none;
    padding: 0;
    margin: 0;
}
.navbar,
.header,
.services,
.our-team,
.testemonials,
.our-projects,
.footer
{
    min-width: 1200px;
}

/* end global */

/* start navbar */
.navbar
{
    height: 0;
    color: white;
    position: relative;
    z-index: 2;
}
.navbar .brand
{
    float: left;
    width: 50%;
}
.navbar .links
{
    float: left;
    width:50%;
    margin-top: 15px;
    cursor: pointer;
}
.navbar .links li
{
    display:inline-block;
    padding:10px 0;
    margin: 0 15px;
    border-bottom: 2px solid transparent;     /* transparent معناها شفاف او مختفي */
}
.navbar .links li a
{
    text-decoration: none;
    color: #fff;
}

.navbar .links li.active a,
.navbar .links li a:hover
{
    color: #1abc9c;
}
.navbar .links li.active,
.navbar .links li:hover
{
    border-bottom: 2px solid #1abc9c;
}
/* end navbar */

/* start header */
.header
{
    background: url('../images/header.jpg');
    position: relative;
}
.header .overlay
{
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 1;
}
.header .overlay .bx-wrapper
{
    box-shadow: none;
    background: none;
    border: none;
    height: 100% !important;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header .overlay .bx-wrapper .bx-viewport
{
    font-size: 50px;
}
.header .overlay .bx-wrapper .bx-viewport span
{
    color: #1abc9c;
}
/* end header */
/* start our services*/
.services
{
    padding: 80px 20px 40px;
}
.services h2
{
    margin: 0 0 50px;
    font-weight: normal;
}
.services .item
{
    float: left;
    width: 33.33333%;
    margin-bottom: 20px;
}
.services .item i
{
    color: #1abc9c;
    width: 20%;
    margin-top: 20px;
    margin-right: 5%;
    float: left;
}
.services .item .info
{
    width: 75%;
    float: left;
}
.services .item .info h3
{
    font-weight: normal;
    color: #585353;
}
.services .item .info p
{
    color: #888;
}

.our-team
{
    padding: 40px 20px;
}
.our-team h2
{
    margin: 0 0 15px;
    font-weight: normal;
}
.our-team .box
{
    float: left;
    overflow: hidden;
    position: relative;
}
.our-team .box:first-child
{
    width: 35%;
}
.our-team .box:not(:first-child)
{
    height: 165px;
    width: 14%;
    margin-left: 22px;
}
.our-team .box p
{
    color: #888;
    line-height: 1.4;
    font-size: 14px;
    margin-top: 20px;
}
.our-team .box:not(:first-child) img
{
    width: 100%;
}

.our-team .box:not(:first-child) .overlay
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(26, 188, 156, .8);
    line-height: 167px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: none;
}

.our-team .box:not(:first-child):hover .overlay
{
    display: block;
}
/* end our services*/
/* start testemonials */
.testemonials
{
    background-image: url('../images/7-second_grey_module_image__1_.jpg');
    background-size:cover;
    height: 400px;
    position: relative;
    text-align: center;
    padding: 80px 0;
}
.testemonials .t-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}
.testemonials h2
{
    margin: 80px 0 10px;
    font-size: 40px;
    font-weight: normal;
}

.testemonials q
{
    font-weight: 20px;
    line-height: 2;
    color:#D0D0D0;
    display: block;
    margin-top: 60px;
}
.testemonials p
{
    font-size: 30px;
    color: #1abc9c;
}
.testemonials .t-slider div:not(:first-child)
{
    display: none;
}
/* end testemonials */
/* start projects */
.our-projects
{
    margin: 60px 0;
}
.our-projects h2
{
    font-weight: normal;
}
.our-projects ul
{
    margin-top: 50px;
}
.our-projects ul li
{
    display: inline-block;
    border: 2px solid #D4CCCC;
    color: #A7A7A7;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 10px;
}
.our-projects ul li.selected
{
    background-color: #1abc9c;
    color: #fff;
    border: 2px solid #1abc9c;
}
.our-projects .gallary
{
    margin-top: 50px;
    overflow: hidden;
}
.our-projects .gallary .row > div
{
    width: 32.666666%;
    background-color: #ddd;
    height: 200px;
    float: left;
    margin-bottom: 12px;
    position: relative;
}
.our-projects .gallary .row > div .heart
{
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    display: none;
}
.our-projects .gallary .row > div .g-overlay
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(26, 188, 156, .8);
    line-height: 200px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: none;
}
.our-projects .gallary .row > div:hover .heart,
.our-projects .gallary .row > div:hover .g-overlay
{
    display: block;
}
.our-projects .gallary .row div:nth-child(2)
{
    margin-left: 1%;
    margin-right: 1%;
}


.our-projects .gallary .row>div img
{
    width: 100%;
    height: 100%;
}

.containMix .mix
{
    display: none;
}
.our-projects .shuffle li
{
    cursor: pointer;
}
/* end projects */
/* start footer */
.footer
{
    background: #232323;
    color: #c6c6c6;
    padding: 40px 0;
    overflow: hidden;
}
.footer .col
{
    width: 25%;
    float: left;
}
.footer .col h2
{
    color: #fff;
    font-weight: normal;
    font-size: 19px;
}
.footer .col p
{
    margin-bottom: 30px;
    line-height: 1.6;
}
.footer .col i
{
    display: inline-block;
    color: #979797;
    border: 1px solid #979797;
    width: 40px;
    padding: 10px;
}
.footer .tags span
{
    display: inline-block;
    color: #ccc;
    border: 1px solid #979797;
    padding: 10px;
    margin-right: 6px;
    margin-bottom: 10px;
}
.footer .recent div
{
    overflow: hidden;
    margin-bottom: 15px;
}
.footer .recent div img
{
    width: 80px;
    height: 60px;
    float: left;
    margin-right: 10px;
}
.footer .recent div h4
{
    margin: 8px 0;
    color: #ccc;
    font-weight: normal;
}
.footer .blog ul li
{
    padding: 15px;
    border-bottom: 1px solid #979797;
    color: #ccc;
}
.footer .copyright
{
    margin-top: 30px;
}

/* end footer */
















/* start my framework */
.clear-fix
{
    clear: both;        /* معناه ان العنصر يتحسس ما يداخلة حتي لو معمول له فلوت */
}
.spetial-heading
{
    position:relative;
}
.spetial-heading::after
{
    content: "";
    border-bottom: 2px solid #333;
    display: block;
    position: absolute;
    top: 34px;
    left: 0;
    width: 35px;
}
.separator
{
    border: 1px solid #eee;
}

/* end my framework */