/*===== Common Class =====*/

html {
    -webkit-font-smoothing: antialiased;
}
body {
    font-size: 14px;
    margin: 0 !important;
    padding: 0 !important;
}
* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
ul {
    margin: 0;
    padding: 0;
    /*list-style: none;*/
}
ul li {
    margin: 0;
    padding: 0;
    /*list-style: none;*/
}
a,
a:hover {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
a:focus,
select:focus {
    outline: none;
}
a,
input,
button,
textarea {
    outline: none !important;
}
img {
    margin: 0;
    padding: 0;
    border: 0;
}
:focus {
    outline: none;
}
.fr {
    float: right !important;
}
.fl {
    float: left !important;
}
/*====================================
      Bootstrap Class override Strat
      ======================================*/

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.navbar-inverse {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
}
.navbar-inverse .navbar-nav > li > a {} .navbar-inverse .navbar-nav > li > a:focus {} .navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {} .navbar-toggle {} .navbar-toggle:hover {} .navbar-toggle .icon-bar {} .navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {} .navbar-toggle:focus {}
/*====================================
     Bootstrap Class override End
     ======================================*/
/*===================================== 
        New Class 
        =======================================*/
/* Home page start  */

.main_wapper {
    position: relative;
    float: left;
    width: 100%;
}
.header_wapper {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
}
/* Header */

.header {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
}
.header-top-right {
    width: 50%;
    float: right;
    padding: 20px 0 0 0;
    text-align: right;
}
.header-top-right p {
    font-family: 'robotomedium';
}
.navbar-custom {
    width: 100%;
    float: left;
    background: none;
    border: none;
    padding: 0 0 0 0;
}
.navbar-menu {
    width: auto;
    float: right;
    padding: 30px 0 0 0;
}
.navbar-menu li {
    border-right: 1px solid #000;
}
.navbar-menu li:last-child {
    border-right: none;
}
.navbar-menu li a {
    color: #000 !important;
    font-family: 'robotomedium';
    font-size: 14px;
    padding: 0 10px;
}
.navbar-menu li:last-child a {
    padding: 0 0 0 10px;
}
.navbar-menu li a:hover {
    color: #9d3133 !important;
}
.p-r0 {
    padding-right: 0;
}
.navbar-brand {
    padding: 15px 0;
}
/* Header */
/* Banner */

.banner_wapper {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 0 0px 0;
}
banner#myCarousel {
    float: left;
    width: 100%;
}
.banner_wrapper {
    float: left;
    width: 100%;
    position: relative;
}
.banner_wapper img {
    width: 100%;
}
.banner_wrapper .carousel-caption {
    position: absolute;
    width: 100%;
    clear: both;
    z-index: 3;
    top: 0 !important;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner_wapper .carousel-caption {
    top: 4%;
    left: 16%;
    width: 35%;
}
.banner_wapper .carousel-caption h1 {
    font-family: 'robotomedium';
    letter-spacing: 4px;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    text-shadow: none;
    text-align: left;
}
.banner_wapper .carousel-caption p {
    font-family: 'robotobold';
    font-size: 16px;
    font-weight: normal;
    padding: 20px 0 0 0;
    line-height: 25px;
}
.btn-custom {
    background: #9d3133;
    color: #fff;
    border-radius: 7px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-family: 'robotobold';
    font-size: 16px;
    margin: 280px 0 0 307px;
}
.btn-custom:hover {
    background: #be4143;
    color: #fff;
}
/* Banner */

.content-wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 0px 0;
}
/* Container Top */

