/*Artical page css start*/
.articles_more_page {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding: 0px 15px;
}
.et-db .type-partner #et-boc .et-l .et_pb_text_0.et_pb_text a {
    color: #2ea3f2 !important;
}
.et-db .type-partner #et-boc .et-l .et_pb_row_1 {
    box-shadow: none !important;
}
.et-db .type-case #et-boc .et-l .et_pb_divider_2, .et-db .type-case #et-boc .et-l .et_pb_divider_1 , .et-db .type-case #et-boc .et-l .et_pb_divider_3{
    margin: unset;
}
.et-db .type-case #et-boc .et_pb_circle_counter_inner{
margin-top : 30px;
}

.articles_heading {
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 0px !important;
    padding-bottom: 18px !important; 
    border-bottom: 2px solid rgb(232 227 218);
    font-family: 'Open Sans', sans-serif;
    line-height: 1em;
    font-weight: 500;
    color: #333;
}

.articles_tabnation {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.articles_tabnation_button button {
    text-align: center;
    background: #fff;
    color: rgb(111 111 111);
    width: 100%;
    border: 1px solid #fff;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    padding: 19px 0px;
    letter-spacing: 0.2px;
    outline: none;
    position: relative;
    line-height:42px;
    cursor: pointer;
}

.articles_tabnation_button button:nth-child(3){
   padding:31px 0px;
    
}

.articles_button_inner {
    width: 31.8%;
}

.articles_tabnation_button button.active {
    text-align: center;
    background: rgb(198 53 27);
    color: rgb(255 255 255);
    width: 100%;
    border: 1px solid rgb(198 53 27);
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    padding: 19px 0px;
    letter-spacing: 0.2px;
    outline: none;
    position: relative;
}

.articles_tabnation_button button.active::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
    width: 0;
    height: 0;
    border-top: solid 25px rgb(198 53 27);
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

.articles_tabnation_button {
    border-bottom: 3px solid rgb(198 53 27);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.articales_inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
        height: 100%;
}

/* .articales_detail {
    width: 33.33% !important;
    padding: 5px 15px;
} */

.articales_detail img {
    display: block;
     width: auto !important;
    max-height: 290px;
    height: 100%;
    padding: 0px !important;
}

.articales_detail_inner_ {
    padding: 1rem 1rem 1.25rem 1rem;
    max-width: 503px;
    width: 100%;
    margin: 0 auto;
}

.articales_detail_inner_ h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #333;
    font-size: 18px !important;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 60px;
    padding: 0;
    margin-bottom: 8px;

}

.articales_detail_inner_ h2 a{
    display: block;
    color: #428bca;
    font-weight: 600;
}
.articales_detail_inner_ h2 a:hover {
    color: #2a6496;
    text-decoration: underline;
}

.articales_post_name span {
    color: rgb(111 111 111);
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
     margin-left: 5px;
     
}

.articales_name {
    color: #2a6496 !important;
    font-weight: 700 !important;
}

span.articales_date {
    padding: 0px 7px;
}


 span.articales_date_::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    border-left: 2px solid rgb(206 206 206);
    height: 23px;
} 

.articales_detail p {
     font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    min-height:100px;
}
.articales_detail p:empty {
    display: none;
}
.articales_post_name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 50px;
    margin-bottom: 10px;
}

 .articales_inner {
    display: flex;
    justify-content: unset;
    width: 100%;
    flex-wrap: wrap;
} 
.articales_detail {
    border: 1px solid #eee;
    position: relative;
    width: calc(33% - 11px);
    transition: all 0.3s;
    margin-bottom: 30px;
    margin-right: 20px;
    box-shadow: 0px 8px 20px rgb(54 53 51 / 10%);
    height:100%;
}

.articales_detail:nth-child(3n + 3) {
    margin-right: 0;
}

  
@media (max-width:1024px) {

    .articales_detail {
    width: calc(50% - 15px);
    }

.articales_detail:nth-child(3n + 3) {
       margin-right: 20px;
}

.articales_detail:nth-child(2n + 2) {
    margin-right: 0;
}
.articles_button_inner {
    width: 33%;
}

}

@media (max-width:768px) {

    .articles_button_inner {
        width: 100% !important;
        padding: 15px 0px;
        text-align: center;
    }
    .articles_tabnation {
        padding: 0px 0px;
    }
    .articles_tabnation_button button.active,.articles_tabnation_button button{
        max-width:100%;
        font-size: 18px;
        line-height:20px;
    }

    .articles_tabnation_button{
        padding-bottom: 15px;
    }
   .articales_detail img{
       width:100%;
       height:auto;
       max-height: unset;
      }
       
       
    .articales_detail {
    width: 100% !important;
       margin-right: 0px;
    }
    
    .articales_detail:nth-child(3n + 3) {
       margin-right: 0px;
    }

    .articales_detail:nth-child(2n + 2) {
        margin-right: 0;
    }

    .articales_post_name {
        min-height: unset;
    }
}

/* pagination light theme css */

.light-theme span {
	cursor:pointer;
}

.light-theme a, .light-theme span {
	float: left;
	color: #666;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.light-theme .current {
	background: #428bca;
	color: #FFF;
	border-color: #428bca;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}
ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
span.ellipse.clickable {
	cursor: pointer;
}

.ellipse input {
	width: 3em;
}

.custom_pagination_main ul ,  .custom_pagination_popular_post ul  , .custom_pagination_key_post_main ul {
    display: flex;
    width: 100%;
    justify-content: center;
}