@font-face {
    font-family: 'DMSerifText-Regular';
    src: url('../fonts/DMSerifText-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/montserrat/Montserrat-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
}


/* Global Styles */
.primary-text-color {
    color: #C39068;
}

.primary-background-color {
    background-color: #C39068;
}

.white-text-color {
    color: #FFFFFF;
}

.heading-title-font-and-size {
    font-family: 'DMSerifText-Regular';
    font-size: 24px;
    text-transform: capitalize;
}

.future-fit-award-heading {
    font-size: 16px;
    line-height: 20px;
}

.heading-title-text-color {
    color: #151719;
}

.sub-title {
    font-family: Montserrat-SemiBold;
    font-size: 14px;
}

.margin-bottom-6 {
    margin-bottom: 6px;
}

.margin-bottom-8 {
    margin-bottom: 8px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

.margin-bottom-14 {
    margin-bottom: 14px;
}

.margin-left-14 {
    margin-left: 14px;
}

.margin-left-12 {
    margin-left: 12px;
}

.margin-l-r-14 {
    margin: 0px 14px;
}

.font-size-15 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-75 {
    font-size: 75px;
}

.font-family-montserrat-regular {
    font-family: Montserrat-Regular;
}

.font-family-montserrat-medium {
    font-family: Montserrat-Medium;
}

.font-family-montserrat-light {
    font-family: Montserrat-Light;
}

.font-family-montserrat-semi-bold {
    font-family: Montserrat-SemiBold;
}

.font-family-DMSerifText-Regular {
    font-family: DMSerifText-Regular;
}

p {
    margin: 0px;
}


@media (min-width:992px) {
    .sub-title {
        font-size: 16px;
    }

    .heading-title-font-and-size {
        font-size: 34px;
        line-height: 40px;
    }

    .future-fit-award-heading {
        font-size: 20px !important;
        line-height: 28px !important;
    }
}

@media (min-width:1200px) {
    .sub-title {
        font-size: 16px;
    }
}

@media (min-width:1400px) {
    .sub-title {
        font-size: 16px;
    }

    .heading-title-font-and-size {
        font-size: 38px;
        line-height: 46px;
    }

    .future-fit-award-heading {
        /*        font-size: 42px !important;
        line-height: 50px !important;*/
        font-size: 24px !important;
        line-height: 36px !important;
    }


}

@media (min-width:1800px) {
    .heading-title-font-and-size {
        font-size: 60px;
        line-height: 68px;
    }

    .future-fit-award-heading {
/*        font-size: 42px !important;
        line-height: 50px !important;*/
        font-size: 24px !important;
        line-height: 36px !important;
    }
}

/* Global Styles End */


/* Home Page Inside About Us Section Style Start */
.home-about-us-section {
    padding: 42px 28px;
}

.home-about-us-section .heading-sub-title {
    text-align: center;
    margin-bottom: 8px;
}

.home-about-us-section .title-Heading {
    width: 100%;
    max-width: 602px;
    text-align: center;
    margin-bottom: 0px;
}

.home-about-us-section .home-about-us-content-part {
    width: 100%;
    max-width: 653px;
    margin: 30px 0px 60px;
    text-align: center;
}

.home-about-us-section .home-about-us-content-part .text-line-height {
    line-height: 40px;
}

.home-about-us-section .home-about-us-content-part .margin-top-42 {
    margin-top: 42px;
}

.home-about-us-section .right-part {
    margin-top: 20px;
}

.read-more-link {
    font-family: 'Montserrat-SemiBold';
    color: #000000;
    cursor: pointer;
}

.read-more-link:hover {
    color: #000000;
}

@media (min-width:768px) {
    .home-about-us-section {
        padding: 48px 28px;
    }

    .home-about-us-section .heading-sub-title {
        text-align: left;
        margin-bottom: 10px;
    }

    .home-about-us-section .title-Heading {
        text-align: left;
    }

    .home-about-us-section .under-line {
        width: 88px;
        height: 0px;
        border: 2px solid #000000;
        display: block;
        margin: 30px 0px 0px;
    }

    .home-about-us-section .right-part {
        margin-top: 0px;
    }

    .home-about-us-section .home-about-us-content-part {
        text-align: left;
    }
}


@media (min-width:992px) {
    .home-about-us-section {
        padding: 56px 64px;
    }

    .sub-title {
        font-size: 16px;
    }
}

@media (min-width:1200px) {
    .home-about-us-section {
        padding: 86px 80px;
    }
}

@media (min-width:1400px) {
    .home-about-us-section {
         padding: 148px 114px;
    }

    .padding-bottom-100{
        padding-bottom: 70px;
    }
}



/* Home Page Inside About Us Section Style End */


/* Home Page What Are You Waiting Section Style Start */
.home-waiting-for-section {
    background-image: url('../images/home/black-banner-img.svg');
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*padding: 150px 0px 112px;*/
    padding: 150px 0px 132px;
    text-align: center;
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
}

.awrad-categories-waiting-for-section {
    padding: 180px 0px 180px;
}

.home-waiting-for-section .content-part {
    max-width: 1000px;
    width: 100%;
    margin-bottom: 20px;
}

.home-waiting-for-section .nominate-content-part {
    max-width: 900px !important;
    margin-bottom: 0px !important;
}

.home-waiting-for-section .content-part .waiting-title-heading {
    margin: 28px 0px 32px;
}

.home-waiting-for-section .content-part .bottom-text {
    width: 100%;
    max-width: 645px;
    margin: 0 auto;
    line-height: 24px;
}

.home-waiting-for-section .btn-part {
    display: flex;
    width: 100%;
    justify-content: center;
}

.home-waiting-for-section .btn-part .apply-btn:hover {
    background-color: #C39068
}

.home-waiting-for-section .btn-part .apply-btn {
    border: none;
    color: #fff;
}

.home-waiting-for-section .btn-part .apply-btn:focus {
    box-shadow:none;
}

@media (min-width:992px) {
    .home-waiting-for-section .content-part .bottom-text {
        line-height: 32px;
    }
}

@media (min-width:1200px) {
    .home-waiting-for-section .content-part .bottom-text {
        line-height: 38px;
    }
}
/* Home Page What Are You Waiting Section Style End */


/* Events Sections Style Start */
.events-section {
    padding: 42px 28px;
    text-align: center;
}

.events-section .event-date-part {
    width: 100%;
    border: 1px solid #707070;
    border-radius: 29px;
    padding: 24px 20px 24px 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
}

.events-section .event-date-part .event-title-part .title-heading {
    margin: 10px 0px;
}

.events-section .event-date-part .event-title-part .sub-title {
    color: #A3A5A5;
}

.events-section .event-date-part .event-title-part .location-part{
    display: flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}

.events-section .event-date-part .event-title-part .location-part .location-icon {
    margin-right: 2px;
    color: #A3A5A5;
}

.events-section .event-color-text {
    color: #A3A5A5;
}

.events-section .event-date-part .show-date-part {
    width: 100%;
    max-width: 116px;
    height: 135px;
    background: #F5F5F5;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.events-section .event-date-container {
    margin-top: 80px;
}

.events-section .event-date-container .dot-line-part {
    position: relative;
    padding-bottom: 32px;
    width: 100%;
}

.events-section .event-date-container .dot-line-part .event-day-title-part {
    margin-bottom: 6px;
    text-align: center;
}

@media (min-width:768px) {
    .events-section {
        padding: 48px 40px;
        text-align: left;
    }

    .events-section .event-date-part {
        flex-direction: row;
    }

    .events-section .event-date-container .dot-line-part {
        padding-left: 20px;
        border-left: 1px dashed #A3A5A5;
    }

    .events-section .event-date-container .dot-line-part .dot-circle {
        background: #C39068;
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        left: -6px;
        top: 7px;
    }

    .events-section .event-date-container .dot-line-part .dot-circle-hidden {
        position: absolute;
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        left: -6px;
        top: -3px;
    }

    .events-section .event-date-container .dot-line-part .event-day-title-part {
        margin-bottom: 16px;
        text-align: left;
    }

    .events-section .event-date-container .dot-line-part {
        max-width: 526px;
    }

    .events-section .event-date-container {
        padding: 0px 50px 0px 50px;
    }

    .events-section .event-date-part .event-title-part .location-part {
        justify-content: flex-start;
        flex-direction: row;
    }
}


@media (min-width:992px) {
    .events-section {
        padding: 56px 60px;
    }

    .events-section .event-date-container .dot-line-part .event-day-title-part {
        margin-bottom: 18px;
    }
}

@media (min-width:1200px) {
    .events-section {
        padding: 86px 80px;
    }
}

@media (min-width:1400px) {
    .events-section {
        padding: 110px 278px;
    }
}

/* Events Sections Style End */



/* Highlights of Previous Awards Page Section Style Start */
.highlights-previous-awards-section {
    background-image: url(../images/home/award-banner-img.png);
    color: #fff;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

.highlights-previous-awards-section .previous-award-title-section {
    margin-bottom: 42px;
    padding: 42px 28px 0px;
}

.highlights-previous-awards-section .previous-awards-images-conatiner {
    padding: 0px 28px;
    margin: 0px;
    text-align: center;
}

.highlights-previous-awards-section .previous-awards-images-conatiner .judges-info-part {
}

.highlights-previous-awards-section .previous-awards-images-conatiner .judges-info-part .judges-img-part {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 33px;
}

.highlights-previous-awards-section .previous-awards-images-conatiner .judges-info-part .judges-img-part
.previous-award-img {
    width: 100%;
    max-width: 400px;
    border-radius: 42px;

    /*min-height: 377px;*/
    height: 100%;
}

.highlights-previous-awards-section .previous-awards-images-conatiner .judges-info-part .judges-content-part
.judges-title {
    font-size: 16px;
}

.highlights-previous-awards-section .highlights-btn-part {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.highlights-previous-awards-section .highlights-btn-part .btn-see-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: none;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    padding: 10px 12px;
    max-width: 180px;
    min-height: 50px;
    margin: 24px 0px;
    font-size: 12px;
    text-decoration: none;
}

@media (min-width:768px) {
    .highlights-previous-awards-section .previous-awards-images-conatiner {
        padding: 0px 28px;
       /* padding: 0px 60px;*/
    }

    .highlights-previous-awards-section .previous-award-title-section {
        margin-bottom: 42px;
        padding: 0px;
    }

    .highlights-previous-awards-section .left-line-part {
        display: flex;
        justify-content: end;
        padding: 40px 56px;
    }

    .highlights-previous-awards-section .left-line-part .hr-line {
        width: 155px;
        border: 2px solid #FFFFFF;
        margin: 0px;
    }

    .highlights-previous-awards-section .right-line-part {
        padding: 40px 56px;
    }

    .highlights-previous-awards-section .right-line-part .hr-line {
        width: 155px;
        border: 2px solid #FFFFFF;
        margin: 0px;
    }

    .highlights-previous-awards-section .previous-awards-images-conatiner .judges-info-part .judges-content-part {
        text-align: left;
    }

    .highlights-previous-awards-section .previous-awards-images-conatiner .judges-info-part .judges-content-part
    .judges-title {
        font-size: 16px;
    }

    .highlights-previous-awards-section .highlights-btn-part .btn-see-more {
        max-width: 178px;
        padding: 10px 14px;
        margin: 0px;
    }

    .highlights-previous-awards-section .previous-awards-images-conatiner .judges-info-part .judges-img-part {
        margin-bottom: 20px;
    }
}

@media (min-width:991px) {

    .highlights-previous-awards-section .previous-awards-images-conatiner .judges-info-part .judges-content-part
    .judges-title {
        font-size: 20px;
    }
    .highlights-previous-awards-section .previous-awards-images-conatiner {
        padding: 0px 48px;
    }

}

@media (min-width:1024px) {

    .highlights-previous-awards-section .left-line-part {
        padding: 80px 55px 47px;
    }

    .highlights-previous-awards-section .right-line-part {
        padding: 50px 55px 76px 90px;
    }
}

@media (min-width:1200px) {
    .highlights-previous-awards-section .previous-awards-images-conatiner .judges-info-part .judges-content-part
    .judges-title {
        font-size: 22px;
    }

    .highlights-previous-awards-section .highlights-btn-part .btn-see-more {
        max-width: 200px;
        padding: 16px;
        margin: 0px;
        font-size: 15px;
    }

    .highlights-previous-awards-section .highlights-btn-part {
        margin-top: 70px;
    }

    .highlights-previous-awards-section .previous-awards-images-conatiner .judges-info-part .judges-img-part
    .previous-award-img {
        min-height: 377px;
    }
}

@media (min-width:1400px) {
    .highlights-previous-awards-section .previous-awards-images-conatiner {
        padding: 88px 80px 0px;
    }

    .highlights-previous-awards-section .previous-awards-images-conatiner .judges-info-part .judges-img-part {
        margin-bottom: 30px;
    }

    .highlights-previous-awards-section .previous-awards-images-conatiner .judges-info-part .judges-content-part
    .judges-title {
        font-size: 25px;
    }

    .highlights-previous-awards-section .highlights-btn-part .btn-see-more {
        max-width: 240px;
        padding: 24px 32px;
        margin: 0px;
    }
}

@media (min-width:1600px) {
    .highlights-previous-awards-section .previous-awards-images-conatiner {
        padding: 24px 302px 0px;
    }
}
/* Our Awards Section Style End */


/* Footer Style Start */
.footer {
    padding: 0px 114px 10px;
    margin-bottom: 110px;
}

.footer .footer-logo-part {
    display: flex;
    align-items: center;
    justify-content:center;
}

.footer .footer-logo-part .f-logo-img {
    width: 150px;
}

.footer .subscribe-part {
    text-align: center;
}

.footer .subscribe-part .subscribe-content-text {
    font-size: 14px;
    font-family: 'Montserrat-Light';
    line-height: 22px;
}

.footer .subscribe-part .subscribe-form-part {
    display: flex;
    margin: 16px 0 20px;
}

.footer .subscribe-part .subscribe-form-part .subscribe-input-field {
    border-radius: 0px;
    padding: 14px 20px;
}

.footer .subscribe-part .subscribe-form-part .subscribe-btn {
    /*padding: 24px;*/
    padding: 16px;
    border: none;
    margin-left: 12px;
    box-shadow: 0px 3px 6px #00000029;
}

.footer .horizontal-line {
    margin: 34px 0px 64px;
    height: 1px;
    width: 100%;
    background: #EFEFEF;
}

.footer .footer-h-line-top {
    margin-top: 0px !important;
    display: none;
}

.footer .terms-part {
    margin-top: 20px;
}

.footer .terms-part .terms-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.footer .terms-part .terms-title .terms-line {
    margin: 0px 20px;
    /*    width: 2px;
    height: 24px;
    background: #808080;*/
    width: 1px;
    height: 18px;
    background: #ccc;
}

.footer marign-36-32 {
    margin: 36px 0px 32px;
}

.footer .right-reserved-top-line {
    height: 1px;
    width: 100%;
    background: #EFEFEF;
    margin: 16px 0px;
}

.footer .terms-part .social-icon-part {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .terms-part .social-icon-part .social-icon {
    margin-right: 22px;
    width: 20px;
}

.footer .terms-part .social-icon-part .fb-icon {
    width: 12px !important;
}

.footer a {
    color: unset;
    text-decoration: none;
}

.footer .main-title {
    font-size: 15px;
    line-height: 20px;
    text-align:center;
}

.footer .footer-list-heading {
    font-size: 14px;
}

.footer .menu-list .list-item a {
    font-size: 13px;
}

.footer .footer-y-logo {
    width: 100px;
}

.footer .all-right-reserved-part {
    font-size: 13px;
}

.footer .subscribe-part .subscribe-form-part .subscribe-input-field {
    box-shadow:none;
}


@media (max-width:670px) {
    .footer .align-text {
        max-width: fit-content;
        justify-content: space-between;
    }
}

@media (min-width:540px) {
    .footer .main-title {
        /* font-size: 24px;*/
        /* line-height: 34px;*/
        font-size: 20px;
        line-height: 30px;
    }
}

@media (min-width:768px) {
    .footer .main-title {
        /*font-size: 26px;*/
       /* font-size: 22px;*/
        font-size: 20px; 
        width: 100%;
        max-width: 300px;
        text-align: left;
    }

    .footer .footer-list-heading {
        font-size: 15px;
    }

    .footer .menu-list .list-item a {
        font-size: 14px;
    }

    .footer .footer-y-logo {
        width: unset;
    }

    .footer .terms-part {
        margin-top: 50px;
    }

    .footer .terms-part .terms-title {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 14px;
    }

    .footer .terms-part .social-icon-part {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .footer .all-right-reserved-part {
        font-size: 14px;
    }

    .footer .subscribe-part {
        text-align: left;
        width: 100%;
        max-width: 300px;
        float: right;
    }

    .footer .footer-logo-part {
        justify-content:flex-start;
    }

/*    .footer .footer-logo-part .f-logo-img {
        width: 200px;
    }*/

    .footer .footer-h-line-top {
        display: block;
    }
}

@media (min-width:992px) {
/*    .footer .main-title {
        font-size: 28px;
    }*/

    .footer .footer-list-heading {
        font-size: 16px;
    }

    .footer .subscribe-part {
        max-width: 390px;
    }
}

@media (min-width:1200px) {
    .footer .main-title {
/*        font-size: 32px;
        line-height: 44px;*/
        font-size: 26px;
        line-height: 40px;
        max-width: 440px;

    }

    .footer .footer-list-heading {
        font-size: 20px;
    }

    .footer .menu-list .list-item a {
        font-size: 15px;
    }

    .footer .terms-part {
        margin-top: 80px;
    }

    .footer .terms-part .terms-title {
        font-size: 15px;
    }

    .footer .all-right-reserved-part {
        font-size: 15px;
    }
}

@media (min-width:1400px) {
    .footer .main-title {
/*        font-size: 38px;
        line-height: 50px;*/
        font-size: 30px;
        line-height: 42px;
        max-width: 530px;
    }

    .padding-left-90 {
        padding-left: 90px;
    }

    .padding-left-46 {
        padding-left: 46px;
    }

    .padding-top-34 {
        padding-top: 34px;
    }

    .padding-top-56 {
        padding-top: 56px;
    }

    .footer .footer-logo-part .f-logo-img {
        width: 200px;
    }

    .footer .subscribe-part .subscribe-form-part .subscribe-btn {
        padding: 24px;
    }

    .footer .subscribe-part {
        max-width: 400px;
    }
}

@media (min-width:1600px) {
    .footer .main-title {
        font-size: 38px;
        line-height: 60px;
    }

    .footer .subscribe-part {
        max-width: 63%;
    }
}
/* Footer End */



/* Header Style Start */
.main-header {
}

.page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /* padding: 50px 96px 50px 114px;*/
    padding: 50px 114px 50px 114px;
    z-index: 2;
    color: #fff;
}

.page-header.is-sticky {
    position: fixed;
    /*padding: 15px 96px 15px 114px;*/
    padding: 15px 114px 15px 114px;
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.header {
}

.header .menu-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .menu-bar .menu-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.header .menu-bar .menu-list li {
    display: inline-block;
    margin: 0px 14px;
}

.header .menu-bar .menu-list li a {
    text-decoration: none;
    color: unset;
}

.header .menu-bar .social-icon-part {
    display: flex;
    align-items: center;
}

.header .menu-bar .social-icon-part .enter-now-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 12px 20px;*/
    padding: 16px 20px;
    border-radius: 0px;
    text-transform: uppercase;
    /*max-width: 240px;*/
    /*max-width: 160px;*/
    width: 100%;
    font-size: 12px;
    color: #fff;
    background-color: #C39068;
    border: none;
    font-family: 'Montserrat-Regular';
    /*margin-right: 13px;*/
    text-decoration: none;
}

.header .menu-bar .social-icon-part .img-user {
    margin-right: 4px;
}

.header .menu-bar .social-icon-part .header-social-icon {
    margin: 0px 14px;
}

.header .menu-bar .social-icon-part .vertical-line {
    margin: 0px 8px;
    width: 1px;
    height: 42px;
    background: #fff;
}

.black-logo {
    display: none;
}


.linkedIn-icon {
    width: 24px !important;
}

.bg-color-white {
    background-color: #fff;
}

/* Mobile Menu Bar Style Sart */

.mobile-nav-container {
    overflow: hidden;
    position: relative;
    display: none;
}

.mobile-nav-open {
    transform: translateX(0) !important;
}

.mobile-nav-container #mobile-menu-links {
    display: block;
    opacity: 1;
    visibility: visible;
    position: fixed;
    right: 0;
    top: 0;
    padding-right: 0px;
    max-width: 100%;
    height: 100%;
    z-index: 999999;
    transform: translateX(105%);
    transition: transform 1s ease-in-out;
}

.mobile-nav-container a {
    color: #FFFFFF;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.mobile-nav-container a.icon {
    background-color: #fff;
    display: block;
    position: absolute;
    right: 0%;
    top: 36px;
    transform: translate(-50%, -50%);
    padding: 6px 10px !important;
    border-radius: 4px;
    border: 1px solid #00000052;
}

.mobile-nav-container .cls-icon-bar i {
    color: #000000cf !important;
}

.mobile-nav-container #mobile-menu-links {
    background: #FFFFFF;
    opacity: 1;
    width: 100%;
}

.mobile-nav-container #mobile-menu-links .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    padding: 12px 14px;
    align-items: center;
}

.mobile-nav-container #mobile-menu-links .mobile-menu-header .mobile-header-logo-part {
    padding: 0px !important;
}

