 .header_bg{
    position: relative;
 }
  
   /*========================  sidebar list=================================*/
 
 
  .header-main {
    position: fixed;
    top: 75px;
    left: 120px;
    max-width: 280px;
    height: 100%;
    z-index: 5;
  }
  
  .header-aside {
    position: absolute;
    left: -20%; 
  }
  
   .main-menu-nav {
    height: 100%;  
  }
  
  .main-menu {
    width: 100%;
    height: 100%;
 
  }
  
  .main-menu__item { 
    width: 100%;
  }
  
  
  
  .main-menu__link {
    position: relative;
    background: #07dcae1f;
    color: #fff;
    padding: 0px;
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
    width: 160px;
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
    margin: 10px 0px;
    display: inline-block;
    border-radius: 20px 30px 0px 20px;
    border: 1px solid transparent;
  }

.main-menu__item .main-menu__link:hover{
    color: #ffd800;
    border: 1px solid #08e1b2;
  }

.main-menu__item.active .main-menu__link{
    color: #ffd800;
    border: 1px solid #08e1b2;
  }




  .main-menu__item  .main-menu__link .menu_name{
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin: -6px 0px 0px;
  }
  .menu__icon {
 
  }
 
  .main-menu__item .main-menu__link img{
    width: 36px;
    background: #08e1b2;
    padding: 8px 8px;
    border-radius: 50px;
    margin: 0px 10px 0px 0px;
  }
  .main-menu__item.active .main-menu__link img{
	  
  }
  
  .main-menu__item .main-menu__link .menu__icon:after{
	position: absolute !important;
    content: '';
    display: block;
    border: 5px solid #019376;
    left: -9px;
    top: -8px;
    border-radius: 50%;
    animation: pulse 3s linear infinite;
    width: 53px;
    height: 52px;
   }
   
 
 
   @keyframes pulse {
  
	  0%{
		transform: scale(0.7);
		opacity: 0;
	  } 
	  50%{
			opacity: 1;
	  }
	   100%{
		transform: scale(1);
		opacity: 0;
	  }
  }
  /*========================  sidebar dot=================================*/
  
  .section-content {
    max-width: 830px;
    width: 100%;
   
  }
   
  
  

  
  
  /*========================  sidebar dot=================================*/
   
  .page-navigation {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 0px;
    margin: 0px;
  }
  
  .page-navigation__item {
    display: block;
    text-align: center;
    padding: 4px;
  }
  
  .page-navigation__item.active .page-navigation__link:before {
    opacity: 1;
  }
  
  .page-navigation__item.active .page-navigation__link:after {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  
  .page-navigation__link {
    display: inline-block;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    position: relative;
    transition: 0.3s;
  }
  
  .page-navigation__link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    margin: -1px 0 0 -1px;
    background-color: #01b8ee;
    opacity: 0.35;
    transition: 0.3s;
  }
  
  .page-navigation__link:after {
    content: '';
    border-radius: 50%;
    width: 26px;
    height: 26px;
    border: 1px solid #01b8ee;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    transition: 0.4s;
    -webkit-transform: scale(0);
            transform: scale(0);
    display: block;
    opacity: 0;
  }
  
  
  
  /*========================  sidebar dot=================================*/
  
  .count-page-wrap {
    width: 100%;
    height: 160px;
    position: relative;
  }
  
  .count-page {
    color: #ffffff;
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    text-align: right; 
    white-space: nowrap;
    position: absolute;
    bottom: -20px;
    left: 15px;
  }
  
  .num-page {
    font-size: 2.0625em;
    display: inline-block;
    min-width: 46px;
    vertical-align: middle;
  }
  
  .total-page {
    color:gray;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 88px;
  }
  
  .total-page:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    width: 72px;
    height: 1px;
    background-color: #ffffff;
  }
  
  .scroll-down-label {
    min-height: 100px;
    width: 100%;
    position: relative;
  }
  
  .scroll-down {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    text-align: left; 
    white-space: nowrap;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 38px;
    position: absolute;
    bottom: -24px;
    left: 10px;
  }
  
  .scroll-down .arrow-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 20px;
    display: block;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  
  .scroll-down .arrow-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/icons/back.svg) 0 0 no-repeat;
    width: 26px;
    height: 20px;
    opacity: 0.26;
    display: block;
    -webkit-animation: slide infinite 0.8s linear;
            animation: slide infinite 0.8s linear;
  }
  
  .scroll-down.reverse .arrow-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  @-webkit-keyframes slide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(5px);
              transform: translateX(5px);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  
  @keyframes slide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(5px);
              transform: translateX(5px);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  
  .header-main-top {
    position: absolute;
    right: 74px;
    top: 0;
    padding: 45px 30px 45px 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 900px;
    z-index: 2;
  }
 
  
  
   
  
 

   