@font-face {
	font-family: SerifaBQ-Medium;
	font-weight: normal;
	src: url("fonts/SerifaBQ-Medium.otf") format("opentype");
}
@font-face {
	font-family: Interstate-Regular;
	font-weight: normal;
	src: url("fonts/Interstate-Regular.otf") format("opentype");
}
@font-face {
	font-family: Interstate-Bold;
	font-weight: bold;
	src: url("fonts/Interstate-Bold.otf") format("opentype");
}
:root {
	--red: #E21D26;
	--green: #8AC700;
	--blue1: #133055;
	--blue2: #8095B6;	
}
* {
	outline: 0 !important;
	transition: all 0.3s ease-in-out;
}
html, body {
	font-family: 'Interstate-Regular', sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: var(--blue1); 
	background: #fff;
	overflow-x: hidden;
	padding: 0 !important;
}
h1, h2, h3, h4, h5, h6 {	
	font-weight: 700;	
	font-family: 'SerifaBQ-Medium', sans-serif;
}
a {
	color: var(--blue1); 
}
a:hover {
	color: #eb5d40;
	text-decoration: none;
}
p {
	margin-bottom: 5px;
}

.ray:hover::before {
	left: 150%;
}
.ray::before {
	content: " ";
	background: rgba(255,255,255,0.5);
	width: 30%;
	height: 150%;
	left: -100%;
	top: -20%;
	transition: all 1s ease 0s;
	position: absolute;
	z-index: 2;
	transform: rotate(10deg);
}


/* header */
header {
	z-index: 999;
	position: relative;
	height: 60px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}
.navbar {
	padding: 8px 0 0 0;
}
header.fixed .navbar-brand.logo img {
	width: 100px;
}
main#content {
	margin-top: 50px;
}
.navbar-brand {
	margin: 0;
	position: absolute;
	top: 0;
	padding: 20px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	transition: all 0.3s ease-in-out;
}
.navbar-brand.logo img {
	width: 175px;
}
body.fixed .navbar-brand.logo img {
	width: 125px;
}
.navbar-toggler {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 999;
}
#mainnav {
	padding-left: 225px;
}
#mainnav a.nav-link, #mainnav .separator.nav-link {
	padding: 10px 0;
	color: var(--blue1);
	letter-spacing: -0.75px;
}
#mainnav .menu > li {
	margin: 0;
	padding: 10px 10px 5px 10px;
}
#mainnav .menu > li.active a, #mainnav .menu > li:hover a {
	color: #fff;
}
#mainnav .menu > li.active, #mainnav .menu > li:hover {
	color: #fff;
	background: linear-gradient(200deg, rgba(19,48,85,0.9) 0%, rgba(255,0,0,0.9) 100%);
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
	padding: 10px 10px 45px 10px;
	max-height: 93px;
}
#mainnav .menu > li.parent:hover {
	max-height: initial;
}
.nav-header.nav-link.dropdown-toggle {
	padding: 10px 0;
}
.dropdown-item {
	padding: 5px 0;	
	letter-spacing: -0.75px;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #06dc06 !important;
	text-decoration: none;
	background-color: transparent;
	padding: 5px 0s;
}
.dropdown-menu li.active a {
	color: #06dc06 !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: initial;
}
.dropdown-menu {
	background: transparent;
	border: none;
}

/************************************************/
.bgv {
	background: rgb(19,48,85);
	background: linear-gradient(200deg, rgba(19,48,85,0.9) 0%, rgba(255,0,0,0.9) 100%); 
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
	color: #fff;
	padding: 10px 10px 20px 10px;
}
.bgh {
	background: rgb(19,48,85);
	background: linear-gradient(-90deg, rgba(19,48,85,0.9) 0%, rgba(255,0,0,0.9) 100%); 
	color: #fff;
}
.bghv {
	background: rgb(138,196,69);
	background: linear-gradient(90deg, rgba(138,196,69,1) 0%, rgba(19,48,85,1) 100%); 
	color: #fff;
}


/************************************************/

