@charset "utf-8";

/* CSS Document */
@media (max-width: 1600px) {
    .navigation-menu .inner {
        padding: 0 0px;
        padding-top: 96px;
    }

    .innerPageBannerSec {
        padding: 170px 0 100px;
    }

    .headerTagText {
        font-size: 40px;
    }
}

@media (max-width: 1370px) {
    body {
        font-size: 14px;
        line-height: 22px;
    }

    .headingSec .secTitle {
        font-size: 30px;
        line-height: 40px;
    }

    .footerBtnBoxArea .footerBtnBoxinner {
        padding: 20px 10px;
        font-size: 16px;
    }

    .innerPageBannerSec {
        padding: 180px 0 120px;
    }

    .teamPageSlogan h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .homeAboutUsContent h4 {
        font-size: 40px;
        line-height: 50px;
    }

    .homeAboutUsTopArea .titleArea .titleLogo img {
        height: 60px;
    }

    .homeAboutUsTopArea .titleArea .title {
        font-size: 50px;
        line-height: 60px;
    }

    .venuPageBannerSec {
        background-position: 50% 95%;
    }

    .judgingPageBannerSec {
        padding: 150px 0;
    }

    .boradMemberBoxinner .boradMemberThumnail {
        width: 200px;
        height: 200px;
    }

    .boradMemberBoxinner .title {
        font-size: 16px;
        line-height: 22px;
    }

    .boradMemberBoxinner .post {
        font-size: 18px;
        line-height: 24px;
    }

}

@media (max-width: 1200px) {
    .homeAboutUsTopArea .titleArea .title {
        font-size: 44px;
        line-height: 54px;
    }

    .homeAboutUsContent h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .left_year_area h2 {
        font-size: 100px;
        line-height: 100px;
    }

    .right_year_area p {
        font-size: 35px;
        line-height: 45px;
    }

    .registrationTableArea table.registrationTable thead tr th:first-child {
        width: 25%;
    }
}

@media (max-width: 1024px) {
    .headerTagText {
        font-size: 30px;
    }
}

