body {
    padding-bottom: 0px;
    padding-top: 75px;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
.lead {
    font-family: 'Alike', serif;
}


/*-- start color option--*/

.option-box {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 9999;
}

.option-box .color-box {
    float: left;
    background: #333;
    color: #FFF;
    padding: 10px;
    width: 200px;
    display: none;
}

.option-box .color-box ul li {
    display: inline-block;
    width: 21px;
    height: 20px;
    margin-right: 3px;
    cursor: pointer;
}

.option-box .gear-check {
    padding: 5px;
    color: #FFF;
    cursor: pointer;
}


/*-- end color option--*/

.navbar {
    min-height: 70px
}

.navbar-toggle {
    margin-top: 18px;
}


/*   active navbar link  */


/*    navbar link  */

.navbar-inverse .navbar-nav>li>a {
    color: rgb(221, 226, 230);
    font-size: 20px;
}

.navbar-nav>li>a {
    padding: 27px
}


/*    brand   */

.navbar-brand {
    font-size: 35px;
    line-height: 42px;
}

.navbar-default .navbar-brand {
    color: rgb(221, 226, 230);
}


/* dropdown*/

.dropdown-menu {
    background-color: rgb(37, 38, 39);
    min-width: 200px;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0
}

.dropdown-menu>li>a {
    color: aliceblue;
    font-size: 17px;
    padding: 6px 20px;
    -webkit-transition: padding .5s ease;
    -moz-transition: padding .5s ease;
    -o-transition: padding .5s ease;
    transition: padding .5s ease;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: aliceblue;
    padding-left: 32px;
}


/* slide show*/


/*  caurousal */

.carousel-caption {
    bottom: 85px;
    background-color: rgba(3, 3, 3, 0.3);
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 38px;
}

.carousel-caption p,
h1 {
    font-style: oblique
}

.carousel-indicators li {
    height: 15px;
    width: 15px;
}

.carousel-indicators .active {
    height: 17px;
    width: 17px;
}


/* images  */

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    min-width: 100%;
}


/* start about*/

.about {
    padding-bottom: 60px;
    padding-top: 60px;
}

.about.lead {
    font-size: 25px;
    color: azure;
    margin-top: 15px;
}

.about h1 {
    font-weight: bold;
}


/* features */

.features {
    background-color: rgba(248, 231, 231, 0.835);
    padding-bottom: 50px;
    padding-top: 50px;
}

.features h1 {
    margin-bottom: 50px;
}

.features .feat {
    margin-bottom: 32px
}

.features .feat p {
    line-height: 2em;
}

.features .feat span.glyphicon {
    margin-bottom: 12px;
    font-size: 25px;
    color: rgb(223, 121, 121)
}


/*-- START TEST--*/

.test {
    padding-bottom: 50px;
    padding-top: 50px;
}

.test h1 {
    font-weight: bold;
    margin-bottom: 33px;
}

.test .lead {
    line-height: 2em;
}

.test span {
    font-size: 21px;
    font-weight: bold;
}

.test .img-responsive,
.test.thumbnail>img,
.test.thumbnail a>img,
.test .carousel-inner>.item>img,
.test .carousel-inner>.item>a>img {
    border-radius: 50%;
    height: 160px;
    min-width: 0%;
    margin-left: 42%;
    margin-top: 20px;
}

.test .carousel-indicators {
    position: static;
    width: 100%;
    margin-left: auto;
    padding-bottom: 20px;
}

