﻿.incredibleIndiaCustom body {
    height: 100%;
    /*overflow-x: hidden;
    overflow-y: auto;*/
}

.anchorcssnext {
    cursor: pointer;
    color: #157A82;
}

.authorCustom {
    font-size: 14px;
}

.breadcrumb {
    padding: 0 !important;
    float: none !important;
}

.paddingNone {
    padding: 0 !important;
}

.marginNone {
    margin: 0;
}

#ContentOverflowHidden {
    overflow-x: hidden;
}

.aboutheader {
    color: #4a4a4a;
    font-size: 24px;
    font-weight: bold;
}

.indianBottomLinksCustom {
    padding: 0;
    margin: 0;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 1 !important;
}

.indianBottomLinksCustom > li {
    display: inline-block;
}

    .indianBottomLinksCustom > li > a {
        background-color: rgba(0, 0, 0, 0.05);
        color: rgba(0, 0, 0, 0.6);
        text-decoration: none;
        padding: 6px;
        font-size: 15px;
        display: block;
        margin: 4px;
    }

        .indianBottomLinksCustom > li > a:hover,
        .indianBottomLinksCustom > li > a:focus {
            background-color: rgba(0, 0, 0, 0.1);
        }

.nextArrowCustom,
.nextArrowCustom:hover,
.nextArrowCustom:focus,
.previousArrowCustom,
.previousArrowCustom:hover,
.previousArrowCustom:focus {
    color: #eb8604;
    text-decoration: none;
}

.nextArrowCustom {
    float: right;
    margin-bottom: 20px;
}

.previousArrowCustom {
    margin-right: 25px;
}

    .previousArrowCustom > .fa-arrow-circle-left {
        font-size: 30px;
        margin-right: 5px;
        vertical-align: middle;
        position: relative;
        transition: all 0.35s ease-in-out 0s;
        /*animation: animPrevious 0.6s ease-in-out infinite;*/
    }

/*.textAlignPrevNext {
    text-align: right;
}*/

.nextArrowCustom > .fa-arrow-circle-right {
    font-size: 30px;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    transition: all 0.35s ease-in-out 0s;
    /*animation: animNext 0.6s ease-in-out infinite;*/
}

/*@keyframes animNext {
    from {
        left: 0;
    }

    to {
        left: 10px;
    }
}

@keyframes animPrevious {
    from {
        right: 0;
    }

    to {
        right: 10px;
    }
}*/

a[data-target*="#popup5"] {
    cursor: pointer;
    font-weight: bold;
    margin-left: 4px;
}

.brochure > .brochure-details > .brochure-details-inner > .btn-default {
    bottom: 15px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 128px;
}

.tourCustom {
    margin-top: 15px;
}

    .tourCustom figure figcaption {
        position: relative;
        background-color: #fff;
    }

    .tourCustom a {
        text-decoration: none;
    }

    .tourCustom figure figcaption > ul {
        margin: 0;
        padding: 0;
    }

    .tourCustom figure figcaption {
        min-height: 88px;
    }

        .tourCustom figure figcaption > ul > li {
            display: inline-block;
        }

            .tourCustom figure figcaption > ul > li > i {
                margin-right: 5px;
                font-size: 16px;
            }

.incredibleIndiaCustom .panel.panel-default {
    position: relative;
    z-index: 2;
    margin-top: 15px;
}

    .incredibleIndiaCustom .panel.panel-default::before {
        content: "";
        background-image: url("/contents/v6/images/separator.png");
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 200px;
        height: 21px;
        background-repeat: no-repeat;
        top: -29px;
    }



.fixedSocialIconsCustom {
    padding: 0;
    margin: 0;
    left: 10%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 50%;
    transition: all 0.3s linear 0s;
    opacity: 0;
    z-index: 1;
}

    .fixedSocialIconsCustom.show {
        opacity: 1;
    }

.indiaContactCustom,
.indiaContactCustom:hover,
.indiaContactCustom:focus {
    color: #eb8604;
}

.cursorPointer {
    cursor: pointer;
}

