/* Table of Content
==================================================
        #Reset
        #Global
        #The Standard Styles
        #Content
        #Asides
        #Media
        #Navigation
        #Comments
        #Widgets
        #Title Bar

/* =Reset
-------------------------------------------------------------- */
* {
    outline: 0;
}
*:focus,
*:active,
a:active,
a:focus,
select:focus,
button:focus,
input:focus,
input:active { 
    -moz-outline-style: none;
    outline:none;
    outline: 0;
}
:-moz-any-link:focus {
    outline: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html {
    overflow-y: scroll; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
}
body {
    background: #fff;
}
.boxed #wrapper{
    max-width: 1200px;
    margin: auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(28, 28, 28, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(28, 28, 28, 0.5);
    box-shadow: 0 0 10px 0 rgba(28, 28, 28, 0.5);
    transition: all 0.4s;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

a img {
    border: 0;
}


/* =Global
----------------------------------------------- */

button,
input,
select,
textarea {
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 20px;
}
input, select {
    height: 45px;
}
input, select, textarea {
    padding-left: 20px;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    position: relative;
    width: 100%;
}
select option{
    padding: 0 15px;
}
input[type="checkbox"], input[type="radio"] {
    height: auto;
}
input[type="password"], input[type="submit"],
input[type="checkbox"], input[type="radio"] {
    width: auto;
}
a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -khtml-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
    clear: both;
    font-weight: bold;
}
h1 {
    font-size: 42px; 
}

h2 {
    font-size: 36px; 
}

h3 {
    font-size: 24px; 
}

h4 {
    font-size: 18px; 
}

h5 {
    font-size: 16px; 
}

h6 {
    font-size: 14px; 
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
}
*+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
    margin-top: 25px;
}
label.lb_select, span.sp_select{
    position: relative;
    font-weight: 100;
    margin-bottom: 0;
    width: 100%;
}
span.lb_select>select, label.lb_select>select {
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio: 0){
    select {
        padding-right: 18px;
    }
}
label.lb_select:after, span.sp_select:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    color: #c9c6c7;
    right: 20px;
    top: 23%;
}

.vc_column-inner{
    padding-top: 0px !important
}
.no_padding,
.no_padding > .vc_column-inner{
    padding: 0px !important;
}
.no_margin{
    margin:0px !important;
}
.display_none{
    display: none;
}
.diamond_sidebar .textwidget img {
    max-width: 270px;
    width: 100%;
    height: auto;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Text elements */
p {
    margin-bottom: 15px;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}

ol>li>ol, ol>li>ul, ul>li>ol, ul>li>ul,
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 28px;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    background: #f5f5f5;
    border-left: 4px solid #8f8e99;
    margin-bottom: 10px;
}
address {
    font-style: italic;
    margin-bottom: 24px;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}
td {
    border-width: 0 1px 1px 0;
}
td, th {
    padding: 10px;
}
.widget td, .widget th {
    padding: 5px;
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0,0,0,.8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 14px;
    line-height: 1;
    padding: 1.12em 1.5em 1em;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    color: #111;
}

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 20px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 100%;
}


