

/***************IMPORT GOOGLE FONT**************/


/**************GENERAL CLASSES**********/

body, html{
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
}
.text-red{
    color: #ff5722;
}
.text-black{
    color: #000;
}
.sub-heading{
    font-family: 'Open Sans' , sans-serif;
    font-size: 14px;
    line-height: 1.7;
}
.heading{
    font-family: 'Raleway' , sans-serif;
    color: #000;
}

/************SCROLLBAR************/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #000;
}
::-webkit-scrollbar-thumb {
    background-color: #456c8e;
    border-right: 25px;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}


/* ===================================
    Page Loader
====================================== */



/*******************BLOG SECTION**************/
#blog{
    padding-top: 0px;
}
.blog-text{
    margin-top: 35px;
}
.info-blog a{
    color: #000;
}

.blog-text .info-blog{
    letter-spacing: 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.blog-text .blog-description {
    line-height: 1.5;
    letter-spacing: 0;
    /* text-align: justify; */
    font-family: 'Poppins';
    font-size: 14px;
}
.blog-item {
    cursor: pointer;
    padding: 41px 30px;
    margin: 11px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    border: 1px solid #0000000f;
    min-height: 645px;

}
.blog-img img{
    width: 100%;
    height: auto;
}
.bl-1 {
    cursor: pointer;
    padding: 41px 30px;
    margin: 11px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    border: 1px solid #0000000f;
    min-height: 660px !important;

}
.blog-item:hover{
    -webkit-box-shadow: 1px 1px 14px #e1e1e1;
    box-shadow: 1px 1px 14px #e1e1e1;
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
}
.blog-item:hover .hover-heading {
    color: #466d8e;
}

.hover-heading{
    font-family: 'Raleway' , sans-serif;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}


#blog-carousal .owl-dots{
    margin-top: 50px !important;
    text-align: center;
}

#blog-carousal .owl-dots .owl-dot.active span, .owl-testimonial .owl-dots .owl-dot:hover span{
    background: #000;
}

#blog-carousal .owl-dots .owl-dot span{
    background: white;
    border: 2px solid #000;
    border-radius: 50px;
    font-size: 0;
    padding: 5px;
    margin: 3px;
    text-align: center;
}

.owl-carousel .owl-dots.disabled {
    display: block;
}
.pr-1{
    min-height: 100vh;
}
.footer-social li{
    display: inline-block;
}
.footer-social li a{
    display: inline-block;
    color: #ff2438;
    font-size: 16px;
    border: 1px solid #ff2438;
    border-radius: 50%;
    margin: 0 auto;
    padding: 4px 9px;
    width: 35px;
    height: 35px;
}
.copy-link{
    color:#fff;
}
.copy-link:hover{
color:#ff2438
}
/******************DETAIL PROCESS SECTION START*****************/
@media screen and (max-width: 767px) {
    .blog-item {
        min-height: auto;
    }
}
@media only screen and (min-width:767px) and (max-width: 991px) {
    .blog-item {
        min-height: 660px;
    }
}