.fixedSocialIconsCustom > li {
    list-style-type: none;
}

    .fixedSocialIconsCustom > li > a::after {
        content: "";
    }

    .fixedSocialIconsCustom > li > a {
        border: 1px solid #333;
        border-radius: 50%;
        color: #333;
        display: block;
        height: 35px;
        width: 35px;
        margin-bottom: 6px;
        text-decoration: none;
    }

        .fixedSocialIconsCustom > li > a > i {
            display: block;
            line-height: 32px;
            margin: 0 auto;
            vertical-align: middle;
            width: 10px;
        }

.needassistancebox {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 15px;
}

    .needassistancebox h3 {
        border-bottom: 1px solid #ddd;
        font-size: 20px;
        margin-bottom: 10px;
        padding-bottom: 8px;
    }

    .needassistancebox h5 {
        color: #fa7b3c;
        font-size: 16px;
        font-weight: bold;
    }

.lblue {
    color: #09c;
}

a.green2, a.clblue:hover {
    color: #72bf66;
}

.incredibleIndiaCustom .img-right,
.incredibleIndiaCustom .img-left {
    float: none;
    margin: 0;
}

#incredibleIndiaBG3 {
    background-image: url("/includes/images/india_pic13.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 20px;
    height: 540px;
}

/*.incredibleIndiaCustom img {
    margin-bottom: 20px;
}*/

.incredibleIndiaCustom {
    text-align: justify;
    font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.003em;
    line-height: 1.58;
    background-color: #fff !important;
    padding: 0 !important;
}

._3vtv {
    border-radius: 50% !important;
}

.fb-share-button ._6a {
    display: none !important;
}

.caption {
    font-size: 12px;
    font-style: italic;
}

.languageCustom {
    padding-top: 10px;
}

    .languageCustom ul {
        padding: 0;
        margin: 0;
        max-height: 20px;
    }

        .languageCustom ul > li {
            display: inline-block;
            list-style-type: none;
            margin-right: 3px;
        }

            .languageCustom ul > li > a > img {
                width: 24px;
            }



            .languageCustom ul > li > a[target="_blank"]::after {
                content: "";
            }

.indiaArticleCustom {
    /*background-color: #e7e8e1;
    color: #000000;*/
    background-color: #eb8604;
    color: #fff;
    padding: 15px;
    width: 33.33%;
    font-style: italic;
}

.contentCustom {
    width: 75%;
    margin: 0 auto;
    float: none;
}

.indiaArticleCustom.pull-right {
    margin-left: 15px;
}

.indiaArticleCustom.pull-left {
    margin-right: 15px;
    width: 100%;
}

.indiaArticleCustom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .indiaArticleCustom ul > li {
        font-style: italic;
    }

        .indiaArticleCustom ul > li > i {
            font-size: 16px;
        }

.indiaArticleCustom h3 {
    margin: 10px 0;
    font-size: 16px;
}

.breadcrumb {
    background-color: transparent;
    padding: 8px 15px;
    float: right;
    text-transform: capitalize;
}

    .breadcrumb > li > a,
    .breadcrumb > li > a:focus,
    .breadcrumb > li > a:hover {
        color: #777;
        text-decoration: none;
    }

    .breadcrumb > .active {
        color: #eb8604;
    }






.pagination .activeCustom {
    background-color: #eb8604 !important;
    color: #ffffff !important;
}

    .pagination .activeCustom::after {
        border: none;
    }

.positionFixedCustom {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    -webkit-transform: translateZ(0);
}



#mainContent > section {
    padding-top: 97px;
}

.navbar-brand, .navbar-brand:focus, .navbar-brand:hover {
    color: #fff;
    position: absolute;
    left: 15%;
}

.headerTopCustom {
    background-color: #000000;
}

#languageSelectionCustom {
    color: #fff;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-top: 10px;
}

.navbar-header {
    display: none;
    float: none;
}

#loginBackground {
    background-image: url("/contents/v6/images/theme-banner/banner1.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 550px;
}

.partnerslink {
    cursor: pointer;
    font-size: 16px;
}

figure {
    position: relative;
}

