@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body{
	font-family: "Lato", serif;
}
header{
    padding: 10px 0;
    background: #ffffff;
    border-bottom: 1px solid #c9c9c9;
}
header .logo{}
header .logo a{}
header .logo a img{
    max-width: 260px;
}
header .buttons-header{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .buttons-header a{
    background: #26374a;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border-radius: 5px;
    border: none;
    padding: 10px 20px;
}
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-basis: 0; */
    flex-grow: 1;
    text-align: center;
    transition-duration: .4s;
    border-bottom: 2px solid #ffffff;
	position: relative;
}
/* nav.main-menu ul li:after{
	content: '/';
	position: absolute;
	font-size: 24px;
	right: -4px;
	top: 2px;
	color: #c9c9c9;
	font-weight: 200;
} */
/* nav.main-menu ul li:last-child:after{
	content: '';
} */
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: 14px;
    font-weight: 500;
}
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: #cccc;
    font-size: 35px;
}

.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: 20px;
}
.hero-page .text .fivestars{
    margin-bottom: 5px;
}
.hero-page .text .fivestars img{
    width: 20px;
}
.menu-breadcrumbs{
    padding: 10px 0;
    background: #f0f0f0;
}
.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;
    font-size: 14px;
}
.menu-breadcrumbs ul li a{
    text-decoration: none;
    color: #ffffff;
}
.menu-breadcrumbs ul li .arrow{}
.menu-breadcrumbs ul li .arrow img{
    width: 9px;
}
.menu-breadcrumbs ul li .current{
    color: #ffffff;
}
.support-services .row .bg-light{
    background-color: transparent !important;
}
.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: #f0f0f0;
}
.slider-home .item{
    padding: 30px 0px;
    color: #333333;
}
.slider-home .item h2{
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.48px;
    font-style: normal;
    font-weight: 700;
}
.slider-home .item p{
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    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: #26374a;
    color: #fff;
}
.slider-home .item .picture-holder{
    border-radius: 5px;
    overflow: hidden;
    height: 250px;
}
.slider-home .item .picture-holder img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bg-gray-1{
    background: #f6f6f6;
}
.block-text{}
.block-text .title{
    text-align: center;
    padding-bottom: 50px;
    position: relative;
}
.block-text .title:after{
    content: "";
    background: #000000;
    position: absolute;
    width: 150px;
    height: 5px;
    border-radius: 20px;
    left: calc(50% - 75px);
    bottom: 40px;
}
.block-text .title h2{
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.block-text .text h2{
    font-size: 28px;
    border-bottom: 2px solid;
    display: inline-block;
}
.block-text .text h3{
    font-size: 20px;
    color: #333333;
    font-weight: 600;
}
.block-text .text p{
    font-size: 14px;
    color: #333333;
    text-align: justify;
    margin-bottom: 25px;
}
.block-text .text a{
    color: #ffffff;
    font-weight: bold;
}
.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;
}
.list-green-check{
    list-style: none;
    margin: 0;
    padding-left: 25px;
}
.list-green-check li{
    position: relative;
    margin-bottom: 10px;
	font-size: 14px;
}
.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;
}
.steps li span{
    font-weight: bold;
    border-bottom: 2px solid #d2b367;
}
.btn-green{
    background: #26374a;
    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: #f0f0f0;
    color: #333333;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.message-dark .text p{
    margin: 0;
    font-weight: 500;
    font-size: 17px;
}
.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{}
.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;
}
.steps li{
	font-size: 14px;
	margin-bottom: 5px;
}
.steps li:last-child{
	margin-bottom: 0;
}
.page-text{}
.page-text .holder{}
.page-text .holder h2{
    margin-bottom: 5px;
    font-size: 24px;
}
.page-text .holder p{
    font-size: 14px;
}
.countries-eligible ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.countries-eligible ul li{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.countries-eligible ul li img{
    border-radius: 2px;
}
.countries-eligible ul li span{
	font-size: 14px;
}
.countries-eligible ul li span sup{
	font-size: 10px;
	color: #ff0000;
	top: -5px;
}
.countries-eligible .text-ps{
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 10px 10px 5px;
}
.countries-eligible .text-ps p{
    font-size: 12px;
}
.countries-eligible .text-ps p sup{
    font-size: 10px;
    color: #ff0000;
    top: -5px;
}
footer{
    background: #f0f0f0;
    padding: 40px 0;
    text-align: center;
}
footer .navbar-brand{}
footer .navbar-brand img{
    max-width: 260px;
}
footer ul{
    padding: 0;
    margin: 15px 0 0;
    text-align: center;
}
footer ul li{
    list-style: none;
    display: inline-block;
    padding: 15px 20px 0;
}
footer ul li a{
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    background: none;
    border: 0;
    transition-duration: .5s;
}
footer ul li a:hover{
    color: #333333;
    opacity: .6;
}
.footer-disclaimer{
    padding: 10px 0;
    background: #e3e3e3;
}
.footer-disclaimer p{
    font-size: 10px;
    margin: 0;
}
.footer-disclaimer p a{
    color: #000000;
    text-decoration: none;
}
.copyright{
    background: #f0f0f0;
    padding: 10px 0;
}
.copyright p{
    font-size: 12px;
    margin: 0;
}
@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: #000000;
	}
	.offcanvas .offcanvas-header{}
	.offcanvas .offcanvas-header img{
	    width: 200px;
	}
	.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:after{
	    content: '';
	}
	.offcanvas .offcanvas-body ul li a{
	    background: #1b3b6f;
	    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;
	}
}



