
 
    @font-face {
    font-family: 'LibreFranklin-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('LibreFranklin-Regular'), url('fonts/LibreFranklin-Regular.ttf') format('ttf');
    }

    @font-face {
    font-family: 'LibreFranklin-Light';
    font-style: normal;
    font-weight: normal;
    src: url('LibreFranklin-Light'), url('fonts/LibreFranklin-Light.ttf') format('ttf');
    }
	
   @font-face {
    font-family: 'LibreFranklin-Medium';
    font-style: normal;
    font-weight: normal;
    src: url('LibreFranklin-Medium'), url('fonts/LibreFranklin-Medium.ttf') format('ttf');
    }	
	
   @font-face {
    font-family: 'LibreFranklin-SemiBold';
    font-style: normal;
    font-weight: normal;
    src: url('LibreFranklin-SemiBold'), url('fonts/LibreFranklin-SemiBold.ttf') format('ttf');
    }
    
    @font-face {
    font-family: 'LibreFranklin-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('LibreFranklin-Bold'), url('fonts/LibreFranklin-Bold.ttf') format('ttf');
    }
    
   
h1, h2, h3, h4, h5, h6 {
    font-family: "LibreFranklin-Bold",sans-serif !important;
    color: #fff;
    line-height: 1.4;
    font-weight: 700 !important;
	margin:0px;
	padding:0px;
}

p{
	margin:0px;
	padding:0px;
}

.text-orange{
	color: var(--theme-orange) !important;
}
.text-dark-70{
	color:#3e3e3e !important;
}
.gray-500{
	color: var(--bs-gray-600) !important;
}
img, figure {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.bg-primary-light{
	background-color:#448c74;
}
.shadow-primary {
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(99,102,241,.9) !important;
}
.shadow-success {
    box-shadow: 0 0.5rem 1.125rem -0.5rem #198754 !important
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8 !important;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}
.1st-text-primary{
	--primary: #007bff !important;
}
.bg-secondary-light{
	background-color:#fafafa;
}



.home {
    position: relative;
    height: 100vh;
    overflow: hidden;
	height: 100vh;
    color: #fff; /* Text color on the image */
    text-align: center;
   /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home:before,
.home:after {
	content: '';
    position: absolute;
    top: -37%;
    left: -101px;
    width: 474px;
    z-index: -1;
    height: 756px;
    background: #f9d8c6;
    border-radius: 50%;
    -webkit-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
    opacity: .2;
}
.home:after {
    top: -38%;
    left: -181px;
    background: #f5a475;
    opacity: .09;
}

.home .home-image {
	padding-top: 130px;
	-webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
	position: relative;
	z-index: 1;
}

/* Custom styles for the full cover image */
.hero {
    background: url(../img/header-bg.png) no-repeat 0 100%;
    background-size: cover;
    height: 100vh;
    color: #fff; /* Text color on the image */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position:relative;
}

/* Additional styling for the hero content */
.hero-content {
    padding: 20px;
    border-radius: 10px;
}

/* Custom styles for the navigation bar */
.navbar {
    background-color: transparent; /* Make the background transparent */
}
.navbar .navbar-brand {
    color: #fff; /* Text color in the navigation bar */
}


.navbar{
transition: all 0.5s;
}

.navbar-scrolled{
	background: #333;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* text format */
.gradient-text {
    font-weight: 700;
    display: inline-block;
    background-image: linear-gradient(135deg,#846ff4,#f17674);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.gradient-text.blue {
    background-image: linear-gradient(35deg, #17EAD9 0%, #6078EA 100%);
}

.gradient-text.cyan {
    background-image: linear-gradient(135deg,#0ff,#0ff)!important;
}

.special-head {
    color: #28cc8b;
    font-size: 18px;
    position: relative;
}
.box-shadow {
    -webkit-box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
    box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    display: block;
    top: 0;
}

.article {
    background: #fff;
    padding: 25px 15px 15px;
    border: 1px solid #28dca0;
    margin-bottom: 30px;
    text-align: left;
    border-radius: 5px;
    transition: all .4s ease-in-out;
}

.article:hover,
.article.hover{
    background: #448c74;
}

.articlev2{
    background: #fff;
    border: none;
    margin-bottom: 30px;
    text-align: left;
    border-radius: 5px;
    transition: all .4s ease-in-out;
    padding: 35px 15px 15px;
    border-bottom: 3px solid orange
}
.articlev2 img{
    margin-bottom: 10px
}

.hos-article{
    border: 1px solid #00dcd8;
    margin-bottom: 30px;
    text-align: left;
    border-radius: 5px;
    transition: all .4s ease-in-out;
}
.article__icon {
    font-size: 40px;
    position: relative;
    color: #00dcd8;
}
.article__icon .flag-img{
    position: absolute;
    bottom: 19.8%;
    width: 30px;
    right: 12.7%;
}
.article__title {
    font-size: 18px;
    margin-top: 8px;
	font-weight:600;
}
.article p{color: #888}

.article:hover .article__title,
.article:hover p,
.article:hover .article__icon,
.article.hover .article__title,
.article.hover p,
.article.hover .article__icon {
    color: #fff 
}