body {
  overflow-x: hidden;
}

/*************
NAV BAR
************/

.navbar-default {
    background: #fff;
    border: none;
    border-bottom: 2px solid #ddd;
    margin-bottom: 0;
}

#navh {
    text-transform: uppercase;
}

.navbar-default .navbar-nav li a {
    color: #000;
    height: 40px;
    display: inline-block;
    margin: 25px 0 0 0 ;
    line-height: 5px;
}


.navbar-default .navbar-nav li a:hover {
  color: red;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: #fff;
    color: red;
    border-bottom: 1px solid #000;
}


/***********
SLIDER
************/

#slidersec {
    position: relative;
}

.carousel-control{
    width: 26px;
    height: 35px;
    background: #000;
    opacity: 1;
    top: 40%;
}

#slidelabel {
    display: inline-block;
    width: 80px;
    height: 30px;
    padding: 5px;
    line-height: 25px;
    font-size: 20px;
    background: #ffcf05;
}

#carousel-example-generic span {
    font-size: 30px;
}

.num {
    color: #075c96;
}
.bold {
    font-weight: bold;
}

#form {
    z-index: 100000;
    position: absolute;
    top: -450px;
    left: 150px;
    background-color: #ffd205;
    width: 100%;
}

#form h3 {
    background:#fff;
    padding: 30px 15px;
    font-family: cursive;
    font-weight: bold;
    margin-top: 0;
}
#form .form-control{
   border: none;
    background-color: #ffd205;
    opacity: .7;
    text-decoration: underline;
    color: #000;
    border: none;
    box-shadow: none;
    height: 20px;
}


.form-horizontal .control-label{
    text-align: left;
    margin-left: 15px;
    height: 25px;
}


#form .btn-primary {
    background-color: #000;
    border: none;
    border-radius: 0;
}

/***********
END SLIDER
************/



/*********
MEGA SECTION
**********/

#mega .row {
  margin-bottom: 30px;
}

#mega {
    padding: 50px 0;
}
#megalabel {
    width: 74px;
    height: 30px;
    display: block;
    line-height: 25px;
    font-size: 18px;
    padding: 5px;
    color: #000;
}

#megah {
    font-weight: bold;
}

#mega .glyphicon {
    text-align: center;
    background: #ffd205;
    width: 30px;
    height: 20px;
    line-height: 20px;
}

#mega4{
    text-transform: uppercase;
}

#mega h4 {
    font-weight: bold;
}

.main {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}


/************
END SECTION MEGA
*************/



/************
SECTION SOMETHING
*************/

#something {
    padding: 50px 0 ;
    background: #f2f2f2;
}
#something .middelslider {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.slick-slide img{
    width: 100%;
}

#something .glyphicon {
    text-align: center;
    border: 2px solid #000;
    width: 30px;
    height: 20px;
    line-height: 15px;
}

#something label {
    width: 74px;
    height: 30px;
    line-height: 25px;
    font-size: 18px;
    padding: 5px;
    color: #000;
}

#something h2 {
    font-weight: bold;
    text-transform: uppercase;
}

.slick-prev{
    background: #0d1869;
    border: none;
    color: #fff;
}

.slick-next{
    background: #000;
    border: none;
    color: #fff;
}

/************
End SECTION SOMETHING
*************/



/**************
START PROJECTS AND IMAGES
***************/



#projects {
    padding: 50px 0;
}

#projects h2 {
    font-weight: bold;
}

#projects label {
    width: 74px;
    height: 30px;
    line-height: 25px;
    font-size: 18px;
    padding: 5px;
    color: #000;
}

#projects ul li a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

#images {
    padding: 30px 0;
    height: 300px;
}

/**************
END PROJECTS AND IMAGES
***************/




/**************
START WORK FLOW
***************/

#workflow {
    padding: 50px; 0
}

#workflow #ll {
    display: inline-block;
    width: 74px;
    height: 30px;
    font-size: 18px;
    position: inherit;
}

#workflow h3 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.box {
    border: 2px solid #958a8a;
    width: 20%;
    margin: 0 auto;
    height: 50px;
    width: 60px;
    line-height: 50px;
    font-size: 18px;
}

#workflow label {
    position: absolute;
    height: 30px;
    width: 30px;
    top: -20px;
    left: 45%;
    font-size: 18px;
    color: #000;
}

#workflow h4 {
    font-weight: bold;
    text-transform: uppercase;
}

/**************
END WORK FLOW
***************/



/**************
START DISCUSS AND DONE
***************/

#discuss {
    background: #ffcf05;
    margin: 80px 0 0 0;
    height: 150px;
    border-radius: 5px;
}
#discuss img {
    margin-top: -80px;
}

#discuss h3 {
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

#discuss p {
    margin-left: 10px;
}
#discuss button {
    margin-top: 55px;
}


#done {
    background: #174aac;
    color: #fff;
}



/**************
END DISCUSS AND DONE
***************/



/**************
END FOOTER
***************/

footer {
    background: #000;
    padding: 30px 0 ;
    color: #fff;
}


/**************
END FOOTER
***************/


@media (max-width:1024px){
    #form {
        top: -350px;
        left: 150px;
        width: 80%;
    }
    .form-horizontal .control-label{
        text-align: left;
        margin-left: 15px;
        height: 22px;
    }
    #form h3 {
        background:#fff;
        padding: 5px 15px;
        font-family: cursive;
        font-weight: bold;
        margin-top: 0;
    }

    #images {
        padding: 30px 0;
        height: 200px;
    }

}

@media (max-width:768px){
    #form {
         display: none;
    }
    .form-horizontal .control-label{
        text-align: left;
        margin-left: 15px;
        height: 22px;
    }
    #form h3 {
        background:#fff;
        padding: 5px 15px;
        font-family: cursive;
        font-weight: bold;
        margin-top: 0;
    }

    #images {
        padding: 30px 0;
        height: 200px;
    }
    #projects li {
        float: left;
    }
    .box {
        margin-top: 20px;
    }
    #workflow label {
        margin-top: 5px;
    }
    #discuss img {
        width: 80%;
    }
    #discuss button {
        float: right;
        margin-top: 0;
    }
}

@media (max-width:480px){
    #form {
         display: none;
    }
    .form-horizontal .control-label{
        text-align: left;
        margin-left: 15px;
        height: 22px;
    }
    #form h3 {
        background:#fff;
        padding: 5px 15px;
        font-family: cursive;
        font-weight: bold;
        margin-top: 0;
    }

    #images {
        padding: 30px 0;
        height: 200px;
    }
    #projects li {
        float: left;
    }
    .box {
        margin-top: 20px;
    }
    #workflow label {
        margin-top: 5px;
    }
    #discuss {
        height: 220px
    }
    #discuss img {
        width: 20%;
    }
    #discuss button {
        float: right;
        margin-top: 0;
    }
}