.mod_inx_banner {	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner_left {
	padding: 15px;
	position: relative;
}
.banner_box {
	margin: 200px 0;
	padding: 25px;
	background: #fff;
	max-width: 350px;
}
.banner_box h1 {
	color: var(--red);
	font-size: 2rem;
	line-height: 2rem;
}
.banner_box p {
	margin: 15px 0;
}
.banner_box a {
	padding: 15px 15px 25px 15px;
	font-size: 1.5rem;
	position: absolute;
}

.banner_right {
	background: rgb(138,196,69); 
	background: linear-gradient(180deg, rgba(138,196,69,1) 0%, rgba(132,149,173,0.5) 100%);
	/*height: 100%;*/
	clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
	padding: 100px 50px 242px 150px;
	position: absolute;
	max-width: 500px;
	right: 0;
}
.sp_head {
	margin: 25px 0;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
}
.sp_image {
	position: relative;
}
.sp_intro {
	position: absolute;
	top: 20%;
	left: 15%;
	color: #fff;
	font-size: 1.5rem;
}

.sp_box {
	background-color: #133055;
	padding: 13px 20px 0 20px;
	width: 90%;
	margin: 0 auto;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	color: #fff;
}
.sp_box a {
	color: #fff;
}
.sp_title {
	margin-top: -44px;
	margin-left: -20px;
	padding: 10px;	
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}
.sp_date {
	font-size: 0.8rem;	
	margin: 10px 0;
}
.sp_intro {

}
.sp_info {

}
.sp_link a {
	padding: 5px 0 5px 0;
	display: block;
}

/************************************************/

#news {
	background: rgb(128,149,182);
	background: linear-gradient(270deg, rgba(128,149,182,1) 0%, rgba(19,48,85,1) 100%); 
	color: #fff;
	min-height: 500px;
	padding: 50px 0;
}
#news a.tab-trigger {
	padding: 5px 10px;
	background-color: var(--blue2);
	color: #fff;
	margin: 0 3px;
}
#news a.tab-trigger.active, #news a.tab-trigger:hover {
	color: var(--blue1);
	background: #fff;
}


.news-item {
	padding: 20px;
	background-color: #fff;
	color: var(--blue1);
	height: 100%;
	min-height: 150px;
	margin-bottom: 15px;
	position: relative;
}
.news-item .category {
	font-size: 0.8rem;
}
.news-item h4 {
	font-size: 1rem;

	font-weight: normal;
}


/************************************************/

#related {	
	color: #fff;
	min-height: 500px;
	padding: 50px 0;
}
#related a.tab-trigger {
	padding: 5px 10px;
	background-color: var(--blue2);
	color: #fff;
	margin: 0 3px;
	border: 1px solid #8095b6;
}
#related a.tab-trigger.active, #related a.tab-trigger:hover {
	color: var(--blue1);
	background: #fff;
	border: 1px solid rgba(128,149,182,1);
}
#related .publications-item {
	border: 1px solid rgba(128,149,182,1);
}
.related {
	padding: 20px;
	background-color: #fff;
	color: var(--blue1);
	height: 100%;
	min-height: 150px;
	margin-bottom: 15px;
	position: relative;
}
.related .category {
	font-size: 0.8rem;
}
.related h4 {
	font-size: 1rem;
	font-weight: normal;
}






/************************************************/
.mod_policies {
	padding: 50px 0;
	position: relative;
}
.mod_policies_mask {
	position: absolute;
	left: -10%;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 80%;
	clip-path: polygon(0 0, 60% 0, 100% 100%, 36% 100%);
	background: linear-gradient(180deg, rgba(138,196,69,1) 0%, rgba(138,196,69,0.1) 100%);
	z-index: 0;
}
.mod_policies .mod_policies_title {
	z-index: 2;
	position: relative;
	color: var(--blue1);
}
.mod_policies_title p {
	color: var(--blue1);
}
.policies-items {
	margin: 50px 0;
	position: relative;
}
.mod_policies .tab-pane {	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	position: relative;
}
.mod_policies .policies-info {
	position: absolute;
	bottom: 20%;
	left: 50px;
	background-color: rgba(255,255,255,0.9);
	padding: 20px;
	max-width: 400px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.policies-info:hover {
	background-color: #fff;
}
#myPolicies {
	height: 500px;
	position: relative;
	z-index: 1;
	border-radius: 0;
	border: none;
}
#myPolciesContent {
	position: absolute;
	top: 65px;
	left: 25px;
	right: 25px;
	bottom: 25px;
	z-index: 2;
	background: linear-gradient(75deg, rgba(89,114,153,1) 0%, rgba(203,216,236,1) 100%);  
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
#myPolicies a.nav-link {
	background: rgb(89,114,153);
	background: linear-gradient(75deg, rgba(89,114,153,1) 0%, rgba(203,216,236,1) 100%);
	color: #fff;
	border-radius: 0;
	border: none;
	padding: 15px 20px;
	font-size: 0.9rem;
	line-height: 1em;
	min-height: 85px;		
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	clip-path: polygon(96% 0, 100% 4%, 100% 100%, 0 100%, 0 0);
	font-family: 'SerifaBQ-Medium', sans-serif;
}
#myPolicies a.nav-link.active, #myPolicies a.nav-link:hover {
	height: calc(100% + 20px);
	background: rgb(19,48,85);
	background: linear-gradient(0deg, rgba(19,48,85,0.9) 0%, rgba(255,0,0,0.9) 100%);
	color: #fff;
	border: none;
	border-radius: 0;
	margin-top: -20px;
	font-size: 1rem;
	line-height: 1em;
}
#myPolciesContent .tab-pane a {
	padding: 20px 20px 30px 20px;
	font-size: 1.5rem;
	position: absolute;
	margin-top: 5px;
}


