form input[type=email],
form input[type=file], 
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form select, 
form textarea,
.hsfc-Renderer form .hsfc-PhoneInput__FlagAndCaret, 
.hsfc-Renderer form .hsfc-TextInput, 
.hsfc-Renderer form .hsfc-TextareaInput {
  height: 2.75rem;
  padding: .375rem .75rem;
  outline: none;
  border-width: 1px;
  color: rgba(73, 80, 87,1.0);
  background-color: rgba(255, 255, 255,1.0);
  border-color: rgba(201, 202, 204,1.0);
  border-radius:0px !important;
}
form label,
.hsfc-Renderer form .hsfc-FieldLabel {
  font-size:15px;
  color: rgba(212, 112, 28,1.0);
  font-weight:700;
}

h2,h3,h4,h5,h6{
  margin-top:10px;
}

.systems-page {
  padding: 3rem 10px;
}
.error-page {
  padding: 10rem 10px;
}


.hsfc-Renderer form .hsfc-TextInput:focus,
.hsfc-Renderer form .hsfc-TextareaInput:focus,
form input[type=email]:focus,
form input[type=file]:focus,
form input[type=number]:focus, 
form input[type=password]:focus,
form input[type=search]:focus,
form input[type=tel]:focus, 
form input[type=text]:focus,
form select:focus,
form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(0, 118.5889830508, 245.5);
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 57, 118, .25);
  box-shadow: 0 0 0 .2rem rgba(0, 57, 118, .25);
}
.hs-button,
form input[type=submit],
.hsfc-Renderer form .hsfc-Button {

  background-color: rgba(57, 97, 175,1.0);
  color: rgba(255, 255, 255,1.0);
  border-width: 1px;
  border-color: rgba(57, 97, 175,1.0);
  padding: 10.5px 44px;
  border-radius: 25px;
  font-size:15px;
  line-height: 1.7;
  font-weight: 600;
}

.hs-button:hover, 
form input[type=submit]:hover,
.hsfc-Renderer form .hsfc-Button:hover,
.hsfc-Renderer form .hsfc-Button:not([disabled]):hover {
  transform: translateY(0);
  background-color: rgba(255, 255, 255,1.0);
  color: rgba(57, 97, 175,1.0);
  border-color: rgba(57, 97, 175,1.0);
}
.hs-sec-btn {

  background-color: rgba(255, 255, 255,1.0);
  color: rgba(57, 97, 175,1.0);
  border-width: 1px;
  border-color: rgba(57, 97, 175,1.0);
  padding: 10.5px 44px ;
  border-radius: 25px;
}
.hs-sec-btn:hover {
  background-color: rgba(57, 97, 175,1.0);
  border-color: rgba(57, 97, 175,1.0);
  border-color:rgba(57, 97, 175,1.0);
}
.footer.custom-footer {
  background-color: #3a64ac;
}

.footer.custom-footer .page-center {
  display: flex;
  padding:0;
}

.footer.custom-footer .footer-left {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
  padding: 1.5rem 0;
}

