body {

    font-family: 'Titillium Web', sans-serif;
}

/* Start  Overriding Bootstarp */

/*  Start SEction Tool box */

.option-box {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 9999;
}

.option-box .color-option {
    color: #FFF;
    float: left;
    padding: 5px;
    display: none;
}

.option-box .color-option ul li {
    width: 20px;
    height: 20px;
    background: brown;
    display: inline-block;
    margin-right: 10px;
}

.option-box .gear-check {
    padding: 3px;
    font-size: 25px;
    color: #FFF;
    cursor: pointer;
}

/*  End SEction Tool box */

/* Active Link Navbar  */

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #FFF;
}

/*  Link Navbar  */

.navbar-inverse .navbar-nav>li>a {
    font-size: 15px;
}

.navbar-inverse {
    margin-bottom: 0;
}

/* Brand Name Navbar  */

.navbar-brand {
    font-size: 20px;
    font-weight: bold;
}

/*  Drop dwon Menu */

.dropdown-menu {
    background: #101010;
    background: ;
}

.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

/*  Drop dwon Menu li  */

.dropdown-menu>li>a {
    color: #fff4f4;
    padding: 6px 20px;
    min-width: 200px;
    -webkit-transition: all .5s ease;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #FFF;
    background: #0895D1;
    padding-left: 30px;
}

/*  Start Cursoel */

