@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:300,400&display=swap');
html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
}

.text-des {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.sub-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FCBE18;
    margin-bottom: 10px;
    display: block;
}

.large-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #2f2f2f;
    margin-bottom: 15px;
}

.fly-line {
    display: block;
    height: 2px;
    width: 50px;
    background-color: #FCBE18;
    opacity: .8;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.hide-my {
  display: none !important;
}
.red-btn {
    font-size: 14px;
    border: solid 2px #fff;
    color: #FCBE18 !important;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    background: #fff;
    padding: 10px 30px;
    /* color: #FAEBD7; */
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    border-radius: 6px !important;
}


.season-bg .red-btn {
    box-shadow: 0 4px 25px 7px #f3a90c;
}
.utsav-bg .red-btn {
    box-shadow: 0 4px 25px 7px #ec6d5e;
    margin-top: 26px;

}
.saptahant-bg .red-btn {
    margin-top: 26px;
    box-shadow: 0 4px 25px 7px #5b5b5b;
}
.saptami-bg .red-btn  {
    box-shadow: 0 4px 25px 7px #139e45;
}
.ashtami-bg .red-btn {
    margin-top: 26px;
    box-shadow: 0 4px 25px 7px #7e5aa0;
}
.one-day-bg .red-btn {
    box-shadow: 0 4px 25px 7px #d10872;
}
.red-btn:hover {
    text-decoration: none;
    color: #fff !important;
   
    border: solid 2px #fff;
}
.season-bg .red-btn:hover {
    text-decoration: none;
    background-color: #f3a90c;
}
.utsav-bg .red-btn:hover {
    text-decoration: none;
    background-color: #ec6d5e;
}
.saptahant-bg .red-btn:hover {
    text-decoration: none;
    background-color: #5b5b5b;
}
.saptami-bg .red-btn:hover {
    text-decoration: none;
    background-color: #139e45;
}
.ashtami-bg .red-btn:hover {
    text-decoration: none;
    background-color: #7e5aa0;
}
.one-day-bg .red-btn:hover {
    text-decoration: none;
    background-color: #d10872;
}


.parallax-disable {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.anim-btn {
    border: 1px solid #FCBE18;
    border-radius: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: transparent;
    color: #FCBE18;
    font-size: 13px;
    padding: 10px 30px 10px 30px;
    transition: .8s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-decoration: none;
}

.anim-btn:hover {
    border: solid 1px #FCBE18;
}

.anim-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #FCBE18;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}

.anim-btn:hover {
    color: #FFFFFF;
}

.anim-btn:hover span {
    transform: translateY(0) scale(3);
}

.anim-btn span:nth-child(1) {
    left: calc((1 - 1) * 25%);
    transition-delay: calc((1 - 1) * 0.1s);
}

.anim-btn span:nth-child(2) {
    left: calc((2 - 1) * 25%);
    transition-delay: calc((2 - 1) * 0.1s);
}

.anim-btn span:nth-child(3) {
    left: calc((3 - 1) * 25%);
    transition-delay: calc((3 - 1) * 0.1s);
}

.anim-btn span:nth-child(4) {
    left: calc((4 - 1) * 25%);
    transition-delay: calc((4 - 1) * 0.1s);
}

.anim-btn span:nth-child(5) {
    left: calc((5 - 1) * 25%);
    transition-delay: calc((5 - 1) * 0.1s);
}

.loader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100vh;
    z-index: 9999999999999;
    overflow: hidden;
    background-color: #FCBE18;
}

.loader .inner-loader {
    height: 100vh;
}

.loader .spinner {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 15%;
}

.bottom-arr {
    position: absolute;
    bottom: 20px;
    right: 40px;
    background-color: #2f2f2f;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    color: #FFFFFF;
    margin-bottom: 1px;
    text-align: center;
    justify-content: center;
    align-items: center;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    box-shadow: 1px 1px 15px #e1e1e1;
}

.bottom-arr.fixed-at-bottom {
    position: fixed;
    z-index: 999;
    animation: .5s slideInUp;
}

.bottom-arr:hover {
    background-color: #FCBE18;
    cursor: pointer;
}

.bottom-arr i {
    font-size: 20px;
    transition: .8s ease-in-out;
}

.magic {
    display: none !important;
}

.aimated-cursor {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    -o-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover~.aimated-cursor {
    display: inline-block;
    z-index: 9999999;
}

.cursor {
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999999;
}

.slider-social {
    position: absolute;
    z-index: 11;
    margin-bottom: 0 !important;
}

.slider-social li {
    list-style: none;
    display: inline-block;
}

.slider-social a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #000000;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.head-sec .navigation {
    position: relative;
}

.head-sec .slider-icons .social-icons {
    left: 2%;
    padding-top: 23px;
}

.head-sec .slider-icons .social-icons li a {
    color: #FFFFFF;
    font-size: 16px;
}

.head-sec .navigation-toggle .toggle-btn {
    right: 2%;
    padding-top: 30px;
}

.head-sec .navigation-toggle span {
    width: 25px;
    background-color: #FFFFFF;
    height: 2px;
    display: block;
    margin-top: 3px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: .8s zoomIn;
    animation: .8s zoomIn;
}

.head-sec .navigation-toggle .toggle-btn:hover span:first-child {
    width: 40%;
}

.head-sec .navigation-toggle .toggle-btn:hover span {
    width: 100%;
}

.head-sec .navigation-toggle .toggle-btn:hover span:last-child {
    width: 50%;
}

.broad {
    visibility: hidden;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 0;
    position: relative;
}

.broad .navbar {
    display: none;
}

.broad-nav {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: block;
    visibility: visible;
    overflow: hidden;
    z-index: 111111;
    opacity: 1;
}

.broad-nav .navbar {
    padding-right: 0;
    display: block;
    position: fixed;
    right: 0;
    top: 32%;
    -webkit-transform: translate(-10%, -50%);
    -ms-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
}

.broad .close-nav {
    display: none;
}

.broad-nav .close-nav {
    display: block;
    position: fixed;
    right: 20px;
    top: 4%;
    z-index: 11111;
    cursor: pointer;
    -webkit-animation: .8s zoomIn;
    animation: .8s zoomIn;
}

.broad-nav .close-nav a i {
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.broad-nav .close-nav.slider-social.bg-fill a i {
    width: 45px;
    height: 45px;
    padding-top: 11px;
    background-color: #000000;
    color: #FFFFFF;
}

.broad-nav .close-nav i {
    color: #FFFFFF;
    font-size: 25px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.broad-nav .close-nav:hover i {}

.broad .navbar ul li {
    text-align: right;
}

.broad .navbar ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
    display: inline-block;
    background-color: #FCBE18;
    padding: 5px 15px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.broad .navbar ul li {
    margin-bottom: 5px;
    -webkit-transition: all .8s ease 500ms;
    -o-transition: all .8s ease 500ms;
    transition: all .8s ease 500ms;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}

@-webkit-keyframes myan {
    from {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes myan {
    from {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

.broad .navbar ul li {
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.broad .navbar ul li:nth-child(2) {
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.broad .navbar ul li:nth-child(3) {
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.broad .navbar ul li:nth-child(4) {
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.broad .navbar ul li:nth-child(5) {
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.broad .navbar ul li:nth-child(6) {
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.broad .navbar ul li:nth-child(7) {
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.broad .navbar ul li:nth-child(8) {
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.broad .navbar-light .navbar-nav .nav-link:focus,
.broad .navbar-light .navbar-nav .nav-link:hover,
.broad .navbar-light .navbar-nav .nav-link.active {
    color: #f8f9fa;
    background-color: black;
}

header .navigation-toggle {
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

header .navigation-toggle.fix-top {
    z-index: 111;
    -webkit-animation: .5s slideInDown;
    animation: .5s slideInDown;
}

header .navigation-toggle.fix-top .slider-social a {
    width: 50px;
    height: 50px;
    background-color: #FCBE18;
    border-radius: 50%;
    padding: 18%;
    padding-top: 28%;
    -webkit-animation: .8s zoomIn;
    animation: .8s zoomIn;
}

.slider-sec {
    position: relative;
}

.slider-sec .navigate-arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99999;
    width: auto;
    cursor: pointer;
    text-decoration: none;
}

.slider-sec .navigate-arrow i:first-child {
    display: block;
    color: #FFFFFF;
    font-size: 15px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-bottom: 1px;
    text-align: center;
    padding-top: 15px;
    border: solid 2px #FFFFFF;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.slider-sec .navigate-arrow:hover i {
    background-color: #FCBE18;
    border: solid 2px #FCBE18;
}

.about-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
}

.about-sec .about-info .sub-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FCBE18;
    margin-bottom: 10px;
    display: block;
}

.about-sec .about-info .heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #2f2f2f;
    width: 70%;
    margin-bottom: 15px;
}

.about-sec .about-info .fly-line {
    display: block;
    height: 2px;
    width: 15%;
    background-color: #FCBE18;
    opacity: .7;
    margin-bottom: 30px;
    margin-left: 0;
}

.about-sec .about-info .text-des {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    opacity: .8;
    text-align: justify;
}

.about-sec .location-details h4 {
    margin-bottom: 20px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.about-sec .location-details .media .media-body h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0;
}

.about-sec .location-details .media .media-body p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    opacity: .8;
}

.about-sec .location-details .media i {
    font-size: 30px;
    margin-right: 10px;
    color: #FCBE18;
}

.about-sec .location-details .anim-btn {
    margin-top: 30px;
    margin-left: 5px;
}

.about-sec .about-icon {
    font-size: 350px;
    color: #000000;
    opacity: .4;
}

.about-sec .about-img {
    position: relative;
}

.about-sec .about-img .floating-icon {
    position: absolute;
    font-size: 35px;
    color: gainsboro;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.about-sec .about-img .floating-icon.la-circle {
    left: 10%;
    top: 35%;
}

.about-sec .about-img .floating-icon.la-plus {
    right: 10%;
    top: 35%;
}

.about-sec .about-img .floating-icon.la-caret-up {
    left: 20%;
    bottom: 0%;
}

.about-sec .about-img .floating-icon.la-chart-line {
    left: 48%;
    top: 0%;
}

.about-sec .about-img .floating-icon.la-bell {
    right: 20%;
    bottom: 0%;
}

.about-sec .about-img .large-icon:hover~.floating-icon {
    color: #FCBE18;
}

.about-sec .about-cards {
    padding-top: 150px;
}

.about-sec .about-cards .about-detail {
    padding-bottom: 50px;
}

.about-sec .about-cards .about-card i {
    color: #FCBE18;
    font-size: 90px;
    margin-bottom: 25px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    padding: 10px;
}

.about-sec .about-cards .about-card i.la-microphone-alt {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.about-sec .about-cards .about-card .heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #2f2f2f;
    margin-bottom: 15px;
}

.about-sec .about-cards .about-card .heading span {
    color: #FCBE18;
    margin-right: 5px;
}

.about-sec .about-cards .about-card .text-des {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    opacity: .8;
}

.about-sec .about-cards .ab-card {
    padding: 40px 30px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.about-sec .about-cards .ab-card:hover,
.about-sec .about-cards .ab-card.active {
    -webkit-box-shadow: 1px 1px 15px #e1e1e1;
    box-shadow: 1px 1px 15px #e1e1e1;
    background-color: #FFFFFF;
    border-radius: 15%;
}

.about-sec .about-cards .ab-card:hover .about-card i,
.about-sec .about-cards .ab-card.active .about-card i {
    -webkit-box-shadow: 1px 1px 15px #FCBE18;
    box-shadow: 1px 1px 15px #FCBE18;
    border-radius: 50%;
}

.about-sec .about-cards .about-card .heading {
    letter-spacing: 0.0px !important;
}

.count-sec {
    min-height: 200px;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}

.count-sec .count-overlay {
    background-color: #000000;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.count-sec .count-content .count-li {
    cursor: pointer;
}

.count-sec .num {
    color: #FFFFFF;
    font-size: 70px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.count-sec .heading {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.count-sec .text-des {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.speaker-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.speaker-sec .speakers-detail {
    margin-bottom: 50px;
}

.speaker-sec .image-holder {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background-color: #e1e1e1;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.speaker-sec .image-holder img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.speaker-sec .image-holder .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    top: 0;
    background-color: rgba(252, 190, 24, 0.81);
    z-index: 11;
    display: block;
    opacity: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.speaker-sec .speaker-info:hover .image-holder .overlay .plus span:nth-child(2) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}

.speaker-sec .speaker-info:hover .image-holder .overlay .plus span {
    opacity: 1;
}

.speaker-sec .speaker-info:hover .image-holder img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.speaker-sec .speaker-info:hover .image-holder .overlay {
    opacity: 1;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    border: solid 3px #fff;
}

.speaker-sec .speaker-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #2f2f2f;
    margin-bottom: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.speaker-sec .speaker-info:hover .speaker-name {
    color: #FCBE18;
}

.speaker-sec .speaker-detail {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    opacity: .7;
    margin-bottom: 0;
    font-style: italic;
}

.speaker-sec .speaker-links {
    position: relative;
}

.speaker-sec .speaker-links .slider-social {
    left: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.speaker-sec .image-holder .overlay .speaker-links ul li a {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-50px);
    transform: translateY(-80px);
    opacity: 0;
}

.speaker-sec .image-holder .overlay .speaker-links ul li:first-child a {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.speaker-sec .image-holder .overlay .speaker-links ul li:nth-child(2) a {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
}

.speaker-sec .image-holder .overlay .speaker-links ul li:nth-child(3) a {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.speaker-sec .speaker-info:hover .image-holder .overlay .speaker-links ul li:first-child a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 1;
}

.speaker-sec .speaker-info:hover .image-holder .overlay .speaker-links ul li:nth-child(2) a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
    opacity: 1;
}

.speaker-sec .speaker-info:hover .image-holder .overlay .speaker-links ul li:nth-child(3) a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 1;
}

.speaker-sec .speaker-info .image-holder .overlay .speaker-links:hover ul li a {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.speaker-links>ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.speaker-links>ul li {
    list-style: none;
    margin: 10px 5px;
}

.speaker-links>ul li:first-child {
    margin-left: 0;
}

.speaker-links>ul li:last-child {
    margin-right: 0;
}

.speaker-links>ul li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 37px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.speaker-sec .image-holder .overlay .speaker-links>ul li a i {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.speaker-sec .image-holder .overlay .speaker-links:hover ul li:nth-child(3) a,
.speaker-sec .image-holder .overlay .speaker-links:hover ul li:nth-child(2) a {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.speaker-sec .image-holder .overlay .speaker-links>ul li a:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.speaker-links>ul li a:hover i.fa-facebook-f {
    color: #3b5998;
}

.speaker-links>ul li a:hover i.fa-twitter {
    color: #00acee;
}

.speaker-links>ul li a:hover i.fa-linkedin-in {
    color: #0e76a8;
}

.speaker-links>ul li a:hover i.fa-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.i-info {
    font-size: 17px !important;
    margin-top: -11px;
    background: #4581C2 !important;
    border-radius: 30px !important;
    width: 24px;
    height: 24px;
    line-height: 0 !important;
    font-family: 'Font Awesome 5 Brands';
    padding: 5px 0 6px 0px !important;
    border: 0 !important;
}

.portfolio-sec {
    padding-top: 100px;
}

.portfolio-heading {
    margin-bottom: 50px;
}

.portfolio-sec .cbp-l-filters-alignCenter {
    margin-bottom: 50px;
}

.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-item {
    background-color: transparent;
    border: 1px solid #d9d9d9;
    padding: 7px 24px;
    margin-right: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    opacity: .8;
}

.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    background-color: #FCBE18;
    color: #FFFFFF;
    padding: 7px 24px;
}

.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
    -webkit-transform: translateY(-41px);
    -ms-transform: translateY(-41px);
    transform: translateY(-41px);
    background-color: #FCBE18;
    color: #FFFFFF;
}

.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-counter:after {
    border-top: 4px solid #FCBE18;
}

.portfolio-sec .cbp-l-loadMore-text .cbp-l-loadMore-link,
.cbp-l-loadMore-text .cbp-l-loadMore-text-link {
    font: 400 15px "Open Sans", sans-serif;
    text-decoration: none;
    cursor: pointer;
    margin-top: 50px;
    display: inline-block;
    border: solid 1px #FCBE18;
    padding: 8px 30px;
    color: #FCBE18;
}

.portfolio-sec .cbp-caption-zoom .cbp-caption-activeWrap {
    color: #FFFFFF;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    background-color: rgba(253, 41, 92, 0.80);
}

.portfolio-sec .cbp-l-caption-desc .fly-line {
    background-color: #FFFFFF;
    margin-top: 7px;
}

.portfolio-sec .cbp-l-caption-title {
    color: #fff;
    font: 400 20px/21px 'Montserrat', sans-serif;
}

.pricing-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pricing-sec .pricing-heading-sec {
    margin-bottom: 15px;
}

.pricing-sec .p-card {
    padding-top: 15px;
}

.pricing-sec .p-card:nth-child(2) {}

.pricing-sec .pricing-cards {
    padding-top: 50px;
}

.pricing-sec .pricing-card {
    padding: 20px 20px;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    position: relative;
    border-radius: 10px;
    min-height: 600px;
}
#pills-food .pricing-card {
    min-height: 480px;
}
.pricing-sec .pricing-card .pricing-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: solid 2px #d9d9d9;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.pricing-sec .pricing-card .price-info {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 2px #d9d9d9;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.pricing-sec .pricing-card .price-info .price-tag .p-icon i {
    position: absolute;
    left: 0;
    bottom: 8px;
    font-size: 30px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    color: #fff;
}

.pricing-sec .pricing-card .price-info .price-tag .p-icon {
    display: inline-block;
    position: relative;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.pricing-sec .pricing-card .price-info .price-tag .p-price {
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: inline-block;
    margin-left: 28px;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    color: #fff;
}

.pricing-sec .pricing-card .price-info .price-tag .p-since {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    position: relative;
    left: 42px;
    top: -7px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.pricing-sec .price-text .small-text {
    color: #878787;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.7;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.pricing-sec .pricing-card .feature-list {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 5px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.pricing-sec .pricing-card .feature-list li {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
    list-style: none;
    margin-bottom: 8px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.pricing-sec .pricing-card .feature-list {
    min-height: 192px;
}

.pricing-sec .pricing-card .feature-list li i {
    font-size: 16px;
    color: #fff;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.pricing-sec .pricing-card button {
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.pricing-sec .pricing-card:hover,
.pricing-sec .pricing-card.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.zig-zag-top:before {
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 22px 32px;
    content: " ";
    display: block;
    height: 22px;
    width: 113%;
    position: relative;
    bottom: 52px;
    left: -20px;
    opacity: 0;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

#d-wrapper .zig-zag-bottom {
    margin: 32px 0;
    margin-top: 0;
    background: #1ba1e2;
}

#d-wrapper .zig-zag-top {
    margin: 32px 0;
    margin-bottom: 0;
    background: #1ba1e2;
}

#d-wrapper .zig-zag-bottom,
#d-wrapper .zig-zag-top {
    padding: 32px 0;
}

.zig-zag-bottom:after {
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 22px 32px;
    content: "";
    display: block;
    width: 113%;
    height: 11px;
    position: relative;
    top: 41px;
    left: -20px;
    opacity: 0;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.pricing-sec .pricing-card:hover.zig-zag-bottom:after,
.pricing-sec .pricing-card.active.zig-zag-bottom:after,
.pricing-sec .pricing-card:hover.zig-zag-top:before,
.pricing-sec .pricing-card.active.zig-zag-top:before {
    opacity: 1;
}

.footer-mail a {
    color: #fff;
    text-decoration: none;
}

.footer-mail2 a {
    color: #fff;
}

.season-bg {
    background-color: #f3a90c;
}
.utsav-bg {
    background-color: #ec6d5e;
}
.saptahant-bg {
    background-color: #5b5b5b;
}
.saptami-bg {
    background-color: #139e45;
}
.ashtami-bg {
    background-color: #7e5aa0;
}
.one-day-bg {
    background-color: #d10872;
}

a.youtube-icon:hover i {
    color: #f32828;
}

.timeline-sec {
    min-height: 300px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.timeline-sec .timeline-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
}

.timeline-sec .timeline-heading {
    margin-bottom: 50px;
}

.timeline-sec .large-heading,
.timeline-sec .sub-heading {
    color: #FFFFFF;
}

.timeline-sec .fly-line {
    background-color: #FFFFFF;
}

.timeline-sec .timeline-year {
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
}

.timeline-sec .timeline-year:first-child {
    padding-top: 0;
    padding-bottom: 0;
}

.timeline-sec .timeline-year .t-year {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #FCBE18;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.timeline-sec .timeline-year .t-year .heading {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

.timeline-sec .timeline .timeline-block {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    cursor: pointer;
    list-style: none;
    margin-bottom: 30px;
}

.timeline-sec .timeline .event-details {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 30px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.timeline-sec .timeline .event-details .event-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.timeline-sec .timeline .event-details .text-des {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    opacity: .8;
    margin-bottom: 15px;
}

.timeline-sec .timeline .event-details .event-time {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.timeline-sec .timeline .event-details:hover {
    background-color: #FCBE18;
}

.timeline-sec .timeline .simple-timeline .event-details:hover:after {
    border-left: 14px solid #FCBE18;
}

.timeline-sec .timeline .inverse-timeline .event-details:hover:after {
    border-right: 14px solid #FCBE18;
}

.timeline-sec .timeline .simple-timeline .event-details:hover:before {
    background-color: #FCBE18;
}

.timeline-sec .timeline .inverse-timeline .event-details:hover:before {
    background-color: #FCBE18;
}

.timeline-sec .timeline .simple-timeline .event-details:after {
    content: " ";
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 35px;
    border-top: 14px solid rgba(136, 136, 136, 0);
    border-left: 14px solid rgba(0, 0, 0, 0.35);
    border-bottom: 14px solid rgba(245, 245, 245, 0);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.timeline-sec .timeline .simple-timeline .event-details:before {
    content: " ";
    height: 20px;
    width: 20px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    right: -12px;
    top: 41px;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.timeline-sec .timeline .inverse-timeline .event-details:after {
    content: " ";
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 35px;
    border-top: 14px solid rgba(136, 136, 136, 0);
    border-right: 14px solid rgba(0, 0, 0, 0.35);
    border-bottom: 14px solid rgba(245, 245, 245, 0);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.timeline-sec .timeline .inverse-timeline .event-details:before {
    content: " ";
    height: 20px;
    width: 20px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    left: -8px;
    top: 41px;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.timeline-sec .timeline:after {
    content: " ";
    display: inline-block;
    width: 3px;
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
}

.timeline-sec .timeline .simple-timeline {
    padding-right: 50px;
    float: left;
    clear: left;
}

.timeline-sec .timeline .inverse-timeline {
    padding-left: 50px;
    margin-top: 60px;
    float: right;
    clear: right;
}

.testimonial-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.testimonial-sec .testimonial-card {
    padding-left: 60px;
    padding-right: 60px;
    overflow: hidden;
}

.testimonial-sec .testimonial-review {
    margin-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-sec .testimonial-review .client-info {
    margin-bottom: 30px;
}

.testimonial-sec .testimonial-review .client-info .client-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #FCBE18;
    margin-bottom: 0;
}

.testimonial-sec .testimonial-review .client-info .client-designation {
    color: #000000;
}

.testimonial-sec .testimonial-review .image-holder {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-shadow: 1px 1px 15px #d8dce0;
    box-shadow: 1px 1px 15px #d8dce0;
    margin-bottom: 30px;
    border: solid 3px #fff;
}

.testimonial-sec .testimonial-review .image-holder img {
    border-radius: 50%;
}

.testimonial-sec .testimonial-review .review-detail .text-des {}

.testimonial-sec .testimonial-review .review-detail ul.test-review {
    padding-left: 0;
}

.testimonial-sec .testimonial-review .review-detail ul.test-review li {
    list-style: none;
    display: inline-block;
}

.testimonial-sec .testimonial-review .review-detail ul.test-review li i {
    font-size: 20px;
    color: #FCBE18;
}

.testimonial-sec .owl-carousel .owl-dots {
    position: absolute;
    left: 8px;
    bottom: 50%;
}

.testimonial-sec .owl-carousel .owl-nav button.owl-next,
.testimonial-sec .owl-carousel .owl-nav button.owl-prev,
.testimonial-sec .owl-carousel button.owl-dot {
    height: 20px;
    width: 20px;
    border: solid 3px #FCBE18;
    margin-bottom: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 10px #FCBE18;
    box-shadow: 1px 1px 10px #FCBE18;
    display: block;
}

.testimonial-sec .owl-carousel button.owl-dot.active {
    background-color: rgba(253, 41, 92, 0.79);
    border: solid 3px #ffffff;
}

.brand-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.brand-sec .brand-img img {
    width: 60%;
}

.footer-sec {
    padding-top: 50px;
    padding-bottom: 60px;
    background-color: #FCBE18;
}

.footer-sec .footer-icons a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin-right: 10px;
}

.footer-sec .footer-icons a i {
    display: block;
    height: 60px;
    width: 60px;
    font-size: 24px;
    color: #fff;
    line-height: 64px;
    text-align: center;
    border-radius: 40px;
    background: transparent;
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
}

.footer-sec .footer-icons a i:hover,
.footer-sec .footer-icons a i:focus {
    color: #2f2f2f;
    -webkit-box-shadow: 0 0 15px 30px #ffffff inset;
    box-shadow: 0 0 15px 30px #ffffff inset;
    -webkit-animation: 1s instaRound;
    animation: 1s instaRound;
}

@-webkit-keyframes instaRound {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes instaRound {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.contact-sec .contact-box {
    padding: 20px;
    border-radius: 10px;
    padding-right: 6%;
}

.contact-sec .contact-heading {
    margin-bottom: 50px;
}

.modal-content .modal-title {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #2f2f2f;
}

.contact-sec .contact-box .heading {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #2f2f2f;
    margin-bottom: 25px;
}

.contact-sec .contact-box .text-des {
    margin-bottom: 25px;
}

.contact-sec .contact-form .my-form {
    position: relative;
}

.contact-sec .contact-form .my-form .form-control {
    border: 1px solid #cbcbcb;
}

.contact-sec .contact-form .my-form input {
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
}

.contact-sec .contact-form .my-form select {
    margin-bottom: 20px;
    border-radius: 10px;
    height: 42px;
}

.contact-sec .contact-form .my-form input[placeholder],
.contact-sec .contact-form .my-form select {
    color: #444444;
    opacity: .8;
    font-size: 14px;
}

.contact-sec .contact-form .my-form textarea {
    border-radius: 10px;
    padding: 20px;
}

.contact-sec .contact-form .my-form textarea[placeholder] {
    color: #444444;
    opacity: .8;
    font-size: 14px;
}

.display-error {
    position: absolute;
    top: -45px;
    left: 15px;
    right: 15px;
}

.contact-sec .contact-form .my-form button {
    margin-top: 5px;
}

#google-map {
    min-height: 500px;
    width: 100%;
}

.modal-content {
    border: none;
    border-radius: 0;
    padding: 20px;
    border-top: solid 6px #FCBE18;
}

.slide-sec {
    position: relative;
}

.slide-sec .slide-content {
    padding-top: 180px;
    padding-bottom: 150px;
}

.slide-sec .slide-content .slide-heading {
    font-size: 60px;
    color: #FFFFFF;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.slide-sec .slide-content .text-des {
    color: #FFFFFF;
}

.slide-sec .slider-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.event-info {
    padding-top: 150px;
    padding-bottom: 150px;
}

.event-info .detail-info .sub-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #FCBE18;
    font-size: 16px;
}

.event-info .detail-info .heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #2f2f2f;
    font-size: 38px;
}

.event-info .detail-info .fly-line {
    display: inline-block;
    height: 2px;
    width: 22%;
    background-color: #FCBE18;
    margin-bottom: 30px;
}

.event-info .detail-info .text-des {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #000000;
    opacity: .8;
    font-size: 16px;
    margin-bottom: 30px;
}

.event-info .detail-info .location-details .media {
    margin-bottom: 30px;
}

.event-info .detail-info .location-details .media .media-body h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0;
}

.event-info .detail-info .location-details .media .media-body p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    opacity: .8;
}

.event-info .detail-info .location-details .media i {
    font-size: 30px;
    margin-right: 10px;
    color: #FCBE18;
}

.event-info .detail-info .anim-btn {
    margin-top: 5px;
}

.event-info .img-gallery {
    padding-left: 50px;
}

.event-info .img-gallery img {
    width: 100%;
    transition: .8s ease;
}

.event-info .img-gallery .hover-effect {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.event-info .img-gallery .hover-effect::before,
.event-info .img-gallery .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.event-info .img-gallery .hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}

.event-info .img-gallery .hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}

.event-info .img-gallery .hover-effect:hover::after,
.event-info .img-gallery .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}

.event-info .img-gallery .hover-effect:hover img {
    transform: scale(1.1);
}

.count-down-area {
    font-family: 'Montserrat', sans-serif;
}

.count-down-area .day-sec .days,
.count-down-area .hour-sec .hours,
.count-down-area .min-sec .minutes,
.count-down-area .sec-sec .sec {
    font-weight: bold;
    font-size: 65px;
    color: #FFFFFF;
}

.count-down-area .day-sec span {
    font-size: 14px;
    color: #FFFFFF;
}

.count-down-area .min-sec span {
    font-size: 14px;
    color: #FFFFFF;
}

.count-down-area .hour-sec span {
    font-size: 14px;
    color: #FFFFFF;
}

.count-down-area .sec-sec span {
    font-size: 14px;
    color: #FFFFFF;
}

.rec-speaker {
    padding-top: 150px;
    padding-bottom: 150px;
}

.rec-speaker .image-holder {
    border-radius: 0;
}

.rec-speaker .image-holder img {
    border-radius: 0;
}

.rec-speaker .image-holder .overlay {
    border-radius: 0;
}

.logo-iamge img {
    transform: matrix(1, 0, 0, 1, -57, 47);
    height: auto !important;
}

.feature-list li {
    padding-left: 34px;
    position: relative;
}

.feature-list li i {
    position: absolute;
    left: 0;
    top: 6px;
}

.accordion {
    width: 42rem;
    padding: 1.2rem 0;
    border-radius: 1rem;
    background: #fff
}

.accordion__heading {
    margin-bottom: 1rem;
    padding: 0 1.4rem
}

.accordion__item {
    padding: 0
}

.accordion__item {
    border: 1px solid #FCBE18;
    margin-bottom: 23px;
    border-radius: 5px
}

.accordion__btn:focus {
    outline: 0
}

.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.2rem 1.4rem;
    background: #fff;
    border: none;
    outline: 0;
    color: #000;
    background: 0 0;
    font-size: 18px;
    text-align: left;
    cursor: pointer;
    transition: .1s;
    letter-spacing: .5px;
    box-shadow: 0 6px 38px rgb(0 0 0/5%);
    font-weight: 500
}

.accordion__content p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    opacity: .8;
    text-align: justify;
}

.accordion__btn:hover {
    color: #fff;
    background: #FCBE18;
    border-radius: 5px
}

.accordion__item--active .accordion__btn {
    background: #FCBE18;
    border-radius: 5px
}

.fa-hand-point-right {
    padding-right: 1rem
}

.accordion__icon {
    border-radius: 50%;
    transform: rotate(0);
    transition: .3s ease-in-out;
    opacity: .9
}

.accordion__item--active .accordion__icon {
    transform: rotate(135deg)
}

.accordion__content {
    font-weight: 300;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    color: var(--color-text-muted);
    transform: translateX(16px);
    transition: max-height .5s ease, opacity .5s, transform .5s
}

.accordion__content p {}

.accordion__item--active .accordion__content {
    opacity: 1;
    transform: translateX(0);
    max-height: 100%;
    padding: 2rem 1.8rem;
}

.policy-p p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    opacity: .8;
    text-align: justify;
}

.policy-ul {
    padding-left: 38px;
}

.policy-ul li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    opacity: .8;
    text-align: justify;
    margin-bottom: 5px;
}

.li-abcd {
    list-style: lower-latin;
}

.li-roman {
    list-style: lower-roman;
}

.li-disc {
    list-style: disc;
}

@media (max-width: 767px) {
    .title-teams h1 {
        font-size: 28px;
    }
    .accordion__item--active .accordion__content {
        padding: 1.1rem 1rem;
    }
    .accordion__btn {
        padding: 1rem 1rem;
    }
    .accordion__content h4 {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media (max-width: 777px) {
    .logo-iamge img {
        transform: inherit;
        height: auto !important;
    }
    .be-part {
        transform: matrix(1, 0, 0, 1, -57, 0) !important;
    }
    .counter {
        transform: matrix(1, 0, 0, 1, 0, 46);
    }
}

@media (max-width: 768px) {
    .about-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-sec .about-info .heading {
        font-size: 26px;
    }
    .large-heading {
        font-size: 26px;
    }
    .footer-sec,
    .pricing-sec,
    .speaker-sec,
    .count-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-sec .about-img {
        padding-top: 0;
    }
    .portfolio-sec,
    .about-sec {
        padding-top: 50px !important;
    }
    .about-sec .about-cards .about-detail {
        padding-bottom: 35px;
    }
    .about-sec .about-cards .ab-card {
        padding: 40px 20px;
    }
    .pricing-sec .pricing-card .price-info .price-tag .p-price {
        font-size: 37px;
    }
    .pricing-sec .pricing-card .pricing-heading {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .broad-nav {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .broad-nav .close-nav {
        right: 20px;
        top: 2%;
    }
    .broad-nav .close-nav i {
        font-size: 35px;
    }
    .broad-nav .close-nav.slider-social.bg-fill a i {
        padding-top: 9px;
        font-size: 27px;
    }
    .head-sec .navigation-toggle .toggle-btn {
        right: 4%;
        padding-top: 12px;
    }
    .head-sec .slider-icons .social-icons {
        padding-top: 6px;
    }
    .broad-nav .navbar {
        top: 200px;
        padding-right: 0;
    }
    .slider-sec .navigate-arrow {
        display: none;
    }
    .about-sec .about-img {}
    .about-sec .about-img .floating-icon.la-chart-line {
        top: 8%;
    }
    .about-sec .about-icon {
        font-size: 250px;
    }
    .about-sec .about-cards {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
    }
    .about-sec .about-cards .ab-card {
        margin: 40px auto;
        margin-top: 0;
        max-width: 360px;
    }
    .about-sec .about-cards .ab-card:last-child {
        margin-bottom: 0;
    }
    .about-sec .about-info {
        margin-bottom: 50px;
    }
    .about-sec .about-info .heading {
        width: 100%;
    }
    .about-sec .about-info .fly-line {
        margin-left: auto;
    }
    .about-sec .location-details .media {
        margin-bottom: 20px;
    }
    .count-sec .num {
        font-size: 50px;
    }
    .pricing-sec .pricing-card {
        max-width: 370px;
        margin: 20px auto;
    }
    .pricing-sec .pricing-cards {
        padding-top: 0;
    }
    .pricing-sec .pricing-card .price-info .price-tag .p-since {
        left: 10px;
    }
    .zig-zag-bottom:after,
    .zig-zag-top:before {
        display: none;
    }
    .timeline-sec .timeline:after {
        left: 49px;
    }
    .timeline-sec .timeline-year .t-year {
        margin-left: 0;
    }
    .timeline-sec .timeline .timeline-block {
        width: 100%;
    }
    .timeline-sec .timeline .inverse-timeline {
        padding-left: 75px;
    }
    .timeline-sec .timeline .inverse-timeline .event-details:after {
        left: 46px;
    }
    .timeline-sec .timeline .inverse-timeline .event-details:before {
        left: 25px;
    }
    .testimonial-sec .testimonial-review {
        padding-left: 0;
        padding-right: 0;
    }
    .testimonial-sec .testimonial-card {
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer-sec .footer-icons a {
        margin-right: 0;
    }
    .footer-sec .footer-icons a i {
        height: 50px;
        width: 50px;
        font-size: 24px;
        line-height: 49px;
    }
    .slide-sec .slide-content .slide-heading {
        font-size: 36px;
    }
    .slide-sec .slide-content .text-des {
        font-size: 14px;
    }
    .event-info .img-gallery {
        padding-left: 15px;
        padding-top: 50px;
    }
}

@media (max-width: 479px) {
    .logo-iamge img {
        transform: matrix(1, 0, 0, 1, -47, 0);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .broad-nav {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .broad-nav .close-nav.slider-social.bg-fill a i {
        padding-top: 9px;
        font-size: 27px;
    }
    .broad-nav .close-nav {
        right: 20px;
        top: 2%;
    }
    .broad-nav .close-nav i {
        font-size: 35px;
    }
    .broad-nav .navbar {
        top: 200px;
        padding-right: 0;
    }
    .head-sec .navigation-toggle .toggle-btn {
        right: 2%;
        padding-top: 12px;
    }
    .head-sec .slider-icons .social-icons {
        padding-top: 6px;
    }
    .slider-sec .navigate-arrow {
        display: none;
    }
    .about-sec .about-cards {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about-sec .about-info {
        margin-bottom: 50px;
    }
    .about-sec .about-info .heading {
        width: 100%;
    }
    .about-sec .about-info .fly-line {
        margin-left: auto;
    }
    .about-sec .about-cards .ab-card {
        padding: 40px 80px;
    }
    .about-sec .about-cards .ab-card {
        margin: 40px auto;
        margin-top: 0;
        max-width: 480px;
    }
    .about-sec .about-cards .ab-card:last-child {
        margin-bottom: 0;
    }
    .pricing-sec .pricing-card {
        margin-bottom: 40px;
        -webkit-box-shadow: 1px 1px 10px #a3a6a933;
        box-shadow: 1px 1px 10px #a3a6a933;
    }
    .pricing-sec .pricing-cards {
        padding-left: 50px;
        padding-right: 50px;
    }
    .pricing-sec .pricing-card .price-info .price-tag .p-since {
        left: 10px;
    }
    .zig-zag-bottom:after,
    .zig-zag-top:before {
        display: none;
    }
    .timeline-sec .timeline:after {
        left: 9%;
    }
    .timeline-sec .timeline-year .t-year {
        margin-left: 0;
    }
    .timeline-sec .timeline .timeline-block {
        width: 100%;
    }
    .timeline-sec .timeline .inverse-timeline {
        padding-left: 75px;
    }
    .timeline-sec .timeline .inverse-timeline .event-details:after {
        left: 46px;
    }
    .timeline-sec .timeline .inverse-timeline .event-details:before {
        left: 25px;
    }
    .footer-sec .footer-icons a i {
        height: 50px;
        width: 50px;
        font-size: 24px;
        line-height: 49px;
    }
    .slide-sec .slide-content .slide-heading {
        font-size: 36px;
    }
    .slide-sec .slide-content .text-des {
        font-size: 14px;
    }
    .event-info .img-gallery {
        padding-left: 15px;
        padding-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .broad-nav {
        top: -3%;
        bottom: -3%;
        right: 0;
        left: 20%;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
    }
    .broad-nav .close-nav {
        right: 20px;
        top: 7%;
    }
    .broad-nav .close-nav i {
        font-size: 35px;
    }
    .broad-nav .close-nav.slider-social.bg-fill a i {
        padding-top: 9px;
        font-size: 27px;
    }
    .broad-nav .navbar {
        top: 230px;
        padding-right: 0;
    }
    .head-sec .navigation-toggle .toggle-btn {
        right: 20px;
    }
    .about-sec .about-cards {
        padding-left: 100px;
        padding-right: 100px;
    }
    .count-sec {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .about-sec .about-cards {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .about-sec .about-info {
        margin-bottom: 50px;
    }
    .about-sec .about-info .heading {
        width: 100%;
    }
    .about-sec .about-info .fly-line {
        margin-left: auto;
    }
    .about-sec .about-cards .ab-card {
        padding: 40px 80px;
    }
    .about-sec .about-cards .ab-card {
        margin: 40px auto;
        margin-top: 0;
        max-width: 440px;
    }
    .about-sec .about-cards .ab-card:last-child {
        margin-bottom: 0;
    }
    .pricing-sec .pricing-card {
        margin-bottom: 50px;
        padding: 64px 55px;
        -webkit-box-shadow: 1px 1px 10px #a3a6a933;
        box-shadow: 1px 1px 10px #a3a6a933;
    }
    .pricing-sec .pricing-cards {
        padding-left: 100px;
        padding-right: 100px;
    }
    .zig-zag-bottom:after,
    .zig-zag-top:before {
        display: none;
    }
    .slider-sec .navigate-arrow {
        display: none;
    }
    .event-info .img-gallery {
        padding-left: 15px;
        padding-top: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .broad-nav .close-nav {
        right: 20px;
        top: 4%;
    }
    .broad-nav .navbar {
        top: 230px;
        padding-right: 0;
    }
    .slider-sec .navigate-arrow {
        display: none;
    }
    .pricing-sec .pricing-card {
        -webkit-box-shadow: 1px 1px 10px #a3a6a933;
        box-shadow: 1px 1px 10px #a3a6a933;
    }
    .zig-zag-bottom:after,
    .zig-zag-top:before {
        display: none;
    }
    .pricing-sec .pricing-card .price-info .price-tag .p-since {
        font-size: 12px;
        left: 22px;
        top: -7px;
    }
    .pricing-sec .pricing-card .price-info .price-tag .p-price {
        font-size: 38px;
        margin-left: 18px;
    }
    .pricing-sec .pricing-card .price-info .price-tag .p-icon i {
        font-size: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1319.98px) {
    .broad-nav .navbar {
        top: 230px;
        padding-right: 0;
    }
    .broad-nav .close-nav {
        right: 20px;
    }
}

.booking-well {
    position: absolute;
    display: block;
    visibility: visible;
    left: 7.5%;
    bottom: 225px;
    z-index: 26;
}

.book-text {
    font-size: 34px;
    color: #ffffff;
}

@media (min-width: 320px) and (max-width: 599px) {
    .booking-well {
        position: absolute;
        display: block;
        visibility: visible;
        left: auto;
        top: 500px;
        z-index: 26;
        width: 100%;
        text-align: center;
    }
    .book-text {
        font-size: 22px;
        color: #ffffff;
        text-align: center;
    }
}

.cbp-item-info-1{
    display: inline-block;
  margin: 0 10px 20px 0;
}
    
.nav-pills a{
    text-decoration: none;
    color:#000;
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #000;
    background-color: #FCBE18;
    border-bottom: 0px solid #000
}
.margin-b20{
 margin-bottom:26px;   
}

.nav-pills .nav-link.sky.active,.nav-pills .nav-link.grn.active{
    color: #000;
    background-color: #FCBE18;
    border-bottom: 0px solid #000
}

.nav-pills .nav-link.grn {
    background-color:#139e45 ;
}
.nav-pills .nav-link.sky {
    background-color: #00acee;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    padding: 4px 20px;
    background-color: #f1f1f1;
    border-radius: 6px;
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none;
}

a:hover,a:focus {
    color: #000
}

.nav-link {
    display: block;
    padding: 4px 20px;
}

.center-pills {
    display: flex;
    justify-content: center
}



