

.contact{
  display:flex;
  flex:0 70%;
  align-items:center;
}
.contact-info{
  display:flex;
  padding:10px 0px;
  justify-content:space-between;
}
.contact-details{
  display:flex;
  align-items:center;
  
}
.contact-content{
  display:flex;
  align-items:center;
  font-family: 'Roboto', sans-serif;
}

.contact-icon{
  max-width:30px;
  height:auto;
  padding-right: 10px;
}
.contact-content p{
  margin:0px;
  font-size:15px;
 font-family: 'Roboto', sans-serif !important;
}
.contact-details:nth-child(1) {
  padding-right: 30px;
}
.social-icons a {
  padding: 0px 10px;
  margin: 5px;
  fill: #fff;
  background-color: transparent;
  border-radius: 50%;
  display:flex;
  justify-content:center;
  align-items:center;
}
.social-icons a span {
  vertical-align: middle;
}
.social-link svg {
  width: 15px;
  height:15px;
}

.social-icons a:hover{
  background:#fff;
  fill:#058bbe;
}

.social-link {
  display: flex;
  align-items: center; 
}
.social-icon{
  margin:0 10px;
}





.header-outer {
  display: flex;
  align-items: center;
}
.menu-wrap ul li a {
  color: #058bbe;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0;
  padding: 40px 15px;
  display: inline-block;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-family: 'Roboto', sans-serif;
}
.menu-wrap li.hs-menu-item.hs-menu-depth-1:before {
  content: none;
}
.menu-wrap {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}

.menu-wrap ul li a:hover {
  color: #003745;
}

.menu-wrap ul li a:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 2px;
  content: "";
  opacity: 0;
  transition: 0.3s;
  background: #058bbe;
}



.menu-wrap ul li a:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
}
ul.active-branch li.active.active-branch > a{
  color:#003749;
}

.menu-wrap ul.active-branch li.active.active-branch > a:before {
  opacity:1;
  width:100%;
  left:0;
}
.header-wrapper {
  position: relative;
  z-index: 99;
}


.menu-wrap ul.hs-menu-children-wrapper {
  border-bottom: 3px solid #058bbe;
  background-color: #fff;
  width: 220px;
}



.menu-wrap ul.hs-menu-children-wrapper li a {
  border-bottom: 1px solid #f3f3f3;
  padding: 12px 12px 12px 15px;
}

.menu-wrap ul.hs-menu-children-wrapper li a:before {
  content: none;
}

.header-wrapper ul.hs-menu-children-wrapper li a:hover {
  color: #003745 !important;
  background: #f1fcff !important;
}
.header-wrapper.StickyHeader {
  background-color: #fff;
  position: fixed;border-top: 2px solid transparent;
  top: 0;
  width: 100%;
  height: 82px;
  /*     transition: all 2s; */
  transition: all 0.3s ease 0s;
  box-shadow: 0 2px 4px rgb(0 0 0 / 3%), 0 3px 6px rgb(0 0 0 / 6%);
  z-index:99;
}

/* .header-wrapper {
transition: all 2s;
} */



li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after {

  content: "+";
  position: absolute;
  top: 39px;
  left: 118px;
  color: #058bbe;
  font-weight:300;
  font-size:16px;

}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover:after {

  content: "+";
  position: absolute;
  top: 39px;
  left: 118px;
  color: #000;
  font-weight:300;
  font-size:16px;

}








