@import url("https://use.typekit.net/kin5eyx.css");

.nav-heading {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 9px;
}

.banner-block {
	position: relative;
}

.banner-block::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(112, 112, 112, 1) 0%, rgba(255, 255, 255, 0.04) 59%);
}

.banner-block img.banner-img {
	width: 100%;
}


.navbar-nav,
.navbar-expand-lg .navbar-nav .nav-link {
	width: 100%;
	font-size: 14px;
	font-family: "lato", sans-serif;
	text-transform: uppercase;
	justify-content: space-between;
}



.breadcrumbs {
	font-size: 13px;
	padding: 0;
	margin-bottom: 1rem;
	list-style: none;
	border-radius: 0rem;
	text-align: right;
	color: #70705E;
	font-weight: 500;
}

.breadcrumbs strong{
	color: #0A0465;
}


.navigation-holder {
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%;
	z-index: 9999;
}

.fin-icon {
	position: relative;
}


.navbar-light .navbar-nav .nav-link {
	color: #0A0465;
	display: table;
	height: 100%;
}

.navbar-light .navbar-nav .nav-link:hover {
	background: #0A0465;
	color: #fff;
	transition: 0.5s all ease-in-out;
}

.nav-item,
.nav-item-active {

	position: unset;
}


.nav-item-active {
	background: #0A0465;
	
}
.navbar-light .navbar-nav .nav-item-active a.nav-link{
color: #fff;
}

.nav-item-active .nav-link div {
	font-weight: 600;
}

