@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;700&display=swap');

body{
	font-family: 'Titillium Web', sans-serif;
}

#particles-js{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	pointer-events: none;
}

[data-anchor]{
	overflow-y: auto;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
}

.carousel-item{
	min-height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.carousel-item:before,
.bg_:before,
.page:not(.special):before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/bg.jpg);
	z-index: -1;
	opacity: .9;
}

.carousel-item .container,
.container.special{
	padding-top: 5rem;
	max-width: 700px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5rem;
	margin: auto;
}

.container.special h3{
	font-size: 3.5rem;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

.container.special p{
	font-size: 1.1rem;
	color: #ddd;
}

.container.special p a{
	color: white;
}

.container.special p.special{
	font-size: 1.5rem;
	color: #00b1ef;
	margin-bottom: 5px;
}

.carousel-item h3, h3.title{
	color: transparent !important;
	font-size: 3.5rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: -4rem;
	-webkit-text-stroke: 1px #fff;
	/* text-shadow: 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff; */
}

.carousel-item h3 b, h3.title b{
	color: #00b1ef;
	-webkit-text-stroke: 1px #00b1ef;
}

.carousel-item p, p.title{
	font-size: 1.2rem;
	color: #ccc;
	margin-right: -4rem;
	text-align: right;
}

.carousel-indicators,
.carousel-control-next, .carousel-control-prev{
	z-index: 9999;
}

.carousel-indicators li{
	cursor: pointer;
}

.pg-wrapper{
	overflow-x: hidden;
}

header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 15px;
	/* background-color: #fff; */
	/* background: linear-gradient(to right bottom, #006185, #005791); */
	z-index: 99999;
	transition: ease all .3s;
}

header.scrolled{
	background-color: #005791;
}

header .logo{
	max-width: 100px;
	filter: brightness(0) invert(1);
}

.menu_btn{
	border: none !important;
	outline: none !important;
	background-color: transparent;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 15px;
	cursor: pointer;
	transition: ease all .3s;
	padding: 0;
}

.menu_btn:hover{
	color: #ddd;
}

.hamburger-box{
	vertical-align: middle;
	margin-left: 5px;
	transform: scale(.5);
	filter: brightness(0) invert(1);
}

.menu{
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
	background-color: #222;
	z-index: 9999;
	display: flex;
	align-items: center;
	padding-top: 65px;
	padding-bottom: 30px;
	opacity: 0;
	transform: scale(0);
	transition: ease all .5s;
}

.menu > p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	text-align: center;
	margin: auto;
	color: #777;
}

.menu.active{
	opacity: 1;
	transform: scale(1);
}

.menu .col-12 > a{
	font-size: 3rem;
	padding: 1rem;
	padding-right: 0;
	font-weight: bold;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	text-decoration: none !important;
	position: relative;
	transition: ease all .3s;
}

.menu .col-12 > a:hover{
	color: #00b1ef;
	-webkit-text-stroke: 1px #00b1ef;
}

.menu .col-12 > a:not(.dropdown_):before{
	content: "";
	border-bottom: .4rem solid #fff;
	height: 0;
	width: 0;
	bottom: .8rem;
	left: 1rem;
	position: absolute;
	margin: auto;
	transition: ease all .5s;
}

.menu .col-12 > a:hover:before{
	width: 100%;
}

.dropdown_menu_{
	margin-top: -5px;
	margin-bottom: 5px;
	position: relative;
	z-index: 99;
}

.dropdown_menu_ a{
	color: #eee;
	font-size: 1.2rem;
	padding-left: 1rem;
	transition: ease all .5s;
}

.page{
	background-size: cover;
	background-position: center;
	background-image: url(../images/page.jpg);
	min-height: 100vh;
	position: relative;
	z-index: 1;
}

.page.special{
	background-image: none;
	background-color: #ccc;
	text-align: center;
}

.page .container{
	padding-top: 8rem;
	padding-bottom: 4rem;
}

.page h5{
	color: #00b1ef;
}

.page.special h5{
	color: #005791;
	margin-bottom: 0;
}

.page h3{
	font-size: 2.5rem;
	font-weight: bold;
	color: white;
}

.page.special h3{
	color: #222;
}

.page p{
	font-size: 1rem;
	color: #ddd;
}

.page a{
	color: #fff;
}

.page img.img-fluid{
	/* max-width: 250px; */
}

.page img:not(.img-fluid){
	max-width: 100px;
}

.page .client_logo img{
	max-width: 200px;
	padding: 10px;
    border: 1px solid #999;
    margin-bottom: 20px;
}

.page p.special{
	margin-bottom: 5px;
	margin-top: 10px;
	text-decoration: underline;
}

.page ul{
	color: #ddd;
	padding-left: 20px;
}

.nav-tabs .nav-link{
	min-width: 205px;
	text-align: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background-color: #005791;
	border-color: #005791;
	color: white;
}

.btn_special{
	background-color: #005791;
	color: white;
}

.btn_special:hover{
	background-color: #003a61;
}

.nav-tabs{
	justify-content: center;
	margin-top: 40px;
}

.tab-content>.active{
	background-color: #005791;
}

.menu_btn > span:first-child{
	display: none;
}

@media screen and (max-width: 768px){
	.carousel-item h3, h3.title,
	.container.special h3{
		margin-left: 0;
		font-size: 2.5rem !important;
	}

	.carousel-item p, p.title,
	.container.special p{
		margin-right: 0;
		font-size: 1rem !important;
		text-align: left;
	}

	.menu .col-12 > a{
		font-size: 1.5rem;
	}

	.dropdown_menu_ a{
		font-size: 1rem;
		display: block;
	}

	.menu > p{
		font-size: 12px;
	}

	.img-fluid{
		max-width: 70%;
	}

	.page img.img-fluid{
		max-width: 170px;
		display: block;
    	margin: 0 auto 20px !important;
	}

	.row.reverse{
		flex-direction: column-reverse;
	}

	.page h3{
		font-size: 2rem;
	}

	.icon_box{
		text-align: center;
	}

	.icon_box img{
		margin-top: 20px;
	}

	.nav-tabs .nav-link{
		min-width: auto;
		font-size: 12px;
	}
}