.content-section {
    min-height:350px; 
    padding: 90px 0;
}

.score {
    border-radius: 50%;
    padding: 15px 10px;
    margin: 15px;
}

#teamwork {
    border: 6px solid #E96656;
}

#commitment {
    border: 6px solid #34D293;
}

#individualRespect {
    border: 6px solid #3AB0E2;
}

#passionForCustomer {
    border: 6px solid #E7AC44;
}

#main-nav {
    background-color: #A11319;

}

#site-navigation ul li a {
    color: #ffffff !important;
}

.portfolio-btn {
    background-color: #A11319;
    border: 1px solid #363636;
}

.portfolio-btn:hover {
    background-color: #363636;
    border: 1px solid #A11319;
}

.services-btn {
    background-color: #363636;
    border: 1px solid #A11319;
}

.services-btn:hover {
    background-color: #A11319;
    border: 1px solid #363636;
}

.gray-bg {
    background-color: #363636;
}

.blakish-bg {
    background-color: #272727;
}

.hrline {
    background-color: #A11319;
}

.white-text {
    color: #ffffff !important;
}

.service-icon {
    border: 3px solid #A11319 !important;
}

.service-icon:hover {
    border: 3px solid #ffffff !important;
}

.section-footer-title {
    padding: 10px !important;
    background-color: #A11319 !important;
}

.profile-pic {
    border: 2px solid #A11319;
}

h1, h2, th {
    color: #FF2B2B !important;
}

input {
    height: 40px !important;
    border-radius: 5px !important;
}

.team-member .social-icons ul li a:hover {
	color: #A11319;
}

.page-content-title {
    margin: 50px 0;
}

.service-section {
    padding: 20px;
}

.album-section {
    margin: 5px 0 50px 0;
}

.album-outer {
    height: 240px;
    margin-top: 20px;
}

.album-outer2 {
    background-color: #A11319;
    border-radius: 4%;
    height: 100%;
}

.album-image {
    margin-top: 6px;
    border-radius: 3%;
}

.album-title {
    margin: 5px 10px;
}

.file-content {
    background-color: #ffffff;
    height: auto;
    padding: 10px;
    border: 1px solid red;
    border-radius: 4px;
    overflow: hidden;
}

/* ul li {
    list-style: none;
} */

.img-file {
    border-radius: 15% 5% !important;
}

.radio-section {
    min-height: 120px;
}

.tv-section {
    min-height: 300px;
}

.gallery-img {
    margin-top: 20px;
}

td {
    padding: 8px;
    border: 1px solid #dddddd !important;
}

.contact-table td {
    line-height: 20px;
}

/* table tr:first-child {
    color: #FF2B2B;
} */

/* table tr:first-child td {
    text-align: center;
} */

@media only screen and (min-width: 768px) {
    .cdc-logo {
        position: fixed !important;
        top: 7px !important;
        width: 100px !important;
    }

}

@media only screen and (min-width: 1024px) {
    .cdc-logo {
        position: fixed !important;
        top: 7px !important;
        width: 125px !important;
    }

    .feedback-box {
        height: 340px;
    }

}

@media only screen and (min-width: 1440px) {
    .feedback-box {
        height: 260px;
    }
}

@media only screen and (max-width: 2560px) {
    .logo-img {
        max-width: 148% !important;
        margin-top: -4px;
    }
}

@media only screen and (max-width: 1440px) {
    .logo-img {
        max-width: 145% !important;
        margin-top: -3px;
        margin-left: -80px;
    }
}

@media only screen and (max-width: 1024px) {
    .logo-img {
        margin-left: -5px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-inverse .navbar-nav >li {
        margin-right: 12px;
    }

    .logo-img {
        max-width: 144%;
        margin-top: 11px;
    }
}


@media only screen and (max-width: 767px) {
    .cdc-logo {
        position: relative;
        top: 8px;
        width: 80px;
        float: left;
    }

    #main-nav {
        min-height: 102px !important;
    }

}

@media only screen and (max-width: 425px) {
    .logo-img {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 320px) {
    label {
        font-size: 14px;
    }

    audio {
        width: 255px !important;
    }
}