.footer.custom-footer .footer-right {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
  padding: 1.5rem 0;
}
.footer.custom-footer .footer-left:before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  content: "";
  background: #c9cacc url("https://4249425.fs1.hubspotusercontent-na1.net/hubfs/4249425/CMC_December2025/Images/texture-metal-footer%20%281%29.jpg") repeat;
  display: block;
  background-size: cover;
  background-position: 0px center;
  width: 200%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer.custom-footer .footer-left {
  position: relative;
}
.custom-footer .logo {
  z-index: 9999;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
}
.footer.custom-footer .footer-right {
  display: flex;
  flex-direction: column;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.custom-footer .footer-right-top {
  padding: 1.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: -15px;
}
body {
  font-size: 0.9375rem;
  line-height: 1.7;
}
.custom-footer .footer-right-top .social-icon {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3rem;
}
.custom-footer .social-icon p {
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1.5rem;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center
}
.custom-footer span.icons-grp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-footer span.icons-grp a {
  border-right: 2px solid white;
  width: 64px;
  display: flex;
  justify-content: center;
}
.custom-footer span.icons-grp a img {
  width: 35px;
  height: 33px;
}
.custom-footer span.icons-grp a:last-child {
  border: none;
}
.custom-footer .footer-right .text {
  padding-left: 1rem;
}
.custom-footer .footer-right .right-col2 {
  padding-right: 1.5rem;
}
.custom-footer .footer-right .text p {
  margin: 0;
}
.footer-right-bottom p {
  padding-left: 1rem;
  margin:0;
}
.custom-footer .footer-right-bottom {
  padding: 1.5rem 3rem;
  padding-top:0;
}
.custom-footer {
  font-size: 15px;
}
.custom-banner.simple-banner {
  min-height: auto;
  height: 550px;
  padding: 0;
  justify-content: flex-end;
  align-items: flex-end;
}
.custom-banner.simple-banner .page-center {
  padding-right: 25px;
  padding-left: 25px;
}
.custom-banner.simple-banner .page-center .banner-content-inner {
  padding: 0;
}
.custom-banner.simple-banner .top_sec h1 {
  font-size: 4.25em;
  font-weight: 300;
  margin-bottom: .875em;
  line-height: 1.2;
}
header.custom-header {
  position: fixed;
  width: 100%;
  transition: all .3s ease-in-out;
  background: #fff;
  z-index: 99999;
}
header.custom-header.scroll-down {
  transform: translateY(-105px);
}
.custom-header .primary-section {
  height: 85px;
  padding: 0;
}
.custom-header .page-center {
  padding: 0;
}
.custom-header .primary-section .container-wrapper {
  align-items: center;
  gap: 0;

}

.custom-header .primary-section .logo-section {
  margin-left: 1.5rem;
}

.custom-header .primary-section .logo-section img {
  margin-top: -4px;
  max-width: 240px;
  width: 100% !important;
}
.custom-header .primary-section:after {
  content: "";
  position: absolute;
  top: 85px;
  height: 20px;
  background-color: #003976;
  width: 100%;
}

.custom-header .toggle-menu-bar {
  width:100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.custom-header .toggle-menu-bar .cm-lang-link {
  display: flex;
  margin-right: 1.5rem;
  padding: .5rem;
  padding-left: 0;
  align-items: center;
  border-right: 1px solid #ccc;
}

.custom-header .cm-lang-link span {
  letter-spacing: .05em;
  color: #6d6e71;
  text-transform: uppercase;
  position: relative;
  top: 1px;
}

.custom-header ul.cm-lang-list {
  display: flex;
  margin-left: 1.5rem;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: 0;
}

.custom-header ul.cm-lang-list li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  margin-right: 1rem;
}

.custom-header ul.cm-lang-list li img {
  width: 25px;
  transition: transform 100ms ease-in 0s, -webkit-transform 100ms ease-in 0s;
}

.custom-header .toggle-nav-one {
  margin-left: 1rem;
  margin-right: 13px;
  padding-right: 1rem;
}
.custom-header .toggle-nav-one button {
  background: none;
  border: none;
  outline: none;
  width: 35px;
  height: 22px;
  position: relative;
  display: block;
}
.custom-header .toggle-nav-one .line {
  display: block;
  background: #96adc6;
  width: 35px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 0;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.custom-header .toggle-nav-one .line-1 {
  top: 0;
}
.custom-header .toggle-nav-one .line-2 {
  top: 50%;
}
.custom-header .toggle-nav-one .line-3 {
  top: 100%;
}
.custom-header .toggle-nav-two {
  background-color: #edf0f1;
  position: relative;
}
.custom-header .toggle-nav-two button {
  background-color: transparent;
  padding: 21px 3rem;
}
.custom-header .toggle-nav-two img {
  max-width: 80px;
  width: 100%;
  margin: 0 auto;
}
.custom-header .toggle-nav-two  .icon-close.icon {
  width: 12px;
  height: 12px;
  opacity: 0;
  position: absolute;
  bottom: 5px;
  right: 5px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
div#nav-mycmc {
  background-color: #003976;
  position: fixed;
  top: 0;
  height: 100vh;
  right: -100%;
  color: #fff;
  padding: 24px;
  padding-right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  top: 85px;
  transition: all 0.3s ease-in-out;
  width: 280px;
}

div#nav-mycmc .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#nav-mycmc .hs-menu-wrapper > ul > li {
  width: 100%;
  margin: 0;
}

div#nav-mycmc .hs-menu-wrapper > ul > li>a[href="javascript:;"] {
  padding-bottom: .5em!important;
  letter-spacing: .05em;
}
div#nav-mycmc .hs-menu-wrapper > ul > li >a {
  border-bottom: solid 1px #00aeef;
  padding: 1.125em 0!important;
  width: 100%;
  margin-bottom: 0;
  width: 100%;
}