/* =The Standard Styles
-------------------------------------------------------------- */
/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin: 0 25px 30px 0;
}
.alignright {
    display: inline;
    float: right;
    margin: 0 0 30px 25px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-jus{
    text-align: justify
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}



/* =Content
----------------------------------------------- */

article.post{
    overflow: hidden;
}
.sticky {
    color: #333;
    background: #f5f5f5;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.sticky:after {
    content: "";
    width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: 1;
    /*    border: 35px solid transparent;*/
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background-color: #000;
}
.sticky:before {
    content: "\f10e";
    font-family: 'FontAwesome';
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    z-index: 2;
}

.entry-meta {
    clear: both;
}
.byline {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 1.5em;
}
.wp-caption img {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.site-content .gallery {
    margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-content .gallery dd {
    margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.site-content .nav-previous {
    float: left;
    width: 50%;
}
.site-content .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid #333;
    padding: 2px;
}

.comment-list .pingback, .comment-list .trackback{
    border-top: 1px solid #eaeaea;
    padding: 1.6em 0;
}
.comment-navigation{
    display: none;
}

.comments-area > ol{
    margin: 0;
}
.comments-area > ol > .pingback{
    margin-left: 20px;
}
.comments-area > ol ol{
    padding: 0 0 0 100px;
    margin: 0;
}
.comments-area > ol .comment-content ol{
    padding: 0;
    margin-bottom: 0;
    margin-left: 1.5em;
}
.comments-area li.comment-item{
    list-style: none;
}
.comments-area .comment-list li{
    padding: 20px 0 10px 0;
}
.comments-area .comment-list li .comment-content li{
    padding: 0;
}
.comments-area li:first-child{
    border: none;
    padding-bottom: 0;
}
.comments-area .comment-list li .comment-body{

}
.comments-area .comment-list li .comment-body .comment-meta{
    position: relative;
}
.comments-area .comment-list li .comment-body .comment-meta .comment-author{
    line-height: normal;
    padding: 10px 0;
}
.comments-area .comment-list li .comment-body .comment-meta .comment-author img{
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
}
.comments-area .comment-list li .comment-body .comment-meta .comment-author .fn,
.comments-area .comment-list li .comment-body .comment-meta .comment-author .says{
    font-size: 12px;
}
.comments-area .comment-list li .comment-body .comment-meta .comment-metadata{
    bottom: 0;
    font-size: 9px;
    left: 45px;
    font-weight: bold;
    position: absolute;
}
.comments-area .comment-list li .comment-body .comment-content{
    margin-top: 10px;
}
.comments-area .comment-list li .comment-body .reply a{
    font-size: 12px;	
}
/* =Widgets
----------------------------------------------- */

.widget {
    margin: 0 0 50px;
}
.widget:last-child {
    margin: 0;
}
.widget > h4, .widget h4.title{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #0d0b0b;
    display: inline-block;
    padding-right: 10px;
}
.widget ul, .widget ol {
    list-style: none outside none;
    margin: 0;
}
.widget > ul,ul.menu{
    padding-left: 0;
}
.widget_nav_menu .sub-menu{
    display: block;
}
.widget li > ol, .widget li > ul {
    margin-left: 15px;
}

.widget_categories .wg-title,
.widget_archive .wg-title,
.widget_tag_cloud .wg-title,
.widget_search .wg-title{
    font-weight: bold;
    text-transform: uppercase;
    color: #141412;
}
.widget_product_categories ul li,
.widget_categories ul li,
.widget_archive ul li{
    padding: 5px 0;
    border-bottom: 1px solid #d7d7d7;
    overflow: hidden;
}
.widget_product_categories ul li:first-child,
.widget_categories ul li:first-child,
.widget_archive ul li:first-child{
    padding-top: 0;
}
.widget_product_categories ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child{
    border-bottom: none;
}
.widget_product_categories ul li a,
.widget_categories ul li a,
.widget_archive ul li a{
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #676767;
    font-weight: 600;
} 
.widget_product_categories ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover {
    color: #1b1313;
}

/* widget_search */

.widget_product_search,
.widget_search{
    margin-bottom: 30px;
}
.widget_product_search .woocommerce-product-search,
.widget_search .searchform{
    position: relative;
}
.widget_product_search .woocommerce-product-search input.search-field,
.widget_search .searchform input[type=text]{
    height: 45px;
    line-height: inherit;
    padding-left: 20px;
    border: 1px solid #d7d7d7;
    position: relative;
    font-size: 14px;
    width: 100%;
}
.widget_product_search .woocommerce-product-search .qtc-btn-search,
.widget_search .searchform .qtc-btn-search{
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: transparent;
    padding: 9px 15px;
    color: #cbcbcb;
    height: 45px;
}

/*widget tab*/
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a{
    line-height: 36px;
    padding: 0px 15px;
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
    background: #f8f8f8;
    color: #676767;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif;
}

/*widget themecheck*/
.widget_product_categories ul,
.widget_categories ul, .widget_archive ul, .widget_pages ul, .widget_meta ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul, .widget_nav_menu ul{
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_pages ul li, .widget_meta ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, .widget_nav_menu ul li{
    border: none;
}
.widget > ul ul, .widget .menu-testing-menu-container > ul ul{
    margin-left: 15px;
}

.widget ul li:last-child{
    padding-bottom: 0;
}

.widget_product_categories ul li:hover,
.widget_categories ul li:hover, .widget_categories ul li.current-cat, .widget_archive ul li:hover{
    background: none;
}

.widget.widget_rss ul li{
    line-height: 24px;
    margin: 20px 0;
}
.widget.widget_rss .wg-title img{
    width: auto;
}
.widget.widget_rss ul li cite{
    display: block;
    width: 100%;
    text-align: right;
}

.widget.widget_recent_entries .post-date{
    font-size: 14px;
}

/*woocommerce*/
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 500;
}
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 70px;
    height: 70px;
    box-shadow: none;
    margin-top: 8px;
}
.woocommerce ul.product_list_widget li .star-rating {
    margin-top: 5px;
    margin-bottom: 5px;
}
.woocommerce .star-rating:before {
    line-height: initial;
    font-size: 10px;
    color: #444;
    float: none;
    position: inherit;
}
.woocommerce .star-rating span:before {
    line-height: initial;
    font-size: 10px;
    color: #f2cf2d;
}
.woocommerce ul.product_list_widget li .amount {
    background: none;
    color: #f9bf0f;
    font-weight: normal;
    font-size: 18px;
    margin-left: 5px;
}
.woocommerce ul.product_list_widget li ins{
    background: transparent;
}
.woocommerce ul.product_list_widget li del .amount {
    background: none;
    color: #ccc;
    font-weight: normal;
    font-size: 14px;
    margin-left: 0px;
}
.widget_shopping_cart .cart-list .product-info{
    margin-top: 10px;
    border-bottom: 1px solid #eaeaea;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}
.widget_shopping_cart .cart-list > li a {
    font-size: 14px;
    line-height: 18px;
}
.widget_shopping_cart .cart-list .product-left{
    width: 90px;
    float: left;
    position: relative;
    max-height: 125px;
}
.widget_shopping_cart .cart-list > li .product-left .remove{
    position: absolute;
    left: 0;
    padding: 0;
    top: 0;
    font-size: 24px;
    line-height: 24px;
}
.widget_shopping_cart .cart-list > li .price, .widget_shopping_cart .cart-list > li .qty {
    display: block;
    font-size: 14px;
    line-height: 18px;
}
.widget_shopping_cart .cart-list > li .product-right .price {
    color: #f9bf0f;
}
.widget_shopping_cart .cart-list > li .product-left img {
    width: 80px;
    height: auto;
}
.widget_shopping_cart .cart-list > li .product-left a {
    padding-left: 20px;
    position: absolute;
}
.widget_shopping_cart .cart-list .product-right{
    margin-left: 95px;
    line-height: 25px;
}
.widget_shopping_cart .toal-cart {
    margin: 10px 0;
}
.widget_shopping_cart .toal-cart .amount {
    font-size: 18px;
    color: #f9bf0f;
    float: right;
}
.widget_shopping_cart .cart-buttons a.qtc-button-cart {
    margin-right: 10px;
}
/* =Title Bar
----------------------------------------------- */
.qtc_title_bar{
    background-color: #1e1e1e;
    padding: 32px 0;
    margin-bottom: 2%!important;
}
.qtc_title_bar .qtc-title{
    margin-bottom: 0;
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    float: left;
    line-height: inherit;
}
.qtc_title_bar .qtc-title span {
    font-size: 14px;
    padding-right: 10px;
}
.qtc_title_bar .qtc-breadcrumb{
    color: #ffffff;
    float: right;
    font-style: italic;
    font-size: 12px;
    font-weight: 300;
}
.qtc_title_bar .qtc-breadcrumb .woocommerce-breadcrumb{
    color: #ffffff;
    margin: 0;
    font-family: 'Merriweather', sans-serif;
}
.qtc_title_bar .qtc-breadcrumb a {
    font-family: 'Merriweather', sans-serif;
    font-weight: 300;
    color: #e5e5e5;
    transition: all .5s ease;
}
.qtc_title_bar .qtc-breadcrumb span{
    padding: 0 10px;
    &:first-child{
        padding-left: 0;
    }
    &:last-child{
        padding-right: 0;
    }
}
@media (max-width: 767px){
    .qtc_title_bar .qtc-title,
    .qtc_title_bar .qtc-breadcrumb{
        float: none;
    }
    .qtc_title_bar .qtc-breadcrumb span:first-child{
        padding-left: 0;
    }
}
.box-content-p p{
    display: none !important;
}

.cat-item a{
    display: none!important;
}
.blog-grid-3 .qtc-blog-wrap .box .box-content .box-content-title .title{
    text-transform: none!important;
}
.cat a{
    display: none!important;
}
.our-blog .box .box-content .box-content-title .title{
    text-transform: none!important;
}

.our-blog .box .box-content .box-content-title .title{
        width: 308px!important;
        height: 93px!important;
        overflow: hidden!important;
    }
.blog-title-bar .qtc_title_bar .qtc-title{
    display: none!important;
}
.blog-detail .box .box-content-meta ul{
    display: none!important;
}
 .wp-post-image{
    display: none !important;
}
.uk-clearfix p{
    display: block!important;
}
.blog-title-bar .qtc_title_bar .uk-container .uk-container-center .box .uk-clearfix .qtc-title{
    display: none!important;
}
.blog-detail .box .title{
    font-size: 32px!important;
    line-height: 40px!important;
}
.our-blog .box .box-content .box-content-title .title{
    text-transform: none  !important;
}
.header-v1 .header .main-menu li a,.header-v2 .header .main-menu li a,.header-v4 .header .main-menu li a,.header-v3 .header .main-menu li a
{font-family:'Roboto', sans-serif;font-size:12px;color:#3a3939;font-weight:500;text-transform:none !important;}