figcaption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.65);
    color: #fff;
    left: 0;
    right: 0;
    padding: 5px;
}

    figcaption a,
    figcaption a:hover,
    figcaption a:focus {
        color: #fff;
        text-decoration: none;
    }

#loginpanel, #forgetPassword,
#ctl00_ContentPlaceHolder1_divChangePassword,
#ctl00_ContentPlaceHolder1_divEditProfile {
    max-width: 450px;
    background-color: rgba(0,0,0,0.65);
    padding: 15px;
    color: #fff;
    margin: 15% auto 0;
}

#ctl00_ContentPlaceHolder1_divChangePassword,
#ctl00_ContentPlaceHolder1_divEditProfile {
    margin: 0 auto 0;
}

.btnSignOut,
.btnSignOut:hover,
.btnSignOut:focus {
    color: #f00;
    font-size: 25px;
    vertical-align: top;
}

#loginpanel a, #forgetPassword a {
    color: #fff;
}

.btnCustomOrange,
.btnCustomOrange:hover,
.btnCustomOrange:focus {
    background-color: #eb8604;
    color: #ffffff;
    background-image: none;
    padding: 6px 12px;
    border-radius: 0;
    outline: none;
}

.pagination > li:last-child > a.btnCustomOrange,
.pagination > li:last-child > a.btnCustomOrange:hover,
.pagination > li:last-child > a.btnCustomOrange:focus {
    background-color: #eb8604;
    color: #ffffff;
    background-image: none;
    padding: 6px 12px;
    border-radius: 0;
    outline: none;
    font-size: 16px;
}

.headerLogoSectionCustom {
    padding: 5px 15px;
    background-color: #ffffff;
}

.contactCustom {
    padding: 0;
    margin: 0;
    float: right;
}

    .contactCustom > li {
        display: inline-block;
        list-style: none;
    }

        .contactCustom > li > a {
            color: #000;
            padding: 10px 15px;
            display: block;
            text-decoration: none;
        }

        .contactCustom > li:last-child > a {
            padding-right: 0;
        }

        .contactCustom > li > a > i {
            margin-right: 5px;
            font-size: 18px;
        }

.borderRight {
    border-right: 1px solid #ffffff;
    margin-right: 5px;
    padding-right: 5px;
}

.navbarCustom {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    border: none;
    min-height: 0;
    margin: 0;
    float: right;
    border-radius: 0;
}

#bs-example-navbar-collapse-1 {
    padding: 0;
}

.navbarCustom.navbar-default .navbar-nav > li > a {
    color: #fff;
    /*border-left: 1px solid #666;
        border-right: 1px solid #666;*/
    padding: 10px 8px;
    line-height: 22px;
    font-size: 14px;
}

    .navbarCustom.navbar-default .navbar-nav > li > a::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        border-right: 1px solid #666;
        right: 0;
    }

.navbarCustom.navbar-default .navbar-nav > li:first-child > a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #666;
    left: 0;
}

.navbarCustom.navbar-default .navbar-nav > li::after {
    content: "";
    width: 100%;
    border-bottom: 4px solid rgba(255, 255, 255,1);
    position: absolute;
    bottom: 0;
    transition: all 0.3s linear 0s;
    left: 0;
    transform: scale(0, 1);
}

.navbarCustom.navbar-default .navbar-nav > li:hover::after {
    border-bottom: 4px solid rgba(255, 255, 255,1);
    transform: scale(1);
}

.activeCustom::after {
    content: "";
    width: 100%;
    border-bottom: 4px solid rgba(255, 255, 255,1);
    position: absolute;
    bottom: 0;
    transition: all 0.3s linear 0s;
    left: 0;
    transform: scale(1, 1);
}

.logoCustom {
    padding: 5px 15px;
}