div#nav-mycmc .hs-menu-wrapper > ul > li > a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
}
.open-nav-mycmc div#nav-mycmc {
  right: 0;
  padding: 1.5rem;
  padding-right: 0;
}

div#nav-mycmc .hs-menu-wrapper>ul>li>a {
  padding-bottom: .5em;
  display: block;
}
div#nav-mycmc .hs-menu-wrapper > ul ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: inherit;
  background-color: #061d3d;
  padding: 1em 1em 1em 1em;
  border-top: solid 1px #00aeef;
}

div#nav-mycmc .hs-menu-wrapper > ul ul > li {
  margin-bottom: .375em;
  text-transform: uppercase;
}

div#nav-mycmc .hs-menu-wrapper > ul ul > li > a {
  color: #fff;
}

div#nav-menu {
  background-color: #003976;
  position: fixed;
  top: 0;
  height: calc(100vh - 84px);
  right: -100%;
  color: #fff;
  padding: 24px;
  padding-right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  top: 85px;
  transition: all 0.3s ease-in-out;
  width: 500px;

}


div#nav-menu .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#nav-menu .hs-menu-wrapper > ul > li {
  width: 100%;
  display: block;
  margin: 0;
}

div#nav-menu .hs-menu-wrapper > ul > li > a {
  border-bottom: solid 1px #8fd1f3;
  padding: 15px 0;
  text-decoration: none;
  color: #f58021;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
.custom-header .open-nav-menu div#nav-menu {
  right: 0;
  padding: 40px 30px 20px 30px;
  padding-left: 55px;
}

.custom-header #nav-menu form {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.custom-header #nav-menu form input#search {
  height: 2.75rem;
  padding: .375rem .75rem;
  background: none;
  border: none;
  outline: none;
  width: calc(100% - 40px);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7;
  padding-left: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.custom-header #nav-menu form input#search::placeholder {
  color: white;
}

.custom-header #nav-menu span.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.custom-header #nav-menu svg.icon-search {
  width: 24px;
  height: 24px;
  transform: scaleX(-1);
  fill: currentColor;
  margin-left: .25rem !important;
}

.custom-header #nav-menu .btn-search {
  position: absolute;
  top: 2px;
  right: 9px;
  background: none;
  border: none;
  z-index: 1;
  width: 40px;
  height: 2.75rem;
  color: #fff;
  cursor: pointer;
}

.custom-header .site-nav__search__label {
  position: absolute;
  bottom: 3px;
  left: 15px;
  right: 0;
  z-index: 1;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  cursor: text;
  color: #fff;
  transition: transform 200ms ease-out 0s, -webkit-transform 200ms ease-out 0s;
  opacity: 1;
  display: inline-block;
}

.custom-header .js-search-container {
  position: relative;
}

div#nav-menu .hs-menu-wrapper>ul {
  margin-top: 1.5rem;
}

.custom-header .js-search-container:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: solid 1px #fff;
}