.c-top-deatil {
    width: 100%;
    float: left;
    padding: 30px 20px;
}
.c-top-l-detail {
    width: 100%;
    float: left;
    padding: 0 0 40px 0;
}
.l-icon {
    width: 15%;
    float: left;
    padding: 5px 0 0 0;
}
.r-info {
    width: 85%;
    float: left;
    padding: 5px 0 0 15px;
}
.r-info h2 {
    font-family: 'robotomedium';
    color: #000;
    font-size: 20px;
}
.r-info p {
    font-family: 'robotoregular';
    padding: 10px 0 0 0;
}
.corp-info {
    width: 100%;
    float: left;
    background: #EBEBEB;
    padding: 0 0 3% 0;
}
.corp-info h3 {
    font-family: 'robotobold';
    font-size: 15px;
    text-align: center;
    padding: 0;
}
.crop-info-video iframe {
    margin: 15px;
}
.about-contact {
    padding: 15px;
}
.about-contact .form-group input {
    font-family: 'robotoregular';
    color: #555;
    border: 1px solid #000;
    border-radius: 0;
}
.about-contact textarea {
    font-family: 'robotoregular';
    color: #555;
    border: 1px solid #000;
    border-radius: 0;
    height: 34px;
}
.about-contact select.form-control {
    font-family: 'robotoregular';
    color: #9d9d9d;
    border: 1px solid #000;
    border-radius: 0;
}
.send-btn {
    text-align: center;
    background: #9D3133;
    padding: 5px 20px;
    color: #fff !important;
    border: none;
    font-family: 'robotomedium';
    border-radius: 7px !important;
    border: 1px solid #000;
    font-style: italic;
}
.send-btn:hover {
    background: #b43639;
}
/* Container Top */
/* Your Industry */

.your-industry {
    width: 100%;
    float: left;
    background: #689B31;
    padding: 0 0 20px 0;
}
.your-industry h2 {
    text-align: center;
    color: #fff;
    font-family: 'robotoregular';
    padding: 40px 0;
}
.industry-detail-in {
    float: left;
    padding: 0 0 0 0;
    border-radius: 2px;
    background: #fff;
    margin: 0 0 5px 0;
}
.industry-home {
    text-align: center;
    padding: 0 30px;
}
.industry-home a {
    color: #fff;
    font-size: 20px;
}
.industry-home h3 {
    margin: 0 0 35px;
}
.l-industry-detail img {
    width: 100%;
}
.l-industry-detail {
    width: 100%;
    float: left;
    padding: 10px;
}
.l-industry-detail h3 {
    font-family: 'robotomedium';
    font-size: 16px;
    text-align: center;
    color: #689B31;
    padding: 15px 0 0px 0;
}
.l-industry-detail p {
    font-family: 'robotoregular';
    font-size: 17px;
    color: #fff;
    letter-spacing: 2px;
    padding: 15px 0 0 0;
    line-height: 25px;
}
.l-industry-detail.txt-right {
    text-align: right;
}
.r-industry-img {
    width: 20%;
    float: left;
}
.r-industry-img img {
    width: auto;
}
.l-industry-detail-t-right h3 {
    text-align: right;
}
/* Your Industry */
/* Brand */

.brand-section {
    width: 100%;
    float: left;
    padding: 50px 0 0 0;
}
.brand-logo h2 {
    font-family: 'robotomedium';
    text-align: center;
}
.global-brands {
    width: 100%;
    float: left;
    padding: 30px 0 40px 0;
}
.global-brands li {
    padding: 10px 20px 0 0;
    float: left;
}
/* Brand*/
/* Contact Us */

.contact-us {
    width: 100%;
    float: left;
    background: #9b9931;
    padding: 50px 0 0 0;
    /*margin: 15px 0 0 0;*/
}
.contact-us-detail h3 {
    text-align: center;
    font-family: 'robotomedium';
    color: #fff;
    font-size: 40px;
}
.c-us {
    width: 100%;
    float: left;
    padding: 30px 0 0 0;
}
.c-us h4 {
    font-family: 'robotobold';
    font-size: 15px;
    color: #fff;
}
.c-form-group {
    width: 100%;
    float: left;
    padding: 20px 0 0 0;
}
.c-form-group textarea {
    height: 34px !important;
}
.g-color {
    background: #fff;
    color: #9B8F31;
    padding: 5px 20px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-family: 'robotomedium';
    border-radius: 7px;
    border: 1px solid #000;
}
.g-color:hover {
    background: #e9e9e9;
}
.c-form-group select.form-control {
    font-family: 'robotoregular';
    color: #9d9d9d;
}
.c-form-group .form-group {
    font-family: 'robotoregular';
    color: #9d9d9d;
}
.user-comment {
    text-align: center;
    padding: 30px 0 0 0;
}
.social-icon {
    padding: 60px 0 0 0;
    width: 100%;
    text-align: center;
}
.social-icon a {
    color: #fff;
    font-size: 30px;
    padding: 0 20px 0 0;
}
.social-icon-contact {
    padding: 60px 0 0 0;
    width: 100%;
    text-align: center;
}
.social-icon-contact a {
    color: #000;
    font-size: 30px;
    padding: 0 20px 0 0;
}
.c-form-group .form-group {
    margin-bottom: 5px;
}
.c-form-group .form-control {
    border-radius: 0;
    border: 1px solid #000;
}
.c-address {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0 0;
    float: left;
    color: #fff;
}
.c-address-contact {
    width: 50%;
    margin: 0 auto;
    padding: 30px 0 0 0;
    float: left;
    color: #000;
}
.city {
    float: right;
    width: 22%;
    padding-top: 28px;
}
.city li {
    float: left;
    width: 100%;
}
.city li a {
    font-family: 'robotobold';
    font-size: 15px;
    line-height: 18px;
}
.c-address-contact .city li a {
    font-family: 'robotobold';
    font-size: 15px;
    line-height: 18px;
}
.c-address h4 {
    color: #fff;
    font-family: 'robotobold';
    font-size: 15px;
}
.c-address p {
    font-family: 'robotoregular';
    color: #fff;
    padding: 20px 0 0 0;
}
.c-address span {
    font-family: 'robotoregular';
    color: #fff;
    padding: 15px 0 0 0;
    float: left;
}
.c-address-contact h4 {
    color: #000;
    font-family: 'robotobold';
    font-size: 15px;
}
.c-address-contact p {
    font-family: 'robotoregular';
    color: #000;
    padding: 20px 0 0 0;
}
.c-address-contact span {
    font-family: 'robotoregular';
    color: #000;
    padding: 15px 0 0 0;
    float: left;
}
/* Contact Us */
/* Footer Top */

