/*--------------------------------------------------------------
# Card One
--------------------------------------------------------------*/
.card_one {
background-color:#fff;
padding:0px;
margin-bottom:25px;
font-family: 'Rubik', sans-serif;
box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3);
border-radius:3px;
}
.card_one img {
border-radius:3px 3px 0px 0px;
}
.card_one .text_holder {
padding:25px;
}
.card_one .text_holder .category {
color:#0363CD;
font-size:14px;
font-weight:400;
text-transform: capitalize;
margin-bottom:0px;
padding-bottom:0px;
}
.card_one .text_holder .entry-title {
color:#191919;
font-size:20px;
font-weight:500;
line-height:1.4em;
display:block;
margin-bottom:15px;
margin-top:0px;
}
.card_one .text_holder p {
color:#666;
font-size:16px;
line-height:1.6em;
}
.card_one .read-more {
text-align:center;
color:#00064C;
display:block;
border:1px solid #e1e1e1;
padding:10px 0px;
font-size:18px;
margin-top:10px;
}

/*--------------------------------------------------------------
# Card Two
--------------------------------------------------------------*/
.card_two {
background-color:#fff;
padding:0px;
margin-bottom:25px;
font-family: 'Rubik';
text-align:center;
box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3);
border-radius:3px;
position:relative;
}
.card_two img.card_two_img {
border-radius:3px 3px 0px 0px;
margin-bottom:20px;
width:100%;
object-fit:fill;
}
.card_two .img_holder .category {
    position: absolute;
    top: 42%;
    left: 25%;
    right: 25%;
    font-size: 16px;
    line-height: 1.6em;
    color: #fff;
    z-index: 10;
    text-align: center;
    background-color: #096CF1;
    padding: 10px 30px;
    border-radius: 80px;
}
.card_two .img_holder .category span {
}
.card_two .text_holder {
padding:15px;
}
.card_two .text_holder .entry-title {
color:#191919;
font-size:18px;
font-weight:400;
line-height:1.4em;
display:block;
margin-bottom:15px;
margin-top:15px;
}
.card_two .text_holder .entry-excerpt {
color:#8C879F;
font-size:18px;
margin-bottom:25px;
line-height:1.4em;
}
.card_two .entry-footer {
}
/*--------------------------------------------------------------
# Card Four - Video Card
--------------------------------------------------------------*/
.card_four {
box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3);
font-family: 'Rubik';
position: relative;
border-radius:3px;
width:100%;
height:205px;
background-repeat:no-repeat;
background-position:left cener;
background-size:cover;
border-radius:3px;
margin-bottom:35px;
}
.card_four img {
width:100%;
border-radius:3px;
}
.card_four .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	border-radius:3px;
}
.card_four .text-holder {
    position: absolute;
    bottom: 6%;
    width: 100%;
	padding: 0% 5%;
	color:#ffffff;
}
.card_four .text-holder .category {
	line-height:1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:20px;
}

.card_four .text-holder .author_name {
	padding-bottom:0px;
	line-height:1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#096CF1;
}
.card_four .text-holder h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2em;
	margin-top:0px;
}
.card_four .text-holder h2 a {
    color: #ffffff;
    text-decoration: none;
}

.card_four .text-holder .entry-excerpt p {
color:#fff !important;
padding-bottom:0px;
}