div#nav-menu .hs-menu-wrapper>ul>li>a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100%;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #8fd1f3;
  display: block;
  -webkit-transition: -webkit-transform 100ms ease-out 0s;
  transition: -webkit-transform 100ms ease-out 0s;
  transition: transform 100ms ease-out 0s;
  transition: all .3s ease-in-out;
}


div#nav-menu .hs-menu-wrapper>ul>li>a:hover:after {
  opacity: 1;
}
.custom-header .js-search-container.has-focus .site-nav__search__label {
  opacity: .5;
  -webkit-transform: scale(0.8) translateY(-39px);
  transform: scale(0.8) translateY(-39px);
  left: -32px;
}
.custom-header .open-nav-menu .overlay {
  height:100vh;
  top: 85px;
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  left:0;
}

.open-nav-mycmc .overlay {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 85px;
  background-color: rgba(0, 0, 0, .5);
  transition: all .3s ease-in-out;
  left:0;
}

div#nav-menu .hs-menu-wrapper>ul>li> ul {
  position: relative;
  background-color: #061d3d;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  left: 0;
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  top: 0;
}

div#nav-menu .hs-menu-wrapper>ul>li> ul a {
  color: white;
  text-transform: uppercase;
}

div#nav-menu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a {
  color: #ccc;
  text-transform: uppercase;
  position: relative;
  display: block;
}

div#nav-menu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>ul {padding-left: 20px;padding-bottom: 3px;padding-top: 3px;}

div#nav-menu .hs-menu-wrapper>ul>li>ul ul {
  position: relative;
  left: 0;
  opacity: 1;
}

div#nav-menu .hs-menu-wrapper>ul>li>ul li.hs-menu-depth-3>ul {
  padding: 0 0 0 20px;
  margin-bottom: .5rem;
}

li.hs-menu-item.hs-menu-depth-3.hs-item-has-children {
  margin: 0;
}

div#nav-menu .hs-menu-wrapper>ul>li>ul li.hs-menu-depth-3>ul li {
  margin: 0;
}

div#nav-menu .hs-menu-wrapper>ul>li>ul li.hs-menu-depth-3>ul li a {
  color: #8fd1f3;
  text-transform: capitalize;
}

div#nav-menu .hs-menu-wrapper>ul>li> ul li {
  margin: 0;
}
.custom-header .child-trigger {
  color: #f58021;
  content: "+";
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-size: 21px;
  font-style: normal;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 100%;
  text-align: right;
}
.custom-header .child-trigger.child-open i:before {
  content: "-";
  width: 100%;
}

.custom-header .child-trigger i:before {
  content: "+";
  height: 100%;
  width: 100%;
  display: block;
  font-style: normal;
}




div#nav-menu .hs-menu-wrapper>ul li {
  position: relative;
}
div#nav-menu .hs-menu-wrapper>ul>li ul {
  flex-wrap: nowrap;
  display:none;
}
.custom-header .open-nav-menu .toggle-nav-one .line-1 {
  transform: translateY(11px) translateX(0) rotate(45deg);
}

.custom-header .open-nav-menu .toggle-nav-one .line-2 {
  opacity: 0;
}

.custom-header .open-nav-menu .toggle-nav-one .line-3 {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
}
.custom-header .open-nav-mycmc .toggle-nav-two .icon-close.icon {
  opacity: .4;
  color: black;
  transform: rotate(0deg);
}
div#nav-menu .hs-menu-wrapper>ul>li:not(:first-child)>a {
  margin-top: 10px;
}
div#nav-menu .hs-menu-wrapper>ul>li:hover>a {
  font-weight: bold;
}

div#nav-menu .hs-menu-wrapper>ul>li>ul a:hover {
  text-decoration: underline;
}

