/*--- large desktops, 2000px and up -----*/

@media (min-width: 2000px){

	.hero_section{
		min-height: auto;
		display: block;
		padding-top: 60rem;
	}

	.dream_home_hero_section{
		min-height: auto;
		display: block;
	}

}


/*--- Extra large devices (large desktops, 1600px and up) -----*/

@media (min-width: 1600px) { 
	
	.container{
		max-width: 1530px;
	}

}


/*--- desktop (1400px to 1599px) -----*/

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

	html{
		font-size: 54%;
	}

	.container{
		max-width: 1330px;
	}

}


/*--- desktop (1919px down) -----*/

@media (max-width: 1919px){

	.dream_home_hero_content{
		padding-top: 26rem;
	}

}


/*--- desktop (1400px to 1599px) -----*/

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

	html{
		font-size: 42%;
	}

	.container{
		max-width: 1060px;
	}

}


/*--- desktop (992px to 1199px) -----*/

@media (min-width: 992px) and (max-width: 1199px){

	html{
		font-size: 40%;
	}

	.container{
		max-width: 980px;
	}

}


/* ------ Medium devices (tablets, 991px and down) -----*/

@media (max-width: 991px) {

	.title_xxl{
		font-size: 9rem;
	}

	.menu{
		position: fixed;
		top: 0;
		left: -100vw;
		z-index: -1;
		width: 100vw;
		height: 100vh;
		background: #EFEFEF;
		display: block;
		-webkit-transition: 500ms;
		-o-transition: 500ms;
		transition: 500ms;
		padding-top: 12rem;
		padding-bottom: 3rem;
		padding-left: calc((100% - 720px) / 2 + 15px);
		padding-right: calc((100% - 720px) / 2 + 15px);
		text-align: left;
		overflow: auto;
	}

	.menu.show{
		left: 0;
	}

	.navbar_scroll:not(.sticky) .menu{
		display: none;
	}

	.visible_header .navbar_scroll .menu{
		display: block;
	}

	.menu>li:not(:last-child){
		margin-bottom: 1.3rem;
	}

	.menu>li>a{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		font-size: 3.2rem;
	}

	.menu > li > a::before{
		display: none;
	}

	.hamburger-menu {
		display: inline-block;
	}

	.menu > li > a img{
		width: 3.2rem;
	}

	.menu .dropdown_menu{
		width: auto;
		position: unset !important;
		inset: 0px !important;
		-webkit-transform: translate(0, 0) !important;
		    -ms-transform: translate(0, 0) !important;
		        transform: translate(0, 0) !important;
		margin: 1rem auto 2.5rem auto !important;
		text-align: left;
		padding: 2rem 2.5rem;
	}

	.dropdown_menu a{
		font-size: 3rem;
	}
	
	html{
		font-size: 50%;
	}

	.title_xl {
		font-size: 6.5rem;
	}

	.hero_section{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 0;
		padding-top: 5rem;
		text-align: center;
	}

	.hero_section h4{
		font-size: 4rem;
	}

	.hero_section h2 {
		font-size: 9.5rem;
		letter-spacing: .4rem;
		padding-top: 1rem;
		padding-bottom: 5rem;
	}

	.our_about_section{
		padding: 10rem 0;
	}

	.our_about_content p{
		padding-left: 0;
	}

	.our_about_section .img_box {
		position: relative;
		width: 100%;
		margin-left: 0;
		margin-top: 5rem;
	}

	.our_about_section .img_box img{
		height: 35rem;
	}

	.our_about_section .img_box h4{
		bottom: 9rem;
	}

	.banner_section,
	.banner_section.v1{
		padding: 25rem 0;
	}

	.banner_section h2{
		font-size: 9rem;
	}

	.continue_reading_section{
		text-align: center;
	}

	.continue_reading_section .title{
		padding-bottom: 3rem;
	}

	.continue_reading_boxs_row {
		--bs-gutter-x: 3rem;
	}

	.continue_reading_box{
		margin-top: 3rem;
	}

	.continue_reading_section .title_md{
		padding-top: 6rem;
		text-align: center;
	}

	.statistics_section{
		padding: 10rem 0;
	}

	.statistics_section .title_xl{
		text-align: center;
	}

	.statistics_section .row {
		--bs-gutter-x: 4rem;
	}

	.statistics_section .box{
		margin-top: 4rem;
	}

	.behind_section .title_xl{
		text-align: center;
	}

	.behind_section .row{
		--bs-gutter-x: 4rem;
	}

	.behind_section .icon_box{
		min-height: 52rem;
		margin-top: 4rem;
	}

	.behind_section .icon_box .icon {
		height: 19rem;
		margin-bottom: 4.5rem;
	}

	.behind_section .icon_box .icon3 {
		width: 31.5rem;
	}

	.progress_line .bars {
		width: 25rem;
	}

	.progress_line .progress_parseInt,
	.progress_radial .progress_parseInt {
		font-size: 4rem;
	}

	.successes_section .title_xl{
		text-align: center;
	}

	.successes_section .row {
		--bs-gutter-x: 4rem;
	}
	
	.successes_icon_box {
		padding-top: 7rem;
		text-align: center;
	}

	.successes_icon_box .icon {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		min-height: 19rem;
	}

	.successes_icon_box .icon1 {
		width: 30rem;
	}

	.successes_icon_box .icon2 {
		width: 29.2rem;
	}

	.successes_icon_box .icon3 {
		width: 30.2rem;
	}

	.contact_person_section{
		padding: 10rem 0;
	}

	.contact_person_section .img_box{
		width: 100%;
		height: auto;
		position: relative;
	}

	.contact_person_section .img_box img {
		height: 40rem;
		-o-object-fit: cover;
		   object-fit: cover;
	}

	.contact_section {
		padding: 10rem 0 15rem;
	}

	.contact_section .title_xl {
		font-size: 8rem;
		padding-bottom: 1rem;
	}

	footer{
		text-align: center;
		padding: 5rem 0;
	}

	.footer_logo{
		margin-bottom: 2rem;
	}

	.footer_content {
		padding-left: 0;
	}
	
	.back-to-top {
		width: 6rem;
		height: 6rem;
		line-height: 5.4rem;
		bottom: 2rem;
		right: 2rem;
	}

	.back-to-top img{
		width: 2.6rem;
	}

	.cookieBox{
		max-width: 50rem;
		padding: 4rem 3rem 4rem 3.5rem;
	}

	.cookieBox.show{
		right: 3rem;
	}

	.cookieBox .top img{
		width: 3.2rem;
	}

	.cookieBox .top h2{
		font-size: 3.2rem;
	}

	.cookieBox p{
		font-size: 2.3rem;
		padding: 2rem 0 2.5rem;
	}

	.cookieBox .buttons{
		gap: 0 1.5rem;
	}

	.cookieBox .button{
		font-size: 2.5rem;
		padding-top: 1.6rem;
		padding-bottom: 1.6rem;
	}

	.dream_home_hero_section{
		display: block;
		text-align: center;
		padding: 7rem 0 2rem;
		min-height: auto;
	}

	.dream_home_hero_section.v1{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	.dream_home_hero_section .logo{
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}

	.dream_home_hero_content {
		padding-top: 0;
		padding-bottom: 0;
		position: unset;
	}

	.dream_home_hero_section .main_img{
		position: unset;
		width: 60rem;
		display: block;
		margin: auto;
	}

	.dream_home_hero_section h2{
		padding: 6rem 0 5rem;
	}

	.product_section .row {
		--bs-gutter-x: 4rem;
	}

	.contact_main_section{
		display: block;
		padding-bottom: 10rem;
	}

	.contact_main_img {
		display: none;
	}

	.contact_form {
		max-width: 100%;
		margin-left: 0;
	}

	.portal_section{
		padding: 5rem 0 10rem;
	}

	.portal_section .title_xxl br{
		display: none;
	}

	.portal_section .sub_title{
		padding: 2rem 0 3.5rem;
	}

	.portal_img{
		position: unset;
		width: 100%;
		margin-bottom: 2rem;
	}

	.portal_img img{
		height: 58rem;
	}

	.employee_inner_section {
		padding: 0;
	}

	.employee_section .button{
		margin-left: 0;
		margin-bottom: 5.5rem;
	}

	.list_content_box{
		padding-right: 15rem;
	}

	.employee_section .rotate_title{
		right: -19rem;
		top: 60%;
	}

	.employee_section .title_box {
		padding-bottom: 3rem;
	}

	.employee_section h4{
		padding-bottom: 1rem;
	}

	.employee_section .rotate_title {
		font-size: 11rem;
		right: -17rem;
	}

	.statistics_section .boxs {
		padding: 0;
	}

	.statistics_section .box_v1 {
		min-height: 45rem;
		padding-top: 13rem;
	}

	.position_section .person_card_wrapper {
		padding: 0;
	}

	.position_section  .rotate_title{
		display: none;
	}

	.footer_v1_section .logo{
		width: 16rem;
	}

	.footer_v1_section .links{
		font-size: 2rem;
	}

	.footer_v1_section p{
		font-size: 2.2rem;
	}

	.footer_v1_section .bottom_links{
		font-size: 2.2rem;
	}
	
	.footerv2_section{
		text-align: left;
	}

	.footerv2_section .widget{
		padding-top: 4rem;
	}

	.privacy_policy_section .title_xl{
		font-size: 5rem;
	}

	.row.team_cards_wrapper{
		--bs-gutter-x: 4rem;
	}

	.team_cards_wrapper .col{
		width: 33.33%;
	}

}


/*----- sm devices (landscape phones, 767px and down) -----*/

@media (max-width: 767px) {

	.container{
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.title_xxl {
		font-size: 7rem;
	}

	.title_xl {
		font-size: 6rem;
	}

	.navbar{
		padding: 1.5rem 0;
	}

	.site_logo {
		display: inline-block;
		width: 8rem;
	}

	.navbar_scroll{
		padding: 1.5rem 0;
	}

	.menu{
		padding-left: calc((100% - 540px) / 2 + 15px);
		padding-right: calc((100% - 540px) / 2 + 15px);
	}

	.hero_section{
		padding-top: 7rem;
	}

	.hero_section h4 {
		font-size: 3.5rem;
	}

	.hero_section h2 {
		font-size: 8.5rem;
		letter-spacing: .1rem;
	}
	
	.our_about_section {
		padding: 8rem 0;
	}

	.our_about_section.v1{
		padding-top: 5rem;
	}

	.our_about_content p{
		padding-top: 1rem;
	}

	.our_about_section .img_box{
		margin-top: 3rem;
	}

	.our_about_section .img_box img{
		height: 26rem;
	}

	.our_about_section .img_box h4 {
		bottom: 5rem;
	}

	.banner_section,
	.banner_section.v1 {
		padding: 15rem 0;
	}

	.banner_section h2 {
		font-size: 6.5rem;
	}

	.continue_reading_section {
		padding: 8rem 0;
	}

	.continue_reading_box{
		margin-top: 2.5rem;
	}

	.continue_reading_section .title {
		font-size: 6rem;
		margin-bottom: -.5rem;
	}

	.continue_reading_section .title_md {
		padding-top: 4rem;
	}

	.statistics_section {
		padding: 6rem 0 8rem;
	}

	.statistics_section .row {
		--bs-gutter-x: 2.5rem;
	}

	.statistics_section .box {
		margin-top: 2.5rem;
		min-height: 32rem;
		padding: 5rem 0;
		padding-top: 9rem;
	}

	.statistics_section .box h3 {
		font-size: 6.5rem;
	}

	.statistics_section .box p{
		font-size: 2.2rem;
	}

	.behind_section {
		padding: 7rem 0 8rem;
	}

	.behind_section .icon_box {
		margin-top: 2.5rem;
	}

	.progress_line .progress_parseInt{
		margin-left: 1.5rem;
	}

	.successes_section {
		padding: 3rem 0 10rem;
	}

	.successes_icon_box {
		margin-top: 5rem;
	}

	.contact_person_section .img_box img {
		height: 24rem;
	}

	.contact_person_section .img_box h3 {
		padding: 3.5rem;
		font-size: 6rem;
	}

	.person_card{
		display: block;
		padding: 2.5rem 0 3rem;
	}

	.person_card p{
		padding: .5rem 0 1rem;
	}

	.contact_section {
		padding: 8rem 0 10rem;
	}

	.contact_section .title_xl{
		font-size: 6rem;
	}

	.contact_section .title_xl br{
		display: none;
	}

	.contact_section ul li {
		margin-top: 2.5rem;
	}

	footer {
		padding: 4rem 0 5rem;
	}

	.footer_logo {
		width: 8rem;
	}

	.dream_home_hero_section{
		padding: 5.5rem 0 4rem;
	}

	.dream_home_hero_section h2{
		padding: 4rem 0 3rem;
	}

	.dream_home_hero_section .main_img{
		width: 100%;
	}

	.product_section {
		padding: 5rem 0;
	}

	.product_section .title_xl {
		font-size: 5rem;
	}

	.contact_section_v1 ul {
		padding-top: 3rem;
	}

	.contact_main_section{
		min-height: auto;
		padding: 4.5rem 0 10rem;
	}

	.checkmark_list {
		padding-left: 0;
	}

	.portal_section .title_xxl{
		font-size: 5.5rem;
	}

	.portal_img img{
		height: auto;
	}

	.employee_section h4 {
		font-size: 3.8rem;
	}

	.employee_section .rotate_title {
		right: -14rem;
		font-size: 9rem;
	}

	.list_content_box {
		padding-right: 8rem;
	}

	.list_content_box:not(:last-child) {
		padding-bottom: 3rem;
	}

	.employee_section .button {
		margin-bottom: 4rem;
	}

	.statistics_section .box_v1 .icon{
		width: 10rem;
	}

	.statistics_section .box_v1{
		padding-top: 4rem;
	}

	.position_section {
		padding: 8rem 0;
	}

	.person_card.v1{
		padding: 3rem 0;
	}

	.person_card.v1 small {
		margin: .4rem 0;
	}

	.footer_v1_section {
		padding: 5.5rem 0 5rem;
	}

	.footer_v1_section .logo {
		width: 12rem;
	}

	.footer_v1_section .title_xl {
		font-size: 4.5rem;
		letter-spacing: .2rem;
	}

	.footer_v1_section .links{
		letter-spacing: .5rem;
	}

	.footer_v1_section .links span {
		margin: 0 1rem;
	}

	.footer_v1_section .links{
		padding-bottom: 3rem;
		font-size: 1.8rem;
	}

	.footerv2_section{
		text-align: center;
	}

	.footerv2_section .logo{
		margin: auto;
	}

	.team_section{
		padding: 6rem 0 8rem;
	}

	.teamTab a{
		padding: .8rem 1.1rem;
	}

	.row.team_cards_wrapper {
		--bs-gutter-x: 2.5rem;
	}

	.team_cards_wrapper .col{
		width: 50%;
	}

	.team_card_img {
		width: 24rem;
		height: 24rem;
	}

}


/*----- xs devices (575px down) -----*/

@media (max-width: 575px) {

	html{
		font-size: 1.8vw;
	}

	.menu{
		padding-left: 3rem;
		padding-right: 3rem;
	}

}



/*----- 680px down height devices -----*/

@media (max-width: 575px) and (max-height: 680px){

	.dream_home_hero_section .main_img img {
		height: 50rem;
	}

}