@media screen and (min-width: 1200px) and (max-width: 1400px) {

    .nav-items ul li {
      margin-left: 45px;
    }

    .quota-2 {
        right: 16%;
    }

    .event-img2 img {
        height: 430px;
    }

    .test-text p {
        line-height: 26px;
    }

    .form-left-title ul li {
        font-size: 20px;
    }


	
}

/* FOR-LG-START */
@media screen and (min-width: 992px) and (max-width: 1199px) {

    .event-img2 img {
        height: 341px;
    }

    .nav-items ul li {
        margin-left: 30px;
    }

    .nav-items ul li a {
        font-size: 15px;
    }

    .nav-items ul li .nav-btn {
        margin-left: 0px;
    }

    .hero-title h2 {
        font-size: 43px;
    }

    .hero-btm-inner p {
        font-size: 21px;
    }

    .quota-2 {
        right: 24%;
    }

    .join-us-inner {
        height: 517px;
    }


	


	

	
} 

/*FOR-TABLATE-START*/
@media screen and (min-width: 768px) and (max-width: 991px) {

    
    .menu-bar {
        display: block;
    }

    .header-inner .nav-items {
        display: none;
    }

    .hero-area .col-lg-7 {
        order: 2;
    }

    .hero-area .col-lg-5 {
        order: 1;
    }

    .who-we-are-area .col-lg-6:first-of-type {
        order: 2;
    }

    .who-we-are-area .col-lg-6:last-of-type {
        order: 1;
    }

    .who-right {
        text-align: center;
        margin-top: 0px;
        padding-bottom: 25px;
    }

    .quota-2 {
        right: 67%;
    }

    .who-we-are-area {
        padding: 90px 0 50px;
    }

    .past-sponsors-area .attendees-main-content {
        grid-gap: 32px;
    }

    .form-right {
        padding: 8px 17px 24px;
    }

    .form-left-title h2 {
        font-size: 31px;
        line-height: 40px;
    }

    .form-left-title ul li img {
        width: 30px;
        height: 30px;
        margin-right: 4px;
    }

    .form-left-title ul li {
        font-size: 16px;
    }

    .past-sponsors-area {
        padding: 0px 0 81px;
    }

    .event-img2 img {
        height: 252px;
    }

    .upcoming-content h4 {
        font-size: 22px;
        line-height: 34px;
    }

    .esteemed-panel-main-content .attendees-img {
        min-height: 111px;
    }

}

