@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");

.menu-wrapper{
  border-bottom: 4px solid #0396A6;
  background: #061426;
}

.menu {
  width: 100%;
  height: 55px;
  margin: 0 auto;
}
.menu ul,
.menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu .left {
  float: left;
}
.menu .right {
  float: right;
}

.menu ul {
  position: relative;
}

.menu ul li {
  float: left;

}
.menu ul li.menu_right {
  position: relative;
}
.menu ul > li > a {
  display: block;
  height: 55px;
  padding: 0 21px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 55px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-right: solid 1px #061426;
  -webkit-transition: color 180ms linear 20ms, background 180ms linear 20ms;
  -moz-transition: color 180ms linear 20ms, background 180ms linear 20ms;
  -ms-transition: color 180ms linear 20ms, background 180ms linear 20ms;
  -o-transition: color 180ms linear 20ms, background 180ms linear 20ms;
  transition: color 180ms linear 20ms, background 180ms linear 20ms;
}
.menu ul > li > a > i {
  padding: 7px 15px 0 15px;
}

.menu ul li.active a,
.menu ul li:hover > a,
.menu ul li.active:hover > a {
  color: white;
  background-color: #0396A6;
}

.menu ul li a:active,
.menu ul li.active a:active {
  color: #D9D9D9;
}

.menu ul ul,
.menu .mega_menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 11;
  padding-bottom: 1px;
  background-color: #061426;
  backdrop-filter: blur(8px);
  border-left: solid 1px #232323;
  border-right: solid 1px #232323;
  -webkit-transition: all 150ms linear 20ms;
  -moz-transition: all 150ms linear 20ms;
  -ms-transition: all 150ms linear 20ms;
  -o-transition: all 150ms linear 20ms;
  transition: all 150ms linear 20ms;
}

.menu .mega_menu {
  padding: 9px 10px 2px;
  border: none;
  border-top: solid 4px #0396A6;
  border-bottom: solid 1px #232323;
}

.menu ul li:hover > ul,
.menu ul li:hover .mega_menu {
  visibility: visible;
  opacity: 1;
}

.menu ul ul li {
  float: none;
  position: relative;
}
.menu ul ul li a {
  position: relative;
  width: 132px;
  height: 30px;
  padding-right: 0;
  font-size: 17px;
  color: #444;
  line-height: 32px;
  border-top: solid 1px #232323;
  border-right: none;
}
.menu ul ul li a i {
  position: absolute;
  top: 3px;
  right: 12px;
  font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.menu ul ul ul {
  left: 100%;
  top: 0;
}

.menu ul li.menu_right .mega_menu {
  right: 0;
}

.menu .size1 {
  width: 150px;
}
.menu .size2 {
  width: 250px;
}
.menu .size3 {
  width: 350px;
}
.menu .size4 {
  width: 450px;
}
.menu .size5 {
  width: 550px;
}
.menu .size6 {
  width: 650px;
}
.menu .size7 {
  width: 750px;
}
.menu .size8 {
  width: 850px;
}
.menu .full_width {
  width: 960px;
  left: 0;
  padding: 9px 10px 2px;
}

.menu h1,
.menu h2,
.menu h3,
.menu h4,
.menu h5,
.menu h6 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #D9D9D9;
}
.menu h1 {
  font-size: 24px;
}
.menu h2 {
  font-size: 20px;
}
.menu h3 {
  font-size: 18px;
}
.menu h4 {
  font-size: 16px;
}
.menu h5 {
  font-size: 14px;
}
.menu h6 {
  font-size: 12px;
}

