@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body{
	font-size:16px;
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-style: normal;

}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a{
	color: #ffffff;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: #ffffff!important;
}
a{
	text-decoration: none!important;
}
h1,h2,h3,h4,h5,h6,button{
	font-family: "Barlow Condensed", sans-serif;

}
.navbar{
	position: absolute;
	width: 100%;
	border-bottom: 1px solid #e8e8e829;
}
.navbar-brand img{
	width: 230px;
}
.navbar-nav .nav-link{
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 1px;
	font-family: "Barlow Condensed", sans-serif;
}
.topbar-wrapper p{
	margin-bottom: 0px;
}
.topbar-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.topbar {
/*	background-color: #111;*/
padding: 10px 20px;
text-align: right;
}

.social-icons .icon {
	margin-left: 30px;
	color: #ccc;
	font-size: 18px;
	text-decoration: none;
	transition: color 0.3s;
}

.social-icons .icon:hover {
	color: #1da1f2;
}
.section-one{
/*	background-image: url(../images/heroimg.webp);*/
background-image: linear-gradient(to right, #00000082, rgb(36 42 86 / 59%)), url(../images/heroimg.webp);
/*	height: 600px;*/
background-position:top center;
background-size: cover;
padding: 200px 0;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color: #da0001;
}
.navbar-nav .nav-item{
	position: relative;
}
section h2.hero-title{
	font-size: 66px;
	line-height: 76px;
	font-weight: 700;
}
section .title{
	font-size: 50px;
	line-height: 60px;
}
.sub-title{
	font-size: 27px;
	line-height: 37px;
	color: #ED3B3B;
}
h2.title{
	font-size: 50px;
	line-height: 60px;

}
.bg-partners{
	background-image: url(../images/partners.webp);
	background-size: cover;
	background-position: center;
	height: 800px;
	border-left: 50px solid #ed3b3b;
	border-bottom: 50px solid #ed3b3b;
}
.cta-section {
	background: linear-gradient(to bottom, #f44336, #b50034); /* Red to dark red */
	min-height: 300px;
}


.service-icon {
	width: 60px;
	height: 60px;
	background-color: #e53935;
	color: white;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.btn{
	font-size: 18px;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;

}

.dropdown-item:focus, .dropdown-item:hover{
	color: #da0001;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: #ffffff;
	color: #da0001;
	
}
@media only screen and (max-width: 767px) {
	.topbar-wrapper p {
		font-size: 14px;
	}
	.social-icons .icon{
		font-size: 14px;
		margin-left: 14px;
	}
	section h2.hero-title,
	h2.title{
		font-size:25px;
		line-height: 35px;
	}

	.navbar-collapse{
		background: rgb(0 0 0 / 83%);
		padding: 20px;
		border-radius: 5px;
	}
	.navbar-toggler:focus{
		box-shadow: unset;
	}
	
}
.social-icon{
	color: #212121;
}

.img-leftbottom{
	border-left: 20px solid #d50000;
	border-bottom: 20px solid #d50000;
}

:root, [data-bs-theme=light] {	
	--bs-danger-rgb: 213, 0, 0;
}
