/******For the new style for titles - Only for Lato + Poppins + Roboto style***/
h3 b, h4 b {
	background-color: #444; /*shouold be changable*/
	color: #fff;
	line-height: 31px;
	text-transform: uppercase;
	padding: 0 25px 0 12px;
	font-family: 'Poppins';
    font-weight: 400;
	font-size: 13px;
	position: relative;
    z-index: 1;
	display: inline-block;
}

.titleh3.margin-bottom-20{
	margin-bottom: 23px !important;
	font-size: 16px;
    line-height: 28px;
    position: relative;
    max-height: 40px;
	color: #444;
	text-transform: uppercase;
}

.titleh3.margin-bottom-20 b{
	background-color: #444; /*shouold be changable*/
	color: #fff;
	line-height: 31px;
	text-transform: uppercase;
	padding: 0 30px 0 12px;
	font-family: 'Poppins';
    font-weight: 400;
	font-size: 14px;
	position: relative;
    z-index: 1;
	display: inline-block;
}

.titleh3.margin-bottom-20 b:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: 1;
    border-top: 16px solid transparent;
    border-right: 16px solid #fff;
    border-bottom: 16px solid transparent;
}

h3.margin-bottom-15 b:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: 1;
    border-top: 16px solid transparent;
    border-right: 16px solid #fff;
    border-bottom: 16px solid transparent;
}

.home_sec_one_addon_1 .pull-right, .home_sec_two_addon_1 .pull-right {
    margin-top: 3px!important;
}
.pull-right .nav-tabs>li.active>a, .pull-right .nav-tabs>li.active>a:focus, .pull-right .nav-tabs>li.active>a:hover {
    color: #F26262;
}
h3.margin-bottom-15{
	margin-bottom: 23px !important;
	font-size: 16px;
    line-height: 20px;
    position: relative;
}

h3.margin-bottom-15 b:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: 1;
    border-top: 16px solid transparent;
    border-right: 16px solid #fff;
    border-bottom: 16px solid transparent;
}

h4.margin-bottom-15{
	margin-bottom: 23px !important;
	font-size: 16px;
    line-height: 20px;
    position: relative;
}
h4.margin-bottom-15 b:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: 1;
    border-top: 16px solid transparent;
    border-right: 16px solid #fff;
    border-bottom: 16px solid transparent;
}
/******END - For the new style for titles***/