.card_four .text-holder ul.video-details {
margin:0px;
padding:0px;
}
.card_four .text-holder ul.video-details li {
float:left;
font-size:16px;
list-style: disc;
list-style-position:inside;
margin:0px 20px 0px 0px;
padding:0px;
}
.card_four .text-holder ul.video-details li:first-child {
list-style:none;
}


    .card-four {
        margin-top: 25%;
    }
    
    .card-five {
        margin-top: 10%;
    }
    /*card-one starts*/
    
    .card-one {
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1);
        border: 1px solid #D0D0D0;
        background-color: #FFFFFF;
    }
    
    .card-one .img-holder img {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .card-one .text-holder {
        overflow: hidden;
        background-color: #FFFFFF;
    }
    
    .card-one .entry-meta {
        overflow: hidden;
        padding: 18px 20px 10px;
    }
    
    .card-one .entry-meta .category {
        display: inline-block;
        float: right;
        color: #626262;
        font-family: 'Rubik', sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    .card-one .entry-meta .category a {
        color: #626262;
    }
    
    .card-one .entry-meta .post-date {
        display: inline-block;
        float: left;
        font-family: 'Rubik', sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
        font-weight: 400;
    }
    
    .card-one .entry-title {
        font-size: 26px;
        line-height: 27px;
        font-weight: 500;
        font-family: 'Rubik', sans-serif;
        margin: 0;
        padding: 0 20px;
    }
    
    .card-one .entry-title a {
        color: #4D4D4D;
    }
    
    .card-one .entry-excerpt p {
        color: #4D4D4D;
        font-family: 'Rubik', sans-serif;
        font-size: 16px;
        line-height: 19px;
        margin: 0;
        border-bottom: 1px solid #D0D0D0;
        padding: 15px 20px;
        font-weight: 400;
    }
    
    .card-one .entry-footer {
        padding: 22px 20px 10px;
        overflow: hidden;
    }
    
    .card-one .entry-footer .read-article {
        font-family: 'Rubik', sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
        float: left;
        text-transform: uppercase;
        font-weight: 400;
        padding-top: 8px;
    }
    
    .card-one .entry-footer .read-article a {
        color: #4D4D4D;
    }
    
    .card-one .entry-footer .read-btn {
        float: right;
    }
    
    .card-one .entry-footer .read-btn .btn-arrow {
        border: none;
        background-color: transparent;
        color: #4D4D4D;
        font-size: 12px;
    }
    
    .card-one .entry-footer .read-btn .btn-arrow:focus {
        outline: none;
    }
    /*card-one ends*/
    /*card-two starts*/
    
    .card-two {        
        position: relative;
        background-color: #FFFFFF;
    }
    
    .card-two .img-holder img {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .card-two .text-holder {
        overflow: hidden;
        position: absolute;
        bottom: -2%;
    }
    
    .card-two .entry-meta {
        padding: 20px 20px 10px;
        overflow: hidden;
    }
    
    .card-two .entry-meta .category {
        display: inline-block;
        float: right;
        font-family: 'Rubik', sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
        text-transform: uppercase;
        font-weight: 400;
    }
    
    .card-two .entry-meta .category a {
        color: #FFFFFF;
    }
    
    .card-two .entry-meta .post-date {
        display: inline-block;
        float: left;
        color: #FFFFFF;
        font-family: 'Rubik', sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
        font-weight: 400;
    }
    
    .card-two .entry-title {
        font-size: 26px;
        line-height: 27px;
        font-weight: 500;
        font-family: 'Rubik', sans-serif;
        margin: 0;
        padding: 0 20px;
    }
    
    .card-two .entry-title a {
        color: #FFFFFF;
    }
    
    .card-two .entry-excerpt p {
        color: #FFFFFF;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        margin: 0;
        border-bottom: 1px solid #D0D0D0;
        padding: 15px 20px;
    }
    
    .card-two .entry-footer {
        padding: 22px 20px 10px;
        background-color: #FFFFFF;
        overflow: hidden;
    }
    
    .card-two .entry-footer .read-article {
        font-family: 'Rubik', sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
        float: left;
        text-transform: uppercase;
        font-weight: 400;
        padding-top: 8px;
    }
    
    .card-two .entry-footer .read-article a {
        color: #4D4D4D;
    }
    
    .card-two .entry-footer .read-btn {
        float: right;
    }
    
    .card-two .entry-footer .read-btn .btn-arrow {
        border: none;
        background-color: transparent;
        color: #4D4D4D;
        font-size: 12px;
    }
    
    .card-two .entry-footer .read-btn .btn-arrow:focus {
        outline: none;
    }
    /*card-two ends*/
    /*card-three starts*/
    
    .card-three {
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1);
        position: relative;
        background-color: #FFFFFF;
    }
    
    .card-three .img-holder img {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .card-three .text-holder {
        overflow: hidden;
        position: absolute;
        bottom: -54%;
    }
    
    .card-three .entry-meta {
        padding: 21px 20px 11px;
        overflow: hidden;
        background-color: #FFFFFF;
    }
    
    .card-three .entry-meta .category {
        display: inline-block;
        float: right;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
        text-transform: uppercase;
    }
    
    .card-three .entry-meta .category a {
        color: #383838;
    }
    
    .card-three .entry-meta .post-date {
        display: inline-block;
        float: left;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
        color: #383838;
    }
    
    .card-three .entry-title {
        font-size: 24px;
        line-height: 27px;
        font-weight: 500;
        font-family: 'Rubik', sans-serif;
        margin: 0;
        padding: 13px 20px;
    }
    
    .card-three .entry-title a {
        color: #FFFFFF;
    }
    
    .card-three .entry-excerpt p {
        color: #3E3E3E;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        margin: 0;
        border-bottom: 1px solid #D0D0D0;
        padding: 0px 20px 25px;
        background-color: #FFFFFF;
    }
    /*card-three ends*/
    /*card-four starts*/
    
    .card-four {
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1);
        border: 1px solid #D0D0D0;
        overflow: hidden;
        background-color: #FFFFFF;
    }
    
    .card-four .img-holder {
        float: left;
        display: inline-block;
        width: 43%;
    }
    
    .card-four .img-holder img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    
    .card-four .text-holder {
        overflow: hidden;
        float: left;
        display: inline-block;
        width: 57%;
        background-color: #FFFFFF;
    }
    
    .card-four .entry-meta {
        overflow: hidden;
        padding: 21px 20px;
    }
    
    .card-four .entry-meta .category {
        display: inline-block;
        float: left;
        font-family: 'Rubik', sans-serif;
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 15px;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    .card-four .entry-meta .post-date {
        display: inline-block;
        float: right;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
        font-weight: 400;
        color: rgba(32, 33, 47, 0.5)
    }
    
    .card-four .entry-meta .category a {
        color: #BD16CE;
    }
    
    .card-four .entry-title {
        font-size: 26px;
        line-height: 32px;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
        margin: 0;
        padding: 0 20px;
        overflow: hidden;
    }
    
    .card-four .entry-title a {
        color: #3E3E3E;
    }
    
    .card-four .entry-excerpt p {
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        margin: 0;
        border-bottom: 1px solid #D0D0D0;
        padding: 18px 0px;
        margin: 0 20px;
        color: #282828;
        font-size: 18px;
        line-height: 24px;
    }
    
    .card-four .entry-footer {
        padding: 18px 20px;
        overflow: hidden;
    }
    
    .card-four .entry-footer .read-article {
        font-family: 'Rubik', sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
        float: left;
        text-transform: uppercase;
        font-weight: 400;
    }
    
    .card-four .entry-footer .read-article a {
        color: #4D4D4D;
    }
    /*card-four ends*/
    /*card-five starts*/
    
    .card-five {
        overflow: hidden;
        position: relative;
    }
    
    .card-five .img-holder img {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .card-five .img-holder img {
        transform: scaleX(-1);
        border-radius: 20px;
        background: linear-gradient(179.71deg, rgba(255, 255, 255, 0) 0%, rgba(115, 115, 115, 0) 54.92%, rgba(47, 47, 47, 0) 81.71%, #000000 100%);
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
    }
    
    .card-five .text-holder {
        overflow: hidden;
        position: absolute;
        bottom: 3%;
    }
    
    .card-five .entry-title {
        font-size: 26px;
        font-weight: 500;
        font-family: 'Rubik', sans-serif;
        margin: 0;
        padding: 0 20px;
        overflow: hidden;
        line-height: 30px;
        text-align: center;
    }
    
    .card-five .entry-title a {
        color: #FFFFFF;
    }
    
    .card-five .entry-footer {
        padding: 38px 20px 10px;
        overflow: hidden;
        text-align: center;
    }
    
    .card-five .entry-footer .read-btn button {
        height: 45px;
        width: 181px;
        border-radius: 100px;
        background-color: #4383FF;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 22px;
        outline: none;
        border: 1px solid #4383FF;
    }
    /*card-five ends*/
    /*card-six starts*/
    
    .card-six {
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1);
        border: 1px solid #D0D0D0;
        overflow: hidden;
        background-color: #FFFFFF;
    }
    
    .card-six .img-holder {
        float: left;
        display: inline-block;
        width: 43%;
    }
    
    .card-six .img-holder img {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .card-six .text-holder {
        overflow: hidden;
        float: left;
        display: inline-block;
        width: 57%;
        background-color: #FFFFFF;
    }
    
    .card-six .entry-meta {
        overflow: hidden;
        padding: 15px 20px 10px;
    }
    
    .card-six .entry-meta .category {
        display: inline-block;
        float: left;
        font-family: 'Rubik', sans-serif;
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 16px !important;
        font-weight: 500;
        text-transform: uppercase !important;
    }
    
    .card-six .entry-meta .category a {
        color: #BD16CE;
    }
    
    .card-six .entry-meta .post-date {
        display: inline-block;
        float: right;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
        font-weight: 400;
        color: rgba(32, 33, 47, 0.5)
    }
    
    .card-six .entry-title {
        font-size: 26px;
        line-height: 31px;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
        margin: 0;
        overflow: hidden;
    }
    
    .card-six .entry-title a {
        color: #3E3E3E;
    }
    
    .card-six .entry-excerpt p {
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        margin: 0;
        border-bottom: 1px solid #D0D0D0;
        padding: 20px 0px;
        margin: 0 20px;
        color: #282828;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 22px;
    }
    
    .card-six .entry-footer {
        padding: 20px 20px 16px;
        overflow: hidden;
    }
    
    .card-six .entry-footer .read-article {
        font-family: 'Rubik', sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
        float: left;
        text-transform: uppercase;
        font-weight: 400;
    }
    
    .card-six .entry-footer .read-article a {
        color: #4D4D4D;
    }
    /*card-six ends*/
    /*card-seven starts*/
    
    .card-seven {
        background-color: #FFFFFF;
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1);
        border: 1px solid #D0D0D0;
        background-color: #FFFFFF;
    }
    
    .card-seven .img-holder img {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .card-seven .text-holder {
        overflow: hidden;
    }
    
    .card-seven .entry-meta {
        overflow: hidden;
        padding: 18px 20px 10px;
    }
    
    .card-seven .entry-meta .category {
        display: inline-block;
        float: left;
        font-family: 'Rubik', sans-serif;
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 15px;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .card-seven .entry-meta .category a {
        color: #BD16CE;
    }
    
    .card-seven .entry-meta .post-date {
        display: inline-block;
        float: right;
        font-family: 'Rubik', sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
        font-weight: 400;
        color: #626262;
        font-weight: 400;
    }
    
    .card-seven .entry-title {
        font-size: 26px;
        line-height: 27px;
        font-weight: 500;
        font-family: 'Rubik', sans-serif;
        margin: 0;
        padding: 0 20px;
    }
    
    .card-seven .entry-title a {
        color: #303030;
    }
    
    .card-seven .entry-excerpt p {
        color: #4D4D4D;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        margin: 0;
        border-bottom: 1px solid #D0D0D0;
        padding: 15px 20px;
    }
    
    .card-seven .entry-footer {
        padding: 22px 20px 10px;
        overflow: hidden;
    }
    
    .card-seven .entry-footer .read-article {
        font-family: 'Rubik', sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
        float: left;
        text-transform: uppercase;
        font-weight: 400;
        padding-top: 8px;
    }
    
    .card-seven .entry-footer .read-article a {
        color: #4D4D4D;
    }
    
    .card-seven .entry-footer .read-btn {
        float: right;
    }
    
    .card-seven .entry-footer .read-btn .btn-arrow {
        border: none;
        background-color: transparent;
        color: #4D4D4D;
        font-size: 12px;
    }
    
    .card-seven .entry-footer .read-btn .btn-arrow:focus {
        outline: none;
    }
    /*card-seven ends*/
    /*card-eight starts*/
    
    .card-eight {
        position: relative;
    }
    
    .card-eight .img-holder img {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .card-eight .img-holder img {
        background-color: rgba(0, 0, 0, 0);
        width: 100%;
    }
    
    .card-eight .text-holder {
        overflow: hidden;
        position: absolute;
        bottom: 0;
    }
    
    .card-eight .entry-meta {
        padding: 0;
        overflow: hidden;
        border-bottom: 4px solid #BD16CE;
        margin-bottom: 5px;
    }
    
    .card-eight .entry-meta .category {
        display: inline-block;
        float: left;
        font-family: 'Rubik', sans-serif;
        font-weight: 800;
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 17px;
        text-transform: uppercase;
    }
    
    .card-eight .entry-meta .category a {
        color: #BD16CE;
    }
    
    .card-eight .entry-meta .post-date {
        display: inline-block;
        float: right;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 17px;
        color: #626262;
    }
    
    .card-eight .entry-title {
        font-size: 26px;
        line-height: 27px;
        font-weight: 500;
        font-family: 'Rubik', sans-serif;
        margin: 0;
        padding: 0 20px;
    }
    
    .card-eight .entry-title a {
        color: #FFFFFF;
    }
    
    .card-eight .entry-excerpt p {
        color: #FFFFFF;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        margin: 0;
        padding: 15px 20px;
    }
    /*card-eight ends*/
    /*card-nine starts*/
    
    .card-nine {
        position: relative;
    }
    
    .card-nine .img-holder img {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .card-nine .img-holder img {
        background-color: rgba(0, 0, 0, 0);
        width: 100%;
    }
    
    .card-nine .text-holder {
        overflow: hidden;
        position: absolute;
        bottom: 0%;
    }
    
    .card-nine .entry-meta {
        padding: 0;
        margin-bottom: 5px;
        overflow: hidden;
    }
    
    .card-nine .entry-meta .category {
        display: inline-block;
        float: left;
        font-family: 'Rubik', sans-serif;
        font-weight: 800;
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 17px;
        text-transform: uppercase;
    }
    
    .card-nine .entry-meta .category a {
        color: #BD16CE;
    }
    
    .card-nine .entry-meta .post-date {
        display: inline-block;
        float: right;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 17px;
        color: #626262;
    }
    
    .card-nine .entry-title {
        font-size: 26px;
        line-height: 27px;
        font-weight: 500;
        font-family: 'Rubik', sans-serif;
        margin: 0;
        padding: 0 20px;
    }
    
    .card-nine .entry-title a {
        color: #FFFFFF;
    }
    
    .card-nine .entry-excerpt p {
        color: #FFFFFF;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        margin: 0;
        padding: 15px 20px;
    }
    /*card-nine ends*/
    /*card-ten starts*/
    
    .card-ten {
        background-color: #FFFFFF;
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1);
        border: 1px solid #D0D0D0;
        background-color: #FFFFFF;
    }
    
    .card-ten .img-holder img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    
    .card-ten .text-holder {
        overflow: hidden;
    }
    
    .card-ten .entry-meta {
        overflow: hidden;
        padding: 18px 20px 8px;
    }
    
    .card-ten .entry-meta .category {
        display: inline-block;
        float: left;
        font-family: 'Rubik', sans-serif;
        ;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 2px;
        line-height: 22px;
    }
    
    .card-ten .entry-meta .category a {
        color: #BD16CE;
    }
    
    .card-ten .entry-meta .post-date {
        display: inline-block;
        float: right;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        color: #626262;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 19px;
    }
    
    .card-ten .entry-title {
        font-weight: 500;
        font-family: 'Rubik', sans-serif;
        margin: 0;
        padding: 0 20px;
        font-size: 36px;
        line-height: 44px;
    }
    
    .card-ten .entry-title a {
        color: #3E3E3E;
    }
    
    .card-ten .entry-excerpt p {
        font-family: 'Rubik', sans-serif;
        margin: 0;
        padding: 14px 20px 30px;
        color: #3E3E3E;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
    }
    /*card-ten ends*/	
	
/* Right Left Modal Starts */	

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* 
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 320px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.show .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.show .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
	}

/* Right Left Modal Ends */	

    @media (min-width: 320px) and (max-width: 479px) {
        .card-four {
            margin-top: 50%;
        }
        .card-two {
            margin-bottom: 15%;
        }
        .post .entry-title {
            font-size: 24px;
            line-height: 30px;
        }
        .post .entry-excerpt p {
            font-size: 16px;
            text-align: justify;
        }
        /*        card-two starts*/
        .card-two {
            margin-bottom: 25%;
        }
        .card-two .text-holder {
            bottom: -19%;
        }
        /*        card-two ends*/
        /*        card-three starts*/
        .card-three {
            margin-bottom: 60%;
        }
        .card-three .text-holder {
            bottom: -75%;
        }
        /*        card-three ends*/
        /*        card-four-starts*/
        .card-four .img-holder {
            width: 100%;
        }
        .card-four .text-holder {
            width: 100%;
        }
        /*        cards-four-ends*/
        /*        card-six-starts*/
        .card-six .img-holder {
            width: 100%;
        }
        .card-six .text-holder {
            width: 100%;
        }
        /*        cards-six-ends*/
        /*        cards-eight-starts*/
        .card-eight .img-holder img {
            width: 100%;
        }
        /*        cards-eight-ends*/
        /*        cards-nine-starts*/
        .card-nine .img-holder img {
            width: 100%;
        }
        /*        cards-nine-ends*/
    }
    
    @media (min-width: 480px) and (max-width: 559px) {
        .card-four {
            margin-top: 50%;
        }
        .card-two {
            margin-bottom: 15%;
        }
        .card-ten,
        .card-four,
        .card-six {
            margin-left: 0;
            margin-bottom: 5%;
        }
        /*        card-two starts*/
        .card-two .text-holder {
            bottom: -11%;
        }
        /*        card-two ends*/
        /*        card-three starts*/
        .card-three {
            margin-bottom: 30%;
        }
        .card-three .text-holder {
            bottom: -37%;
        }
        /*        card-three ends*/
        /*        card-four-starts*/
        .card-four .img-holder {
            width: 100%;
        }
        .card-four .img-holder img {
            width: 100%;
        }
        .card-four .text-holder {
            width: 100%;
        }
        /*        cards-four-ends*/
        /*        card-six-starts*/
        .card-six .img-holder {
            width: 100%;
        }
        .card-six .img-holder img {
            width: 100%;
        }
        .card-six .text-holder {
            width: 100%;
        }
        /*        cards-six-ends*/
        /*        cards-eight-starts*/
        .card-eight .img-holder img {
            width: 100%;
        }
        /*        cards-eight-ends*/
        /*        cards-nine-starts*/
        .card-nine .img-holder img {
            width: 100%;
        }
        /*        cards-nine-ends*/
    }
    
    @media (min-width: 600px) and (max-width: 767px) {
        .card-four {
            margin-top: 50%;
        }
        .card-ten,
        .card-four,
        .card-six {
            margin-left: 0;
        }
        /*        card-two starts*/
        .card-two {
            margin-bottom: 15%;
        }
        .card-two .text-holder {
            bottom: -9%;
        }
        /*        card-two ends*/
        /*        card-three starts*/
        .card-three {
            margin-top: 20%;
        }
        .card-three .text-holder {
            bottom: -25%;
        }
        /*        card-three ends*/
        /*        card-four-starts*/
        .card-four .img-holder {
            width: 100%;
        }
        .card-four .img-holder img {
            width: 100%;
        }
        .card-four .text-holder {
            width: 100%;
        }
        /*        cards-six-ends*/
        /*        card-four-starts*/
        .card-six .img-holder {
            width: 100%;
        }
        .card-six .img-holder img {
            width: 100%;
        }
        .card-six .text-holder {
            width: 100%;
        }
        /*        cards-six-ends*/
        /*        cards-eight-starts*/
        .card-eight .img-holder img {
            width: 100%;
        }
        /*        cards-eight-ends*/
        /*        cards-nine-starts*/
        .card-nine .img-holder img {
            width: 100%;
        }
        /*        cards-nine-ends*/
    }
    
    @media (min-width: 768px) and (max-width: 991px) {
        .card-two {
            margin-bottom: 15%;
        }
        .card-four {
            margin-top: 5%;
        }
        /*        .card-two startss*/
        .card-two .text-holder {
            bottom: -13%;
        }
        /*        .card-two ends*/
        /*        card-three starts*/
        .card-three {
            margin-bottom: 50%;
        }
        /*        card-three ends*/
        /*        card-four starts*/
        .card-four .entry-footer {
            padding: 12px 20px;
        }
        .card-four .entry-excerpt p {
            padding: 14px 0;
        }
        .card-four .entry-meta {
            padding: 14px 20px;
        }
        /*        card-four ends*/
        /*        .card-five starts*/
        .card-five .entry-footer {
            padding: 30px 20px 10px;
        }
        .card-five .text-holder {
            bottom: 5%;
        }
        /*        .card-five ends*/
        /*        card-six start*/
        .card-six .entry-excerpt p {
            padding: 17px 0px;
        }
        .card-six .entry-footer {
            padding: 16px 20px 16px;
        }
        /*        card-six ends*/
    }
    
    @media (min-width: 992px) and (max-width: 1199px) {
        /*        card-two starts*/
        .card-two{
            margin-bottom:30%;
        }
        .card-two .text-holder {
            bottom: -18%;
        }
        /*  
        /*        card-two ends*/
        /*        card-three starts*/
        .card-three .text-holder {
            bottom: -78%;
        }
        .card-three .entry-excerpt p {
            padding: 0px 20px 35px;
        }
        /*  card-three ends*/
        /*        card-four starts*/
        .card-four {
            margin-top: 35%;
        }
        .card-four .img-holder img {
            height: 337px;
            overflow: hidden;
        }
        /*        card-four ends*/
        /*        card-five starts*/
        .card-five .text-holder {
            bottom: 5%;
        }
        .card-five .entry-footer {
            padding: 30px 20px 10px;
        }
        /*        card-five ends*/
        /*        card-six starts*/
        .card-six .img-holder img {
            height: 337px;
            overflow: hidden;
        }
        /*        card-six ends*/
    }
    
    @media (min-width: 1440px) and (max-width: 1899px) {}
    
    @media (min-width: 1900px) and (max-width: 2500px) {}


