.prop_services .tab-pane li {
    padding: 5px 5px;
}

.prop_services .nav-tabs>li.active>a {
    background: #353434;
    color: #ffffff;
}

.prop_services .nav-tabs>li>a {
    background: #dddddd;
    color: #000000;
    padding: 8px 10px;
}

.badges {
    padding: 10px;
    background: url('../img/pattern.jpg') repeat;
}

.badge1 {
    color: #51A980;
    cursor: pointer;
    min-height: 150px;
    margin: 20px 0px;
    padding: 0px 10px;
    border-radius: 4px !important;
    background: rgba(204, 204, 204, 0.46);
    transition: background .6s ease-in-out;
}

.badge1 .fontLight {
    display: none;
}

.badge1:hover .fontLight {
    display: block;
    opacity: 1.0;
    padding-top: 0px;
    text-align: left;
}

.badge1:hover {
    color: #ffffff !important;
    cursor: pointer;
    background: #65bf95;
}

.badge1 .fa-stack {
    transition: display 2s ease-in-out;
    margin-top: 20px;
}

.badge1:hover .fa-stack {
    display: none;
}

.badge1:hover .content1 {
    height: 200px;
    display: block;
    text-align: left;
}

.content-widget {
    height: 200px;
    overflow-y: auto;
    text-align: left;
    font-size: 14px;
}

.slimScrollBarY {
    border-radius: 0px !important;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
}

#tab-home .carousel-control {
    display: none;
}

#tab-home:hover .carousel-control {
    display: block;
}

.list-unstyled li {
    padding: 5px 0px;
    text-align: left;
}

.footer-copyright {
    line-height: 50px;
    background: #dfdfdf;
}

.footer {
    padding: 50px;
    background: #dfdfdf;
    border-radius: 0px;
    color: #65bf95;
}

.panel {
    border: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #353434;
    border: none;
    padding: 5px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px dotted #353434;
    text-align: left;
}

.carousel-caption {
    background-color: none;
    border-radius: 0px;
    margin-bottom: 120px;
    padding: 10px 20px;
    /* left: 0px;
    right: 0px;
    bottom: 0px; */
    border-radius: 6px;
    top: 20%;
}

.carousel-caption>p {
    color: #ffffff;
    font-size: 16px;
}

.carousel-caption>h3 {
    font-size: 3vw !important;
    color: #dea825;
    font-weight: bold;
}

.fontRoboto {
    font-family: 'Roboto Condensed', sans-serif;
}

.content {
    position: relative;
    padding: 20% 0 0;
}

.container-fluid {
    padding-right: 0px;
}

.popover {
    border-color: none;
    padding: 0px !important;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.7);
}

.popover-content {
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px;
    color: #000000;
}

h3.popover-title {
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    font-weight: 300 !important;
    background: #353434;
    color: white;
    border-color: none;
    border-bottom: 0px;
    padding: 10px;
}

.opacity6 {
    opacity: 0.75;
}

@media (max-width: 767px) {
    #tab-home {
        margin-top: 0px;
    }
    .carousel-caption>p {
        font-size: 12px;
    }
    .carousel-caption>h3 {
        margin-top: -7px;
        font-size: 16px !important;
    }
}


/*enquiry form*/

.container1 {
    margin: 0 80px;
    position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contact {
    background: #9794af;
    padding: 25px;
    margin: 50px 0;
}

#contact1 {
    padding: 25px;
}

#contact h3 {
    color: #F96;
    display: block;
    font-size: 30px;
    font-weight: 400;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #AAA;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #0CF;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover {
    background: #09C;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #999;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

/* .register-box {
    background: #fff;
    border-radius: 4px;
    padding: 50px 40px 70px 40px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
} */

.logo-name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #65bf95;
}

.app-color {
    color: #65bf95 !important;
}

.cursor {
    cursor: pointer;
}

.b-r{
border-radius:20px!important;
padding:20px 20px!important;
}

