/*blog page*/

.title-section {
    font-size: 2.7rem;
    color: #000;
}
.bounce-image1 {
    height: 20px;
}
.process-content1 {
    position: absolute;
    top: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 5.5rem 0 0 0;
}
.process-content1 h2 {
    line-height: 1.13;
    font-weight: bold;
    letter-spacing: 1px;
}
.process-content1 h2:last-of-type {
    font-size: 39px;
}
.process-content1 a {
    background: #fff;
    display: inline-flex;
    padding: 9px 15px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin: 35px 0 0 0;
    align-items: center;
    position: relative;
}
.process-content1 a:before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform-origin: right;
    border-radius: 50%;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: #fdb913;
    background: #fdb913;  /* fallback for old browsers */
    background: #fdb913;  /* Chrome 10-25, Safari 5.1-6 */
    background: #fdb913; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.process-content1 a:hover:before{
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 16px;
}
.process-content1 a img {
    margin-left: 5px;
    position: relative;
}

.process-content1 a:hover span{
    color:#fff;
    position: relative;
    z-index: 1;
}
.process-content1 a:hover{
    color: #fff;
}

.box2 {
 border: 2px solid #ccc;
 margin-bottom:1.5rem;
}

.box2:hover {
color: #fff;
}

.box2:hover {
color: #fff;
}

.box2:hover .caption-text2, .box2:hover .caption-title1, .box2:hover .btn-banner1, .box2:hover .caption-date1 {
    color: #fff;
    border-color: #fff;
}

.box2 figure {
    position: relative;
    z-index: 0;
    overflow: hidden;
    cursor: pointer;
}
.box2 figure img {
   height: 489px;
    width: 100%;
    object-position: top;
    object-fit: cover;
    background-position: center;
        transition:all 0.5s linear;

}
.box2 figure:hover img {
    transform: scale(1.1);

}
.box2 .second1:after{
    background: #ffffff;
}
.box2 figure:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #1c1b1b8c;
    z-index: 0;
    transition: all .5s;
    color: #333;
}
.box2 figure:hover:after{
    background: #000;
    opacity: .65;
}
.box2 figure{
    position: relative;
}
.caption1{
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.caption1 .cap-one1{
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.process-content1 figcaption:last-of-type{
    font-size: 2.5rem;
}
.caption1 figcaption:last-of-type{
    font-weight: 200;
}

.caption-text2{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: poppins;
    color:#939393;
}
.caption-title1 {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 24px;
     font-family: poppins;
     margin-top: 10px;
     margin-bottom: 20px;
     color: #fff;
}

.caption-date1 {
   font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: poppins;
    color:#fdfdfd;
}

a.btn-banner1 {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border-bottom: 2px solid #fff;
}
a.btn-banner1:hover {
  text-decoration: none;
}

.readmore1 {
    position: absolute;
    bottom: 5%;
}

.bg-gray {
    background: #f4f5f7;
}

.custom-style-blog {
    background-color: #ffffff78 !important;
   text-align:center;
   justify-content: center;
}

.custom-style-blog li  {
   color: #000 !important;
    font-size: 14px !important;
    text-transform: capitalize;
    font-weight: 600;
}


.custom-style-blog li a {
   color: #3d3d3d !important;
    text-decoration: none;
    font-size: 14px !important;
    text-transform: capitalize;
    font-weight: 600;
}



/*blog details page*/

.blog-heading {
    text-align: left;
    color: #010101;
    text-transform: capitalize;
    font-family: 'Butler_Regular',californian-bold,poppins;
    font-weight: 300;
    line-height: 30px;
}

.blog-date {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 8px;
    color: #333;
    margin: 0;
    line-height: 30px;
}

.blogimg figure img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bog-description p {
    color: #333;
    font-weight: 300;
    word-spacing: 2px;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 0.4rem;
}

.blog-detail-banner {
    background-position: top;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30.5%;
    position: relative;
    opacity: 0.5 #333;
}

.blog-details-page {
    background-color: #f9f9f9;
    padding: 40px;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    margin: 15px auto 0;
    position: relative;
    overflow: hidden;
}

.custom-style-blog {
    background-color: #ffffff78 !important;
    text-align: center;
    justify-content: center;
    position: relative;
    top: 180px;
}

.bog-description img {
    margin: 0 auto;
    text-align: center;
    display: flex;
    padding: 10px 0;
    width: 70%;
}

/*responsive*/

@media (min-width: 1500px){
 
 .custom-style-blog {
    top: 225px;
}
 
.blog-heading {
    font-size: 30px;
}
}

@media only screen and (max-width: 1500px){
.box2 figure img {
    height: 360px !important;
}

}

@media only screen and (max-width: 1250px){

}
@media only screen and (max-width:999px){

.bog-description p {
    font-size: 14px;
}

.blog-details-page {
    padding: 15px;
}

.blog-heading {
    font-size: 20px;
    line-height: 30px;

}

@media only screen and (max-width:768px){
/*.box2 figure img {*/
/*    height: auto !important;*/
/*    object-fit: contain;*/
/*}*/

}
