  @import 'bootstrap.min.css';
/*@import 'general.css';
@import 'general-media.css';*/
@import 'navigation.css';
@import 'animate.css';
@import 'swiper.min.css';
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
    overflow-x: hidden;
}
h1 {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 42px;
	font-weight: 700;
	font-style: normal;
	color: #005A64;
    letter-spacing: -1px;
	text-transform: uppercase;
	display: block;
	position: relative;
}
h2 {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 25px 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 42px;
	font-weight: 700;
	font-style: normal;
	color: #005A64;
    letter-spacing: -1px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	position: relative;
}
h3 {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	color: #393939;
    letter-spacing: -0.5px;
	text-transform: capitalize;
	display: block;
	position: relative;
}
h4 {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 21px;
	font-weight: 700;
	font-style: normal;
	color: #393939;
    letter-spacing: -0.5px;
	text-transform: capitalize;
	display: block;
	position: relative;
}
h5 {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	color: #393939;
	text-transform: capitalize;
	display: block;
	position: relative;
}
h6 {
	float: left;
	width: 100%;
	padding: 0 10%;
	margin: 0 0 40px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	color: #005A64;
	text-align: center;
	line-height: 24px;
	display: block;
	position: relative;
}
p {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	color: #393939;
	line-height: 30px;
	letter-spacing: 0.5px;
	display: block;
	position: relative;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	float: left;
	width: 100%;
	position: relative;
}

.container-fluid { 
	max-width: 90%;
}

#access ul li.menu-item-17 li a:hover {
    color: #fff;
    background: #F58220;
}
#access ul li.menu-item-17 li a {
    color: #FFF;
    background: #222;
}
#access ul li.menu-item-40 li a:hover {
    color: #fff;
    background: #F58220;
}
#access ul li.menu-item-40 li a {
    color: #FFF;
    background: #222;
}
.swiper-button-next {
    filter: sepia(90%) hue-rotate(
111deg
) saturate(477%);
    height: 31px;
}
.swiper-button-prev {
    filter: sepia(90%) hue-rotate(
111deg
) saturate(477%);
height: 31px;
}


.search-box { 
    position: absolute;
    top: 46px;
    /* width: 350px; */
    right: 205px;
    display: block;
    background: #f0f3f2;
    padding: 12px 20px;
    border-top: 4px solid #36a551;
    z-index: 999;
}
.search-box label {
    float: left;
    width: 270px;
    margin: 0 !Important;
}
.search-box span.screen-reader-text {
    display: none;
}
.search-box .search-field {
    float: left;
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    background: #FFF;
    border: 1px solid #ddd;
}
.search-box .search-submit {
    float: left;
    width: 40px;
    line-height: 40px;
    background: #222;
    border: 0 none;
    color: #FFF !important;
}
#about-propel-wrapper .read-more-btn {
    width: 312px;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    float: none;
    text-align: center;
    background: #005a63;
}
header .blink-hard {
    animation: blinker 1s step-end infinite;
    -webkit-animation-duration: 1.7s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
}
li.mobmnu-color.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1527 a {
    color: #222;
/*
    background: #f58220;
    font-weight: 600;
*/
    /*animation: blinker 1s step-end infinite;
    -webkit-animation-duration: 1.7s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.1, 0, 1, 1);*/
}
a.top-menu-3d-view.blink-hard:hover {
    animation: none;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}