/* ==========================================================================
Custom Menu Primary
========================================================================== */
/* Set ul background color */
/* Set li background Color */
/* Set link Color */
/* Set link Hover Color */
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}
/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  /*   border-top: 2px solid transparent !important; */
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1001px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}
/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */
/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/
.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}
/*************** *****************/
.mobile-wrapper {
  display: none !important;
}
@media (max-width: 1000px){
  .desktop-wrapper {
    display: none !important;   
  }
  .mobile-wrapper {
    display: block !important;
  }
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after {
    content:none;
}
}
@media (max-width: 1000px){
  /* Variables
  ========================================================================== */
  /* Set Mobile Menu Background Color */
  /* Set Link Color */
  /* Set Link Hover Color */
  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a, 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
    color:#058bbe !important;
  }
  /* Toggle Button
  ========================================================================== */
  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }
  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }
  /* Toggle Button Icon
  ========================================================================== */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #ffffff; /* Icon color */
  }
  /* Child Toggle Button
  ========================================================================== */
  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#058bbe; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }
  /* Menu Styles on Mobile Devices
  ========================================================================== */  
  .custom-menu-primary.js-enabled{
    // position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  
  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }
  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .menu-wrap.custom-menu-primary.js-enabled {
    margin: 0px;
    padding: 0px;
    min-height: 0px !important;
    width: 100% !important;
    float: none !important;
  }
  .mobile-menu-wrapper {
    padding: 20px;
  }
  .menu-wrap .mobile-trigger {
    right: 40px;
    top: 23px;
    border: none !important;
    color: #058bbe !important;
  }
  .menu-wrap.custom-menu-primary.js-enabled .hs-menu-wrapper {
    position: absolute;
    top: 68px;
    background-color: #058bbe;
    z-index: 999;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e4eaf3;
    width: 90%;
    margin: 0 auto !important;
    float: none !important;
    left: 0;
    right: 0;
  }
  .mobile-trigger i,.mobile-trigger i:before,.mobile-trigger i:after {
    background-color: #058bbe !important;
  }
  .menu-wrap .mobile-trigger {
    background-color: #fff !important;
  }
 .menu-wrap .mobile-trigger i,/*.menu-wrap .mobile-trigger i:after,.menu-wrap .mobile-trigger i:before*/ { 
    background-color: #fff !important;
  } 
  .menu-wrap .mobile-trigger i{
  
  }
  .menu-wrap li:last-child {
    border: none !important;
  }
  .menu-wrap li {
    border-bottom: 1px solid #fff !important;
  }
  .menu-wrap a {
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 35px !important;
  }
  .header-wrapper {
    padding: 20px;
  }
  .menu-wrap a {
    font-size: 14px !important;
    color: #fff !important;
    padding: 10px !important;
    line-height: 30px !important;
    z-index: 99999;
  }
  .header-logo img {
    width: 180px !important;
  }
  .header-wrapper ul.active-branch {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e4eaf3;
    width: 100%;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header-wrapper {
    position: relative;
  }
  .menu-wrap ul.hs-menu-children-wrapper {
    width: 100%;
    border-bottom: 1px solid #e4eaf3;

  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 0 10px ;
    color: #ffffff ;
    color: #003745 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
    background:#fff;
  }
  .header-outer {
    display: block;
  }

  .header-wrapper .pagecenter {
    padding: 0px;
  }
}


/* ------------------------------MediaQuery---------------------------------- */
@media only screen and (max-width:1024px) {
.contact {
    display:block !important;
    flex: 0 70%;
  }
  
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after {
    content: none;
    display:none;
  }
}
  

@media only screen and (max-width:768px) {
  .contact {
    display:block !important;
    flex: 0 70%;
  }
  .contact-details:nth-child(1) {
    padding-right: 0px;
}
  
  .contact-info{
    align-items:center;
    display:block !important;
    
  }
  .contact-content p {
    font-size: 15px;
    margin: 0;
  }
  .social-link {
    display: flex;
    justify-content: end;
}
 
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after {
    content: none;
    display:none;
  }
  .menu-wrap ul li a:before{
    background:none;
    
}
  
}

@media (max-width: 541px){
.contact-info {
    display: block !important;
  }
   .social-link svg {
    margin-bottom: 10px;
}
}

@media (max-width: 479px) {
  .contact-info {
    display: none !important;
  }
  .contact {
    display: block !important;
}
  .social-icons a:nth-child(1) {
    padding-left: 0px;
  }
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after {
    content: none !important;
  }

}