.test .carousel-indicators li {
    text-indent: 0;
    height: 80px;
    width: 80px;
    opacity: .4;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.test .carousel-indicators li.active {
    opacity: 1;
    height: 80px;
    width: 80px;
    background: none;
}

.test .carousel-indicators li img {
    max-width: 100%;
}


/* start price*/

.price {
    background-color: rgba(248, 231, 231, 0.835);
}

.price h1 {
    margin-bottom: 45px;
}

.price .price-box {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border: 1px solid #DDD;
    margin-bottom: 25px;
}

.price .price-box h2 {
    margin: 5px 0 15px;
}

.price .price-box:hover p {
    -webkit-transform: scale(1.1, 1.1)rotate(360deg);
    -moz-transform: scale(1.1, 1.1)rotate(360deg);
    -o-transform: scale(1.1, 1.1)rotate(360deg);
    transform: scale(1.1, 1.1)rotate(360deg);
    border: 2px solid #a8a3a3;
}

.price .price-box p {
    font-size: 35px;
    font-weight: bold;
    color: #666;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    line-height: 135px;
    border: 2px solid rgb(255, 253, 253);
    background-color: rgba(248, 231, 231, 0.835);
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.price .price-box ul {
    line-height: 250%;
    font-size: 18px;
}

.price .price-box a {
    margin-bottom: 5px;
}


/* our team  */

.our-team {
    background: url("../image/car.gif")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    background-size: cover;
    width: 100%
}

.our-team .team {
    color: whitesmoke;
    background: rgba(3, 3, 3, 0.7);
    min-height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.our-team .person {
    margin-bottom: 42px
}

.our-team .person p {
    line-height: 25px
}

.our-team .person a {
    color: white;
    opacity: .6;
    cursor: pointer;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.our-team .person a:hover {
    opacity: 1;
}


/* start sub */

.sub {
    padding-bottom: 40px;
    padding-top: 40px;
    background: rgba(248, 231, 231, 0.835);
}

.sub h1 {
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #888
}

.sub .form-control {
    width: 300px;
    display: inline-block;
    border-radius: 0;
    margin-right: -5px;
}

.sub p {
    margin-bottom: 30px
}

.sub button {
    border-radius: 0;
    overflow: hidden;
    vertical-align: 0;
}


/*-- start stats*/

.stats {
    background: url('../image/m.jpg')no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 500px;
}

.stats .data {
    background-color: rgb(2, 2, 2, 0.8);
    min-height: 500px;
    color: #B6B5B5;
    padding-bottom: 70PX;
    padding-top: 40PX;
}

.stats h1 {
    margin-bottom: 60px;
}

.stats .stat {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 40px;
}

.stats .stat:hover {
    color: #FFF;
}

.stats p {
    font-size: 50px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0;
}

.stats span {
    font-size: 18px;
    font-style: italic;
}


/*-- start skill-progress*/

.skills {
    padding-bottom: 70px;
    padding-top: 40px;
}

.skill-progress .progress {
    margin-top: 0;
}

.skills h1 {
    margin-bottom: 60px;
}

.skills h3 {
    font-weight: bold;
    margin-top: 0;
}

.skills .progress {
    height: 36px;
}

.skills .progress-bar {
    line-height: 36px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    text-indent: 10px;
}

.skill-info p {
    line-height: 38px;
    color: rgba(112, 111, 111, 0.795);
    font-style: italic;
}


/*--start contact us-*/

.contact {
    background: url('../image/cont.jpg')no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 450px;
}

.contact .cont {
    background: rgb(9, 9, 9, 0.82);
    min-height: 450px;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact p {
    margin-bottom: 40px
}

.contact textarea {
    height: 108px;
}

.contact input[type="text"],
.contact textarea {
    background: rgb(82, 78, 78, 0.7);
    border: 0;
    color: #FFF;
}


/*--start client--*/

.client {
    background: rgba(248, 231, 231, 0.835);
    padding-bottom: 20px;
    padding-top: 20;
}

.client img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.client img:hover {
    opacity: 1;
}


/*-- start footer--*/

.footer {
    background-color: #111;
    color: #AAA;
    padding-top: 10px;
}

.footer a {
    color: #AAA;
}

.footer a:hover {
    color: #FFF;
}

.footer h3 {
    letter-spacing: 1px;
    margin: 30px 0 20px;
}

.footer .three {
    overflow: hidden;
}

.footer .three li {
    width: 33.333%;
    float: left;
    padding: 5px 0;
}

.footer .social {
    overflow: hidden;
    margin: 20px 0 10px;
}

.footer .social li {
    float: left;
    margin-right: 5px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.footer .social li:hover {
    opacity: 1;
}

.footer .social li img {
    border-radius: 50%;
}

.footer .img-thumbnail {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #444;
    margin-bottom: 5px;
}

.footer .copy {
    background: #333;
    padding: 15px 0;
    color: #AAA;
    margin-top: 30px;
    font-size: 20px;
}


/* scorall*/

#scroll {
    text-align: center;
    right: 15px;
    position: fixed;
    height: 50px;
    width: 40px;
    color: #DDD;
    background: #272727;
    z-index: 9999;
    bottom: 10px;
    display: none;
    cursor: pointer;
}

#scroll:hover {
    background: crimson;
}