﻿.Header {
    animation-name: headerent;
    animation-duration: 1s;
}

.Header.active {
    animation-name: header;
    animation-duration: 1s;
}

.blogimg{
    height: 400px;
    background-size: cover;
    background-position: center;
    color: #fff;
    margin-bottom: 10px;
}

.Header_background {
    background-color: transparent;
    border-bottom-color: transparent;
}

.Header_background.active {
    background-color: #231F20;
}


@-webkit-keyframes headerent {
  from {top: -70px;}
  to {top: 0px;}
}

/* Standard syntax */
@keyframes headerent {
  from {top: -70px;}
  to {top: 0px;}
}

@-webkit-keyframes header {
  from {top: -70px;}
  to {top: 0px;}
}

/* Standard syntax */
@keyframes header {
  from {top: -70px;}
  to {top: 0px;}
}



body{
    background-color:  #fff;
}

.MainContent {
    padding: 0px 0px 100px 0px;
}


.guides{
    padding: 20px 4em;
}

.Search_wrapper:after {
    left: 10px;
    top: 16px;
}

.content{
    max-width: 1020px;
    display: block;
    margin:auto;
}

.expcard {
    height: 280px;
    width: 230px;
    background-color: #ffffff;
    border: 0px;
    border-radius: 10px;
    OVERFLOW: hidden;
    box-shadow: 0px 3px 5px rgba(100,100,100,.1);
    padding: 0px;
    background-size: cover;
}

.expcard:hover{
    box-shadow: 0px 10px 10px rgba(100,100,100,.2);
}

.destimg{
    height: 280px;
    background-size: cover;
    background-position-x: center;
    line-height: 280px;  
    background-color: rgba(0,0,0,.20)
}

.expimg{
    background-size: cover;
    background-position-x: center;
}

.expdetails{
    padding: 5px 8px;
}

.latestguidetitle{
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.5)); /* Standard syntax (must be last) */
    background: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.5));
}


/*responsive-start*/
@media screen and (max-width: 800px){
    
     .tmblogowhite{
    display: none;
    }

    .tmblogo{
    display: inline;
    }

    .Header_background {
    background-color: #231F20;
    }
    
    .guides{
    padding: 10px;
    }
    
    .expcard {
        width: 100%;
        margin-left: 0px !important;
    }
    
    .blogimg{
    height: 200px;
    }
    
    .categorytitle {
        top: 25% !important;
        margin-right: 0px !important;  
    }
    
    .header-container {
        padding: 5em 2em !important;
    }
    
    .subtitle-container {
        width: 100% !important;
    }
    
    .card-overlay {
        background-color: rgba(0,0,0,0.5) !important;
    }
    
    .card-paragraph {
        opacity: 1 !important;
    }
    
    .paragraph-container-small {
        margin-top: 5px !important;
    }
    
    .blogstext {
        height: auto !important;
        margin-bottom: 10px !important;
        padding: 0 !important;
    }
    
    .Heading1 {
        line-height: 45px !important;
    }
    
    .otherBlogs {
        width: 100% !important;
    }
    
    .description {
        font-size: 100% !important;
    }
}
/*responsive-end*/

.categorytitle{
    position: relative;
    top: 40%;
    color: #fff;
    padding: 20px;
    margin-right: 60px;  
}

.recentblogtitle{
    position: relative;
    top: 10%;
    color: #fff;
}

.categoryCard {
    height: 300px;
    background-color: #ffffff;
    border: 0px;
    border-radius: 10px;
    OVERFLOW: hidden;
    box-shadow: 0px 3px 5px rgba(100,100,100,.1);
    padding: 0px;
    background-size: cover;
}

.categorycardcon{
    padding: 10px
}

.blogscardtitle{
    position: relative;
    top: 5%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    z-index: 10;
}

.blogsimage {
    height: 250px;
    background-color: #ffffff;
    border: 0px;
    OVERFLOW: hidden;
    box-shadow: 0px 3px 5px rgba(100,100,100,.1);
    padding: 0px;
    background-size: cover;
}

.blogstext {
    height: 250px;
    vertical-align: middle !important;
    padding: 0 20px;
    position: relative;
}

.card-overlay {
    background-color: rgba(0,0,0,0);
    border-radius: 10px;
    display: inline-block;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: 0.6s;
    z-index: 5;
}

.card-container {
    position: relative;
}

.paragraph-container-large {
    height: auto;
    margin: 40px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    position: relative;
    z-index: 10;
}

.paragraph-container-small {
    height: auto;
    margin: 20px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    position: relative;
    z-index: 10;
}

.card-paragraph {
    opacity: 0;
    transition: 0.4s;
    color: #fff;
}

.card-container:hover .card-overlay {
    background-color: rgba(0,0,0,0.5);
}

.card-container:hover .card-paragraph {
    opacity: 1;
}