/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1920px) { 
	.container{
		max-width: 1710px;
	}
}
@media (min-width: 1600px) and (max-width: 1919.98px){
	html{
		font-size: 55%;
	}
	.container{
		max-width: 1500px;
	}
}
@media (min-width: 1366px) and (max-width: 1599.98px){
	html{
		font-size: 47%;
	}
	.container{
		max-width: 1300px;
	}
}
@media (min-width: 1200px) and (max-width: 1365.98px){
	html{
		font-size: 42%;
	}
	.container{
		max-width: 1160px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px){
	html{
		font-size: 34%;
	}
	.container{
		max-width: 942px;
	}
}
@media (max-width: 991.98px) {
	html{
		font-size: 59%;
	}
	.menu_wrapper{
		position: fixed;
		top: 0;
		height: 100vh;
		width: 100%;
		left: -100%;
		background-color: #fff;
		z-index: -1;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		overflow: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 25rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		padding-right: calc((100% - 720px) / 2 + 1.5rem);
		padding-left: calc((100% - 720px) / 2 + 1.5rem);
	}
	.menu_wrapper.current{
		left: 0;
	}
	.hamburger-menu {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.menu{
		display: block;
		background-color: transparent;
	    border-radius: 0;
	    position: relative;
	    padding: 0;
	    width: 100%;
	}
	.menu::before {
		display: none;
	}
	.menu>ul{
		display: block;
	}
	.menu>ul>li{
        padding: 2rem 0rem !important;
        border-bottom: 0.1rem solid rgba(124, 14, 111, 0.2);
	}
	.menu>ul>li:last-child{
		border-bottom: none;
	}
	.menu>ul>li.dropdown_wrap>ul {
		background-color: transparent;
		padding-bottom: 0;
	}
	.menu>ul>li.dropdown_wrap:hover {
	    background-color: transparent;
	}
	.menu>ul>li>a {
	    font-size: 3rem;
	}
	.menu>ul>li.dropdown_wrap{
		padding-left: 0;
		padding-right: 0;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
	}
	.menu>ul>li.dropdown_wrap>ul,
	.mega_wrapper {
	    padding: 2rem 0rem 0;
	    -webkit-transition: none;
	    -o-transition: none;
	    transition: none;
	    opacity: 1;
	    pointer-events: all;
	    width: 100%;
	    display: none;
	    position: relative;
	    top: auto;
	    left: 0%;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	.right_menu {
		padding: 3rem 0;
	}
	.home_area::before,
	.menu_wrapper::before {
	    content: '';
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 52rem;
	    height: 13rem;
	    background-image: url(../img/banner_shape.png);
	    background-size: cover;
	    background-position: right bottom;
	    background-repeat: no-repeat;
	    z-index: -1;
	}
	.logo,
	header.sticky .logo {
	    max-width: 9rem;
	}
	.menu .button{
		margin-top: 3rem;
	}
	.about_slider{
		margin-right: auto;
		margin-top: 6rem;
	}
	.about_shape {
	    height: 15rem;
	    bottom: auto;
	    left: auto;
	    z-index: 2;
	    right: 5rem;
	    top: -1rem;
	}
	.apply_card {
	    max-width: 100%;
	    -webkit-transform: rotate(0deg);
	        -ms-transform: rotate(0deg);
	            transform: rotate(0deg);
	    position: relative;
	    margin-top: 6rem;
	}
	.agenda_item{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.agenda_item h4{
		width: 100%;
		margin-bottom: 2rem;
	}
	.agenda_item ul {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	    -webkit-column-gap: 2rem;
	       -moz-column-gap: 2rem;
	            column-gap: 2rem;
	    width: 100%;
	}
	.copyright {
	    font-size: 2rem;
	    margin-top: 3.5rem;
	}
	footer p {
	    max-width: 65rem;
	}
	footer h2{
		padding-bottom: 0;
	}
	.cta_content h2 {
	    font-size: 5rem;
	}
	.stories_area{
		padding-bottom: 6rem;
	}
	.cta_area {
	    padding: 20vw 0 10rem;
	}
	.title_wrap {
	    padding-top: 0rem;
	}
	.stories_content {
	    padding: 0 3rem 3rem;
	}
	.link_card {
	    padding: 3rem;
	    height: 36rem;
	}
	h1 {
	    font-size: 5rem;
	}
	h2{
		font-size: 4rem;
	}
	h3 {
	    font-size: 3rem;
	}
	.gap_60 {
	    --bs-gutter-x: 2rem;
	    --bs-gutter-y: 2.5rem;
	}
	.sidebar {
	    margin-top: 4rem;
	}
	.filter_wrap{
		display: block;
		padding: 0;
	}
	.filter_wrap::before{
		width: 100%;
	}
	.filter_content{
		display: none;
		padding: 2rem 4rem 4rem;
	}
	.filter_item{
		margin-bottom: 2rem;
		display: block;
	}
	.filter_item>*{
		margin-bottom: 2rem;
		width: 100%;
	}
	.filter_wrap h4{
		position: relative;
		padding: 2rem 3rem;
		pointer-events: all;
		text-align: center;
	}
	.filter_wrap h4::before{
		content: '';
		position: absolute;
		right: 2.5rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		width: 3rem;
		height: 1.5rem;
		background-image: url(../img/bar.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}
}

/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767.98px) {
	html{
		font-size: 43%;
	}
	.menu_wrapper{
		padding-right: calc((100% - 540px) / 2 + 1.5rem);
		padding-left: calc((100% - 540px) / 2 + 1.5rem);
	}
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575.98px) {
	html{
		font-size: 2.34vw;
	}
	.container,
	.menu_wrapper,
	header.sticky .menu_wrapper{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	header.sticky .menu_wrapper{
		padding-top: 25rem;
	}
	.button_wrapper{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		row-gap: 1.5rem;
		-webkit-column-gap: 1.5rem;
		   -moz-column-gap: 1.5rem;
		        column-gap: 1.5rem;
	}
	.logo,
	header.sticky .logo{
		max-width: 8.5rem;
	}
	.menu>ul>li {
	    padding: 1.5rem 3rem !important;
	    border-bottom: 0.1rem solid rgba(124, 14, 111, 0.2);
	    margin-left: -3rem;
	    margin-right: -3rem;
	}
	.menu>ul>li>a{
		font-size: 2.6rem;
	}
	.right_menu{
		-webkit-column-gap: 2rem;
		   -moz-column-gap: 2rem;
		        column-gap: 2rem;
	}
	.home_area::before, .menu_wrapper::before {
	    width: 31rem;
	    height: 8rem;
	}
	h1{
		font-size: 2.8rem;
	}
	h2{
		font-size: 3.2rem;
	}
	h3{
		font-size: 2.6rem;
	}
	.py_120 {
	    padding-top: 5rem;
	    padding-bottom: 5rem;
	}
	.pt_120,
	.pt_100{
		padding-top: 5rem;
	}
	.mt_50{
		margin-top: 3rem;
	}
	.home_area {
	    padding: 6rem 0 0;
	    max-height: 65rem;
    	min-height: 65rem;
	}
	.home_area h1 span {
	    padding: 1rem 2rem;
	}
	.home_area h1 span:last-child {
	    margin-left: -2rem;
	}
	.marquee {
	    font-size: 2rem;
	    padding: 1rem 0;
	}
	.scroll_item img {
	    height: 1.3rem;
	}
	.marquee2 {
	    top: -8rem;
	}
	.about_area {
	    padding-top: 8rem;
	    padding-bottom: 8rem;
	}
	.about_slider {
	    margin-top: 3rem;
	}
	.about_shape {
	    height: 10rem;
	    right: -0.5rem;
	    top: -2rem;
	}
	.owl-carousel .owl-nav button.owl-prev, 
	.owl-carousel .owl-nav button.owl-next {
	    width: 4rem;
	    height: 4rem;
	    font-size: 2rem;
	}
	.about_slider .owl-nav button.owl-prev {
	    left: -2rem;
	}	
	.about_slider .owl-nav button.owl-next {
	    right: -2rem;
	}
	.curved-shape,
	.curved-shape2, 
	.curved-shape3 {
	    height: 8rem;
	    top: -4rem;
	}
	.sec_title h2 span {
	    padding: 0.8rem 2rem;
	}
	.news_area {
	    padding-top: 3rem;
	    padding-bottom: 8rem;
	}
	.mt_75,
	.mt_65,
	.mt_60,
	.mt_50 {
	    margin-top: 4rem;
	}
	.link_card {	    
		height: 32rem;
	}
	.link_icon {
	    width: 4rem;
	    right: 2rem;
	    top: 2rem;
	}
	.title_wrap p {
	    margin-top: 3.5rem;
	}
	.mt_80 {
	    margin-top: 4.5rem;
	}
	.agenda_item ul{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-column-gap: 1.5rem;
		   -moz-column-gap: 1.5rem;
		        column-gap: 1.5rem;
		row-gap: 1rem;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.agenda_item ul li:nth-child(3) {
	    min-width: 14.6rem;
	}
	.apply_card {
	    margin-top: 5rem;
	    padding: 3.5rem;
	}
	.apply_card h3{
		font-size: 2.6rem;
	}
	.agenda_area {
	    padding-bottom: 10rem;
	}
	.stories_area {
	    padding-top: 3rem;
	}
	.name {
	    font-size: 1.8rem;
	    padding: 1rem 2rem;
	}
	.cta_content img {
	    width: 12.4rem;
	}
	.cta_content h2 {
	    font-size: 4rem;
	}
	footer {
	    padding: 1rem 0 6rem;
	}
	footer p {
	    margin-top: 2rem;
	}
	.copyright {
	    font-size: 1.8rem;
	    margin-top: 3rem;
	}
	footer .button.mt_40{
		margin-top: 3rem;
	}
	.stories_content h3{
		font-size: 2.4rem;
	}
	.bread_wrap .breadcrumb{
		display: none;
	}
	.inner_home {
	    min-height: 39rem;
	    max-height: 39rem;
	}
	.intro_area {
	    padding-bottom: 9rem;
	}
	.pagination_wrap {
	    -webkit-column-gap: 2rem;
	       -moz-column-gap: 2rem;
	            column-gap: 2rem;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    margin-bottom: 5rem;
	}
	.intro_content h1 {
	    font-size: 3rem;
	}
	.intro_area.theme_text {
	    padding-bottom: 7rem;
	}
	.filter_content {
	    padding: 0rem 2rem 2rem;
	}
	.input,
	.nice-select {
	    font-size: 1.8rem;
	}
}