/* Small Mobile - START (320 * 440) */
@media (min-width: 320px) and (max-width: 440px) {

    .ptb {
        padding: 40px 0;
    }

    .heading h4 {
        font-size: 30px;
    }

    .heading p {
        font-size: 20px;
    }

    .modal-body {
        padding: 30px 10px 20px;
        z-index: 9999;
    }

    .modal-body .modal_img {
        border-right: none;
        margin-bottom: 20px;
    }

    .modal-body .modal_img img {
        height: 200px;
        width: auto;
    }

    .modal-body .modal_img h4 {
        font-size: 22px;
    }

    .modal-body .modal_form h4 {
        padding-top: 20px;
        margin-top: 20px;
        font-size: 24px;
        border-top: 1px solid #6d8ea3;
    }


    .header_part img {
        height: 45px;
        transition: 0.4s;
    }




    .banner_text {
        padding: 130px 20px 80px;
        text-align: center;
    }

    .banner_text h6 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .banner_text h2 {
        font-size: 40px;
    }

    .banner_text p {
        width: 100%;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.6;
    }


    .banner_text img {
        height: 350px;
        margin-top: 20px;
    }

    .about_text {
        padding: 20px 10px;
    }

    .categories_item img {
        height: 250px;

    }

    .awards {
        border-radius: 20px;
        padding: 30px 10px 10px;
    }

    .awards h3 {
        font-size: 30px;
    }

    .winners_slide .left_arrow {
        left: 40%;
    }


    .winners_slide .right_arrow {
        right: 40%;
    }


    .stats_part {

        clip-path: polygon(0 5%, 50% 0, 100% 5%, 100% 100%, 50% 95%, 0 100%);
        padding: 100px 0 100px;
    }

    .stats_text h2 {
        font-size: 30px;
        padding: 10px;
        padding: 0;
    }

    .counter_item {
        text-align: center;
        background: rgba(0, 0, 0, 0.589);
        margin: 10px;
        padding: 20px;
        border-radius: 10px;
      }

      .counter_item p {
        font-size: 35px;
      }

      .judging_text h6 {
        font-size: 20px;
      }

      .judging_item {
        padding: 40px 15px;
        box-shadow: 2px 2px 8px 3px #DEDEDE;
        border-radius: 10px;
        margin: 15px 12px;
        background: #ffffff;
        position: relative;
      }


      .subscrive_text h6 {
        font-size: 14px;
        padding-bottom: 10px;
      }
      .subscrive_text h5 {
        font-size: 20px;
      }

   
      .footer_content {
        margin: 20px;
      }
      .footer_content .footer_logo {
        height: 50px;
      }
      .bottom_part p {
        font-size: 14px;
        text-align: center;
        padding-bottom: 10px;
      }

      .bottom_part h6 {
        text-align: center;
        font-size: 14px;
        
      }


      .breadcrumb_part {
        padding: 130px 0 50px;
      }

      .breadcrumb_part h1 {
        font-size: 25px;
        padding-bottom: 20px;
      }


























}

/* Small Mobile - END (320 * 440) */
/*---------------------------------------------------------------------------------------------------------------------*/
/* Medium Mobile - START (441 * 575)*/
@media (min-width: 441px) and (max-width: 575px) {}

/* Medium Mobile - END (441 * 575) */
/*---------------------------------------------------------------------------------------------------------------------*/
/* Large Mobile - START (576 * 764)*/
@media (min-width: 576px) and (max-width: 764px) {}

/* Large Mobile - END  (576 * 764)*/
/*---------------------------------------------------------------------------------------------------------------------*/
/*  TAB - START (765 * 991)*/
@media (min-width: 765px) and (max-width: 991px) {}

/*  TAB - END (765 * 991)*/
/*---------------------------------------------------------------------------------------------------------------------*/
/*  Laptop - START (992 * 1199)*/
@media (min-width: 992px) and (max-width: 1199px) {}

/*  Laptop - END (992 * 1199)*/
/*---------------------------------------------------------------------------------------------------------------------*/
/*  Destop - START (1200 * 1300)*/
@media (min-width: 1200px) and (max-width:1500px) {}

/*  Destop - END (1200 * 1500)*/
/*---------------------------------------------------------------------------------------------------------------------*/