/*Contact us page start*/
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

.gr-1 {
    background: #d6baa978 !important;
}

.card-contact.gr-1 {
    margin: 19px 0px;
}

* {
    transition: 0.5s;
}

.add {
    text-align: center;
    /* box-shadow: 0px 0px 1px #ddd; */
    padding: 5px 0px;
    margin: 15px 0px;
    border: 1px solid #ddd;
}

.column {
    margin-top: 10px;
    padding-left: 10px;
}

.column:hover {
    padding-left: 0;
}

.column:hover .card-contact .txt {
    margin-left: 1rem;
}

.column:hover .card-contact .txt h1,
.column:hover .card-contact .txt p {
    color: #000;
    opacity: 1;
}

.column:hover a {
    color: white;
}

.column:hover a:after {
    width: 10%;
}

.card-contact {
    min-height: 170px;
    margin: 0;
    padding: 1.7rem 1.2rem;
    border: none;
    border-radius: 0;
    color: black;
    letter-spacing: 0.05rem;
    font-family: "Oswald", sans-serif;
    box-shadow: -4px 5px 0px rgb(0 0 0 / 27%);
}

.card-contact .txt {
    margin-left: -10px;
    z-index: 1;
}

.card-contact .txt span {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.card-contact .txt p {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0rem;
    margin: 10px 0px;
    /*opacity: 0;*/
    color: #000;
}

.card-contact a {
    z-index: 3;
    font-size: 0.7rem;
    color: black;
    margin-left: 1rem;
    position: relative;
    bottom: -0.5rem;
    text-transform: uppercase;
}

.card-contact a:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    width: 0;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid white;
    transition: 0.5s;
}

.card-contact i {
    position: relative;
    right: -50%;
    top: 60%;
    font-size: 12rem;
    line-height: 0;
    opacity: 0.2;
    color: white;
    z-index: 0;
}

.contact-info {
    box-shadow: 1px 1px 11px -4px;
    background: #ddd3;
    margin: 28px 13px;
    padding: 20px 21px;
}

.contact-person>img {
    width: 46px;
}

.contact-person {
    text-align: center;
}

.add>span {
    font-size: 14px;
    font-weight: 800;
}

.c-img>img {
    width: 29px;
}

.c-img {
    text-align: center;
}

.txt {
    text-align: center;
}

@media screen and (max-width: 480px) {
    .column {
        margin-top: 0px;
        padding-left: 10px;
    }
}

/*Contact us page end*/
/*about us page start*/
.inner-content>span {
    font-size: 18px;
    font-weight: 700;
    color: #fb1d1d;
    border-bottom: 1px solid;
    margin-bottom: 35px;
}

.inner-content>h6 {
    font-size: 15px;
    font-weight: 700;
    /*border-bottom: 1px solid;*/
    margin-bottom: 5px;
}

.breadcrumbs {
    padding: 20px 0;
    background-color: #ecf8f9;
    min-height: 40px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

section.ab-section {
    padding: 30px 0px;
}

.sidebar-ab {
    box-shadow: -2px 2px 4px #ddd;
}

.ab-0 {
    padding: 4px 0px;
    border-bottom: 1px solid #ccc;
    padding: 8px 3px;
}

.ab-1 {
    padding: 5px 11px;
    border-bottom: 1px solid #ddd;
}

.ab-1>p {
    padding: 2px 12px;
}

.ab-0>h5 {
    padding: 2px 21px;
}

.ab-1>p>a {
    color: #000;
    text-decoration: none;
}

.about-us-content {
    box-shadow: 1px 1px 4px #ddd;
    padding: 20px 40px;
    background-color: #fff !important;
}

.sidebar-ab {
    background-color: #fff !important;
    box-shadow: 0 0 20px 6px #dee2e68f;
}

/*about us page end*/
/*holidays page starts*/
.gallery-frame.holiday-page {
    margin: 25px 0px;
}

/*holidays page end*/
/*header sticky*/
.contact-details {
    position: sticky;
    top: 0px;
    z-index: 11;
}

.top-header {
    position: sticky;
    top: 35px;
    z-index: 11;

}

.login-and-search {
    text-align: right;
}

nav.navbar.navbar-expand-lg.navbar-light {
    position: sticky;
    top: 122px;
    z-index: 10;
}

/*header sticky*/

.top-header .flag {
    width: 114px;
    position: absolute;
    top: 3px;
    left: 12px;
}