.C-btm-detail {
    width: 100%;
    float: left;
    background: #F7F6F6;
    padding: 30px 0 30px 0;
    border-bottom: 2px solid #444444;
    /*margin-top: 30px;*/
}
.C-top-img {
    text-align: center;
}
.C-top-img p {
    text-align: center;
    padding: 10px 0 0 0;
    font-family: 'robotomedium';
}
/* Footer Top */

section.footer {
    width: 100%;
    position: relative;
    float: left;
    padding: 0 0 0px 0;
}
.footer-top {
    width: 100%;
    float: left;
    padding: 30px 0 0 0;
}
.footer-top h2 {
    font-family: 'robotomedium';
    text-align: center;
}
.footer-m-info {
    width: 100%;
    float: left;
    padding: 40px 0 0 0;
}
.footer-m-info h3 {
    font-family: 'robotomedium';
    /*text-align: center;*/
    
    font-size: 16px;
    padding: 0 0 10px 0;
}
.footer-m-info li {
    /*text-align: center;*/
    
    line-height: 24px;
}
.footer-m-info li a {
    color: #000;
    font-family: 'robotoregular';
}
.footer-m-info li a:hover {
    color: #9D3133;
}
.copyright {
    width: 100%;
    float: left;
    background: #444444;
    padding: 0 0 0 0;
    /*margin: 30px 0 0 0;*/
}
.copyright p {
    color: #fff;
    font-family: 'robotoregular';
    text-align: center;
    padding: 15px 0;
}
.copyright p a {
    color: #fff;
    font-family: 'robotoregular';
}
.center-block {
    float: none;
}
.global-brands .row {
    margin: 0 0 20px 0;
}
.global-brands img {
    width: 100%;
}
/*--------------- header wrapper start -------*/

.C-btm-detail-in {
    background: #f7f5f6;
}
.brand-main {
    float: left;
    width: 100%;
    position: relative;
}
.owl-carousel .owl-item img {
    width: auto !important;
}
h3.lcs_logo_title {
    text-align: center;
    padding: 10px 0 0 0;
    font-family: 'robotomedium';
    font-size: 14px !important;
    color: #333 !important;
}
h3.lcs_logo_title:hover {
    color: #333 !important;
}
/*--------------- Consumer Product Start-------*/

