/* ---------------------------------------------------------------------------- */
/* -----------------------------------Footer---------------------------------- */
/* ---------------------------------------------------------------------------- */
footer {
    background: #2A2A2A;
    color: #fff
}

footer .wrap-footer {
    padding: 50px 0;
}

footer .col-footer {
    padding: 15px 30px;
}

footer .col-footer:last-child {
    border: none;
}

footer .col-footer .heading {
    margin: 0 0 20px;
}

footer .col-footer .heading h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 20px;
}

footer .col-footer a {
    color: rgb(255, 247, 247);
}

footer .col-footer ul {
    padding-left: 25px;
}

footer .col-footer ul li {
    list-style: circle;
}

footer .col-footer .foot-rg-ul {
    color: #fff;
}

footer .footer-1 img {
    margin-bottom: 10px;
}

footer .footer-4 ul {
    padding-left: 0px;
}

footer .footer-4 ul li {
    margin-top: 10px;
    list-style: none;
}

footer .footer-4 span {
    margin-right: 10px;
}

footer .copyright {
    background: #393939;
    padding: 20px 0;
}

footer .copyright a:hover {
    text-decoration: underline;
}

footer .copyright ul li {
    display: inline-block;
    margin-left: 10px;
}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------Form--------------------------------------- */
/* ---------------------------------------------------------------------------- */
.form-group {
    margin-bottom: 25px;
}

.form-group input, .form-group textarea {
    padding: 10px;
}

.form-group input.form-control {
    height: auto;
}

.form-group textarea.form-control {
    height: 180px;
}


.review-form label textarea {
    height: 130px;
}

.review-form label input, .review-form label textarea {
    width: 100%;
}

.review-form label, .review-form label span {
    display: block;
}

.review-form label span {
    margin: 10px 0;
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Tabs------------------------------------ */
/* ---------------------------------------------------------------------------- */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #272727;
    border-radius: 0;
    color: #fff;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background: #272727;
    border-radius: 0;
    color: #fff;
}

.tab-content {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 25px;
}

/* ---------------------------------------------------------------------------- */
/* -----------------------------------Button----------------------------------- */
/* ---------------------------------------------------------------------------- */

.btn.btn-1 {
    background-color: #222;
    color: #fff;
    font-size: 25px;
    padding: 10px 15px;
}

.btn.btn-2 {
    margin-left: 5px;
    background: #D9534F;
    color: #fff;
}


/* foot */

footer .heading h4 {
    font-size: 24px;
    padding-bottom: 20px
}

footer .container .row ul li {
    list-style: none;
}

footer .container .row ul li a {
    color: #fff;
}

.lin-ipt {
    width: 45%;
}

.inp {
    margin: 0 20px 30px 0px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #eee;
    height: 40px;
}

footer .container .row form select {
    color: #000;
}

.glyphicon {
    margin-right: 10px;
}


.lin-sub .btn-danger {
    background-color: red;
    border-radius: 30px;
    width: 100px;
    color: #fff !important;
}


footer .container .row input {
    color: #000;
}