/*FOR-MOBIL-START*/
@media screen and (max-width: 767px) {

    .menu-bar {
        display: block;
    }

    .header-inner .nav-items {
        display: none;
    }

    .hero-area .col-lg-7 {
        order: 2;
    }

    .hero-area .col-lg-5 {
        order: 1;
    }

    .hero-area {
        padding: 0;
    }

    .hero-left {
        padding-top: 0px;
    }

    .hero-title h2 {
        font-size: 29px;
        line-height: 38px;
    }

    .hero-title p {
        font-size: 15px;
        margin: 14px 0;
        line-height: 26px;
    }

    .hero-btn2 a {
        font-size: 20px;
    }

    .hero-btn1 a{
        padding: 12px 18px;
    }

    .hero-btn2 a img {
        width: 70px;
    }

    .hero-btn1 {
        padding-right: 6px;
    }

    .hero-btm-inner h2 {
        font-size: 38px;
        line-height: 60px;
    }

    .hero-btm-inner p {
        font-size: 16px;
    }

    .hero-btm-inner2 {
        padding: 0 22px;
    }

    .who-we-are-area .col-lg-6:first-of-type {
        order: 2;
    }

    .who-we-are-area .col-lg-6:last-of-type {
        order: 1;
    }

    .who-we-are-area {
        padding: 54px 0 30px;
    }

    .who-we-left {
        padding: 30px 0 0;
    }

    .who-we-left h2 {
        font-size: 25px;
        line-height: 32px;
        margin: 12px 0;
    }

    .who-we-left p {
        margin: 0 0 18px;
        line-height: 27px;
    }

    .quota-2 {
        right: 50%;
        bottom: 16px;
    }

    .quota-box {
        padding: 25px 27px 2px 50px;
    }

    .join-us-title h2 {
        font-size: 26px;
        line-height: 42px;
    }

    .join-us-inner {
        padding: 12px 15px 0;
        height: 100%;
    }

    .join-us-title p {
        font-size: 20px;
        line-height: 31px;
        margin: 10px 0 30px;
    }

    .join-us-img  {
        right: 5px;
        left: 5px;
    }

    .join-us-inner::after {
        width: 317px;
        height: 217px;
        bottom: -12%;
    }

    .upcoming-event {
        padding: 110px 0 0px;
    }

    .upcoming-title p {
        font-size: 15px;
        line-height: 23px;
    }

    .upcoming-title p br {
        display: none;
    }

    .main-content2 .owl-theme .custom-nav {
        top: -15%;
    }

    .upcoming-content h4 {
        font-size: 21px;
        line-height: 31px;
        margin: 12px 0 0;
    }

    .some-moment-area .row .col-lg-7 {
        width: 100%;
        flex-basis: 100%;
    }

    .some-moment-area .row .col-lg-5 {
        width: 100%;
        flex-basis: 100%;
    }

    .esteemed-panel-main-content {
        grid-template-columns: repeat(3,1fr);
        grid-gap: 20px;
    }

    .esteemed-panel-main-content .attendees-img {
        min-height: 82px;
    }

    .upcoming-title {
        padding: 0 0 40px;
    }

    .upcoming-event  .upcoming-title {
        padding: 15px 0 70px;
    }

    .testimonials-area {
        padding: 40px 0 0px;
    }

    .test-content-wrapper {
        background-color: #ffffff;
        padding: 29px 32px 22px 35px;
        min-height: initial;
    }

    .test-area-bg .main-content {
        display: none;
    }

    .test-area-bg .test-sm {
        display: block;
    }

    .test-content-wrapper {
        margin-bottom: 20px;
    }

    .past-sponsors-area {
        padding: 36px 0 0px;
    }

    .form-left-title h2 {
        font-size: 24px;
        line-height: 32px;
        padding-left: 23px;
        margin: 30px 0 30px;
    }

    .form-left-title ul li {
        padding: 0 0 16px;
        font-size: 15px;
    }

    .form-left-title ul li img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 4px;
    }

    .form-right {
        padding: 10px 17px 34px;
        margin-top: 20px;
    }

    .form-input label {
        font-size: 16px;
        line-height: 21px;
        margin: 0 0 8px;
    }

    .form-input {
        padding: 0 0 18px;
    }

    .form-submit input {
        font-size: 16px;
        padding: 12px 20px;
    }

    .form-area {
        padding: 0 0 50px;
    }

    .social-area {
        padding: 30px 0;
    }

    .event-gallery-area .col-lg-3 {
        width: 45%;
        flex-basis: 45%;
    }

    .event-gallery-area .col-lg-4 {
        width: 55%;
        flex-basis: 55%;
    }

    .event-gallery-area .col-lg-5 {
        width: 100%;
        flex-basis: 100%;
        margin-top: -7px;
    }

    .event-img2 img {
        height: 280px;
        object-fit: cover;
    }

    .some-moment-area {
        padding: 30px 0;
    }

    .header-area {
        background-color: #FAFCFF;
        padding: 18px 0 10px;
    }

    .star {
        z-index: -1;
    }

    .past-sponsors-area .attendees-main-content {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 35px 35px;
        align-items: center;
    }

    .test-logo img {
        max-width: 125px;
    }

    .quota-icon img {
        max-width: 30px;
    }

    .past-sponsors-area .upcoming-title {
        padding: 0 0 15px;
    }

    .test-content-wrapper {
        padding: 24px 16px 15px 21px;
    }

    .test-top-cnt {
        padding: 0 0 12px;
    }

    .test-area-bg {
        padding: 38px 0 21px;
    }

    .upcoming-title h2 {
        font-size: 28px;
    }



    

    


    


   

	



}




		
		         
