/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 2600px) { 
	.home_slider {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24rem), 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24rem), 0% 100%);
    }
    .banner_item {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24rem), 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24rem), 0% 100%);
    }
    .inner_area {
        margin-top: -8rem;
    }
}
@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: 1290px;
	}
}
@media (min-width: 1200px) and (max-width: 1365.99px){
	html{
		font-size: 42%;
	}
	.container{
		max-width: 1140px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px){
	html{
		font-size: 35.5%;
	}
	.container{
		max-width: 970px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px){
	.container{
		max-width: 700px;
	}
}
@media (max-width: 991.98px) {
	html{
		font-size: 62.5%;
	}
	.logo{
		max-width: 14.2rem;
	}
	.logo img,
	.logo2 img{
	    height: auto;
	}
	header{
		top: 0;
	}
	header::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: -1;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.logo_wrap {
	    -webkit-column-gap: 1.5rem;
	       -moz-column-gap: 1.5rem;
	            column-gap: 1.5rem;
	    margin-bottom: -5.8rem;
	    top: 0;
	}
	.right_menu{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-column-gap: 3rem;
		   -moz-column-gap: 3rem;
		        column-gap: 3rem;
	}
	.menu_wrapper {
	    position: fixed;
	    top: 0;
	    height: 100vh;
	    width: 100%;
	    left: -100%;
	    background-color: var(--dark);
	    z-index: -2;
	    padding-top: 0 !important;
	    -webkit-transition: 0.3s;
	    -o-transition: 0.3s;
	    transition: 0.3s;
	    overflow: auto;
	    overflow-x: hidden;
	    display: block;
	    background-size: cover;
	    background-position: center center;
	    background-repeat: no-repeat;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	}
	.menu_wrapper.current{
		left: 0;
	}
	.hamburger-menu {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.menu{
		display: block;
		padding-top: 20rem !important;
		padding-right: calc((100% - 700px) / 2 + 1.5rem);
	    padding-left: calc((100% - 700px) / 2 + 1.5rem);
		position: relative;
		padding-bottom: 3rem;
	}
	.menu>ul{
		display: block;
		margin-bottom: 4rem;
		margin-right: 0;
	}
	.menu>ul>li{
		margin-left: 0;
		padding: 0;
		margin-bottom: 0;
		border-radius: 0;
	}
	.menu>ul>li>a{
		max-width: 100%;
        padding: 3rem 0rem !important;
        border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4);
        margin-right: 0;
	}
	.menu>ul>li.dropdown_wrap>ul {
		background: var(--dark);
		position: relative;
		opacity: 1;
		pointer-events: all;
		border-radius: 0;
		padding: 2rem 0rem 2rem 3.5rem;
		display: none;
		-webkit-transition: initial;
		-o-transition: initial;
		transition: initial;
		min-width: 100%;
	}
	.menu>ul>li.dropdown_wrap:hover {
	    background: transparent;
	}
	.menu>ul>li>a {
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    color: #fff;
	    font-weight: 600;
	}
	.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>li>a{
		color: #fff;
		border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4);
		font-size: 2rem;
		padding: 2rem 0;
	}
	.menu>ul>li.dropdown_wrap:hover>a {
	    color: var(--orange) !important;
	}
	.menu>ul>li.dropdown_wrap>ul>li>a:hover,
	.menu>ul>li.dropdown_wrap>ul>li.active>a{
		color: var(--orange);
	}
	.top_menu{
		padding: 0;
	}
	.top_menu .rating_wrap{
		margin-top: 8rem;
	}

	h1{
		font-size: 4rem;
	}
	h2{
		font-size: 5rem;
	}
	h3{
		font-size: 4.4rem;
	}
	h4, .h4{
		font-size: 3.6rem;
	}
	h5, .h5 {
	    font-size: 2.4rem;
	}
	h6, .h6 {
	    font-size: 2.2rem;
	}
	.home_area{
		padding: 33rem 0 4rem;
		height: auto;
	}
	.home_slider{
		height: 67.5rem;
		padding-bottom: 0.5rem;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10rem), 0% 100%);
		        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10rem), 0% 100%);
	}
	.home_content {
	    max-width: 38.5rem;
	}
	.home_content h5,
	.home_content .h5{
		font-size: 2.2rem;
	}
	.banner_item{
		-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10rem), 0% 100%);
		        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10rem), 0% 100%);
	}
	.form_part{
		margin-top: -5rem;
	}
	.md_gutters:not(.no-gutters) {
	    margin-left: -1.5rem;
	    margin-right: -1.5rem;
	}
	.md_gutters:not(.no-gutters)>div{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.link_btn .button {
	    top: 0rem;
	}

	.recent_area {
	    padding: 3rem 0 7rem;
	}
	.about_inner {
	    padding: 0rem 0 7rem;
	}
	.about_img {
	    padding-bottom: 4rem;
	    padding-left: 0;
	    padding-right: 9.8rem;
	}
	.about_img img:last-child {
	    left: auto;
	    width: 28.4rem;
	    height: 22.9rem;
	    -o-object-fit: cover;
	       object-fit: cover;
	    right: 0;
	}
	.mt_70 {
	    margin-top: 5rem;
	}
	.sold_area {
	    padding: 7rem 0;
	}

	.service_inner {
	    padding: 0rem 0 7rem;
	}
	.service_content{
		max-width: 100%;
	}
	.service_content p:nth-last-child(2) {
	    max-width: 33rem;
	}
	.position-static{
		position: relative !important;
	}
	.service_img {
	    bottom: 100%;
	    width: 29rem;
	    left: auto;
	    -webkit-transform: translateX(0%);
	        -ms-transform: translateX(0%);
	            transform: translateX(0%);
	    right: 4rem;
	}

	.cta_area {
	    padding: 0rem 0 7rem;
	}
	.cta_img {
	    position: relative;
	    height: 35rem;
	    max-width: 100%;
	    margin-bottom: 5rem;
	}
	.cta_img::before {
	    top: 0.1rem;
	    left: 0rem;
	    background: -webkit-gradient(linear, left bottom, left top, from(var(--orange)), to(rgba(0, 0, 0, 0)));
	    background: -o-linear-gradient(bottom, var(--orange) 0%, rgba(0, 0, 0, 0) 100%);
	    background: linear-gradient(0deg, var(--orange) 0%, rgba(0, 0, 0, 0) 100%);
	}

	footer {
	    padding: 3rem 0 7rem;
	}
	footer ul li {
	    padding-bottom: 0.3rem;
	}
	.brand_logo {
	    -webkit-column-gap: 4rem;
	       -moz-column-gap: 4rem;
	            column-gap: 4rem;
	    margin-top: 7rem;
	}
	.brand_logo img {
	    max-height: 3.8rem;
	}
	.footer_bottom{
		-ms-flex-wrap: wrap-reverse;
		    flex-wrap: wrap-reverse;
		margin-top: 5rem;
	}
	.footer_bottom ul{
		display: none;
	}

	.inner_home.home_area {
	    height: 37rem;
	    padding: 4rem 0 7rem;
	}
	.content_box{
		font-size: 2rem;
		padding: 1rem 4rem 4rem;
	}
	.service_card_content h4{
		font-size: 2.4rem;
	}
	.sorting_wrap p{
		display: none;
	}
	.sorting_details p{
		font-size: 2rem;
	}
	.contact_form{
		padding-top: 3rem;
	}
	.heading_area h3,
	.heading_area h4{
		font-size: 3rem;
	}
	.sidebar{
		padding-top: 2rem;
	}
	.brochure_box{
		margin-top: 5rem;
	}
	.big_image{
		margin-top: 0;
	}
	.big_image .gallery{
		width: 100vw;
		max-width: 100vw;
		-ms-flex-preferred-size: 100vw;
		    flex-basis: 100vw;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.big_image .gallery img{
		height: auto;
	}
	.details_area::before {
	    height: 90rem;
	    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10rem), 0% 100%);
	            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10rem), 0% 100%);
	}
	.content_box h2{
	    font-size: 4rem;
	}
	.architecture_box h6{
		padding-left: 0;
	}
	.architecture_box .stripe_table th{
		padding-left: 3rem;
		width: auto;
	}
}
/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767.98px) {
	html{
		font-size: 46%;
	}
	.menu{
		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: 2vw;
	}
	.container,
	.menu{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.home_area {
	    padding: 24rem 0 4rem;
	}
	.home_slider{
		height: 56rem;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6rem), 0% 100%);
		        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6rem), 0% 100%);
	}
	.banner_item{
		-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6rem), 0% 100%);
		        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6rem), 0% 100%);
	}
	.form_part {
	    margin-top: 3rem;
	}
	.form_box .form_header {
	    padding: 2.4rem 3rem;
	}
	.form_box .form_header h4,
	.form_box .form_header .h4{
		font-size: 2.8rem;
	}
	.form_box .form_content {
	    padding: 1rem 3rem 3rem;
	}
	.link_btn .button{
		display: none;
	}
	.about_img {
	    padding-right: 6.8rem;
	}
	.about_img img:first-child{
		min-height: 30rem;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.about_img img:last-child {
	    width: 20rem;
	    height: 18rem;
	}
	.service_content p:nth-last-child(2){
		max-width: 100%;
	}
	.service_box {
	    padding: 1rem 3rem 1rem;
	}
	.service_box a {
	    font-size: 2.3rem;
	}
	.service_img {
	    bottom: auto;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	        -ms-transform: translateX(-50%);
	            transform: translateX(-50%);
	    right: auto;
	    position: relative;
	}
	.lg_gap {
	    margin-top: 4rem;
	}
	.brand_logo img {
	    max-height: 4.5rem;
	}
	.top_menu ul {
	    -webkit-box-align: start;
	        -ms-flex-align: start;
	            align-items: flex-start;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    row-gap: 2rem;
	}
    .top_menu .rating_wrap {
        margin-top: 4rem;
        display: block;
        text-align: left;
        max-width: 33.5rem;
    }
	.top_menu .rating_wrap p,
	.top_menu .rating_wrap img{
		display: inline;
	}
	.content_box {	    
		padding: 0.1rem 3rem 3rem;
	}
	.author_wrap {
	    -webkit-column-gap: 2rem;
	       -moz-column-gap: 2rem;
	            column-gap: 2rem;
	}
	.author_wrap>img{
		height: 10rem;
		width: 10rem;
	}
	.author_wrap p:last-child{
		font-size: 1.8rem;
	}
	.service_card_content h4{
		font-size: 2.6rem;
	}
	.reset_btn {
	    top: 2.5rem;
	}
	.sorting_wrap{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
	}
	.contact_form textarea {
	    height: 17rem;
	}
	.check_wrap{
		font-size: 1.8rem;
	}
	.contact_details {
		padding-top: 2rem;
	}
	.slider2 .owl-nav button{
		display: none;
	}
	.heeft_box{
		padding-bottom: 12rem;
		position: relative;
	}
	.heeft_box>img{
		right: 4rem;
		bottom: 4rem;
		position: absolute;
	}
	.nav-tabs {
	    column-gap: 1rem;
	}
	.nav-tabs button.nav-link {
	    padding: 2rem 2rem;
	    font-size: 2rem;
	}
	.architecture_box .stripe_table{
		font-size: 1.8rem;
	}
	.owl-dots button {
        height: 1.2rem;
        width: 1.2rem;
        margin: 0.1rem;
    }
}