body{
    font-family: Helvetica, Arial, sans-serif !important;
    margin: 0px;
}
body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}
.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
    *zoom: 1;
}
.dropdown .dropdown-toggle::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    color: inherit;
    margin: 0 0 0 0.25rem;
    height: 100%;
    width: auto;
    z-index: 0;
    border: none;
    vertical-align: -0.16em;
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f107" !important;
    }

.menu-top-pre {
    display: block;
    width: 100%;
    height: 75px;
    background-color: #fff;
}
.menu-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 0px);
    height: 75px;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 99999;
}
.menu-in {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    height: 50px;
    padding: 0px;
}
.logo-top {
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:#fff;
    display: block;
    width: auto;
    height: 30px;
}
.menu-in nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 15px;
}
.menu-in ul {
    display: flex;
    height: 50px;
    margin: 0px;
    padding: 0px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    list-style: none;
}
.menu-in ul li {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-in ul li:first-child {
    margin-right: 0px;
}
.menu-in ul li:first-child a {
    margin-right: 15px;
    padding: 0px;
}
.menu-in ul li a {
    color: #67768a;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 12px;
}
.menu-in ul li a:hover, .menu-in ul div li a:hover {
    color: #0078d0;
}
.menu-in ul li.open {
    background-color: #fff;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 40%);
    border-radius: 4px 4px 0px 0px;
}
.menu-in ul li.open a {
    color: #354052;
    font-weight: 600;
}
.dropdown-menu {
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 20%) !important;
    top: calc(100% - 4px) !important;
    padding: 5px 23px 20px !important;
    border-radius: 0 0.25rem 0.25rem !important;
    border: 0px none #e6eaee !important;
    width: auto !important;
    white-space: nowrap !important;
}
.menu-in ul li a.dropdown-item {
    color: #67768a !important;
    display: block;
    padding: 10px;
    transition: 0.5s ease;
    font-weight: 500;
}
.menu-in ul li a:hover.dropdown-item {
    color: #0078d0 !important;
}

.cta-right {
    display: flex;
}

.bt-top {
    display: flex;
    color: #fff;
    background-color: rgba(10,143,246,.99);
    background-image: linear-gradient(to bottom,rgba(44,159,247,.99) 0,rgba(10,143,246,.99) 100%);
    cursor: pointer;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border-color: #1585d8 !important;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 4.8px;
}
.bt-top:hover {
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(to bottom,rgba(44,159,247,.99) 0,rgba(9,135,231,.99) 100%);
}
	
	
#nav-check {
  display: none;
}
	
	
@media (max-width:991px) {
.nav-btn {
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    align-items: center;
    justify-content: center;
}
.nav-btn > label {
    display: flex;
    width: 14px;
    height: 13px;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    box-sizing: content-box !important;
}
.nav-btn > label > span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #354052;
  }
.menu-in {
    max-width: 720px;
}
.menu-in nav {
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    background-color: #fff;
    height: 0px;
    transition: all .3s ease-in;
    overflow-y: hidden;
    top: 71px;
    left: 0px;
    padding: 0px 20px;
    justify-content: flex-start;
    margin: 0px;
}
.menu-in ul {
    display: flex;
    height: auto;
    margin: 0px;
    padding: 20px 0px 0px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    list-style: none;
    width: 100%;
}
.menu-in ul li:first-child {
    margin-right: 0px;
}
.menu-in ul li:first-child a {
    margin-right: 0px;
    padding: 12px;
}
.menu-in ul > a {
    display: block;
    width: 100%;
  }
.menu-in ul li {
    float: none;
}
#nav-check:not(:checked) ~ nav {
    height: 0px;
  }
#nav-check:checked ~ nav {
    height: calc(100vh - 70px);
}
	

.dropdown-menu {
    display: block;
    position: relative;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0)!important;
    top: 0px !important;
    padding: 0px!important;
    border-radius: 0px !important;
    border: 0 #e6eaee!important;
    width: auto;
    white-space: nowrap;
}
.menu-in ul li.open {
    background-color: #fff;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 0%);
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    width: 100%;
}
.menu-in ul li.open a {
    color: #354052;
    font-weight: 600;
    width: 100%;
    justify-content: center;
}
.open>.dropdown-menu {
    display: block;
    position: relative;
    width: 100%;
}
.dropdown-toggle:active, .open .dropdown-toggle {
    outline: 0;
    border-bottom: 1px solid #002e5f;
    margin-bottom: 10px;
}
.menu-in ul li a.dropdown-item {
    padding: 10px 0px;
    font-weight: 500;
    text-align: center;
}
.menu-in .cta-right ul {
    padding: 0px;
}
.bt-top {
    align-items: center;
    justify-content: center;
    width: fit-content !important;
    margin: 20px auto 0px;
    float: none;
}
.cta-right {
    flex-direction: column;
}
	
}


.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
    *zoom: 1;
}