/*
Title: Custom CSS File
Theme Name: Own - Responsive HTML5 Template
Author Name: Abdelrahman Haridy
Author URI: http://themeforest.net/user/abharwork
Website: http://abharwork.com

NOTE:
------
PLEASE DO NOT EDIT THIS CSS, IF YOU NEED USE "CUSTOM.CSS" FILE FOR WRITING YOUR CUSTOM CSS.
I WILL RELEASE FUTURE UPDATES SO IT WILL OVERWRITE THIS FILE IT'S BETTER USE "CUSTOM.CSS".

Table of Contents:
------------------

1. Basic Elements
2. Navbar
3. Header 
4. Features section
5. Statistics section
6. Team section
7. counter section
8. services section
9. last-project section
10. works section
11. Clients sectionn/ 
12. quote section
13. contacts section
14. Footer
15. Media Queries

----------------------------------*/



@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');


/* 1.Basic Styling
-------------------------------------------------------------- */
html, body{
    overflow-x: hidden;
}
body {
    font-family: 'Montserrat', sans-serif;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #eee;
}
a {
    text-decoration: none;
    opacity: 0.9;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #e94b17;
}
a:hover, a:focus {    
    opacity: 1;
    color: #000;
    text-decoration: none;
}
section {
    /*padding: 70px 0 50px;*/
    padding: 122px 0 50px;
    background: #232323;
}
section .section-head {
    margin-bottom: 50px;
}
section .section-head h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
section .section-head p {
    /*text-transform: capitalize;*/
    color: #bcbcbc;
}
hr {
    margin-top: 35px;
    margin-bottom: 25px;
    border: 0;
    border-top: 5px solid #e94b17;
    width: 600px;
    border-radius: 2px;
}
/* 2. Navbar
-------------------------------------------------------------- */
.navbar {
    margin-bottom: 0;
}
.navbar-right {
    margin-right: 0;
}
.navbar-default {
    background-color: #111111;
    border-radius: 0;
    border-color: #e94b17;
}
.navbar-default .navbar-right.navbar-nav>li>a {
    padding: 34px 24px;
    border-left: 1px solid #080808;
    border-bottom: 3px solid #111111;
    font-weight: bold;
}
.navbar-default .navbar-right.navbar-nav>li.active>a, .navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #e94b17;
    background-color: transparent;
    border-bottom: 3px solid #e94b17;
}
.navbar-default .navbar-nav>li>a {
    color: #eee;
    text-transform: uppercase;
    font-size: 12px;
    padding: 17px 30px;
}
.navbar-default .navbar-right.navbar-nav>li>a:hover {
    border-bottom: 3px solid #e94b17;
}
.navbar-toggle {
    border-radius: 0;
}
.navbar-default .navbar-toggle:hover {
    background: #fff;
}
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #e94b17;
}
.navbar-brand {
    height: 91px;
}
.navbar-brand>img {
    display: inline;
    max-height: 100%;
}
.navbar-brand>span {
    text-transform: uppercase;
    font-weight: bold;
    color: #e94b17;
    font-size: 35px;
}
/* 3. Header
-------------------------------------------------------------- */
header {
    height: calc(100vh - 91px);
    margin-top: 91px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
header .info {
    padding-top: 85px;
    height: 100%; 
    /*background-image: linear-gradient(rgba(27, 27, 27, 0.55), rgb(97, 77, 62)), url(../img/bg_header.jpg);*/
    background-image: linear-gradient(rgba(27, 27, 27, 0.55), rgb(97, 77, 62)), url(../img/arbeiten/hintergrund.JPG);
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
/*
header:hover .info {
    -webkit-transition: all 8s;
    -moz-transition: all 8s;
    -o-transition: all 8s;
    transition: all 8s;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
*/
header .info img {
    width: 140px;
}
header .info p {
    text-transform: capitalize;
}
header .info h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    margin-top: 30px;
}
.social-header ul {
    display: inline-block;
    margin-top: 30px;
}
.social-header li {
    float: left;
}
.social-header li a {
    padding: 10px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    display: block;
    font-size: 18px;
    line-height: 18px;
}
.social-header li a:hover {
    background: #e94b17;
    border: 1px solid #e94b17;
    color: #fff;
}
.we-do {
    font-size: 40px;
    text-align: center;
    margin-top: 50px;
}

/* 4. Features section
-------------------------------------------------------------- */
.features .item {
    height: 240px;
    overflow: hidden;
    padding: 30px 15px;
    transition: 0.5s;
}
.features .section-body i {
    margin-top: 30px;
    font-size: 50px;
    font-weight: bold;
    color: #e94b17;
    transition: 0.5s;
}
.features .section-body h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.features .section-body .item p {
    display: none;
}
.features .item:hover {
    background: #e94b17;
    color: #fff;
    border-radius: 4px;
}
.features .item:hover p {
    display: block;
}
.features .item:hover i {
    margin-top: 0;
    color: #fff;
}
.features blockquote {
    width: 600px;
    margin: 0 auto;
    border-left: 0;
    padding-bottom: 20px;
}

/* 5. Statistics section
-------------------------------------------------------------- */
.statistics {
    /*background-image: linear-gradient(rgba(27, 27, 27, 0.55), rgb(97, 77, 62)), url(../img/bg_statistics.jpg);*/
    background-image: linear-gradient(rgba(27, 27, 27, 0.55), rgb(97, 77, 62)), url(../img/arbeiten/hintergrund.JPG);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.statistics .section-body h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.statistics .section-body .item p {
    font-size: 60px;
    font-weight: bold;
    text-shadow: 3px 3px 0 #e94b17;
}
.statistics .section-body .item span {
    font-size: 40px;
    color: #e94b17;
}

/* 6. Team section
-------------------------------------------------------------- */
.team .thumbnail {
    padding: 0;
    border: 1px solid #111111;
}
.team .thumbnail:hover {
    border: 1px solid #e94b17;
}
.team .thumbnail .profile-img {
    background: #eee;
    padding: 30px 0;
}
.team .thumbnail:hover .profile-img {
    background: #e94b17;
}
.team .thumbnail .profile-img img {
    /*border-radius: 50%;*/
    border-radius: 15%;
    border: 3px solid #fff;    
    width: 135px;
    height: 135px;    
}
.team .thumbnail .caption {
    padding: 10px 20px;
    color: #828282;
    background: #111111;
}
.team .thumbnail .caption h3 {
    color: #828282;
}
.team .thumbnail .caption h3 {
    text-transform: uppercase;
}
.team .thumbnail:hover .caption h3 {
    color: #e94b17;
}
.team .thumbnail .profile-social ul {
    display: inline-block;
    margin-top: 30px;
}
.team .thumbnail .profile-social li {
    float: left;
}
.team .thumbnail .profile-social li a {
    padding: 5px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #828282;
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #828282;
}
.team .thumbnail .profile-social li a:hover {
    background: #e94b17;
    border: 1px solid #e94b17;
    color: #fff;
}

/* 7. counter section
-------------------------------------------------------------- */
.counter {
    overflow: hidden;
    /*background-image: linear-gradient(rgba(27, 27, 27, 0.55), rgb(97, 77, 62)), url(../img/bg_counter.jpg);*/
    background-image: linear-gradient(rgba(27, 27, 27, 0.55), rgb(97, 77, 62)), url(../img/arbeiten/hintergrund.JPG);
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0 50px;
}
.counter-body i {
    font-size: 60px;
    color: #fff;
}
.counter-body p {
    color: #e94b17;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 0;
}
.counter-body h4 {
    color: #fff;
    text-transform: capitalize;
    font-style: italic;
    margin-top: 0;
}


/* 8. services section
-------------------------------------------------------------- */
.services .item {
    overflow: hidden;
    padding: 30px 30px 20px;
    transition: 0.5s;
}
.services .section-body i {
    font-size: 35px;
    color: #e94b17;
}
.services .section-body h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
/* 9. last-project section
-------------------------------------------------------------- */
.last-project {
    background: #e94b17;
    color: #fff;
}
.last-project-body h2 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.last-project-body p {
    margin-bottom: 30px;
}
.last-project-body a {
    background: #2e2e2e;
    border-color: #3e3a36;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.last-project-body a i {
    padding: 0 5px;
}

/* 10. works section
-------------------------------------------------------------- */
.works {
    padding-bottom: 0;
}
.works .section-body img {
    margin-bottom: 30px;
    border-radius: 4px;
    /*box-shadow: 0 8px 5px -5px #eee;*/
    box-shadow: 0 8px 5px -5px #e94b17;
}
.works .section-body img:hover {
    /*box-shadow: 0 8px 5px -5px #8d8d8d;*/
    box-shadow: 0 8px 5px -5px #e94b17;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* 11. Clients section
-------------------------------------------------------------- */
.clients {
    padding-top: 30px;
    padding-bottom: 70px;
}
.clients img {
    border-radius: 4px;
    background: #fff;
}

/* 12. quote section
-------------------------------------------------------------- */
.quote {
    overflow: hidden;
    /*background-image: linear-gradient(rgba(27, 27, 27, 0.55), rgb(97, 77, 62)), url(../img/bg_quote.jpg);*/
    background-image: linear-gradient(rgba(27, 27, 27, 0.55), rgb(97, 77, 62)), url(../img/arbeiten/hintergrund.JPG);
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0 50px;
    color: #fff;
}
.quote blockquote {
    width: 750px;
    margin: 0 auto;
    border-left: 0;
}
.quote footer {
   color: #bcbcbc;
}

/* 13. contacts section
-------------------------------------------------------------- */
.contacts .contacts-social ul {
    display: inline-block;
}
.contacts .contacts-social li {
    float: left;
}
.contacts .contacts-social a {
    padding: 18px;
    margin-right: 5px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #828282;
    display: block;
    font-size: 25px;
    line-height: 18px;
    color: #828282;
}
.contacts .contacts-social a:hover {
    background: #e94b17;
    border: 1px solid #e94b17;
    color: #fff;
}
.contacts form {
    margin-top: 50px;
}
.contacts form input.form-control {
    height: 45px;
}
.contacts form .form-control:focus {
    border-color: #e94b17;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(252, 119, 83, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(252, 119, 83, 0.6);
}
.contacts form button {
    background: #e94b17;
    color: #fff;
    text-transform: uppercase;
}
/* 14. Footer
-------------------------------------------------------------- */
footer .copyright {
    background: #000;
    color: #bbb;
    padding: 14px;
}
footer p {
    margin: 0;
}

/* 13. Media Queries
-------------------------------------------------------------- */

/* Extra Small Devices, Phones */
@media (max-width: 480px) {
    .navbar-brand {
        height: 50px;
        padding: 3px 15px;
    }
    .navbar-brand>span {
        font-size: 20px;
    }
    .navbar-default .navbar-right.navbar-nav>li>a {
        padding: 10px 24px;
        border-bottom: 3px solid #2e2e2e;
    }
    header {
        height: calc(100vh - 50px);
        margin-top: 50px;
    }
    header .info img {
        width: 110px;
    }
    header .info h1 {
        font-size: 25px;
        margin-top: 20px;
    }
    hr,
    .features blockquote,
    .quote blockquote {
        width: 100%;
    }
    .statistics .section-body .item,
    .counter-body .item {
        margin-bottom: 60px;
    }
    .statistics .section-body .item p {
        margin-bottom: 0;
    }
    .last-project-body img {
        margin-top: 60px;
    }
    .clients img {
        margin: 0 auto 10px;
    }
    .contacts .contacts-social a {
        margin-bottom: 10px;
    }
}
/* Small Devices, Phones */
@media (min-width:481px) and (max-width: 767px){
    .navbar-brand {
        height: 50px;
        padding: 3px 15px;
    }
    .navbar-brand>span {
        font-size: 20px;
    }
    .navbar-default .navbar-right.navbar-nav>li>a {
        padding: 10px 24px;
        border-bottom: 3px solid #2e2e2e;
    }
    header {
        height: calc(100vh - 50px);
        margin-top: 50px;
    }
    header .info img {
        width: 110px;
    }
    header .info h1 {
        font-size: 25px;
        margin-top: 20px;
    }
    hr,
    .features blockquote,
    .quote blockquote {
        width: 100%;
    }
    .statistics .section-body .item,
    .counter-body .item {
        margin-bottom: 60px;
    }
    .statistics .section-body .item p {
        margin-bottom: 0;
    }
    .last-project-body img {
        margin-top: 60px;
    }
    .works .section-body img {
        margin: 0 auto 30px;
    }
    .clients img {
        margin: 0 auto 10px;
    }
    .contacts .contacts-social a {
        margin-bottom: 10px;
    }
}
/* Small Devices, Tablets */
@media (min-width:768px) and (max-width:991px){
    .navbar-brand>span {
        font-size: 27px;
    }
    .statistics .section-body .item,
    .counter-body .item {
        margin-bottom: 60px;
    }
    .clients img {
        margin: 0 auto 10px;
    }
}
/* Medium Devices, Desktops */
@media (min-width:992px) and (max-width:1199px){
    .follow-widget ul li {
        padding: 11px;
    }
    .slider .carousel {
        height: 550px;
        width: 80%;
        margin: auto;
    }
    .slider .carousel-control.right .ti-arrow-right {
        left: 0;
    }
    .slider .carousel-control.left .ti-arrow-left {
        right: 0;
    }
    .slider .carousel-control.right {
        margin-right: -180px;
    }
    .slider .carousel-control.left {
        margin-left: -180px;
    }
}