@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
	font-family: "Inter", serif;
}
header{
    padding: 10px 0;
    background: #1c3764;
    background-image: url("/assets/images/header-banner.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
header .logo{}
header .logo a{}
header .logo a img{
    max-width: 350px;
}
header .buttons-header{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .buttons-header a{
    background: #66C61C;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border-radius: 4px;
    border: none;
    padding: 8px 15px;
}
header .navbar{
	padding: 0;
	display: flex;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
header .navbar button{
    padding: 2px 5px;
}
nav.main-menu{
}
nav.main-menu ul{
    margin: 0;
    padding: 5px 0;
}
nav.main-menu ul li{
    flex-grow: 1;
    text-align: center;
    transition-duration: .4s;
    border-bottom: 2px solid #ffffff;
}
nav.main-menu ul li:hover{
    border-color: #000000;
}
nav.main-menu ul li a{
    display: contents;
    line-height: 40px;
    width: 100%;
    padding: 30px 12px;
    text-transform: uppercase;
    color: #202939;
    font-size: 16px;
    font-weight: 700;
}
nav.main-menu ul li a:hover{
	color: #000000;
}

.hero-home{
	background-image: url("../images/hero-home.webp");
	background-size: cover;
	padding: 170px 0;
}
.hero-home .text{
    height: 100%;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}
.hero-home .text .fivestars{
    margin-bottom: 5px;
}
.hero-home .text .fivestars img{
    width: 20px;
}
.hero-home .text h1{
    color: #fff;
    font-weight: 600;
}
.hero-home .text p{
    margin: 0;
    color: #ffffffcc;
    font-size: 30px;
}

.hero-page{
	background-image: url("../images/header-page.webp");
	background-size: cover;
	padding: 120px 0;
}
.hero-page .text{
    height: 100%;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}
.hero-page .text h1{
    color: #fff;
    font-weight: 600;
    font-size: 2.3rem;
}
.hero-page .text p{
    margin: 0;
    color: #cccc;
    font-size: 25px;
}
.hero-page .text .fivestars{
    margin-bottom: 5px;
}
.hero-page .text .fivestars img{
    width: 20px;
}
.menu-breadcrumbs{
    padding: 10px 0;
    background: #1d3764;
}
.menu-breadcrumbs ul{
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
}
.menu-breadcrumbs ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-breadcrumbs ul li a{
    text-decoration: none;
    color: #a5afc1;
}
.menu-breadcrumbs ul li .arrow{}
.menu-breadcrumbs ul li .arrow img{
    width: 9px;
}
.menu-breadcrumbs ul li .current{
    color: #ffffff;
    font-weight: 600;
}

.support-services{}
.support-services .item{
    height: 80px;
}
.support-services .item .text{
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    height: 100%;
    justify-content: center;
}
.support-services .item .text p{
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}
.support-services .item.item-picture{
    display: flex;
    gap: 20px;
}
.support-services .item.item-picture .picture{
    height: 80px;
    width: 140px;
    background: #0000000f;
    overflow: hidden;
}
.support-services .item.item-picture .picture img{
    height: 100%;
    width: 100%;
    padding: 10px;
}
.support-services .item.item-picture .text{
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0;
}
.support-services .item.item-picture .text p{
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}

.slider-home{
    position: relative;
}
.slider-home:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    z-index: -1;
    top: 0;
    left: 0;
    background: #1c3764;
}
.slider-home .item{
    padding: 30px 10px;
    color: #ffffff;
}
.slider-home .item h2{
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.20px;
    font-style: normal;
    font-weight: 700;
}
.slider-home .item p{
    /* margin-bottom: 24px; */
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    color: #c0c0c0;
    text-align: justify;
}
.slider-home .item a{
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border-radius: 4px;
    border: none;
    padding: 8px 12px;
    background: #fff;
    color: #202939;
}
.slider-home .item .picture-holder{
    border-radius: 5px;
    overflow: hidden;
    height: 240px;
}
.slider-home .item .picture-holder img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bg-gold-1{
    background: #e8eef7;
}
.block-text{}
.block-text .title{
    text-align: center;
    padding-bottom: 50px;
    position: relative;
}
.block-text .title:after{
    content: "";
    background: #1d3764;
    position: absolute;
    width: 400px;
    height: 5px;
    left: calc(50% - 200px);
    bottom: 40px;
}
.block-text .title h2{
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
.block-text .text h2{
    font-size: 28px;
    border-bottom: 2px solid;
    display: inline-block;
}
.block-text .text h3{
    font-size: 20px;
    color: #202939;
    margin-bottom: 5px;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.30px;
}
.block-text .text p{
    text-align: justify;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    color: #4B5565;
}
.block-text .text a{}
.block-text .picture-holder{
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.block-text .picture-holder img{
    height: 100%;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}
.travel-tips-items{}
.travel-tips-items .item{
    background: #e8eef7;
    margin-bottom: 20px;
    padding: 10px 15px 15px;
    border-radius: 10px;
}
.travel-tips-items .item h4{
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #202939;
}
.travel-tips-items .item p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    text-align: justify;
    margin: 0;
}
#our-products.block-text .title{
	color: #ffffff;
}
#our-products.block-text .title:after{
    background: #ffffff;
}
#our-products.block-text{
    background: #1c3764;
}
#our-products.block-text .text{
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
#our-products.block-text .text h3{
	color: #202939;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: -0.48px;
	position: relative;
}
#our-products.block-text .text h3:after{
	display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E3E8EF;
    bottom: 0;
}
#our-products.block-text .text p{
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    color: #4B5565;
}
#our-products.block-text .text a{
    color: #1c3764;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    padding: 8px 12px;
    display: inline-block;
}
#our-products.block-text .text a.application-button{
    background: #66C61C;
    text-decoration: none;
    color: #ffff;
}
.why-choose-us{}
.why-choose-us .title{}
.why-choose-us .title h2{}
.why-choose-us .item-choose{
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background-color: #1d37642e;
    height: 100%;
}
.why-choose-us .item-choose img{
    width: 40px;
}
.why-choose-us .item-choose p{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    text-align: center;
}
.faq-items{}
.faq-items .title{}
.faq-items .title h2{
	font-size: 22px;
	font-weight: 500;
	line-height: 29px;
	letter-spacing: 0em;
	color: #1d3764;
}
.faq-items .accordion{
}
.faq-items .accordion .accordion-header{}
.faq-items .accordion .accordion-header .accordion-button{
    padding: 0.7rem 1rem;
    box-shadow: none;
}
.faq-items .accordion .accordion-header .accordion-button:not(.collapsed){
    background: #1d3764;
    color: #ffffff;
    box-shadow: none;
}
.faq-items .accordion .accordion-collapse{}
.faq-items .accordion .accordion-collapse .accordion-body{
    background: #eef1f4;
    border: 1px solid #1d3764;
    border-top: none;
    padding: 1rem;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    color: #4B5565;
}
.list-green-check{
    list-style: none;
    margin: 0;
    padding-left: 25px;
}
.list-green-check li{
    position: relative;
    margin-bottom: 10px;
}
.list-green-check li:last-child{
	margin-bottom: 0;
}
.list-green-check li:before{
	content: "";
	background-image: url("../images/check-green.svg");
	position: absolute;
	width: 20px;
	height: 20px;
	top: 2px;
	left: -25px;
}
.list-steps{
    list-style: decimal;
}
.list-steps li{
    margin-bottom: 10px;
    text-align: justify;
}
.list-steps li span{
    font-weight: bold;
    border-bottom: 2px solid #d2b367;
}
.btn-green{
    background: #66C61C;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border-radius: 4px;
    border: none;
    padding: 8px 15px;
}
.message-dark{}
.message-dark .text{
    background: #000000;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.message-dark .text p{
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}
.services-block{}
.services-block .steps-item{}
.services-block .steps-item li{
    font-size: 14px;
}
.services-block .steps-secondary{
    list-style: circle;
    padding-left: 50px;
}
.services-block .steps-secondary li{}
.list-services{
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    list-style: none;
}
.list-services li{
    font-size: 14px;
    border: 1px solid #1d3764;
    background: #f1f5fa;
    border-radius: 10px;
    padding: 10px 10px 10px 40px;
    text-align: justify;
}
.list-services li a{
    color: #1d3764;
    font-weight: 800;
	position: relative;
}
.list-services li a:before{
	content: "";
	background-image: url("../images/arrow-down.svg");
	position: absolute;
	width: 20px;
	height: 20px;
	top: -1px;
	left: -25px;
}
.services-block{}
.services-block .info{
    border-bottom: 1px solid #aeb7c7;
}
.services-block .info h2{
    background: #1d3764;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 24px;
    border-radius: 5px;
}
.services-block .info p{
    font-size: 14px;
    text-align: justify;
}
.services-block .text{}
.services-block .text h4{
    border-bottom: 5px solid #1d3764;
    font-size: 20px;
}
.services-block .text .item-list{}
.services-block .text .item-list h5{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.services-block .text .item-list p{
    font-size: 14px;
    text-align: justify;
    margin: 0;
}
.services-block .text .item-list ul li{
    font-size: 14px;
}
.services-block .service-item{
    border: 1px solid #65c61d;
    border-radius: 10px;
    padding: 15px;
    background: #f8fdf6;
}
.services-block .service-item h3{
    font-size: 18px;
}
.services-block .service-item p{
	font-size: 14px;
    text-align: justify;
}
.services-block .service-item ul{
    padding-left: 30px;
}
.services-block .service-item ul li{
    font-size: 14px;
    margin-bottom: 5px;
}
.services-block .service-item ul li:last-child{
	margin-bottom: 0;
}
.services-block .service-item ul li:before{
	width: 17px;
	height: 16px;
	background-size: cover;
	top: 2px;
}
.services-block .services-notice{
    border: 1px solid #ffa503;
    background: #fff9f0;
    padding: 10px 15px;
    border-radius: 10px;
}
.services-block .services-notice h6{
    font-weight: 800;
    border-bottom: 1px solid #ffa503;
    font-size: 14px;
}
.services-block .services-notice p{
    text-align: justify;
    font-size: 12px;
    margin: 0;
}



.contact-faqs-block{}
.contact-faqs-block .text{
    background: #000000;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.contact-faqs-block .text p{color: #e0e0e0;}
.contact-faqs-block .text a{
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    border: none;
}
.contact-us{}
.contact-us form{}
.contact-us form label{}
.contact-us form input{
    border: 1px solid #ccc;
    border-radius: 5px;
}
.contact-us form button{}
.faqs-block{}
.faqs-block .faqs-item{
    padding-bottom: 15px;
    border-bottom: 1px solid #d2b367;
    margin-bottom: 15px;
}
.faqs-block .faqs-item:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.faqs-block .faqs-item h3{
    font-size: 18px;
    font-weight: 700;
}
.faqs-block .faqs-item p{
    font-size: 14px;
    margin: 0;
    text-align: justify;
}
.page-text{}
.page-text .holder{}
.page-text .holder h2{
    margin-bottom: 5px;
    font-size: 24px;
}
.page-text .holder p{
    font-size: 14px;
    text-align: justify;
}
.page-text .holder ul{
    font-size: 14px;
    text-align: justify;
}
.countries-eligible ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.countries-eligible ul li{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.countries-eligible ul li img{
    border-radius: 3px;
}
footer{
    position: relative;
    background: #1c3764;
    padding: 30px 0;
    text-align: center;
}
footer:after{
	content: '';
	position: absolute;
	width: 90%;
	height: 1px;
	bottom: 0;
	left: calc(50% - 45%);
	background: #3b5178;
}
footer .navbar-brand{}
footer .navbar-brand img{
    max-width: 350px;
}
footer ul{
    padding: 0;
    margin: 15px 0 0;
    text-align: center;
}
footer ul li{
    list-style: none;
    display: inline-block;
    padding: 15px 15px 0;
}
footer ul li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    background: none;
    border: 0;
    transition-duration: .5s;
}
footer ul li a:hover{
    color: #ffffff;
    opacity: .6;
}
.footer-disclaimer{
    position: relative;
    padding: 15px 0;
    background: #1c3764;
}
.footer-disclaimer:after{
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    bottom: 0;
    left: calc(50% - 45%);
    background: #3b5178;
}
.footer-disclaimer p{
    font-size: 12px;
    margin: 0;
    color: #9ba6b8;
}
.copyright{
    padding: 10px 0;
    background: #1c3764;
}
.copyright p{
    font-size: 12px;
    margin: 0;
    color: #c1c1c1;
}
@media screen and (max-width: 768px){
	header .buttons-header{
		display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5px;
        margin-top: 10px;
        border-top: 1px solid #37527f;
	}
	header .buttons-header a{}
	.offcanvas{
    background: #1c3764;
}
	.offcanvas .offcanvas-header{}
	.offcanvas .offcanvas-header img{
    width: 270px;
}
	.offcanvas .offcanvas-header button{
}
	.offcanvas .offcanvas-body{}
	.offcanvas .offcanvas-body ul{}
	.offcanvas .offcanvas-body ul li{
	    border-color: #ffffff3d;
	    margin-bottom: 10px;
	}
	.offcanvas .offcanvas-body ul li a{
	    background: #1c3764;
	    color: #ffffff;
	}
	.offcanvas .offcanvas-body ul li:hover{
    border-color: #ffffff;
}
	.offcanvas .offcanvas-body ul li a:hover{
    color: #ffffff;
}
	.hero-home{
		padding: 80px 0;
	}
	.hero-home .text{}
	.hero-home .text h1{
		font-size: 22px;
	}
	.hero-home .text p{
		font-size: 18px;
	}
	.support-services{}
	.support-services .item{
	    height: 40px;
	    border-bottom: 1px solid #eadbba;
	}
	.support-services .item .text{
    width: 100%;
}
	.support-services .item .text p{
    font-size: 12px;
}
	.support-services .item-picture{
	    gap: 0 !important;
	    width: 100%;
	}
	.support-services .item-picture .picture{
	    height: 40px !important;
	    width: 40px !important;
	}
	.support-services .item-picture .picture img{
	    padding: 5px !important;
	}
	.support-services .item-picture .text{}
	.support-services .item-picture .text p{
	    text-align: center;
	}
}