.innerpagedetail {
    width: 100%;
    float: left;
    border-top: 1px solid #000;
    padding: 20px 0 0 0;
}
.innerpagedetail > .col-md-8 {
    padding: 0;
    margin: 0;
}
.c-product-detail-top .col-md-6 {
    padding: 0;
    margin: 0;
}
.c-product-detail-top img {
    /* width: 100%;*/
}
.c-product-detail-top h3 {
    font-family: 'robotomedium';
    padding: 0 0 0 20px;
    margin: 0;
}
/*.pagination {
    padding: 5px 0 0 20px;
    margin: 0;
    float: left;
}
.pagination ul {
    margin: 0;
    padding: 0;
}
.pagination li {
    float: left;
    padding: 0 10px 0 0;
    font-family: 'robotoregular';
}
.pagination li a {
    color: #000;
}*/
.c-product-detail-info {
    width: 100%;
    float: left;
    border-top: 1px solid #d9d9d9;
    margin: 15px 0 0 0;
    padding: 30px 0 0 0;
}
.c-product-detail-info > p {
    font-family: 'robotoregular';
    font-size: 16px;
    line-height: 25px;
    padding: 0px 0 10px 0;
}
.c-product-detail-btm .col-md-3 {
    padding-left: 0px;
    padding-bottom: 4px;
}
.c-Bx {
    width: 100%;
    float: left;
    background: #ebebeb;
    min-height: 225px;
    padding: 10px;
    margin: 10px 0 0 0;
}
.c-Bx h4 {
    font-family: 'robotomedium';
    padding: 0 0 10px 0;
    font-size: 16px;
    min-height: 42px;
}
.c-Bx h4 a {
    color: #000;
}
.c-Bx li {
    padding: 5px 0 0 0;
}
.c-Bx li a {
    font-family: 'robotoregular';
    color: #000;
}
.c-Bx li a:hover {
    color: #9d3133;
}
.corp-info img {
    width: 100%;
    padding: 10px;
}
.technical-resources {
    width: 100%;
    float: left;
    padding: 10px 0 10px 0;
}
.technical-resources h4 {
    font-family: 'robotomedium';
    text-align: center;
    font-size: 15px;
}
.technical-resources ul {
    padding: 15px 0 0 15px;
}
.technical-resources li {
    list-style-type: disc;
    margin: 0 0 0 15px;
    padding: 5px 0 3px 0;
}
.technical-resources li a {
    font-family: 'robotoregular';
    color: #000;
    font-size: 12px;
}
.technical-resources li a:hover {
    color: #9d3133;
}
.c-product-detail-btm {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}
/*--------------- Consumer Product End-------*/
/*--------------- Toys & Childrens Start-------*/

.toys-c {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
}
.toys-c p {
    font-family: 'robotoregular';
}
.service-c {
    width: 100%;
    float: left;
    padding: 30px 0 0 0;
}
.toys-c .col-md-6 {
    padding-left: 0;
}
.service-c h4 {
    font-family: 'robotomedium';
}
.service-c-in {
    width: 100%;
    float: left;
    background: #ebebeb;
    padding: 8px;
    margin: 15px 0 0 0;
}
.service-c-des {
    width: 100%;
    float: left;
    padding: 0 0 20px 0;
}
.service-c-des h4 {
    font-family: 'robotomedium';
}
.service-c-des p {
    font-size: 12px;
    padding: 7px 0 0 0;
    line-height: 20px;
}
.service-c-des ul {
    padding: 15px 0 0 0;
}
.service-c-des ul li {
    padding: 5.3px 0;
}
.service-c-des ul li a {
    font-family: 'robotoregular';
}
/*--------------- Toys & Childrens End-------*/
/*--------------- Technical Resources Start-------*/

.t-resources h3 {
    font-family: 'robotomedium';
    padding: 0 0 0 0px;
    margin: 0;
}
.t-resources .col-md-12 {
    padding: 0;
}
.t-resources .pagination {
    padding: 5px 0 0 0;
}
.by-industry {
    width: 100%;
    float: left;
    padding: 15px 0 0 0;
}
.by-industry p {
    font-family: 'robotoregular';
}
.by-industry ul {
    padding: 20px 0 0 0;
}
.by-industry li {
    font-size: 25px;
    font-family: 'robotobold';
    padding: 15px 0;
}
/*--------------- Technical Resources End-------*/