/************************************************/

.mod_inx_initiatives {
	padding: 80px 0 50px 0;
	background: rgb(68,90,121);
	background: linear-gradient(180deg, rgba(68,90,121,1) 0%, rgba(20,47,85,1) 100%); 
	color: #fff;
	position: relative;
}
.mod_inx_initiatives_mask {
	position: absolute;
	left: 40%;
	right: -10%;
	top: 0;
	bottom: 0;
	max-width: 70%;
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	background: rgb(122,178,12);
	background: linear-gradient(180deg, rgba(122,178,12,1) 0%, rgba(20,47,85,1) 100%); 
	z-index: 0;
}

.initiative_box_head {
	padding: 5% 20%;
}

.initiative_box {
	background: rgb(203,214,216);
	background: linear-gradient(270deg, rgba(203,214,216,1) 0%, rgba(20,47,85,1) 100%); 
	padding: 10px;
	margin: 0 20px;
}
.initiative_box .col-6 {
	display: flex;
	justify-content: center;
	align-items: flex-start;	
	flex-direction: column;
}
.initiative_box a {
	padding: 10px 20px 20px 20px;
	font-size: 0.9rem;
	background: rgb(227,6,19);
	background: linear-gradient(273deg, rgba(227,6,19,1) 0%, rgba(20,47,85,1) 100%); 
}

.initiative_box img {
	margin-left: -20px;
}


/************************************************/
.mod_inx_our_members {
	padding: 80px 0;
	position: relative;
	color: #fff;
}
.mod_inx_our_members_mask {
	position: absolute;
	left: -10%;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 60%;
	clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
	background: rgb(159,209,45);
	background: linear-gradient(180deg, rgba(159,209,45,1) 0%, rgba(255,255,255,1) 100%);
	z-index: 0;
}
.member_box_intro {
	padding: 5% 20%;
	color: var(--blue1);
}
.member_box_intro a {
	padding: 10px 20px 20px 20px;
	font-size: 0.9rem;
	margin-top: 30px;
	position: absolute;
}
.member_box .col-8 {
	display: flex;
	justify-content: center;
	align-items: flex-start;	
	flex-direction: column;
}
.member_box {
	padding: 25px;
	background: rgb(138,199,0);
	background: linear-gradient(90deg, rgba(138,199,0,1) 0%, rgba(20,47,85,1) 100%); 
	color: #fff;
	position: relative;
}
.member_box a {
	position: absolute;
	padding: 10px 20px 20px 20px;
	font-size: 0.9rem;
	background: rgb(227,6,19);
	background: linear-gradient(273deg, rgba(227,6,19,1) 0%, rgba(20,47,85,1) 100%); 
}

/************************************************/
.mod_inx_follow {
	padding: 80px 0 50px 0;
	position: relative;
	color: #fff;
}
.mod_inx_follow .container {
	position: relative;
	z-index: 10;
}
.mod_inx_follow_mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;	
	background: linear-gradient(90deg, rgba(116, 136, 165, 0.8) 0%, rgba(126, 151, 186, 1) 100%);
	z-index: 1;
}
.mod_inx_follow_mask_ray {
	position: absolute;
	left: 50%;
	right: -10%;
	top: 0;
	bottom: 0;
	max-width: 60%;
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	background: rgb(122,178,12);
	background: linear-gradient(180deg, rgba(122,178,12,1) 0%, rgba(20,47,85,0.5) 100%);
	z-index: 3;
}
.mod_inx_follow_bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 0;
}
.mod_inx_follow .sbtn {
	position: absolute;
	background: linear-gradient(90deg, rgba(20,47,85,1) 0%, rgba(138,199,0,1) 100%);
	color: #fff;
	padding: 10px 20px;
	overflow: hidden;
}
.mod_inx_follow i.fab {
	font-size: 2rem;
	padding: 10px;
	color: #fff;
}


