
.inner_banner_section {
    position: relative;
    height: 100vh;
}
.about_banner{
    background-color: var(--secondary-color);
}
.landlords_banner{
    background-color: var(--orange-color);
}
.inner_banner_div{
	position: absolute;
    bottom: 50%;
    left: 0; 
    width: 100%; 
    transform: translateY(50%);
}
.about_banner .inner_banner_div, .landlords_banner .inner_banner_div{ 
    bottom: 20%; 
}
.banner_img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.inner_top_space {
	margin-top: 120px;
}

.banner_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
}
.inner_banner_text {
    width: 100%;
    max-width: 560px;
}
.inner_banner_text h1{
	color: var(--secondary-color);
    font-size: 60px; 
    line-height: 110%;
}
.inner_banner_text p{
	font-size: 18px;
	color: #fff;
	margin: 0; 
}
.about_banner .inner_banner_text span{
    font-size: 18px;
    color: var(--orange-color);
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
}
.landlords_banner .inner_banner_text span{
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
}
.drop_section { 
    margin-top: 50px;
}
.drop_section img {
    width: 55px;
    cursor: pointer;
}
.inner_title_div h1{
	font-size: 36px;
}
.story_section{
	padding: 140px 0;
	text-align: center;
}
.story_section .title_div {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
}
.story_section .title_div h1 {
    font-size: 36px;
}
.story_section .title_div p {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}
.team_section{
	background: #F8F0EB;
}
.two_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
.grid_div img {
    width: 100%;
}
.grid_div_content {
    width: 100%;
    max-width: 490px;
    padding: 0 15px;
    margin: 60px auto;
}
.team_section .title_div span { 
    text-align: left; 
}
.team_section .grid_div_content p { 
	font-weight: 600;
	font-size: 18px;
}

.student_banner{
	text-align: center;
	padding: 160px 0;
	color: #fff;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #00000066;
    background-blend-mode: overlay;
}
.student_banner_div{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.student_banner_div h1, .student_banner_div h1 p{
	font-size: 32px;
	font-weight:bold;
	color: #fff;
	margin-bottom: 40px;
}
.student_banner_form span, .student_banner_form span p{ 
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600;
	color:#fff;
	display: block;
}
.form_flex {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#email {
    border: 2px solid var(--orange-color);
    border-radius: 50px;
    padding: 10px 30px;
    width: 480px;
    background-color: transparent;
    color: #fff;
}
 
#email:focus {
    outline: none;
    background-color: var(--secondary-color);
}
.form_flex .default_btn{
	background-color: transparent;
    color: #fff;
}
.form_flex ::placeholder {
	color: #fff;
	opacity: 1; 
}

.form_flex ::-ms-input-placeholder { 
	color: #fff;
}
.offer_section{
	padding: 80px 0 90px;
}
.offer_grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px;
}
.offer_grid_div{
    border-radius: 10px;
    background-color: var(--secondary-color);
    padding: 30px;
}
.offer_icon {
	height: 80px;
    width: 80px;
    margin-bottom: 100px;
}
.offer_content span {
    color: var(--orange-color);
    font-weight: 600;
    margin-bottom: 35px;
    display: block;
    font-size: 18px;
}
.offer_content {
    width: 100%;
    max-width: 340px;
}
.offer_content p {
    color: #fff;
    font-size: 18px;
}
.offer_grid_div:nth-child(5) {
    border: 2px solid var(--secondary-color);
    background-color: #fff;
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}
.offer_grid_div:nth-child(5) .offer_content p {
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}
.offer_grid_div:nth-child(5) .offer_content {
    max-width: 600px;
}
.additional_service .offer_grid_div { 
    background-color: #F8F0EB;
}
.additional_service .offer_content p {
    color: var(--secondary-color); 
    font-weight: 600; 
}
.get_touch {
    background-color: #fff;
    width: 100%;
    padding: 70px 25px 30px;
    border: 2px solid var(--secondary-color);
    border-radius: 8px; 
}
.get_touch h2 {
    color: var(--secondary-color);
    font-size: 22px;
}
.get_touch p { 
    font-size: 15px;
}
.service_banner .inner_banner_text span {
    color: var(--orange-color);
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
}
.service_banner .inner_banner_text p {
    font-size: 42px;
    font-weight: 600;
    color: var(--secondary-color);
    font-family: "Space Grotesk";
}
.inner_banner_section.service_banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



ul.list_items {
	list-style: disc;
	list-style-position: outside;
	margin-bottom: 20px;
	padding-left: 30px;
}

ul.list_items li {
	padding: 5px 0px;
	font-size: 16px;
}

ul.list_items li::marker {
	color: var(--orange-color);
}
@media (min-width: 1500px) {
	.grid_div img { 
	    height: 620px;
	    object-fit: cover;
	}
}
@media (max-width: 1440px) {
	.inner_banner_text p {
        font-size: 16px;
    }
}
  
