.top-bar-head{    
  background-color: #d5e8ee;
}
.main-container {
  width: 100%; 
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative; 
}
.announcement-wrapper {
  z-index: 500;
  height: 44px;
  grid-column-gap: 15px;
  color: #101010;
  text-align: center;
  background-color: #fffcbd;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  position: relative;
}
.announcement-link {
  grid-column-gap: 5px;
  color: #101010;
  justify-content: center;
  align-items: center;
  font-family: Satoshi, sans-serif;
  display: flex;
}
.top-bar-wrapper {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}
.top-bar-contact-wrapper {
  grid-column-gap: 45px;
  align-items: center;
  display: flex;
}
.top-bar-contact-div {
  grid-column-gap: 10px;
  display: flex;
}
.top-bar-contact-icon-div {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 25px;
  height: 25px;
  background: #000;
}

.top-bar-icon {
  width: 16px;
  height: 13px;
}
.top-bar-contact-link {
  color: #000;
}
.top-bar-contact-link:hover {
color: #2b3767;
}

.topbar-social-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.topbar-social-div {
width: 25px;
  height: 25px;
  color: #fff;
  object-fit: contain;
  margin-right: 0;
  transition: all .3s;
  background: #000;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center; 
  background: #fff;
}
.topbar-social-wrapper img{
  width: 100%;
} 
header{
/*    background-image: linear-gradient(90deg, #03228f 10%, #0e73e4 100%);*/
  transition: all 0.6s;
  background: #fff;
}

.web-hide{
  display: none;
}





:root {
--color-white-100: hsl(206, 5%, 100%);
--color-white-200: hsl(206, 5%, 90%);
--color-white-300: hsl(206, 5%, 80%);
--color-white-400: hsl(206, 5%, 60%);
--color-white-500: hsl(206, 5%, 50%);
--color-black-100: hsl(213, 23%, 8%);
--color-black-200: hsl(214, 21%, 6%);
--color-black-300: hsl(210, 21%, 6%);
--color-black-400: hsl(216, 22%, 4%);
--color-black-500: hsl(220, 18%, 3%);
--color-pink-100: hsl(326, 85%, 90%);
--color-pink-200: hsl(327, 87%, 80%);
--color-pink-300: hsl(329, 86%, 70%);
--color-pink-400: hsl(330, 81%, 60%);
--color-pink-500: hsl(333, 71%, 50%);
--shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
   0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
   0 2px 4px -1px rgba(0, 0, 0, 0.06);
--shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
   0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

*,
*::before,
*::after {
padding: 0;
margin: 0;
box-sizing: border-box;
list-style: none;
list-style-type: none;
text-decoration: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}




a,
button {
cursor: pointer;
border: none;
outline: none;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
background: none;
box-shadow: none;
}




.brand {
font-family: inherit;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.25;
letter-spacing: -1px;
text-transform: uppercase;
color: var(--color-pink-500);
width: 150px;
}
.brand img{
width: 100%;
}
.navbar-fixed .brand img{
width: 120px!important;   transition: all 0.6s;
}
.header {
position: sticky;
top: 0;
left: 0;
width: 100%;
height: auto;
z-index: 100;
margin: 0 auto;
box-shadow: var(--shadow-medium);
background-color: var(--color-white-100);
}

.wrapper {
display: flex;
align-items: center;
justify-content: space-between;
-moz-column-gap: 1rem;
     column-gap: 1rem;
row-gap: 2rem;
width: 100%;
height: auto;
margin: 0 auto;
padding-top: 10px;
padding-bottom: 10px;
}
nav > ul{
margin-bottom: 0;
}

.nav-btn {
width: fit-content;
height: auto;
grid-column-gap: 15px;
color: #fff!important;
text-align: center;
text-transform: none;
background-color: #2A3767; 

border: 1px solid #2A3767;
border-radius: 10px;
justify-content: center;
align-items: center;
font-family: Urbanist, sans-serif;
font-size: 15px;
font-weight: 600;
line-height: 26px;
transition: all .3s;
display: flex;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
padding:10px 15px; 
}
.nav-btn:hover {
background-color: #0c1523;
border: 1px solid #0c1523;
text-decoration: none;
color: #fff;
}
@media screen and (max-width: 992px) {
.navbar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 75%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  box-shadow: var(--shadow-medium);
  background-color: var(--color-white-100);
  transition: all 0.5s ease;
}
.navbar.active {
  left: 0rem;
  opacity: 1;
  visibility: visible;
}
}

