body {
    font-family: sans-serif;
}

.slider_area .slider_inner .camera_caption div a {
    background: #f9e20a;
    color: black;
}

.header_aera {
    background: #000;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li a {
    color: #ffffff;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li a:hover,
.header_aera .navbar-collapse .navbar-nav.navbar-right li a:focus {
    color: #fadc08;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul {
    background: #000000;
}

.button_all {
    background: #f8e009;
    color: #000;
}

.tittle h2 {
    color: #f9e30b;
}

.tittle h2:after {
    background: #000000;
}

.what_we_area {
    background: #bfbfbf4d;
}

.glyphicon {
    color: #f6e608;
}


/*.panel-heading {
    text-decoration-color: red;
    text-decoration: none;
    background-color: black;
    font-weight: 600;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0;}
.card-header .btn-link:hover, .card-header .btn-link {
    color: #ffcc00;
    font-weight: 600;
        font-size: 16px;
}*/

h5 {
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.testimonial-section2 {
    /*height: 600px;*/
    position: relative;
    padding: 50px 0;
    /*background-color: #bfbfbfad;*/
    background-image: url(../image/grey.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #f5fa0c;
}

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #f7df09;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-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;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #f7df09;
    border-color: #f7df09;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}

.testim .cont>div.active {
    position: relative;
    opacity: 1;
}

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    color: #f7df09;
    font-size: 1.2em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #000000bf;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }
    .testim .cont div p {
        line-height: 25px;
    }
}

.con_title h6 span:before {
    left: -90px;
    right: unset;
}

.con_title h6 span:after,
.con_title h6 span:before {
    content: ' ';
    /* position: initial; */
    display: inline-block;
    width: 60px;
    height: 3px;
    background: #ffc412;
    -webkit-transition: width .3s;
    transition: width .3s;
    right: -90px;
    line-height: -6px;
    top: 10px;
    margin-top: 0;
    margin-bottom: 4px;
    margin-left: 10px;
    margin-right: 10px;
}

.con_title h6 {
    text-align: center;
}

.con_title {
    text-align: center;
}

.con_title {
    margin-bottom: 30px;
}

.con_title h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 span,
h2 span {
    color: #f0ad4e;
    font-weight: 600;
}

.section_padding {
    padding: 50px 0;
}

.testimonial-section2 {
    /* height: 600px; */
    position: relative;
    padding: 50px 0;
    /* background-color: #bfbfbfad; */
    background-image: url(../images/grey.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.gallery_img img {
    width: 100%;
    margin: 15px 0;
    height: 187px;
}

.footer_container {
    background-color: #000;
    color: #ffff;
}

.footer_container hr {
    border-top: 1px solid rgb(255, 255, 255);
}

.footer_container h4 {
    font-size: 25px;
    color: #ffcc00;
    margin-top: 12px;
}

.footer_container p {
    color: #ffff;
}

.footerbottom2 a {
    color: #ffcc00;
    font-size: 16px;
}

.social_link li {
    display: inline-block;
}

.social_link ul {
    text-align: center;
    font-size: 25px;
}

.social_link a,
.important_list i {
    color: #ffcc00
}

.footer_container .text_note {
    margin-bottom: 50px;
}

.important_list ul {
    list-style: none;
    padding-left: 0;
}

.footer_container {
    line-height: 1.8em;
}

.navbar-brand img {
    width: 100%;
    max-width: 125px;
}

.footer_container button {
    color: #000;
}

.our_feature_area .feature_row {
    padding-top: 10px;
}

.our_feature_area .feature_row .feature_content .media .media-body p {
    padding-top: 0px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    line-height: 1.8em;
    font-size: 15px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.our_feature_area .feature_row .feature_content .media .media-body a {
    font: 600 14px sans-serif;
}

.slider_area .slider_inner .camera_caption div h5 {
    color: #000000;
    font: 600 30px sans-serif;
}

.slider_area .slider_inner .camera_caption div h3 {
    color: #000;
    font: 400 24px sans-serif;
    padding-top: 27px;
}

.slider_area .slider_inner .camera_caption div p {
    padding-top: 60px;
    color: #000;
    font: 400 14px/26px sans-serif;
}

@media (max-width: 767px) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background: #000;
    }
    .feature_content {
        margin-top: 30px;
    }
}

.header_aera .navbar-header .navbar-brand img {
    max-width: 125px;
}

.what_we_area .construction_iner {
    padding-top: 0;
    padding-bottom: 25px;
}

.single_product img {
    width: 100%;
    margin-bottom: 20px;
    height: 160px;
}

.single_product {
    padding: 20px;
    border: 1px solid #aaa;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 1px 6px 11px 0px #888888;
}

.single_product h4 {
    font-weight: bold;
}

.single_product a {
    color: #000;
}

.category {
    background-color: #aaaaaa59;
    padding: 20px 10px;
}

.category input[type=checkbox] {
    margin-right: 15px;
}

.banner_area .breadcrumb li a.active {
    color: #f7df09;
}

.product_details h2,
.product_details h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.product_details h4 span {
    font-weight: 500;
}

.product_detail_container img {
    width: 100%;
    padding: 20px;
    /* border: 1px solid #aaa; */
    box-shadow: 1px 6px 11px 5px #8888;
}

.about_us_area .about_row p {
    padding-bottom: 0;
}

.about_us_area .about_row a {
    margin-top: 25px;
}

.all_contact_info .contact_row .send_message .contact_box button {
    background: #f9e30b;
    color: #000000;
}

.all_contact_info .contact_row .contact_info h2:after {
    background: #f6e608;
}

.important_list li a {
    color: #ffff;
}

.important_list li a:hover {
    color: #f9e30b;
}

.our_partners_area .partners {
    padding-bottom: 0px;
}

.banner_area h2 {
    font: 600 40px sans-serif;
}

.all_contact_info .contact_row .send_message .contact_box .input_box {
    color: #000000;
}

@media (max-width: 768px) {
    .tcb-product-item {
        margin-bottom: 0;
    }
    .product_details {
        margin-top: 20px;
    }
}

.panel-default>.panel-heading {
    color: #f8e109;
    background-color: #000000;
    border-color: #000;
}

.panel-title {
    font-weight: 600;
}

.single_product i {
    margin-right: 5px;
}

.single_product h5 span {
    /* text-decoration: line-through; */
    margin-right: 10px;
}