/* ----------------------------------------------------------------
	First Top Bar
-----------------------------------------------------------------*/
.logo-container .logo-infocard .custom > div > div
{
    float: right;
}



@media only screen and (max-width: 768px)
{
    .topbar > .content
    {
        display: block !important;
    }
}

/* ----------------------------------------------------------------
	Nav Bar
-----------------------------------------------------------------*/
#site_header .topbar .content .top_details span
{
    font-size: 22px;
}
.light_header #navy > li > a
{
	font-size: 16px;
}
/* ----------------------------------------------------------------
	widget
-----------------------------------------------------------------*/
.widget_block > h6
{
    font-size: 20px;
    font-weight: bold;
}

.widget_block > ul > li > a,
.widget_block ul li.menu-item
{
    font-size: 18px;
}
.widget_block ul li:after
{
    display: none !important;
}

.widget_title:after,
.widget_title:before
{
    left: auto;
    right: 0;
}
/* ----------------------------------------------------------------
	Services
-----------------------------------------------------------------*/
#home-service .service_box:before
{
    opacity: 0.7;
}


/* ----------------------------------------------------------------

-----------------------------------------------------------------*/
.frontech-btn-black-lg.btn-right
{
    float: left;
}
.customize-partial-edit-shortcut, .widget .customize-partial-edit-shortcut
{
    float: right;
}

/* ----------------------------------------------------------------
	Single Post
-----------------------------------------------------------------*/
.single-post .post_title_con .title
{
    font-size: 32px;
}
.single-post .hm_blog_full_list .blog_grid_con p
{
    font-size: 20px;
}

/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/
#kyma_owl_slider .owl-wrapper-outer {
    height: 100% !important;
}






/***************** My Framework *************************/

.d-none
{
    display: none !important;
}






