.sectionHomeOuter {
    background-color: #e7e8e1;
    padding: 20px 15px;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

.brochures {
    padding: 0;
    /*margin-top: 20px;*/
}

    .brochures > li {
        list-style: none;
        padding-top: 15px;
    }

        .brochures > li > h2 {
            font-size: 20px;
        }

.listStyleCss ul li a {
    color: #4a4a4a;
    /*font-size: 18px;*/
    text-decoration: none;
}

.listStyleCss ul {
    padding: 0;
}


.backgroundWhiteCustom {
    background-color: #ffffff;
    padding: 15px;
}

.sectionHomeOuter .leftFirstBox {
    background-color: #fff;
    padding: 15px 0;
}

.contentDescription {
    padding: 20px 15px;
}


.navHomeinnerCustom,
.navHomeinnerFirstCustom {
    padding: 0;
    margin: 0;
}

.navHomeinnerCustom {
    margin: 0 -10px 0 0;
}

.navHomeinnerFirstCustom > li {
    display: inline-block;
    width: 100%;
    clear: both;
    list-style: none;
    vertical-align: top;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.navHomeinnerCustom > li {
    display: inline-block;
    width: 49.5%;
    clear: both;
    padding-right: 10px;
    list-style: none;
    vertical-align: top;
    margin-bottom: 10px;
    position: relative;
}


    .navHomeinnerCustom > li > a,
    .navHomeinnerFirstCustom > li > a {
        color: #fff;
    }

        .navHomeinnerCustom > li > a > figure,
        .navHomeinnerFirstCustom > li > a > figure {
            position: relative;
            overflow: hidden;
        }

            .navHomeinnerCustom > li > a > figure > figcaption,
            .navHomeinnerFirstCustom > li > a > figure > figcaption {
                position: absolute;
                bottom: 0;
                width: 100%;
                padding: 10px;
                background-color: rgba(0,0,0,0.75);
                transition: all 0.35s ease-in-out 0s;
                height: 39px;
            }

                .navHomeinnerCustom > li > a > figure > figcaption > h3,
                .navHomeinnerFirstCustom > li > a > figure > figcaption > h3 {
                    margin: 0;
                    font-size: 15px;
                }

    .navHomeinnerCustom > li > i,
    .navHomeinnerFirstCustom > li > i {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        padding: 8px;
        z-index: 1;
        color: #fff;
        cursor: pointer;
    }

    .navHomeinnerCustom > li > i {
        right: 10px;
    }

    .navHomeinnerCustom > li > a:hover figcaption,
    .navHomeinnerFirstCustom > li > a:hover figcaption {
        height: 100%;
    }

.captionDescription {
    padding: 0 10px;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transition: all 0.55s ease-in-out 0s;
}

.navHomeinnerCustom > li > a:hover .captionDescription,
.navHomeinnerFirstCustom > li > a:hover .captionDescription,
.captionDescriptionEffectonClick {
    transform: translate(0,-50px);
    opacity: 1;
}

.navHomeinnerCustom > li > a .btnCustom,
.navHomeinnerFirstCustom > li > a .btnCustom {
    position: absolute;
    right: 15px;
    bottom: -100%;
    transition: all 0.35s ease-in-out 0s;
}

.navHomeinnerCustom > li > a:hover .btnCustom,
.navHomeinnerFirstCustom > li > a:hover .btnCustom,
.btnCustomEffectonClick {
    bottom: 15px !important;
}

.navHomeinnerCustom > li > a:hover img,
.navHomeinnerFirstCustom > li > a:hover img {
    transform: scale(1.2);
}

.navHomeinnerCustom > li > a img,
.navHomeinnerFirstCustom > li > a img {
    transition: all 0.35s ease-in-out 0s;
}



.figCaptionAnim {
    transition: all 0.5s ease-in-out 0s;
    height: 100% !important;
}

/*.figCaptionAnim::after {
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        background-color: rgba(0,0,0,0.65);
        height: 100%;
        transition: all 0.5s ease-in-out 0s;
        transform:rotate(45deg)
    }*/

.mainTitle {
    color: #4a4a4a;
    margin-bottom: 8px;
    font-size: 28px;
    display: inline-block;
}

    .mainTitle > a {
        color: #4a4a4a;
        text-decoration: none;
    }

.mainHeadingCustom {
    box-shadow: 0px 2px 0px rgba(0,0,0,0.5);
    margin-bottom: 15px;
}

.footerCustom {
    background-color: #4c4c4c;
    padding: 20px 15px;
    position: relative;
}

    .footerCustom ul, .footerThemeCustom > ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.footerThemeCustom ul > li {
    display: inline-block;
    width: 33%;
}



.footerCustom ul > li,
.footerCustom ul > li > a,
.footerThemeCustom a {
    color: #999999;
    text-decoration: none;
}

    .footerCustom ul > li > a:hover,
    .footerCustom ul > li > a:focus,
    .footerThemeCustom a:hover,
    .footerThemeCustom a:focus {
        color: #cccccc;
        outline: none;
    }

.footerThemeCustom a {
    position: relative;
    margin-right: 4px;
}

/*.footerThemeCustom a::after {
        content: "";
        position: absolute;
        border-right: 1px solid #cccccc;
        top: 0;
        bottom: 0;
        right: 0;
    }*/

.footerCustom ul > li.lihead,
.t2footerfont b {
    font-weight: 600;
    color: #cccccc;
    display: block;
}

.socialIconCustom > li.lihead {
    margin-bottom: 8px;
}

.socialIconCustom > li {
    display: inline-block;
}

    .socialIconCustom > li:nth-child(2) > a {
        background-image: url("/contents/v6/images/otherimages.png");
        background-repeat: no-repeat;
        width: 39px;
        height: 39px;
        display: block;
        background-position: 0 0;
    }

    .socialIconCustom > li:nth-child(3) > a {
        background-image: url("/contents/v6/images/otherimages.png");
        background-repeat: no-repeat;
        width: 39px;
        height: 39px;
        display: block;
        background-position: -39px 0;
    }

    .socialIconCustom > li:nth-child(4) > a {
        background-image: url("/contents/v6/images/otherimages.png");
        background-repeat: no-repeat;
        width: 39px;
        height: 39px;
        display: block;
        background-position: -80px 0;
    }

    .socialIconCustom > li:nth-child(5) > a {
        background-image: url("/contents/v6/images/otherimages.png");
        background-repeat: no-repeat;
        width: 39px;
        height: 39px;
        display: block;
        background-position: -160px 0;
    }

    .socialIconCustom > li:nth-child(6) > a {
        background-image: url("/contents/v6/images/otherimages.png");
        background-repeat: no-repeat;
        width: 39px;
        height: 39px;
        display: block;
        background-position: -200px 0;
    }


    .socialIconCustom > li:nth-child(2) > a:hover {
        background-position: 0 -39px;
    }

    .socialIconCustom > li:nth-child(3) > a:hover {
        background-position: -39px -39px;
    }

    .socialIconCustom > li:nth-child(4) > a:hover {
        background-position: -80px -39px;
    }

    .socialIconCustom > li:nth-child(5) > a:hover {
        background-position: -160px -39px;
    }

    .socialIconCustom > li:nth-child(6) > a:hover {
        background-position: -200px -39px;
    }

.footerBottomCustom {
    background-color: #000;
    padding: 10px 15px;
}

.list-inline {
    margin: 0;
}

.footerBottomCustom .list-inline > li,
.footerBottomCustom .list-inline > li > a,
.footerBottomCustom .list-inline > li > a:hover {
    color: #fff;
}

.arrangeCallBackCustom,
.arrangeCallBackCustom:hover,
.arrangeCallBackCustom:focus {
    background-color: #eb8604 !important;
    color: #fff;
    border: none;
    cursor: pointer;
}

    .arrangeCallBackCustom > i {
        font-size: 18px;
        margin-right: 5px;
    }


.navbarCustom.navbar-default .navbar-nav > li:last-child::after {
    border-color: transparent;
}

iframe, object, embed {
    max-width: 100%;
}

#videoCustom {
    margin: 0 0 35px 0;
    display: block;
}

.tourSEOContent h1 {
    font-size: 24px;
}

.navbarCustom .navbar-toggle,
.navbarCustom .navbar-toggle:hover,
.navbarCustom .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-toggle.fa-times {
    position: absolute;
    left: 0;
}


.leftFirstBox h1 {
    font-size: 28px;
    margin: 0;
    padding-left: 15px;
}

.leftFirstBox h2 {
    font-size: 24px;
    margin: 0;
}

.leftFirstBox .mapContainerDiv {
    padding: 0 15px;
}

.img-left {
    float: left;
    margin-right: 10px;
}

.img-right {
    float: right;
    margin-left: 10px;
}

.hotdealsContent {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 4px 0px #ddd;
}

    .hotdealsContent h3 {
        margin: 0 0 10px 0;
        font-size: 18px;
    }

        .hotdealsContent h3 > a {
            color: #4a4a4a;
            text-decoration: none;
        }

.btnCustom,
.btnCustom:hover,
.btnCustom:focus,
.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    background-color: #0a5869;
    color: #ffffff;
    border-radius: 0;
    background-image: none;
    box-shadow: none;
    border: none;
}

    .btn-primary .glyphicon-thumbs-up {
        display: none;
    }