.mobile-nav-container #mobile-menu-links .mobile-menu-header .width-100 {
    width: 100px;
}

.close-icon {
    font-size: 24px;
    font-weight: 900;
    cursor: pointer;
}

.mobile-nav-container #mobile-menu-links .mobile-btn-part {
    display: flex;
}

.mobile-nav-container #mobile-menu-links .mobile-btn-part .enter-now-btn {
    padding: 12px 30px;
    border: none;
    background: #C39068;
    color: #fff;
    margin-left: 14px;
    margin-left: 14px;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    margin-top: 20px;
}

.mobile-nav-container #mobile-menu-links a {
    text-align: center;
}

.show-black-icon {
    display: none;
}

.follow-us {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 5;
    padding-left: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Mobile Menu Bar Style End */

/* Banner Slider Style Start */
.owl-carousel {
    position: relative;
}

.owl-carousel .item {
    padding: 0;
}

.owl-carousel .item .read-right-aroow {
    width: unset !important;
}

.owl-carousel .item img {
    width: 100%;
}

.btns {
    display: table;
    margin: 30px auto;
}

.owl-nav {
    position: absolute;
    bottom: 25px;
    left: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    background: #FFFFFF;
    color: #000;
    padding: 10px 40px !important;
    font-size: 60px;
    cursor: pointer;
    vertical-align: middle;
}

.owl-carousel .owl-nav button.owl-next {
    background: #FFFFFF;
    color: #000;
    padding: 10px 40px !important;
    vertical-align: middle;
    margin-left: 1px;
    font-size: 60px;
    cursor: pointer;
}

.owl-wrapper {
    positon: relative;
}

.owl-controls {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.hero-section .banner-title-part {
    max-width: 732px;
    width: 100%;
}

/*------- Hero Section -------*/
.hero-section {
}

.banner-slider .carousel-inner .carousel-item::before {
    position: absolute;
    content: "";
    bottom: 0;
    color: lemonchiffon;
    background: linear-gradient(to top, #000000, transparent, transparent);
    height: 100%;
    width: 100%;
}

.banner-slider .carousel-inner .carousel-item .carousel-caption {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
}

/*.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: unset;
    bottom: 0;
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
    width: 9%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: unset;
    transition: opacity .15s ease;
    background: #fff;
    min-height: 126px;
}*/

/*.carousel-control-next {
    left: 7.05%;
}*/

/*.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: unset;
    bottom: 0;
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
    width: 7%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: unset;
    transition: opacity .15s ease;
    background: #fff;
    min-height: 100px;
}*/

.carousel-indicators {
    display: none;
}

.hero-section .carousel-caption h1 {
    font-size: 24px;
}

.common-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 12px;
    /*max-width: 155px;*/
    max-width: 175px;
    width: 100%;
    min-height: 50px;
    margin: 20px 0px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 3px 6px #00000029;
}

.hero-section .count-part {
    display: flex;
}

.hero-section .count-part .count-260-part {
    display: flex;
    flex-direction: column;
    width: 80px;
    font-size: 13px;
}

.hero-section .count-middle-line {
    height: 68px;
    border-left: 1px solid #FFFFFF;
    margin: 0px 18px 0px 18px;
    transform: rotate(18deg);
}

.hero-section .count-part .count-830-part {
    display: flex;
    flex-direction: column;
    width: 80px;
    font-size: 13px;
}

.slider-img {
    min-height: 406px;
}

.hero-section .banner-content-text {
    max-width: 682px;
    width: 100%;
}

@media (min-width:768px) {
    .hero-section .carousel-caption h1 {
        font-size: 30px;
    }

    .common-btn {
        /*font-size: 15px;*/
        font-size: 13px;
        padding: 10px 12px;
        max-width: 185px;
        min-height: 54px;
        margin: 24px 0px;
    }

    .hero-section .count-middle-line {
        height: 70px;
        border-left: 1px solid #FFFFFF;
        margin: 0px 22px 0px 22px;
        transform: rotate(18deg);
    }

    .banner-slider .carousel-inner .carousel-item .carousel-caption {
        position: absolute;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
        justify-content: center;
        bottom: 0;
        left: 3%;
       /* top: 21%;*/
        top: 30%;
        align-items: flex-start;
        display: unset;
    }

    .hero-section .banner-content-text {
        line-height: 24px;
    }
}

@media (min-width:992px) {
    .hero-section .carousel-caption h1 {
        font-size: 40px;
    }

    .common-btn {
        max-width: 200px;
        min-height: 60px;
        padding: 10px 18px;
        margin: 32px 0px;
    }
}

@media (min-width:1200px) {
    .hero-section .carousel-caption h1 {
        /*        font-size: 50px;
        margin: 12px 0px 14px;
        line-height: 50px;*/

        font-size: 40px;
        margin: 0px 0px 4px;
        line-height: 50px;
    }


    .common-btn {
        font-size: 13px;
        padding: 0px 20px;
        max-width: 240px;
        min-height: 60px;
        margin: 40px 0px;
    }

    .subscribe-info-btn {
        max-width: 420px !important;
    }

    .hero-section .count-part .count-260-part {
        width: unset;
        font-size: 14px;
    }

    .hero-section .count-middle-line {
        height: 108px;
        border-left: 1px solid #FFFFFF;
        margin: 0px 34px 0px 26px;
        transform: rotate(18deg);
    }

    .hero-section .count-part .count-830-part {
        width: unset;
        font-size: 14px;
    }

    .slider-img {
        height: 100vh;
    }

    .header .menu-bar .social-icon-part .enter-now-btn {
        font-size: 13px;
    }


    .hero-section .banner-content-text {
        line-height: 28px;
    }
}


@media (min-width:1600px) {
    .common-btn {
        font-size: 15px;
        padding: 0px 30px;
        max-width: 240px;
        min-height: 75px;
        margin: 40px 0px;
    }
}



@media screen and (min-device-width: 1200px) and (max-device-width: 1400px) {
    .read-post-btn {
        margin: 20px 0;
        font-size: 14px;
        padding: 0px 19px;
        max-width: 210px;
        min-height: 62px;
    }
}

@media (min-width:1201px) {
    .banner-slider .carousel-inner .carousel-item .carousel-caption {
          left: 7%;
    }
}

@media (min-width:1400px) {
    .hero-section .banner-content-text {
        line-height: 32px;
    }
}

@media (min-width:1800px) {
    .hero-section .carousel-caption h1 {
        font-size: 75px;
        line-height: 78px;
        margin: 8px 0px 20px;
    }
}

.hero-section .apply-btn:hover {
    background-color: #C39068;
}

@media (max-width:767px) {
    .page-header {
        display: none;
    }

    .mobile-nav-container {
        display: block;
    }

    .mobile-nav-container a {
        color: #000;
        padding: 14px 16px;
        font-size: 14px;
        font-family: 'Montserrat-Regular';
    }

    .mobile-nav-container a .mobile-logo-img {
        width: 100px;
    }

    .mobile-nav-container .cls-icon-bar {
        color: #FFFFFF !important;
    }

    .footer .horizontal-line {
       /* margin: 32px 0px 32px;*/
       margin: 20px 0px;
    }

    .hero-section .sub-title-text-slider {
        font-size: 12px !important;
    }
}

@media (max-width:992px) {

    .font-size-16 {
        font-size: 14px;
    }

    .font-size-18 {
        font-size: 14px;
    }

    .font-size-28 {
        font-size: 24px;
    }

    .font-size-13 {
        font-size: 13px;
    }

    .home-about-us-section .home-about-us-content-part .text-line-height {
        line-height: 24px;
    }

    .home-about-us-section .under-line {
        margin: 20px 0px 14px;
    }

    .home-about-us-section .home-about-us-content-part {
        margin: 20px 0px 30px;
    }

    .home-waiting-for-section {
        padding: 60px 14px;
    }

    .home-waiting-for-section .content-part .waiting-title-heading {
        margin: 14px 0px 16px;
    }

    .home-waiting-for-section .content-part {
        margin-bottom: 26px;
    }

    .events-section .event-date-container {
        margin-top: 20px;
    }

    .events-section .event-date-part {
        padding: 20px;
    }

    .events-section .event-date-part .show-date-part {
        max-width: 80px;
        height: 80px;
    }

    /*.footer {
          padding: 30px 28px;
    }*/

    .footer .terms-part .terms-title {
        margin-bottom: 20px;
    }

    .footer-logo-center {
        text-align: left !important;
    }
}

@media (max-width:899px) {
    .footer {
        padding: 30px 28px 15px;
    }
}


@media (min-width:900px) {
    .footer {
        /* padding: 30px 28px;*/
        /* padding: 15px 28px 15px 64px;*/
        padding: 15px 64px 15px 64px;
    }
}

@media (min-width:1601px) {
    .footer {
        padding: 15px 94px 15px 114px;
    }
}



@media(min-width: 768px) and (max-width: 992px) {
    /* STYLES HERE */
    .page-header {
        padding: 15px 28px;
    }

    .page-header.is-sticky {
        padding: 15px 28px;
    }

    .header .menu-bar .menu-list {
        text-align: center;
    }

    .menu-bar .logo .white-logo {
        width: 100px;
    }

    .menu-bar .logo .black-logo {
        width: 100px;
    }

    .header .menu-bar .menu-list li {
        margin: 0px 6px;
    }

    .header .menu-bar .social-icon-part .header-social-icon {
        margin: 0px 8px;
       /* width: 20px;*/
    }

    .header .menu-bar .social-icon-part .vertical-line {
        margin: 0px 8px;
    }

    /* menu bar layout and space manage */

    .font-size-15 {
        /*font-size: 14px;*/
        font-size: 13px;
    }

    .header .menu-bar .social-icon-part .enter-now-btn {
        /* padding: 6px 8px;
        margin-right: 6px;*/
        /*max-width: 130px;*/

        padding: 12px;
        /*margin-right: 6px;*/
    }

    .header .menu-bar .social-icon-part .vertical-line {
        height: 36px;
    }
}

@media(min-width: 993px) and (max-width: 1200px) {

    .home-about-us-section .home-about-us-content-part .text-line-height {
        line-height: 32px;
    }

    .our-awards-section {
        padding: 80px 30px 110px;
    }

    /*.footer {
        padding: 80px 64px 110px;
    }*/

    .menu-bar .logo .white-logo {
        width: 100px;
    }

    .menu-bar .logo .black-logo {
        width: 100px;
    }

    .header .menu-bar .social-icon-part .header-social-icon {
        margin: 0px 8px;
 /*       width: 20px;*/
    }

    .font-size-18 {
        font-size: 16px;
        line-height: 26px;
    }
 }


@media (min-width: 1201px) and (max-width: 1500px) {
/*    .page-header {
          padding: 30px 66px 15px 82px;
    }

    .page-header.is-sticky {
        padding: 15px 66px 15px 82px;
    }*/

    .page-header {
        padding: 30px 82px 15px 82px;
    }

    .page-header.is-sticky {
        padding: 15px 82px 15px 82px;
    }

    .footer {
        padding: 50px 66px 15px 82px;
    }

/*    .highlights-previous-awards-section .previous-awards-images-conatiner {
        padding: 20px 30px 0px;
        margin: 0px;
    }*/

    .home-about-us-section .home-about-us-content-part .text-line-height {
        line-height: 36px;
    }

    .font-size-18 {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 1501px) and (max-width: 1600px) {
/*    .page-header {
        padding: 30px 66px 15px 82px;
    }

    .page-header.is-sticky {
        position: fixed;
        padding: 15px 66px 15px 82px;
    }*/

    .page-header {
        padding: 30px 82px 15px 82px;
    }

    .page-header.is-sticky {
        position: fixed;
        padding: 15px 82px 15px 82px;
    }

    /*.footer {*/
        /* padding: 0px 82px 10px !important;*/
        /*padding: 0px 66px 15px 82px !important;
    }*/

    .home-about-us-section .home-about-us-content-part .text-line-height {
        line-height: 38px;
    }
}

@media (min-width:1601px) {
    .policy-content-container {
        padding: 116px 114px !important;
    }
}



@media (min-width:900px) {
/*    .carousel-control-next, .carousel-control-prev {
        display: flex !important;
        align-items: center;
    }*/


    .banner-slider .carousel-inner .carousel-item .carousel-caption {
        left: calc(100% - 94%);
    }
}
@media (min-width: 900px) and (max-width: 1200px) {
/*    .page-header {
        padding: 30px 28px 15px 64px;
    }

    .page-header.is-sticky {
        padding: 15px 28px 15px 64px;
    }*/

    .page-header {
        padding: 30px 64px 15px 64px;
    }

    .page-header.is-sticky {
        padding: 15px 64px 15px 64px;
    }


    .main-banner-image-section {
        padding-left: 64px;
    }

    .home-about-us-section {
        padding: 48px 64px;
    }

    .about-us-page-who-we-are-section {
        padding: 48px 64px !important;
    }

    .policy-content-container {
        /*padding: 30px 64px !important;*/
        padding: 64px !important;
    }
}

@media(min-width: 900px) and (max-width: 1024px) {
/*    .carousel-control-next, .carousel-control-prev {
        min-height: 52px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 1.2rem;
        padding: 11px;
    }

    .carousel-control-next {
        left: 7.09%;
    }*/
}

@media(min-width: 1025px) and (max-width: 1400px) {
/*    .carousel-control-next, .carousel-control-prev {
        min-height: 75px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 1.4rem;
        padding: 14px;
    }

    .carousel-control-next {
        left: 7.09%;
    }*/
}


@media screen and (min-device-width: 1201px) and (max-device-width: 1600px) {
    .policy-content-container {
        /*padding: 116px 82px !important;*/
        padding: 82px !important;
    }
}


@media (min-width:1201px) {
    .menu-bar .logo .white-logo {
        width: 120px;
    }

    .menu-bar .logo .black-logo {
        width: 120px;
    }
}

@media (min-width:1500px) {
    .menu-bar .logo .white-logo {
        width: 160px;
    }

    .menu-bar .logo .black-logo {
        width: 160px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        padding: 20px;
    }
}

/*------- Our Awards Judge's Section Style Start -------*/
.our-awards-section {
    padding: 50px 28px;
}

.our-awards-section .main-title-section {
    margin-bottom: 42px;
}

.our-award-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.our-award-wrap .img-fluid {
  /*  width: 100%;*/
}

.our-award-wrap .award-image {
    margin-bottom: 8px;
    text-align: center;
}

.our-award-wrap .judges-content-part {
    margin-top: 10px;
}

.our-award-wrap .judges-content-part .judges-title {
    font-size: 16px;
}

.our-award-wrap .judges-content-part .judges-profile {
    font-size: 14px;
}

.judges-link {
    text-decoration: none ;
    color: unset;
}

.judges-link:hover {
    color: unset;
}

@media (min-width:575px) {
    .our-award-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width:767px) {
    .our-award-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .our-award-wrap .award-image {
        text-align: left;
    }

    .our-award-wrap .judges-content-part {
        margin-top: 20px;
    }

    .our-award-wrap .judges-content-part .judges-title {
        font-size: 16px;
    }
}

@media (min-width:991px) {
    .our-award-wrap {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .our-award-wrap .award-image {
        margin-bottom: 8px;
    }

    .our-awards-section .main-title-section {
        margin-bottom: 52px;
    }

    .our-awards-section {
        padding: 60px 48px;
    }

    .our-award-wrap .judges-content-part .judges-title {
        font-size: 20px;
    }

/*    .our-award-wrap .judges-content-part .judges-profile {
        font-size: 12px;
    }*/
}

@media (min-width:1400px) {
    .our-award-wrap {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    .our-awards-section .main-title-section {
        margin-bottom: 82px;
    }

    .our-awards-section {
        padding: 110px 88px 130px;
    }

    .our-award-wrap .judges-content-part .judges-title {
        font-size: 25px;
    }

    .our-award-wrap .judges-content-part .judges-profile {
        font-size: 15px;
    }
}
/* Our Awards Judge's Section Style End */



/*------- Privacy Policy Style Start -------*/
.policy-content-container {
    padding: 30px 28px;
    text-align: center;
}

.policy-content-container p {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
}

.policy-content-container ul li {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    line-height: 26px;
    /*margin-bottom: 20px;*/
}

.policy-content-container .policy-bold-text {
    font-size: 14px;
    line-height: 26px;
    font-family: 'Montserrat-SemiBold';
}

@media (min-width:768px) {
    .policy-content-container {
        text-align: left;
    }
}

@media (min-width:992px) {
    .policy-content-container p {
        margin-bottom: 36px;
    }

    .policy-content-container ul li {
        /*margin-bottom: 36px;*/
    }
}

@media (min-width:1200px) {

    .policy-content-container p {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 50px;
    }

    .policy-content-container .policy-bold-text {
        font-size: 16px;
        line-height: 32px;
    }

    .policy-content-container ul li {
        font-size: 16px;
        line-height: 32px;
 /*       margin-bottom: 50px;*/
    }
}

@media (min-width:1600px) {

    .policy-content-container p {
        line-height: 36px;
    }

    .policy-content-container ul li {
        line-height: 36px;
    }

    .policy-content-container .policy-bold-text {
        font-size: 18px;
        line-height: 44px;
    }
}
/* Privacy Policy Style End*/


/*------- Contact Us Style Start -------*/
.contact-section {
    padding: 38px 28px;
}

.contact-section .contact-content-part {
    text-align: center;
}

.contact-section .contact-us-part h1 {
    font-size: 24px;
    font-family: 'DMSerifText-Regular';
    line-height: 28px;
    width: 100%;
    margin: 0px;
}

.contact-section .contact-us-text {
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    line-height: 22px;
    margin-top: 20px;
}

.contact-section .call-us-part {
    margin: 22px 0px 25px;
}

.contact-section .contact-sub-title {
    font-size: 24px;
    font-family: 'DMSerifText-Regular';
    margin-bottom: 0px;
}

.contact-section .email-us-part .contact-logo {
    margin-top: 14px;
    width: 200px;
}

.mr-24 {
    margin-right: 14px;
}

.mtb-24 {
    margin: 14px 0px;
}

.contact-section .contact-title {
    margin: 30px 0px 26px 0px;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    text-align: center;
}

.conatct-form-part .contact-input {
    border: 1px solid #E6E6E6;
    border-radius: 0px;
    padding: 12px 12px;
    font-size: 12px;
    font-family: 'Montserrat-Regular';
}

.contact-section .contact-btn {
    box-shadow: 0px 3px 6px #00000029;
    padding: 0px 20px 0px 30px;
    width: 172px;
}

.contact-btn:hover {
    color: #fff;
}

.contact-section .btn-part {
    display: flex;
    justify-content: center;
}

#responseMessage {
    color: #C39068;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold';
    margin: 14px 0px;
    display: none;
}

@media (min-width:768px) {
    .contact-section .contact-us-part .conatct-x-line {
        margin: 16px 0px 20px;
        width: 88px;
        border: 1px solid #000000;
    }

    .contact-section .contact-content-part {
        text-align: left;
    }

    .contact-section {
        padding: 48px 28px;
    }

    .contact-section .contact-us-part h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .contact-section .contact-us-part .conatct-x-line {
        margin: 16px 0px 20px;
        width: 88px;
        border: 1px solid #000000;
    }

    .conatct-form-part .contact-input {
        padding: 14px 12px;
    }

    .contact-section .contact-sub-title {
        font-size: 28px;
    }

    .contact-section .email-us-part .contact-logo {
        margin-top: 20px;
    }

    .contact-section .contact-title {
        text-align: left;
        margin: 60px 0px 36px 0px;
        font-size: 16px;
    }

    .contact-section .contact-btn {
        width: 172px;
    }

    .contact-section .btn-part {
        display: flex;
        justify-content: flex-start;
    }
}

@media (min-width:992px) {
    .contact-section .contact-btn {
        width: 172px;
    }

    .conatct-form-part .contact-input {
        /*padding: 24px 28px;*/
        font-size: 14px;
    }
}

@media (min-width:1200px) {
    .contact-section {
        padding: 94px 82px;
    }

    .contact-section .contact-us-part .conatct-x-line {
        margin: 28px 0px 50px;
        border: 2px solid #000000;
    }

    .contact-section .contact-us-part h1 {
        font-size: 42px;
        line-height: 42px;
        max-width: 496px;
    }

    .contact-section .contact-us-text {
        font-size: 16px;
        line-height: 32px;
    }

    .conatct-form-part .contact-input {
        padding: 16px 20px;
        /*font-size: 16px;*/
    }

    .contact-section .contact-sub-title {
        font-size: 42px;
    }

    .contact-section .email-us-part .contact-logo {
        width: unset;
        margin-top: 50px;
    }

    .contact-section .contact-btn {
        width: 172px;
    }

    .mr-24 {
        margin-right: 24px;
    }

    .mtb-24 {
        margin: 24px 0px;
    }
}

@media (min-width:1400px) {
    .contact-section {
        padding: 148px 86px 280px;
    }

    .contact-section .contact-us-part h1 {
        font-size: 48px;
        line-height: 53px;
    }

    .contact-section .contact-us-text {
        line-height: 38px;
    }

    .conatct-form-part .contact-input {
        padding: 24px 28px;
        /*font-size: 16px;*/
    }

    .contact-section .contact-btn {
        width: 172px;
    }
}

@media (min-width:1600px) {
    .contact-section {
        padding: 148px 280px;
    }

    .conatct-form-part .contact-input {
        padding: 30px 38px;
        font-size: 18px;
    }
}



@media screen and (min-device-width: 900px) and (max-device-width: 1200px)  {
    .contact-section {
        padding: 48px 64px;
    }
}


/* Contact Us Style End*/



/*------- About Us Page Style -------*/

.home-about-us-section .about-us-page-title-heading {
    width: 100%;
    max-width: 724px;
    text-align: center;
    margin-bottom: 0px;
}

.about-us-page-mission-img-part {
    background: #f5f5f5;
    max-width: 790px;
    width: 100%;
    display: flex;
    padding: 30px 28px;
}

.about-us-page-mission-img-part .img-frame-border {
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #000000;
    padding: 20px 15px;
}

.about-us-page-mission-img-part .img-frame-border .mission-img {
    width: 733px;
}

.about-us-page-who-we-are-section {
    padding: 42px 28px;
}

.about-us-page-who-we-are-section .who-we-are-title-part {
    text-align: center;
    margin-bottom: 24px;
}

.about-us-page-who-we-are-section .history-content-left-part {
    max-width: 662px;
    width: 100%;
    text-align: center;
}

.about-us-page-who-we-are-section .history-content-right-part {
    max-width: 662px;
    width: 100%;
    text-align: center;
}

.about-us-page-who-we-are-section .margin-top-40 {
    margin-top: 40px;
}

.content-line-height {
    line-height: 24px;
}

.about-us-page-team-section {
    background-image: none;
    background: transparent linear-gradient(180deg, #C39068 0%, #624834 100%) 0% 0% no-repeat padding-box;
}

.about-us-page-team-section .team-info-part {
    position: relative;
}

.about-us-page-team-section .team-info-part .team-profile-part {
    position: absolute;
    bottom: 14px;
    width: 100%;
    background: #fff;
    color: #000;
    border-radius: 30px;
    background: #FFFFFF;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    max-width: 230px;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}

.about-us-page-team-section .team-info-part .team-profile-part .team-name {
    font-size: 16px;
}

.about-us-page-team-section .team-info-part .team-profile-part .team-designation {
    font-size: 12px;
}

.about-us-page-team-section .team-info-part .down-icon-part {
    position: absolute;
    bottom: -8px;
    left: 46%;
}

.about-us-page-team-section .team-info-part .down-icon-part i {
    font-size: 38px;
}

.about-us-page-team-section .team-info-part .about-judges-img-part {
    position: relative;
    display: flex;
    justify-content: center;
}

@media (min-width:768px) {
    .home-about-us-section .about-us-page-title-heading {
        text-align: left;
    }

    .about-us-page-who-we-are-section .who-we-are-title-part {
        text-align: left;
        margin-bottom: 54px;
    }

    .center-line-history {
        border-right: 2px solid #EFEFEF;
        padding-right: 70px;
    }

    .about-us-page-who-we-are-section .history-content-left-part {
        text-align: left;
    }

    .about-us-page-who-we-are-section .history-content-right-part {
        text-align: left;
    }

    .about-us-page-who-we-are-section .pl-30 {
        padding-left: 30px;
    }

    .about-us-page-team-section .team-info-part .down-icon-part {
        position: absolute;
        bottom: -10px;
        left: 46%;
    }

    .about-us-page-team-section .team-info-part .team-profile-part .team-name {
        font-size: 18px;
    }
}

@media (min-width:992px) {
    .content-line-height {
        line-height: 32px;
    }
}

@media (min-width:1201px) {
    .about-us-page-mission-img-part .img-frame-border {
        padding: 50px 30px;
    }

    .about-us-page-who-we-are-section {
        padding: 90px 80px;
    }

    .about-us-page-team-section .team-info-part .team-profile-part {
        max-width: 280px;
        height: 124px;
    }

    .about-us-page-team-section .team-info-part .team-profile-part .team-name {
        font-size: 23px;
    }

    .about-us-page-team-section .team-info-part .team-profile-part .team-designation {
        font-size: 13px;
    }
}

@media (min-width:1400px) {
    .content-line-height {
        line-height: 42px;
    }
}

@media (min-width:1501px) {
    .about-us-page-who-we-are-section {
        padding: 158px 226px 190px;
    }
}

/* End */



/*------- News Blog Page Style Start -------*/

/* Equal Heights for OwlCarousel 2 */
.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.owl-carousel .thumbnail {
    display: flex;
    flex-direction: column;
    margin: 0 15px 0px 0px;
}

.owl-carousel .thumbnail .caption {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    margin-top: 10px;
}

.owl-carousel .thumbnail .caption .flex-text {
    flex-grow: 1;
}

.latest-news-page-section .blog-title {
    font-size: 16px;
    text-align: center;
}

.latest-news-page-section .blog-sub-title {
    text-align: center;
}

.recent-blog-section {
    padding: 42px 28px;
}

.recent-blog-section .blog-title-part {
    padding-bottom: 34px;
}

.learn-more-btn:hover {
    background: #C39068;
    color: #fff;
}

.learn-more-btn:active {
    background: #C39068;
    color: #fff;
}

.recent-blog-section .blog-img {
    position: relative;
}

.recent-blog-section .blog-img .news-part {
    width: 70px;
    height: 33px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat-SemiBold';
    font-size: 12px;
}

.recent-blog-section .blog-content {
    text-align: center;
    margin-top: 30px;
}

.recent-blog-section .blog-content .blog-description-part {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.recent-blog-section .btn-part {
    display: flex;
    justify-content: center;
}

.content-line-height-32 {
    /*  line-height: 24px;*/
    line-height: 20px;
}

.view-all-blog-part {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.view-all-blog-part .view-blog-btn {
    width: 214px;
    height: 60px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #090707;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-family: 'Montserrat-SemiBold';
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    padding: 20px 24px;
}

.recent-blog-section .blog-img-flex .img-blog {
    height: 180px;
    width: 100%;
}


@media (min-width:768px) {
    .recent-blog-section {
        padding: 48px 30px;
    }

    .recent-blog-section .blog-content {
        text-align: left;
    }

    .recent-blog-section .btn-part {
        justify-content: flex-start;
    }

    .recent-blog-section .blog-title-part {
        padding-bottom: 48px;
    }

    .latest-news-page-section .blog-title {
        text-align: left;
    }

    .latest-news-page-section .blog-sub-title {
        text-align: left;
    }

    .latest-news-page-section .owl-nav {
        position: absolute;
        top: -139px;
        right: 0;
        background: #9b93935c;
        left: unset !important;
        bottom: unset !important;
        display: block;
        height: 18%;
        display: flex !important;
        align-items: center;
    }

    .owl-carousel .thumbnail .caption {
        margin-top: 20px;
    }

    .recent-blog-section .blog-img-flex {
        width: 100%;
        display: block;
    }

    .recent-blog-section .blog-img-flex .img-blog {
        height: 300px;
        width: 100%;
    }

    .recent-blog-section .blog-content .blog-description-part {
        max-width: 400px;
    }

}

@media (min-width:992px) {
    .latest-news-page-section .blog-title {
        font-size: 20px;
    }

    .content-line-height-32 {
        line-height: 28px;
    }
}

@media (min-width:1200px) {
    .latest-news-page-section .blog-title {
        font-size: 20px;
    }

    .recent-blog-section {
        padding: 98px 84px 102px;
    }

    .recent-blog-section .blog-title-part {
        padding-bottom: 76px;
    }

    .recent-blog-section .blog-img .news-part {
        width: 122px;
        height: 56px;
        font-size: 14px;
    }

    .view-all-blog-part {
        margin-top: 60px;
    }

    .view-all-blog-part .view-blog-btn {
        width: 258px;
        height: 75px;
        font-size: 14px;
    }
}

@media (min-width:1400px) {
    .content-line-height-32 {
        line-height: 32px;
    }
}

@media (min-width:1501px) {
    .latest-news-page-section {
        padding: 120px 138px 120px !important;
    }

    .recent-blog-section {
        padding: 98px 140px 116px
    }
}

/* News Blog Page Style End */


/*------- Judges Page Style Start -------*/

/* Our Special Judges Section Start */
.our-special-judges-section {
    padding: 42px 28px;
}

.our-special-judges-section .margin-top-114 {
    margin-top: 28px;
}

.our-special-judges-section .judges-heading-part {
    text-align: center;
}

.our-special-judges-section .judge-container {
    cursor: pointer;
}

.our-special-judges-section .judge-container .special-judge-img-part {
    /*max-width: 375px;*/
    max-width: 398px;
    height: 100%;
    border: 2px solid #000000;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
}

.our-special-judges-section .judge-container .special-judge-img-part img {
    width: 100%;
}

.our-special-judges-section .judge-container .judges-title-part {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-special-judges-section .judge-container .judges-title-part h4 {
    font-size: 16px;
}

.our-special-judges-section .judge-container .judges-title-part p {
    font-size: 14px;
}

.our-special-judges-section .judge-container .judges-title-part img {
    width: 50px;
}

.our-special-judges-section .judge-container .judges-title-part .judge-space {
    width: 70%;
}

/* Judges Page - Apply to Judges Section Style Start */
.apply-judges-section {
    padding: 42px 28px;
    background-image: url('../images/judges/apply-to-judge-banner.svg');
    background-size: cover;
    object-fit: cover;
    background-position: center center;
    vertical-align: middle;
}

.apply-judges-section .apply-part {
    flex-direction: column;
    height: -webkit-fill-available;
}

.Judging-content {
    text-align: center;
    padding-left: 0px;
}

.apply-judges-section .apply-judges-title-part {
    width: 100%;
    text-align: center;
}

.apply-judges-section .apply-judges-title-part h1 {
    margin: 20px 0px;
}

.apply-btn:hover {
    color: #fff;
}

.font-size-36 {
    /*font-size: 26px;*/
    font-size: 20px;
}

.judges-mb-16 {
    margin-bottom: 16px;
}

.judges-criteria-section {
    padding-bottom: 0px !important;
}


.apply-judges-section .apply-to-judge-btn {
    max-width: 186px;
}

@media (min-width:768px) {
    .our-special-judges-section {
        padding: 48px 30px;
    }

    .our-special-judges-section .judges-heading-part {
        text-align: left;
    }

    .Judging-content {
        text-align: left;
        padding: 9px;
        padding-left: 0px;
    }

    .our-special-judges-section .judge-container .special-judge-img-part img {
        /*max-width: 326px;*/
        max-width: 348px;
    }

    .our-special-judges-section .judge-container .judges-title-part {
        margin-top: 14px;
    }

    .apply-judges-section {
        padding: 48px 30px;
        height: 300px;  
    }

    .apply-judges-section .apply-part {
        flex-direction: row;
    }

    .apply-judges-section .apply-judges-title-part {
        text-align: left;
        max-width: 500px;
    }

    .judges-criteria-section .judge-criteria-border-bottom-line {
        border-bottom: 1px solid #EFEFEF;
    }

    .judges-criteria-section .judge-criteria-border-right-line {
        border-right: 1px solid #EFEFEF;
    }

    .judges-mb-16 {
        margin-bottom: 0px;
    }

    .our-special-judges-section .judge-container .special-judge-img-part {
        padding:8px;
    }

}


@media (min-width:992px) {

    .our-special-judges-section .judge-container .judges-title-part h4 {
        font-size: 20px;
    }

    .our-special-judges-section .judge-container .judges-title-part {
        margin-top: 24px;
    }

    .our-special-judges-section .judge-container .judges-title-part {
        margin-top: 20px;
    }

    .our-special-judges-section .margin-top-114 {
        margin-top: 38px;
    }

    .apply-judges-section .apply-judges-title-part {
        max-width: 600px;
    }

/*    .font-size-36 {
        font-size: 30px;
    }*/

    .Judging-content {
        padding: 12px;
        padding-left: 0px;
    }

    .apply-judges-section {
        height: 450px;
    }


    .apply-judges-section .apply-to-judge-btn {
         max-width: 224px;
    }

}

@media (min-width:1200px) {
    .our-special-judges-section {
        padding: 60px 70px;
    }

    .our-special-judges-section .judge-container .judges-title-part h4 {
        font-size: 27px;
    }

    .our-special-judges-section .judge-container .judges-title-part {
        margin-top: 30px;
    }

    .our-special-judges-section .margin-top-114 {
        margin-top: 54px;
    }

    .apply-judges-section {
        padding: 60px 70px;
        height: 590px;
    }

    .apply-judges-section .apply-judges-title-part h1 {
        margin: 30px 0px;
    }

    .apply-judges-section .apply-judges-title-part {
        max-width: 700px;
    }

    .font-size-36 {
        /*font-size: 32px;*/
        /*font-size: 26px;*/
        font-size: 24px;
    }

    .Judging-content {
        padding: 16px;
        padding-left: 0px;
    }

    .apply-judges-section .apply-to-judge-btn {
        max-width: 274px;
    }

    .our-special-judges-section .judge-container .special-judge-img-part {
        padding: 18px;
    }
}

@media (min-width:1501px) {
    .our-special-judges-section {
        padding: 130px 140px;
    }

    .apply-judges-section {
        padding: 130px 140px;
    }

    .judges-criteria-section {
        padding: 130px 140px;
    }
}


@media (min-width:1600px) {

    .our-special-judges-section .margin-top-114 {
        /* margin-top: 100px;*/
        margin-top: 80px;
    }

    .apply-judges-section .apply-judges-title-part {
        max-width: 1000px;
    }

    .font-size-36 {
        font-size: 36px;
       /* font-size: 24px;*/
    }

    .Judging-content {
        padding: 24px;
        padding-left: 0px;
        max-width: 465px;
        padding-bottom: 60px;
    }

    .our-special-judges-section .judge-container .judges-title-part img {
        width: unset;
    }

    .judges-margin-0 {
        padding-bottom: 0px !important;
    }
}

@media (min-width:900px) {
    .our-special-judges-section {
        padding: 48px 64px;
    }
    .apply-judges-section {
        padding: 48px 64px;
    }

    .judges-criteria-section {
        padding: 48px 64px;
    }
}

@media (min-width:1201px) {
    .our-special-judges-section {
        padding: 60px 82px;
    }

    .apply-judges-section {
        padding: 60px 82px;
    }

    .judges-criteria-section {
        padding: 60px 82px;
    }
}

@media (min-width:1601px) {
    .our-special-judges-section {
        /*padding: 130px 114px;*/
        padding: 130px 114px 80px;
    }

    .apply-judges-section {
        padding: 130px 114px;
    }

    .judges-criteria-section {
        padding: 130px 114px;
    }
}


/* Judges Page Style End */

/*------- Apply Page Style Start -------*/
.apply-form-part {
    padding: 0px 28px 40px;
} 

.apply-form-part .form-title {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 14px;
    min-height: 106px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    text-align: center;
    margin-bottom: 10px;
}

.apply-form-part .margin-top-58 {
    margin-top: 12px;
}

.apply-form-part .code-input-field {
    width: 20%;
    margin-right: 14px;
}

.apply-form-part .phone-input-field {
    width: 35%;
}

.apply-form-part .country-input-field {
    width: 100%;
    margin-top: 15px;
}

.apply-form-part .apply-form-input-part {
    justify-content: space-between;
}

.apply-form-part .select-input-field {
    background-color: #F2F2F2;
    color: #71828A;
}

.important-instruction-section {
    background-image: url(../images/judges/apply-to-judge-banner.svg);
    background-size: cover;
    object-fit: cover;
    background-position: center center;
    padding: 118px 28px;
}

.important-instruction-section .apply-check-icon {
/*  width: 30px;
    height: 30px;*/
    border-radius: 10px;
    display: block;
    margin-right: 12px;
}

.apply-form-part .basic-field-part {
    margin-bottom: 0px!important;
}

.apply-form-part .btn-part {
    display: flex;
    justify-content: center;
}

@media (min-width:768px) {
    .important-instruction-section .center-line-apply-instruction {
        border-right: 1px solid #707070 !important;
    }

    .apply-form-part .code-input-field {
        width: 15%;
        margin-right: 15px;
    }

    .apply-form-part .phone-input-field {
        width: 35%;
        margin-right: 24px;
    }

    .apply-form-part .form-title {
        text-align: left;
    }

    .apply-form-part .country-input-field {
        width: 35%;
        margin-top: 0px;
    }
}

@media (min-width:992px) {
    .apply-form-part .basic-field-part {
        width: 48%;
    }

    .apply-form-part .question-fields-conatiner {
        justify-content: space-between;
    }

    .apply-form-part .question-fields-conatiner .question-left-part {
        width: 48%;
    }

    .apply-form-part .question-fields-conatiner .question-right-part {
        width: 48%;
    }
}

@media (min-width:1201px) {
    .apply-form-part {
        padding: 0px 64px 40px 80px;
    }

/*    .apply-form-part .form-title {
        font-size: 18px;
    }*/

    .apply-form-part .margin-top-58 {
        margin-top: 42px;
    }

    .important-instruction-section {
        padding: 118px 80px;
    }
}

@media (min-width:1501px) {
    .apply-form-part {
        padding: 0px 60px 102px 82px;
    }

    .important-instruction-section {
        padding: 158px 226px 190px;
    }
}


@media (min-width:1600px) {
    .apply-form-part .form-title {
        font-size: 18px;
    }
}


@media screen and (min-device-width: 900px) and (max-device-width: 1200px) {
    .apply-form-part {
        padding: 0px 64px 40px;
    }
}

@media (min-width:1501px) {
    .apply-form-part {
        padding: 0px 114px 102px;
    }
}


/* Apply Page Style End */


.common-icon {
    width: 20px;
}

@media (min-width:768px) {

    .common-icon {
        width: 26px;
    }
}

@media (min-width:1200px) {
    .common-icon {
        width: unset;
    }
}
/* End */

/* News Detail Page Style Start*/
.news-detail-content-section {
   /* padding: 42px 28px;*/
    text-align: center;
    padding-bottom: 0px !important;
}

.detail-images-blog {
    width: 100%;
    background-size: cover;
    background-position: center;
}

@media (min-width:768px) {
    .news-detail-content-section {
        text-align: left;
        margin-top: 10px;
    }
}

@media (min-width:1200px) {
    .news-detail-content-section {
        /*padding: 78px 80px 102px;*/
    }
}

@media (min-width:1501px) {
    .news-detail-content-section {
        /*padding: 78px 140px 102px;*/
    }
}
/*End*/

/* Category Detail Page Style Start*/
.category-img-container {
    width: 100%;
    overflow: hidden;
}

.margin-10 {
    margin-bottom: 20px;
}

.detail-img-1 {
    height: 100%;
}

.category-detail-section {
    padding: 14px 16px;
}

.category-detail-section .btn-part {
    display: flex;
    justify-content: center;
}

.category-detail-section .btn-part .category-detail-apply-btn {
    max-width: 216px;
}

.title-section-without-banner-part {
    padding: 30px 28px 0px;
    text-align: center;
}

.awrad-categories-waiting-for-section {
    margin-bottom: 20px;
}

@media (max-width:768px) {
    .img-part-1 {
        margin-bottom: 20px;
    }
}

@media (min-width:768px) {
    .detail-img-1 {
/*        width: 960px;
        height: 100%;*/

        width: 100%;
        height: 100%;
        max-height: 514px;
    }

    .detail-img-2 {
        width: 936px;
        max-height: 421px;
        height: 100%;
    }

    .img-mb-4 {
        margin-bottom: 24px;
    }

    .category-detail-section {
        padding: 14px 28px;
    }

    .category-detail-section .btn-part .category-detail-apply-btn {
        max-width: 216px;
    }

    .title-section-without-banner-part {
        padding: 120px 28px 0px;
        text-align: left;
    }

    .awrad-categories-waiting-for-section {
        margin-bottom: 40px;
    }
}

@media (min-width:900px) {
    .category-detail-section{
        padding: 14px 64px;
    }
}

@media (min-width:992px) {
    .category-detail-section .btn-part .category-detail-apply-btn {
        max-width: 260px;
    }
}

@media (min-width:1200px) {
    .category-detail-section .btn-part .category-detail-apply-btn {
        max-width: 386px;
    }

    .awrad-categories-waiting-for-section {
        margin-bottom: 100px;
    }
}

@media (min-width:1201px) {
    .title-section-without-banner-part {
        padding: 170px 80px 0px;
    }
    .category-detail-section {
        padding: 28px 82px;
    }
}

@media (min-width:1501px) {
    .title-section-without-banner-part {
        padding: 170px 140px 0px;
    }

/*    .category-detail-section {
        padding: 42px 114px 0px;
    }*/
}


@media (min-width:1501px) {
    .category-detail-section {
        padding: 42px 114px 0px;
    }
}


@media (min-width:900px) {
    .title-section-without-banner-part {
        padding: 120px 64px 0px;
    }

    .news-detail-content-section {
        /*  padding: 42px  64px;*/
        margin-top: 30px;
    }

    .recent-blog-section {
        padding: 48px 64px;
    }
}

@media (min-width:1201px) {
    .title-section-without-banner-part {
        padding: 170px 82px 0px;
    }

    .news-detail-content-section {
        /* padding: 78px 82px 102px;*/
        margin-top: 40px;
    }

    .recent-blog-section {
        padding: 98px 82px 102px;
    }

}

@media (min-width:1601px) {
    .title-section-without-banner-part {
        padding: 170px 114px 0px;
    }

    .news-detail-content-section {
       /* padding: 78px 114px 102px;*/
       margin-top: 40px;
    }

    .recent-blog-section {
        padding: 98px 114px 116px;
    }
}

/* Category Detail Page Style End*/


/* Award Categories Page Style Start*/
.award-categories-container {
    padding: 42px 28px;
}

.award-categories-banner-section {
    background-image: url('../images/banner/award-banner-img.png') !important;
}

.award-category-content {
    margin: 16px 0px 28px 0px;
    text-align: center;
}

.award-category-img .category-image {
    width: 100%;
    max-height: 384px;
    height: 100%;
}

@media (min-width:768px) {
    .award-category-content {
        text-align: left;
    }
}

@media (min-width:1200px) {
    .award-categories-container {
        padding: 100px 80px;
    }

    .award-category-content {
        margin: 36px 0px 68px 0px;
    }
}

@media (min-width:1501px) {
    .award-categories-container {
        padding: 100px 140px;
    }
}


@media (max-width: 991px) {
    .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
}

.award-view-more-btn {
    border: 1px solid;
    max-width: 786px;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #000000;
    background: #fff;
    color: #000000;
    font-weight: 600;
}

.award-view-more-btn:hover {
    color: #000;
}


/* tabs */
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    border-bottom: 1px solid #EFEFEF;
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    /*padding: 0px 50px 0px 0px;*/
    height: 31px;
    width: 100px;
    line-height: 14px;
    color: #000000;
    overflow: hidden;
    position: relative;
    display: block;
    width: fit-content;
    margin-right: 30px;
    font-family: Montserrat-Regular;
    font-size: 12px;
}

ul .tabs li:hover {
    background-color: #ccc;
    color: #333;
}

ul.tabs li.active {
    background-color: #fff;
    color: #333;
    border-bottom: 3px solid #000;
    display: block;
}

.tab_container {
    clear: both;
    width: 100%;
    background: #fff;
}

.tab_content {
    padding: 60px 0px 0px;
    display: none;
}

.tab_drawer_heading {
    display: none;
}

.ellipsis-2-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*.tab_content_dynamic {
    opacity: 0;
    transform: translateY(20px);*/ /* Slide down effect */
    /*transition: opacity 0.5s ease, transform 0.5s ease;*/ /* Smooth transition */
    /*display: none;*/ /* Initially hidden */
/*}

.tab_content_dynamic.show {
    opacity: 1;
    transform: translateY(0);*/ /* Move back to original position */
/*}*/

@media screen and (max-width: 580px) {
    .tabs {
        display: none;
    }

    .tab_drawer_heading {
        font-family: Montserrat-Regular;
        font-size: 16px;
        border-bottom: 1px solid #333;
        margin: 0px 0px 14px 0px;
        padding: 5px 20px 5px 0px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 12px;
    }

    .tab_content {
        padding: 10px 0px 0px;
        display: none;
    }
}

@media screen and (min-width: 730px) {
    ul.tabs li {
        padding: 0px 50px 0px 0px;
    }

    ul.tabs li.active {
        margin-right: 30px;
    }
}

@media (min-width:768px) {
    ul.tabs li {
        font-size: 14px;
    }
}

@media (min-width:1200px) {
    ul.tabs li {
        font-size: 16px;
    }
}

@media (min-width:900px) {
    .award-categories-container {
        padding: 42px 64px;
    }
}

@media (min-width:1201px) {
    .award-categories-container {
        padding: 100px 82px;
    }
}

@media (min-width:1601px) {
    .award-categories-container {
        padding: 100px 114px;
    }
}

/* Award Categories Page Style End */



/* Animation Effects Start*/
.scroll-smooth-animate {
    transform: translateY(30px); /* Start off-screen or lower */
    opacity: 0; /* Start invisible */
    transition: transform 1.8s ease-out, opacity 0.6s ease-out; /* Transition properties */
}

.scroll-smooth-animate.visible {
    transform: translateY(0); /* Move to its normal position */
    opacity: 1; /* Fully visible */
}

/* End */

.input-group > .form-select:focus {
    box-shadow: none !important;
}

.input-group > .form-control:focus {
    box-shadow: none !important;
}

/* Custom styles for the form and toast */
.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1050;
}

/* Style for invalid fields after form submission */
.form-control.invalid-field {
    border-color: #dc3545 !important;
}

.form-select.invalid-field {
    border-color: #dc3545;
}

/* Reset border color if field is valid or empty */
.form-control:focus:valid,
.form-control:focus:not(:placeholder-shown) {
    border-color: initial; /* Or use a different color if needed */
}

/* Optional: Styling for invalid fields before form submission */
.form-control.invalid-field:focus {
    border-color: #dc3545;
}

/* Nominate Page Style Start */

.nominate-form-part .nominate-form-input-part {
    flex-direction:column;
}

.nominate-form-part .nominate-form-input-part .nominate-input {
    margin: 0 auto;
}

.nominate-form-part .nominee-info-part {
    margin-top: 12px !important;
}

/* End */


@media(min-width: 1200px) and (max-width: 1500px) {
    .read-post-btn {
        margin: 24px 0px !important;
    }
}

@media screen and (min-device-width: 1400px) and (max-device-width: 1600px) {
    .about-page-about-us-section {
        padding: 148px 82px !important;
    }
}

#Innovation, #Impact, #Culture {
    display: none;
}

.privacy-policy-banner-img {
    background-image: url('../images/privacy-policy/policy-banner.png');
}

.policy-content-container .mb-0 {
    margin-bottom: 0px;
}

.policy-content-container .mb-20 {
    margin-bottom: 20px;
}

.policy-content-container .privacy-lines {
    margin-bottom: 0px !important;
}

.judges-banner-section {
    background-image: url('../images/judges/judge-banner.png');
}

.judges-banner-section {
    background-image: url('../images/judges/judge-banner.png');
}


@media(min-width: 768px) {
    .judges-banner-section {
        margin-top: 50px;
    }
    .privacy-policy-banner-img {
        margin-top: 66px;
    }

    .judges-profile {
        /* gap: 30px;*/
     /*   gap: 10px;*/
    }

    .judges-view {
        margin-bottom: 0px !important;
    }
}

@media(min-width: 1200px) {
    .privacy-policy-banner-img {
        margin-top: 76px;
    }

    .judges-profile {
         gap: 30px;
    }
}


@media(min-width: 1500px) {
    .judges-banner-section {
        margin-top: 65px;
    }
    .privacy-policy-banner-img {
        margin-top: 98px;
    }
}

.home-waiting-for-section .nominate-now-btn {
    max-width: 200px;
}

@media(min-width: 992px){
    .home-waiting-for-section .nominate-now-btn {
        max-width: 248px;
    }
}

@media(min-width: 1200px) {
    .home-waiting-for-section .nominate-now-btn {
        max-width: 290px;
    }
}

.important-instruction-section .check-list-content-part {
    max-width: 700px;
}

.category-detail-section .btn-part {
    margin-top: 20px;
}

@media(min-width: 768px) {
    .category-detail-section .btn-part {
        margin-top: 40px;
    }
}

@media(min-width: 1024px) {
    .category-detail-section .btn-part {
        margin-top: 60px;
    }
}

@media(min-width: 1200px) {
    .category-detail-section .btn-part {
        margin-top: 80px;
    }
}

.news-item {
    cursor: pointer;
}

.news-img {
    border-radius: 35px;
}

.link-profile {
    color: unset;
    text-decoration: none;
}

.link-profile:hover {
    color: unset;
    text-decoration: none;
}

.text-wrapper {
    max-height: 335px; /* Adjust this based on your design */
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.expanded {
    max-height: 100% !important;
}


.our-judge-heading-title {
    font-size: 16px;
}

/*@media(min-width: 768px) {
    .category-detail-section .btn-part {
        margin-top: 40px;
    }
}*/
@media(min-width: 992px) {
    .our-judge-heading-title {
        font-size: 24px;
        line-height: 30px;
    }
}
@media(min-width: 1400px) {
    .our-judge-heading-title {
        font-size: 28px;
        line-height: 36px;
    }
}


/* Enter Now Process Page Style Start */
.enter-now-process-container {
    /*padding: 42px 28px;*/
    padding: 0px 28px 20px;
    text-align: center;
}

.enter-now-process-container .enter-process-text {
    margin: 20px 0px 10px;
   
}

.enter-now-process-container .process-content-part {
    padding: 25px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    text-align: center;
    display: block;
    height: 100%;
}

@media(min-width: 768px) {
    .enter-now-process-container {
        text-align: left;
    }
}

@media(min-width: 900px) {
    .enter-now-process-container {
        padding: 20px 64px 30px;
    }
}

@media(min-width: 1201px) {
    .enter-now-process-container {
        padding: 20px 82px 40px;
    }

    .enter-now-process-container .enter-process-text {
        margin: 40px 0px 10px;
    }
}

@media(min-width: 1601px) {
    .enter-now-process-container {
        padding: 20px 114px 80px;
    }
}

@media(min-width: 768px) {
    .category-award-item {
        width: 49% !important;
    }

    .blog-item-space {
        width: 32%;
    }
}

@media(min-width: 671px) and (max-width: 767px) {
    .footer-menu-item {
        width: 25%;
    }
}

/* Register Section Styles */
.register-section {
    background-color: #000;
    color: #fff;
    /*padding: 100px 0;*/
    padding: 40px 0px;
    text-align: center;
}


@media(min-width: 768px) {

}



.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.register-title {
    /*font-size: 2.5rem;*/
    /* font-family: 'Times New Roman', serif;*/
    font-size: 1.5rem;
    font-family:'DMSerifText-Regular';
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-weight: normal; /* Adjust font weight */
}



@media(min-width: 992px) {

    .register-title::before, .register-title::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 80px; /* Increased line length */
        height: 1px;
        background-color: #fff;
    }

}

.register-title::before {
    left: -100px; /* Adjusted spacing */
}

.register-title::after {
    right: -100px; /* Adjusted spacing */
}

.register-subtitle {
    font-size: 1rem;
    margin-bottom: 40px;
    font-weight: normal;
}

.contact-details {
    display: flex;
    justify-content: center;
    gap: 150px;
    margin-bottom: 40px;
}

.contact-item {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-item p {
    margin: 5px 0;
    font-weight: normal;
}

.register-form {
    max-width: 800px;
    margin: 0 auto;
}

.form-row {
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 20px;*/
}

.form-row input, .register-form input, .register-form textarea, .register-form select {
    width: 30%;
    padding: 8px 0 12px; /* Reduced padding */
    margin-bottom: 20px;
    border: none; /* Removed all borders */
    /*border-bottom: 1px solid #ccc; */
    border-bottom: 2px solid #3e3e3d;
    box-sizing: border-box;
    font-size: 1rem;
    background-color: transparent; /* Removed background */
    color: #fff;
    font-weight: normal;
}

.register-form textarea {
    width: 100%;
    resize: vertical;
    font-weight: normal;
    padding: 8px 0; /* Reduced padding */
    border: none;
    /*border-bottom: 1px solid #ccc;*/
    border-bottom: 2px solid #3e3e3d;
}

.register-form select {
    width: 100%;
    resize: vertical;
    font-weight: normal;
    padding: 8px 0; /* Reduced padding */
    border: none;
    /*border-bottom: 1px solid #ccc;*/
    border-bottom: 2px solid #3e3e3d;
    background: none;
}

.register-form option {
    color: #000;
}

.submit-button {
    background-color: #C39068;
    color: #fff;
    padding: 15px 30px;
    border: none;
    /* border-radius: 4px;*/
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: block;
    /*margin: 20px auto 0;*/
    width: 100%;
    max-width: 162px;
}

.submit-button:hover {
    background-color: #b58863;
}

.register-btn-part {
    display: flex;
    justify-content:center;
}

@media(min-width: 768px) {
    .register-btn-part {
        justify-content: end;
    }

    .register-title {
        font-size: 2rem;
    }
}

@media(min-width: 992px) {
    .register-title {
        font-size: 2.5rem;
    }
}

@media(min-width: 1024px) {
    .form-row input, .register-form input, .register-form textarea {
        margin-bottom: 26px;
    }
}

@media(min-width: 1200px) {
    .register-section {
        padding: 100px 0;
    }

}

@media(min-width: 1800px) {
    .register-title {
        font-size: 3rem;
    }
}



/* Remove Font Awesome Icons */
.fas {
    display: none; /* Hide Font Awesome icons */
}


.btn-subsribe-box {
    text-transform: capitalize;
    width: fit-content !important;

}
.btn-subsribe-box .right-icon {
    margin-left: 18px;
}

.social-icon-box {
    display: flex;
    justify-content: space-between;
}

@media(max-width: 767px) {
    .btn-subsribe-box {
        width: 100%;
        max-width: 100%;
    }

    .social-icon-box {
        width: 90%;
    }

    .social-icon-box .cls-icon {
        width: 16px;
    }

    .social-icon-box .i-fb {
        width: 10px;
    }
}

@media(min-width: 768px) {
    .btn-subsribe-box {
        width: 100%;
        max-width: 100%;
    }

    .social-icon-box {
        /*width: 36%;*/
        width: 30%;
    }

    .social-icon-box .cls-icon {
        width: 18px;
    }

    .social-icon-box .i-fb {
        width: 10px;
    }
}

@media(min-width: 992px) {

    .social-icon-box {
        /*width: 30%;*/
        width: 25%;
    }

    .social-icon-box .cls-icon {
        width: 24px;
    }

    .social-icon-box .i-fb {
        width: 12px;
    }
}

@media(min-width: 1300px) {
    .social-icon-box {
        width: 15%;
    }
}

@media(min-width: 1600px) {
    .social-icon-box {
        width: 15%;
    }
}


/* New Footer Logo Box Part Style Start */
.footer-logo-box {
    display: flex;
    flex-direction: column;
    align-items:center;
}

footer .main-title {
    margin-top: 14px;
}

@media(min-width: 768px) {
    .footer-logo-box {
        align-items: flex-start;
    }

    /*.footer .main-title {
        font-size: 18px;
        width: 100%;
        max-width: 300px;
    }*/
}

@media(min-width: 900px) {
    .footer {
        padding: 50px 64px 15px 64px;
    }
}

@media(min-width: 1201px) {
    .footer {
       /* padding: 50px 82px 15px 82px;*/
        padding: 50px 82px 15px 82px;
    }
}

@media(min-width: 1601px) {
    .footer {
        /* padding: 50px 82px 15px 82px;*/
        padding: 50px 114px 15px 114px;
    }
}

#awardType {
    width: 100% !important;
}

/*.form-row input, .register-form input, .register-form textarea*/

.register-form input:focus-visible, textarea:focus-visible, select:focus-visible {
    outline: none;
}

.register-form input::placeholder, textarea::placeholder {
    color: #fff;
}

.footer .terms-part {
    margin-top: 30px;
}

.footer .terms-part .social-icon-part {
    justify-content:center;
}

.footer .terms-part .social-icon-part .icon-tik-tok-footer {
    margin-right: 0px !important;
}

.footer .terms-part .terms-bottom-line {
    border-bottom: 2px solid #ccc;
    padding-bottom: 30px;
}

.footer .terms-part .terms-title .terms-color {
    color: #ccc !important;
}

.all-right-reserved-part .color-gray {
    color: #ccc;
}

.footer .subscribe-part .subscribe-form-part .subscribe-input-field {
  border: 1px solid #000;
}

@media(min-width: 768px) {
    .footer .terms-part .social-icon-part {
        justify-content: flex-start;
    }
    .footer .terms-part .social-icon-part .icon-tik-tok-footer {
        margin-right: 22px !important;
    }
    .footer .terms-part .terms-bottom-line {
        width: 65%;
    }
}

@media(min-width: 992px) {
    .footer .terms-part .terms-title {
        margin-bottom: 30px !important
    }
}

.model-f-logo-img {
    width: 196px;
}

.model-head-title {
    /*    font-size: 18px;
    margin: 20px 0;*/

    font-size: 24px;
    margin: 20px 0;
}

.modal-header {
    border: none;
}

.modal-footer {
    border: none;
}

.cross-icon-btn {
    border: none;
    background: none;
    font-size: 26px;
    color: #C39068;
    font-weight: 500;
}

.input-download-part {
    margin: 30px 0 40px;
}

.input-download-part .input-download-field {
    padding: 14px 14px;
    width: 60%;
}

.input-download-part .downloadBtn {
    background-color: #C39068;
    color: #fff;
    border: navajowhite;
    padding: 15px 29px;
    margin-left: 10px;
}

.modal-content {
    border-radius: 0px;
}


@media(max-width: 768px) {
    .model-f-logo-img {
        width: 150px;
    }

    .model-head-title {
        font-size: 18px;
        margin: 14px 0;
    }

    .input-download-part {
        margin: 20px 0 20px;
    }

    .input-download-part .input-download-field {
        padding: 14px;
        width: 100%;
    }

    .input-download-part .downloadBtn {
        background-color: #C39068;
        color: #fff;
        border: none;
        padding: 15px 30px;
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
    }
}

/* New FAQ Section Style Start */
.faq-title {
    font-size: 1.5rem;
    font-family: 'DMSerifText-Regular';
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-weight: normal; /* Adjust font weight */
    margin: 20px 0;
}

.faq-title::before {
    left: -100px; /* Adjusted spacing */
}

.faq-title::after {
    right: -100px; /* Adjusted spacing */
}

.faq-main-container {
    padding: 20px 16px;
}

.faq-main-container .faq-question-part {
    text-align: center;
}

.faq-main-container .faq-question-part .faq-question-box {
    width: 100%;
    /* padding: 20px 0px;*/
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
}

.faq-main-container .faq-question-part .faq-question-box .faq-content-part {
    font-family: 'Montserrat-Regular';
}

.faq-main-container .faq-question-part .faq-question-box .faq-icon-part .icon-faq {
    width: 100%;
    max-width: 20px;
    max-height: 20px;
}

.faq-main-container .faq-question-part .faq-question-box .faq-content-part .question-title {
    font-family: 'Montserrat-SemiBold';
    font-weight: 700;
}

@media(min-width: 768px) {
    .faq-title {
        font-size: 2rem;
    }

    .faq-main-container {
        padding: 30px 28px;
    }

    .faq-main-container .faq-question-part {
        text-align: left;
    }

    .faq-main-container .faq-question-part .faq-question-box {
        max-width: 400px;
        flex-direction: row;
        padding: 20px 0px;
    }

    .faq-main-container .faq-question-part .faq-question-box .faq-icon-part {
        margin-right: 20px;
        width: 10%;
    }

    .faq-main-container .faq-question-part .faq-question-box .faq-content-part {
        width: 90%;
    }

    .faq-main-container .faq-question-part .faq-question-box .faq-icon-part .icon-faq {
        max-width: 30px;
        max-height: 30px;
    }

}

@media(min-width: 900px) {
    .faq-title {
        margin: 24px 0px;
    }

    .faq-main-container {
        padding: 30px 64px;
    }
}

@media(min-width: 992px) {
    .faq-title::before, .faq-title::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 80px; /* Increased line length */
        height: 1px;
        background-color: #000;
    }

    .faq-title {
        font-size: 2.5rem;
    }
}

@media(min-width: 1201px) {
    .faq-main-container {
        padding: 30px 82px;
    }

    .faq-title {
        margin: 40px 0px 46px;
    }

    .faq-main-container .faq-question-part .faq-question-box {
        padding: 20px 0px 30px;
    }
}

@media(min-width: 1601px) {
    .faq-main-container {
        padding: 30px 114px;
    }

    .faq-row {
        width: 90%;
        margin: 0px auto;
    }
}

@media(min-width: 1800px) {
    .faq-title {
        font-size: 3rem;
    }
}

/* New FAQ Section Style End */

/* Team Profile SLider Start */
.team-content-part {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
}

.team-content-part .team-profile-box {
    display: flex;
    justify-content: center;
    align-items: center;
   /* background: #EFEFEFEF;*/
    border-radius: 50%;
}

.team-content-part .team-content {
    width: 75%;
}

.faq-main-container .carousel-control-prev .carousel-control-prev-icon {
    background-image: unset;
}

.faq-main-container .carousel-control-next .carousel-control-next-icon {
    background-image: unset;
}


@media(min-width: 768px) {
    .team-content-part {
        flex-direction: row;
        text-align: left;
    }

    .team-content-part .team-profile-box {
/*        margin-right:20px;*/
        width: 180px;
        height: 180px;
    }
}

@media(min-width: 1200px) {
    .team-content-part .team-profile-box {
       /* margin-right: 20px;*/
        width: 220px;
        height: 220px;
    }

    .team-content-part {
        width: 90% !important;
        margin: 0 auto;
    }

    .faq-main-container .carousel-control-prev {
        left: 0;
        top: 50px;
        width: 100px;
        height: 100px;
    }

    .faq-main-container .carousel-control-next {
        right: 0;
        top: 50px;
        width: 100px;
        height: 100px;
    }

    .faq-main-container .carousel-control-prev .carousel-control-prev-icon {
        background-image: url('../images/faq/prev-arrow-icon.svg');
    }

    .faq-main-container .carousel-control-next .carousel-control-next-icon {
        background-image: url('../images/faq/next-arrow-icon.svg');
    }
}

.main-heading-title {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.faq-logo-img {
    width: 150px;
    margin-bottom: 12px;
}

.faq-logo-part {
    text-align: center;
}

.faq-main-container .global-content-part {

    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.faq-main-container .faq-count-main-box {
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: center;
    margin-top: 12px;
}

.faq-main-container .global-content-part .main-head-title {
    font-family: 'DMSerifText-Regular';
    width: 100%;
    font-size: 1.2rem;
    line-height: 28px;
}

.faq-main-container .global-content-part .count-part {
    display: flex;
    justify-content: center;
    width: 100%;
}

.faq-main-container .global-content-part .count-part .count-submission {
    margin-right: 30px;
}

.faq-main-container .global-content-part .count-part .count-title {
    font-size: 34px;
    font-family: 'DMSerifText-Regular';
    color: #C39068;
}

.faq-main-container .global-content-part .count-part .count-sub-title {
    font-size: 14px;
    font-family: 'DMSerifText-Regular';
}

@media (max-width: 768px) {
    .count-container-part {
        padding-bottom: 0px;
    }
}

@media (min-width: 540px) {
    .main-heading-title {
        font-size: 20px;
        line-height: 30px;
    }

    .faq-main-container .global-content-part .main-head-title {
        width: 100%;
        font-size: 1.5rem;
        line-height: 30px;
    }
}

@media (min-width: 768px) {
    .main-heading-title {
        font-size: 20px;
        width: 100%;
        max-width: 300px;
        text-align: left;
        margin:0px;
    }

    .faq-logo-part {
        text-align: left;
    }

    .faq-main-container .global-content-part .count-part {
        /* margin-top: 20px;
       justify-content: left;*/
    }

    .faq-main-container .global-content-part {
        /* width: 66%;*/
        flex-direction: row;
    }

    .faq-main-container .faq-count-main-box {
        text-align: left;
        margin: 0px;
    }

    .faq-main-container .global-content-part .count-part .count-title {
        /*font-size: 40px;*/
    }

    .faq-main-container .global-content-part .count-part .count-sub-title {
        /*font-size: 14px;*/
        font-size: 16px;
    }

    .faq-main-container .global-content-part .main-head-title {
        /*font-size: 16px;*/
    }
}

@media (min-width: 900px) {
    .faq-main-container .global-content-part .main-head-title {
        line-height: 34px;
    }
}

@media (min-width: 1200px) {
    .main-heading-title {
        font-size: 26px;
        line-height: 40px;
        max-width: 440px;
    }

    .faq-main-container .global-content-part .main-head-title {
        font-size: 1.8rem;
        line-height: 40px;
        width: 50%;
    }

    .faq-main-container .global-content-part .count-part .count-title {
        font-size: 40px;
    }

    .faq-main-container .global-content-part .count-part {
        width: 35%;
    }
}

@media (min-width: 1400px) {
    .main-heading-title {
        font-size: 30px;
        line-height: 42px;
        max-width: 530px;
    }

    .faq-logo-img {
        width: 200px;
    }

    .faq-main-container .global-content-part .main-head-title {
        font-size: 2.0rem;
    }
}


@media (min-width: 1600px) {
    .faq-main-container .global-content-part .main-head-title {
        font-size: 2.5rem;
        line-height: 54px;
    }

}
 /* End */
.check-mark-img {
    width: 60px;
    height: 60px;
}

.disable-btn {
 opacity: 0.8;
 cursor: unset !important;
}