.menu .mega_menu .list {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin: 0 8px 7px;
  padding: 0;
  *float: left;
}
.menu .mega_menu .list li {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.menu .mega_menu .list li.headline {
  margin-bottom: 5px;
}
.menu .mega_menu .list li.headline h3,
.menu .mega_menu .list li.headline h3 a {
  margin-left: 7px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #D9D9D9;
  text-transform: uppercase;
}
.menu .mega_menu .list li.headline h3 a {
  margin-left: 0;
}
.menu .mega_menu .list li a {
  margin-left: 7px;
  padding: 0;
  font: 16px;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  border: none;
  font-weight: 400;
  line-height: 30px;
}
.menu .mega_menu .list li:hover a {
  background: none;
}

.menu .mega_menu .list li a{
    background: none;
}
.menu .mega_menu .list li a:hover,
.menu .mega_menu .list li.headline h3 a:hover,
.menu .mega_menu .list li.active a {
  color: #9C9FA6;
  background: none;
}

.menu input#dropdown,
.menu label {
  display: none;
  position: absolute;
  top: 5px;
  right: 1px;
  width: 40px;
  height: 35px;
}
.menu input#dropdown {
  opacity: 0;
}
.menu label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  padding: 0px;
  text-align: center;
  font-size: 23px;
}
.menu label:hover {
  cursor: pointer;
}

.menu input#dropdown:checked ~ ul {
  display: block;
}
.menu h2.dropdown {
  display: none;
  position: absolute;
  top: 11px;
  left: 1px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size:20px;
  color:white
}

@media only screen and (max-width: 1200px) {
	.menu ul > li > a {
		padding: 0 18px;
        font-size: 14px;
	}
}
@media only screen and (max-width: 991px) {
  .menu input,
  .menu label,
  .menu h2.dropdown {
    display: block;
  }
  .menu ul ul {
    margin: 0;
  }
  .menu .mega_menu {
    width: auto;
    margin: 0;
  }
  .menu {
    width: 100%;
    min-height: 45px;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .menu ul {
    display: none;
    width: 100%;
    margin: 45px 0 0 0;
    padding: 0;
    float: none;
    z-index: 10;
  }
  .menu ul > li {
    float: none;
  }
  .menu ul li a {
    width: auto;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
  }
  .menu ul ul,
  .menu .mega_menu {
    display: block;
    position: static;
    visibility: visible;
    opacity: 1;
    margin: 0;
    font-size: 0;
    overflow: hidden;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .menu ul ul li {
    width: 25%;
    float: left;
  }
  .menu ul ul li a {
    width: auto;
    padding: 0;
    text-align: center;
    color: #fff;
    border: none;
  }

  .menu ul ul ul,
  .menu ul ul li a i {
    display: none;
  }
  .menu .mega_menu .one,
  .menu .mega_menu .one_half,
  .menu .mega_menu .one_thirds,
  .menu .mega_menu .two_thirds,
  .menu .mega_menu .one_fourth,
  .menu .mega_menu .three_fourths {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 12px;
    float: none;
  }
  .menu .mega_menu .portfolio li,
  .menu .mega_menu .list {
    margin: 0;
    width: 95%;
    margin: 0 1% 2%;
  }
  .menu .mega_menu .map,
  .menu .mega_menu .map iframe {
    width: 100%;
  }
  .menu .mega_menu .contact {
    width: 100%;
    margin: 0;
  }
  .menu .mega_menu #contact {
    width: auto;
    height: 100%;
    margin: 10px 8px;
    padding: 0;
  }
  .menu .mega_menu .contact li {
    float: none;
    margin: 0;
  }
  .menu .mega_menu .contact li:first-child {
    margin: 0;
  }
  .menu .mega_menu #contact input,
  .menu .mega_menu .contact textarea {
    width: 100%;
    margin: 4px 0;
    padding: 0;
  }

  .logo{
    text-align: center;
    margin-bottom: 0;
  }

  .logo img{
    max-width: 280px;
  }

  .col-links-mobile{
    text-align: center;
  }

  .menu-wrapper{
    padding: 10px 0;
  }

  .menu ul > li > a{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 44px;
    height: 40px;
  }

  .menu ul ul,
.menu .mega_menu {
    background-color: #054379;
}
}

@media only screen and (max-width: 320px) {
  .menu {
    width: 100%;
  }
  .menu .mega_menu img,
  .menu .mega_menu a.image {
    width: 100%;
    margin: 0;
  }
  .menu .mega_menu ol.portfolio li a img {
    height: 80px;
  }
}