.btnDefaultCustom,
.btnDefaultCustom:hover,
.btnDefaultCustom:focus {
    background-color: #ddd;
    color: #4a4a4a;
    border-radius: 0;
}

#ctl00_ContentPlaceHolderCompleteBody_contactusdata {
    padding-top: 20px;
}

    #ctl00_ContentPlaceHolderCompleteBody_contactusdata h4 {
        margin-bottom: 15px;
    }


a[target="_blank"]::after {
    content: "\f08e";
    margin-left: 3px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
}


.socialIconCustom > li > a[target="_blank"]::after {
    content: "";
}

.bg-nav-color {
    border-bottom: 2px solid #fff;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}



.contactCustomMobile {
    padding: 0;
    margin: 0;
    display: inline-block;
    float: right;
    padding-right: 15px;
    margin-top: 4px;
}

    .contactCustomMobile > li {
        display: inline-block;
    }

        .contactCustomMobile > li > a {
            color: #ffffff;
            font-size: 30px;
            padding: 5px;
        }

#showHideIcon {
    display: none;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: auto;
}
/*Scroll to Top on Scroll Icon CSS Starts*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: rgba(0, 0, 0, 0.65);
    color: rgba(255, 255, 255, 0.5);
    width: 50px;
    height: 48px;
    line-height: 45px;
    right: 20px;
    bottom: 65px;
    padding-top: 2px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background-color: #888888;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    .scroll-top-wrapper i.fa {
        line-height: inherit;
        margin: 0 !important;
    }


/*Scroll to Top on Scroll Icon CSS Ends*/