.footer .hs-menu-wrapper>ul >li>a:hover{
  text-decoration:underline
}
.custom-footer .footer-right .text a:hover{
  text-decoration:underline
}
.custom-header.lp-header .primary-section .logo-section img {
  padding: 6px;
  padding-left: 0;
  max-width: 208px;
}
div#nav-menu .hs-menu-wrapper>ul>li>.child-trigger {
  margin-top: 10px;
}
div#nav-menu .hs-menu-wrapper>ul>li> ul .child-trigger {
  color: white;
}
div#nav-menu .hs-menu-wrapper>ul>li>ul li.hs-menu-depth-3>ul {
  display: block!important;
}


div#nav-menu .hs-menu-wrapper>ul>li>ul li.hs-menu-depth-3 .child-trigger {
  display: none;
}

div#nav-mycmc .hs-menu-wrapper > ul ul > li > a:hover {
  text-decoration: underline;
}
div#nav-mycmc .hs-menu-wrapper > ul > li>a:hover {
  text-decoration: underline;
}

div#nav-mycmc .hs-menu-wrapper > ul > li>a[href="javascript:;"]:hover {
  text-decoration: none;
}
.content-wrapper, .dnd-section>.row-fluid, .page-center {
  padding-left: 15px;
  padding-right: 15px;
}
.header-wrapper {
  min-height: 85px;
}
.custom-header ul.cm-lang-list li a:hover img {
  transform: scale(1.1);
}
header.custom-header.open-mycmc {
  transform: none;
}


header.custom-header.open-menu {
  transform: none;
}
.custom-footer .logo img.hs-image-widget {
  max-width: 360px;
}

@media(max-width:767px){
  .custom-footer .logo img.hs-image-widget {
    max-width: 300px!important;
  }
}

