
abbr[title] {
  border-bottom: none !important;
  /*cursor: inherit !important;*/
  text-decoration: none !important;
}
.auto-overflow{
    overflow: auto !important;
}
.overflow-hidden{
    overflow: hidden !important;
}
.hide{display: none}
/*.collapse{display: none;}*/
.disabled,
.read-only,
[readonly],
[disabled] {
    opacity: 0.7;
    cursor: not-allowed !important;
}

.disabled:hover,
.disabled a:hover {
    text-decoration: none;
}
.cursor-pointer{cursor: pointer !important;}
.required {
    color: red;
    font-weight: 600;
    font-size: 18px;
}

.optional {
    color: green;
    font-weight: 600;
    padding-left: 7px;
}
.va-m{
    vertical-align: middle !important;
}
.bg-green{
    background-color: green !important;
}
.bg-orange{
    background-color: orange !important;
}
/**/
/*
* LETTER HEAD
*/

.letter-head {
    position: relative;
    line-height: 18px;
    font-size: 12px;
    /* min-width: 8.27in;
    max-width: 8.27in;
    padding: 0 0.5in; */
    margin: 0 auto;
}

.letter-head .to-right {
    float: right;
}

.letter-head .to-right:after {
    clear: both;
    display: block;
    content: "";
}

.letter-head .left-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    width: calc(100% - 320px);
}

.letter-head .school_name {
    font-size: 20px;
    font-weight: 500;
    max-width: 150px;
    line-height: 24px;
}

.letter-head img {
    width: 70px;
}

.letter-head .right-section {
    float: right;
    width: 320px;
}

.letter-head p {
    margin: 0;
    padding: 0;
    line-height: 18px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.letter-head .content:after {
    clear: both;
    display: block;
    content: "";
}

.letter-head .hr-1,
.letter-head .hr-2,
.letter-head .hr-3 {
    margin: 0;
    padding: 0;
    margin-top: 0.1px;
    width: 100%;
}

.letter-head .hr-1 {
    border-color: #00ccff;
}

.letter-head .hr-2 {
    border-color: #000;
}

.letter-head .hr-3 {
    border-color: #57d5f4;
}

.letter-head-bottom {
    text-align: center;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 2px;
}

.letter-head-bottom .hr-1,
.letter-head-bottom .hr-2 {
    margin: 0;
}

.letter-head-bottom .hr-1 {
    border-color: red;
    border-width: 2px;
}

.letter-head-bottom .hr-2 {
    border-color: blue;
}
/**/

.heading.style1{
    color: #009edb !important;
    font-weight: 900 !important;
    font-family: Arial;
    margin-bottom: 20px;
}
.main-header{
    margin-bottom: 15px;
}

.main-header.fixed-main-header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 43px;
}
.main-header.add-bg{
    padding: 5px 15px;
    padding-top: 15px;
    background: rgba(0, 0, 0, .04);
}


.main-header.no-bg{
    background: transparent !important;
}
.main-header .title,.card .card-header .card-title{
    font-size: 24px;
}

.main-header h4.title{
    font-size: 18px;
}

/**/
.main-header.button-prepended{
    display: flex;
}
.main-header.button-prepended .b-section{
    width: 40px;
}

.main-header.button-prepended .b-section a{
    display: block;
    width: 100%;
    text-align: center;
}

.main-header.button-prepended .b-section i{
    vertical-align: middle;
    margin-top: -5px;
}

.main-header.button-prepended .h-section{
    width: calc(100% - 40px);
}
.main-header.button-prepended.add-bg{
    padding: 5px 5px;
    padding-top: 15px;
    background: rgba(0, 0, 0, .04);
}

.main-header.fs-0,.main-header.fs-0 .title,.main-header.button-prepended .b-section i{
    font-size: 18px;
}

.main-header.button-prepended .b-section i{
    
}
/**/
.main-header.controls-appended,
.main-header.button-prepended .h-section.controls-appended{
    display: flex;
}
.main-header.controls-appended .left-section,
.main-header.button-prepended .h-section.controls-appended .left-section{
    width: calc(100% - 20%);
}
.main-header.controls-appended .right-section,
.main-header.button-prepended .h-section.controls-appended .right-section{
    width: 20%;
}

.main-header.controls-appended.cw-30pct .left-section,
.main-header.button-prepended .h-section.controls-appended.cw-30pct .left-section{
    width: calc(100% - 30%);
}
.main-header.controls-appended.cw-30pct .right-section,
.main-header.button-prepended .h-section.controls-appended.cw-30pct .right-section{
    width: 30%;
}

/*breadcrumbs*/
.breadcrumbs-container{
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.breadcrumbs-container::-webkit-scrollbar {
    display: none;
}
.breadcrumbs {
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    min-width: 150px;
}
.breadcrumbs.add-bg{
    background-color: rgba(0, 0, 0, .05);
    padding: 6px 12px;

}
.breadcrumbs a,
.breadcrumbs button {
    background: transparent;
    font-weight: 500;
    border: 0;
    border-radius: 5px;
/*    color: #54a4f2;*/
color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 80% !important;
}

.breadcrumbs .trash {
    color: #d22a2a;
}

.breadcrumbs .action-icon {}

.breadcrumbs .action-icon img {
    width: 20px;
}

.breadcrumbs .action-text {}

.breadcrumbs a:after,
.breadcrumbs button:after {
    font-size: 18px;
    content: "\f101";
    font-family: "fontawesome";
    margin-left: 10px;
    margin-right: 5px;
    opacity: 0.5;
    display: inline-block;
    color: #000;
    vertical-align: middle;
}

.breadcrumbs a:last-child:after,
.breadcrumbs button:last-child:after {
    content: ''
}

.breadcrumbs a.active,
.breadcrumbs button.active {
    opacity: 0.2;
    cursor: not-allowed !important;
}
.breadcrumbs a.active:hover,
.breadcrumbs button.active:hover {
    opacity: 0.2;
    cursor: not-allowed !important;
}

.breadcrumbs a:focus,
.breadcrumbs button:focus {
    outline: 0;
}

/*dark breakcrumbs*/
.breadcrumbs.dark a,
.breadcrumbs.dark button {
    color: #deeefa;
}
.breadcrumbs.dark a:after,
.breadcrumbs.dark button:after {
    color: #fff;
}

.breadcrumbs.dark a.active,
.breadcrumbs.dark button.active {
    opacity: 0.5;
}

/**/
.card{}
.card-header{}
.card-header .card-title{
    white-space: normal !important;
}
/*tabs*/
.jt-horizontal-menu{
    position: relative;
    display: flex;
    white-space: nowrap;
    min-height: 50px;
}

.jt-horizontal-menu ul{
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jt-horizontal-menu ul::-webkit-scrollbar {
    display: none;
}

.jt-horizontal-menu ul li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    border-top: 1px solid transparent;
}

.jt-horizontal-menu ul li:last-child {
    margin-right: 0;
}

.jt-horizontal-menu ul li a,
.jt-horizontal-menu ul li button,
.jt-horizontal-menu ul li .form-check label {
    display: block;
    padding: 6px 12px !important;
    color: #24292d;
    background-color: rgba(36, 41, 45, 0.1);
    border-radius: 100px;
    border: 0;
    outline: 0;
    text-decoration: none;
}
.jt-horizontal-menu ul li .form-check {
    padding: 0;
    margin-right: 10px;
}

.jt-horizontal-menu ul li .form-check:last-child {
    margin-right: 0;
}
.jt-horizontal-menu ul li .form-check input+label {
    margin: 0 !important;
}
.jt-horizontal-menu ul li .form-check input:checked+label {
    color: #fff;
    background-color: #24292d;
    cursor: pointer;
}
.jt-horizontal-menu ul li .form-check input:checked+label:after {
    
}
.jt-horizontal-menu  .scroll-button{
    display: none;
}

.jt-horizontal-menu.add-scroll-buttons .scroll-button{
    display: block;
    position: absolute;
    top: 0;
    font-size: 26px;
    padding: 0 12px;
    border: 0;
    outline: 0;
    color: #24292d;
    background-color: rgba(36, 41, 45, 0.1);

}

.jt-horizontal-menu.add-scroll-buttons .scroll-button.left-scroll{
    left: 0;
}

.jt-horizontal-menu.add-scroll-buttons .scroll-button.right-scroll{
    right: 0;
}

.jt-horizontal-menu.add-scroll-buttons ul{
    margin-left: 20px;
    margin-right: 20px;
}
.jt-horizontal-menu ul li select{
    max-width: 150px;
    width: 100%;
    padding: 2px 12px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    outline: 0;
    color: #24292d;
    box-shadow: none;
    min-width: 50px;
/*    border-radius: 100px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.jt-horizontal-menu ul li select option{

}
.jt-horizontal-menu ul li select option:first-child{
    text-align: center;
    background-color: rgba(0, 0, 0, .05);
}
.jt-horizontal-menu ul li select:valid{

}

.jt-horizontal-menu ul li .mw-60{
    min-width: 60px;
}
.jt-horizontal-menu ul li .mw-70{
    min-width: 70px;
}
.jt-horizontal-menu ul li .mw-80{
    min-width: 80px;
}
.jt-horizontal-menu ul li .mw-90{
    min-width: 90px;
}
.jt-horizontal-menu ul li .mw-100{
    min-width: 100px;
}
.jt-horizontal-menu ul li .mw-120{
    min-width: 120px;
}
.jt-horizontal-menu ul li .mw-130{
    min-width: 130px;
}
.jt-horizontal-menu ul li .mw-150{
    min-width: 150px;
}
.jt-horizontal-menu ul li .mw-160{
    min-width: 160px;
}
.jt-horizontal-menu ul li .mw-180{
    min-width: 180px;
}
.jt-horizontal-menu ul li .mw-200{
    min-width: 200px;
}
.jt-horizontal-menu ul li .filter-input {
    width: 100%;
    max-width: 130px;
    padding: 4px 12px;
    border: 1px solid rgba(0, 0, 0, .1);
    outline: 0;
}

.jt-horizontal-menu ul li a:hover,
.jt-horizontal-menu ul li button:hover,
.jt-horizontal-menu ul li .form-check label:hover,
.jt-horizontal-menu ul li a:focus,
.jt-horizontal-menu ul li button:focus,
.jt-horizontal-menu ul li .form-check label:focus {
  color: #fff;
  background-color: #24292d;
  cursor: pointer;
  outline: 0;
  box-shadow: none;

}
.jt-horizontal-menu ul li select:focus,
.jt-horizontal-menu ul li select:valid:focus{
  outline: 0;
  box-shadow: none;
  border-color: #24292d;
}

.jt-horizontal-menu.labels-added ul{
    padding-top: 15px;
}
.jt-horizontal-menu.labels-added ul li .menu-label {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    font-size: 12px;
}
.jt-horizontal-menu.add-scroll-buttons.labels-added .scroll-button{
    top: 15px;
}
/*.full-height-textarea{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.full-height-textarea .textarea{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 38px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: red;
}

.full-height-textarea .textarea-controls{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 38px;
}*/

/*tabs*/
.adaptive-tabs.fixed-tabs{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #eee;
    border: 1px solid rgba(0, 0, 0, .1);
}
.adaptive-tabs.fixed-tabs .tab-controls{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 38px;
}
.adaptive-tabs .tab-controls ul{

}
.adaptive-tabs .tab-controls ul li{
    
}
.adaptive-tabs .tab-controls ul li a{
    border-radius: 0;
}
.adaptive-tabs.fixed-tabs .tab-content{
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 12px;
    background: #fff;
}
/**/
.tab-content.fixed-tab-content{
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    bottom: 0;

}

.tab-content.fixed-tab-content .tab-pane{
    /*width: 100%;
    height: 100%;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.collapsible-tabs{
    position: relative;
}

.main-container{
    position: relative;
}


.main-container .content-area{
    position: relative;
}

.main-container.fixed-container{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main-container.fixed-container .content-area{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/**/
body.plain-tmpt{
    overflow: hidden;
  }
  .fixed-player{
    position: relative;
  }
  .fixed-player .col-a{
    position: fixed;
    top: 65px;
    left: 0;
    right: 30%;
    bottom: 0;
    background-color: #000;
  }
  
  .fixed-player .col-a .col-content{
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 50px;
  }

  .fixed-player .col-a .col-header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 40px;
    color: #ccc;
    display: flex;
    padding: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }
  .fixed-player .col-a .col-header .col-title{
    width: calc(100% - 80px);
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .fixed-player .col-a .col-header .col-controls{
    width: 80px;
  }
  .fixed-player .col-a .col-header .col-controls div{
    display: flex;
    float: right;
  }
  .fixed-player .col-a .col-header .col-controls:after{
    clear: both;
    display: block;
    content: '';
  }

  .fixed-player .col-a .col-header .col-controls div a,
  .fixed-player .col-a .col-header .col-controls div button{
    border: 0;
    outline: 0;
    background: #eee;
    margin-right: 5px;
  }
  .fixed-player .col-a .col-header .col-controls div a:last-child,
  .fixed-player .col-a .col-header .col-controls div button:last-child{
    margin-right: 0;
  }

  .fixed-player .col-a .bottom-controls{
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: 50px;
    padding: 15px;
    padding-top: 3px;
  }

  .fixed-player .col-b{
    position: fixed;
    top: 65px;
    right: 0;
    bottom: 0;
    width: 30%;
    border-left: 3px solid rgba(0, 0, 0, .2);
  }

  .fixed-player .col-b .top-controls{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    display: flex;
    -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
    padding-left: 5px;
    padding-right: 15px;
  }

  .fixed-player .col-b .top-controls .left-controls{
    width: calc(100% - 100px);
  }
  .next-prev-buttons{
    display: flex;
  }

  .next-prev-buttons a,.next-prev-buttons button{
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    padding: 5px 15;
    font-size: 18px;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, .05);
  }

  .next-prev-buttons a:last-child,.next-prev-buttons button:last-child{
    margin-right: 0;
  }
  .next-prev-buttons a.bg-trpt-05,.next-prev-buttons button.bg-trpt-05{
    background: rgba(0, 0, 0, .05);
    margin-right: 0;
  }
  .next-prev-buttons .prev,.next-prev-buttons .next{

  }

  .next-prev-buttons .prev{
    width: 50%;
    margin-right: 5px;
  }
  .next-prev-buttons .next{
    width: calc(100% - 50%);
    margin-left: 5px;
  }

  .fixed-player .col-b .top-controls .right-controls{
    width: 100px;
    padding: 6px;
    box-sizing: border-box;
  }

  .fixed-player .col-b .top-controls .right-controls button,
  .fixed-player .col-b .top-controls .right-controls a{
    display: block;
    margin-top: 6px;
  }

  .fixed-player .col-b .col-content{
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 50px;
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 150px;
  }

  .fixed-player .col-b .bottom-controls{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50px;
    background-color: #eee;
    border-top: 1px solid rgba(0, 0, 0, .1);
  }

.fixed-player.full-screen .col-a{
    top: 0;
    right: 0;
    z-index: 99999999;
}

  @media(max-width: 991.98px){
    body.plain-tmpt{
      overflow: auto;
    }
    .fixed-player{
      display: block;
    }
    .fixed-player .col-a,.fixed-player .col-b{
      position: relative;
      top: 100%;
      left: auto;
      right: auto;
      bottom: auto;
      width: 100%;
      overflow: hidden;
    }
    .fixed-player .col-a{
        margin-top: 64px;
    }
    .fixed-player .col-b{
        overflow-y: hidden !important;
    }
    .fixed-player .col-a .col-content{

    }
    .fixed-player .col-a .col-header{
        position: relative;
      }
    /*.fixed-player .col-a{
      position: fixed;
      top: 64px;
      left: 0;
      right: 0;
      bottom: auto;
      width: 100%;
      z-index: 1;
    }

    .fixed-player .col-b{
      position: relative;
      top: 100%;
      left: auto;
      right: auto;
      bottom: auto;
      width: 100%;
      margin-top: 100%;
    }



  .fixed-player .col-b .top-controls{
    position: fixed;
    top: 360px;
    z-index: 2;
  }*/


  
  .fixed-player .col-a .col-content,
  .fixed-player .col-b .col-content,
  .fixed-player .col-a .bottom-controls,
  .fixed-player .col-b .bottom-controls,
  .fixed-player .col-a .top-controls,
  .fixed-player .col-b .top-controls{
      position: relative;
      top: 100%;
      left: auto;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%;
      overflow: inherit;
  }
  .fixed-player .col-a .col-content.has-doc,.fixed-player 
  .col-a .col-content.has-doc iframe{
    min-height: 320px;
  }
}

/*   question panel   */
.question-panel-container{
  position: relative;
}

.question-panel{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.question-panel .panel-header{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  background-color: rgba(0, 0, 0, .04);
}

.question-panel .panel-header .left-section{
    width: calc(100% - 100px);
    padding: 10px 12px;
    font-weight: 700;
    line-height: 18px;
}

.question-panel .panel-header .right-section{
    width: 100px;
    padding: 5px 0;
}

.question-panel .panel-header .right-section span{
    display: block;
    width: 100%;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
}

.question-panel .panel-header .right-section span.time{
    font-weight: 700;
    font-size: 120%;
    margin-top: 5px;
    color: red;
}

.question-panel .panel-body{
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 50px;
  font-size: 115%;
  padding: 30px;
  overflow: scroll;
  overflow-x: hidden;
}

.question-panel .panel-body textarea{
    min-height: 80px;
    width: 100%;
    padding: 12px;
    line-height: 22px;
}

.question-panel .panel-body textarea.comment{
    min-height: auto;
    border-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    margin-right: -50px;
}

.question-panel .panel-body .right-col .col-content{
    background: rgba(0, 0, 0, 0.03);
    height: 100%;
}

.question-panel .panel-body input[type="text"]{
    resize: none;
    min-height: 45px;
    width: 100%;
    padding: 6px 12px;
}

.question-panel .panel-body .score-info{
    border: 1px solid rgba(0, 255, 0, .1);
    background-color: rgba(0, 255, 0, .04);
    padding: 6px 12px;
}

.question-panel .panel-body .score-info span{
    display: inline-block;
    margin-right: 15px;
}
.marking-indicator{}
.marking-indicator.failed{
    color: red;
}
.marking-indicator.passed{
    color: green;
}
.question-panel .panel-body .score-info span:last-child{
    margin-right: 0;
}
.question-panel .panel-body .score-info .score-comment{
    font-size: 100%;
    font-style: italic;
}
.question-panel .panel-footer{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  padding: 5px 5px;
  border-top: 3px solid rgba(0, 0, 0, .05);
}
.question-panel .panel-footer .next-prev-buttons{
    max-width: 50%;
}

.question-panel.no-footer .panel-body{
    bottom: 0;
}

.question-panel.no-footer .panel-footer{
    display: none;
}

.question-panel .panel-footer .container{
    display: flex;
}

.question-panel .panel-footer .container .left-section{
    width: calc(100% - 50px);
}

.question-panel .panel-footer .container .right-section{
    width: 50px;
}

@media(max-width:767.98px){
    .question-panel .panel-footer .next-prev-buttons{
        max-width: 95%;
    }
}

/*posts*/
.jt-post-list{

}
.jt-post-list .list-header{
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.jt-post-list .list-header .list-title{
    margin-bottom: 0;
}
.jt-post{
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.jt-post:last-child{
    border-bottom: 0;
}

.jt-post .user-icon{
    width: 50px;
}

.jt-post .user-icon img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, .05);
}

.jt-post .post-info{
    width: calc(100% - 50px);
    padding-left: 10px;
    padding-top: 5px;
}

.jt-post .post-info .post-header{

}
.jt-post .post-info .post-header .title{
    width: 100% !important;
    font-weight: 700;
}
.jt-post .post-info .post-header a.title{
    color: inherit;
}
.jt-post .post-info .post-header p{
    margin-top: -3px;
    margin-bottom: 0;
    line-height: 20px;
    opacity: .5;
    font-size: 12px;
}
.jt-post .post-info .post-header.has-reviews{
    display: flex;
}
.jt-post .post-info .post-header.has-reviews .title-sec{
    width: calc(100% - 70px);
}
.jt-post .post-info .post-header.has-reviews .reviews{
    width: 70px;
    font-size: 12px;
}
/**/
.post-reaction{
    display: flex;
}
.post-reaction .vote-buttons{
    display: flex;
    border: 1px solid rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05);
    border-radius: 100px;

}
.post-reaction button span{
    font-size: 80%;
    vertical-align: middle;
    display: inline-block;
    margin-left: -5px;
}
.post-reaction .vote-buttons button{
    background: transparent;
    border: 0;
    outline: 0;
    border-radius: 100px;
    white-space: nowrap;
}
.post-reaction .vote-buttons .upvote{
    background: rgba(0, 255, 0, .05);
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: green;
}
.post-reaction .vote-buttons .upvote:hover{
    background: rgba(0, 255, 0, .1);
}
.post-reaction .vote-buttons .downvote{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.post-reaction .vote-buttons .downvote:hover{
    background: rgba(0, 0, 0, .05);
}
.post-reaction .middle-actions{
    padding: 0 20px;
}
.post-reaction .middle-actions ul{
    padding: 0;
    margin: 0;
}

.post-reaction .middle-actions ul li{
    list-style: none;
    display: inline-block;
}


.post-reaction .middle-actions ul li button{
    background: transparent;
    border: 0;
    outline: 0;
}


.post-comment-form{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
      background: rgba(0, 0, 0, .04);
      padding: 6px;
}
.post-comment-form .user-icon{
    width: 50px;
}

.post-comment-form .user-icon img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, .05);
}
.post-comment-form .form-area{
    width: calc(100% - 50px);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
}

.post-comment-form .form-area button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .1);
    outline: 0;
    margin-left: 10px;
    text-align: center;
    background: blue;
    color: #fff;
}