.ajax-loader {
    width: auto !important;
}
.sub-menu {
    position: absolute;
}
.sub-menu {
    padding: 0;
    left: 10px;
    border-radius: 4px !important;
}
.sub-menu li {
    border: none;
}
.sub-menu li a {
    padding: 10px 15px;
}
.sub-menu li a:last-child {
    padding: 10px;
}
.sub-menu li a:hover {
    background: #9E3134;
    color: #fff !important;
    padding: 10px 17px;
}
h2.screen-reader-text {
    display: none;
}
h2.entry-title.post-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.post-thumb-img a img {
    float: left;
    width: 30% !important;
    margin: 0 8px 0 0;
}
.category-test-cat {
    float: left;
    width: 100%;
    margin: 0 0 0px 0;
    border-bottom: 1px solid lightgray;
    padding: 30px 0 30px 0;
}
.category-content p {
    line-height: 25px;
}
h1.entry-title.c-single-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.entry-content.c-single-content p {
    margin: 20px 0 0 0;
    line-height: 25px;
}
.nav-links {
    float: left;
    margin: 20px 0 0 0;
    width: 100%;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.nav-next span.meta-nav {
    float: right;
    margin: 0 0 0 7px;
}
.by-industry a {
    color: #333;
}
.about-contact.request-page {
    padding: 15px 0;
}
.about-contact.request-page label {
    font-family: 'robotomedium';
    width: 80%;
}
.about-contact.request-page label input {
    margin: 8px 0 0 0;
    width: 100%;
}
.about-contact.request-page textarea {
    margin: 10px 0 0 0;
    border: 1px solid #000 !important;
    border-radius: 0px;
}
i.fa.fa-facebook.facebook-icon {
    color: #3b5998;
}
i.fa.fa-facebook.facebook-icon:hover {
    color: #000;
}
i.fa.fa-linkedin.linkedin-icon {
    color: #0083be;
}
i.fa.fa-linkedin.linkedin-icon:hover {
    color: #000;
}
i.fa.fa-twitter.twitter-icon {
    color: #3498d8;
}
i.fa.fa-twitter.twitter-icon:hover {
    color: #000;
}
i.fa.fa-slideshare.slideshare-icon {
    color: #0da8aa;
}
i.fa.fa-slideshare.slideshare-icon:hover {
    color: #000;
}
i.fa.fa-tumblr.tumblr-icon {
    color: #33465d;
}
i.fa.fa-tumblr.tumblr-icon:hover {
    color: #000;
}
.question-form-title {
    font-weight: bold;
}
form#question_form {
    margin: 25px 0 0 0;
}
.form-field div#ewd-ufaq-review-title {
    font-size: 17px;
    margin: 0 0 2px 0;
    width: 100%;
}
.form-field .ewd-ufaq-review-explanation p,
.ewd-faq-review-explanation p {
    font-size: 17px;
    margin: 0 0 2px 0;
    font-weight: 600;
    width: 100%;
}
.form-field input {
    padding: 7px;
    width: 50%;
    margin: 0 0 10px 0;
    border: 1px solid #000;
}
.form-field {
    padding-bottom: 2%;
}
.ewd-ufaq-question-form {
    padding-top: 2%;
}
.form-field .ewd-faq-review-label {
    margin: 6px 0 0 0;
    font-size: 17px;
}
.form-field p {
    font-size: 17px;
    margin: 0 0 2px 0;
    width: 100%;
}
.submit .button-primary {
    background: #9D3133;
    padding: 5px 20px;
    color: #fff;
    border: 1px solid #000;
    border-radius: 6px;
}
.submit .button-primary:hover {
    background: #b43639;
}
.c-product-detail-info ul {
    margin: 0 0 0 16px;
}
.c-product-detail-info ul li {
    padding: 0 0 8px 0;
}
.c-product-detail-info img {
    margin: 0 15px 15px 0;
    float: left;
}
.ewd-ufaq-question-update {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
p.faq-form-title,
p.faq-form-instruction {
    font-weight: bold;
    padding-bottom: 1%;
}
.list-custom-taxonomy-widget li {
    list-style-type: disc;
    margin: 0 0 0 15px;
    padding: 5px 0 3px;
}
.list-custom-taxonomy-widget ul {
    padding: 15px 0 0 15px;
}
.list-custom-taxonomy-widget li a {
    color: #000;
    font-family: "robotoregular";
    font-size: 18px;
}
.list-custom-taxonomy-widget li a:hover {
    color: #9d3133;
}
.corp-info-btm .event-list .multi-date,
.corp-info .event-list .multi-date {
    display: none !important;
}
.corp-info-btm .event-info.multi-day,
.corp-info .event-info.multi-day {
    margin: 0;
    padding: 0 10px;
}
.corp-info-btm .event-title,
.corp-info .event-title {
    margin-bottom: 2%;
}
.user-comment > img {
    width: auto;
}
.single-contact {
    display: inline-block;
    width: calc(98% / 7);
    text-align: center;
}
.single-contact span {
    color: #fff;
}
.circleforimg {
    background-color: #333f50;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    margin: 0 auto 20px;
}
.circleforimg > img {
    height: 75px;
    position: relative;
    width: 75px;
    top: 22px;
}
.contact-container {
    padding: 6% 0;
}
.wps_simple_grid_item {
    height: auto !important;
    padding: 0 11px;
    width: auto !important;
}
#gridres2_container .wps_simple_grid_item {
    padding: 0 1%;
}
#gridres2_container {
    padding: 0 9%;
}
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 50%;
    width: 100%;
}
.search-form {
    float: left;
}
.search-thumbnail img {
    height: 50% !important;
    width: 50% !important;
}
h2.recent_posts_with_excerpts {
    font-family: 'robotobold';
    font-size: 15px;
    text-align: center;
    padding: 14px 0 0;
}
ul.recent_posts_with_excerpts {
    width: 100%;
    float: left;
}
ul.recent_posts_with_excerpts p {
    font-family: 'robotoregular';
    padding: 15px;
    line-height: 22px;
    font-size: 12px;
}
p.alignright {
    padding: 0 15px !important;
}
.recent_posts_with_excerpts blockquote {
    padding: 0;
}
.about-hqts {
    width: 100%;
    float: left;
    /* padding: 20px 0 0 0;*/
}
.about-hqts h3 {
    font-family: 'robotobold';
    font-size: 15px;
    text-align: center;
    padding: 0px 0 0 0;
}
.about-hqts p {
    /*    font-family: 'robotoregular';

    padding: 15px;

    line-height: 22px;

    font-size: 12px;*/
}
/**** Testimonial Form css ****/

