.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
    align-items: baseline !important;
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: baseline !important;
}

/** Header **/
#ct-header-wrap.ct-header-layout21 #ct-header-middle .ct-header-info-item .h-item-meta label {
    color: #000;
}

#ct-header-wrap.ct-header-layout21 #ct-header-middle .ct-header-info-item .h-item-meta {
    color: #39385a;
}

#ct-header-wrap.ct-header-layout21 .ct-header-main:not(.h-fixed) .ct-main-menu > li > a:before {
	display: none !important;
}

#ct-header-wrap.ct-header-layout21 .ct-header-main:not(.h-fixed) .ct-main-menu > li > a {
    padding: 0 15px !important;
}

.ct-header-main.h-fixed .ct-main-menu > li > a {
    font-size: 13px;
}

@media only screen and (max-width:767px) {
	#ct-header-wrap .ct-header-holder .ct-header-info-item .h-item-meta span, #ct-header-wrap .ct-header-holder .ct-header-info-item .h-item-meta a {
    font-size: 12px;
    line-height: 1.2;
}
}

@media screen and (min-width: 1200px) {
 #ct-header-wrap.ct-header-layout21 .ct-header-main:not(.h-fixed) .ct-main-menu > li {
    margin: 0 -3px !important;
	}}


@media screen and (min-width: 1200px) {
    #ct-header-wrap.ct-header-layout21 .ct-header-main.h-fixed .ct-main-menu > li {
        margin: 0 9px !important;
    }
}

/** embed youtube **/
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** Team **/
.ct-team-carousel1 .item--image img, .ct-team-grid4 .item--image img {
    filter: grayscale(0%) !important;
}


.ct-team-carousel1 .item--inner, .ct-team-grid4 .item--inner {
    padding-bottom: 180px !important;
}

@media only screen and (max-width:767px) {
    .ct-team-carousel1 .item--holder-inner, .ct-team-grid4 .item--holder-inner {
    left: 5px;
    right: 5px;
    padding: 14px 10px;
}

.ct-team-carousel1 .item--inner, .ct-team-grid4 .item--inner {
    padding-bottom: 120px !important;
}

}

/** Posts Table **/
.posts-data-table td, .posts-data-table tr {
    font-size: 14px;
}

.posts-data-table tbody tr {
    background-color: #f9f9f9 !important;
}

.posts-data-table tbody tr:hover {
    background-color: #f5f5f5 !important;
}

.posts-data-table thead tr {
    background-color: #fff;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
}

.posts-data-table a:hover {
    text-decoration: underline;
}

/** Post **/
.entry-content.clearfix a{
		color:#bd1318;
}

.entry-content.clearfix a:hover{
		text-decoration:underline;
}

.title-table{
		background-color:black;
		color:white;
		text-align:center;
}

.content1-table{
		text-align:center;
}

.swf-article-writing-highlight {
    font-size: 20px;
    text-align: justify;
    color: #bd1318;
    border-left: 4px solid #bd1318;
    padding-left: 16px;
    width: 100%;
    clear: both;
	   margin-bottom: 20px;
}

.swf-article-writing-sub-highlight{
		color:#2E3192;
}

ol.alpha-a {
		list-style-type: lower-alpha;
}

ul.mccc-black-dot{
		list-style-type: disc;
   margin-left:30px;
}

ul.mccc-white-dot{
		list-style-type: circle;
		margin-left: 60px;	
}

.entry-body figcaption {
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
}

/**footer margin bottom**/
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0px !important;
}

/**btn**/
.ct-blog-carousel-layout7 .item--readmore a {
  color:#fff;
	background-color: #bd1318;}
