@charset "utf-8";
/* CSS Document */

.header-picture {
    
    padding-top: 60px;
    padding-bottom: 32px;
    background-image: url(../Picture/h4.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.aeg-story  {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aeg-solutions {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #CBE4C2;
}
.explain  {
    padding-top: 50px;
    padding-bottom: 55px;
}
.docs-needed-heading {
    padding-bottom: 40px;
}

.documents-needed {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #4E593C;
	

}
.simple-process {
    background-color: rgba(164,203,159,1.00);
    padding-bottom: 100px;
    padding-top: 100px;
}
.simple-process-1space {
    padding-bottom: 100px;
}
.simple-main {
    width: 1500px;
    max-width: 100%;
}


.footer1 {
    overflow: hidden;
    background-image: url(../Picture/footer.png);
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.00);
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 100px;
	
	

}



.footer2 {
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: rgba(0,0,0,1.00);
    border-top-color: rgba(237,172,32,1.00);
}
.header-solutions {
    padding-top: 10px;
    padding-bottom: 17px;
}
.sub-header-solutions {
    padding-bottom: 60px;
}
.docs-needed-main-text {
    padding-bottom: 60px;
}
.header-menu {
    padding-bottom: 18px;
    padding-top: 47px;
    padding-right: 81px;
}
.header-large-text {
    padding-bottom: 111px;
}
.line {
    padding-bottom: 33px;
}
.apply-below-space {
    padding-bottom: 64px;
}
.bottom-space {
    padding-bottom: 66px;
}
.simple-steps-grid {
	width: 1500px;
  max-width: 100%
	
}
.large-row {
	width: 100%;
  max-width: 100%
}


.simple-main .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.simple-main .col-xl-2 {
  flex: 0 0 20%;
  max-width: 20%;
}
.contact-title {
    padding-bottom: 20px;
}
.about-line2 {
    padding-bottom: 71px;
}
.about-header {
    background-image: url(../Picture/about.png);
    background-repeat: no-repeat;
}
.contact-header {
    background-image: url(../Picture/contact.png);
    background-repeat: no-repeat;
}





@media (max-width: 767px) {
  .simple-main .col-xl-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
	
}
.nav-link {
  font-weight: bold;
  color: white;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 600px) {
    .video-container {
        padding-bottom: 75%; /* adjust aspect ratio for smaller screens */
    }
}
