.error{border: 1px solid #FF0800;}
.fa{
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    background: #E6E8E8;
    color: #272724;
    border-radius: 50%;
}
.border-blue{border:1px solid #69AD9D; padding:10px 20px;}
.border-orange{border:1px solid #E06136;padding:10px 20px;}

.button-custom{display: inline-block; color:#fff; background-color:#8dc152; text-align: center; padding:5px 15px; font-weight: 700;}
.button-custom:hover{color:#fff; text-decoration: none !important;}
.custom-blue{background-color:#C2D6D7; padding:10px;}
.btn-custom, .btn-custom:hover, .btn-custom:active, .btn-custom:focus, .btn-custom:visited, .btn-custom:focus-within{background-color: #E06136 !important;}
h1, h3{margin: 20px 0px 10px; font-size: 24px;}
.tc{text-align: center;}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}


.qr{margin: 5px 0px;}
.text_red{color: #E06136;}
.text_red:hover{color: #E06136;}

.cerror{color: red;}

li {list-style-type: none;}
li.li-content:before{content: "- "}

@media (min-width: 1450px){
    .r-title{font-size: 36px;}
}

@media (max-width: 1450px) and (min-width: 1100px){
    .r-title{font-size: 25px;}
}

@media (max-width: 1100px) and (min-width: 991px){
    .r-title{font-size: 18px;}
}

@media (min-width: 992px){
    .qr-mt30{margin-top: 30px; padding-left: 0px;}
    .qr-mt20{margin-top: 20px; padding-left: 0px;}
    .mgtext {margin-top: 3%;}
    .mgtext2{margin-top: 1%;}
    .mgtext3{margin-top: 5%;}
    .mgtext4{margin-top: 3%;}
    .row-5 > .col-md-3 {width: 20%;}
    img.section_images{padding: 0px; width: 100%; height: 350px;}

    .row-5 > .col-lg-2 {
        width: 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 991px){
    .mgtext, .mgtext2, .mgtext3, .mgtext4, .qr-mt30, .qr-mt20{margin-top: 0px;}
    img.section_images{padding: 0px; width: 100%; height: auto;}
    .r-title{display: none;}

    .hid-title{display: block !important;}

    .second-but{margin-top: 15px;}
    .mgtext, .mgtext2, .mgtext3, .mgtext4 {order: 1;}
    .img_ord{order: 2;}
}

.table-border-2{border: 1px solid #8dc152;padding: 10px;}
.table-border-2:not(:first-child){text-align: center;}
.iframe-custom{position: relative;padding-bottom: 56.25%;height: 0;}
.iframe-custom iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.nav-pills {
    display: flex;
    justify-content: center;
}
.nav>li>a{
    position: relative;
    display: block;
    padding: 10px 15px;
    color:#fff !important;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: rgb(179,179,179) !important;
}
.foo{
    background-color: #404040;
    text-align: center;
    color:#fff;
    padding:20px 20px;
}
.ulw{width:50px;}
.ico-yt:hover {
    background-color: #b2b2b2 !important;
}

@media only screen and (max-width: 480px) {
    .nav-pills li{
        display:block !important;
    }

    .social-xs li{
        display: block !important;
    }
}

@media (min-width: 992px){
    .m-top60-30{margin-top: 60px;}
}

@media (max-width: 991px){
    .m-top60-30{margin-top: 30px;}
    .posimg{order: 2;}
    .postxt{order: 1;}
}
