body {
	color: #08204e;
}

p {
	font-size: 16px;
	font-family: "Manrope", sans-serif;
	color: #08204e;
}

ul {
	list-style: disc;
}

a {
	color: #08204e;
}

a:hover {
	text-decoration: none !important;
}

img {
	max-width: 100%;
}

.header {
	margin: 20px 0;
}

.header-igb {
    background: #f7f7f7;
    border-radius: 20px;
}

.hero {
    position: relative;
    background-size: cover;
    border-radius: 20px 20px 0 20px;
    min-height: 100vh;
    align-content: end;
    padding: 80px;
    overflow: hidden;
	background-size: cover !important;
	background-position: center!important;
}

.bg-section {
    max-width: 1880px;
    border-radius: 20px;
    margin: 0 auto;
}

@media only screen and (max-width: 1880px) {
    .bg-section {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 31.75%, rgba(0, 0, 0, 0.80) 68.76%);
    width: 100%;
    height: 100%;
}

.banner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.banner .caption {
    position: relative;
	width: 57%;
    z-index: 1;
}

.caption .tag {
    background: #ca9c7b;
    width: fit-content;
    color: #fff;
    font-family: "Manrope", sans-serif;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
}

.caption .tag::before {
    content: "●";
    padding-right: 10px;
}

.caption .title {
    font-family: "Oxanium", sans-serif;
    color: #fff;
    font-size: 55px;
    line-height: 100%;
    font-weight: 600;
    max-width: 800px;
    padding: 20px 0;
}

.caption .subtitle {
    font-family: "Manrope", sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
}

.caption .desc {
    font-family: "Manrope", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 130%;
    max-width: 800px;
    font-weight: 500;
    padding-bottom: 40px;
}

.caption .btn-banner .btn-text {
    background: #ca9c7b;
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}

.caption .btn-banner .icon {
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    color: #08204e;
}