@media(max-width:1200px){
  .custom-footer .footer-right .text {
    white-space: nowrap;
  }
  .custom-footer .footer-right-top .social-icon {
    flex-direction: column;
    gap: 20px;
  }
  .content-wrapper, .dnd-section>.row-fluid, .page-center {
    padding-left: 5px;
    padding-right: 5px;
  }
  .custom-footer span.icons-grp a img {
    width: 20px;
  }

  .custom-footer span.icons-grp {
    margin-left: -10px;
  }
  .custom-banner.simple-banner .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-banner.simple-banner {
    height: 480px;
    font-size: 1em;
  }
}
@media(max-width:992px){


  .custom-footer .footer-right-top {
    padding: 1.5rem;
    margin-right:0;
  }
  .custom-footer .logo{
    margin-left:0;
  }

  .custom-footer .footer-right-bottom {
    padding: 1.5rem;
    padding-top:0;
  }

  .custom-banner.simple-banner {
    height: 360px;
    font-size: .85em;
  }
  .custom-header .primary-section .page-center {
    padding: 0;
  }
}
@media(max-width:767px){
  div#nav-menu .hs-menu-wrapper>ul>li ul {
    flex-wrap: nowrap;
  }

  .custom-header .toggle-menu-bar .cm-lang-link {
    justify-content: space-between;
    position: absolute;
    left: 0;
    width: 100%;
    padding: .25rem 1rem;
    top: 4px;
  }

  .custom-header .primary-section {
    max-height: 117px;
    height: 117px;
  }

  .custom-header .primary-section .page-center {
    padding-top: 32px;
    position: relative;
    display: flex;
    height: 100%;
    align-items: flex-end;
  }


  .custom-header .open-nav-menu .overlay, .open-nav-mycmc .overlay {
    top: 117px;
    height: 105vh;
    bottom: 0;
  }



  .custom-header .toggle-nav-two {
    order: 1;
  }

  .custom-header .toggle-nav-one {
    order: 2;
  }
  div#nav-mycmc {
    top: 117px;
  }
  .custom-header.lp-header .primary-section .logo-section img {
    padding-top: 12px;
    width: 74%!important;
  }
  .header-wrapper {
    min-height: 117px;
  }
  header.custom-header.scroll-down {
    transform: translateY(-137px);
  }
  .custom-footer .footer-right-top .social-icon {
    flex-direction: column;
    gap: 10px;
  }
}
@media(max-width:767px){
  .footer.custom-footer .page-center {
    flex-direction: column;
  }

  .footer.custom-footer .footer-left {
    max-width: 100%;
    padding: 0 3rem;
    flex:1;
  }
  .footer.custom-footer .footer-right {
    max-width: 100%;
    flex: 1;
    padding: 0;
  }

  .custom-footer .footer-right-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1.5rem;
  }

  .custom-footer .footer-right-top .social-icon {
    flex-direction: row;
    gap: 0;
  }

  .custom-footer span.icons-grp a img {
    width: 35px;
  }

  .custom-footer .footer-right .text {
    padding-left: 0;
  }

  .custom-footer .footer-right-top .social-icon {
    margin-top: 1.5rem;
  }

  .footer-right-bottom p {
    padding: 0;
  }

  .custom-footer .footer-right .text p {
    line-height: 1.5;
  }

  .custom-footer .footer-right .text {
    line-height: 1.5;
  }

  .custom-footer span.icons-grp a img {
    width: 30px;
  }

  .custom-footer span.icons-grp {
    margin-left: 5px;
  }
  .custom-banner.simple-banner {
    height: 240px;
    font-size: .625em;
  }

  .custom-header .toggle-nav-one {
    margin: 0 1.5rem;
    padding: 0;
  }
  .custom-header .toggle-nav-two button {
    height: 75px;
    padding:0 1rem;

  }


  .custom-header ul.cm-lang-list {
    margin: 0;
  }


  .custom-header ul.cm-lang-list li:not(:last-child) {
    margin-right: .5rem;
  }



  .custom-header ul.cm-lang-list li {
    margin-right: 0;
  }

  .custom-header .primary-section .logo-section img {
    max-height: unset;
  }

  .custom-header .toggle-nav-one button {
    transform: scale(0.85);
    padding:0;
  }

  .custom-header .toggle-nav-two img {
    width: 85%;
    margin: 0 auto;
  }
  .custom-header .nav-menu{
    top: 117px;
  }
  div#nav-menu {
    top: 117px;
  }
  .custom-header .open-nav-menu div#nav-menu {
    padding: 40px 30px 20px 30px;
  }
  .custom-header .primary-section:after {
    top: 117px;
  }
}
@media(max-width:576px){
  .custom-header .toggle-nav-two button{
    padding-inline: 6px;
    padding-block: 1px;
  }
  .custom-header .toggle-nav-one {
    margin: 0 1rem;

  }
  div#nav-menu {
    width: 300px;
  }
}

@media(max-width:479px){

  .custom-footer .footer-right-top .social-icon {
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .custom-footer span.icons-grp {
    margin: 10px 0;
  }

}


.footer.custom-footer{
  background-color: rgba(58, 100, 172,1.0);
}
.footer{
  color: rgba(255, 255, 255,1.0);
}
.footer .hs-menu-wrapper>ul >li>a{
  color: rgba(255, 255, 255,1.0);
}


div#nav-menu .hs-menu-wrapper>ul>li>a{
  color: rgba(245, 128, 33,1.0);
  font-size: 15px;
  background-color: rgba(2, 103, 128,0.0);
}
div#nav-menu .hs-menu-wrapper>ul>li>a{
  color: rgba(245, 128, 33,1.0);
  font-size: 15px;
  background-color: rgba(2, 103, 128,0.0);
}
div#nav-menu .hs-menu-wrapper>ul>li>ul{
  background-color: rgba(6, 29, 61,1.0);
}
div#nav-menu .hs-menu-wrapper>ul>li>ul a{
  rgba(255, 255, 255,1.0);
  background-color: rgba(2, 103, 128,0.0);
}
div#nav-menu .hs-menu-wrapper>ul>li>ul a:hover{
  color: rgba(255, 255, 255,1.0);
  background-color: rgba(2, 103, 128,0.0);
}