.carousel-caption {
    bottom: 350px;
    padding: 10px;
    margin-bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.carousel-indicators li {
    height: 18px;
    width: 18px;
}

.carousel-indicators .active {
    height: 18px;
    width: 18px;
}

/* Start  Overriding Bootstarp */

/* Start Section About */

.about {
    padding: 60px 0 60px;
}

.about.lead {
    color: #888;
    margin-top: 15px;
    font-size: 25px;
}

.about .container h1 {
    font-size: 30px;
    font-weight: bolder;
}

.features {
    background: #EEE;
    padding: 60px 0 60px;
}

.features h1 {
    margin-bottom: 60px;
}

.features .feat {
    margin-bottom: 30px;
}

.features .feat p {
    line-height: 2em;
}

.features .feat span.glyphicon {
    font-size: 48px;
}

/* End Section About */

/*  Start testmonial */

.testmonial {
    padding: 60px 0 60px;
}

.testmonial h1 {
    font-weight: bold;
    margin-bottom: 20px;
}

.testmonial .lead {
    line-height: 2em;
}

.testmonial span {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
}

.carousel-inner {
    min-height: 160px;
}

.carousel-inner>.item>img {
    width: 100%;
}

.testmonial .carousel-indicators {
    position: static;
    width: 100%;
    margin-left: auto;
    padding-top: 20px;
}

.testmonial .carousel-indicators li {
    text-indent: 0;
    width: 80px;
    height: 80px;
    opacity: 0.4;
    border-radius: 50%;
    background: none;
    overflow: hidden;
    margin: 5px;
    -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;
}

.testmonial .carousel-indicators li.active {
    opacity: 1;
}

.testmonial .carousel-indicators li img {
    max-width: 100%;
    margin-top: 1.5px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

/*  End testmonial */

/* Start Price Table */

.price_table {
    padding: 60px 0 60px;
    background: #EEE;
}

.price_table h1 {
    margin-bottom: 40px;

}
.h1 {
    margin-bottom: 35px;
    font-weight: 300;
}
.price_table .price-box {
    background: #FFF;
    padding: 10px;
    border: 1px solid #DDD;
    margin-top: 15px;
    margin-bottom: 15px;
}

.price_table .price-box h2 {
    margin: 5px 0 15px;
}

.price_table .price-box:hover p {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    cursor: pointer;
}

.price_table .price-box p {
    background: transparent;
    font-size: 36px;
}

.price_table .price-box ul {
    line-height: 40px;
    font-size: 18px;
}

.price_table .price-box a {
    margin-bottom: 10px;
}

/* End Price Table */

/*  Start our team  */

.our-team {
    background: url('../images/back.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
}

.our-team .team {
    background: rgba(2, 2, 2, .7);
    color: #FFF;
    min-height: 600px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.our-team .team h1 {
    margin-bottom: 60px;
}

.our-team .team .person {
    margin-bottom: 40px;
}

/* End OUr Team  */

/* Start  Subscribtion  */

.subscribe {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #EEE;
}

.subscribe h1 {
    color: #888;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.subscribe p {
    margin-bottom: 30px;
}

.subscribe .form-control {
    border-radius: 0;
    margin-right: -5px;
    width: 300px;
}

.subscribe .btn-danger {
    border-radius: 0;
}

/* End Subscribtion  */

/*  Start Section  Stats */

.statics {
    background: url('../images/desktop.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
}

.statics .data {
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.statics h1 {
    margin-bottom: 40px;
}

.statics .stats {
    -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;
    margin-bottom: 30px;
}

.statics .stats:hover {
    color: #FFF;
    cursor: pointer;
}

.statics .data span.glyphicon {
    font-size: 50px;
}

.statics .data p {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0;
}

.statics .data span {
    font-size: 18px;
}

/*  End Section  Stats */

/* Start Our skills  */

.our-skills {
    padding-top: 40px;
    padding-bottom: 50px;
}

.our-skills h1 {
    margin-bottom: 40px;
}

.our-skills h3 {
    margin-top: 0;
    font-weight: bold;
}

.our-skills .progress {
    height: 36px;
    line-height: 36px;
}

.our-skills .progress-bar {
    line-height: 36px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
}

/* End Our skills  */

/* Start  contact Us  */

.contact-us {
    background: url('../images/contact-us.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
}

.contact-us .feild {
    background: rgba(0, 0, 0, 0.8);
    min-height: 300px;
    color: #FFF;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact-us .feild p {
    margin-bottom: 40px;
}

.contact-us .feild textarea {
    height: 107px;
}

/* End  contact Us  */

/*  Start our Clients  */

.our-clients {
    padding-top: 20px;
    padding-bottom: 20px;
}

.our-clients img {
    width: 126px;
    height: 120px;
    opacity: .5;
    filter: alpha(opacity=50);
    margin-top: 20px;
    margin-bottom: 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;
}

.our-clients img:hover {
    opacity: 1;
    cursor: pointer;
}

/*  End our Clients  */

/*  Start Footer  */

.footer {
    background: #333;
    color: #AAA;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer a {
    color: #AAA;
}

.footer a:hover {
    color: #FFF;
}

.footer h3 {
    letter-spacing: 2px;
    margin: 30px 0 20px;
}

.footer .three-columns {
    overflow: hidden;
}

.footer .three-columns li {
    width: 33.3333%;
    float: left;
    padding: 5px 0;
}

.footer .social-list img {
    width: 30px;
    height: 30px;
    opacity: .4;
    filter: alpha(opacity=40);
    -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;
}

.footer .social-list img:hover {
    opacity: 1;
    cursor: pointer;
}

.footer .social-list {
    overflow: hidden;
}

.footer .social-list li {
    float: left;
    width: 20%;
    padding: 30px 0 10px;
}

.footer .img-thumbnail {
    background: rgba(0, 0, 0, .4);
    border: 1px solid #333;
}

.footer .copyright {
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}

/*  End Footer  */

/* Start Loading Section  */

.loading-overly {
    background: #222;
    color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.sk-chase {
    width: 50px;
    height: 50px;
    margin: 20% auto;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #0895D1;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%, 0% {
        transform: scale(1.0);
    }
}

/* Start Loading Section  */

/* Start Scroll Top  */

.scrol-top .scrol {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #0895D1;
    background: rgb(126, 123, 123);
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 10px;
    transform: rotate(-90deg);
    z-index: 9999;
    cursor: pointer;
    display: none;
}

/* End Scroll Top  */