.td_utkit_wraper {
    position: relative;
}

.td_utkit_subwraper {
    display: flex;
    margin-top: 30px;
}

/*************************
      *  Top Banner
  *************************/
.td_utkit_topbanner {
    display: flex;
    align-items: center;
    position: relative;
}

.td_utkit_topbanner .td_utkit_top_bannerimage {
    position: relative;
    height: 100%;
	width: 100%;
}

.td_utkit_topbanner .td_utkit_top_bannerimage:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg,
            rgba(5, 4, 4, 0.741),
            transparent);
}

.td_utkit_topbanner .td_utkit_top_bannerimage img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.td_utkit_topbanner .td_utkit_top_bannercaptions {
    width: 100%;
    padding: 30px 20px;
    position: absolute;
    overflow: hidden;
    bottom: 0px !important;
    left: 0px !important;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.8604691876750701) 62%,
            rgba(246, 246, 246, 0) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.td_utkit_topbanner .td_utkit_top_bannercaptions a {
    color: #ffffff;
    font-family: "League Spartan", Sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
}

.td_utkit_subflwrper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*************************
      *  second Banner
  *************************/
.td_utkit_secondbaner {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.td_utkit_secondbaner .td_utkit_secondbaner_bannercaptions{
    margin-top: 10px;
    position: relative;
}
.td_utkit_secondbaner .td_utkit_secondbaner_bannercaptions p {
    color: #383636;
    font-family: "Belleza", Sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
	margin-top:10px;
}
.td_utkit_secondbaner .td_utkit_secondbaner_bannercaptions a{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 25px;
    text-align: justify;
}
.td_utkit_secondbaner .td_utkit_secondbaner_bannercaptions .title_caption{
    color: #FF9310;
    text-transform: uppercase;
    margin-right: 5px;
}

.td_metainfo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.td_metainfo_categories{
    display: flex;
}
.td_metainfo_categories a{
    color: #FF9310 !important;
    font-family: "Athena-Regular", Sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    padding: 0px 10px 0px 0px !important;
}

.td_metainfo .dividerpost {
    width: 1px;
    height: 15px;
    background-color: #cfc9c9;
    margin: 0px 10px;
}

.td_metainfo_time{
    color: #8d99ae;
    font-family: "Athena-Regular", Sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}
/***********************
      * 3rd banner
  ***********************/
.td_utkit_remainingbaner {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9e9e9;
}
.td_utkit_remainingbaner:last-child{
	border:none !important;
}
.td_utkit_subremainingbaner {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 8px;
}

.td_utkit_remainingbaner .td_utkit_remainingbaner_bannerimage {
    margin-right: 10px;
    flex-basis: 150px;
    overflow: hidden;
}
.td_utkit_remainingbaner .td_utkit_remainingbaner_bannerimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.td_utkit_remainingbaner .td_utkit_remainingbaner_bannercaptions {
    flex: 1;
}
.td_utkit_remainingbaner .td_utkit_remainingbaner_bannercaptions a{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 25px;
    text-align: justify;
}
.td_utkit_remainingbaner .td_utkit_remainingbaner_bannercaptions .title_caption{
    color: #FF9310;
    text-transform: uppercase;
    margin-right: 5px;
}
.td_utkit_subleftwraper{
    flex:1;
	margin-right:10px;
    border-bottom: 1px solid #e9e9e9;
}
.td_utkit_subrightwraper{
    flex:1;
	margin-left:10px;
    border-bottom: 1px solid #e9e9e9;
}