/*!
Theme Name: ILN+
Version: 1.0
Author: Print & Creative Services
*/

@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&family=Quicksand:wght@700&display=swap";
                                                                                                                                       /*
*/
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: "Quicksand",sans-serif;
  font-weight: 300; }

h5, .h5 {
	margin-bottom: 1.5rem;
	line-height: 1.5;
}

.sub-menu {
	list-style: none !important;
	position: absolute;
	display: none;
}

.nav li:hover > ul.sub-menu {
	display: block;
	margin: 0;
}

.sub-menu li {
	width: 100px;
	margin-left: -33px;
	background-color: #fff;
}

.rounded {
    border-radius: 0.25rem!important;
}

.nav-link {
    padding: 0;
}

body nav .nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

body nav .navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}

body nav .navigation li {
	position: relative;
}

body nav .navigation li a {
	margin: 0 1rem;
	color: rgba(0, 0, 0, 0.5);
}

body nav .navigation li a:hover {
	color: rgba(0, 0, 0, 0.9);
}

body nav .navigation li a:current {
	color: rgba(0, 0, 0, 0.9);
}

body nav .navigation li:first-child a {
	margin-left: 0;
}

body nav .navigation li:last-child a {
	margin-right: 0;
}

body {
  color: #3f3f3f;
  font-family: "Open Sans",sans-serif;
  background-color: #fff; }

nav img.logo {
  height: 60px; }

.bg-primary {
  background-color: #0071BC !important; }


#grad1 {
  background-color: #009cce !important; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #2e3094 , #009cce)!important;
}

.overlay-blue {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 119, 184, 0.9);
	background: linear-gradient(218deg, rgba(0,156,206,0.9) 0%, rgba(46,48,148,0.9) 100%);
    z-index: 0;
    transition: all .25s ease; }

.my-bg-gradient {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	background: rgba(0,156,206,0.8);
	background: linear-gradient(218deg, rgba(0,156,206,0.8) 0%, rgba(46,48,148,0.8) 100%);
	z-index: 0;
}

hr {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

footer a, footer a:hover {color: #fff;}
footer ul {list-style: none; padding: 0;}
footer ul li a, footer ul li a:active, footer ul li a:visited, footer ul li a:hover {color: #fff;}

@media only screen and (max-width: 720px) {
	
	body nav .navigation {
		flex-direction: column;
		padding-top: 1.5rem
	}
	
	body nav .navigation li a {
		margin: 0;
	}
}