.strong-form {
    border: 1px solid #CCC;
    display: inline-block;
    /* to clear floats */
    
    width: 100%;
}
/* the first 4 fields */

.strong-form p.form-field:nth-of-type(-n+4) {
    width: 48.5%;
}
/* the 1st and 3rd fields */

.strong-form p.form-field:nth-of-type(1),
.strong-form p.form-field:nth-of-type(3) {
    float: left;
}
/* the 2nd and 4th fields */

.strong-form p.form-field:nth-of-type(2),
.strong-form p.form-field:nth-of-type(4) {
    float: right;
}
.submit-testimonial {
    padding: 20px 0;
}
#wpmtst_submit_testimonial {
    background: #9d3133 none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 7px !important;
    color: #fff !important;
    font-family: "robotomedium";
    font-style: italic;
    padding: 5px 20px;
    text-align: center;
}
/**** Testimonial Form css ****/

ul.dpe-flexible-posts h4 {
    font-size: 12px;
    line-height: 26px;
    color: #000;
}
ul.dpe-flexible-posts {
    margin: 20px 0 20px 20px;
}
ul.dpe-flexible-posts li {
    list-style-type: disc;
    margin: 0 0 0 10px;
    float: left;
    width: 100%;
}
.dpe-flexible-posts .title {
    color: #000;
    font-size: 16px;
}
.recent_posts_with_excerpts li {
    list-style-type: none;
}
section.footer ul {
    list-style: none;
}
.request-popup label {
    width: 100%;
}
.header-top-right p {
    padding: 10px 0 0 0;
}
.top-search {
    float: left;
    width: 65%;
}
.ufaq-faq-category h3 {
    padding: 10px 0 0 0;
    font-size: 20px;
    margin: 0 0 8px 0;
}
.ufaq-faq-title-text h4 {
    font-size: 17px;
}
.ufaq-faq-display-style-Minimalist .ewd-ufaq-post-margin-symbol span {
    font-size: 18px;
}
.ufaq-faq-display-style-Minimalist .ufaq-faq-body {
    padding: 13px 00;
    padding-left: 20px;
}
.ufaq-faq-display-style-Minimalist {
    border-bottom: 1px solid #dedede;
    padding: 8px 0;
}
p.location-link a {
    color: #fff !important;
    font-family: "robotobold";
    font-size: 15px;
}
/* management image */
.tlp-single-detail img {
    height: 160px !important;
    width: 160px !important;
}
.owl-wrapper {
    margin: 0 auto;
}
/* Search box css */

