﻿.Header {
    animation-name: headerent;
    animation-duration: 1s;
}

.Header.active {
    animation-name: header;
    animation-duration: 1s;
}

.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;}
}

.experienceheader{
    background-size: cover;
    padding: 3em 9em;
    height: 300px;
    position: relative;
    z-index: -2;
    background-position: center;
}

.experienceheader:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height:300px;
    top:0;
    left:0;
    background:rgba(0,0,0,0.4);
    opacity: 1;
    z-index: -1;
}

.MainContent {
    padding: 0px 0px 100px 0px;
}

body{
    background-color: #fff;
}

.experiences{
    padding: 20px 4em;
}

.Search_wrapper:after {
    left: 10px;
    top: 16px;
}

.content{
    max-width: 1020px;
    display: block;
    margin:auto;
}

.expcard {
    background-color: #ffffff;
    border: 0px;
    border-radius: 10px;
    OVERFLOW: hidden;
    box-shadow: 0px 0px 5px rgba(100,100,100,.3);
    padding: 0px;
    background-size: cover;
}


.guides{
    padding: 20px 4em;
    background-color: #fff;
}

.destimg{
    height: 280px;
    background-size: cover;
    background-position-x: center;
    line-height: 280px;  
    background-color: rgba(0,0,0,.20)
}

.expimg{
    height: 175px;
    background-size: cover;
    background-position-x: center;
}

.expdetails{
    padding: 5px 8px;
}

.guidelist{
    height: 270px;
    width: 260px;
    background-color: #e5e5e5;
    border-radius: 10px;
}


/*responsive-start*/
@media screen and (max-width: 800px){
    .experiences {
    padding: 10px 10px 100px 10px;
}
}

.Section_header {
    border-bottom: none;
    display: none;
}

.Header_Menu a:hover, .Header_Menu a:link:hover, .Header_Menu a:visited:hover, .desktop a:hover, .desktop a:link:hover {
    color: unset;
    text-decoration: none !important;
}

.scrolledsection{
    display: none;
}

.scrolledsection.active{
    background-color: #fff;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    position: fixed;
    width: 100%;
    height: 50px;
    padding: 10px;
    top: 70px;
    z-index: 9;
    display: initial;
}

.sectioncolor{
    width: 5px;
    height: 25px;
    background-color: #4dbded;
    margin-right: 10px;
}