#detail_process {
    background-color: #f6f6f6;
    overflow: hidden !important;
}
.margin-col {
    margin-top: auto;
    margin-bottom: auto;
}
.process_text {
    padding: 85px;
    text-align: center;
}
.small-text {
    font-family: 'OpenSans', sans-serif;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}
.text-red {
    color: #ff5722;
}
.heading {
    font-family: 'Raleway' , sans-serif;
    color: #000;
    font-weight: 500;
    font-size:2.5rem;
}
.sub-heading {
    font-family: 'Open Sans' , sans-serif;
    font-size: 14px;
    line-height: 1.7;
  }
/****IMAGE HOVER*****/
.figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,.3)));
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.figure:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {
        left: 100%;
    }
}
@keyframes shine {
    100% {
        left: 100%;
    }
}
/*Pagination*/
.blog-content nav {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  @media screen and (max-width:767px){
    .post_navigation .text-right{
        display: flex;
        justify-content: center;
    }
  }
/*Banner*/
/***********************************/
/********standalone page css********/
/***********************************/
.slider-sec {
    min-height:500px;
    position: relative;
}
.slider-sec .overlay{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(20, 32, 34, 0.60);
    opacity: 1;
    background-image: unset;
    visibility: inherit;
    z-index:0;
}
.slider-sec .overlay h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 38px;
    color: #FFFFFF;
    margin-top: 40%;
    margin-bottom: 10px;
}
.crumbs{
    position: relative;
}
.crumbs .breadcrumb-items{
    display: inline-block;
}
.crumbs .breadcrumb{
    margin-bottom: 0;
    border-radius: 0;
    padding: 15px 50px;
    background-color: transparent;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
}
.crumbs .breadcrumb li a{
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}
.crumbs .breadcrumb li a:hover{
    color: #FFBF00;
}
/*crumbs end*/

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}
.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}
.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}
.standalone-detail .sub-heading{
    color: #FFBF00;
    margin-bottom: 20px;
}
.standalone-area .sub-heading{
    color: #FFBF00;
    margin-bottom: 8px;
}
.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 40px;
    color: #000000;
    font-weight: 500;
    font-family: Montserrat , sans-serif;
}

.standalone-detail .para_text{
    color: #000000;
    font-weight: 500;
    font-family: Montserrat , sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    opacity: .8;
    line-height: 2.1;
}

.standalone-area{
    padding-bottom: 120px;
}
.standalone-detail{
    /*padding-top: 120px;*/
    padding-bottom: 100px;
}
.standalone-area .gradient-text1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
}
.standalone-area .stand-img-des .para_text{
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-weight: 300;
    opacity: .8;
}

.black-and-white-slider-btn{
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 25px;
    color:#ffffff;
    font-weight: 600;
    background-color:#000000;
    border:1px solid transparent;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
}
.black-and-white-slider-btn:hover{
    color: #000000 !important; 
    background-color:#ffffff !important; }

.btn.yellow-and-white-slider-btn{
    font-size: 14px;
    font-family: Roboto, sans-serif;
    letter-spacing:3px;
    padding: 10px 25px;
    color:#ffffff;
    font-weight: 500;
    background-color:#FFBF00;
    border:1px solid transparent;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
}
.btn.yellow-and-white-slider-btn:hover{ 
    color:#ffffff !important;
    background-color:#000000 !important; 
}
@media screen and (width:1024px){
    .process_text {
        padding: 30px;
        text-align: center;
    }
    .img-holder {
        height: 28px;
        width: 28px;
    }
    .height{
        height: 70vh;
    }
}

@media screen and (width:768px){
    .width-logo2 img {
        width: 22%;
    }
    .hover-heading{
        font-size: 22px;
    }
    .display-medium{
        display: none;
    }
}

@media screen and (max-width:767px){    
    .drop-container{
        width: fit-content;
        width: -moz-fit-content;
        width: fit-content;
        float: right;
    }
    .margin-row{
        margin: 0;
    }
    .text{
        display: none;
    }
    .small-text {
        font-size: 14px;
    }
    .banner .heading {
        font-size: 34px;
    }
    .heading{
        font-size: 26px;
    }
    .sub-heading {
        font-size: 12px;
    }
    .wrapper {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .blog-item {
        padding: 20px 15px;
    }
    .process_text {
        padding: 45px;
    }
    .img-holder {
        height: 27px;
        width: 27px;
    }

}

/* blog */
/* ===================================
     Blog Section
====================================== */
.latest-blog{
    padding-top: 120px;
    padding-bottom: 120px;    
    background-image: linear-gradient(to right, #6479bf 20%, #c4afa8 100%);
  }
  /*Row-1*/
  .latest-blog .row-1 .section-heading{
   margin-bottom: 60px;
  }
  .latest-blog .row-1 .section-heading .heading{
    padding-left: 200px;
    padding-right: 200px;
  }
  /*Row-2*/
  .latest-blog .row-2 .card{
    border:none;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
  }
  .latest-blog .row-2 .card img{
    border-radius: 2px;
    transition: all .5s ease;
  }
  .latest-blog .row-2 .card .card-body .date-text{
    font-size: 12px;
    color: #333333;
  }
  .latest-blog .row-2 .card .card-body .heading{
    font-size: 18px;
    color: #000;
  }
  .latest-blog .row-2 .card .card-body .text{
    font-size: 16px;
    color: #9fa4af;
  }
  .latest-blog .row-2 .card .card-body .name{
    padding-left: 0;
  }
  .latest-blog .row-2 .card .card-body .name li{
    list-style: none;
    color: #6479bf;
    font-size: 15px;
    font-style: italic;
    display: inline-block;
  }
  .latest-blog .row-2 .card:hover img{
    transform: scale(1.1);
    transition: all .5s ease;
  }
  .latest-blog .heading {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
  }

  @media (max-width: 992px){
   
    /*Blog Section*/
    .latest-blog .row-1 .section-heading .heading{
        padding-left: 0;
        padding-right: 0;
    }
    .latest-blog .row-2 .blog-col-3{
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
  }
  @media (max-width: 767px){
    /*General*/
    .latest-blog .heading{
        font-size: 29px;
    } 
    /*Blog section*/
    .latest-blog .row-2 .blog-col-2{
        margin-top: 40px;
        margin-bottom: 40px;
    }
  }