#ajaxsearchpro2_1,
#ajaxsearchpro2_2,
div.ajaxsearchpro[id*="ajaxsearchpro2_"] {
    background: none!important;
    box-shadow: none!important;
    border: 1px solid #30689b;
}
#ajaxsearchpro2_1 .probox .prosettings,
#ajaxsearchpro2_2 .probox .prosettings,
div.ajaxsearchpro[id*="ajaxsearchpro2_"] .probox .prosettings {
    background-image: none !important;
}
#ajaxsearchpro2_1 .probox .promagnifier,
#ajaxsearchpro2_2 .probox .promagnifier,
div.ajaxsearchpro[id*="ajaxsearchpro2_"] .probox .promagnifier {
    background-color: #BABABA !important;
    background-image: none !important;
    box-shadow: none !important;
}
#ajaxsearchprores2_1.vertical,
#ajaxsearchprores2_2.vertical,
div.ajaxsearchpro[id*="ajaxsearchprores2_"].vertical {
    background-color: #BABABA !important;
    background-image: none !important;
}
div.ajaxsearchpro[id*="ajaxsearchprosettings2_"].searchsettings,
div.ajaxsearchpro[id*="ajaxsearchprosettings2_"].searchsettings,
div.ajaxsearchpro[id*="ajaxsearchprosettings2_"].searchsettings {
    background-color: #BABABA !important;
    background-image: none !important;
}
blockquote {
    font-size: 14px !important;
    margin: 10px 0 !important;
    padding: 5px 10px !important;
    text-align: justify;
}
.l-icon {
    padding: 45px 0 0 !important;
}
.c-product-detail-info figure {
    float: left;
    margin: 0 15px 15px 0;
}
.lang-list {
    padding: 1px 0 0 4px !important;
    background: none !important;
}
.lang-list:hover {
    padding: 1px 0 0 4px !important;
    background: none !important;
}
.top-drop a:hover {
    background: #9E3134 !important;
    color: #fff !important;
}
.hr-l {
    display: inline-block;
}
#wpmtst_submit_testimonial {
    width: 100% !important;
}
.wpb_wrapper > ul > li {
    margin: 0px 0px 0px 18px;
}
.container {
    font-family: 'robotoregular';
}
.c-product-detail-info > p {
    padding: 0px 0 22px 0 !important;
}
.event-details p {
    font-size: 14px !important;
    text-align: justify;
}
span.event-location {
    font-weight: bold;
}
.event-title h3 {
    text-align: left !important;
}
.news_li {
    border-bottom: none !important;
    text-align: justify!important;
}
.news_li > h3 {
    float: left;
}
.newspost-title {
    color: #337ab7 !important;
}
.news_li h3 {
    clear: none;
    margin: 0 !important;
    padding: 0;
}
div#mep_0 {
    width: 90% !important;
    margin: 0px auto;
    margin-top: 20px;
}
.corp-info h3 {
    margin-top: 30px;
}
.single-contact {
    width: calc(98% / 7) !important;
}
.recent-news-items h3 {
    width: 100%;
    text-align: left !important;
    margin-bottom: 2% !important;
}
.search-section {
    margin: 20px auto;
}
.custom-breadcrumb {
    margin: 15px auto;
}
p.no-event {
    margin: 0 0.5em;
    padding: 0 10px;
}
.corp-info h3:first-child {
    margin-top: 0;
}
.home-heading {
color:#000 !important;
}
.home-subtitle a {
    color: #000;
}
h1.home-maintitle {
    padding-bottom: 2%;
}
.default-post {
    border-bottom: 7px double #ddd;
    padding: 10px 0;
    float:left;
}
.default-post:last-child {
    border-bottom:none;
}
.read-more-btn{
    padding: 10px 0;
}
.default-post-details {
    float: left;
}
.no-padding{padding:0}
.default-post-content .post-title {
    font-weight: bold !important;
    font-size: 24px !important;
}
.page-numbers {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 10%;
    margin: 0 2px;
}
.page-numbers.current {
    background-color: #eee;
}
.corp-info-btm {
    float: left;
    width: 100%;
}
.corp-info-btm .tagcloud{
padding:15px;
}
.corp-info-btm .tagcloud .tag-cloud-link {
    float: left;
    width: 100%;
    padding-bottom: 3px;
}

.view-all-article {
    padding: 10px 0;
    float: left;
}