@media (max-width: 992px) {
    .client-box-sec ul li {
        width: 20%;
    }

    .email-input-box {
        padding-top: 0;
        padding-right: 0;
    }

    .join-team-btn {
        margin-left: 10px;
    }

    .headerTagText {
        font-size: 20px;
    }

    .siteLogo img {
        height: 60px;
    }

    .site_header.scroll-effect .siteLogo img {
        height: 50px;
    }

    .homeAboutUsSecinner .homeAboutUsContent {
        padding: 0px;
    }

    .registrationTableArea table.registrationTable thead tr th:first-child {
        width: 30%;
    }

    .cr-sec {
        justify-content: center;
    }

    .cright {
        margin-bottom: 5px;
    }

    .boradMemberBox {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }

    .boradMemberBoxinner .boradMemberThumnail {
        width: 180px;
        height: 180px;
    }

    .clmboxD,
    .clmboxF {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .first_blk {
        -ms-flex-order: -1;
        order: -1;
    }

    .last_blk {
        -ms-flex-order: 13;
        order: 13;
    }

    .client-box-sec ul li {
        width: 25%;
    }

    .client-text h2 {
        font-size: 40px;
    }
.site_footer {
    padding: 50px 0 0;
}
    .email-input-box {
        padding-top: 38px;
        padding-right: 0;
    }

    .footer-join-team-btn-box {
        flex-direction: column;
    }

    .footer-join-team-btn-box h5 {
        margin-bottom: 10px !important;
    }

    .headerTagText {
        font-size: 16px;
    }

    .navigation-menu {
        background-color: #000;
        left: -100%;
        transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
    }

    .navigation-menu.active {
        left: 0;
        transform: translateX(0px);
        transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
    }

    .navigation-menu .bg-layers {
        display: none;
    }

    .navigation-menu .inner {
        padding-top: 80px;
        overflow-x: auto;
    }

    .navigation-menu .inner .menu ul li {
        display: block;
        margin: 0 0px;
    }

    .navigation-menu .inner .menu ul li a {
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .rotate_custom {
        font-size: 16px;
    }

    .registrationTableArea table.registrationTable thead tr th:first-child {
        width: 40%;
    }
    .boradMemberBox {
        max-width: 50%;
        flex: 0 0 50%;
    }
        .contact-social-btn-sec {
        padding-top: 25px;
    }
}

@media (max-width: 767px) {
    .orderFirst {
        width: 100%;
        -ms-flex-order: 15;
        order: 15;
    }

    .orderSecond {
        width: 100%;
        margin-left: auto;
        text-align: left;
        -ms-flex-order: 13;
        order: 13;
    }

    .contact-social-btn-sec {
        padding-top: 57px;
    }
}

@media (max-width: 600px) {}

@media (max-width: 576px) {
    .homeAboutUsSec {
        padding: 40px 0;
    }
    .cright h5, .designby h5 {
        font-size: 17px;
        line-height: 1.4;
    }
    .cr-sec {
    padding: 60px 0 30px;
}
    .cright {
        margin-bottom: 0;
    }
    .year_area {
        margin-bottom: 10px;
    }

    .left_year_area {
        margin-right: 15px;
    }

    .left_year_area h2 {
        font-size: 55px;
        line-height: 55px;
    }

    .right_year_area {
        padding-top: 0px;
    }

    .right_year_area p {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 0px;
    }

    .homeAboutUsContent h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .homeAboutUsContent {
        padding: 0px;
    }

    .homeAboutUsContent h3 {
        font-size: 22px;
        line-height: 32px;
        font-weight: 500;
    }

    .homeAboutUsTopArea {
        margin-bottom: 20px;
    }

    .homeAboutUsTopArea .titleArea .title {
        font-size: 25px;
        line-height: 35px;
    }

    .videoSecinner h3 {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 40px;
        padding-right: 0;
    }

    .videoSecinner h4 {
        font-size: 25px;
        line-height: 35px;
    }

    .videoSecinner .watchVideoBtnArea {
        text-align: left;
        margin-top: 20px;
    }

    .workWithUsContent {
        padding: 0 0 0 0px;
    }

    .workWithUsContent h2 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 20px;
    }

    .registrationTableArea table.registrationTable thead tr th:first-child {
        width: 50%;
    }

}

@media (max-width: 480px) {
    .headingSec .secTitle {
        font-size: 30px;
        line-height: 40px;
    }

    .boradMemberSec {
        padding: 0px 0 20px;
    }

    .boradMemberSec .headingSec {
        margin-bottom: 30px;
    }

    .innerPageBannerSec {
        padding: 60px 0 30px;
    }

    .innerPageBannerSecinner h1.page-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .innerPageBannerSecinner .bread-crumb li {
        font-size: 14px;
        line-height: 22px;
    }

    .teamPageSlogan h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .client-box-sec ul li {
        width: 33.33%;
    }

    .contact-social-btn-sec h3 {
        font-size: 20px;
    }
.contact-social-list ul li a i {
    font-size: 16px;
}
    .headerTagText {
        font-size: 13px;
    }

    .siteLogo img {
        height: 40px;
    }

    .site_header.scroll-effect .siteLogo img {
        height: 40px;
    }
.contact-social-list ul li a {
    width: 35px;
    height: 35px;
}
    .hamburger-menu b {
        display: none;
    }
.footerBtnBoxArea .footerBtnBoxinner {
        font-size: 17px;
    }
    .registrationTableArea table.registrationTable thead tr th:first-child {
        width: 60%;
    }
    .boradMemberBoxinner .boradMemberThumnail {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 420px) {
    .client-box-sec ul li {
        width: 50%;
    }

    .client-text h2 {
        font-size: 32px;
    }

    .footer-join-team-btn-box h5 {
        margin-bottom: 22px !important;
    }

    .contact-social-btn-sec {
        padding-top: 34px;
    }
    .boradMemberBox {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .boradMemberBoxinner .boradMemberThumnail {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 380px) {}