.menu-item {
position: relative;
display: inline-block;
margin-left:2.5rem;
}
.menu-link {
display: flex;
justify-content: center;
align-items: center;
-moz-column-gap: 0.25rem;
     column-gap: 0.25rem; 
font-size: 1rem;
font-family: 'Roboto';
  font-weight: 500;
line-height: inherit;
cursor: pointer;
text-transform: capitalize;
color: var(--color-black-500);
transition: all 0.3s ease-in-out;
}
.menu-link > i.bx {
font-size: 1.35rem;
line-height: 1.5;
color: inherit;
}
.menu-link:hover {
outline: none;
color: #2b3767;
}
@media only screen and (min-width: 993px) {
.menu-dropdown:hover > .submenu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
}
@media only screen and (max-width: 992px) {
.brand {
width: 125px!important;
}
.brand img {
width: 125px!important;
}
.nav-btn {
margin-top: 15px;
}
.navbar{
align-content: flex-start;
padding: 1.5rem 1rem;
  padding-left: 25px;
}
.menu {
width: 100%;
height: auto;
padding: 2rem 0;
}
.menu-item {
  display: block;
  margin: 0 auto;
}
.menu-link {
  justify-content: space-between;
  padding: 0.5rem 1.25rem;
}
}

.submenu {
position: absolute;
top: 2.35rem;
left: -2rem;
min-width: 13rem;
height: auto;
padding: 0 1rem 1rem;
opacity: 0;
visibility: hidden;
transform: translateY(1rem);
border-radius: 0 0 0.25rem 0.25rem;
border-top: 2px solid #2b3767;
box-shadow: var(--shadow-medium);
background-color: var(--color-white-100);
transition: all 0.3s ease-in-out;
}
.submenu-item {
display: block;
margin-top: 0.75rem;
}
.submenu-link {
font-family: inherit;
font-size: 1rem;
font-family: 'Roboto';
font-weight: 500;
cursor: pointer;
color: var(--color-black-500);
transition: all 0.35s ease;
}
.submenu-link:hover {
outline: none;
color: #2b3767;
}
@media only screen and (max-width: 992px) {
.submenu {
  position: relative;
  top: -0.5rem;
  left: 2.5rem;
  width: 90%;
  max-height: 0;
  padding: 0px;
  border: none;
  outline: none;
  opacity: 1;
  overflow: hidden;
  visibility: visible;
  transform: translateY(0px);
  box-shadow: none;
  background: transparent;
}
}

.burger {
position: relative;
display: none;
cursor: pointer;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
width: 1.6rem;
height: 1.15rem;
opacity: 0;
visibility: hidden;
background: transparent;
}
.burger-line {
position: absolute;
display: block;
right: 0;
width: 100%;
height: 2.1px;
opacity: 1;
border: none;
outline: none;
border-radius: 1rem;
background: var(--color-black-500);
}
.burger-line:nth-child(1) {
top: 0px;
}
.burger-line:nth-child(2) {
top: 0.5rem;
width: 70%;
}
.burger-line:nth-child(3) {
top: 1rem;
}
@media only screen and (max-width: 992px) {
.burger {
  display: block;
  opacity: 1;
  visibility: visible;
}
}

.overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 9;
opacity: 0;
visibility: hidden;
transition: all 0.35s ease-in-out;
background-color: rgba(0, 0, 0, 0.65);
}
@media only screen and (max-width: 992px) {
.overlay.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
}