/*Menu Icon Css Starts*/

.c-hamburger {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 55px;
    height: 42px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

    .c-hamburger:focus {
        outline: none;
    }

    .c-hamburger span {
        display: block;
        position: absolute;
        top: 20px;
        left: 15px;
        right: 0;
        height: 6px;
        background: white;
    }

        .c-hamburger span::before,
        .c-hamburger span::after {
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 6px;
            background-color: #fff;
            content: "";
        }

        .c-hamburger span::before {
            top: -12px;
        }

        .c-hamburger span::after {
            bottom: -12px;
        }

.c-hamburger--htx {
    background-color: transparent;
}

    .c-hamburger--htx span {
        -webkit-transition: background 0s 0.3s;
        transition: background 0s 0.3s;
    }

        .c-hamburger--htx span::before,
        .c-hamburger--htx span::after {
            -webkit-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s;
            -webkit-transition-delay: 0.3s, 0s;
            transition-delay: 0.3s, 0s;
        }

        .c-hamburger--htx span::before {
            -webkit-transition-property: top, -webkit-transform;
            transition-property: top, transform;
        }

        .c-hamburger--htx span::after {
            -webkit-transition-property: bottom, -webkit-transform;
            transition-property: bottom, transform;
        }

    /* active state, i.e. menu open */
    .c-hamburger--htx.is-active {
        background-color: transparent;
    }

        .c-hamburger--htx.is-active span {
            background: none;
        }

            .c-hamburger--htx.is-active span::before {
                top: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .c-hamburger--htx.is-active span::after {
                bottom: 0;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .c-hamburger--htx.is-active span::before,
            .c-hamburger--htx.is-active span::after {
                -webkit-transition-delay: 0s, 0.3s;
                transition-delay: 0s, 0.3s;
            }

/*Menu Icon Css Ends*/

::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background-color: #0a5869;
}

::-webkit-selection { /* Code for Google Chrome,Apple Safari */
    color: #ffffff;
    background-color: #0a5869;
}

::-ms-selection { /* Code for Internet Explorer */
    color: #ffffff;
    background-color: #0a5869;
}

::-o-selection { /* Code for Opera */
    color: #ffffff;
    background-color: #0a5869;
}

::selection {
    color: #ffffff;
    background-color: #0a5869;
}










/*Responsive CSS Starts*/

@media all and (min-width:320px) and (max-width:767px) {
    .navbarCustom {
        float: none;
    }

    .nextArrowCustom {
        float: left;
        font-size: 16px;
    }

    /*.textAlignPrevNext {
        text-align: left;
    }*/

    .navbarCustom.navbar-default .navbar-nav > ul {
        padding-left: 12px;
        margin: 0;
        list-style: none;
    }

        .navbarCustom.navbar-default .navbar-nav > ul > li {
            display: inline-block;
        }

            .navbarCustom.navbar-default .navbar-nav > ul > li > a[target="_blank"]::after {
                content: "";
            }

    .contentCustom {
        width: 100%;
        text-align: left;
    }

    .incredibleIndiaCustom {
        font-size: 18px;
    }

    .languageCustom ul {
        float: right;
    }

    .indiaArticleCustom {
        width: 100%;
    }

    #showHideIcon {
        font-size: 30px;
        position: absolute;
        left: 40%;
        display: block;
        color: #fff;
        top: -35px;
        z-index: 1;
        cursor: pointer;
        transition: all 0.35s linear 0s;
        width: 60px;
        height: 35px;
        border-top-left-radius: 50%;
        background-color: rgba(0,0,0,0.65);
        padding: 5px 19px;
        border-top-right-radius: 50%;
    }

    /*#showHideIcon.clsRotateAnimCustom {
            transform: rotate(180deg);
        }*/

    .showHide {
        display: none;
    }

    .footerCustom {
        margin-top: 50px;
    }

    .footerThemeCustom ul > li {
        width: 100%;
    }

    .socialIconCustom {
        float: left;
        margin-top: 15px !important;
    }

    .headerLogoSectionCustom .col-sm-3 {
        display: none;
    }

    .headerLogoSectionCustom {
        padding: 0;
        display: none;
    }

    #mainContent > section {
        padding-top: 49px;
    }

    .navbar-toggle {
        display: block;
        float: left;
        cursor: pointer;
        color: #ffffff;
        font-size: 30px;
        margin: 0;
    }

    .navHomeinnerCustom > li {
        width: 100%;
        padding-right: 0;
    }

    .navbar-header {
        display: block;
    }

    .navbarCustom .navbar-nav {
        /*margin: 0;*/
        border: 0 !important;
        width: auto;
        border-top: 0;
        float: none;
    }



    .navbarCustom.navbar-default .navbar-nav > li > a::after,
    .navbarCustom.navbar-default .navbar-nav > li:first-child > a::before {
        border: none;
    }

    .customCollapse {
        border-top: none;
    }

    .navbarCustom {
        position: fixed;
        background-color: #000;
        top: 46px;
        bottom: 0;
        left: 0;
        right: auto;
        /*height: 100%;*/
        width: 0;
        padding: 0;
        min-height: 0;
        border-top: none;
        -moz-transition: all 0.25s ease-in-out 0s;
        -webkit-transition: all 0.25s ease-in-out 0s;
        -o-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
        -webkit-transform: translateZ(0);
        overflow-y: scroll;
        /*-webkit-backface-visibility: hidden;*/
    }

    #mainContent {
        -moz-transition: all 0.25s ease-in-out 0s;
        -webkit-transition: all 0.25s ease-in-out 0s;
        -o-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
    }

    .bgColor {
        background-color: #000;
    }

    .arrowcustom {
        margin-bottom: 12px;
        font-size: 25px;
        font-weight: 800;
    }

    /*.customCollapse.active {
        -moz-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

    .SlideBody {
        -moz-transform: translate(235px,0);
        -webkit-transform: translate(235px,0);
        -ms-transform: translate(235px,0);
        -o-transform: translate(235px,0);
        transform: translate(235px,0);
        -moz-transition: all 0.25s ease-in-out 0s;
        -webkit-transition: all 0.25s ease-in-out 0s;
        -o-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
        position: fixed;
    }*/

    .contactCustom {
        display: none;
    }

    .languageCustom {
        padding-bottom: 3px;
        padding-top: 0;
    }

    .fixedSocialIconsCustom {
        background-color: #fff;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        top: auto;
        z-index: 1;
        height: 55px;
        padding: 10px 0;
    }

        .fixedSocialIconsCustom > li {
            display: inline-block;
        }

    #incredibleIndiaBG3 {
        background-attachment: scroll;
    }

    .breadcrumb > li > a {
        font-size: 12px;
    }

    .navHomeinnerCustom {
        margin: 0;
    }

    .hotdealsContent .img-left {
        float: none;
        display: block;
        margin: 0 auto 15px;
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    /*#languageSelectionCustom > span + span {
        display: none;
    }*/
    #mainContent > section {
        padding-top: 50px;
    }

    .navbarCustom.navbar-default .navbar-nav > ul {
        display: none;
    }

    .footerThemeCustom ul > li {
        width: 49%;
    }

    .languageCustom {
        left: 32%;
        padding-top: 12px;
        position: absolute;
        top: 0;
    }

    .navbar-brand, .navbar-brand:focus, .navbar-brand:hover {
        color: #fff;
        position: absolute;
        left: 8%;
    }

    .navbar-header {
        display: block;
    }

    .contactCustom {
        display: none;
    }


    .navbarCustom {
        float: none;
    }

        .navbarCustom .container-fluid {
            padding: 0;
        }

        .navbarCustom .navbar-nav {
            /*margin-left: 0;*/
            border: 0 !important;
            width: auto;
            float: none;
        }

    .headerLogoSectionCustom {
        display: none;
    }

    .navbarCustom.navbar-default .navbar-nav > li {
        float: none;
        /*text-align: right;*/
    }

        .navbarCustom.navbar-default .navbar-nav > li > a::after,
        .navbarCustom.navbar-default .navbar-nav > li:first-child > a::before {
            border: none;
        }


    .arrangeCallBackCustom {
        display: inline-block;
    }

    .navbar-toggle {
        display: block;
        float: left;
        cursor: pointer;
        color: #ffffff;
        font-size: 30px;
        margin: 0;
    }

    .navbarCustom {
        position: fixed;
        background-color: #000;
        top: 45px;
        bottom: 0;
        left: 0;
        right: auto;
        width: 0;
        padding: 0;
        border-top: none;
        min-height: 480px;
        -moz-transition: all 0.25s ease-in-out 0s;
        -webkit-transition: all 0.25s ease-in-out 0s;
        -o-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
        overflow-y: scroll;
        /*height: 100%;*/
    }

    #mainContent {
        -moz-transition: all 0.25s ease-in-out 0s;
        -webkit-transition: all 0.25s ease-in-out 0s;
        -o-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
    }

    .headerTopCustom, .customCollapse {
        padding: 0;
    }

    .navHomeinnerCustom {
        margin: 0 -15px 0 0;
    }
}



@media all and (min-width:992px) and (max-width:1199px) {
    #languageSelectionCustom > span + span {
        display: none;
    }

    .navbarCustom.navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding: 8px 3px;
    }

        .navbarCustom.navbar-default .navbar-nav > li > a.arrangeCallBackCustom {
            padding: i8px;
        }

    .languageCustom {
        padding-top: 7px;
    }

    #languageSelectionCustom > span > i {
        font-size: 18px;
    }
}

@media all and (min-width:1920px) {
    .sectionHomeOuter > .container-fluid, .contentDescription {
        width: 1199px;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    #incredibleIndiaBG3 {
        background-attachment: scroll;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
    #incredibleIndiaBG3 {
        background-attachment: scroll;
    }
}









/*Responsive CSS Ends*/





