.row-header {
    position: relative;
    height: 400px;
}
.row-header::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(62,62,62,0.7);
}
.row-header > img {
   width: 100%;
   height: 400px;
   object-fit: cover;
}
.header-words {
	position: absolute;
	left: 20%;
	bottom: 20%;
	max-width: 400px;
	width: 100%;
}
.header-words p {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}
.header-words h1 {
	font-weight: 700;
	font-size: 52px;
	color: #FFFFFF;
}
.row-1 {
    background-color: #F1F1EE;
}
.container-1 {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    margin: 100px auto;
    gap: 30px;
}
.visi-misi, .why-choose-us {
	width: 100%;
}
.container-1  h4 {
	font-weight: 700;
	font-size: 24px;
	color: #18365F;
}
.container-1  p {
	font-weight: 400;
	font-size: 16px;
    color: #2b2b2b;
    /* text-align: justify; */
}
p {
    text-align: justify;
}
.download-profile-comp {
	width: 100%;
	text-align: center;
	border: 1px solid #D7D7D7;
	padding: 16px;
	margin: 0 60px;
	height: 260px;
}
.download-profile-comp > p {
	font-weight: 400;
	font-size: 14px;
	color: #2B2B2B;
	margin-top: 35px;
}
.container-cta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    background-image: url('/images/backgrounds/bg-blue-cta.jpg');
    background-repeat: no-repeat;
    background-size: 114%;
    background-position: center;
    border-radius: 25px;
    padding: 20px;
    margin-top: -60px;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(10,108,152,0.5); 
    box-shadow: 0px 15px 30px 0px rgba(10,108,152,0.3);
}
.container-cta > div {
    width: 100%;
}
.container-cta > div:nth-child(2){
    text-align: right;
}
.container-cta h4 {
    font-weight: 700;
    color: #FFF;
    font-size: 24px;
}
.container-cta p {
    font-weight: 400;
    color: #FFF;
    font-size: 18px;
}
.btn-download {
	border-radius: 25px;
	font-weight: 400;
	font-size: 16px;
	color: #18365F;
	background-color: #F4CC12;
	height: 50px;
	width: 150px;
	margin: 16px;
}
.container-2 {
	margin: 70px auto 250px auto;
}
.container-2 > h4 {
	font-weight: 700;
	font-size: 24px;
    color: #18365F;
    text-align: center;
}
.container-2 > p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.19943px;
    color: #2B2B2B;
    max-width: 600px;
    margin: auto;
    padding: 10px;
}
.div-img {
	cursor: pointer;
	border-radius: 8px;
    background-color: rgba(0, 0,0, 0.3);
    position: relative;
}
.div-img:hover > .div-img-hover {
    display: flex 
}
.div-img-hover {
    background-color:rgba(24, 54, 95, 0.4);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    top: 0;
    border-radius: 8px;
    padding: 10px;
    /* display: flex; */
    flex-direction: column;
    justify-content: flex-end;
    display: none;
}
.div-img-hover > h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.19943px;
    color: #FFFFFF;
}
.div-img-hover > p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;  
    letter-spacing: 0.174501px;
    color: #FFFFFF;
} 
.container-2 > p {
	font-weight: 400;
	font-size: 16px;
	color: #2B2B2B;
}
.flex-team {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
}
.team-div {
    width: 100%;
    flex: 1 0 49%;
}
.team-div > h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.19943px;
    color: rgba(24, 54, 95, 0.95);
    margin: 0;
}
.team-div > h6 {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.174501px;
    color: #1EAEDA;
    margin: 0;
}
.team-div > p {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.174501px;
    color: #2B2B2B;
    margin-top: 20px;
}
.team-div > h4 span {
    font-size: 12px;
    color: #F4CC12;
    font-style: italic;
}
.flex-advisor {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.flex-advisor>div {
    flex: 0 50%;
}
.advisor-div {
    width: 100%;
}
.advisor-div > h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.19943px;
    color: rgba(24, 54, 95, 0.95);
    margin: 0;
}
.advisor-div > h6 {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.174501px;
    color: #1EAEDA;
    margin: 0;
}
.advisor-div > p {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.174501px;
    color: #2B2B2B;
}
.advisor-div > h4 span {
    font-size: 12px;
    color: #F4CC12;
    font-style: italic;
}
.row-3 {
	background-color: #F1F1EE;
}
.container-3 {
	background-image: url('/images/backgrounds/bg-blue-city.jpg');
	background-repeat: no-repeat;
	background-size: 200%;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 50px 30px;
	border-radius: 25px;
	position: relative;
	top: -130px;
}
.container-3 > h4 {
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	color: #FFFFFF;
}
.container-3 > p {
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	max-width: 500px;
	margin: 10px auto;
}
.btn-contact-us {
	background-color: #F4CC12;
	border-radius: 25px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #18365F;
	width: 180px;
	height: 50px;
	text-align: left;
	background-image: url('/images/icon/circle-blue.png');
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 24px;
}
.team-details {
    display: flex;
    align-items: stretch;
}
.modal-body-custom {
    padding: 0;
}
.modal-dialog {
    width: 800px;
    margin: 30px auto;
}
.team-details > .description{
    width: 100%;
}
.team-details > .description {
    padding: 40px;
}
.team-details > .description > h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.19943px;
    color: rgba(24, 54, 95, 0.95);
    margin: 0
}
.team-details > .description > h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.174501px;
    color: #9B9B9B;
    margin-top: 0;
}
.team-details > .description > p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.174501px;
    color: #2B2B2B;
}
.team-details > img{
    object-fit: cover;
    width: 40%;
}
.p-back {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #1BAEDB;
    cursor: pointer;
    display: inline;
}
.description > div {
    margin-top: 40px;
}
.row-header {
    position: relative;
}

@media screen and (max-width: 480px ) {
    .container-1 {
        margin: 50px auto;
    }
    .row-header {
        width: 100%;
        overflow: hidden;
        height: 300px;
    }
    .row-header > img {
        object-fit: cover;
        object-position: center;
        width: auto;
    }
    .header-words {
        left: 0;
        bottom: 0;
        top: 30%;
        padding: 10px;
    }
    .container-1 {
        flex-wrap: wrap;
    }
    .download-profile-comp {
        margin: 10px 0;
    }
    .team-details {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .modal-dialog {
        width: 300px;
    }
    .team-details > img {
        width: 100%;
    }
    .container-cta {
        flex-direction: column;
    }
    .container-cta > div:nth-child(2) {
        text-align: center;
    }
}