.menu-scroll {
	position: fixed;
	top: 0;
	left: 0%;
	width: 100%;
	max-width: 100%;
	border-radius: 0;
	border-width: 0px;
	box-shadow: 0px 11px 5px -9px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: 0px 11px 5px -9px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 0px 11px 5px -9px rgba(0, 0, 0, 0.42);
	background: url(../images/nav-banner.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.menu-scroll .loader-span {
	position: absolute;
	display: block;
	transition: 0.1s ease-in-out;
	width: 0%;
	height: 1px;
	left: 0px;
	bottom: 1px;
}

.menu-scroll .loader-span:after {
	content: "";
	height: 10px;
	width: 10px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-22%);
	right: -5px;
	background-color: #27AAE1;
}

.menu-scroll:after {
	content: '';
	height: 5px;
	width: 100%;
	bottom: -5;
	background: linear-gradient(90deg, rgba(51, 172, 223, 1) 55%, rgba(16, 32, 67, 1) 90%);
	position: absolute;
	z-index: -1;
}

.menu-scroll .logo-block img {
	width: 60px;
	padding: 10px 0;
}

.navbar {
	padding: 0;
	position: relative;
	display: block;
	background: #74D1EA;
}

.navbar:before {
	content: '';
	background: #74D1EA;
	position: absolute;
	right: calc(-50% - 15px);
	height: 100%;
	width: 50%;
}



.navbarDropdownholder {
	width: 100%;
}

.nav-link:hover img {
	content: url(../images/icons/search-white.svg);
}

.dropdown-menu {
	border-radius: 0;
	background: #74D1EA;
	width: 100%;
	border: none;
	margin-top: 0px;
	border-top: 2px solid #fff;
	position: relative;
	z-index: 999;
	left: 0;
	padding: 0;
	margin-bottom: 5px;
	min-height: 320px;
	height: 100%;
	animation: fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;

}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.nav-item:hover .dropdown-menu {
	display: block;

}

.navbarDropdownholder {
	height: 100%;
}

.dropdown-item {
	color: #0A0465 !important;
	padding: 7px;
	padding-left: 35px;
	white-space: inherit;
	z-index: 99;
	text-decoration: none !important;
	font-size: 14px;
	position: relative;
	transition: all 600ms ease-in-out;
	font-weight: 600;

}

.dropdown-item::before {
	content: "\e944";
	position: absolute;
	left: 0px;
	font-family: 'icomoon';
	font-weight: bold;
	border: 1px solid #0A0465;
	padding: 0px 4px;
	transition: all 600ms ease-in-out;
	top: 7px;
}

.nav-img-div-blocked-links {
	padding: 20px 0;
	padding-right: 20px;
}

.dropdown-item:hover {
	color: #0A0465 !important;
	padding-left: 50px;
	transition: all 600ms ease-in-out;

}

.dropdown-item:hover:before {
	color: #fff;
	background: #0A0465;
}

.nav-controller a {
	text-decoration: none !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #002F65;
	text-decoration: none;
	background-color: transparent;
}

.btn-outline-dark .home-btn-border:hover {
	border-left: 0px solid #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-toggle {
	position: relative;
	padding-right: 15px;
}

.dropdown-toggle::after {
	content: none;
}

.logo-block-mob {
	display: none;
}

.section-block {
	background: #0A0465;
	padding: 25px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-block p {
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	text-align: center;
	line-height: 1.1;
	margin-bottom: 0;
}

.section-block p strong {
	font-weight: 800;
}
@media screen and (max-width: 1280px) {
.dropdown-menu{
	    min-height: 400px;
}
}

@media screen and (max-width: 1250px) {

	.nav-item,
	.nav-item-active {
		margin-right: 0
	}
}

@media screen and (max-width: 1200px) {
	.section-block p {
    font-size: 20px;
	}
	.results-subtitle {
		width: 100%;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 13px;
		padding-right: 8px;
		padding-left: 5px;
	}

	.navbar:before {
		content: none;
	}
}


@media screen and (max-width:991px) {
	.navbar-nav{
		padding-top: 10px;
	}
	.navbar-collapse {
		width: 100%;
	}

	.dropdown-toggle::after {
		content: "\e93a";
		position: absolute;
		right: 5px;
		font-family: 'icomoon';
		font-weight: bold;
		top: 15px;

	}
.menu-scroll::before{
	content: '';
	background: url(../images/logo/white-logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 10%;
	height: 45px;
	left: 10px;
	position: absolute;
	z-index: 999999;
	
}

	.menu-scroll .loader-span {
		display: none;
	}

	.menu-scroll:after {
		content: none;
	}

	.navbar {
		display: block;
	}

	.navbar button{
		float: right;
	}

	.logo-block-mob {
		display: block;
		padding: 10px 0;
	}

	.logo-block-mob img {
		width: 100%;
	}

	.logo-block {
		display: none;
	}

	.last-dropdown {
		left: auto;
		right: 0px
	}

	.navbar-nav li:hover {
		color: #fff;
		transition: all 500ms ease-in-out;
	}

	.navigation-holder {
		background: #74D1EA;
		padding: 10px 0;
		position: relative;
		top: 0;
	}

	.navigation-holder.menu-scroll {
		position: fixed;
	}

	.nav-item,
	.nav-item-active {
		border-right: 0px dotted #fff;
		border-bottom: 0px dotted #fff;
	}

	.nav-item:hover .dropdown-menu {
		display: none;
	}

	.dropdown-menu.show {
		display: block !important;
		min-height: auto;
	}

	.nav-link-desktop {
		display: none;
	}

	.dropdown-toggle::after {
		position: absolute;
		right: 0;
		top: 24%;
		border-top: 0;
	}

	.dropdown-menu {
		min-width: 100%;
	}

	.foot-title {
		margin-bottom: 15px;
	}

	.full-pageheader {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		background: url(../images/nav-banner.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 15px;
		font-weight: 600;
	}

}

@media screen and (max-width:800px) {
	.navbar-light .navbar-nav .nav-link:hover {
		background: transparent;
	}

	.scrollable {
		width: 100%;
		overflow-x: scroll;
	}

}

@media screen and (max-width: 600px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width:576px) {

	.logo-block-mob img {
		display: block;
		margin-bottom: 0px;
	}


}