.post-comment-form .form-area textarea{
    width: calc(100% - 50px);
    border: 1px solid rgba(0, 0, 0, .1);
    outline: 0;
    background: #fff;
    padding: 12px 20px;
    border-radius: 100px;
    resize: none;
    height: 40px;
    line-height: 18px;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.post-comment-form .form-area textarea::-webkit-scrollbar {
    display: none;
}
.post-comment-form .form-area textarea:focus{
    border-color: rgba(0, 0, 255, .3);
}
/**/
.alert-box{
    max-width: 90%;
    display: block;
    margin: 5% auto;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 30px;
    background-color: rgba(0, 0, 0, .02);
    border-radius: 10px;
}

.alert-box .icon-area{
    max-width: 60px;
    width:60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    padding: 8px 5px;
    margin-bottom: 15px;
    font-size: 26px;
}

.alert-box .icon-area i{
    vertical-align: middle;

}
.alert-box .alert-title{
    font-weight: 600;
    font-size: 115%;
}
.alert-box .msg-area{
    
}
.alert-box .msg-area p{
    
}

.alert-box .icon-area{
    border-color: rgba(0, 0, 0, .05);
    border-width: 3px;
    background-color: black;
    color: #fff;
}

.alert-box.green .icon-area{
    border-color: green;
}
.alert-box.greenx,.alert-box.green .alert-title{
    color: green;
}

.alert-box.green{
    border-color: rgba(0, 255, 0, .3);
}

.alert-box.orange .icon-area{
    border-color: orange;
}

.alert-box.orangex,.alert-box.orange .alert-title{
    color: orange;
}

.alert-box.orange{
    border-color: rgba(255,165,0, .3);
}

.alert-box.red .icon-area{
    border-color: red;
}

.alert-box.redx,.alert-box.red .alert-title{
    color: maroon;
}

.alert-box.red{
    border-color: rgba(255,0,0, .3);
}
.alert-box.blue .icon-area{
    border-color: blue;
}

.alert-box.bluexx,.alert-box.blue .alert-title{
    color: blue;
}

.alert-box.blue{
    border-color: rgba(0,0,255, .3);
}


.alert-box p{
    color: inherit;
}
/**/

.top0{
    top: 0 !important;
}

.top5{
    top: 5px !important;
}

.top10{
    top: 10px !important;
}

.top20{
    top: 20px !important;
}
.top30{
    top: 30px !important;
}

.top40{
    top: 40px !important;
}

.top50{
    top: 50px !important;
}

.top60{
    top: 60px !important;
}

.top65{
    top: 65px !important;
}

.top70{
    top: 70px !important;
}

.top75{
    top: 75px !important;
}

.top80{
    top: 80px !important;
}

.top85{
    top: 85px !important;
}

.top90{
    top: 90px !important;
}

.top95{
    top: 95px !important;
}

.top100{
    top: 100px !important;
}

.co-brand{
    display: block;
    max-width: 100px;
    margin-right: 15px;
    margin-bottom: 5px;
}

@media(min-width: 1200px){
    .co-brand.lg-hide-brand{
        display: none;
    }
    .collapsible-tabs{

    }
    .collapsible-tabs .tabs-toggler{
        display: none;
    }
}

@media(max-width: 1199.98px){
    .main-header.fixed-main-header.controls-appended .left-section{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .main-header.fixed-main-header.controls-appended .left-section .title{
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main-header.controls-appended.collapsible-controls .left-section{
        width: calc(100% - 36px);
    }
    .main-header.controls-appended.collapsible-controls .right-section{
        width: 36px;
    }
    
    .collapsible-tabs .tabs-toggler{
        border: 0;
        outline: 0;
        background: transparent;
        background-color: rgba(0, 0, 0, .04);
        width: 32px;
        height: 32px;
        border-radius: 100%;
        text-align: center;
        margin-top: 2px;
        float: right;
        margin-right: 2px;
    }
    .collapsible-tabs:after{
        clear: both;
        display: block;
        content: "";
    }
    .collapsible-tabs .tabs-toggler:hover{
        background-color: rgba(0, 0, 0, .1);
    }
    .collapsible-tabs ul{
        display: none;
    }

    .collapsible-tabs ul:before {
        content: "";
        position: absolute;
        right: 11px;
        top: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0;
        border-color: transparent transparent #fff transparent;
        z-index: 999999;
    }



    .collapsible-tabs:hover .collapsible-tabs ul:before {
        border-width: 0 10px 10px 10px;
    }

    .collapsible-tabs ul li,.collapsible-tabs ul li.nav-item{
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
    }

    .collapsible-tabs ul li:last-child,.collapsible-tabs ul li.nav-item:last-child{
        border-bottom: 0;
    }

    .collapsible-tabs ul li:hover{

    }

    .collapsible-tabs ul li:last-child:hover{

    }

    .collapsible-tabs ul li:hover a,.collapsible-tabs ul li:hover a.nav-link{
        background-color: rgba(0, 0, 0, .1);
        border-radius: 0;
    }
    /*    */


    .collapsible-tabs:hover ul{
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 200px;
        z-index: 1;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }
}

.uppercase{text-transform: uppercase;}
.text-center{text-align: center;}
.text-right{text-align: right;}

.no-data{
    padding: 10% 10%;
    text-align: center;
}
.no-data.add-border{
    border: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 0;
}
.no-data.add-bg{
    background-color: rgba(0, 0, 0, .02);
}
/*font-sizes*/
.fs-default *{
    font-size: 101%;
}

.fs-1x *{
    font-size: 103%;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-0 {
  font-size: 100% !important;
}
.fs-1 {
  font-size: calc(1.40625rem + 1.875vw) !important;
}

.fs-2 {
  font-size: calc(1.359375rem + 1.3125vw) !important;
}

.fs-3 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

.fs-4 {
  font-size: calc(1.2890625rem + 0.46875vw) !important;
}

.fs-5 {
  font-size: calc(1.25625rem + 0.075vw) !important;
}

.fs-6 {
  font-size: 0.9375rem !important;
}


@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.8125rem !important;
  }

  .fs-2 {
    font-size: 2.34375rem !important;
  }

  .fs-3 {
    font-size: 1.875rem !important;
  }

  .fs-4 {
    font-size: 1.640625rem !important;
  }

  .fs-5 {
    font-size: 1.3125rem !important;
  }
}
/*end*/


/*line height styles*/

.lh-18{
    line-height: 18px !important;
}

.lh-20{
    line-height: 20px !important;
}

.lh-22{
    line-height: 22px !important;
}

.lh-24{
    line-height: 24px !important;
}

.lh-26{
    line-height: 26px !important;
}

.lh-28{
    line-height: 28px !important;
}

.lh-30{
    line-height: 30px !important;
}

.lh-32{
    line-height: 32px !important;
}

.lh-34{
    line-height: 34px !important;
}

.lh-36{
    line-height: 36px !important;
}

.lh-38{
    line-height: 38px !important;
}

.lh-40{
    line-height: 40px !important;
}



.bg-khaki-1{
    background: #c4bc96 !important;
}

.bg-khaki-2{
    background: #dcd4ad !important;
}
.bg-trpt{
    background: rgba(0, 0, 0, .05) !important;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
}
.bg-trpt1{
    background: rgba(255, 255, 255, .5) !important;
    /*border-radius: 15px;*/
    border:  1px solid rgba(0, 0, 0, .05);
}

.bg-trpt2{
    background: rgba(0, 0, 0, .3) !important;
    border-radius: 15px;
}
.bg-trpt3{
    background: rgba(255, 255, 255, .8) !important;
    border-radius: 15px;
}
.bg-trpt4{
    background: rgba(255, 255, 255, .6) !important;
    border-radius: 15px;
}
.bg-img1{
    position: relative;
}

.img1{
    background: url('../images/backgrounds/mun-bg-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.img2{
    background: url('../images/backgrounds/3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img1 .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
}
.bg-img1 .overlay{
    background: rgba(0, 0, 0, .3);
}
.bg-img1 .to-foreground{
    position: relative;z-index: 30;
}
.bg-img1 .card{
    border:  2px solid #009edb;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.bg-img1 .main-label{
    color: #000;
    font-weight: 600;
    font-family: Arial;
}
.bg-img1 .form-control{
    color: #000;
    border: 1px solid rgba(0, 0, 0, .2);
    min-height: 45px;
}
.bg-img1 .custom-radio-1 input+label{
    color: #000;
    border: 1px solid rgba(0, 0, 0, .3);
}
.bg-img1  .btn-group.style1 .btn{
  padding: 20px 30px;
}
.bg-img1  .btn-group.style1 .btn-default{
  background: rgba(255, 255, 255, .3);
  color:  #fff;
}
.bg-img1  .btn-group.style1 .btn-default:hover{
  background: rgba(255, 255, 255, .6);
  color: #000;
}

/*content boxes*/
.content-box-1{
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 15px;
  background-color: #fff;
  height: 100%;
}
.content-box-1 .content-title{
  font-weight: 500;
  font-family: Arial;
  text-align: center;
  font-size: 115%;
  text-transform: capitalize;
  font-style: italic;
}
.content-box-1 img{
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}


.content-box-2{
  background: rgba(255, 255, 255, .5) !important;
  border:  1px solid rgba(0, 0, 0, .05);
  padding: 15px;
  height: 100%;
}


.content-box-3{
  padding: 100px;
    padding-bottom: 0;
    margin-top: -50px;
}
@media(max-width: 767px){
  .content-box-3{
    margin-top: -20px;
    padding-top: 20px;
  }
}

.content-block-1{
    /*border: 1px solid rgba(0, 0, 0, .05);
    padding: 15px;
    background: #fdf8f5;*/
}
.content-block-1 .section-title{
    padding-bottom: 10px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 6px 15px;
    margin-bottom: 20px;
    font-size: 100%;
    text-transform: uppercase;
    font-weight: 900;
    border-bottom: 1px solid #000;

}
.content-block-1 .section-body{}
/* dividers */
.bottom-divider-1{
    border-bottom: 1px solid rgba(0, 0, 0, .06) !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}
.bottom-divider-1:last-child{
    border-bottom: 0 !important;
}

.divider10 {
    height: 10px;
}

.divider25 {
    height: 20px;
}

.divider20 {
    height: 25px;
}

.divider30 {
    height: 30px;
}

.divider40 {
    height: 40px;
}

.divider50 {
    height: 50px;
}

.divider60 {
    height: 60px;
}

.divider70 {
    height: 70px;
}

.divider80 {
    height: 80px;
}

.divider90 {
    height: 90px;
}

.divider100 {
    height: 100px;
}

.divider120 {
    height: 150px;
}

.divider130 {
    height: 150px;
}

.divider150 {
    height: 150px;
}

.divider160 {
    height: 160px;
}

.divider170 {
    height: 170px;
}

.divider180 {
    height: 180px;
}

.divider190 {
    height: 190px;
}

.divider200 {
    height: 200px;
}

.divider250 {
    height: 250px;
}
.divider-centered{
    width: 100%;
    max-width: 90%;
    height: 5px;
    margin: 0 auto;
    background: red;
    margin-top: 50px;
    margin-bottom: 50px;
}
.divider-centered.w-50{
    max-width: 50%;
}

/**/
.pdg-a0{padding: 0px !important;}
.pdg-a5{padding: 5px !important;}
.pdg-a10{padding:  10px !important;}
.pdg-a15{padding:  15px !important;}
.pdg-a20{padding:  20px !important;}
.pdg-a25{padding:  25px !important;}
.pdg-a30{padding:  30px !important;}
.pdg-a35{padding:  35px !important;}
.pdg-a40{padding:  40px !important;}
.pdg-a45{padding:  45px !important;}
.pdg-a50{padding:  50px !important;}
.pdg-a60{padding:  60px !important;}
.pdg-a70{padding:  70px !important;}
.pdg-a80{padding:  80px !important;}
.pdg-a90{padding:  90px !important;}
.pdg-a100{padding:  100px !important;}
/**/

.pdg-t10{padding-top:  10px !important;}
.pdg-t15{padding-top:  15px !important;}
.pdg-t20{padding-top:  20px !important;}
.pdg-t25{padding-top:  25px !important;}
.pdg-t30{padding-top:  30px !important;}
.pdg-t35{padding-top:  35px !important;}
.pdg-t40{padding-top:  40px !important;}
.pdg-t45{padding-top:  45px !important;}
.pdg-t50{padding-top:  50px !important;}
.pdg-t60{padding-top:  60px !important;}
.pdg-t70{padding-top:  70px !important;}
.pdg-t80{padding-top:  80px !important;}
.pdg-t90{padding-top:  90px !important;}
.pdg-t100{padding-top:  100px !important;}
/**/

.pdg-l0{padding-left: 0px !important;}
.pdg-l5{padding-left: 5px !important;}
.pdg-l10{padding-left: 10px !important;}
.pdg-l15{padding-left: 15px !important;}
.pdg-l20{padding-left: 20px !important;}

.pdg-r0{padding-right: 0px !important;}
.pdg-r5{padding-right: 5px !important;}
/**/
.pdg-b10{padding-bottom:  10px !important;}
.pdg-b15{padding-bottom:  15px !important;}
.pdg-b20{padding-bottom:  20px !important;}
.pdg-b25{padding-bottom:  25px !important;}
.pdg-b30{padding-bottom:  30px !important;}
.pdg-b35{padding-bottom:  35px !important;}
.pdg-b40{padding-bottom:  40px !important;}
.pdg-b45{padding-bottom:  45px !important;}
.pdg-b50{padding-bottom:  50px !important;}
.pdg-b60{padding-bottom:  60px !important;}
.pdg-b70{padding-bottom:  70px !important;}
.pdg-b80{padding-bottom:  80px !important;}
.pdg-b90{padding-bottom:  90px !important;}
.pdg-b100{padding-bottom:  100px !important;}
/**/
.mgn-t5{margin-top: 5px;}
.mgn-t10{margin-top: 10px;}
.mgn-t20{margin-top: 20px;}
.mgn-t25{margin-top: 25px;}
.mgn-t30{margin-top: 30px;}
.mgn-t40{margin-top: 40px;}
.mgn-t50{margin-top: 50px;}
.mgn-b10{margin-bottom: 10px;}
.mgn-b20{margin-bottom: 20px;}
.mgn-b30{margin-bottom: 30px;}
.mgn-b40{margin-bottom: 40px;}
.mgn-b50{margin-bottom: 50px;}
.mgn-b60{margin-bottom: 60px;}
.mgn-b70{margin-bottom: 70px;}
.mgn-b80{margin-bottom: 80px;}
.mgn-b90{margin-bottom: 90px;}
.mgn-b100{margin-bottom: 100px;}
.pdg-a10{padding: 10px;}
.text-lightblue{color: lightblue;}
.text-white{color: #fff !important;}
.text-inherit{color: inherit !important;}
.text-black{color: #000000 !important;}
.text-green{color: green !important;}
.text-orange{color: orange !important;}
.highlight-text{color: orange !important;}
.highlight-text.add-bg{color: #000 !important;background-color: yellow;display: inline-block;}
.text-red{color: red !important;}
.text-help { color: #165acc; }
.text-faint-3{opacity: .3 !important;}
.text-faint-5{opacity: .5 !important;}
.text-faint-7{opacity: .7 !important;}
.bold{font-weight: 700;}
.bold600{font-weight: 600;}
.border-1-orange{
    border: 1px solid orange !important;
}
.border-5-dashed-black{
    border: 5px dashed #000 !important;
}
.border-1-red{
    border: 1px solid #d6293e !important;
}
.text-italic{
    font-style: italic !important;
}
.badge.size-xs{
    font-size: 11px !important;

}
.border-1-white-1{border: 1px solid #fff !important;}
.border-2-white-1{border: 2px solid #fff !important;}
.border-3-white-1{border: 3px solid #fff !important;}
.border-4-white-1{border: 4px solid #fff !important;}
.border-5-white-1{border: 5px solid #fff !important;}

.border-1-black-1{border: 1px solid #24292d !important;}
.border-2-black-1{border: 2px solid #24292d !important;}
.border-3-black-1{border: 3px solid #24292d !important;}
.border-4-black-1{border: 4px solid #24292d !important;}
.border-5-black-1{border: 5px solid #24292d !important;}

.border-1-blue-1{border: 1px solid #0a2c5b !important;}
.border-2-blue-1{border: 2px solid #0a2c5b !important;}
.border-3-blue-1{border: 3px solid #0a2c5b !important;}
.border-4-blue-1{border: 4px solid #0a2c5b !important;}
.border-5-blue-1{border: 5px solid #0a2c5b !important;}

.border-1-blue-2{border: 1px solid #016daa !important;}
.border-2-blue-2{border: 2px solid #016daa !important;}
.border-3-blue-2{border: 3px solid #016daa !important;}
.border-4-blue-2{border: 4px solid #016daa !important;}
.border-5-blue-2{border: 5px solid #016daa !important;}

.border-1-blue-3{border: 1px solid #007bff !important;}
.border-2-blue-3{border: 2px solid #007bff !important;}
.border-3-blue-3{border: 3px solid #007bff !important;}
.border-4-blue-3{border: 4px solid #007bff !important;}
.border-5-blue-3{border: 5px solid #007bff !important;}

.block{display: block;}
.flex-content{
    display: flex !important;
}
.inline-block{display: inline-block;}
.to-right{float: right;}
.to-right:after{clear: both;display: block;content: "";}

.border-radius10{border-radius: 10px !important;}
.border-radius15{border-radius: 15px !important;}
.border-radius20{border-radius: 20px !important;}
.border-radius25{border-radius: 25px !important;}
.border-radius30{border-radius: 30px !important;}
.important{
    font-weight: 900;
    font-size: 18px;
    font-family: Arial;
    font-style: italic;
}
/**/
.nowrap{white-space: nowrap !important;}
.wrap,.wrap-text{white-space: normal !important;}
.justify{text-align: justify;}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.toggle .num{
    margin-right: 15px;
    display: inline-block;
    padding: 6px;
    background: rgba(0, 0, 0, 1.0);
    color: #fff;
    text-align: center;
    height: 30px;
    width: 30px;
    border: 2px solid red;
    border-right-width: 5px;
    border-radius: 50%;
}

.participate-form{
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px;
    height: 100%;
    border-radius: 10px;
}
.participate-form .heading{

}

/*categories list*/
.categories-section{
    margin-top: 30px;
}
.categories-section ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.categories-section .section-title{
    font-weight: 700;
    font-family: Arial;
    border-bottom: 5px solid rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.categories-section li:after{clear: both;display: block;content: "";}
.categories-section li{
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-top: 10px;
    padding-bottom: 10px;
}


.categories-section.text-dark,
.categories-section.text-dark a{
    color: #000;
}

.categories-section ul li.active {
    background: rgba(0, 0, 0, .05);
    padding: 3px 12px;

}
.categories-section ul li.active a,
.categories-section ul li.active span{
    color: green !important;
    font-weight: 700;
}

.categories-section li:last-child{
    border-bottom: 0;
}
.categories-section li a{
    width: calc(100% - 10%);
    float: left;
    white-space: normal;

}
.categories-section li span{
    width: 10%;
    float: right;
}


/*end*/
.link{color: blue;}
.links-1{

}
.links-1 a{
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 6px;
}
.links-1 a:last-child{
    border-bottom: 0;
}

.links-1 a:hover{
    color: green !important;
    border: 1px 1px 1px #fff;
}

/* -------------------------------------
   DROP DOWN STYLES
---------------------------------------*/

.jt-dropdown {
    position: relative;
}

.jt-dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 999999;
}

.jt-dropdown-content.top-offset35 {
    top: 25px !important;
}

.jt-dropdown-content.content-left {
    left: 5px;
}

.jt-dropdown-content.content-right {
    right: 0;
}

.jt-dropdown-content.icon-content {
    right: -5px;
}

.jt-dropdown:hover .jt-dropdown-content {
    top: 100%;
    display: block;
}

.jt-dropdown-content:before {
    content: "";
    position: absolute;
    right: 11px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: transparent transparent #fff transparent;
    z-index: 999999;
}

.jt-dropdown.width-150 {
    width: 150px !important;
}

.jt-dropdown.width-150.center-items {
    margin: 0 auto;
}

.jt-dropdown-content.pointer-left:before {
    left: 11px;
}

.jt-dropdown:hover .jt-dropdown-content:before {
    border-width: 0 10px 10px 10px;
}

ul.jt-dropdown-content{
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.jt-dropdown-content li {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    line-height: 20px;
}

ul.jt-dropdown-content li:last-child{
    border-bottom: 0;
}

ul.jt-dropdown-content li a,ul.jt-dropdown-content li button{
    display: block;
    width: 100%;
    padding: 6px 12px;
    color: inherit;
    text-align: left !important;
}
ul.jt-dropdown-content li button{
    background-color: transparent;
    border: 0;
    outline: 0;
    
}

/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.iconic-list.style1{
    display: block;
    margin-top: 5px;
}
.iconic-list.style1:after{
    clear: both;
    display: block;
    content: "";
}
.iconic-list.style1 .icon-box{
    width: 40px;
    float: left;
    padding-top:  5px;
}
.iconic-list.style1 .icon-box i{
    font-size: 26px !important;
    color: #000;
}
.iconic-list.style1 .desc-box{
    width: calc(100% - 40px);
    float: right;
}

 .tile-box.style1{
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    padding: 5px;
    line-height: 20px;
 }
 .tile-box.style1 a{
    color: blue;
 }
 .tile-box.style1 p{
    margin: 0;
 }

 /*Publish*/
 #publish_page{
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 1000;

 }

 .enhance-editable{
    position: relative;
    display: inline-block;
    outline: 1px solid transparent;
    padding: 5px 20px;
    border:  1px solid rgba(0, 0, 255, .3);
 }
 .enhance-editable:focus{
    outline-color: blueviolet;
 }
 .editable-indicator{
    position: absolute;
    top: -5px;
    right: -10px;
    z-index: 2;
    background: blue;
    color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 18px !important;
 }
 .editable-indicator i{position: absolute;top: 5px;right: 5px;bottom: 10px;}



/*search styles*/

.search-drop {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px 20px;
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 100%;
    z-index: 8;
    border-radius: 20px;
    background-color: #eee;
    padding-top: 68px;
    box-sizing: border-box;
    display: none;
    text-align: left;
}

.search-drop.is-visible {}

.search-drop .close-search-drop {
    padding: 0px 12px;
    margin-top: 30px;
    float: right;
}

.search-drop:after {
    clear: both;
    display: block;
    content: "";
}

.search-drop .title {
    font-size: 100%;
    font-weight: 600;
    line-height: 20px;
}

.search-drop ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-drop ul li {
    cursor: pointer;
    display: inline-block;
    color: blue;
    margin: 5px;
    margin-bottom: 0;
    /*    width: 25%;*/
}


/*.search-drop ul li:after{
    font-size: 18px;
    content: "|";
    margin-left: 5px;
    margin-right: 2px;
    opacity: 0.2;
    display: inline-block;
    color: #000;
}

.search-drop ul li:last-child:after{
    content: ''
}*/

/*------------------------------------------*/

/*   POPUP STYLES
/*------------------------------------------*/


/*search*/

.jt-search-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999;
    background: #eee;
    display: none;
    overflow: auto;
    padding: 30px;
    box-sizing: border-box;
}

.jt-search-popup .search-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    padding: 10px;
    background-color: #ddd;
}

.jt-search-popup .search-header .search-header-container {
    display: flex;
}

.jt-search-popup .search-header .search-header-container .header-left {
    width: 150px;
}

.jt-search-popup .search-header .search-header-container .header-right {
    width: calc(100% - 150px);
    display: flex;
}

.jt-search-popup .search-header .search-header-container .header-right .header-title {
    width: calc(100% - 32px);
}

.jt-search-popup .search-header .search-header-container .header-right .header-close {
    width: 32px;
}

.jt-search-popup .search-header .search-header-container .header-right .header-close button {
    display: block;
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #000;
    font-size: 26px;
}

.jt-search-popup .search-header .search-header-container .header-right .header-close button:hover {
    color: #fff;
    background-color: red;
}

.jt-search-popup .search-body {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 50px;
    overflow: auto;
}

.jt-search-popup .search-body .search-form {
    padding: 20px 0 14px;
    position: relative;
    max-width: 80%;
    margin: 0 auto;
}

.jt-search-popup .search-body .search-form .search-pack {
    position: relative;
    background: #fff none repeat scroll 0 0;
}

.jt-search-popup .search-body .search-form .search-pack input {
    position: absolute;
    border: none;
    background: #fff;
    padding: 6px 20px;
    height: 45px;
    padding-right: 52px;
    font-size: 13px;
    width: 100%;
    border-radius: 100px;
    z-index: 10;
}

.jt-search-popup .search-body .search-form .search-pack .search-btn {
    position: absolute;
    top: 3px;
    right: 3px;
    border: unset;
    box-shadow: unset;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    font-size: 14px;
    display: block;
    text-align: center;
    transition: all .3s;
    z-index: 11;
    background-color: #000;
    color: #fff;
}

.jt-search-popup .search-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
}


.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    overflow: auto;
    padding: 30px;
    box-sizing: border-box;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 50%;
    height: 90%;
    min-height: 250px;
    /*border: 8px solid #7c9cc5;*/
    /*border-top-width: 5px;*/
    background: #fff;
    color: #666666;
    text-align: left;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.popup-content-sm {
    width: 20%;
}

.popup-content-md {
    width: 40%;
}

.popup-content-lg {
    width: 60%;
}

.popup-content-xl {
    width: 80%;
}

.popup-content-hsm {
    height: 250px;
}

.popup-content-hmd {
    height: 320px;
}

.popup-content-hlg {
    height: 500px;
}

.popup-header {
    position: absolute;
    top: 0;
    width: 100%;
    /*border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
    background: #fff;
    height: 30px;
    font-size: 12px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
    color: #fff;*/
    background: rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.popup-header:after {
    clear: both;
    display: block;
    content: "";
}

.popup-title {
    width: calc(100% - 35px);
    float: left;
    padding: 3px 15px;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
}

.popup-close {
    width: 35px;
    float: right;
    height: 28px;
    font-size: 16px;
    padding: 2px 11px;
    /*background: #a00;*/
    /*color: #fff;*/
}

.popup-close:hover {
    background: red;
    cursor: pointer;
}

.popup-body {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 50px;
    padding: 10px 15px;
    overflow: auto;
    /*box-shadow: 0 0 1px rgba(0, 0, 50, 1) inset;*/
}

.popup-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    height: 50px;
    padding: 12px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.popup.no-footer .popup-body {
    bottom:  0;
}
.popup .popup-footer.no-padding {
    padding: 0 !important;
}
.popup.no-footer .popup-footer {
    height: 0;
    display: none;
}
.popup-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: right;
}

.popup-footer-left {
    width: 100px;
    float: left;
}

.popup-footer-right {
    width: calc(100% - 100px);
    float: right;
}

.popup-buttons:after {
    clear: both;
    display: block;
    content: "";
}

.popup.standard-popup .popup-footer{
    padding: 5px;
    padding-top: 8px;
}
.popup.standard-popup .footer-buttons{
    position: absolute;
    right: 12px;
}
.popup-footer button {
    min-height: 25px;
    font-size: 90%;
    padding: 4px 6px;
    margin-right: 5px;
}

.popup.standard-popup .footer-buttons button,
.popup.standard-popup .footer-buttons a{
    padding: 4px 20px;
    border-radius: 100px;
}
.popup-footer button.btn-default{

}
.popup-footer button.btn-success{

}

/*media player popup*/
.popup.media-player-popup{

}

.popup.media-player-popup .popup-content{
    width: 60%;
    height: 70%;
    background-color: transparent;
    
}
.popup.media-player-popup .popup-header{
    background-color: #000;
    color: #fff;
}
.popup.media-player-popup .popup-body{
    padding: 0 !important;
    bottom: 0;
    background-color: transparent;
    overflow: visible;
}

@media(max-width: 1023.98px) {
    .popup-content {
        width: 98%;
        height: 98%;
    }
    .popup.media-player-popup .popup-content{
        min-height: 480px;
        width: 95%;
        height: 80%;
    }
    .popup.standard-popup .popup-content{
        min-height: 480px;
        width: 95%;
        height: 80%;
    }
}

@media(max-width: 991.98px) {
    .popup.media-player-popup .popup-content{
    }
}

@media(max-width: 767.98px) {
    .popup.media-player-popup .popup-content{
    }
}

@media(max-width: 575.98px) {
    .popup-content {

    }


    .popup.standard-popup .popup-content{
        min-height: 50%;
        width: 95%;
        height: 70%;
    }
}


/*END*/


/*------------------------------------------*/


/*   MEDIA QUERIES STYLES
/*------------------------------------------*/

@media(min-width: 1200px) {
    .xl-hide {
        display: none !important;
    }

    .xl-show{display: block !important;}
}

@media(max-width: 991px) {
    .md-hide {
        display: none !important;
    }
    .md-show {
        display: block !important;
    }
}

@media(max-width: 767px) {
    .sm-hide {
        display: none !important;
    }

    .sm-show {
        display: block !important;
    }
}

@media(max-width: 575px) {
    .xs-hide {
        display: none !important;
    }
    .xs-show {
        display: block !important;
    }
}


/*------------------------------------------*/



/*   LOGIN STYLES
/*------------------------------------------*/
.form-logo{

}
.form-logo img{
    display: block;
    max-width: 200px;
    margin: 0 auto;
}
.login-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.login-wrapper h4 {}

.login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 50%;
    max-width: 480px;
    margin: 0 auto;
    padding: 5px 10px;
}

.login-box .form-control {
    color: #029cfd!important;
    font-weight: 600;
    height: 40px;
    outline: 0;
    box-shadow: none;
}

.login-box fieldset {
    background: transparent;
    border: transparent;
    margin: 0;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 30px;
}

.password-toggler {
    font-weight: 600;
    font-size: 80%;
    width: 40px;
    cursor: pointer;
    color: #029cfd;
}

.login-logo,
.login-fields {
    padding: 0;
}

.login-logo {
    padding: 10px;
}

.login-logo div {
    /*background: rgba(0,0,0,0.1);*/
    width: 100%;
}

.login-logo img {
    /*float: right;*/
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 0 auto;
}

.login-fields {
    padding: 10px;
    /*background: gray;*/
}

.login-fields div {
    width: 100%;
}

.login-box .button {
    font-size: 100%;
    font-weight: 600;
}

.account-actions {
    display: block;
    width: 100%;
}

.account-actions a {
    font-size: 110%;
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;
}

.account-actions a:last-child {
    margin-right: 0;
}

.login-box .left-addon,
.login-box .right-addon {
    height: 40px;
    padding-top: 6px;
}

.login-box .left-addon img {
    display: block;
    width: 24px;
    margin: 0 auto;
}

@media(min-width: 360px) and (max-width: 767px) {
    .login-logo div img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .login-box {}
}

@media(max-width: 575px) {
    .login-wrapper {
        margin: 5%;
    }
    .login-box {
        width: 100%;
    }
    .login-logo {
        width: 100%;
    }
    .login-logo div {
        max-width: 170px;
        margin: 0 auto;
    }
    .login-logo div img {
        width: 100%;
    }
    .login-box .button {
        width: 100%;
        height: 35px;
        font-size: 100%;
        font-weight: 700;
    }
}


/**/
/* events */

.events {}

.event {
    position: relative;
    display: block;
    background: #fff;
}

.event:first-child {
    border-top: 0;
}

.event:last-child {}

.event:after {
    clear: both;
    display: block;
    content: "";
}

.event .cover-photo {
    width: 100%;
}

.event .event-body {
    display: block;
    width: 100%;
    line-height: 24px;
}

.event .event-body p {
    margin: 0;
}

.event .cover-photo img {
    width: 100%;
    display: block;
}

.event .event-title {
    display: block;
    width: 100%;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 15px;
}

.event .event-title a {
    font-weight: normal;
}

.event-media {
    position: relative;
    display: block;
    min-height: 150px;
}

.event-media .cover-photo {
    width: 320px;
    float: left;
    background: blue;
}

.event-media .cover-photo img {
    width: 100%;
    height: inherit;
    background: red;
}

.event-media .event-video {
    width: calc(100% - 320px);
    float: right;
    padding-left: 30px;
    margin-top: -10px;
}

.event-media::after {
    clear: both;
    display: block;
    content: "";
}

.event-video {}

.event .document {
    border: 0 !important;
    padding: 5px 0;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.event .document .file {
    margin-left: 15px;
}

.event-video .video-container {
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 3px;
    border-radius: 10px;
    /*max-width: 320px;
    height: inherit;*/
}

.event-video iframe {
    margin: 0 !important;
    border-radius: 10px;
    /*min-height: 360px;*/
}

.event .event-intro {
    display: block;
    width: 100%;
}

.event.has-img .cover-photo {}

.event.has-img .event-body {}

.event.no-img .cover-photo {
    display: none;
}

.event.no-img .event-body {
    width: 100%;
    padding: 5px !important;
}

.event.full-event {
    padding: 0 !important;
    border: 0 !important;
    background: transparent;
}

.event.full-event .event-title {
    margin-left: -10px;
    margin-bottom: 30px !important;
    font-size: 150%;
    border-left: 5px solid green;
    padding-left: 15px;
}

.event.full-event .cover-photo {
    max-width: 100%;
}

.event.full-event .event-body {
    width: 100%;
    padding: 15px 0 !important;
    padding-top: 0;
}

.event .blog_meta {
    display: table;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    margin-bottom: 10px;
}

.event .blog_meta:after {
    clear: both;
    display: block;
    content: "";
}

.event .blog_meta li {
    display: inline-block;
    float: left;
    padding-right: 10px;
    position: relative;
}

.event .blog_meta li:last-child {
    padding-right: 0;
}

.event .blog_meta li i {
    margin-right: 8px;
    font-size: 16px;
}

.event .blog_meta li a {
    color: #636363;
    font-size: 14px;
    white-space: nowrap;
}

.event .blog_meta li a:hover {
    color: #07d765;
}

.event .more {
    display: block;
}

.event .more i {
    vertical-align: middle;
}

.event-topic {
    font-weight: 600;
}

.event-date {
    white-space: nowrap;
}

.event-topic .topic-label {
    font-weight: 800;
    margin-right: 15px;
}

.event-footer {
    font-style: italic;
    font-size: 12px;
}

.event-author {
    margin-left: 15px;
}

/*event style 1*/

.event.style1 {
  position: relative;
  padding: 20px;
  padding-top: 40px;
  /*border:  1px solid #e25f07;*/
  margin-bottom: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 5px 0px;
}
.event.style1:after {
  clear: both;
  display: block;
  content: "";
}
.event.style1 .cover-photo {
  width: 100%;
  /*float: left;*/
  background: rgba(0, 0, 0, .05);
}
.event.style1 .cover-photo img{
  width: 100%;
}
.event.style1 .event-body {
  width: 100%;
  /*float: right;*/
  padding: 15px;
  padding-top: 0;
}

.event.style1 .date-sec {
    margin-bottom: 0;
    font-size: 18px;
    position: relative;
    z-index: 1;
    padding: 6px 25px;
    margin-right: 7px;
}
.event.style1 .date-sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-20deg);
    z-index: -1;
    right: 0;
    margin: 0 auto;
    background: #00adef;
    box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.event.style1 .date-sec {
    position: absolute;
    top: 10px;
    left: 20px;
    color:  #fff;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #e25f07;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  box-shadow: -1px 1px 1px #e25f07;
  padding: 5px;
  border:  10px solid #fff;
  border-bottom-width: 5px;
  position: absolute;
  top: 0px;
  left: 0;*/
  /*-webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);*/
}


.event.style1 .event-body.no-photo {
  width: 100%;
  float: none;

}
.event.style1 .event-controls{
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 50px;
}
@media(max-width: 575px){
  .event.style1 .cover-photo,
  .event.style1 .event-body {
    width: 100%;
    float: none;
  }

  .event.style1 .event-body {
    padding-top: 15px;
  }
}

/**/


/*  */

.full-width-actions {
    list-style: none;
    padding: 0;
    margin: 0;
}

.full-width-actions::after {
    clear: both;
    display: block;
    content: "";
}

.full-width-actions li {
    float: left;
}

.full-width-actions .action {
    display: block;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 0;
    white-space: nowrap;
}

.full-width-actions.no-bg .action {
    background: transparent;
}

.full-width-actions .action:hover {
    background: rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.full-width-actions.no-bg .action:hover {
    background: transparent;
}

.full-width-actions li:last-child .action {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    ;
}

.full-width-actions.three li {
    width: 33.33333333333333%;
}

.full-width-actions.four li {
    width: 25%;
}

.full-width-actions.two li {
    width: 50%;
}

@media(max-width: 576px) {
    .full-width-actions .btn-icon {}
    .full-width-actions .btn-text {
        display: none;
    }
}


/* data layout */

.data-container {}

.data-section {
    /* display: block;
    width: 100%; */
    padding: 15px;
}

.data-title1 {
    font-weight: 700;
    font-size: 120%;
}

.data-title2 {
    font-weight: 600;
    font-size: 110%;
    line-height: 20px;
}

.data-header {
    color: #00a3c8;
    font-weight: 600;
    font-size: 105%;
    border-bottom: 5px solid rgba(0, 0, 0, .05);
    margin-bottom: 20px;
}

.data-header::after {
    clear: both;
    display: block;
    content: "";
}

.data-header-left {
    width: calc(100% - 80px);
    float: left;
}

.data-header-right {
    width: 80px;
    float: right;
}

.data-body {
    display: block;
    width: 100%;
}

.data-section p {
    padding: 0;
    margin: 0;
}

/**/
.tabs-inline{

}

ul.tabs-horizontal{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

ul.tabs-horizontal::-webkit-scrollbar {
    display: none;
}

ul.tabs-horizontal li {

}

ul.tabs-horizontal li a,ul.tabs-horizontal li button { 
    background-color: lightblue;
    color: #000;
    border: 0;
    padding: 6px 15px;
    border-radius: 100px;
}

/*menu styles*/
ul.h-menu,div.h-menu{
    margin: 0;
    padding: 0;
}

ul.h-menu li.root-li{
    list-style: none;
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

ul.h-menu li.root-li:last-child{
    margin-right: 0;
}

ul.h-menu li.root-li a,div.h-menu a{
    display: inline-block;
    text-decoration: none;
}

.HMenu-default {
    margin-bottom: 5px;
    padding: 0;
}

.HMenu-default:after {
    clear: both;
    display: block;
    content: "";
}

.HMenu-default li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.HMenu-default a {
    color: #00a;
    display: block;
    width: 100%;
    white-space: nowrap;
    padding: 5px;
}

.HMenu-default .trash {
    color: #a00;
}

.HMenu-default .trash:hover {
    color: #f00;
}


/*  */

.HMenu-style1 {
    margin-bottom: 5px;
    padding: 0;
}

.HMenu-style1:after {
    clear: both;
    display: block;
    content: "";
}

.HMenu-style1 li {
    list-style: none;
    float: left;
    margin: 2px;
}

.HMenu-style1 a {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3px 10px;
    color: #00a;
    display: block;
    width: 100%;
    white-space: nowrap;
}

.HMenu-style1 a:hover,
.HMenu-style1 a:focus {
    background: rgba(0, 0, 0, 0.1);
}


/*donations*/

/* custom-radio-1 STYLING */

.check-group .form-check input+label {
    padding: 6px 12px;
    color: #24292d;
    background-color: rgba(36, 41, 45, 0.1);
}
.check-group .form-check input[disabled]+label {
    opacity: 0.2;
    cursor: not-allowed !important;
}
.check-group .form-check input[disabled]+label:hover {
    cursor: not-allowed !important;
}
.check-group .form-check input+label:hover {
    cursor: pointer !important;
}
.check-group .form-check input:checked+label {
    content: '';
    color: #fff;
    background-color: #24292d;
    cursor: pointer !important;
}
.check-group .form-check input:checked+label:after {
    
}

.form-check.style1 .form-check-label{
        padding-left: 15px;
    }
    .form-check.style1 .form-check-input{
        width: 18px;
        height: 18px;
        margin-top: 8px;
    }

.custom-radio-1 {
    margin: 0 0 1.5rem;
    box-sizing: border-box;
    font-size: 0;
    /* display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch; */
}

.custom-radio-1.mgn-t15 {
    margin-top: 7px;
}

.custom-radio-1 input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.custom-radio-1 input+label {
    margin: 0;
    width: 100%;
    cursor: pointer;
    /* padding: 0.75rem 2rem; */
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 1px #ddd;
    background-color: #fff;
    font-size: 1rem;
    line-height: 140%;
    font-weight: 500;
/*    text-align: center;*/
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
    /*flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
   */
    /* ----- */
}
.custom-radio-1.style1 input+label{
    font-weight: 900;
}
.custom-radio-1.text-2x input+label{
    font-size: 26px !important;
    font-weight: 900 !important;
}
.custom-radio-1.hide-sub-text small{
    display: none !important;
    color: #ccc;
}
.custom-radio-1 .sub-text{
    color: #ccc !important;
}

.custom-radio-1 input+label:first-of-type {
    border-radius: 6px;
    /* border-right: none; */
}

.custom-radio-1 input+label:last-of-type {
    /* border-radius: 0 6px 6px 0;
    border-left: none; */
}

.custom-radio-1 input:hover+label {
    border-color: rgba(0, 0, 255, 0.1);
    background: rgba(0, 0, 255, 0.05);
}

.custom-radio-1 input:checked+label {
    background-color: rgba(0, 0, 0, .1);
    color: green;
    box-shadow: 0 0 10px rgba(102, 179, 251, .5);
    border-color: #4b9dea;
    z-index: 1;
    padding-right: 20px;
}
.custom-radio-1.style1 input:checked+label {
    background-color: rgba(0, 0, 0, .1);
}

.custom-radio-1 input:checked+label:after{
    position: absolute;
    top: -15px;
    right: -15px;
    content: "\f058";
    font-family: "fontawesome";
    color:  green;
    font-size: 26px;
    width: 36px;
    height: 36px;
    display: block;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    padding-left: 2px;
    padding-top: 6px;
    border-radius: 50%;
    border:  1px solid rgba(0, 0, 0, .2);
}
.custom-radio-1.text-2x input:checked+label:after{
    padding-top: 0px;
    padding-bottom: 5px;
}

.custom-radio-1 input:focus+label {
    outline: dotted 1px #ccc;
    outline-offset: 0.45rem;
}

.custom-radio-1 [disabled]+label {
    opacity: 0.3;
    cursor: not-allowed !important;
}

.custom-radio-1.style3 input+label{

}
.custom-radio-1.style3  input+label{
    background: #149bd0;
    color: #fff;
}
.custom-radio-1.style3 input:checked+label {
    border-color: green;
    background: green;
}

@media (max-width: 800px) {
    .custom-radio-1 input+label {
        padding: 0.75rem 0.25rem;
        flex: 0 0 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/**/
/**/

.custom-radio-2 {
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.custom-radio-2.mgn-t15 {
    margin-top: 7px;
}

.custom-radio-2 input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.custom-radio-2 input+label {
    margin: 0;
    padding: 0.2rem 2rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 1px #ddd;
    background-color: #fff;
    font-size: 1rem;
    line-height: 140%;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
    /*flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
   */
    /* ----- */
}

.custom-radio-2 input+label:first-of-type {
    border-radius: 6px 0 0 6px;
    /* border-right: none; */
}

.custom-radio-2 input+label:last-of-type {
    border-radius: 0 6px 6px 0;
    border-left: none;
}

.custom-radio-2 input:hover+label {
    border-color: rgba(0, 0, 255, 0.1);
    background: rgba(0, 0, 255, 0.05);
}

.custom-radio-2 input:checked+label {
    background-color: #4b9dea;
    color: #fff;
    box-shadow: 0 0 10px rgba(102, 179, 251, .5);
    border-color: #4b9dea;
    z-index: 1;
}

.custom-radio-2 input:focus+label {
    outline: dotted 1px #ccc;
    outline-offset: 0.45rem;
}

.custom-radio-2.style-2 input+label {
    padding: 3px 12px;
    font-size: 18px;
}
.custom-radio-2.style-2 input+label.green {
    color: green;
}
.custom-radio-2.style-2 input+label.red {
    color: red;
}

.custom-radio-2.style-2 input:checked+label {
    color: #fff !important;
}

.custom-radio-2.style-2 input:checked+label.green {
    background-color: green;
}

.custom-radio-2.style-2 input:checked+label.red {
    background-color: red;
}

.pos-pay-options .main-label {
    font-size: 12px;
    margin: 0 !important;
    margin-bottom: 0;
}

.pos-pay-options .custom-radio-2 input+label {
    padding: 2px 2px;
    font-size: 12px;
    border-radius: 0;
}
.pos-pay-options .custom-radio-2 input:checked+label {
    color: #fff;
    box-shadow: none;
    border-color: #4b9dea;
    z-index: 10;
    margin-left: 10px;
}
.pos-pay-options .custom-radio-2 input:checked+label:before {
    position: absolute;
    top: 0;
    left: -10px;
    content: "\f058";
    font-family: "fontawesome";
    padding-right: 10px;
    font-size: 16px;
    background: green;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
@media (max-width: 800px) {
    .custom-radio-2 input+label {
        /* padding: 0.75rem 0.25rem; */
        flex: 0 0 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/*  */

/*switch*/
.custom-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.custom-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-switches-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.custom-switches-stacked .custom-switch {
    margin-bottom: .5rem;
}
.custom-switch-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: #e9ecef;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border:1px solid  rgba(0,0,0,.125);
    transition: .3s border-color, .3s background-color;
}
.custom-switch-indicator:before {
    content: '';
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    transition: .3s left;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.custom-switch-input:checked~.custom-switch-indicator {
    background: #4d41f1 ;
}
.custom-switch-input:checked~.custom-switch-indicator:before {
    left: calc(1rem + 1px);
}
.custom-switch-input:focus~.custom-switch-indicator {
    box-shadow: 0 0 0 2px rgba(242,242,242, 0.25);
    border-color: #467fcf;
}
.custom-switch-description {
    margin-left: .5rem;
    color: #000;
    transition: .3s color;
}
.custom-switch-input:checked~.custom-switch-description {
    color: #495057;
}
/*  */

/*  */
.input-group .left-addon {
    border: 1px solid #94a2b6;
    background: #fff;
    padding: 7px;
    border-radius: 3px 0 0 3px;
    border-right: 0;
    box-sizing: border-box;
    margin: 0;
    min-height: 38px;
    font-size: 14px;
}

.input-group .bdr-l0 {
    border-left: 0;
}

.input-group .bdr-r0 {
    border-right: 0;
}

.input-group .bdr-lr0 {
    border-left: 0;
    border-right: 0;
}

.input-group .right-addon {
    border: 1px solid #94a2b6;
    background: #fff;
    padding: 5px;
    border-radius: 0 3px 3px 0;
    border-left: 0;
    padding-right: 15px;
    margin: 0;
}
.alt-amount{
  font-size: 15px;
/*  opacity: 0.7;*/
  display: block;
  margin-top: -10px;
}

.ht-pct100 {
    height: 100%;
}

.ht-pct95 {
    height: 95%;
}

.bold600 {
    font-weight: 600;
}

.bold800 {
    font-weight: 800;
}

.bold900 {
    font-weight: 900;
}

.payment-options{

}
.payment-options label img{
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}



/*forms*/

/*user rating*/
.user-rating .rating-header{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 5px;
}
.user-rating .rating-header .title{
    font-size: 100%;
    font-weight: 700;
}

.user-rating p{
    line-height: 20px;
}
.user-rating .rating-buttons{
    max-width: 250px;
}
.rating-buttons.buttons-centered{
    margin: 0 auto;
}
.user-rating .rating-buttons input+label {
/*    background: rgba(0, 0, 0, .03);*/
    padding: 0;
    padding: 3px 6px;
}
.user-rating .rating-buttons input:checked+label {
    content: '';
}
.user-rating .rating-buttons input:checked+label:after {
    
}
/*end rating*/
.input-group-prepend.prepend-select{

}
.input-group-prepend.prepend-select .input-group-text{

}
.input-group-prepend.prepend-select select{
    outline: 0;
    border: 0;
    background: transparent;
}

.form-style1 {}
  
.form-style1 .form-control,
.form-style1 input[type="text"],
.form-style1 input[type="date"],
.form-style1 input[type="tel"],
.form-style1 input[type="number"],
.form-style1 input[type="time"],
.form-style1 select,
.form-style1 textarea {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0;
    padding: 0 12px;
    min-height: 25px;
    background: transparent;
}

.form-style1 textarea {
    resize: none;
}
.form-style1 .form-control.no-bottom-border{
    border-bottom: 0 !important;
}
.form-style1 .input-group-prepend,.form-style1 .input-group-append {
    outline: 0;
    box-shadow: none;   
    border: 0;
    border-radius: 0;
}

.form-style1 .input-group-prepend .input-group-text,.form-style1 .input-group-append .input-group-text {
    outline: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .3) !important;
    border-radius: 0;
}

.form-style1 .input-group-prepend,.form-style1 .input-group-append button.input-group-text {
    background: transparent;
    cursor: pointer;
}

.form-style1 .input-group-text {
    border-left: 0;
    border-top: 0;
    border-radius: none;
    border-right: 0;
    background: transparent;
    border-bottom: 0;
}


/*.form-style1 .select2-container .select2-hidden-accessible,
.form-style1 .select2-container,
.form-style1 .select2-container .select2-selection--single,
.form-style1 .select2-container .select2-selection--single .select2-selection__rendered {
    background-color: transparent;
    border-color: transparent;
    width: 100%;
}*/

.form-style1 .select2-container--default .select2-selection--single {
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .3) !important;
    border-radius: 0;
    padding: 0 12px;
    min-height: 25px;
    background: transparent;
}

.form-style1 input[type="file"] {
    border: 0 !important;
}

.form-style1 .left-addon,
.form-style1 .right-addon {
    padding-top: 8px;
    padding-bottom: 3px;
    border: 0;
}

.form-style1 .form-control:focus,
.form-style1 input[type="text"]:focus,
.form-style1 input[type="date"]:focus,
.form-style1 input[type="tel"]:focus,
.form-style1 input[type="number"]:focus,
.form-style1 input[type="time"]:focus,
.form-style1 select:focus,
.form-style1 textarea:focus {
    border-color: rgba(0, 0, 255, .3);
    outline: 0;
    box-shadow: none;
}

.form-style1 .main-label,
.main-label {
    margin: 0;
    font-weight: 400;
    display: block;
    background: transparent !important;
    font-size: 12px;
}

.form-style1 .card {
    box-shadow: none;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
}

/*  */

.time-picker-select{
    display: flex;
}
.time-picker-select .hour-select{}
.time-picker-select .minute-select{}


/*donation form*/
.donation-form{

}

.donation-form input[type="text"],
.donation-form input[type="tel"],
.donation-form input[type="email"],
.donation-form select.form-control,
.donation-form select.form-select{
    min-height: 50px;
    border-color: #bbb;
}
.donation-form input[type="text"]{
    padding: 3px 20px;
}


.logo-place-holder{
    width: 100px;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, .5);
    margin: 0 auto;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 900;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 35px;
    opacity: .3;
}

.logo-rounded{
    width: 130px;
    height: 130px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 auto;
    border-radius: 50%;
    padding: 10px;
}

.file-input {
    width: 100%;
    border: 0;
    overflow: auto;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    background: transparent;
}

.form-group {
    margin-bottom: 1rem
}

input.file-input {
    cursor: pointer;
}

input.file-input::file-selector-button {
    font-weight: bold;
    color: dodgerblue;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    background: #fff;
}

input.file-input::file-selector-button:hover {
    background: #fff;
}

.input-group-text.pdg-a0{padding: 0 !important;}
.left-addon-select{
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    padding-left: 10px !important;

}
.form-control{
    border: 1px solid #c4c8ca;
    min-height: 38px;
}
.form-control.input-lg{
    min-height: 50px;
}
.form-control::placeholder,
select::placeholder,
input::placeholder,
textarea::placeholder {
    color: #000;
    opacity: 0.5;
    font-size: 100%;
    font-weight: 400;
}

.form-control::-moz-placeholder,
select::placeholder,
input::placeholder,
textarea::placeholder {
    color: #000;
    opacity: 0.5;
    font-size: 100%;
    font-weight: 400;
}

.form-control::-ms-placeholder,
select::placeholder,
input::placeholder,
textarea::placeholder {
    color: #000;
    opacity: 0.5;
    font-size: 100%;
    font-weight: 400;
}

.form-control::-webkit-placeholder,
select::placeholder,
input::placeholder,
textarea::placeholder {
    color: #000;
    opacity: 0.5;
    font-size: 100%;
    font-weight: 400;
}

.dial-code {
    width: 80px;
    max-width: 80px;
}

.visa {
    width: 250px;
    max-width: 250px;
}

.visa-payment {
    padding: 30px;
    width: 100%;
    border-radius: 8px;
    border: 5px solid rgba(0, 0, 0, .1);
}
.visa-payment.block-hidden {
    display: none;
}

.visa-payment .title{
    font-size: 100%;
    font-weight: 900;
}
.visa-payment input::-moz-placeholder {
    color: #555;
    opacity: 1;
}

.visa-payment input:-ms-input-placeholder {
    color: #555;
    opacity: 1;
}

.visa-payment input::-webkit-input-placeholder {
    color: #555;
    opacity: 1;
}
.visa-payment .expiry-date,
.card-input{
    background: rgba(0, 0, 0, .05);
    padding: 0 15px;
    height: 100%;
    padding-bottom: 15px;
}
.card-input{
    padding-bottom: 15px;
}
.month-input {
    /* width: 80px;
    max-width: 80px; */
}

.year-input {
    /* width: 90px;
    max-width: 90px; */
}

.cvv {
    width: 80px;
    max-width: 80px;
}

.cvv-container {
    background: rgba(0, 0, 0, .05);
    padding: 0 15px;
    height: 100%;
}

.cvv-container:after {
    clear: both;
    display: block;
    content: "";
}

.cvv-container .cvv-left {
    width: 80px;
    float: left;
}

.cvv-container .cvv-right {
    width: calc(100% - 80px);
    float: right;
}

.cvv-container .cvv-right img {
    width: 80px;
    display: block;
    margin: 15px;
    margin-top: 25px;
}


/* transaction info */

.transaction-info {
    display: block;
    max-width: 320px;
    margin: 10% auto;
    border-radius: 10px;
    background: #fff;
}

.transaction-info .info-title {
    font-weight: 800;
    font-size: 130%;
    text-align: center;
    margin-bottom: 15px;
    line-height: 24px;
    padding-bottom: 15px;
}

.transaction-info .info-title.add-divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.transaction-info p {}

.transaction-info .icon-box {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #fff;
    /* border: 1px solid #bbb; */
    border-radius: 50%;
    padding: 2px;
    padding-top: 4px;
    box-sizing: border-box;
    margin-top: -30px;
}

.transaction-info .icon-box img {
    display: block;
    width: 50px;
    margin: 0 auto;
}

.transaction-info .details-box {
    display: block;
    width: 100%;
    padding: 15px;
}

.transaction-info.callelled {
    border: 5px solid #f9c700;
}

.transaction-info.errorbox {
    border: 5px solid #cb3332;
}

.transaction-info.successful {
    border: 5px solid #00d219;
}



/*icon list*/

.iconic-list.style1{
    display: block;
    margin-top: 15px;
}
.iconic-list.style1:after{
    clear: both;
    display: block;
    content: "";
}
.iconic-list.style1 .icon-box{
    width: 40px;
    float: left;
}
.iconic-list.style1 .icon-box i{
    font-size: 26px !important;
}
.iconic-list.style1 .desc-box{
    width: calc(100% - 40px);
    float: right;
}

/**/

a.has-icon,
.icon-prepended,
.icon-apended,
.label-appended {
    display: flex !important;
    color: inherit;
}
a.has-icon.max-w200,
.icon-prepended.max-w200,
.icon-apended.max-w200 {
    max-width: 200px;
    margin: 0 auto;
}
.center-items,
a.has-icon.center-items,
.icon-prepended.center-items,
.icon-apended.center-items,
.label-appended.center-items{  
    justify-content: center;
    align-items: center;
}

a.has-icon .link-icon,
.icon-prepended .elm-icon,
.icon-apended .elm-icon {
    width: 32px;
}

a.has-icon .link-icon img,
.icon-prepended .elm-icon img,
.icon-apended .elm-icon img{
    width: 100%;
    max-width: 90%;
    margin: auto 0;
}

a.has-icon .link-icon i,
.icon-prepended .elm-icon i,
.icon-apended .elm-icon i {}

a.has-icon .link-text,
.icon-prepended .elm-text,
.icon-apended .elm-text {
    width: calc(100% - 32px);
    line-height: 20px;
}

a.has-icon.iw-18 .link-icon,
.icon-prepended.iw-18 .elm-icon,
.icon-apended.iw-18 .elm-icon {
    width: 18px;
}

a.has-icon.iw-18 .link-text,
.icon-prepended.iw-18 .elm-text,
.icon-apended.iw-18 .elm-text {
    width: calc(100% - 18px);
}

a.has-icon.iw-20 .link-icon,
.icon-prepended.iw-20 .elm-icon,
.icon-apended.iw-20 .elm-icon {
    width: 20px;
}

a.has-icon.iw-20 .link-text,
.icon-prepended.iw-20 .elm-text,
.icon-apended.iw-20 .elm-text {
    width: calc(100% - 20px);
}


a.has-icon.iw-22 .link-icon,
.icon-prepended.iw-22 .elm-icon,
.icon-apended.iw-22 .elm-icon {
    width: 22px;
}

a.has-icon.iw-22 .link-text,
.icon-prepended.iw-22 .elm-text,
.icon-apended.iw-22 .elm-text {
    width: calc(100% - 18px);
}



a.has-icon.iw-24 .link-icon,
.icon-prepended.iw-24 .elm-icon,
.icon-apended.iw-24 .elm-icon {
    width: 24px;
}

a.has-icon.iw-24 .link-text,
.icon-prepended.iw-24 .elm-text,
.icon-apended.iw-24 .elm-text {
    width: calc(100% - 18px);
}



a.has-icon.iw-26 .link-icon,
.icon-prepended.iw-26 .elm-icon,
.icon-apended.iw-26 .elm-icon {
    width: 26px;
}

a.has-icon.iw-26 .link-text,
.icon-prepended.iw-26 .elm-text,
.icon-apended.iw-26 .elm-text {
    width: calc(100% - 26px);
}

a.has-icon.iw-30 .link-icon,
.icon-prepended.iw-30 .elm-icon,
.icon-apended.iw-30 .elm-icon,
.label-appended.iw-30 .label-box {
    width: 30px;
}

a.has-icon.iw-30 .link-text,
.icon-prepended.iw-30 .elm-text,
.icon-apended.iw-30 .elm-text,
.label-appended.iw-30 .desc-box {
    width: calc(100% - 30px);
}

a.has-icon.iw-50 .link-icon,
.icon-prepended.iw-50 .elm-icon,
.icon-apended.iw-50 .elm-icon,
.label-appended.iw-50 .label-box {
    width: 50px;
}

a.has-icon.iw-50 .link-text,
.icon-prepended.iw-50 .elm-text,
.icon-apended.iw-50 .elm-text,
.label-appended.iw-50 .desc-box {
    width: calc(100% - 50px);
}

a.has-icon.iw-60 .link-icon,
.icon-prepended.iw-60 .elm-icon,
.icon-apended.iw-60 .elm-icon,
.label-appended.iw-60 .label-box {
    width: 60px;
}

a.has-icon.iw-60 .link-text,
.icon-prepended.iw-60 .elm-text,
.icon-apended.iw-60 .elm-text,
.label-appended.iw-60 .desc-box  {
    width: calc(100% - 60px);
}


a.has-icon.iw-70 .link-icon,
.icon-prepended.iw-70 .elm-icon,
.icon-apended.iw-70 .elm-icon,
.label-appended.iw-70 .label-box  {
    width: 70px;
}

a.has-icon.iw-70 .link-text,
.icon-prepended.iw-70 .elm-text,
.icon-apended.iw-70 .elm-text,
.label-appended.iw-70 .desc-box {
    width: calc(100% - 70px);
}

a.has-icon.iw-80 .link-icon,
.icon-prepended.iw-80 .elm-icon,
.icon-apended.iw-80 .elm-icon,
.label-appended.iw-80 .label-box {
    width: 80px;
}

a.has-icon.iw-80 .link-text,
.icon-prepended.iw-80 .elm-text,
.icon-apended.iw-80 .elm-text,
.label-appended.iw-80 .desc-box {
    width: calc(100% - 80px);
}

a.has-icon.iw-90 .link-icon,
.icon-prepended.iw-90 .elm-icon,
.icon-apended.iw-90 .elm-icon,
.label-appended.iw-90 .label-box {
    width: 90px;
}

a.has-icon.iw-90 .link-text,
.icon-prepended.iw-90 .elm-text,
.icon-apended.iw-90 .elm-text,
.label-appended.iw-90 .desc-box {
    width: calc(100% - 90px);
}

a.has-icon.iw-100 .link-icon,
.icon-prepended.iw-100 .elm-icon,
.icon-apended.iw-100 .elm-icon,
.label-appended.iw-100 .label-box {
    width: 100px;
}

a.has-icon.iw-100 .link-text,
.icon-prepended.iw-100 .elm-text,
.icon-apended.iw-100 .elm-text,
.label-appended.iw-100 .desc-box {
    width: calc(100% - 100px);
}

.label-appended{}
/*  */
/*------------------------------------------*/

/**/

/*   LOADER STYLES
/*------------------------------------------*/

.processing-container,
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.3);
}

.loader-style1 {
    display: block;
    max-width: 20%;
    margin: 18% auto;
    text-align: center;
    background: #fff;
    padding: 20px;
    color: #0890e3;
    border: 2px solid #ccc;
    font-size: 18px;
    font-weight: 800;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.loader-style1 .loader-gif-section {
    display: block;
    width: 100%;
}

.loader-style1 .loader-gif-section img {
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

.loader-style1 .loader-text-section {
    display: block;
    width: 100%;
}

@media(max-width: 992px) {
    .loader-style1 {
        max-width: 40%;
    }
}

@media(max-width: 768px) {
    .loader-style1 {
        max-width: 50%;
    }
}

@media(max-width: 576px) {
    .loader-style1 {
        max-width: 80%;
    }
}

.processing {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 50%;
    height: 28px;
    background: #f5f895;
    border: 1px solid #c3c745;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.processing-img {
    width: 100px;
    float: left;
}

.processing-img img {
    width: 100%;
    margin-top: -10px;
    margin-left: 30px;
}

.processing-text {
    width: calc(100% - 100px);
    float: right;
    white-space: nowrap;
    font-size: 80%;
    padding: 3px;
    color: #09b4e9;
    font-weight: 600;
}

.processing:after {
    clear: both;
    display: block;
    content: "";
}

@media(max-width: 576px) {
    .processing {
        width: 95%;
    }
}

.loader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader/loaderx.gif) center no-repeat rgba(0, 0, 0, 0.01);
}

div.add-preloader {
    position: relative;
    width: 100%;
    min-height: 130px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.image_loader {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto auto;
    padding-top: 26px;
}

.image_loader img {
    width: 150px;
    display: block;
    margin: auto auto;
}


/*inter loader*/

.loading {
    background: transparent url('http://thinkfuture.com/wp-content/uploads/2013/10/loading_spinner.gif') center no-repeat;
}

.inner_loader {
    max-width: 180px;
    margin: 10% auto;
}

.inner_loader img {
    max-width: 100%;
}


/* loader*/

.innerloader_absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

.innerloader_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

.innerloader_absolute .img_div,
.innerloader_fixed .img_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 50%;
    max-width: 150px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    height: 100px;
}

.innerloader_absolute .img_div p,
.innerloader_fixed .img_div p {
    text-align: center;
    font-size: 100%;
    margin: 0;
    padding: 0;
    line-height: 18px;
    color: #1ab8e4;
    font-weight: 500;
    font-family: Tahoma;
}

.innerloader_absolute .img_div img,
.innerloader_fixed .img_div img {
    width: 100%;
}


/**/
/*load more*/

.data-pager-bar {
    padding: 0 15px;
    height: 35px;
    margin-top: 5px;
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/
}

.data-pager-bar .pager-bar-left {
    width: 50%;
    float: left;
}

.data-pager-bar .pager-bar-right {
    width: calc(100% - 50%);
    float: right;
}

.data-pager-bar:after {
    clear: both;
    display: block;
    content: "";
}

.pager-limiter-container {
    float: right;
    margin-top: 3px;
}

.pager-limiter {
    width: calc(100% - 130px);
    float: left;
    padding: 0 15px;
}

.pager-limiter select {
    height: 28px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.pager-limiter select:focus {
    outline: 0;
}

.next-prev-controls {
    width: 130px;
    float: right;
}

.next-prev-controls a {
    font-weight: 600;
    display: inline-block;
    background: rgba(0, 0, 0, 0.02);
    padding: 0 5px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 80%;
}

.next-prev-controls a:first-child {
    margin-right: 5px;
}


/**/


/**/

.load-more-container {
    margin: 15px;
}

.load-more {

}

.load-more a {

}

.load-more a:hover {
    text-decoration: none;
}

.load-more img {
    display: block;
    width: 120px;
    margin: 0 auto;
    margin-top: -12px;
}

@media(max-width: 991px) {
    .data-pager-bar .pager-bar-left {
        width: 100%;
    }
    .data-pager-bar .pager-bar-right {
        display: none;
    }
}

.more-button {
    display: inline-block;
    font-weight: bold;
    color: #00f;
    background: rgba(0, 0, 0, 0.04);
    padding: 5px 10px;
}

.more-button i {
    vertical-align: middle;
}

.more-button:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}


/*end*/


/* processing  */

.processing-request {
    max-width: 50%;
    margin: 0 auto;
    /* background: rgba(0,0,0,0.05); */
    padding: 30px;
    color: green;
    text-align: center;
}

.processing-request .title {
    font-size: 130%;
    font-weight: 800;
    display: block;
}

.processing-request p {
    margin: 0;
}

.processing-request .loading {
    max-width: 150px;
    margin: 30px auto;
}

.processing-request .loading img {
    display: block;
    max-width: 50px;
    margin: 0 auto;
}

@media(max-width:992px) {
    .processing-request {
        max-width: 80%;
    }
}

@media(max-width:576px) {
    .processing-request {
        max-width: 100%;
    }
}

/*spinner*/

/*   PROFILE STYLES
/*------------------------------------------*/

/*//////////////////////////////
/*person profile*/

.person-profile {
    position: relative;
    /* margin: 5px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(0, 0, 0, 0.03); */
}

.person-profile.no-bg {
    background: transparent;
    border: 0;
}

.person-profile .tile-checkbox {
    position: absolute;
    top: 0;
    left: 2px;
}

.person-profile .label {
    font-weight: 600;
    text-transform: capitalize;
}

.person-profile .person-photo {
    display: block;
}

.person-profile .person-info {
    display: block;
    padding-top: 15px;
}

.person-profile .person-info p {
    margin-bottom: 0;
    font-size: 90% !important;
}

.person-profile .person-photo img {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.3);
}

.person-profile .person-info .names {
    display: block;
    font-size: 90% !important;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

.person-profile:after {
    clear: both;
    display: block;
    content: "";
}

.person-profile table tr td {
    padding: 0 12px;
    font-size: 14px;
}

.person-profile table tr td:first-child {
    padding-left: 0;
}

@media(max-width: 480px) {
    .person-profile .person-photo {
        width: 100%;
        float: none;
    }
    .person-profile .person-info {
        width: 100%;
        float: none;
        padding-top: 8px;
    }
    .person-profile .names {
        text-align: center;
    }
}


/*___________end*/

.profile-card{

}
.profile-card.text-center{
    text-align: center;
}
.profile-card .image-box{
    
}
.profile-card .image-box img{
    width: 100%;
}
.profile-card .info-box{
    
}

.profile-card .info-box .title{
    font-size: 120%;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 0;
}
.profile-card .info-box p{
    margin-bottom: 0;
}

/**/

.profile.style1{
    position: relative;
}
.profile.style1 .profile-header{
    border: 1px solid rgba(0, 0, 0, .05);
    display: flex;
}
.profile.style1 .profile-header .pic-section{
    width: 240px;
}
.profile.style1 .profile-header .pic-section img{
    width: 100%;
}
.profile.style1 .profile-header .name-section{
    width: calc(100% - 240px);
    padding: 30px;

}
.profile.style1 .profile-header.img-small .pic-section{
    width: 100px;
}
.profile.style1 .profile-header.img-small .name-section{
    width: calc(100% - 100px);
    padding: 0px 30px;
    padding-top: 12px;

}

.profile.style1 .profile-header .name-section .title{
    font-size: 120%;
    font-weight: 900;
}

.profile.style1 .profile-header.text-lg .name-section .title{
    font-size: 200%;
    font-weight: 500;
    line-height: 36px;
}

.profile.style1 .profile-header .name-section .sub-text{
    font-size: 105%;
}
.profile.style1 .profile-body{
    font-size: 105%;
}
.profile.style1 .data-section{
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 15px;
}

.profile.style1 .contacts{
    display: block;
}

.profile.style1 .contacts a{
    display: inline-block;
    margin-right: 15px;
}

.profile.style1 .profile-header table{

}
.profile.style1 .profile-header table td{
    padding: 0 6px;
}


.profile.style1 .profile-body table{

}
.profile.style1 .profile-body table tr td{
    padding-right: 6px 12px;
}
.profile.style1 .profile-body table tr td.label{
    font-weight: 600;
    padding-right: 20px;
}

@media(max-width: 575px){
    .profile,.profile.style1{
        display: block;
    }

    .profile .profile-header,.profile.style1 .profile-header{
        display: block;
    }

    .profile.style1 .profile-header table{
        text-align: left;
        margin-left: 30px;
    }
    .profile.style1 .profile-header .pic-section,
    .profile.style1 .profile-header .name-section,
    .profile.style1 .profile-header.img-small .pic-section,
    .profile.style1 .profile-header.img-small .name-section{
        width: 100%;
    }
    .profile.style1 .profile-header .name-section{
        padding: 0;
        text-align: center;
    }
    .profile.style1 .profile-header .pic-section img{
        display: block;
        margin: 0 auto;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 3px solid rgba(0, 0, 0, .5);
    }
}



.profile.style2{
    border: 10px solid #70ad47;
    background: #70ad47;
    color: #fff;
}
.profile.style2 .img-section{
    
}
.profile.style2 .intro-section{
    text-align: center;
    padding-top: 10px;
}
.profile.style2 .intro-section p{
    font-style: italic;
}

.justify-all{
    text-align: justify !important;
}

/*   TABLE STYLES
/*------------------------------------------*/

.default-table {
    border-collapse: collapse;
}

.default-table th,
.default-table td {
    padding: 5px 15px;
    vertical-align: top;
}
.default-table th.pl-0,
.default-table td.pl-0 {
    padding-left: 0 !important;
}
.default-table th.pr-0,
.default-table td.pr-0 {
    padding-right: 0 !important;
}

.default-table.borderless,.default-table borderless {
    border: 0
}

.default-table .pdg-a0 {
    padding: 0;
}

.default-table.borderless th,
.default-table.borderless td,
.default-table table.borderless th,
.default-table table.borderless td {
    border: 0;
}


.default-table.bordered th,
.default-table.bordered td,
.default-table table.bordered th,
.default-table table.bordered td {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.default-table.bordered-bottom>tbody>tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.default-table.bordered-bottom>tbody>tr:last-child {
    border-bottom: 0;
}

.striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.table-numbered {
    counter-reset: rowNumber;
}

.table-numbered thead tr.main-tr::before {
    display: table-cell;
    content: "#";
    padding: 5px 15px;
    padding-right: 0.3em;
    text-align: right;
}

.table-numbered tbody tr.main-tr::before {
    display: table-cell;
    counter-increment: rowNumber;
    content: counter(rowNumber) ".";
    padding: 5px 15px;
    text-align: right;
}

.form-table {
    white-space: nowrap;
    border-collapse: collapse;
}

.form-table .rounded3 {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

.form-table td {
    padding: 3px;
    vertical-align: top;
}

.form-table tr td:first-child {
    padding-left: 0;
    padding-right: 0;
}

.form-table tr td:last-child {
    padding-right: 0;
}

.form-table .label {
    font-weight: 600;
}

.inform-table {
    border-collapse: collapse;
    border-color: transparent !important;
}

.inform-table td,
.inform-table th {
    border-color: transparent !important;
    vertical-align: top;
    padding: 0 5px;
}

.inform-table tr td:first-child,
.inform-table tr th:first-child {
    padding-left: 0;
}

.inform-table tr td:last-child,
.inform-table tr th:last-child {
    padding-right: 0;
}
/* fancy table */
.fancyTable {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
}

.fancyTable thead {
    background: rgba(0, 0, 0, 0.05);
}
.fancyTable ul{
    padding: 0;
    margin: 0;
    list-style: square;
    padding-left: 20px;
}
.fancyTable td,
.fancyTable th {
    vertical-align: top;
    /* appearance */
    border: 1px solid rgba(0, 0, 0, 0.1);
    /* size */
    padding: 2px 15px;
    /*font-size: 120%;*/
}

.fancyTable th {
    white-space: nowrap;
}

.fancyTable {
    /* text */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.fancyTable tbody tr td {
    /* appearance */
    background-color: #fff;
    /*background-image: -moz-linear-gradient( top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 51%, rgba(255, 255, 255, 0.0) 100%);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(51%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.0)));
    
    color: #262c31;
    font-size: 100%;
    vertical-align: top;*/
}

.fancyTable tbody tr.odd td {
    /* appearance */
    background-color: rgba(0, 0, 0, 0.01);
    /* background-image: -moz-linear-gradient( top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 51%, rgba(255, 255, 255, 0.0) 100%);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(51%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.0))); */
}

.fancyTable.striped-2>tbody>tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.075);
}

.fancyTable .thead {
    font-weight: bold;
}

.fancyTable thead tr th,
.fancyTable thead tr td {
    /* appearance */
    background-color: rgba(0, 0, 0, 0.05);
    background-image: -moz-linear-gradient( top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 51%, rgba(255, 255, 255, 0.0) 100%);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(51%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.0)));
    /* text */
    color: #121517;
    font-size: 100%;
    font-weight: bold;
    text-shadow: 0 1px 1px #e8ebee;
}

.fancyTable tfoot tr th,
.fancyTable tfoot tr td {
    /* appearance */
    background-color: rgba(0, 0, 0, 0.05);
    /* text */
    color: #121517;
    font-weight: bold;
    text-shadow: 0 1px 1px #e8ebee;
}

.fancyTable .borderless,
.fancyTable .borderless td,
.fancyTable .borderless th {
    border-color: transparent;
    border: 0;
}

.fancyTable .pdg-a0 {
    padding: 0 !important;
}

.fancyTable .sub-table tr,
.fancyTable .sub-table td,
.fancyTable .sub-table td {
    box-shadow: none;
    background: transparent;
}
/* end of table styles */

/*section header*/
.section-header{
    margin-top: 50px;
    margin-bottom: 30px;
}
.section-header .section-title{
    font-weight: 900;
    font-family: Arial;
    color:  #009edb;
}

.section-header.style1 .section-header{
  margin-top: 0;
  margin-bottom: 0;
}
.section-header.style1 .section-title{
  padding: 15px;
  border-bottom: 3px solid #e25f07;
  color:  #1157c7;
}
/* Slider */
.slick-slide {
    margin: 0px 20px;
}
.slick-slide::first-child {
    margin-left: 0;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*  */

.steps {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.steps::after {
    clear: both;
    display: block;
    content: "";
}

.steps li {
    float: left;
    opacity: .3;
    position: relative;
}
.steps li .step-desc{
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 1;
    line-height: 18px;
    z-index: 20;
}
.steps li .step-line{
    display: block;
    opacity: .3;
    height: 3px;
    background: rgba(0, 0, 0, .3);
    margin: 20px;
    margin-left: 100px;
    margin-top: -18px;
}
.steps li:before{
    content: "\f058";
    font-family: "fontawesome";
    padding-right: 8px;
}

.steps li.active:before{
    color: green;
    font-weight: 900;
}
.steps li.active{
    color:  green;
    opacity: 1;
    font-weight: 900;
}

.steps li.active .step-line{
    color:  green;
    opacity: 1;
    background: green;
}
.steps .step-sec {
    font-weight: 600;
    padding: 5px;
    border-right: 0;
    white-space: nowrap;
}

.steps.no-bg .step-sec {
    background: transparent;
}

.steps .step-sec:hover {
    background: rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.steps.no-bg .step-sec:hover {
    background: transparent;
}

.steps li:last-child .action {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    ;
}

.steps.three li {
    width: 33.33333333333333%;
}

.steps.four li {
    width: 25%;
}

.steps.two li {
    width: 50%;
}
/*dark theme*/
.steps.dark{

}
.steps.dark li {
    color: #fff;
}
.steps.dark li .step-line{
    opacity: .6;
    background: #fff;
}
.steps.dark li.active:before{
    color: #fff;
    opacity: 1;
}
.steps.dark li.active{
    color:  #fff;
    opacity: 1;
}

.steps.dark li.active .step-line{
    color:  #fff;
}
@media(max-width: 576px) {
    .steps .btn-icon {}
    .steps .btn-text {
        display: none;
    }
}


/* end */

/*mega tags*/

.mega-tags.style1{
    margin-top: -70px;
}
.mega-tags.style1 .tag-section{
    background: #fff;
    color: #6b7285;
    font-weight: 700;
    font-family: Arial;
    font-size: 40px;
    line-height: 50px;
    padding: 15px;
    text-transform: capitalize;
    border: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 5px solid #e25f07;
    border-radius: 10px;
}
.mega-tags.style1 .tag-section a{
    color: #6b7285;
    display: block;
}

/*tag 2*/
.tags.style1{
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}
.tags.style1:after{clear: both;display: block;content: "";}
.tags.style1 li{
    list-style: none;
    width: auto;
    float: left;
    padding: 15px;
    padding-top: 0;
    padding-left: 0;
}
.tags.style1 li div{
    padding: 5px 20px;
/*    background: rgba(255, 0, 0, .05);*/
    border-radius: 100px;
    border:  1px solid rgba(255, 0, 0, .1);
    font-size: 87% !important;
}
@media(max-width: 575px){
    .tags.style1{
/*        background: rgba(255, 0, 0, .03);*/
        border:  1px solid rgba(255, 0, 0, .05);
        padding: 15px;
        margin-top: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .tags.style1 li{
        display: block;
        padding: 10px;
        float: none;
        border: 1px solid rgba(0, 0, 0, .05);
        background-color: rgba(0, 0, 0, .05);
    }
    .tags.style1 li:first-child{
        border-top: 0;
    }

   .tags.style1 li div{
        background: transparent;
        border: 0;
        padding: 0;
   } 
}

/*hashtags*/
.hashtags{}
.hashtags ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hashtags ul li{
    white-space: nowrap;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .05);
    background-color: rgba(0, 0, 0, .05);
    padding: 6px 20px;
    padding-top: 8px;
    padding-right: 6px;
    border-radius: 100px;
    margin-right: 15px;
}
.hashtags ul li:last-child{
    margin-right: 0;
}
.hashtags ul li a{
    text-decoration: none;
}
.hashtags ul li a .delete-tag{
    background: transparent;
    border: 0;
    outline: 0;
    text-align: center;
}
.hashtags ul li a .elm-icon{
    text-align: right;
}
.hashtags ul li a .delete-tag:hover{
    color: red;
}

/*careers*/
.career-details h2{
    font-weight: 900;
    margin-bottom: 20px;
    font-family: Arial;
}
.career-details ol{
    list-style: decimal !important;
    padding-left: 40px;
}
.career-details ol li{
    margin-top: 10px;
}

.career-details .section-header{
    margin-top: 30px;
}
/**/
.careers-list{}
.careers-list h4{
    margin-bottom: 20px;
}
.careers-list .career-list-item{
    background: rgba(255, 255, 255, .3);
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 5px solid rgba(0, 0, 0, .05);
}
.careers-list .career-list-item .btn{
    display: inline-block;
}

/*location section*/
.location-section{
    border-bottom: 5px solid rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.location-section .section-title{
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding-bottom: 10px;
}
/*alphabet ordered list*/
ol.alpha-list-b {
  counter-reset: list;
}
ol.alpha-list-b > li {
  list-style: none;
  position: relative;
}
ol.alpha-list-b > li:before {
    position: absolute;
    top: 0px;
    left: -20px;
    content: counter(list, lower-alpha) ") ";
    counter-increment: list;
}
/*romans ordered list*/
ol.roman-list-b {
  counter-reset: list;
}
ol.roman-list-b > li {
  list-style: none;
  position: relative;
  padding-left: 10px;
}
ol.roman-list-b > li:before {
    position: absolute;
    top: 0px;
    left: -20px;
    content: counter(list, lower-roman) ") ";
    counter-increment: list;
}
/*custom lists*/

.list-angle-right,
.list-arrow,
.list-arrow-circle,
.list-check,
.list-check-circle,
.list-checked,
.list-chevron-circle,
.list-circle,
.list-times-circle {
    margin: 0;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none
}

.list-angle-right.mgn-a0,
.list-arrow.mgn-a0,
.list-arrow-circle.mgn-a0,
.list-check.mgn-a0,
.list-check-circle.mgn-a0,
.list-checked.mgn-a0,
.list-chevron-circle.mgn-a0,
.list-circle.mgn-a0,
.list-times-circle.mgn-a0 {
    margin: 0 0 0 0;
}

.list-angle-right li,
.list-arrow li,
.list-arrow-circle li,
.list-check li,
.list-check-circle li,
.list-checked li,
.list-chevron-circle li,
.list-circle li,
.list-times-circle li {
    padding: 2px 5px 5px 20px;
    position: relative
}

ul li.pdg-a0{
  padding:  0 !important;
}


.list-angle-right li:before,
.list-arrow li:before,
.list-arrow-circle li:before,
.list-check li:before,
.list-check-circle li:before,
.list-checked li:before,
.list-chevron-circle li:before,
.list-circle li:before,
.list-times-circle li:before {
    font-family: "fontawesome";
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    font-size: 15px;
    color: #777
}

.list-circle li:before {
    top: 10px;
    font-size: 10px
}

.list-circle li:before {
    content: "\f111"
}

.list-angle-right li:before {
    content: "\f105"
}

.list-arrow li:before {
    content: "\f0da"
}

.list-check li:before {
    content: "\f00c"
}

.list-checked li:before {
    content: "\f046"
}

.list-check-circle li:before {
    content: "\f058"
}

.list-chevron-circle li:before {
    content: "\f138"
}

.list-arrow-circle li:before {
    content: "\f0a9"
}

.list-times-circle li:before {
    content: "\f057"
}

.primary li:before {
    color: #00a3c8
}

.secondry li:before {
    color: #77c04b
}

.black li:before {
    color: #000
}

.white li:before {
    color: #fff
}

.orange li:before {
    color: #f60
}

.green li:before {
    color: #0c0
}

.red li:before {
    color: #ff3737
}

/* -------------------------------------
   TILE DATA
---------------------------------------*/

.tabular-layout {
    display: block;
}

.grid-layout {
    
}

.tile-data {
    position: relative;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .3);
    background: #fff;
    border-radius: 3px;
    padding: 5px;
}

.tile-data .tile-checkbox {
    position: absolute;
    top: -8px;
    left: -4px;
}

.tile-data .tile-checkbox input {
    outline: none;
}

.tile-data .data-area {
    padding: 15px;
    padding-top: 8px;
}

.tile-data:after {
    clear: both;
    display: block;
    content: "";
}

.tile-data table tr td:first-child {
    padding-left: 0;
}

.tile-data table tr td {
    padding-top: 0;
    padding-bottom: 0;
}

.title1 {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 130%;
}

.title2 {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 115%;
}.tabular-layout.toggle-layout
{
    display: block;
}
.grid-layout.toggle-layout {
    display: none;
}

@media(max-width: 576px) {
    .tabular-layout.toggle-layout{
        display: none;
    }
    .grid-layout.toggle-layout {
        display: block;
    }
}

/*block-list*/

.block-list .list-item {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}

.block-list .list-item:first-child {
    padding-top: 15px;
}
.block-list .list-item:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0;
    margin-bottom: 0;
}


.block-list.add-border .list-item {
    background-color: rgba(0, 0, 0, .03);
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .1) !important;
}

.block-list .list-item .list-header {}

.block-list .list-item .list-header .list-title,
.block-list .list-item .list-header .list-title a {
    font-size: 105%;
    font-weight: 500;
    color: inherit;
    display: block;
}
.block-list .list-item .list-header p {
    margin-bottom: 0;
}

.block-list .list-item .list-body {}
/*curriculum & topic lists*/
.topic-list{
    list-style: none;
    padding: 0;
    margin: 0;

}
.topic-list li.main-li{
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.topic-list li.main-li:last-child{
    border-bottom: 0;
}
.topic-list li.main-li .topic-content{
    display: flex;
}
.topic-list li.main-li .topic-content .left-section{
    width: calc(100% - 50px);
}
.topic-list li.main-li .topic-content .right-section{
    width: 50px;
    padding-left: 6px;
}


.topic-list li.main-li .topic-content.iw-32 .left-section{
    width: calc(100% - 32px);
}
.topic-list li.main-li .topic-content.iw-32 .right-section{
    width: 32px;
}


.topic-list li.main-li .topic-content.iw-100 .left-section{
    width: calc(100% - 100px);
}
.topic-list li.main-li .topic-content.iw-100 .right-section{
    width: 100px;
}


.topic-list li.main-li .topic-content.iw-80 .left-section{
    width: calc(100% - 80px);
}
.topic-list li.main-li .topic-content.iw-80 .right-section{
    width: 80px;
}

.topic-list li.main-li .topic-content.iw-90 .left-section{
    width: calc(100% - 90px);
}
.topic-list li.main-li .topic-content.iw-90 .right-section{
    width: 90px;
}

.topic-list li.main-li .topic-content .right-section .btn-1{
    padding: 6px 6px;
    width: 100%;
}

.topic-list li.main-li .topic-content .left-section{
    display: flex;
}
.topic-list li.main-li .topic-content .details-area{
    width: calc(100% - 34px);
    padding-left: 3px;
    padding-top: 6px;
}
.topic-list li.main-li .topic-content .icon-area{
    width: 34px;
}


/*document list*/
.doc-list{}
.doc-list ul{
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}
.doc-list ul li{
    margin-top: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    width: 100%;
}
.doc-list ul li:first-child{
    margin-top: 0;
}

.doc-list ul li:last-child{
    border-bottom: 0;
}

.doc-list ul li a{
    display: block;
}
/**/
.status-badge {
    background-color: rgba(0, 0, 0, .04);
    border-radius: 100px;
    padding: 6px 12px;
    font-size: 12px;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
    color: #000;
}

.status-badge.green {
    background-color: #c2eee1 !important;
    color: green !important;
}

.status-badge.orange {
    background-color: #fdedd0 !important;
    color: orange !important;
}

.status-badge.red {
    background-color: #fbe9eb !important;
    color: maroon !important;
}
.status-appended{
    display: flex;
    justify-content: center;
    align-items: center;
}
.status-appended .left-section{
    width: calc(100% - 100px);
}
.status-appended .right-section{
    width: 100px;
    text-align: right;
}


/*------------------------------------------*/


/*   EDITOR CONTENT STYLES
/*------------------------------------------*/

.service {}

.service .title {
    font-size: 160%;
    display: block;
    width: 100%;
    font-weight: 700;
    line-height: 32px;
}

.service .title a {
    font-weight: 600;
}

.service .style1 {}

.editor-content {
    white-space: normal;
}
.editor-content a{
    color: blue;
    /*display: inline-block;*/
}
.editor-content a:hover{
    color: red;
}

.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
    margin-top: 10px !important;
    font-weight: 600;
    font-size: 140% !important;
}

.editor-content h1 {}

.editor-content h2 {
    font-size: 140%;
}

.editor-content h3 {
    font-size: 120%;
}

.editor-content h4 {}

.editor-content h5 {}

.editor-content h6 {}

.editor-content table {
    border-collapse: collapse;
}

.editor-content table th,
.editor-content table td {
    padding: 3px 12px;
}

.editor-content p {
    width: inherit;
}

.editor-content ul {
    margin: 0;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none
}
.editor-content ul li{
    padding: 2px 5px 5px 20px;
    position: relative
}

.editor-content ul li:before {
    font-family: "fontawesome";
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    font-size: 15px;
    color: #777
}

/*.list-circle li:before {
    top: 10px;
    font-size: 10px
}*/

.editor-content ul li:before {
    content: "\f138";
    color: #00a3c8;
}

/*.editor-content ul li:before {
    content: "\f0a9"
    color: #00a3c8;
}*/

.editor-content ol {
    list-style-type: decimal !important;
    padding-left: 40px;
}

.editor-content img {
    margin-top: 15px !important;
    margin-bottom: 30px !important;
    width: 100% !important;
    height: auto !important;
}

@media(min-width: 576px) {
    .editor-content table[style] {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
}


/*------------------------------------------*/

.controls-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
}
.controls-list ul li {
    display: inline-block;
    margin-bottom: 15px;
}

.controls-list ul li > a,
.controls-list ul li > span {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Oxanium', cursive;
    font-weight: 800;
}
.controls-list ul li > span,
.blog-post-share {
    line-height: 1;
}
.blog-post-share {
    margin-top: -3px;
}
.controls-list ul li > a i {
    margin-left: 10px;
    color: #00adef;
}
.controls-list ul li:last-child {
    display: flex;
    align-items: center;
}
.controls-list ul li .blog-post-share a {
    font-size: 20px;
    margin-left: 15px;
}
.controls-list ul li a:hover {
    color: #00adef;
}

/*cards*/
.pricing-card{
    border:  1px solid rgba(0, 0, 0, .1);
}
.pricing-card .display-1{
    font-size: 150%;
    font-weight: 900;
    font-family: Arial;
}



/*------------------------------------------*/


/*   GALLERY STYLES
/*------------------------------------------*/


/*____________________________________________
*   GALLERY
*/

.grid_filter {
    margin-bottom: 30px;
}

.grid_filter li {
    display: inline-block;
    margin: 0 5px;
}

.grid_filter li a {
    background-color: #302f83;
    color: #fff;
    padding: 5px 15px;
    display: block;
    text-transform: capitalize;
    line-height: normal;
    margin-bottom: 2px;
}

.grid_filter li a.current {
    background-color: #07d765;
    color: #fff;
}


/*ALBUM*/

.album {
    position: relative;
    overflow: hidden;
    margin: 5px;
}

.album .album-title {
    position: absolute;
    top: 10px;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2;
    font-weight: 700;
    text-shadow: 1px 1px 1px black;
}

.album img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}

.album:hover img {
    transition: all 0.5s ease-in-out;
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.album-menu {
    position: absolute;
    bottom: 5px;
    background: rgba(0, 0, 0, 0.5);
}

.album-menu a {
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 5px 10px;
}


/*.album:hover .album-menu {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}*/


/**/

.photo-wrapper {
    padding: 0;
}

.gallery_item320 {}

.gallery_item320 img {
    width: 100%;
}

.gallery_item {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1px;
    height: 100%;
}

.gallery_content {
    padding: 7px 15px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}

.gallery_content a,
.gallery_content button,
.gallery_content .trash {
    color: #fff;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.gallery_item .image_link::before {
    background-color: rgba(0, 0, 0, 0.50);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    top: 0px;
    bottom: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.gallery_item:hover .gallery_content {
    /* bottom: 0;
    opacity: 1;
    visibility: visible; */
}

.gallery_item:hover .image_link:before {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.gallery_item a {
    display: block;
    overflow: hidden;
}

.gallery_item img {
    transition: all 0.5s ease-in-out;
    margin: auto;
    display: block;
    width: 99%;
}

.gallery_item:hover img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.link_container {
    float: right;
}

.link_container a {
    background-color: #fff;
    color: #07d765;
    font-size: 20px;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 100%;
    line-height: 50px;
    margin: 0 2px;
    text-align: center;
}

.gallery_content h5 {
    font-size: 70%;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.gallery_content h5 a,
.pr_categories a {
    color: #fff !important;
    text-transform: capitalize;
}

@media screen and (max-width: 768px) {
    .gallery_item {
        max-height: 100%;
    }
}

#photos,
.photos {
    /* Prevent vertical gaps */
    line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap: 0px;
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    column-count: 5;
    column-gap: 0px;
}

#photos,
.photos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
    #photos,
    .photos {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 1000px) {
    #photos,
    .photos {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 800px) {
    #photos,
    .photos {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 400px) {
    #photos,
    .photos {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}


/*------------------------------------------*/


/*   MEDIA QUERY STYLES
/*------------------------------------------*/

@media(max-width: 1199px) {
    .lg-hide {
        display: none !important;
    }
}

@media(max-width: 991px) {
    .md-hide {
        display: none !important;
    }
}

@media(max-width: 767px) {
    .sm-hide {
        display: none !important;
    }
}

@media(max-width: 575px) {
    .xs-hide {
        display: none !important;
    }
}

/*donate*/

.donate-link{
display: block;
}
.donate-link a{
display: block;
}
.donate-link img{
width: 100%;
max-width: 250px;
display: block;
margin: 0 auto;
}
@media(max-width: 767px){
.donate-link{
  margin: 15px;
}
}


/*menus*/

/**/
.v-list-1{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.v-list-1 li{
    margin-top: 10px;
}

.v-list-1 li a{
    text-decoration: none;
    display: block;
}

.v-list-1 li a:hover{
    text-decoration: underline;

}

/**/
.v-list-2{
    list-style: none;
    padding: 0;
    margin: 0;
}

.v-list-2 li{
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 10px 15px;
    background: #fff;
    margin-bottom: 1px;
    padding-right: 15px;
}
.v-list-2 li:last-child{
    border-bottom: 0;
}

.v-list-2 li a{
    text-decoration: none;
    display: block;
}

.v-list-2 li a:hover{
    padding: 3px 6px;
    color: green;
    font-weight: 800;
}

/**/

.data-actions {
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    min-width: 150px;
}

.data-actions .action {
    background: transparent;
    font-weight: normal;
    border: 0;
    border-radius: 5px;
    color: #54a4f2;
    cursor: pointer;
}

.data-actions .trash {
    color: #d22a2a;
}

.data-actions .action-icon {}

.data-actions .action-icon img {
    width: 20px;
}

.data-actions .action-text {}

.data-actions a:after,
.data-actions button:after {
    font-size: 18px;
    content: "|";
    margin-left: 5px;
    margin-right: 2px;
    opacity: 0.2;
    display: inline-block;
    color: #000;
}

.data-actions a:last-child:after,
.data-actions button:last-child:after {
    content: ''
}

.data-actions a:focus,
.data-actions button:focus {
    outline: 0;
}

/*video element*/
.video-container{}

/**/
.parallax-box-1{
    margin-top: -200px;
}

@media(max-width: 767px){

    .parallax-box-1{
        margin-top: -50px;
    }

}

/*call to action styles*/
.mega-call-2-action.style1{}
.mega-call-2-action.style1 .input-group button{
    background: #fff !important;
    color: #000;
    text-transform: uppercase;
    margin-left: 5px;
}
.mega-call-2-action.style1 .input-group .form-control{
    border:  1px solid rgba(0, 0, 0, 1.0);
    padding: 15px;
    min-height: 45px;
}
.mega-call-2-action  .input-label{
    font-size: 32px !important;
    line-height: 38px;
    margin-bottom: 10px;
}
.mega-call-2-action.style1 .fa-arrow-alt-down{display:  none;}
.mega-call-2-action.style1 .action-section{
    padding: 20px;
    color: #fff;
}
.mega-call-2-action.style1 .social-icons{
    padding-top: 25px;
}
.mega-call-2-action.style1 .social-icons a{
    color: #fff;
    font-size: 32px;
    margin:  5px;
}
.join-btn{
    font-family: Arial;
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}
/*style 2*/

.mega-call-2-action.style2 .icon-sec{
    display: block;
    max-width: 100px;
    margin:  0 auto;
}

.mega-call-2-action.style2{
    font-family: Verdana !important;
}
.mega-call-2-action.style2 .sec-title{
    font-weight: 900 !important;
    font-size: 32px;
    margin-top: 30px;
    color: #009edb;
    font-family: Arial !important;
}

.mega-call-2-action.style2 p{
    font-size: 130%;
    line-height: 32px;
}

.mega-call-2-action.style2 .icon-sec img{
    display: block;
    width: 100%;
    margin:  0 auto;
}
/**/


.mega-call-2-action.style3{
    display: block;
    width: 100%;
    margin:  0 auto;
    font-size: 130%;
}
.mega-call-2-action.style3 .section-header{
  margin-top: 0;
  margin-bottom: 0;
}
.mega-call-2-action.style3 .section-title.style1{
  padding: 15px;
  border-bottom: 3px solid #e25f07;
  color:  #1157c7;
}
.mega-call-2-action.style3 .left-section{}
.mega-call-2-action.style3 .right-section{}
.mega-call-2-action.style3 ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-call-2-action.style3 ul li{
  list-style: none;
}
.mega-call-2-action.style3 ul li a{
  list-style: none;
  /*font-size: 130%;*/

}

/*buttons*/


/*socials*/

/*social share buttons*/
.social-share.style1{
/*    padding: 15px;*/
    margin-bottom: 20px;
}
.social-share.style1 .socials-label{
    display: block;
    font-weight: 900;
    font-size: 120%;
}
.social-share.style1 .buttons-list{
/*    margin-top: 20px;*/
}
.post-share-buttons{
    margin-left: 10px;
}
.social-share.style1 .buttons-list a,
.social-share.style1 .buttons-list button,
.post-share-buttons a,
.post-share-buttons button{
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .1);
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 7px;
    margin-right: 8px;
    text-align: center;
    padding: 0;
    font-size: 32px;
    background: rgba(0, 0, 0, .04);
}

.post-share-buttons a,
.post-share-buttons button{
    font-size: 110%;
    width: 32px;
    height: 32px;
}
.social-share.style1 .buttons-list a:last-child,
.social-share.style1 .buttons-list button:last-child{
    margin-right: 0;
}

/*social links*/
.social-links{
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-links li{
    display: inline-block;
    margin-right: 10px;
}
.social-links li:last-child{
    margin-right: 0;
}
.social-links li a{
    display: block;
    width: 100%;
}
.social-links li a:hover{
    color: green;
}

.social-links.icons-lg li a{
    font-size: 20px;
}

.social-links.icons-circular li a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .05);
    text-align: center;
    padding-top: 5px;
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}
.social-links.icons-circular li a .fa{
    vertical-align: middle;
}
.social-links.icons-circular.dark-icons li a{
    background-color: #000;
    color: #fff;
}

.social-links.icons-circular.dark-icons li a:hover{
    color: lightgreen;
}


/*end*/


.order-alert{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #e4ecfb;
    z-index: 200;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.order-alert .btn-group .btn{
    margin-right: 5px;
}
.order-alert .btn-group:after{
    clear: both;
    display: block;
    content: "";
}


/*buttons*/
.dynamic-btn-container{

}

@media(max-width: 575.98px){

    .dynamic-btn-container{
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px 15px;
        background: #fff;
        border-top: 1px solid rgba(0, 0, 0, .1);
        z-index: 100;
        box-shadow: 0 0 5px rgba(0, 0, 0, .5);
        min-height: 30px;
    }
    .dynamic-btn-container .btn{
        display: block !important;
        width: 100%;
        max-width: 95% !important;
        margin: 0 auto;
        text-align: center !important;
        font-size: 105%;
    }
    .dynamic-btn-container .btn-group{
        max-width: 95% !important;
        margin: 0 auto;
    }
}

/**/
.section-2{
    /*border: 1px solid rgba(0, 0, 0, .05);
    padding: 15px;
    background: #fdf8f5;*/
}
.section-2 .section-title{
    padding-bottom: 10px;
    background: #4b5320;
    text-align: center;
    padding: 6px 15px;
    margin-bottom: 20px;
    font-size: 100%;
    text-transform: uppercase;
    font-weight: 900;
    border-bottom: 1px solid #000;
    color: #fff;

}
.section-2 .section-body{}
.section-2 .section-body .form-control{
    border: 1px solid #93b0c2;
}
/*card field styles*/

.visa {
    width: 250px;
    max-width: 250px;
}

.visa-payment {
    padding: 30px;
    width: 100%;
    border-radius: 8px;
    border: 5px solid rgba(0, 0, 0, .1);
}

.visa-payment.block-hidden {
    display: none;
}

.visa-payment .title{
    font-size: 100%;
    font-weight: 900;
}
.visa-payment input::-moz-placeholder {
    color: #555;
    opacity: 1;
}

.visa-payment input:-ms-input-placeholder {
    color: #555;
    opacity: 1;
}

.visa-payment input::-webkit-input-placeholder {
    color: #555;
    opacity: 1;
}
.visa-payment .expiry-date,
.card-input{
    background: rgba(0, 0, 0, .05);
    padding: 0 15px;
    height: 100%;
    padding-bottom: 15px;
}
.card-input{
    padding-bottom: 15px;
}
.month-input {
    /* width: 80px;
    max-width: 80px; */
}

.year-input {
    /* width: 90px;
    max-width: 90px; */
}

.cvv {
    width: 80px;
    max-width: 80px;
}

.cvv-container {
    background: rgba(0, 0, 0, .05);
    padding: 0 15px;
    height: 100%;
}

.cvv-container:after {
    clear: both;
    display: block;
    content: "";
}

.cvv-container .cvv-left {
    width: 80px;
    float: left;
}

.cvv-container .cvv-right {
    width: calc(100% - 80px);
    float: right;
}

.cvv-container .cvv-right img {
    width: 80px;
    display: block;
    margin: 15px;
    margin-top: 25px;
}

.dynamic-actions-bar{
    padding: 15px;
}

.dynamic-actions-bar .actions{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dynamic-actions-bar .actions .action{
    width: auto;
    padding: 0 6px;
}

.dynamic-actions-bar .actions .action:first-child{
    
}
.dynamic-actions-bar .actions .action:last-child{
    
}
.dynamic-actions-bar .actions .action button,
.dynamic-actions-bar .actions .action a{
    display: block;
    width: 100%;
}

@media(max-width: 575.98px){
    /*.dynamic-actions-bar{
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 30000;
        width: 100%;
        min-height: 50px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        border-top: 1px solid rgba(0, 0, 0, .05);
    }
    .dynamic-actions-bar .actions-wrapper{
        display: block;
        margin: 0 auto;
        max-width: 80%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .dynamic-actions-bar .btn{
        display: block;
        width: 100%;
        text-align: center;
    }
    .dynamic-actions-bar .action-buttons{

    }
    .dynamic-actions-bar .btn-group{
        width: 50%;
    }*/
}

/** //////////////////////////
 *  GRADING STYLES
 * */
 .grading-table{
    white-space: nowrap;
 }
 .grading-table thead{
 }
 .grading-table tr td{
    padding: 2px;
    text-align: center;
    vertical-align: top;
 }
 .grading-table.add-padding td,
 .grading-table.add-padding th{
    padding: 6px 12px;
    text-align: left;
 }
 .grading-table tr td .range{
    display: flex; 
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 2px;
    background-color: rgba(0, 0, 0, .05);
 }
 .grading-table tr td .range input{
    background-color: rgba(0, 0, 0, .05);
 }
 .grading-table tr td .range span{

 }

 .grading-table tr td input{
    width: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0 5px;
 }

 .grading-table tr td .h-45{
    height: 45px;
 }


 .grading-table tr td .h-43{
    height: 43px;
 }
 .grading-table tr td .h-42{
    height: 42px;
 }

 .grading-table tr td .h-40{
    height: 40px;
 }

 .grading-table tr td .h-35{
    height: 35px;
 }
 .grading-table tr td textarea{
    border: 1px solid rgba(0, 0, 0, .1);
    line-height: 18px;
    width: 100%;
    min-width: 130px;
    resize: none;
    padding: 3px 6px;
 }

 .grading-table tr td input:focus,.grading-table tr td textarea:focus{
    border-color: blue;
    outline-color: blue;
 }

 .grading-table tr td input.desc{
    width: 130px;
 }


/** //////////////////////////
 *  SETTING STYLES
 * */
/* setup */

.setup-section {
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.setup-section.add-bg {
    background-color: rgba(0, 0, 0, 0.02);
}

.setup-header {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.setup-header.has-controls{
    display: flex;
}
.setup-header.has-controls .title-sec{
    width: calc(100% - 50px);
}
.setup-header.has-controls .controls-sec{
    width: 50px;
}
.setup-section.body-hidden .setup-header{
    border-bottom: 0;
}

.setup-section .setup-collapse-btn{
    display: inline-block;
    background: rgba(0, 0, 0, .05);
    cursor: pointer;
    padding: 0 12px;
    text-align: center;
}
.setup-header .setup-title {
    font-size: 100%;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-bottom: 0;
}

.setup-control {
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
}

.setup-body {}

.setup-body p {
    margin: 0;
    padding: 0;
    line-height: 24px;
}

.setup-body table th {
    white-space: nowrap;
}

.setup-body table.bordered-bottom tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.setup-body table.bordered-bottom tr:last-child {
    border-bottom: 0;
}

.setup-body table.bordered-bottom tr td {
    padding-bottom: 15px;
    padding-top: 15px;
}

.setup-body table th,
.setup-body table td {
    padding: 5px 15px;
    vertical-align: top;
}

.setup-body table th,
.setup-body table td:first-child {
    padding-left: 0 !important;
}

.setup-body table.striped {
    border: 1px solid rgba(0, 0, 0, .1);
}

.setup-body table.striped th,
.setup-body table.striped td {
    border: 1px solid rgba(0, 0, 0, .1);
}

.setup-body table.striped th,
.setup-body table.striped td:first-child {
    padding: 5px 15px !important;
}

.setup-body table.bordered-bottom tr:last-child {
    border-bottom: 0;
}

.setup-body table.bordered-bottom {
    border-collapse: collapse;
}

.setup-body table.va-m th,.setup-body table.va-m td{
    vertical-align: middle;
}

.setup-body table .title{
    font-size: 100%;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
    margin-top:  0 !important;
}

.setup-body table .desc{
    opacity: .7;
}

.setup-body table input[type="tel"],
.setup-body table input[type="text"],
.setup-body table input[type="date"],
.setup-body table select,
.setup-body table .form-control{
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
    min-width: 50px;
}

.setup-body table input[type="text"],
.setup-body table input[type="date"]{
    max-width: 80px;
    min-width: 50px;
    padding: 3px 12px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.setup-body table input[type="tel"]{
    max-width: 130px;
    min-width: 130px;
    padding: 3px 6px;
    border: 1px solid rgba(0, 0, 0, .2);
}
.setting-input-pack{
    display: flex;
}
.setting-input-pack .setting-input,.setting-input-pack .setting-select{
    width: calc(100% - 50px);
}
.setting-input-pack .setting-btn{
    width: 50px;
    margin-left: 5px;
    text-align: center;
    padding: 3px 3px;
    font-size: 12px !important;
}



.setting-check-group{

}

.setting-check-group .check-pack{
    display: -ms-flexbox;
    display: flex;
}
.setting-check-group .check-pack .check-text{
    width: calc(100% - 65px);
}

.setting-check-group .check-pack.add-borders .check-text{
}

.setting-check-group .check-pack.add-borders{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.setting-check-group .check-pack.add-borders:last-child{
    border-bottom: 0;
}
.setting-check-group .check-pack .check-action{
    width: 65px;
}
.setup-body .custom-switch,
.setting-check-group .check-pack .check-action .custom-switch {
    padding-left: 0;

}


/*JT CARD*/
.jt-card{}
.jt-card.bordered{
    border: 1px solid rgba(0, 0, 0, .1);
}
.jt-card .jt-card-header{
    padding: 6px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.jt-card .jt-card-header .jt-card-title{
    margin-bottom: 0;
}
.jt-card .jt-card-body{

}
.jt-card .jt-card-body.add-padding{
    padding: 12px;
}
/**/


/**/
.action-button {
    background: transparent;
    border: 1px solid transparent;
    border: 0;
    outline: 0;
    font-weight: 600;
    padding: 5px;
}

.action-button:focus {
    outline: 0;
    box-shadow: none;
    border: 0;
}

@media(max-width: 575px) {
    .action-button .button-text {
        display: none;
    }
}
/*end*/

.btn-group.btn-group-spaced{}
.btn-group.btn-group-spaced .btn{
    margin-right: 5px;
}
.btn-group.btn-group-spaced .btn:last-child{
    margin-right: 0;
}


/*knowledgebase*/
.knowledgebase{
    padding-top: 64px;
}
.knowledgebase .search-form{
    position: relative;
}


.knowledgebase .search-form input{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 1;
    padding: 6px 24px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
    width: 100%;
}

.knowledgebase .search-form input:focus{
    border-color: blue;
}
.knowledgebase .search-form button{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    height: 40px;
    padding: 6px 12px;
    border-radius: 100px;
    background-color: #3a3a3a;
    color: #fff;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, .2);
}
.knowledgebase .search-form .autocomplete-panel{
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    min-height: 250px;
    max-height: 250px;
    background-color: #fff;
    text-align: left;
    padding: 6px 24px;
    padding-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.knowledgebase .search-form .autocomplete-panel ul{
    margin: 0;
    padding: 0;
}

.knowledgebase .search-form .autocomplete-panel ul li{
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.knowledgebase .search-form .autocomplete-panel ul li:last-child{
    border-bottom: 0;
}

.knowledgebase .search-form .autocomplete-panel ul li a{
    padding: 6px 0;
    display: block;
}

.knowledgebase .search-form.search-active  input{
    border-radius: 0;
    border-top-color: transparent;
    border-left: 0;
    border-right: 0;
}

.knowledgebase .search-form.search-active  input:focus{
}

.knowledgebase .search-form.search-active .autocomplete-panel{
    display: block;
    overflow-y: auto;
}

/*end*/

/*knowledgebase*/
.forum{
    padding-top: 64px;
}
.forum-section{
    background: rgba(255, 255, 255, .5);
    height: 100%;
    padding: 12px;
}

.forum-section.no-padding{
    padding: 0;
}

.forum-section.middle-section{
    padding: 0;
    background: transparent;
}


.forum-section .ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.forum-section .ul li{

}

.forum-section .ul li a,.forum-section .ul li button{
    color: inherit;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 6px 12px;
}


.forum .search-form{
    position: relative;
}


.forum .search-form input{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 1;
    padding: 6px 24px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
}

.forum .search-form input:focus{
    border-color: blue;
}
.forum .search-form button{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    height: 40px;
    padding: 6px 12px;
    border-radius: 100px;
    background-color: #3a3a3a;
    color: #fff;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, .2);
}
.forum .search-form .autocomplete-panel{
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    min-height: 250px;
    max-height: 250px;
    background-color: #fff;
    text-align: left;
    padding: 6px 24px;
    padding-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.forum .search-form .autocomplete-panel ul{
    margin: 0;
    padding: 0;
}

.forum .search-form .autocomplete-panel ul li{
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.forum .search-form .autocomplete-panel ul li:last-child{
    border-bottom: 0;
}

.forum .search-form .autocomplete-panel ul li a{
    padding: 6px 0;
    display: block;
}

.forum .search-form.search-active  input{
    border-radius: 0;
    border-top-color: transparent;
    border-left: 0;
    border-right: 0;
}

.forum .search-form.search-active  input:focus{
}

.forum .search-form.search-active .autocomplete-panel{
    display: block;
    overflow-y: auto;
}


/*user action box*/
.user-action-box{
    display: flex;
      background: #fff;
      padding: 12px;
      border: 1px solid rgba(0, 0, 0, .1);
}
.user-action-box .user-icon{
    width: 50px;
}

.user-action-box .user-icon img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, .05);
}
.user-action-box .form-area{
    width: calc(100% - 50px);
}

.user-action-box .form-area textarea{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    outline: 0;
    background: #fff;
    padding: 12px 20px;
    border-radius: 100px;
    resize: none;
    height: 40px;
    line-height: 18px;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.user-action-box .form-area textarea::-webkit-scrollbar {
    display: none;
}
.user-action-box .form-area textarea:focus{
    border-color: rgba(0, 0, 255, .3);
}
.user-action-box .form-area .user-actions{
    display: flex;
}
.user-action-box .form-area .user-actions a,
.user-action-box .form-area .user-actions button{
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 6px 12px;
    margin-right: 15px;
}
.user-action-box .form-area .user-actions a:hover,
.user-action-box .form-area .user-actions button:hover,
.user-action-box .form-area .user-actions a:focus,
.user-action-box .form-area .user-actions button:focus{
    background-color: rgba(0, 0, 0, .1);
}

.user-post{
    padding: 12px;
    background: #fff;
    margin-bottom: 10px;
}
.user-post .post-header{
    display: flex;
}
.user-post .post-header .user-icon img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, .05);
}
.user-post .post-header .user-particulars{
    width: calc(100% - 50px);
    padding-top: 5px;
    padding-left: 10px;
    white-space: nowrap;
}

.user-post .post-header .user-name{
    font-size: 100%;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user-post .post-header p{
    margin-bottom: 0;
    opacity: .6;
    font-size: 12px;
}
/*end*/
/*filters*/
.filter-controls{
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.filter-controls::-webkit-scrollbar {
    display: none;
}

.filter-controls .check-buttons input+label{

}
.filter-controls .check-buttons .btn:first-child{
    border-radius: 0 !important;
}
.filter-controls .check-buttons .btn:last-child{
    margin-right: 0;
    border-radius: 0 !important;
}

/*user account styles*/
.switch-account{}
.switch-account label{
    display: block;
    margin-bottom: 3px;
}
.switch-account select{
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    border-color: #ccc;
    border-radius: 100px;
    outline: 0;
}

/*///////////////////
//////////////////*/
.custom-scrollbars{
    /* rest of css*/
    overflow-y: scroll;
    padding-left: 15px;
    padding-right: 5px;
    /* for firefox*/
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
}
/* for firefox*/
.custom-scrollbars{
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
}
.custom-scrollbars::-webkit-scrollbar{
    width: 10px;
    background: transparent;
}

/*::-webkit-scrollbar is only available in Blink- and WebKit-based browsers (e.g., Chrome, Edge, Opera, Safari, all browsers on iOS, and others).*/
.custom-scrollbars:hover::-webkit-scrollbar-thumb{
    background: rgba(220, 220, 220, 0.678);
}
/* for firefox*/
.custom-scrollbars:hover{
    scrollbar-color: rgba(220, 220, 220, 0.678) rgba(220, 220, 220, 0.678);  
}
.center-content{
    max-width: 50%;
    margin: 0 auto;
}

@media(max-width: 767.98px){
    .center-content{
        max-width: 90%;
    }
}
/*///////////////*/
/*floating button menu*/
:root {
  --background: #4285f4;
  --icon-color: #344955;
  --width: 50px;
  --height: 50px;
  --border-radius: 100%;
}
/*body {
  background: #fff;
  background-color: #eff8e2;
  height: 100vh;
  font: "Lexend Deca", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
}*/
.fab-wrapper {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
}
.fab-wrapper .fab {
  background: #4285f4;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 3;
  border-radius: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fab-animation-reverse 0.4s ease-out forwards;
}
.fab-wrapper .fab::before, .fab-wrapper .fab::after {
/*  content: "";*/
    content: "\3f";
    font-family: "fontawesome";
  display: block;
  position: absolute;
  color: #fff;
  /*border-radius: 4px;
  background: #fff;*/
}
.fab-wrapper .fab::before {
  /*width: 4px;
  height: 18px;*/
}
.fab-wrapper .fab::after {
  /*width: 18px;
  height: 4px;*/
}
.fab-wrapper .fac {
  width: 32px;
  height: 150px;
  border-radius: 64px;
  position: absolute;
  background: #fff;
  z-index: 2;
  padding: 0.5rem 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  opacity: 0;
  top: -110px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transition: opacity 0.2s ease-in, top 0.2s ease-in, width 0.1s ease-in;
  /*&::after {
   content: "";
   width: 20px;
   height: 20px;
   background: #fff;
   border-radius: 3px;
   position: absolute;
   left: 50%;
   margin-left: -10px;
   bottom: -8px;
   transform: rotate(45deg);
   z-index: 0;
   }*/
}
.fab-wrapper .fac a {
  color: #344955;
  opacity: 0.8;
}
.fab-wrapper .fac a:hover {
  transition: 0.2s;
  opacity: 1;
  color: #30444f;
}
.fab-wrapper input {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  opacity: 0;
}

.fab-wrapper input:checked ~ .fab {
  animation: fab-animation 0.4s ease-out forwards;
}

.fab-wrapper input:checked ~ .fac {
  width: 32px;
  height: 150px;
  animation: fac-animation 0.4s ease-out forwards 0.1s;
  top: -180px;
  opacity: 1;
}

@keyframes fab-animation {
  0% {
    transform: rotate(0) scale(1);
  }
  20% {
    transform: rotate(60deg) scale(0.93);
  }
  55% {
    transform: rotate(35deg) scale(0.97);
  }
  80% {
    transform: rotate(48deg) scale(0.94);
  }
  100% {
    transform: rotate(45deg) scale(0.95);
  }
}

@keyframes fab-animation-reverse {
  0% {
    transform: rotate(45deg) scale(0.95);
  }
  20% {
    transform: rotate(-15deg);
  }
  55% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0) scale(1);
  }
}

@keyframes fac-animation {
  0% {
    transform: scale(1, 1);
  }
  33% {
    transform: scale(0.95, 1.05);
  }
  66% {
    transform: scale(1.05, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
