*{
    margin: 0;
    padding: 0;
}
bdoy{
    font-family: 'raleway', 'helvetica', tahome;
}
.jumbotron{
    background-image: linear-gradient(rgba(44,62,80,.8),rgba(44,62,80,.8)),url(../img/background.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
}
section{
    padding: 80px 0;
}
h2{
    font-size: 40px;
    word-spacing: 2px;
    text-transform: uppercase;
    font-weight: 200;
}
h2:after{
    display: block;
    height: 2px;
    width: 100px;
    background-color: #f39c12;
    content: "";
    margin: 0 auto;
    margin-top: 16px;
}
p{
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #4b4b4b;
    margin-top: 20px;
}
img{
    max-width: 100%;
}
/* Navebar */

.navbar-brand{
    padding: 0;
    margin: 0;
}
.navbar-default .navbar-nav>.active>a{
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
}
.navbar-default .navbar-nav>li>a{
    color:#95a5a5;
    font-weight: 500;
    padding: 15px 0 5px 0;
    margin-right: 10px;
    transition: all .2s;
}
.navbar-default .navbar-nav>li>a:hover{
    color:#fff;
    border-bottom: 2px solid #fff;
}
.navbar-default .navbar-nav>.active>a:hover{
    background-color: transparent;
    color:#fff;
}
.navbar{
    background-color: transparent;
    border: none;
}
.navbar-default .navbar-toggle{
    border: 0;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
    background-color: transparent;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form{
    border: none;
    background-color: rgba(255,255,255,0.2);
}
/* End Navbar*/
/* banner*/
.banner{
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%); 
}

.banner h1{
    font-weight: 600px;
    color: #fff;
    font-size: 52px;
    text-transform: uppercase;
}
.banner h1 span{
    color:#f39c12;
}
.banner p{
    font-size: 21px;
    font-weight: 400;
    color:#95a5a6;
    margin-bottom: 100px;
}
.btn{
    transition: all .2s;
}
.btn-success{
    width: 199px;
    height: 50px;
    background-color: #f39c12;
    border: none;
    border-bottom: 2px solid #b9750a;
    font-size: 13px;
    font-weight: 600;
    line-height: 27px;
}
.btn-Default{
    width: 199px;
    height: 50px;
    border: 1px solid #f39c12;
    font-size: 13px;
    font-weight: 600;
    line-height: 27px;
    color:#f39c12;
    margin-left: 10px;
    text-transform: uppercase;
}
.btn-success:hover{
    background-color: #b9750a;
    border-bottom: 2px solid #b9750a;
}
.btn-Default:hover{
    background-color: #d8890b;
    border-bottom: 1px solid #b9750a;
    color: #fff;
}

/*end banner*/

/* Start about*/
.col1{
    margin-top: 20px;
}
.col1 i{
    font-size: 50px;
    color: #f39c12;
}
.col1 h3{
    font-size: 25px;
    font-weight: 400;
    color: #2b2b2b;
    margin: 0;
} 
.col1 p{
    font-size: 16px;
    color: #434343;
    font-weight: 300;
}
.col1 .btn{
    width: 137px;
    height: 34px;
    font-size: 9px;
    font-weight: 600;
    line-height: 20px;
}
/* End about*/

/* start subscrib*/
.subscribe{
    background-image: linear-gradient(rgba(44,62,80,.8),rgba(44,62,80,.8)),url(../img/subscribe.jpg);
    background-attachment: fixed;
    background-size: cover;
}
form input{
    max-width: 437px;
    height: 49px;
    border-radius: 8px;
    color: #808080;
    border: 1px solid #ccc;
    padding: 0 10px;
    font-size: 13px;
}
/* end subscrib*/
/* Start our  works*/
.btn-groupe{
    margin-top: 20px;
}

.btn-groupe .btn-primary{
    width: 56px;
    height: 34px;
    font-size: 9px;
    font-weight: 600;
    background-color: #f39c12;
    border: none;
}
.btn-groupe .btn-default{
    height: 34px;
    font-size: 9px;
    font-weight: 600;
    color: #f39c12;
    border: 1px solid #95a5a6;
}
.btn-groupe .btn-primary:hover{
    background-color: #b9750a;
}
.btn-groupe .btn-default:hover{
    background-color: none;
    color: #f39c12;
    border: 1px solid #f39c12;
}


.portfolio img{
    padding-top: 20px;
}
galeri{
    position: relative;
}
.caption{
    position: absolute;
    display: block;
    top: 20px;
    bottom: 0;
    left: 15px;
    right: 15px;
    background-color: rgba(243,156,18,0.8);
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.4s;
}
.caption:hover{
    opacity: 1;
}
.btn-trigger{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
}
.link, .more{
    padding: 14px;
    border: 1px solid #fff;
}
/* end  our  works*/

/* start services*/
.services{
    padding-bottom: 0;
}
.content{
    padding: 0;
}
.content img{
    width: 100%;
    /*height:555px*/
}
.col3{
    background-image: linear-gradient(rgba(44,62,80,.8),rgba(44,62,80,.8)),url(../img/service2.jpg);
    height: 512px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.text{
    color: #fff;
    padding-top: 70px;
    
}
.text i{
    float: left;
    font-size: 25px;
    color: #f39c12;
    
}
.text h4{
    margin-left: 50px;
}
.text p{
    color: #e6eded;
    line-height: 25px;
}
.text h4:after{
    display: block;
    height: 2px;
    width: 15px;
    background-color: #f39c12;
    content: "";
    margin-top: 10px;
    margin-left: 30px;
}

/* end services*/

/* Start our team-*/
.our-team{
    background-color: #ededed;
}
.pic {
    width: 153px;
    height: 153px;
    background-color: #313f4f;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #9c9c9c;
}
.pic img{
    margin: 10px;
}
.col4 h4{
    text-transform: uppercase;
    font-weight: 600;
    color: #3b3b3b;
}
.col4 h4:after{
    display: block;
    height: 4px;
    width: 20px;
    background-color: #f39c12;
    content: "";
    margin:0 auto;
}
.col4 h6{
    color: #3e3e3e;
}
.col4 p{
    margin: 0;
    font-size: 13px;
    line-height: 20px;
}

/* End our team */

/* Start testi*/
.col5{
    padding-top: 16px;
}
.testi{
    background-image: linear-gradient(rgba(44,62,80,.8),rgba(44,62,80,.8)), url(../img/testi1.jpg);
    padding: 0;
    background-attachment: fixed;
    background-size: cover;
}
.test{
    height: 111px;
    width: 111px;
    border-radius: 50%;
    margin: 0 auto;
    border: 10px solid #ededed;
}
.tes{
    margin-top: 10px;
}
.tes p{
    color: #ededed;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    margin-top: 10px;
}
.tes span{
    color: #ededed;
    font-weight: 600;
    font-size: 18px;
}
.carousel-indicators{
    position: static;
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
}
.carousel-indicators li{
    background-color: #fff;
    border: none;
}
.carousel-indicators .active{
    background-color: #f39c12;
    border: none;
}
.caros{
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.caros.right {
    right: 0;
    left: auto;
}
/* end testi*/

/* Start contact us*/
.contact-us{
    padding-bottom: 0;
}
.contact{
    background-image: linear-gradient(rgba(44,62,80,.8),rgba(44,62,80,.8)), url(../img/testi1.jpg);  
    background-size: cover; 
    padding: 20px;
    background-attachment: fixed;
    background-size: cover;
}
.contact h3{
    color: #f2f2f2;
    font-weight: 500;
    margin-bottom: 20px;
    margin: 0;
}
.contact h3:after{
    display: block;
    height: 4px;
    width: 16px;
    background-color: #f39c12;
    content: "";
    margin:0 4px;
}
.form{
    color: #dfdfdf;
    font-size: 16px;
    font-weight: 400;
    
}
.form i{
    margin-right: 10px;
    color: #f39c12;
}
input, 
textarea{
    width: 100%;
    padding: 7px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
textarea{
    height: 128px;
    
}
.bt{
    height: 40px;
    width: 100px;
}
/* End contact us*/
/* Start footer */
footer{
    background-color: #2c3e58;
    padding: 20px;
}
.ico div{
    float: left;
    width: 22px;
    height: 22px;
    margin-left: 2px;
    border: 1px solid #b2b2b2;
    border-radius: 2px;
}
.ico a{
    color: #b2b2b2;
    
}
.text-footer h6{
    color: #b2b2b2;
}
.text-footer h6 span{
    color: #fff;
}
.ion-social-facebook:hover{
    color: #3b5998;
}
.ion-social-twitter:hover{
    color: #55acee;
}
.ion-social-youtube:hover{
    color: #bb0000;
}
.ion-social-pinterest:hover{
    color: #cb2027;
}
.ion-social-instagram:hover{
    color: #125682;
}

/* End footer */

/* animation*/
.js-1,.js-2,.js-3,.js-4{
    opacity: 0;
}
.js-1.animated,
.js-2.animated,
.js-3.animated,
.js-4.animated{
    opacity: 1;
}
#Container .mix{
    display: none;
}
/* end animation*/