/************************************************/

.moduletable h3 {
	font-size: 1rem;
	line-height: 1.1rem;
	margin-bottom: 20px;
}

/************************************************/
.dropdown-item.active, .dropdown-item:active {
	background-color: transparent;
}
/************************************************/


/************************************************/


.about-page {
	background: rgb(127,148,181);
	background: linear-gradient(176deg, rgba(127,148,181,1) 0%, rgba(255,255,255,1) 100%); 
}
.about-page .page-header {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	min-height: 450px;
}
.about-page .page-header .container {
	min-height: 450px;
	height: 100%;
	display: flex;
	flex-direction: column-reverse;
}
.about-page .page-title {
	background: rgba(255,255,255,0.9);
	padding: 25px;
	display: inline-block;
	position: absolute;
	bottom: 75px;
}
.about-page .page_mask {
	background: linear-gradient(180deg, rgba(138,196,69,1) 0%, rgba(132,149,173,0) 100%);
	height: 120%;
	clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
	padding: 100px 50px 155px 150px;
	position: absolute;
	min-width: 45%;
	right: 0;
	top: 0;
	bottom: 0;
}
.about-page .page-content {
	padding: 30px 0;
}
.about-page .page-content .about-box {
	padding: 35px;
	background-color: rgba(255,255,255,0.9);
	color: #00186a;
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	margin-bottom: 25px;
}
.about-page .page-content .about-box p {
	margin-bottom: 15px;
}
.about-page .page-content .about-box h3 {
	color: #E30613;
	font-size: 1.2rem;
	margin: 0;
}
.about-page .article-contact {
	padding: 75px 25px;
}
.about-page .article-contact h3 {
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
	background: #fff;
	color: var(--blue1);
	padding: 10px 30px 20px 20px;
	font-size: 1rem;
	min-width: 60%;
	display: inline-block;
	margin: 20px 0;
}
.about-page .article-sidebar-numbers {
	padding: 25px 20px 50px 20px;
	background: var(--blue1);
	color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
}
.about-page .article-sidebar-numbers .col-8 {
	padding-left: 25px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.about-page .article-sidebar-numbers .nrnr {
	font-size:3rem;
	line-height: 3.5rem;
	font-weight: 900;
	font-family: 'Interstate-Bold', sans-serif;
	color: var(--green);
	letter-spacing: -3px;
}

/************************************************/

.value-page {
	background: rgb(127,148,181);
	background: linear-gradient(176deg, rgba(127,148,181,0.3) 0%, rgba(255,255,255,1) 100%); 
}
.value-page .page-header {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	min-height: 450px;
}
.value-page .page-header .container {
	min-height: 450px;
	height: 100%;
	display: flex;
	flex-direction: column-reverse;
}
.value-page .page-title {
	background: rgba(255,255,255,0.9);
	padding: 25px;
	display: inline-block;
	position: absolute;
	bottom: 75px;
}
.value-page .page_mask {
	background: linear-gradient(180deg, rgba(138,196,69,1) 0%, rgba(132,149,173,0) 100%);
	height: 120%;
	clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
	padding: 100px 50px 155px 150px;
	position: absolute;
	min-width: 45%;
	right: 0;
	top: 0;
	bottom: 0;
}
.value-page .page-content {
	padding: 30px 0;
}
.value-page .page-content .about-box {
	padding: 35px;
	background-color: rgba(255,255,255,0.9);
	color: #00186a;
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	margin-bottom: 100px;
	margin-top: -60px;
}
.value-page .page-content .about-box p {
	margin-bottom: 15px;
}
.value-page .page-content .about-box h3 {
	color: #E30613;
	font-size: 1.2rem;
	margin: 0;
}
.value-page .article-contact {
	padding: 75px 25px;
}
.value-page .article-contact h3 {
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
	background: #fff;
	color: var(--blue1);
	padding: 10px 30px 20px 20px;
	font-size: 1rem;
	min-width: 60%;
	display: inline-block;
	margin: 20px 0;
}

/************************************************/
.mod_inx_applications {
	padding: 50px 0;
}
.mod_inx_applications h3 {
	margin-bottom: 25px;
}
.mod_inx_applications .link {
	margin-top: 50px;
}
.mod_inx_applications .application {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
	position: relative;
	height: 175px;
	margin-bottom: 20px;
	overflow: hidden;
}
.mod_inx_applications .application:hover {
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.mod_inx_applications .application:hover h4 {
	background: var(--blue1);
}
.mod_inx_applications .application h4 {
	position: absolute;
	padding: 5px 25px 5px 15px;
	color: #fff;
	background: #FDD051;
	font-size: 1rem;
	line-height: 1rem;
	left: 0;
	right: 25px;
	bottom: 25px;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
/************************************************/

.mod_inx_peoples {
	padding: 50px 0;
}
.mod_inx_peoples h3 {
	margin-bottom: 25px;
}
.mod_inx_peoples .link {
	margin-top: 50px;
}
.mod_inx_peoples .peoples {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.mod_inx_peoples .peoples h4 {
	padding: 15px 15px 15px 15px;
	color: #fff;
	background: var(--blue1);
	font-size: 1.3rem;
	line-height: 1.3rem;
	text-align: center;
}


/************************************************/
.initiatives_wesbite {
	padding: 25px 25px 50px 25px;
	background: var(--blue1);
	color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
	color: #fff;
}

.initiatives_wesbite a {
	color: #fff;
}
/************************************************/
/*.guideline*/
.guideline-page h4 {
	color: #89c601;
	font-size: 15px;
	margin-bottom: 15px;
}
.guideline-page h5 {
	color: #eb5d40;
	font-size: 15px;
	margin-bottom: 15px;
}
.guideline-page a {
	color: #89c601;
}

.box-eu {
	margin-top: 35px;
	padding: 35px;
	background-color: rgba(255,255,255,0.9);
	color: #00186a;
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.item-eu {
	background: #89c601;
	padding: 15px;
	font-size: 0.9rem;
	margin-bottom: 15px;
	height: calc(100% - 15px);
}
.item-eu:hover {
	background: #73a603;
}
.item-eu a {
	color: #fff;
	display: block;
}


.box-replaceability {
	margin-top: 35px;
	padding: 35px;
	background: linear-gradient(-90deg, rgba(20,47,85,1) 0%, rgba(138,199,0,1) 100%);
	color: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.box-replaceability h5 {
	color: #fff !important;
}
.item-replaceability a {
	background: #fff;
	color: var(--blue1);
	padding: 5px 10px;
	display: block;
}

.box-how {
	margin-top: 35px;
	padding: 35px;
	background-color: var(--blue1);
	color: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.box-how h5 {
	color: #fff !important;
}
.item-how {
	background: #fff;
	padding: 15px;
	font-size: 0.9rem;
	margin-bottom: 15px;
	height: calc(100% - 15px);
	text-align: center;	
	font-size: 1.1rem;
}
.item-how a {
	color: var(--green);
}
.item-how i {
	color: var(--blue1);
	padding-top: 10px;
	font-size: 1.5rem;
}
.how:hover {
	background: #73a603;
}

.box-moredet {
	margin-top: 35px;
	padding: 35px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}



/************************************************/

.mod_inx_download_center input {
	font-size: 0.8rem;
	margin-bottom: 1px !important;
}

.mod-login {
	padding: 25px 25px 50px 25px;
	background: var(--blue1);
	color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
}

#login-form {
	margin: 35px 0;
}
#login-form .input-prepend {	
	margin-bottom: 25px;
}
#login-form.form-inline label {
	text-align: left !important;
}
.mod-statistics {
	font-size: 0.8rem;
}

/************************************************/

header > .container {
	position: relative;
}
#socisons {
	position: absolute;
	right: 25px;
	top: 60px;
	z-index: 9999;
	color: #fff;
	background: #89c600;
	padding: 0 10px;
}
/************************************************/


/************************************************/


/************************************************/


/************************************************/


/************************************************/


/************************************************/


/************************************************/


/************************************************/


/************************************************/

footer {
	padding: 30px 0 50px 0;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(20,47,85,1) 100%);
	color: var(--blue1);
}
footer .flogo {
	max-width: 150px;
}
.finfo {
	color: var(--blue1);
	padding: 15px 10px;
	font-size: 0.8rem;
	line-height: 1em;
}
.fmenu {
	display: flex;
	justify-content: center;
}
.fmenu .menu {
	flex-direction: row;
}
.fmenu .menu .nav-link {
	padding: 10px 15px;
	text-align: center;
	color: #fff;
}
.fmenu .menu .nav-link:hover {
	color: var(--blue1);
}
.fnav {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

.ffollow {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
	color: var(--blue1);
	margin: 25px 0;
	padding: 10px 0 9px 0;
}

.ffollow a i {
	color: #fff;
	font-size: 1.2rem;
	padding: 0 10px;
}
.ffollow a:hover i {
	color: var(--blue1);
}
.fmember {
	background: linear-gradient(90deg, rgba(20,47,85,1) 0%, rgba(138,199,0,1) 100%);
	color: #fff;
	padding: 11px 20px;	
	margin-left: -10px;
}
.nicon {
	width: 35px;
	margin: 10px 0;
}
.nlink {
	color: #fff;
	text-align: center;
}
.fma {
	background: linear-gradient(90deg, rgba(20,47,85,1) 0%, rgba(138,199,0,1) 100%);
	color: #fff;
	padding: 5px 20px;
	position: absolute;
	left: auto;
	right: 15px;
	overflow: hidden;
	top: -5px;
}


/************************************************************************************************/

.amore a img {
	width: 25px;
}

.publications-sidebar {
	padding: 25px 25px 50px 25px;
	background: var(--blue1);
	color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
	color: #fff;
}
.publications-item {	
	background-color: #fff;
	color: var(--blue1);
	height: 100%;
	min-height: 125px;
	margin-bottom: 15px;		
	overflow: hidden;
}
.publications-item:hover {
	box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}
.publications-item .aimg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.publications-item:hover .aimg {
	transform: scale(1.02);
}
.publications-item .ainfo {
	padding: 15px;
	position: relative;
	height: 100%;
}
.publications-item h4 {
	font-size: 1rem;
	font-weight: normal;
	min-height: 50px;
}
.publications-item h4 a {
	display: block;
}
.publications-item .header {
	font-size: 0.8rem;
}
.publications-item .header b {
	color: #88c501;
}
.publications-item .amore {
	position: absolute;
	right: 15px;
	bottom: 10px;
	font-size: 1.5rem;
}

.publications-item small span {
	color: #88c501;
}
.publications-categories {
	margin-bottom: 20px;
}
.publications-categories a {
	color: #fff;
	background: linear-gradient(-90deg, rgba(32, 61, 97, 0.9) 0%, rgba(255,0,0,0.9) 100%);
	display: block;
	padding: 3px 5px;
	font-size: 0.8rem;
	margin-bottom: 5px;
	margin-right: 10px;
}
.publications-categories a:hover, .publications-categories a.active {
	background: #e3e7ed;
	color: #133055;
}
.publications-sidebar {
	padding: 25px 25px 50px 25px;
	background: var(--blue1);
	color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
	color: #fff;
}

.publications-item.cat-55 {
	color: #fff;
	background-color: var(--blue1);
	height: 100%;
	min-height: 150px;
	margin-bottom: 15px;
	overflow: hidden;
}
.publications-item.cat-55 a {
	color: #fff;
}
.form-control {
	background: #ebf0e4;
}
.search-results .pagination {
	padding: 15px 0 0 0;
}
.search-results .pagination a {
	padding: 5px 5px;
	border: 1px solid var(--blue1);
	margin-right: 5px;
	background: #fff;
	display: block;
	width: 30px;
	text-align: center;
}
.search-results .pagination li.active a, .search-results .pagination li a:hover {
	background: var(--blue1);
	color: #fff;
}
.atag {
	font-size: 0.7rem;
	padding: 1px 10px;
	background: #e3e7ed;
	color: var(--blue1);
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 3px;
	line-height: 1rem;
}
input, select {
	border-radius: 0 !important;
}


/************************************************************************************************/

.page-title h1 {
	font-size: 2rem;
	line-height: 2rem;
	padding-top: 10px;
}
.article-page {
	background: rgb(127,148,181);
	background: linear-gradient(176deg, rgba(127,148,181,1) 0%, rgba(255,255,255,1) 100%); 
}
.article-page .page-header {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	min-height: 450px;
}
.article-page .page-header .container {
	min-height: 450px;
	height: 100%;
	display: flex;
	flex-direction: column-reverse;
}
.article-page .page-title {
	background: rgba(255,255,255,0.9);
	padding: 25px;
	display: inline-block;
	position: absolute;
	bottom: 75px;
}
.article-page .page_mask {
	background: linear-gradient(180deg, rgba(138,196,69,1) 0%, rgba(132,149,173,0) 100%);
	height: 120%;
	clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
	padding: 100px 50px 155px 150px;
	position: absolute;
	min-width: 45%;
	right: 0;
	top: 0;
	bottom: 0;
}
.article-page .page-content {
	padding: 30px 0;
}
.article-page .page-content .box {
	padding: 35px;
	background-color: rgba(255,255,255,0.9);
	color: #00186a;
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.article-page .page-content .box p {
	margin-bottom: 15px;
}
.article-page .page-content .box h3 {
	color: #E30613;
	font-size: 1.2rem;
	margin: 15px 0 10px 0;
}
.article-page .article-contact {
	padding: 75px 25px;
}

.article-page .page-content .box table {
	width: 100% !important;
}
.article-page .article-contact h3 {
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
	background: #fff;
	color: var(--blue1);
	padding: 10px 30px 20px 20px;
	font-size: 1rem;
	min-width: 60%;
	display: inline-block;
	margin: 20px 0;
}
.article-page .article-sidebar {
	padding: 25px 25px 50px 25px;
	background: #BDC5CF;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
}
.goback {
	background: var(--blue1);
	color: #fff;
	padding: 5px 15px;
	position: absolute;
	bottom: -30px;
	left: 0;
}
.goback i {
	margin-right: 10px;
}

/************************************************************************************************/
.roadmaps {
	margin: 20px 0 50px 0;
}
.roadmap {
	position: relative;
}
.roadmap h3 {
	margin: 20px 0 !important;
}
.roadmap img {
	width: 225px;
	position: relative;
	z-index: 2;
	margin-left: 10px;
}
.roadmap a {
	display: inline-block;
	color: #fff;
	background: linear-gradient(90deg, rgba(19,48,85,0.9) 0%, rgba(255,0,0,0.9) 100%);
	padding: 20px 20px 10px 275px;
	position: absolute;
	bottom: -10px;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
.roadmap i.fas {
	font-size: 1.2rem;
	margin-left: 10px;
}

/************************************************************************************************/

.event_details {
	padding: 30px 0;
}
.event_dates {
	padding: 15px 0;
}
.event_dates span {
	color: var(--green);
}
.event_details a.btn-url {
	background: linear-gradient(90deg, rgba(227,6,19,1) 0%, rgba(20,47,85,1) 100%);	
	color: #fff;
	padding: 3px 10px;	
	margin: 5px 0;
	display: inline-block;
	overflow: hidden;
	position: relative;
	font-size: 0.9rem;
}
.event_program {
	padding: 10px 15px;	
}
.event_program .program {
	border: 1px solid var(--blue1);
	border-bottom: 1px solid var(--green);
}
.event_program .program .col-5, .event_program .program .col-7 {
	padding-top: 10px;
	padding-bottom: 7px;
}
.event_program .program .col-5 {
	background: var(--blue1);
	color: #fff;
}


/************************************************************************************************/
.guideline-sidebar {
	padding: 25px 25px 50px 25px;
	background: var(--blue1);
	color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
	font-size: 14px;
}
.guideline-sidebar h4 {
	font-size: 14px;
	font-family: Interstate-Regular;
	margin-bottom: 15px;
}
.guideline-sidebar .dclink {
	font-size: 0.8rem;
	padding: 2px 20px 2px 10px;
	background: #e3e7ed;
	color: var(--blue1);
	display: inline-block;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 1px;
	text-align: left;
	border-radius: 0;
	width: 100%;
	position: relative;
}
.guideline-sidebar .dclink i.fas {
	position: absolute;
	right: 5px;
	top: 5px;
}
.guideline-sidebar .col-8 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.btn-download-pdf {
	background: linear-gradient(90deg, rgba(20,47,85,1) 0%, rgba(138,199,0,1) 100%);
	color: #fff;
	padding: 5px 10px;
	width: 100%;
	text-align: center;
	border: none;
}
.btn-download-pdf:hover {
	background: rgba(138,199,0,1);
}
 
/************************************************************************************************/
.fmenu .menu .nav-link {
	text-align: left;
}
.fmenu .dropdown-item {
	white-space: break-spaces;	
}
.fmenu .menu li.parent.dropdown:hover .nav-link {
	color: #163056 !important;
}
.fmenu .menu li.parent.dropdown:hover {
	background: #fff;
	font-size: 0.9rem;
	line-height: 1rem;
	color: #163056 !important;
}
.fmenu .menu li.parent.dropdown:hover > ul.dropdown-menu {
	display: block;
	padding: 5px 15px;
	font-size: 0.9rem;
	line-height: 1rem;
	color: #163056 !important;
	max-width: 150px;
}

/************************************************************************************************/
.gimg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mod_inx_numbers img {
	max-width: 95%;
}
.mod_inx_numbers .col-md-4 {
	text-align: left;
}

/************************************************************************************************/

.page-content .box p a {
	color: #88c501;
}

.topsearch {
	margin-top: 13px;
	z-index: 999999;
}
/************************************************************************************************/
table.webtable hr {
	display: none;
}
table.webtable p {
	border: 1px solid var(--blue1);
	border-bottom: 1px solid var(--green);
	margin: 0 !important;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
table.webtable p strong {
	background: var(--blue1);
	color: #fff;
	width: 120px;
	min-width: 120px;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 15px;
	text-align: center;
}
table.webtable a {
	color: #ee1a1d;
}

table.webtable2 tr > td:first-child {
	background: var(--blue1);
	color: #fff;
	padding: 5px 10px;
}
table.webtable2 tr > td:nth-child(2) {
	padding: 5px 10px;	
}
table.webtable2 tr {
	border: 1px solid var(--blue1);
	border-bottom: 1px solid var(--green);
}

table.webtable2 a {
	color: #ee1a1d;
}
/************************************************************************************************/

.policy-page .page-content .box ul li a {
	color: #88c501;
}

/************************************************************************************************/


.about-box p a {
	color: #8ac700;
}

/************************************************************************************************/


@media only screen and (max-width: 768px) {
	.navbar-brand.logo img {
		width: 125px;
	}
	body.fixed .navbar-brand.logo img {
		width: 100px;
	}
	#mainnav {
		margin: 0;
		background: #fff;
		position: absolute;
		left: -15px;
		right: -15px;
		top: 0;
		bottom: 0;
		height: 100vh;
		z-index: 99;
		padding: 25px 0 0 0;
	}
	#mainnav .menu > li {
		padding: 10px 15px 15px 15px;
	}
	#mainnav .menu > li.active, #mainnav .menu > li:hover {
		padding: 10px 15px 15px 15px;
	}
	.navbar-nav {
		margin-right: 40px;
	}
	.banner_right {
		position: relative;
		padding: 30px 50px 50px 100px;
	}
	#news ul.nav li {
		margin-bottom: 15px;
	}
	#myPolicies {
		height: auto;
	}
	#myPolicies li.col {
		flex-basis: auto;
		height: 35px !important;
		overflow: hidden;
		width: 100%;
	}
	#myPolicies a.nav-link {
		height: 35px !important;
		min-height: initial;
		clip-path: initial;
		position: absolute;
		left: 0;
		right: 0;		
	}
	#myPolicies a.nav-link.active, #myPolicies a.nav-link:hover {
		margin: 0;
		height: 35px !important;
		padding: 10px 20px;
	}
	#myPolciesContent {
		position: relative;
		height: 400px;
		left: 0;
		right: 0;
		top: 5px;
	}
	.mod_policies .policies-info {
		position: absolute;
		bottom: 10%;
		left: 20px;
		padding: 20px;
		max-width: 90%;
	}
	.mod_inx_our_members_mask {
		max-width: 120%;
	}
	.initiative_box {
		margin-bottom: 20px;
	}
	.mod_inx_follow {
		padding: 50px 0 30px 0;
	}
	.mod_inx_follow .sbtn {
		margin-bottom: 80px;
		margin-top: -30px;
	}
	.ffollow {
		line-height: 2rem;
		padding: 0 0 10px 0;
	}
	.ffollow a.fmember {
		display: block;
	}
	.mod_inx_our_members {
		padding: 30px 0 80px 0;
	}
	.mod_inx_our_members {
		padding: 50px 0 80px 0;
	}
	.member_box_intro {
		padding: 5% 20% 5% 5%;
		height: 250px;
	}
	footer {
		padding: 50px 0 125px 0;
	}
	footer .text-center, footer .text-right {
		text-align: left !important;
	}
	.mod_inx_initiatives {
		padding: 50px 0 50px 0;
	}
	.initiative_box_head {
		padding: 0 5% 5% 0%;
	}
	.initiative_box h5 {
		font-size: 1.1rem;
	}
	.mrev {
		flex-direction: column-reverse;
		margin-bottom: 0 !important;
	}
	.initiative_box_head {
		padding: 0 5% 5% 5%;
	}
	.initiative_box img {
		width: calc(100% + 20px);
		max-width: calc(100% + 20px);
	}
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	

#back-top {
	font-size: 1.15rem;
	line-height: 2.3rem;
	position: fixed;
	bottom: -80px;
	right: 15px;
	width: 40px;
	height: 0;
	background: linear-gradient(200deg, rgba(19,48,85,0.9) 0%, rgba(255,0,0,0.9) 100%);
	color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
	text-align: center;
	z-index: 99;
	transition: 0.3s ease all;	
}
#back-top.showed {
	bottom: 10px;
	width: 40px;
	height: 50px;
}

scroll-behavior: smooth;
