@charset "utf-8";
/* CSS Document */

/* ============ FONT FACE  ============ */


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700;800;900&display=swap');


/* ============ NAVIGATION  ============ */


.nav {
	overflow: hidden;
	width: 100%;
	float: right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


/* Style the links inside the navigation bar */
.nav a, .dropdown .dropbtn a {
	float: left;
	display: block;
	font-family: "Roboto Condensed", "Arial Narrow", "sans-serif", condensed;
	color: #333333;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px 12px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media screen and (max-width: 860px) { 
	.nav a,.dropdown .dropbtn a {padding: 10px 8px;} .dropdown .dropbtn a {padding-right: 10px;}}

/* Add an active class to highlight the current page */
.nav a.active {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn a {
	
	
	font-family: "Roboto Condensed", "Arial Narrow", "sans-serif", condensed;
	color: #333333;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	border: none;
	outline: none;
	padding-right:30px;
	margin: 0;
	background-color: inherit;
	background-image: url(../img/icons/down-dark.png);
	background-repeat: no-repeat;
	background-position: 90% 55%;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #F8F8F8;
	min-width: 160px;
	z-index: 100;
	-webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.2);
	border-top: 3px solid #134A86;
}


/* Style the links inside the dropdown */
.dropdown-content a {
	float: none;
	color: #111111;
	padding: 8px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	border-bottom: 1px solid #EFEFEF;
	text-transform: capitalize;
	font-family: "Roboto", "Arial",sans-serif, normal;
	font-weight: 400;
	letter-spacing: normal;
}


/* Add a dark background on topnav links and the dropdown button on hover */
.nav a:hover, .dropdown:hover .dropbtn {
  	color: #134A86;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
	background-color: #ECECEC;
	color: #232323;
	text-indent: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.dropdown-content a.active { color: #134A86 ;font-weight: 400;}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {display:block;}
 
/* Hide the link that should open and close the topnav on small screens */

.change {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav .nav-icon {
	display: none;
	width: 48px;
	height: 48px;
	padding-left: 10px;
	text-indent: 0px;
}

/* ---- menu bars ---- */
.bar-wrap {
	display: inline-block;
	cursor: pointer;
	z-index: 2;
	text-indent: 0px;
	width: 24px;
	height: 24px;

}
.bar1, .bar2, .bar3 {
	width: 24px;
	height: 3px;
	background-color: #134A86;
	margin: 4px 0;
	transition: 0.4s;
}
.change .bar1 {
  	-ms-transform: rotate(45deg) translate(6px 10px); /* IE 9 */
  	-webkit-transform: rotate(45deg) translate(6px, 10px); /* Safari 3-8 */
  	transform: rotate(45deg) translate(8px, 9px);
	width: 26px;
  	margin: 0;
}
.change .bar2 {opacity: 0; margin:0;}
.change .bar3 {
  	-ms-transform: rotate(-45deg) translate(-5px, 2px); /* IE 9 */
  	-webkit-transform: rotate(-45deg) translate(-5px, 2px); /* Safari 3-8 */
  	transform: rotate(-45deg) translate(-5px, 3px);
	width: 26px;
  	margin: 0;
}
 

/* When the screen is less than 600 pixels wide, hide all links,. Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 768px) {
	
   .nav { right:auto; }
	
  .nav a, .dropdown .dropbtn {
    display: none;
  }
  .nav a.nav-icon {
	float: right;
	display: block;
	text-indent: 0px;
  }
	
.nav a.nav-icon:hover {text-indent: 0px;}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 768px) {
  .nav.mob-nav {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(245,245,245,0.95);
	overflow-x: hidden;
	transition: 0.5s;
	padding: 15px 15px;
}
  .nav.mob-nav a.nav-icon {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .nav.mob-nav a.nav-icon:hover {
	text-indent: 0px;
  }
  .nav.mob-nav a {
	color: #111111;
	float: none;
	display: block;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
  }
	
.nav.mob-nav a:hover, .nav.mob-nav .dropdown .dropbtn:hover {
	color: #134A86;
	text-indent: 3px;	
  }
	
 .nav.mob-nav .dropdown {float: none; background-color: transparent;}
 .nav.mob-nav .dropdown-content {position: relative; padding-left:6%; background-color: transparent;}
 .nav.mob-nav .dropdown-content a {
	background-color: transparent;
	border-bottom: 1px solid #FFFFFF;
}
.nav.mob-nav .dropdown-content a:hover {color: #134A86;}
	
 .nav.mob-nav .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
	
  }
	
/* ---- underline ---- */	
	
.hvr-underline-center.active::before,
.hvr-underline-center:hover:before,
.hvr-underline-center:focus:before,
.hvr-underline-center:active:before  {display: none;}	

}

/* Underline From Center */
.hvr-underline-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #134A86;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-center:hover:before, .hvr-underline-center:focus:before, .hvr-underline-center:active:before {
  left: 0;
  right: 0;
}
.hvr-underline-center.active::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #134A86v;
  height: 3px;
	
}
