/*your custom css goes here*/
.border-soft-secondary {
    border-color: #fff !important;
}
.ms-auto{margin-left: auto!important;}
.effect-button{font-size: 0.9rem !important;text-transform: uppercase;}
.ltr-space{letter-spacing: 2px;}
.absolute-top-right {position: absolute;bottom: 0;right: -25;}
.header-space{font-size: 2.0rem;font-weight: 300;letter-spacing: 7px;}
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }
.black_color{color:#000 !important;}
.border-default{border:2px solid #e8e8e8;}
.border-default:hover{color:#fe8627;}
.hover-text:hover{color:#fe8627;}
.bg-transparent{background-color:transparent !important;}
.customizer {
  width : 100%;
  right: -110%; 
  padding : 0;
  background-color : #FFFFFF;
  z-index : 1030;
  position : fixed;
  top : 0;
  bottom : 0;
  height : 100vh;
  -webkit-transition : left 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
       -o-transition : left 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
     -moz-transition : left 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
          transition : left 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  -webkit-backface-visibility : hidden;
     -moz-backface-visibility : hidden;
          backface-visibility : hidden;
  border-left : 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow : 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow : 0 0 8px rgba(0, 0, 0, 0.1);
}
.customizer.open {
  right : 0;
}
.customizer .customizer-content {
  position : relative;
  height : 100%;
  overflow-y: scroll;
}
 .customizer a.customizer-close {
  color : #000000;
}
.customizer .customizer-close {
  position : absolute;
  right : 10px;
  top : 10px;
  padding : 7px;
  width : auto;
  z-index : 10;
}
.customizer a.customizer-toggle {
    background: #FFFFFF;
    color: #fff;
    display: block;
    border-radius: 5px 0 0 5px;
}

.customizer .customizer-toggle {
    position: absolute;
    top: 35%;
    width: 50px;
    left: -50px;
    text-align: center;
    cursor: pointer;
    font-size: 0.8rem;
    overflow-y:scroll;
    overflow-x:scroll;
}
.customizer .color-options a {
  white-space : pre;
}
.customizer .customizer-sidebar-options .active {
  background-color : #967ADC;
  border-color : #967ADC;
  color : #FFFFFF;
}
.menu-close-btn{
    background: #fe8728;
    padding: 10px;
    border-radius: 50%;
    color: #fff !important;
}
.changemenu_bg{
    color: #fff !important;
    border-radius: 50%;
    background: #fe8627;
    padding: 6px Important;
}
.changemenu{padding: 6px;}
.modal-content .modal-body {
    padding: 20px 15px !important;
    overflow-y: auto;
    max-height: 70vh;
}
.la-105x{font-size:1.6rem !important;}
.text-muted{font-weight: 700;}
/*your custom css goes here*/