

@media (max-width:1350px){
	.Bnr_Date {
		text-align: center;
		padding: 0px 0 25px;
	}
	.Bnr_btndv {
		padding: 25px 0 25px;
	}
	.bnrLogo img {
		max-width: 250px;
	}
	.bnrLogo {
		margin-bottom: 20px;
	}
}
@media (max-width:1170px){
	.awards_left {
		padding-left: 20px;
	}
	.mn_menu ul li a{
		font-size: 15px;
	}
	.testimonial_sl button.slick-arrow {
		bottom: 0;
	}
	.testimonial_sl {
		margin-bottom: 40px;
	}
	.overview_scn:after{display:none;}
    .Award_Cate {
        padding: 15px 0;
    }
    .participationUl {
        flex-wrap: wrap;
    }
    .bannervideo {
        height: 100vh;
    }
    
}

@media (max-width:1024px){
	.main_screen .theme h1 {
        font-size: 40px;
        line-height: 52px;
    }
    .main_screen .theme .bnr_2nd_hd {
        font-size: 30px;
        line-height: 36px;
    }
    .main_screen .theme h1.bnr_3nd_hd {
        font-size: 20px;
        line-height: 24px;
        margin-top: 15px;
    }
    .themelogo img {
        max-width: 320px;
    }
    .main_screen .theme {
        display: block;
        padding: 100px 0 50px;
    }
    .right_blk {
        padding-left: 15px;
        padding-right: 15px;
    }
	
}
@media (max-width:991px){
	
}

@media (max-width:991px){
	header {
		background:#fff;
		transition: 0.5s all ease;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
        z-index: 9999 !important;
	}
	body.js--mobile-menu-active {
		overflow: hidden;
	}
	.fixedHeader, .js--mobile-menu-active header{
		background: #fff;
		height: 54px;
		box-shadow: 0px 0px 15px rgb(0 0 0 / 14%);
		transition: 0.5s all ease;
	}
	.mn_menuscroll {
		height: 0px;
		overflow-y: scroll;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		width: 100%;
		transition: 0.5s all ease;
	}
	.js--mobile-menu-active .mn_menuscroll {
		height: 100vh;
		transition: 0.5s all ease;
		margin-top: 45px;
	}
	.mn_menu {
		height: auto;
		display: block;
	}
	.mn_menu ul {
		display: block;
	}
	.mn_menu ul li {
		margin: 0 0;
		display: block;
		padding: 0px;
	}
	.mn_menu ul li a {
		font-size: 14px;
		line-height: 22px;
		border-bottom: 1px solid #f6a31c;
		padding: 8px 0;
        color: #000;
        font-weight: 500;
	}
	.mn_menu ul li a:before {
		display: none;
	}
	.mn_menu ul li ul {
		position: static;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		display: none;
		padding: 0px 0;
	}
	.mn_menu ul li ul li a {
		font-size: 14px;
        padding: 8px 14px;
        padding-left: 20px;
	}
    
    .mn_menu ul li ul ul li a {
        padding-left: 30px;
    }
    .mn_menu ul li ul ul ul li a {
        padding-left: 40px;
    }
    .mn_menu > ul > li:hover > a, .mn_menu > ul > li.active > a {
        color: #000;
        transition: 0.5s all ease;
    }
    .mn_menu > ul > li > ul > li:hover > a {
        background: #fff;
        color: #000;
    }
	.click_menu_i {
		position: absolute;
		top: 0;
		right: 0;
		width: 45px;
		height: 39px;
		background: #2cafaf;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.click_menu_i i {
		color: #fff;
		transition: 0.5s all ease;
	}
	.Li_icon_add i {
		transform: rotate(45deg);
		transition: 0.5s all ease;
	}
	header:hover, .fixedHeader {
        background: #fff;
    }
    .header, .header_fixed {
        background: #fff;
        text-align: center;
        padding: 14px 10px;
    }
    .js--mobile-menu-active .header {
        background: #fff;
    }
	/*Icon css*/
	.menu_icon {
		width: 30px;
		height: 22px;
		cursor: pointer;
		transition: 0.5s all ease;
		display: block;
		position: relative;
		z-index: 999;
		margin-left: 0;
        margin: 0 auto;
	}
	.menu_icon .CL_MNU {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 2px;
		background: #000;
		transition: 0.5s all ease;
	}
	.fixedHeader .menu_icon .CL_MNU, .js--mobile-menu-active .menu_icon .CL_MNU{
		background: #000;
	}
    header:hover .menu_icon .CL_MNU{
        background: #000;
    }
	.menu_icon .CL_MNU:nth-child(1) {
		top: 0px;
	}
	.menu_icon .CL_MNU:nth-child(2) {
		top: 8px;
	}
	.menu_icon .CL_MNU:nth-child(3) {
		top: 16px;
	}
	.js--mobile-menu-active .CL_MNU:nth-child(1) {
		transform: rotateZ(45deg);
		transition: 0.5s all ease;
		top: 8px;
	}
	.js--mobile-menu-active .CL_MNU:nth-child(2) {
		display: none;
		transition: 0.5s all ease;
	}
	.js--mobile-menu-active .CL_MNU:nth-child(3) {
		transform: rotateZ(-45deg);
		transition: 0.5s all ease;
		top: 8px;
	}

	.capy_rt {
		font-size: 14px;
		line-height: 18px;
		padding: 10px;
	}
    .backgroundRtImg {
        margin-top: 0;
    }
    .OverItemTx2 {
        height: 165px;
    }
    .Target_Ul {
        column-count: 2;
    }
    .bnrLogo .bnrLogo1 img {
        max-width: 160px;
    }
    .innerBanner .bnrLogo .bnrLogo1 img {
        max-width: 130px;
    }
    .side_btn a {
        font-size: 14px;
    }
    .side_btn {
        right: -93px;
    }
    .AwardsCategoriesbx {
        margin-bottom: 30px;
    }
    .accommodation .icon_contest .info_blk table td span {
        line-height: 20px !important;
        font-size: 14px !important;
    }
    
    footer .row .col-md-4:first-child {
        margin-bottom: 20px;
    }
    footer .row .col-md-4 {
        -ms-flex: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .social_bx {
        text-align: center;
        margin-top: 30px;
    }
    .Character_bx {
        width: 50%;
    }
    .bannervideo, #maincontainer, .right_blk {
        height: auto;
    }
    .bannervideo {
        height: 100% !important;
    }
}
@media (max-width:767px){
	.main_screen .theme h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .main_screen .theme .bnr_2nd_hd {
        font-size: 26px;
        line-height: 34px;
    }
    .team .team-text {
        padding-left: 0;
        padding-top: 50px;
    }
    .team .team-img {
        width: 92%;
        margin: 0 auto;
    }
    .team {
        padding: 75px 0;
    }
    .team2 .team-text {
        padding: 0;
        padding-bottom: 50px;
    }
    .section-block-full > .container > .row > .col:first-child {
        padding: 30px;
        min-height: auto;
    }
    .HD_2 {
        font-size: 26px;
        margin-bottom: 15px;
        line-height: 30px;
    }
    .col h4 {
        font-size: 17px;
        line-height: 24px;
    }
    .section-block-full > .container > .row > .col {
        max-width: calc(80% - 30px);
    }
    .section-block-right > .container > .row > .col:last-child {
        display: none;
    }
}

