/*Gloable Css Start Here*/

@font-face {
    font-family: 'Quickbrush';
    src: url('../css/fonts/Quickbrush.eot');
    src: url('../css/fonts/Quickbrush.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Quickbrush.woff2') format('woff2'), url('../css/fonts/Quickbrush.woff') format('woff'), url('../css/fonts/Quickbrush.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-weight: 400;
    font-display: swap;
    font-family: "Meta-font";
    src: url(fonts/SharpGroteskCyrBook.woff2) format("woff2"), url(fonts/SharpGroteskCyrBook.woff) format("woff");
}

@font-face {
    font-weight: 500;
    font-display: swap;
    font-family: "Meta-font";
    src: url(fonts/SharpGroteskCyrMedium.woff2) format("woff2"), url(fonts/SharpGroteskCyrMedium.woff) format("woff");
}

@font-face {
    font-weight: 600;
    font-display: swap;
    font-family: "Meta-font";
    src: url(fonts/SharpGroteskCyrSmBold.woff2) format("woff2"), url(fonts/SharpGroteskCyrSmBold.woff) format("woff");
}

@font-face {
    font-weight: 700;
    font-display: swap;
    font-family: "Meta-font";
    src: url(fonts/SharpGroteskCyrBold.woff2) format("woff2"), url(fonts/SharpGroteskCyrBold.woff) format("woff");
}

body {
    font-family: 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif;
    color: #0B0E4C;
    font-size: 20px;
}

.bold {
    font-weight: bold;
}

a {
    color: #0B0E4C;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #8e84ff;
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ch-claim-link {
    background: linear-gradient(#fbb821, #d28400) !important;
    font-size: 34px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 100px;
    max-width: 495px;
    height: 95px;
    margin: 0 auto;
}

.ch-claim-link:hover {
    background: linear-gradient(#fbb821, #d28400) !important;
    color: #fff;
}

.ch-claim-sec {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    z-index: 1040;
}

.bg-green-light {
    background: transparent linear-gradient(79deg, rgba(57, 138, 162, 0.3) 0%, rgba(167, 208, 57, 0.3) 100%) 0% 0% no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0B0E4C;
}

.ch-text-color {
    /* color: #964B00; */
    color: #5c221b;
}


/*Back to top button*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #d28400;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #151515;
    line-height: 0;
}

.back-to-top:hover {
    background: #151515;
}

.back-to-top:hover i {
    color: #ffc451;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.navbar-sticky .corporate-sticky {
    color: #0099f1;
}

.sticky_header_corporate {
    box-shadow: 0 5px 12px 0 rgba(33, 43, 54, .07), 0 10px 30px 0 rgba(33, 43, 54, .085);
    background-color: #fff;
}

.header-sticky-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #ffffff;
    /* border-bottom: 1px solid #0098f0; */
}


/* .header-sticky-scrolled .logo-event-ch {
    background: #2a2222;
    padding: 6px;
} */


/* New Banner Style STart here */

.bg-image-p {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.logo-block-ban {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.logo-block-ban:not(:last-child) {
    margin-bottom: 20px;
}

.top-image-logo {
    margin-bottom: 45px;
}

.theme-content-event .text-title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: "Meta-font";
    font-size: 28px;
    letter-spacing: .25px;
}

.event-card {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 1rem;
    padding: 20px;
    justify-content: space-between;
}

.event-card-block {
    display: inline-flex;
    align-items: center;
}

.event-card-title {
    font-family: "Meta-font";
    font-weight: 600;
    font-size: 22px;
    margin: 0;
}

.event-card-icon {
    max-width: 35px;
    margin-right: 10px;
}

.btn-ticket:hover {
    background-color: #caf402;
    border-bottom: 0;
    color: #6b36ea;
}

.btn-ticket {
    font-family: "Meta-font";
    font-weight: 500;
    align-items: center;
    background-color: rgba(202, 244, 2, .898);
    border-radius: 4px;
    box-sizing: border-box;
    color: #6b36ea;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 60px;
    justify-content: center;
    letter-spacing: .015625em;
    line-height: 28px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 16px 24px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
}

.pattern-banner-img>img {
    max-width: 100%;
}

.start {
    top: 0;
    left: 0;
}

.pattern-banner-img {
    opacity: 0.50;
    position: absolute;
    width: 25%;
    padding: 10px;
}

.last-side {
    bottom: 0;
    transform: rotate(180deg);
    right: 0;
}


/* New Banner Style STart here */


/*Preloader*/


/* #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #151515;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 0px);
    left: calc(50% - 30px);
    border: 6px solid #ffc451;
    border-top-color: #151515;
    border-bottom-color: #151515;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} */


/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
    /* background: rgba(0, 0, 0, 0.8); */
    background: transparent;
}


/* .header-scrolled .chaitanya-navbar .nav-link {
    color: #fff;
}

.header-scrolled .chaitanya-navbar .nav-link.active {
    color: #ffc451;
} */


/*Header Css Start Here*/

.logo-event-ch {
    max-width: 85px;
    height: 85px;
    display: inline-flex;
    align-items: center;
}

.chaitanya-navbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.chaitanya-navbar ul li:not(:last-child) {
    margin-right: 25px;
}

.chaitanya-navbar ul li .nav-link {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Meta-font";
    letter-spacing: .25px;
    text-decoration: none;
}

.chaitanya-navbar ul li .nav-link:hover {
    color: #fd7e14;
}

.header-sticky-scrolled .chaitanya-navbar ul li .nav-link:hover {
    color: #0d6efd;
}

.nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/**
  * Mobile Navigation 
  */

.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    background-color: #d88c05;
    width: 45px;
    height: 45px px;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}


/* Banner section start Here */

.ch-hero-sec {
    width: 100%;
    background: url(../images/header_image.webp) top center;
    background-size: cover;
    position: relative;
    padding-top: 80px;
}

.ch-banner-content {
    padding-bottom: 50px;
}

.ch-launching-title {
    font-size: 32px;
    font-style: italic;
    color: #3d60d5;
    font-weight: 700;
    margin-bottom: 15px;
}

.ch-name {
    color: #0B0E4C;
    font-size: 82px;
    font-weight: 700;
    text-transform: uppercase;
}

.ch-live-logo {
    max-width: 360px;
    margin: -65px auto 15px;
}

.ch-date {
    font-size: 36px;
    color: #030648;
}

.ch-desc {
    font-weight: 700;
    font-size: 42px;
    color: #3d60d5;
}


/* About Details Css Start Here */

.ch-about-sec {
    padding: 140px 0;
}

.ch-about-tile {
    color: #0B0E4C;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 30px;
}

.ch-about-content p {
    color: #292929;
    font-size: 32px;
    margin-bottom: 0;
}


/* Services Section Css Start Here */

.ch-services-sec {
    padding: 140px 0;
}

.ch-services-sec .ch-services-box {
    text-align: center;
    min-height: 415px;
    padding-right: 15px;
    padding-left: 15px;
}

.ch-services-box .ch-img-block {
    max-width: 220px;
    margin: 0 auto 15px;
}

.ch-services-box h4 {
    font-size: 30px;
    color: #292929;
    margin-bottom: 10px;
    font-weight: bold;
}

.ch-services-box p {
    color: #292929;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.ch-services-box .ch-link {
    display: inline-block;
    margin-top: 10px;
    color: #179ff4;
}

.ch-services-sec .ch-claim-sec {
    margin-top: 45px;
    margin-bottom: 45px;
}

.ch-services-logo {
    border-top: 2px solid #8c91bd;
    border-bottom: 2px solid #8c91bd;
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ch-services-logo .ch-logo-label {
    margin: 0;
    color: #8B92C0;
    font-size: 24px;
}

.ch-services-brands .ch-brand-img {
    display: inline-block;
    max-width: 65px;
    overflow: hidden;
    border-radius: 5px;
}

.ch-services-brands {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}


/* Why Attend Event Css Start Here */

.ch-attend-event-sec {
    background-image: url(../../images/section4-bg.webp);
    background-size: cover;
    padding-bottom: 125px;
    background-position: right;
    background-repeat: no-repeat;
}

.ch-attend-title-sec .ch-event-title {
    color: #0B0E4C;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ch-attend-title-sec .ch-event-subtitle {
    color: #171717;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600;
}

.ch-attend-title-sec p {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.ch-event-list-content .ch-list-title {
    color: #303030;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
}

.ch-attend-event-sec .ch-attend-title-sec {
    margin-bottom: 60px;
}

.ch-event-ul li .ch-count-no {
    width: 55px;
    height: 55px;
    display: inline-flex;
    background: #398AA2;
    font-size: 24px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.ch-event-ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ch-list-desc {
    display: block;
    width: 88.9%;
    padding-left: 15px;
    color: #222222;
}

.ch-event-ul li:not(:last-child) {
    margin-bottom: 35px;
}


/* Ticket Information Section Css Start Here */

.ch-ticket-info-sec {
    background-image: url('../../images/top-bg-flip.webp');
    background-size: cover;
    padding-bottom: 145px;
    padding-top: 140px;
    background-repeat: no-repeat;
}

.ch-tickect-window {
    background-color: #fff;
    padding: 35px 15px;
    border-radius: 100px;
    text-align: center;
}

.ch-tickect-window .ch-ticket-msg {
    font-size: 42px;
    color: #398AA2;
    font-weight: 700;
    margin-bottom: 15px;
}

.ticket-pic {
    max-width: 350px;
    margin: 0 auto 15px;
}

.ch-tickect-window>p {
    font-size: 34px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 0;
}

.ch-time-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ch-time-counter>p {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 45px;
}

.ch-time-view .days-d span {
    display: block;
    color: #A7D039;
    font-size: 100px;
    font-weight: 700;
    line-height: 65px;
    text-align: center;
}

.ch-time-view .days-d {
    position: relative;
    width: 25%;
}

.ch-time-view .days-d .ch-time-label {
    font-size: 30px;
    text-transform: capitalize;
}

.ch-time-view .days-d:first-child::after {
    opacity: 0;
}

.ch-time-view .days-d:not(:last-child)::after {
    content: ':';
    position: absolute;
    right: 0px;
    top: -30px;
    display: flex;
    align-items: center;
    font-size: 75px;
    color: #a7d039;
    font-family: fantasy;
}

.ch-mg-countdown {
    font-size: 40px;
    font-weight: 700;
    color: #A7D039;
    margin-top: 30px;
    margin-bottom: 0;
}


/* Team Section Css Start Here */

.crcn-caps-thumb,
.crcn-caps-thumb img {
    max-width: 85px !important;
    height: 85px;
    border-radius: 100px;
    overflow: hidden;
    min-width: 85px;
}

.ch-new-team .crcn-caps h5 {
    font-weight: 700;
    text-align: center;
    font-size: 17px !important;
}

.ch-new-team .card.py-3.px-3 {
    padding: 8px !important;
}

.ch-new-team .card {
    /* justify-content: space-between; */
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
}

.ch-team-sec {
    padding: 120px 0;
}

.ch-team-header-sec {
    text-align: center;
    margin-bottom: 65px;
}

.ch-team-title {
    color: #0B0E4C;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.ch-team-sec .ch-team-card .ch-member-img {
    width: 220px;
    border-radius: 100%;
    overflow: hidden;
    height: 220px;
    margin: 0 auto 15px;
}

.ch-team-sec .ch-team-card .ch-team-name {
    font-size: 24px;
    font-weight: 700;
    display: block;
    text-align: center !important;
}

.ch-team-sec .owl-slider .owl-nav {
    display: block;
}

.ch-team-sec .owl-nav button.owl-prev {
    left: -15px;
}

.ch-team-sec .owl-nav button.owl-next {
    right: -15px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}


/* Philosophy Css Start Here */

.philosophy-sec {
    padding: 0 0 80px;
    background-color: #d0e5ac87;
}

.philosophy-banner {
    height: 570px;
    overflow: hidden;
    margin-bottom: 45px;
}

.philosophy-banner img {
    height: auto;
    object-fit: revert-layer;
    width: 100%;
}

.ch-philosophy-content p {
    margin-bottom: 0;
}

.ch-philosophy-content p:not(:last-child) {
    margin-bottom: 25px;
}

.ch-philosophy-content {
    padding-top: 15px;
}

.ch-philosophy-content .ch-team-title {
    margin-bottom: 45px;
}

.speaker-img iframe {
    box-shadow: 0 0 40px rgba(2, 59, 109, .1);
    border-radius: 20px;
    overflow: hidden;
}

.ch-yt-frame iframe {
    box-shadow: 0 0 40px rgba(2, 59, 109, .1);
    border-radius: 20px;
    overflow: hidden;
}


/* Foundation day Css Start Here */

.ch-foundation-header {
    background-image: url('../../images/s7-header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 32px 0 35px;
}

.ch-foundation-title {
    font-size: 65px;
    font-weight: 400;
    margin-bottom: 0px;
    /* color: #3D60D5; */
    color: white;
    text-transform: uppercase;
}

.foundation-sub-heading {
    margin-bottom: 0;
    /* color: #3D60D5; */
    color: #fbb821;
    font-size: 40px;
    font-weight: 700;
}

.fd-3 .foundation-content-body {
    padding-bottom: 125px;
}

.foundation-content-body {
    padding: 65px 0;
}

.fd-title-list {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 45px;
}

.ch-foundation-point .fd-ul li {
    background: url('../images/blue-check.png') no-repeat 0 0;
    background-size: 33px 29px;
    padding-left: 45px;
}

.ch-foundation-point .fd-ul li:not(:last-child) {
    margin-bottom: 30px;
}

.foundation-img-block {
    border-radius: 20px;
    overflow: hidden;
}


/* Review Css Start Here */

.ch-client-review-sec {
    padding: 124px 0 100px;
}

.review-slider {
    margin-bottom: 55px;
}

.review-slider .ch-team-card {
    text-align: center;
}

.client-review-title-sec {
    margin-bottom: 100px;
}

.review-slider .ch-member-img {
    border-radius: 50%;
    display: block;
    margin: 0 auto 15px auto;
    max-width: 115px;
    overflow: hidden;
    height: 115px;
}

.author .ch-team-name {
    font-weight: 700;
    display: block;
}

.author .designation-tl {
    display: block;
}

.review-slider .ch-team-card p:before {
    content: "\f6b0";
    font-family: bootstrap-icons!important;
    color: #3D60D5;
    font-size: 55px;
    position: absolute;
    top: 10px;
    left: -2px;
    line-height: 0;
}

.review-slider .ch-team-card p {
    position: relative;
    display: block;
    font-family: 'Bitter', Helvetica, Arial, Verdana, serif;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0;
    padding: 0px 45px;
}

.ch-team-card .author {
    margin-bottom: 20px;
    min-height: 90px;
}


/* Important Message Section Css */

.bg-imp-gradient {
    background: #398aa2;
    background: -moz-linear-gradient(55deg, #a6cad5 0%, #d7eaa6 100%);
    background: -webkit-linear-gradient(55deg, #a6cad5 0%, #d7eaa6 100%);
    background: linear-gradient(55deg, #a6cad5 0%, #d7eaa6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6cad5', endColorstr='#d7eaa6', GradientType=1);
}

.important-heading {
    font-size: 43px;
    font-weight: 700;
    margin: 0;
}

.signature-file {
    max-width: 150px;
}

.ch-imp-title-sec {
    margin-bottom: 55px;
}

.speaker-title {
    font-size: 34px;
    margin-bottom: 0;
    font-weight: normal;
}

.dear-db {
    font-size: 24px;
    margin-bottom: 8px;
}

.speaker-img {
    float: right;
    width: 50%;
    margin-left: 15px;
    box-shadow: rgba(2, 59, 109, 0.1) 0px 0px 40px;
    border-radius: 20px;
    overflow: hidden;
}


/* Faq Css Start Here */

.bg-faq-gradient {
    background: transparent linear-gradient(88deg, rgba(103, 182, 206, 1) 0%, rgba(167, 208, 57, 1) 100%) 0% 0% no-repeat;
}

.accordian-sec-ques {
    padding: 45px 0 0;
}

.faq-header-sec {
    padding: 40px 0;
}

.faq-title {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.faq-list li a {
    font-size: 24px;
    cursor: pointer;
    color: #0B0E4C;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.faq-list li:not(:last-child) {
    margin-bottom: 10px;
}

.faq-list {
    margin-bottom: 40px;
}

.list-faq-content {
    margin-left: 15px;
}

.list-faq-content p:before {
    content: '';
    position: absolute;
    background-color: #000;
    border-radius: 100px;
    width: 6px;
    height: 6px;
    left: 0;
    top: calc(100% - 17px);
}

.list-faq-content p {
    margin-bottom: 8px;
    position: relative;
    padding-left: 15px;
}

.about-event-sec {
    font-family: "Meta-font";
}

.about-top-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-event-title {
    font-weight: 600;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: .25px;
    margin-bottom: 15px;
}

.about-content-event .p-desc {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 0;
}

.text-fh-yellow-500 {
    color: #caf402;
}

.block-squre {
    max-width: 300px;
}

.hm-zoom img,
.overlay img {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    height: 100%;
    object-fit: cover;
}

.overlay::after {
    content: '';
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(22, 22, 22, 0.6);
}

.view img {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
}

.view {
    cursor: default;
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
}

.overlay .mask {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.hm-zoom:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hm-zoom:hover .mask,
.modal-dialog.modal-notify .close,
.overlay:hover .mask {
    opacity: 1;
}

.view .mask {
    background-attachment: fixed;
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

.view .full-bg-img,
.view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.hover-hide.mask {
    opacity: 1;
}

.hm-zoom:hover .hover-hide.mask {
    opacity: 0;
}

.hover-hide .h3,
.hover-hide h3 {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: .25px;
    margin: 0;
    text-align: center;
}

.hover-text>p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    letter-spacing: .25px;
}

.view .mask {
    padding: 10px;
}

.icon-hover {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 22px;
    z-index: 1;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.icon-hover>img {
    max-width: 100%;
    transition: all .1s;
    transform: rotateZ(0deg);
}

.hm-zoom:hover .icon-hover>img {
    transform: rotateZ(-45deg);
}

.overlay.overlay-hide.hm-zoom:hover img {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
}

.overlay.overlay-hide:after {
    display: none;
}

.h-250 {
    height: 250px;
}

.h-507 {
    height: 507px;
}

.h-180 {
    height: 180px;
}

.h-437 {
    height: 437px;
}


/* Footer Css Start Here */

.footer-mt {
    margin-top: 60px;
}

.ch-footer {
    border-top: 48px solid #4876FF;
    background: #030648;
}

.footer-content {
    padding: 40px 0;
}

.footer-content .disclaimer,
.copyright-content p,
.copyright-content p a {
    margin: 0;
    color: #9A9BB6;
    font-size: 14px;
}

.footer-content .disclaimer {
    margin-bottom: 25px;
}

section {
    padding: 80px 0;
    position: relative;
}

.footer-links {
    color: #9A9BB6;
    font-size: 14px;
    text-align: center;
}
.footer-links a {
    color: #9A9BB6;
    text-decoration: none;
}
.footer-links .sep {
    margin: 0 10px;
}
.footer-logo {
    max-width: 650px;
    margin: 0 auto 15px;
}
.privacy-policy-header {
    background-color: #030648;
    padding: 15px 0;
}
.ch-brand-tow {
    display: block;
    max-width: 475px;
    margin: 0 auto;
}
/* Responsive Css Start Here */

.navbar-mobile ul li a {
    padding: 10px 25px;
}

@media(max-width:1799.98px) {
    .ch-attend-event-sec {
        background-position: center;
    }
}

@media(max-width:1199.98px) {
    .ch-yt-frame iframe {
        max-width: 100%;
        margin-top: 30px;
    }
}

@media(max-width:991.98px) {
    .ch-attend-event-sec {
        background-position: right;
    }
    .ch-banner-content .ch-desc br {
        display: none;
    }
    .chaitanya-navbar ul li:not(:last-child) {
        margin-right: 0;
    }
    .logo-ch {
        max-width: 115px;
    }
}

@media(max-width:767.98px) {}

@media(max-width:576.98px) {
    body {
        font-size: 18px;
    }
    .foundation-img-block {
        margin-top: 20px;
    }
    .speaker-img iframe,
    .ch-yt-frame iframe {
        height: auto;
        width: 100%;
        max-width: 100%;
    }
    .ch-claim-link {
        font-size: 20px;
        height: 65px;
    }
    .ch-name {
        font-size: 55px;
    }
    .ch-desc {
        font-size: 28px;
    }
    .ch-about-tile {
        font-size: 48px;
    }
    .ch-foundation-title {
        font-size: 35px;
    }
    .ch-attend-title-sec .ch-event-title {
        font-size: 29px;
    }
    .ch-attend-title-sec .ch-event-subtitle {
        font-size: 20px;
    }
    .ch-event-ul li .ch-count-no {
        width: 35px;
        height: 35px;
    }
    .ch-claim-sec {
        width: 90%;
        margin: 0 auto;
    }
    .ch-services-box br {
        display: none;
    }
    .ch-list-desc {
        width: 85.9%;
    }
    .ch-services-logo {
        flex-direction: column;
    }
    .ch-services-box h4 {
        font-size: 20px;
    }
    .speaker-img {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .ch-time-view .days-d span {
        font-size: 40px;
        line-height: 45px;
    }
    .foundation-sub-heading {
        font-size: 23px;
    }
    .ch-mg-countdown {
        font-size: 20px;
        margin-top: 20px;
    }
    .ch-time-view .days-d .ch-time-label {
        font-size: 19px;
        text-transform: capitalize;
    }
    .ch-team-title {
        font-size: 25px;
    }
    .philosophy-banner {
        height: auto;
    }
    .ch-team-sec {
        padding: 60px 0;
    }
    .important-heading {
        font-size: 28px;
    }
    .ch-imp-title-sec {
        margin-bottom: 34px;
    }
    .ch-tickect-window .ch-ticket-msg {
        font-size: 20px;
    }
    .ch-tickect-window>p {
        font-size: 21px;
    }
    .ch-time-counter>p br {
        display: none;
    }
    .ch-time-counter>p {
        font-size: 19px;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .faq-title {
        font-size: 30px;
    }
    .faq-list li a {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .ch-time-view .days-d:not(:last-child)::after {
        top: -13px;
        font-size: 40px;
        font-family: inherit;
    }
}