
body{
overflow-x:hidden!important;
  margin: 0;
}

.open{z-index: 1;
    position: fixed;}
.overlay {
    height: 100%;
  max-height: 928px;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #232836;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
  font-size: 50px;
    z-index: 1;
    top: 54px;
    right: 106px;
    margin: 0;
    position: absolute;
}

/* .overlay-content {
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding-left: 5%;
}
 */
.overlay a {
    padding: 8px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.overlay a{
    color: #727887;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

/*     .overlay .closebtn {
        font-size: 40px;
/*         top: 15px;
        right: 35px; */
    } */
}

.overlayMenu {
    font-family: CircularStd;
    font-size: 44px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.32;
    letter-spacing: 1.4px;
}

.overlayLogo1 {
    font-family: AvenirNext;
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: 4.9px;
    color: #ffffff;
    margin-bottom: 0px;
  margin: 0;
    margin-top: 69px;
    margin-left: 105px;
     
}

.overlayLogo2 {
    font-family: AvenirNext;
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: 4.9px;
    color: #ffffff;
    margin-top: 0px;
      margin-left: 105px;
}
.sec1ListPara {
    font-family: CircularStd;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #ffffff;
  margin-top: 120px;
    margin-left: 107px;

}

.section1List {
    font-family: CircularStd;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: 0.3px;
    color: #727887;
    list-style-type: none;
    padding: 0px;
  margin-top: 16px;
/*     margin-left: 105px; */
}

.overlay .section1Btn1 {
    margin-top: 5%;
  cursor: pointer;
}

.open .section1Menu {
   width: 62px;
    height: 62px;
    background-color: #232937;
    font-size: 40px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-content: center;
    border-radius: 50%;
    /* display: inline-block; */
    float: right;
/*     margin-right: 3%; */
    position: fixed;
    right: 0%;
   margin-top: 54px;
    margin-right: 106px;
}
.section1Btn1 {
    width: 151px;
    height: 41px;
    border-radius: 100px;
    background-color: #82292e;
    font-family: CircularStd;
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    vertical-align: top;
    color: #ffffff;
     margin-left: 107px;
    margin-bottom: 144px;
  border-width: 0px;
}

.closebtnstyle {
    width: 62px;
    height: 62px;
    background-color: #fff;
    font-size: 45px;
    cursor: pointer;
    color: #000;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    float: right;
    /* margin-right: 2%; */
    right: 0;
    margin-top: 54px;
    margin-right: 106px;
}

/********toggle menu************/
#toggle-menu {
    position: fixed;
    top: 54px;
    right: 104px;
    z-index: 115;
    background: #232937;
    width: 61px;
    height: 61px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  cursor:pointer;
  transition:0.5s ease;
}
#myNav{
width:0;
}
#myNav.open{
width:100%;
}
.span12.widget-span.widget-type-custom_widget.menuClass {
    min-height: 0;
}
div#myNav.open .toggle-menu {
    background: #fff;
}

#toggle-menu{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#toggle-menu span {
  display: block;
  position: absolute;
    height: 1px;
    width: 30px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 16px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
div#myNav.open #toggle-menu span{
    background: #232937;
}

#toggle-menu span:nth-child(1) {
  top: 18px;
}

#toggle-menu span:nth-child(2) {
  top: 29px;
}

#toggle-menu span:nth-child(3) {
  top: 40px;
}

#myNav.open  span:nth-child(1) {
  top: 29px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#myNav.open  span:nth-child(2) {
  opacity: 0;
  left: -5px;
}

#myNav.open span:nth-child(3) {
  top: 29px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
li.hs-menu-item a:hover {
    opacity: 0.6;
}

/* a#hs-link-module_155492241349569_ {
    margin-top: 69px;
    margin-left: 99px;
    margin-bottom: 99px;
} */

/* .logo.hs-image-widget {     margin-left: 99px;     margin-top: 69px;     margin-bottom: 99px; } */


a#hs-link-module_1554923175225185_ {     margin-top: 69px;     margin-left: 99px;     margin-bottom: 99px; } 