/* Start Framework */

body {
    font-family: 'Chelsea Market', cursive
}

.container {
    width: 1200px;
    margin: auto;
    position: relative
}

.table {
    height: 100%;
    display: table
}

.table-row {
    display: table-row
}

.text-center {
    text-align: center
}

.upper {
    text-transform: uppercase
}

.main-color {
    color: #f7600e
}

.main-backColor {
    background-color: #f7600e
}

.overlay {
    background: rgba(49,55,61,0.9);
    width: 100%;
    height: 100%
}

::-webkit-input-placeholder {
    font-size: 14px
}

:-moz-input-placeholder {
    font-size: 14px
}

:-ms-input-placeholder {
    font-size: 14px
}

.hidden {
    display: none
}
/* End Framework */

/* Start Header */
.header {
    background: url('../images/img%206.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFF
}

.header .navbar {
    overflow: hidden;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.header .navbar .logo {
    font-size: 24px
}

.header .navbar .links {
    float: right
}

.header .navbar .links i {
    margin-left: 5px
}

.header .intro h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 800
}

.header .intro p {
    margin: 5px 0 40px;
    line-height: 1.9;
    font-size: 19px;
    color: #E2E2E2
}

.header .buttons button {
    background-color: transparent;
    padding: 10px 0;
    width: 180px;
    font-size: 14px;
    margin: 0 8px;
    border: 1px solid #909090;
    border-radius: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.header .buttons button:hover {
    background-color: #f7600e;
    color: #FFF;
    border: 1px solid #f7600e
}

.header .arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 40px 0
}

.header .arrow i {
    border: 2px solid #7b7b7b;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    cursor: pointer
}
/* End Header */


/* Start Features */

.features {
    padding: 80px 0;
    overflow: hidden;
    height: 300px
}

.features .box {
    width: 22%;
    float: left;
    margin-right: 4%
}

.features .box:last-child {
    margin-right: 0
}

.features .box i {
    color: #f7600e;
    border: 1px solid #CCC;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    line-height: 120px
}

.features .box i:hover {
    background-color: #f7600e;
    color: #FFF;
    border: 1px solid #f7600e;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.features .box h3 {
    text-transform: uppercase;
    font-weight: normal;
    color: #505050
}

.features .box p {
    line-height: 1.7;
    color: #888
}
/* End Features */

/* Start Subscrib */

.subscrib {
    background: url('../images/header-1024x576.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
    
}

.subscrib form {
    padding: 100px 0;
    width: 700px;
    margin: auto;
    text-align: center
}

.subscrib form input[type="email"] {
    padding: 0 10px;
    width: 320px;
    font-size: 20px;
    border: none;
    border-radius: 10px;
    position: relative;
    top: 2px;
    height: 37px;
    line-height: 37px
}

.subscrib form button {
    padding: 10px;
    width: 200px;
    background-color: #f7600e;
    color: #FFF;
    border: none;
    border-radius: 10px;
    margin-left: 20px;
    font-size: 14px
}

/* End Subscrib */

/* Start Our Work */

.our-work {
    padding: 50px 0    
}

.our-work h2 {
    font-weight: 500;
    font-size: 35px;
    margin-bottom: auto
}

.our-work h2 ~ p {
    line-height: 2;
    margin: 10px 0 40px
}

.our-work .show-more {
    padding: 10px;
    margin-top: 20px;
    width: 180px;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    background: transparent;
    color: #555;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.our-work .show-more:hover {
    background-color: #f7600e;
    color: #FFF;
    border: 1px solid #f7600e
}

.our-work .items-box {
    overflow: hidden
}

.our-work .items-box .item {
    overflow: hidden;
    float: left;
    width: 30%;
    margin-left: 1.33333%;
    margin-bottom: 20px;
    border-radius: 20px;
    position: relative
}

.our-work .items-box .item:hover .over {
    display: block;
}
 
.our-work .items-box .item .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(247, 96, 14, 0.9);
    color: #FFF;
    display: none
}

.our-work .item .over h4 {
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 0
}

.our-work .item .over p {
    margin-top: 10px;
    margin-bottom: 50px;
    line-height: 2
}

.our-work .item .over button {
    padding: 10px;
    width: 180px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background-color: transparent;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.our-work .item .over button:hover {
    background-color: #FFF;
    color: #f7600e;
    border: 1px solid #f7600e
}
/* End Our Work */

/* Start Testimonial */

.testim {
    background: url('../images/img%206.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.testim .client {
    padding: 50px 0;
    color: #FFF;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif
}

.testim .client img {
    border-radius: 50%
}

.testim .client p {
    line-height: 2;
    font-style:italic
}

.testim .fa-chevron-right,
.testim .fa-chevron-left {
    top: 50%;
    position: absolute;
    color: #999;
    cursor: pointer
}

.testim .fa-chevron-right:hover,
.testim .fa-chevron-left:hover {
    color:#f7600e
}

.testim .fa-chevron-right {right: 0}
.testim .fa-chevron-left {left: 0}
/* End Testimonial */

/* Start Our Team */

.our-team {
    padding: 50px 0
}

.our-team h2 {
    font-size: 35px;
    margin-bottom: 0
}

.our-team p {
    margin: 10px 0 40px;
    line-height: 1.4;
    color: #666;
    font-size: 20px
}

.our-team .the-team {
    overflow: hidden
}

.our-team .the-team .person {
    float: left;
    width: 24%;
    margin-left: 1%;
    color: #888
}

.our-team .the-team .person:hover img {
    filter: none;
    -webkit-filter: grayscale(0)
}

.our-team .the-team .person:hover {
    color: #333
}

.our-team .the-team .person:hover .fa-facebook {
    background-color: #3b5998;
    cursor: pointer
}

.our-team .the-team .person:hover .fa-twitter {
    background-color: #55acee;
    cursor: pointer
}

.our-team .the-team .person:hover .fa-google-plus {
    background-color: #dc4e41;
    cursor: pointer
}

.our-team .the-team .person img {
    width: 250px;
    height: 250px;
    border-radius: 15px;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.our-team .the-team .person p {
    font-size: 15px
}

.social-icons i {
    background-color: #aaa;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    border-radius: 50%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

/* End Our Team */

/* Start Contact */

.contact {
    background: url(../images/img%204.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.contact .overlay {
    padding: 50px 0;
    color: #FFF
}

.contact h2 {
    font-size: 35px
}

.contact p {
    line-height: 1.9
}

.contact form {
    width: 700px;
    margin: 50px auto;
    text-align: center;
    overflow: hidden
}

.contact form input[type="text"],
.contact form input[type="email"] {
    width: 45%;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border: 1.5px solid #CCC;
    background-color: #FFF;
    color: #f7600e
}

.contact form input[type="text"] {
    float: left
}

.contact form input[type="email"] {
    float: right
}

.contact form textarea {
    margin-top: 20px;
    width: 96.5%;
    padding: 10px;
    height: 140px;
    overflow: hidden;
    border-radius: 10px;
    border: 1.5px solid #CCC;
    background-color: #FFF;
    color: #f7600e
}

.contact form .info {
    overflow: hidden;
    margin-top: 10px
}

.contact form .info button {
    float: left;
    padding: 10px;
    width: 200px;
    margin-top: 4px;
    background-color: #f7600e;
    color: #FFF;
    border: none;
    border-radius: 10px;
    font-size: 14px
}

.contact form .info .form-icons {
    float: right
}

.contact form .info .form-icons i {
    background-color: #9da1a5;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    margin-left: 7px;
    line-height: 40px;
    color: #FFF;
    border-radius: 50%;
    cursor: pointer
}

.contact form .info .form-icons .fa-facebook {
    background-color: #3b5998
}

.contact form .info .form-icons .fa-twitter {
    background-color: #55acee
}

.contact form .info .form-icons .fa-google-plus {
    background-color: #dc4e41 
}

.contact form .info .form-icons .fa-linkedin {
    background-color: #0077b5
}

.contact form .info .form-icons .fa-instagram {
    background-color: #3f729b
}

.contact form .info .form-icons .fa-youtube {
    background-color: #cd201f
}
/* End Contact */

/* Start Footer */

.footer {
    padding:20px 0;
    background-color: #3b434c;
    color: #999;
    overflow: hidden
}

.footer .copyright {
    float: left
}

.footer .design {
    float: right
}

.footer .design a {
    text-decoration: none;
    color: #FFF;
    font-weight: 
}

.footer .design a:hover {color: #f7600e}
/* End Footer */