@media (max-width:575px){
	.prodLogo img {
		max-width: 290px;
	}
	.Bnr_btn {
		min-width: 171px;
		font-size: 15px;
		line-height: 18px;
    	height: 56px;
	}
	.ComingSoon {
		font-size: 11px;
	}
	.venue_tx p {
		line-height: 22px;
		font-size: 15px;
	}
	.overview_ul li {
		width: 100%;
	}
	.archive .archive_blk .links ul li {
		width: 300px;
	}
	.archive .archive_blk::after {
		top: 120px;
		display: block;
		height: 65%;
		width: 1px;
		left: 50%;
	}
	body h1 {
		font-size: 30px;
		line-height: 34px;
	}
	
	.ProgramAgenda_bx{width:50% !important;}
	.ProgramAgenda_bx:nth-child(4n+4):before {opacity: 1;}
	.ProgramAgenda_bx:nth-child(2n+2):before {opacity: 0;}
    
    .Target_Ul {
        column-count: 1;
    }
    .OverItemTx2 {
        height: auto;
        padding: 20px 10px;
    }
    .bnrLogo .bnrLogo1 img {
        max-width: 135px;
    }
    .innerBanner .bnrLogo .bnrLogo1 img {
        max-width: 100px;
    }
    .home_pro_bx .ProLogoTx {
        font-size: 13px;
    }
    .meet_bx {
        height: auto;
    }
}
@media (max-width:480px){
	.Objectives_bx {
		width: 100%;
	}
	.overview_bx_outer {
		width: 100%;
	}
	.overview_bx_dv {
		height: 842px;
	}
	.Objectives_bx {
		width: 100%;
	}
    .bnrLogo .bnrLogo1 img {
        max-width: 82px;
    }
	.innerBanner .bnrLogo .bnrLogo1 img {
        max-width: 82px;
    }
	.bnrLogo .bnrLogo1 {
        padding: 0 5px;
    }
    .left_img {
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }
    .home_pro_bx {
        width: 50%;
    }
    .slick-slide .ProLogo2 img {
        max-width: 38px;
    }
}
@media (max-width:414px){
	
	.Geospatial_World_Logo_scn img {
		max-width: 250px;
	}
	.GLIMPSES_bx span {
		font-size: 26px;
		line-height: 38px;
	}
	.GLIMPSES_bx p {
		font-size: 18px;
		line-height: 20px;
	}
	.overview_bx_outer {
		width: 100%;
	}
	
	.Objectives_bx {
		width: 100%;
	}
}

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