.dropdown{
    position: relative;
}

.dropdown ul{
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.dropdown ul li{
    width: 100%;
    line-height: 50px;
}

.dropdown ul li a{
    padding-right: 0px;
}

header{
    position: sticky;
    top: 0;
    z-index: 1;
}

nav{
    background-color: #fff;
}

nav ul a{
    color: #000;
}

.brand-logo img{
    height: 30px;
    margin: 12px;
}
.page-footer{
    background-color: #4169e1;
}


.theme2 .page-footer, .theme2 .headerTop{
    background-color: #006FBF;
}

.theme3 .page-footer, .theme3 .headerTop{
    background-color: #571680;
}


.connectFooter input{
    margin-bottom: 15px !important;
}

.connectFooter textarea{
    height: 100px;
}

.addressFooter li{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.addressFooter li .material-icons{
    width: 20px;
}
.addressFooter li p{
    width: calc(100% - 20px);
    padding-left: 20px;
    margin: 0
}

.addressFooter iframe{
    width: 100%;
    height: 200px;
}

.page-footer .container{
    width: 100%;
    max-width: 1100px;
}

.linksFooter ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.linksFooter li{
    width: 33.33%;
}

.headerTop{
    width: 100%;
    height: 30px;
    background-color: #4169e1;
}

.headerTop ul{
    margin: 0px;
    color: #fff;
    padding: 5px 20px;
    line-height: 20px;
    text-align: right;
}

/* .brand-logo img{
    height: 50px;
    margin: 0px auto;
} */


.faqWrap, .galleryWrap, .servicesWrap{
    padding: 20px;
}
.galleryWrap .container, .servicesWrap .container{
    width: 100%;
}


section h3{
    color: #9c5300;
    text-align: center;
    font-weight: 600;
}

.collapsible-header{
    font-weight: 700;
}

.collapsible{
    margin-top: 10px;
}

.galleryWrapIn{
    /* display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; */
    display: grid;
    max-width: 1280px;
    width: 100%;
    margin: 20px auto;
    columns: 2;
    column-gap: 10px;
    grid-template-columns: auto auto auto auto;
    grid-auto-flow: dense;
}

.galleryBox{
    /* padding: 10px;
    width: 100%;
    position: relative; */
    width: 100%;
  margin-bottom: 10px;
  position: relative;
  break-inside: avoid;
}

.galleryBox img{
    width: 100%;
    display: block;

    /* max-width: 100%; */
    border-radius: 15px;
}

.galleryBox video{
    /* width: 100%;
    display: block */

    max-width: 100%;
    border-radius: 15px;
}

.galleryBox p{
    margin: 0px;
    padding: 10px 20px;
    background-color: #fff;
    position: absolute;
    left: -10px;
    bottom: 30px;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s; 
    -moz-transition: all .5s;
}

.galleryBox:hover p{
    opacity: 1;
    left: 10px;
}


.servicesWrap .slides img{
    display: block;
    width: 100%;
}

.slides {
    padding: 0 30px;
}

.slides h6{
    font-weight: 600;
}

.slider .slides{
    background-color: transparent;
}

.slideIn{
    padding: 10px;
}

.slideIn a{
    color: #D67200;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-position: right 7px;
    background-size: auto 10px;
    padding-right: 12px;
    line-height: 20px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}

.slideIn a:hover{
    padding-right: 17px;
}

.servicesWrap .slides .slick-arrow{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: solid 1px #000;
    top: calc(50% - 40px);
    background-image: url(../images/leftArrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 20px;
    text-indent: -9999px;
    overflow: hidden;
    left: -10px;
}

.servicesWrap .slides .slick-arrow.slick-next{
    transform: rotate(180deg);

    left: auto;
    right: -10px;
}

.slider, .slider .slides{
    height: auto;
}

.row .col.s5, .row .col.s7, .row .col.s6{
    width: 100%;
}

.page-footer .footer-copyright{
    text-align: center;
}


.servicesOut{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.servicesOut img{
    display: block;
    width: 100%;
}

.servicesOut .slideIn{
    width: 100%;
}

.servicesOut h6{
    font-weight: 600;
    font-size: 1.45rem;
}

.pageBanners img{
    width: 100%;
    display: block;
    
}

.pageBanners{
    position: relative;
}

.bannerDesc{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerDesc h1{
    font-size: 50px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: 0px;
}

.contactWrap{
    padding: 20px;
}

.btn{
    background-color: #D67200;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: #9c5300;
}

.galleryWrapBox .galleryBox p{
    opacity: 1;
    left: 10px;
    font-weight: 600;
}

.galleryWrapBox .galleryBox a p{
    color: #000;
}

.tabs{
    margin-bottom: 50px;
}
.tabs ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #8e4c00;
    font-weight: 600;
    border-bottom: solid 1px #8e4c00;
    margin: 0;
}

.tabs ul li{
    padding: 10px 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    cursor: pointer;
}

.tabs ul li.active{
    background-color: #8e4c00;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.tabWrap{
    display: none;
}

.tabWrap.images{
    display: block;
}

.tabWrap.active{
    display: block;
}

.galleryBox iframe{
    width: 100%;
    height: 200px;
    display: block;
}

/* .aboutWrap h3{
    text-align: left;
} */

.whatWeDoWrap {
    
    text-align: center;
}

.whatWeDoWrap .row{
    margin: 20px 0;
}

.whatWeDoWrap p{
    text-align: left;
}
.whatWeDoWrap .row p{
    text-align: center;
}

.aboutWrap{
    margin-top: 40px;
}

.aboutWrap .row img{
    display: block;
    width: 100%;
}

.yagnasList{
    display: flex;
}

.aboutWrap .row .col.s6{
    width: 100% ;
}

.aboutWrap .valign-wrapper{
    flex-wrap: wrap;
}

.reverseFlex{
    flex-direction: column-reverse;
}

.yagnasList{
    display: grid;
    grid-auto-columns: auto;
    cursor: grab;
    width: 100%;
    overflow-x: auto;
    overflow: scroll;
    grid-auto-flow: column;
}


.yagnasList.tabs{
    overflow: visible;
    overflow-x: auto;
}


.yagnasList li{
    padding: 10px 20px;
    background-color: #f08306;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 5px;
    white-space:  nowrap;
}

.yagnasList li.active{
    background-color: #502a00;
    color: #fff;
}

.yagnasList li:hover{
    background-color: #9c5300;
    color: #fff;
}

.yagnasList h5{
    text-align: center;
    padding: 10px;
    margin: 0;
    background-color: #502a00;
    color: #fff;
}

.yagnasList li:last-child{
    border-bottom: none;
}

.innerWrap img{
    width: 100%;
    display: block;
}

.booking button{
    display: block;
    margin:  0 0 0 auto;
}

footer .btn{
    background-color: #26a69a;
}

.sitemapWrap{
    margin: 20px 0 20px 0;
}

.sitemapWrap a{
    color: #502a00;
}

.sitemapWrap .col{
    padding: 10px 20px;
}

.statsWrap{
    text-align: center;
}

.connectContact .btn{
    z-index: 0;
}

.socialShare{
    position: fixed;
    right: 0;
    width: 40px;
    background-color: #fff;
    z-index: 99;
    height: 120px;
    top: calc(50% - 60PX);
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: -1px 0px 12px -1px rgba(0,0,0,0.57);
    -moz-box-shadow: -1px 0px 12px -1px rgba(0,0,0,0.57);
    box-shadow: -1px 0px 12px -1px rgba(0,0,0,0.27);
}

.socialShare ul{
    margin: 0px;
}

.socialShare li{
    padding: 5px;
}

.socialShare img{
    width: 30px;
    display: block;
}


.activitiesMainWrap{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.webActivities, .socialActivities{
    width: 100%;
}

@media screen and (min-width: 768px) {
    .row .col.s5{
        width: 41.66%;
    }
    .row .col.s7{
        width: 58.3333333333%;
    }
    .row .col.s6{
        width: 50%;
    }
    /* .galleryBox{
        width: 33.33%;
    } */

    .servicesOut .slideIn{
        width: 33.33%;
    }
    .brand-logo img{
        height: 58px;
        margin: 3px;
    }

    .contactWrap{
        padding: 40px;
    }

    .connectContact .s12{
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .connectContact .s6{
        width: 50%;
        
    }

    .mapWrap{
        padding-right: 40px;
    }

    .formWrap{
        padding-left: 20px;
    }

    .connectContact iframe{
        height: 300px;
        width: 100%;
    }

    .aboutOut .slideIn{
        width: 50%;
    }
    .galleryWrapIn{
        columns: 2;
    }

    .homeMainContainer{
        width: 95%;
    }

    .webActivities{
        width: 55%;
    }


    .socialActivities{
        width: 45%;
        display: flex;
        padding-top: 125px;
        padding-bottom: 40px;
        flex-wrap: wrap;
        position: absolute;
        right: 0;
        height: 100%;
    }

    .socialActivitiesIn{
        height: calc(33.33% - 10px);
        margin-bottom: 10px;
        border: solid 1px #000;
        overflow: hidden;
        width: 100%;
    }
    .homeMainContainer{
        position: relative;
    }

    .servicesWrap .slides{
        padding: 0px;
    }

    .socialActivitiesIn iframe{
        width: 100% !important;
    }

    .faqWrap, .galleryWrap, .servicesWrap{
        padding: 20px 20px 20px 0;
    }
}

@media screen and (min-width: 1024px) {
    nav .container, .headerTop .container{
        width: 80%;
    }
    
    #nav-mobile{
        padding-left: 80px;
        float: none !important;
    }
    #nav-mobile li:hover a{
        color: #006FBF;
    }

    #nav-mobile li:hover ul li a{
        color: #000;
    }

    #nav-mobile li ul li:hover a{
        color: #00006FBF;
    }
    .dropdown ul{
        position: absolute;
        opacity: 0;
        transition: all 0.5s;
        /* background-color: #ee6e73; */
        background-color: #FFFEF5;
        width: 200px;
        pointer-events: none;
    }
    .bookingDropdown ul{
        width: 150px;
    }
    .dropdown .material-icons{
        position: absolute;
        right: 5px;
        top: 0;
        color: #000;
    }

    .dropdown:hover ul{
        opacity: 1;
        pointer-events: auto;
    }

    .dropdown a{
        padding-right: 30px;
        display: inline-block;
    }

    .dropdown ul li a{
        padding-right: 0px;
        display: block;
    }

    .faqWrap, .galleryWrap, .servicesWrap{
        padding: 20px 0px;
    }

    .servicesWrap .slides li{
        width: 33.33%;
    }

    .galleryWrap .container, .servicesWrap .container{
        width: 80%;
    }
    .servicesOut .slideIn{
        width: 33.33%;
    }
    .aboutOut .slideIn{
        width: 33.33%;
    }

    .aboutWrap .row .col.s6{
        width: 50% ;
    }

    .reverseFlex{
        flex-direction: row;
    }

    .galleryWrapIn{
        columns: 3;
        width: 100%;
    }

    
    .webActivities{
        width: 65%;
    }

    .socialActivities{
        width: 35%;
    }
    
    .homeMainContainer{
        width: 75%;
    }
}