.caption .btn-banner .icon i {
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

.caption .btn-banner:hover .icon i {
    transform: rotate(0deg);
}

.client-box {
    position: relative;
    width: calc(43% + 80px);
    background: #fff;
    border-radius: 20px 0 0 0;
    text-align: center;
    padding: 40px 3.125vw;
    margin: 0 -80px -80px 0;
    z-index: 1;
}

.client-logo {
    width: auto;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-logo img {
    width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 15px 0;
}

.client-box::before, .client-box::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
	mask: url(../images/hero-corner-shape.svg);
    -webkit-mask: url(../images/hero-corner-shape.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
}

.client-box::before {
    top: -20px;
    right: 0;
}

.client-box::after {
    bottom: 0;
    left: -20px;
}

.cta-block {
    background: linear-gradient(135deg, #CA9C7B 0%, #E3C6A8 50%, #F4E8DC 100%);
    padding: 60px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-cta .btn-text {
    background: #ca9c7b;
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}

.btn-cta .icon {
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    color: #222;
}

.btn-cta .icon i {
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

.btn-cta:hover .icon i {
    transform: rotate(0deg);
}

.cta-block h1 {
    margin-bottom: 0;
    font-family: "Manrope", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
	line-height: 130%;
    letter-spacing: .018rem;
	max-width: 800px;
    text-transform: uppercase;
}

.gallerySwiper img {
    border-radius: 20px;
}

.swiper-pagination-bullet-active {
	background: #ca9c7b !important;
}

.tag {
    border: 1px solid #ca9c7b;
	background: transparent;
    width: fit-content;
    color: #08204e;
    font-family: "Manrope", sans-serif;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
	margin-bottom: 10px;
}

.tag::before {
    content: "●";
    padding-right: 10px;
}

.section-title {
    font-family: "Manrope", sans-serif;
    font-size: 40px;
	line-height: 130%;
    font-weight: 700;
    color: #08204e;
    letter-spacing: .018rem;
	margin-bottom: 10px;
}

.section-title-light {
    font-family: "Manrope", sans-serif;
    font-size: 40px;
	line-height: 130%;
    font-weight: 700;
    color: #fff;
    letter-spacing: .018rem;
	margin-bottom: 10px;
}

.btn-igb .btn-text {
    background: #ca9c7b;
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}

.btn-igb-outline .btn-text {
    border: 1px solid #ca9c7b;
	background: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    color: #ca9c7b;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}

.btn-form {
    background: #ca9c7b;
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
	border: 0;
}

.grid-ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.feature-grid {
    list-style: none;
    padding-inline-start: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.feature-box {
    display: block;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
	transition: filter 0.3s ease;
	height: 320px;
}
.feature-box p {
    margin-bottom: 0;
}

.feature-box li {
	font-size: 16px;
}

.feature-box img {
    width: 40px;
    padding-bottom: 10px;
}

.feature-box:hover {
	background: #ca9c7b;
}

.feature-box:hover h4, .feature-box:hover p, .feature-box:hover li  {
	color: #fff
}

.feature-box:hover img {
	filter: brightness(0) invert(1);
}

.office-box {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 25px;
}

.office-box img {
    border-radius: 20px;
    margin-bottom: 20px;
}

.office-tag {
    border: 1px solid #ca9c7b;
    background: transparent;
    width: fit-content;
    color: #08204e;
    font-family: "Manrope", sans-serif;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

.benefit {
    display: inline-flex;
    flex-wrap: wrap;
}

.benefit div {
    background: #08204e;
    width: fit-content;
    color: #fff;
    padding: 8px 15px;
    border-radius: 50px;
    margin: 0 8px 8px 0;
}

.benefit img {
    width: 25px;
    border-radius: 0;
    filter: brightness(0) invert(1);
    margin-bottom: 0;
    margin-right: 8px;
}

.benefit span {
    font-weight: bold;
}

.blue-bg {
    background-size: cover !important;
    background-position: center !important;
	position: relative;
}

.blue-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #08204e;
    width: 100%;
    height: 100%;
	opacity: 0.8;
}

.light-tag {
    border: 1px solid #fff;
    background: transparent;
    width: fit-content;
    color: #fff;
    font-family: "Manrope", sans-serif;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

.light-tag::before {
    content: "●";
    padding-right: 10px;
}

.why-list {
    list-style: none;
    padding-inline-start: 0;
    gap: 20px;
    display: grid;
}

.why-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.why-img-box {
    background: #fff;
    border-radius: 50%;
    max-width: 60px;
    max-height: 60px;
	margin-right: 10px;
}

.why-img-box img {
    object-fit: contain;
    padding: 8px;
}

.why-box p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 0;
}

.intro-video-box {
    position: relative;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    align-items: end;
	padding: 200px 0 60px;
}

.youtube-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.youtube-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    min-width: 177.78vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.video-content {
    position: relative;
    z-index: 2;
}

.intro-video-box .container {
	position: relative;
    z-index: 1;
}

.intro-video-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.intro-video-content .section-title-light {
    width: calc(68% - 10px);
    margin-bottom: 0;
}

.intro-video-content .video-play-button-silver{
    width: calc(32% - 10px);
	text-align: right;
}

.video-play-button-silver a{
	position: relative;
	width: 60px;
	height: 60px;
	background: #ca9c7b;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: none;
}

.video-play-button-silver a i{
	font-size: 20px;
	color: #fff;
}

.video-play-button-silver.bg-effect-silver a:before,
.video-play-button-silver.bg-effect-silver a:after{
	content: '';
	position: absolute;
	top: -33%;
	left: -33%;
	width: 160%;
	height: 160%;
	border: 50px solid #fff;
	opacity: 30%;
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
}

.video-play-button-silver.bg-effect-silver a:after{
	animation-delay: .3s;
}

@keyframes border-zooming{
	100%{
		transform: scale(1);
		opacity: 0;
	}
}

.contact-info-box {
    border-radius: 20px;
    background-size: cover !important;
    background-position: center !important;
    padding: 50px;
    position: relative;
}

.contact-info-box::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 100%, rgba(255, 255, 255, 0.50) 0%);
}

.list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li a:first-child > .icons:first-child {
    color: #08204e;
    border-color: #08204e;
}

.contact-box {
    background: #f7f7f7;
    padding: 50px;
    border-radius: 20px;
}

.blue-footer {
    background: #08204e;
    padding: 0 30px;
}

.footer-logo {
    width: 200px;
}

.text-color-light, .text-light {
    color: #fff !important;
}

.footer-copyright {
    border-top: 1px solid #fff;
}

.btn-header .btn-text {
    background: #ca9c7b;
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}

.btn-header .icon {
    background-color: #08204e;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}

.btn-header .icon i {
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

.btn-header:hover .icon i {
    transform: rotate(0deg);
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
        color: #08204e;
    }
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
        color: #08204e;
    }
}

@media (max-width: 1500px) {
    .feature-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 991px) {
	.hero {
        min-height: 100%;
        padding: 50px 15px 15px;
		border-radius: 0;
    }
	
	.bg-section {
        width: 100%;
        margin: 0;
        border-radius: 0px;
    }
	
	.banner .caption {
		width: 100%;
	}
	
	.caption .title {
		font-size: 36px;
	}
	
	.caption .subtitle {
		font-size: 22px;
	}
	
	.client-box {
        width: calc(100% + 30px);
        margin: 50px -15px -15px;
        border-radius: 0;
		padding: 20px 35px;
    }
	
	.client-box::before, .client-box::after {
    	content: none;
	}
	
	.cta-block h1 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	
	.cta-block {
		padding: 35px 20px; 
		flex-direction: column;
		align-items: flex-start;
	}
	
	.section-title {
		font-size: 32px;
	}
	
	.section-title-light {
		font-size: 32px;
	}
	
	.feature-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.feature-box {
		padding: 50px 30px; 
		height: 100%;
	}
	
	.why-box p {
		font-size: 18px;
	}
	
	.intro-video-box {
    	min-height: auto;
	}
	
	.intro-video-content {
    	flex-direction: column;
   	 	align-items: flex-start;
	}
	
	.intro-video-content .section-title-light {
    	width: 100%;
	}
	
	.intro-video-content .video-play-button-silver {
    	width: 100%;
    	text-align: center;
	}
	
	.contact-info-box {
		padding: 50px 30px;
	}
	
	.contact-box {
		padding: 50px 30px;
	}
	
	.office-box {
		padding: 15px;
	}
	
	.btn-header .btn-text {
		padding: 10px;
		font-size: 13px;
	}
	
	.group-btn {
    	display: grid;
    	gap: 30px;
    	text-align: center;
	}
}