@media (max-width: 1400px) {
    .inner_banner_text {
        max-width: 500px;
    }
}
@media (max-width: 1300px) {
	.team_section .grid_div_content p {  
		font-size: 16px;
	}
	.student_banner { 
	    padding: 140px 0; 
	}
}
@media (max-width: 1250px) {
    .inner_banner_text {
        max-width: 700px;
        margin-top: 40px;
    }
    .inner_banner_div {
        position: relative;
        bottom: 0;
        width: 100%;
        transform: none;
        height: 70vh;
        min-height: 560px;
        background-color: var(--secondary-color);
        display: flex;
        align-items: center;
    }
    .landlords_banner .inner_banner_div {
	    bottom: 20%;
        background-color: var(--orange-color);
	}
    .inner_banner_section {
        height: unset;
        background-color: #fff;
    }
    .banner_img {
        position: relative;
        right: 0;
        top: -50px;
        width: 70vw;
        margin: 0 auto;
    }
    .banner_img img {
	    height: auto;
	}
	.story_section .title_div h1 {
	    font-size: 32px;
	}
	.student_banner_div h1{
		font-size: 30px; 
	}
	.offer_content p, .offer_content span { 
	    font-size: 16px;
	}
	.offer_grid_div:nth-child(5) .offer_content p { 
	    font-size: 19px; 
	}
	.service_banner .inner_banner_div{
	    background-color: transparent;
	}
	.service_banner .inner_banner_text p {
	    font-size: 36px; 
	}
	.story_section {
	    padding: 60px 0 100px;
	}
	.inner_banner_section.service_banner .inner_banner_text{
		max-width: 500px;
	}
}
@media (max-width: 1200px){
    .two_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid_div img {
	    width: 100%;
	    max-width: 700px;
	    margin: 0 auto;
	    display: block;
	}
	.grid_div_content {
	    max-width: 900px;
	    margin: 70px auto;
	}
	.student_banner_form span {
	    font-size: 16px; 
	}
	.student_banner { 
	    padding: 120px 0; 
	}
}

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

@media (max-width: 1024px){
	.offer_grid { 
	    grid-template-columns: repeat(2, 1fr); 
	}
	.story_section .title_div h1 {
	    font-size: 30px;
	}
	.student_banner_div h1{
		font-size: 28px; 
	}
	.service_banner .inner_banner_text p {
	    font-size: 28px; 
	}
}
@media (max-width: 992px){
	
}
@media (max-width: 768px){
	.story_section .title_div h1 {
	    font-size: 28px;
	}
	.offer_content span { 
	    margin-bottom: 25px; 
	}
	.offer_icon { 
	    margin-bottom: 80px;
	}
	.service_banner .inner_banner_text p {
	    font-size: 26px; 
	}
	.student_banner { 
	    padding: 100px 0; 
	}
	.student_banner_div h1 {
	    font-size: 26px;
	}
}
@media (max-width: 680px){
	.form_flex {
	    flex-direction: column;
	}
	.form_div{
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	#email { 
	    width: 100%;
	}
	.offer_grid { 
	    grid-template-columns: repeat(1, 1fr); 
	}
	.offer_grid_div:nth-child(5) { 
	    grid-column: span 1; 
	}
	.offer_grid_div:nth-child(5) .offer_content p {
	    font-size: 18px;
	}
	.drop_section img {
	    width: 40px;
	}
	.story_section {
	    padding: 40px 0 80px;
	}
	.service_section {
	    padding: 80px 0;
	}
	.student_banner { 
	    padding: 90px 0; 
	}
	.offer_section {
	    padding: 40px 0 90px;
	}
	.student_section{
	    padding: 80px 0 80px;
	}
	.inner_banner_section.service_banner {
    	background-position: left;
	}
}
@media (max-width: 580px){
	/*.inner_banner_text p, .student_banner_form span {
        font-size: 15px;
    }*/
  
	.banner_img { 
	    width: 80vw; 
	}
	/*.team_section .grid_div_content p {  
		font-size: 15px;
	}*/
	.story_section .title_div h1, .student_banner_div h1 {
	    font-size: 26px;
	}
	/*.offer_content p, .offer_content span {
	    font-size: 15px;
	}*/
	.offer_icon {
	    margin-bottom: 60px;
	}
	.offer_grid_div:nth-child(5) .offer_content p {
	    font-size: 17px;
	}
	.get_touch { 
	    padding: 70px 20px 30px; 
	}
}
@media (max-width: 480px){
	.offer_grid_div:nth-child(5) { 
	    padding: 50px 20px;
	}
	.offer_grid_div { 
	    padding: 30px 20px;
	}
	.service_banner .inner_banner_text p {
	    font-size: 24px; 
	}
}
@media (max-width: 425px){
 
}
@media (max-width: 375px){
	.story_section .title_div h1, .student_banner_div h1 {
	    font-size: 24px;
	}
	.get_touch { 
	    padding: 70px 15px 30px; 
	}
	.offer_grid_div:nth-child(5) { 
	    padding: 50px 15px;
	}
	.offer_grid_div { 
	    padding: 30px 15px;
	}
}
@media (max-width: 320px){
	
}