body{
    color: #000;
    margin: 0;

}
abbr[title] {
  border-bottom: none !important;
  /*cursor: inherit !important;*/
  text-decoration: none !important;
}
a.no-decoration{
    text-decoration: none;
}
.hide{display: none;}
.disabled,
.read-only,
[readonly],
[disabled] {
    opacity: 0.7;
    cursor: not-allowed !important;
}

.disabled:hover,
.disabled a:hover {
    text-decoration: none;
    cursor: not-allowed !important;
}

.required {
    color: red;
    font-weight: 600;
    font-size: 18px;
}
.error{
    color: red !important;
}

.optional {
    color: green;
    font-weight: 600;
    padding-left: 7px;
}
.printable-content-heading{
    display: none;
}
/*headings*/
.super-header{
    background: #37273f;
    padding-top: 50px;
}
.super-header-inner{
    padding-bottom: 130px;
}
.super-header .title {
    color: #430d5f;
    font-weight: 900;

}
.heading.style1{
    color: #009edb !important;
    font-weight: 900 !important;
    font-family: Arial;
    margin-bottom: 20px;
}
.uppercase{text-transform: uppercase;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-primary{color: #e27e1e !important;}
.text-orange{color: orange !important;}
.text-red{color: red !important;}
.text-shadow-1{
    text-shadow: 1px 1px 1px #000 !important;
}
.styled-text-1 {
            -webkit-background-clip: text;
            text-shadow: 2px 5px 5px 
                rgba(255, 255, 255, 0.3);
 }

.styled-text-2{
  color: #f0f0f0;
  font-size: 100px;
  font-family: Futura;
  background-color: #666666;
  text-shadow: 1px 4px 4px #555;
  text-align: center;
  -webkit-background-clip: text;
    -moz-background-clip: text;

}
@media(max-width:1199.8px){
    .sticky-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 200;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 20px -20px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
    .sticky-header  img#logo-img{
        max-width: 100px;
    }
    .main-page-content{
        margin-top: 80px;
    }
}
/*alerts*/
.alert-box-1{
    padding: 3px 30px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .05);
}
.secure-payment-1{
    color: green !important;
    background: #e8fbe5;
    border: 1px solid #cfebca;
    border-radius: 3px;
    margin-top: 15px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}
.secure-payment-1 .fa{
    color: green !important;
}
/*line height styles*/


.lh-10{
    line-height: 10px !important;
}
.lh-12{
    line-height: 12px !important;
}
.lh-14{
    line-height: 14px !important;
}
.lh-16{
    line-height: 16px !important;
}
.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;
}

/**/
.text-italic{
    font-style: italic !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-truncate-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-truncate-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-truncate-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-truncate-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-truncate-7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.text-truncate-8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.text-truncate-9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.text-truncate-10 {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**/

.va-m{vertical-align: middle !important;}
.empty {
    opacity: .5;
    font-style: italic;
}
.no-data {
    display: inline-block;
    margin: 5%;
}

.no-data-2 {
    display: block;
    margin: 10% auto;
    max-width: 99%;
}

.shadow-1 {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) !important;
}

.shadow {
  -webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15) !important;
          box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(29, 58, 83, 0.15) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(29, 58, 83, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 20px rgba(255, 100, 0, 0.15) !important;
          box-shadow: 0 1rem 20px rgba(255, 100, 0, 0.15) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*backgrounds*/
.bg-light{
    background-color: #f7f5f5 !important;
}
.bg-light-1{
    background: #fcf9f9 !important;
}
.bg-dark-1{
    background: #231f20 !important;
}
.bg-light-2{
    background: #ffe0c2 !important;
}
.bg-red-1{
    background: #ee1d23 !important;
}
.bg-red-2{
    background: #d11419 !important;
}
.bg-red-3{
    background: #f40505 !important;
}
.bg-red-4{
    background: red !important;
}
.bg-lightred-1{
    background-color: #fbe9eb !important;
}
.bg-orange-1{
    background-color: #d35a07 !important;
}
.bg-lightorange-1{
    background-color: #fcf4ee !important;
}

.bg-green-1{
    background: #34da89 !important;
}
.bg-green-2{
    background: #e8fef1 !important;
}
.bg-lightblue{
    background: lightblue !important;
}
.bg-lightgreen{
    background: lightgreen !important;
}

.bg-gray-1{
    background: #e4e0e0 !important;
}

/*dark transparent bg*/
.bg-trpt-d05{
    background: rgba(0, 0, 0, .05) !important;
}
.bg-trpt-d1{
    background: rgba(0, 0, 0, .1) !important;
}
.bg-trpt-d2{
    background: rgba(0, 0, 0, .2) !important;
}
.bg-trpt-d3{
    background: rgba(0, 0, 0, .3) !important;
}
.bg-trpt-d4{
    background: rgba(0, 0, 0, .4) !important;
}
.bg-trpt-d5{
    background: rgba(0, 0, 0, .5) !important;
}
/*end dark transparent bg*/

/*light transparent bg*/
.bg-trpt-l05{
    background: rgba(255, 255, 255, .05) !important;
}
.bg-trpt-l1{
    background: rgba(255, 255, 255, .1) !important;
}
.bg-trpt-l2{
    background: rgba(255, 255, 255, .2) !important;
}
.bg-trpt-l3{
    background: rgba(255, 255, 255, .3) !important;
}
.bg-trpt-l4{
    background: rgba(255, 255, 255, .4) !important;
}
.bg-trpt-l5{
    background: rgba(0, 0, 0, .5) !important;
}
/*end light transparent bg*/

.bg-trpt{
    background: rgba(0, 0, 0, .05) !important;
    border: 1px solid rgba(0, 0, 0, .1);
}
.bg-trpt0{
    background: rgba(0, 0, 0, .2) !important;
    border:  1px solid rgba(0, 0, 0, .05);
}

.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-trpt5{
    background: rgba(255, 255, 255, .2) !important;
}
.bg-img1{
    position: relative;
}

.bg-danger-soft-hover:hover, .bg-danger-soft-hover:active, .bg-danger-soft-hover:focus {
  background-color: rgba(214, 41, 62, 0.1) !important;
  color: #d6293e !important;
}

.bg-primary-soft-hover:hover {
  background-color: rgba(6, 106, 201, 0.1);
}
.bg-yellow-1{
    background: #ffd200 !important;
}
.text-yellow-1{
    color: #ffd200 !important;
}

.bg-yellow-2{
    background: #f7c411 !important;
}
.text-yellow-2{
    color: #f7c411 !important;
}

.bg-yellow-3{
    background: #cba008 !important;
}
.text-yellow-3{
    color: #cba008 !important;
}
.bg-blue-1{
    background: #3ac4fa !important;
}
.text-blue-1{
    color: #3ac4fa !important;
}
.bg-blue-2{
    background: #0070c0 !important;
}
.bg-blue-3{
    background: #cedefc !important;
}

.bg-blue-4{
    background: #38597e !important;
}

.text-blue-2{
    color: #0070c0 !important;
}

.bg-purple-1{
    background: #6d308d !important;
}

.bg-purple-2{
    background: #510878 !important;
}

.bg-purple-3{
    background: #d3c3db !important;
}
.bg-purple-4{
    background: #efe7f3 !important;
}

.bg-brown-1{
    background: #cda775 !important;
}

.bg-brown-2{
    background: #ed7d31 !important;
}

.bg-white{
    background: #fff !important;
}
/**/

.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;
}
.img3{
    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);
}
.appn-form-1 .main-label{
    color: #000;
    font-weight: 600;
    font-family: Arial;
}
.appn-form-1 .form-control{
    color: #000;
    border: 1px solid rgba(0, 0, 0, .2);
}
.appn-form-1 .custom-radio-1 input+label{
    color: #000;
    border: 1px solid rgba(0, 0, 0, .3);
}
.appn-form-1 input.form-control{
    border-radius: 4px !important;
}
.appn-form-1  .btn-group.style1 .btn{
  padding: 20px 30px;
}
.appn-form-1  .btn-group.style1 .btn-default{
  background: rgba(255, 255, 255, .3);
  color:  #fff;
}
.appn-form-1  .btn-group.style1 .btn-default:hover{
  background: rgba(255, 255, 255, .6);
  color: #000;
}

.img-centered{
    display: block;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    vertical-align: middle;
}

.img-centered.w-250{
    max-width: 250px !important;
}
.img-centered.w-340{
    max-width: 340px !important;
}
.img-centered.w-576{
    max-width: 576px !important;
}

.img-centered.w-768{
    max-width: 768px !important;
}

.img-bg-1 {
  position: relative;
/*    background-image: url(../img/bg/1.jpg);*/
    background-position: center;
    background-size: cover;
}
.img-bg-1.bg-color-1{
    background-color: #b19067;
}
.img-bg-1 .img-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.img-bg-2 {
  position: relative;
    background-image: url(../images/bg/07.jpg);
    background-position: center;
    background-size: cover;
}

.img-bg-3 {
  position: relative;
    background-image: url(../images/bg/08.jpg);
    background-position: center;
    background-size: cover;
}

.img-bg-4 {
  position: relative;
    background-image: url(../images/bg/1.png);
    background-position: center;
    background-size: cover;
}

.img-bg-5 {
  position: relative;
  background-image: url(../images/bg/2.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.img-bg-6 {
  position: relative;
  background-image: url(../images/bg/3.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}


.img-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.img-bg-1 .section-content,
.img-bg-2 .section-content,
.img-bg-3 .section-content {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;  
}
.img-caption{
  line-height: 20px !important;
  margin-bottom: 0;
  padding: 0;
  font-style: italic;
  font-size: 90%;
  font-weight: 500;
}
.img-caption.add-lr-pdg{
  padding-left: 30px;
  padding-right: 30px;
}
/**/
/* dividers */

.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%;
}

/*image seperators*/


.seperator-1-1 {
    position: relative;
    margin-bottom: -5px;
    height: 100px;
    background-image: url(../images/bg-image/divider-1-1.png);
    background-position: center;
    background-size: 100% 100%;
}

.seperator-1-2 {
    margin-top: -5px;
    position: relative;
    height: 100px;
    background-image: url(../images/bg-image/divider-1-2.png);
    background-position: center;
    background-size: 100% 100%;
}
/*sperator 2*/
.seperator-2-1 {
    position: relative;
    height: 100px;
    background-image: url(../images/bg-image/divider-2-1.png);
    background-position: center;
    background-size: 100% 100%;
}

.seperator-2-2 {
    margin-top: -5px;
    position: relative;
    height: 100px;
    background-image: url(../images/bg-image/divider-2-2.png);
    background-position: center;
    background-size: 100% 100%;
}
/**/
/*sperator 3*/
.seperator-3-1 {
    position: relative;
    height: 100px;
    background-image: url(../images/bg-image/divider-3-1.png);
    background-position: center;
    background-size: 100% 100%;
}

.seperator-3-2 {
    margin-top: -5px;
    position: relative;
    height: 100px;
    background-image: url(../images/bg-image/divider-3-2.png);
    background-position: center;
    background-size: 100% 100%;
}
/**/
.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-t0{padding-top:  0px !important;}
.pdg-t5{padding-top:  5px !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-t0{padding-left:  0px !important;}
.pdg-t5{padding-left:  5px !important;}
.pdg-t10{padding-left:  10px !important;}
.pdg-t15{padding-left:  15px !important;}
.pdg-t20{padding-left:  20px !important;}
.pdg-t25{padding-left:  25px !important;}
.pdg-t30{padding-left:  30px !important;}
.pdg-t35{padding-left:  35px !important;}
.pdg-t40{padding-left:  40px !important;}
.pdg-t45{padding-left:  45px !important;}
.pdg-t50{padding-left:  50px !important;}
.pdg-t60{padding-left:  60px !important;}
.pdg-t70{padding-left:  70px !important;}
.pdg-t80{padding-left:  80px !important;}
.pdg-t90{padding-left:  90px !important;}
.pdg-t100{padding-left:  100px !important;}

/**/
.pdg-t0{padding-right:  0px !important;}
.pdg-t5{padding-right:  5px !important;}
.pdg-t10{padding-right:  10px !important;}
.pdg-t15{padding-right:  15px !important;}
.pdg-t20{padding-right:  20px !important;}
.pdg-t25{padding-right:  25px !important;}
.pdg-t30{padding-right:  30px !important;}
.pdg-t35{padding-right:  35px !important;}
.pdg-t40{padding-right:  40px !important;}
.pdg-t45{padding-right:  45px !important;}
.pdg-t50{padding-right:  50px !important;}
.pdg-t60{padding-right:  60px !important;}
.pdg-t70{padding-right:  70px !important;}
.pdg-t80{padding-right:  80px !important;}
.pdg-t90{padding-right:  90px !important;}
.pdg-t100{padding-right:  100px !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;}

.pdg-lr0 {
    padding-left: 0 !important;
    padding-right: 0px !important;
}

.pdg-lr5 {
    padding-left: 5 !important;
    padding-right: 5px !important;
}

.pdg-lr10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pdg-lr15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.pdg-lr20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.pdg-lr25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.pdg-lr30 {
    padding-left: 30 !important;
    padding-right: 30px !important;
}

.pdg-lr35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.pdg-lr40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.pdg-lr45 {
    padding-left: 45 !important;
    padding-right: 45px !important;
}

.pdg-lr50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.pdg-lr55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}

.pdg-lr60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.pdg-lr65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
}

.pdg-lr70 {
    padding-left: 70 !important;
    padding-right: 70px !important;
}

.pdg-lr75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
}

.pdg-lr80 {
    padding-left: 80px !important;
    padding-right: 80px;
}

.pdg-lr85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
}

.pdg-lr90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
}

.pdg-lr95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
}

.pdg-lr100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
/**/

.pdg-l0 {
    padding-left: 0 !important;
}

.pdg-l5 {
    padding-left: 5 !important;
}

.pdg-l10 {
    padding-left: 10px !important;
}

.pdg-l15 {
    padding-left: 15px !important;
}

.pdg-l20 {
    padding-left: 20px !important;
}

.pdg-l25 {
    padding-left: 25px !important;
}

.pdg-l30 {
    padding-left: 30 !important;
}

.pdg-l35 {
    padding-left: 35px !important;
}

.pdg-l40 {
    padding-left: 40px !important;
}

.pdg-l45 {
    padding-left: 45 !important;
}

.pdg-l50 {
    padding-left: 50px !important;
}

.pdg-l55 {
    padding-left: 55px !important;
}

.pdg-l60 {
    padding-left: 60px !important;
}

.pdg-l65 {
    padding-left: 65px !important;
}

.pdg-l70 {
    padding-left: 70 !important;
}

.pdg-l75 {
    padding-left: 75px !important;
}

.pdg-l80 {
    padding-left: 80px !important;
}

.pdg-l85 {
    padding-left: 85px !important;
}

.pdg-l90 {
    padding-left: 90px !important;
}

.pdg-l95 {
    padding-left: 95px !important;
}

.pdg-l100 {
    padding-left: 100px !important;
}
/**/

.pdg-r0 {
    padding-right: 0px !important;
}

.pdg-r5 {
    padding-right: 5px !important;
}

.pdg-r10 {
    padding-right: 10px !important;
}

.pdg-r15 {
    padding-right: 15px !important;
}

.pdg-r20 {
    padding-right: 20px !important;
}

.pdg-r25 {
    padding-right: 25px !important;
}

.pdg-r30 {
    padding-right: 30px !important;
}

.pdg-r35 {
    padding-right: 35px !important;
}

.pdg-r40 {
    padding-right: 40px !important;
}

.pdg-r45 {
    padding-right: 45px !important;
}

.pdg-r50 {
    padding-right: 50px !important;
}

.pdg-r55 {
    padding-right: 55px !important;
}

.pdg-r60 {
    padding-right: 60px !important;
}

.pdg-r65 {
    padding-right: 65px !important;
}

.pdg-r70 {
    padding-right: 70px !important;
}

.pdg-r75 {
    padding-right: 75px !important;
}

.pdg-r80 {
    padding-right: 80px !important;
}

.pdg-r85 {
    padding-right: 85px !important;
}

.pdg-r90 {
    padding-right: 90px !important;
}

.pdg-r95 {
    padding-right: 95px !important;
}

.pdg-r100 {
    padding-right: 100px !important;
}
/**/
.mgn-t-5{margin-top: -5px !important;}
.mgn-t-10{margin-top: -10px !important;}
.mgn-t-12{margin-top: -12px !important;}
.mgn-t-13{margin-top: -13px !important;}
.mgn-t-14{margin-top: -14px !important;}
.mgn-t-15{margin-top: -15px !important;}
.mgn-t-15{margin-top: -15px !important;}

.mgn-t0{margin-top: 0px !important;}
.mgn-t5{margin-top: 5px !important;}
.mgn-t10{margin-top: 10px !important;}
.mgn-t15{margin-top: 15px !important;}
.mgn-t20{margin-top: 20px !important;}
.mgn-t25{margin-top: 25px !important;}
.mgn-t30{margin-top: 30px !important;}
.mgn-t35{margin-top: 35px !important;}
.mgn-t40{margin-top: 40px !important;}
.mgn-t45{margin-top: 45px !important;}
.mgn-t50{margin-top: 50px !important;}
.mgn-t55{margin-top: 55px !important;}
.mgn-t60{margin-top: 60px !important;}
.mgn-t65{margin-top: 65px !important;}
.mgn-t70{margin-top: 70px !important;}
.mgn-t75{margin-top: 75px !important;}
.mgn-t80{margin-top: 80px !important;}
.mgn-t85{margin-top: 85px !important;}
.mgn-t90{margin-top: 90px !important;}
.mgn-t95{margin-top: 95px !important;}
.mgn-t100{margin-top: 100px !important;}

.mgn-l0{margin-left: 0px !important;}
.mgn-l5{margin-left: 5px !important;}
.mgn-l10{margin-left: 10px !important;}
.mgn-l15{margin-left: 15px !important;}
.mgn-l20{margin-left: 20px !important;}
.mgn-l25{margin-left: 25px !important;}
.mgn-l30{margin-left: 30px !important;}
.mgn-l35{margin-left: 35px !important;}
.mgn-l40{margin-left: 40px !important;}
.mgn-l45{margin-left: 45px !important;}
.mgn-l50{margin-left: 50px !important;}
.mgn-l55{margin-left: 55px !important;}
.mgn-l60{margin-left: 60px !important;}
.mgn-l65{margin-left: 65px !important;}
.mgn-l70{margin-left: 70px !important;}
.mgn-l75{margin-left: 75px !important;}
.mgn-l80{margin-left: 80px !important;}
.mgn-l85{margin-left: 85px !important;}
.mgn-l90{margin-left: 90px !important;}
.mgn-l95{margin-left: 95px !important;}
.mgn-l100{margin-left: 100px !important;}


.mgn-l0{margin-right: 0px !important;}
.mgn-l5{margin-right: 5px !important;}
.mgn-l10{margin-right: 10px !important;}
.mgn-l15{margin-right: 15px !important;}
.mgn-l20{margin-right: 20px !important;}
.mgn-l25{margin-right: 25px !important;}
.mgn-l30{margin-right: 30px !important;}
.mgn-l35{margin-right: 35px !important;}
.mgn-l40{margin-right: 40px !important;}
.mgn-l45{margin-right: 45px !important;}
.mgn-l50{margin-right: 50px !important;}
.mgn-l55{margin-right: 55px !important;}
.mgn-l60{margin-right: 60px !important;}
.mgn-l65{margin-right: 65px !important;}
.mgn-l70{margin-right: 70px !important;}
.mgn-l75{margin-right: 75px !important;}
.mgn-l80{margin-right: 80px !important;}
.mgn-l85{margin-right: 85px !important;}
.mgn-l90{margin-right: 90px !important;}
.mgn-l95{margin-right: 95px !important;}
.mgn-l100{margin-right: 100px !important;}

.mgn-b0{margin-bottom: 10px !important;}
.mgn-b5{margin-bottom: 5px !important;}
.mgn-b10{margin-bottom: 10px !important;}
.mgn-b15{margin-bottom: 15px !important;}
.mgn-b20{margin-bottom: 20px !important;}
.mgn-b25{margin-bottom: 25px !important;}
.mgn-b30{margin-bottom: 30px !important;}
.mgn-b35{margin-bottom: 35px !important;}
.mgn-b40{margin-bottom: 40px !important;}
.mgn-b45{margin-bottom: 45px !important;}
.mgn-b50{margin-bottom: 50px !important;}
.mgn-b55{margin-bottom: 55px !important;}
.mgn-b60{margin-bottom: 60px !important;}
.mgn-b65{margin-bottom: 65px !important;}
.mgn-b70{margin-bottom: 70px !important;}
.mgn-b75{margin-bottom: 75px !important;}
.mgn-b80{margin-bottom: 80px !important;}
.mgn-b85{margin-bottom: 85px !important;}
.mgn-b90{margin-bottom: 90px !important;}
.mgn-b95{margin-bottom: 95px !important;}
.mgn-b100{margin-bottom: 100px !important;}

.pdg-a10{padding: 10px !important;}
.text-lightblue{color: lightblue !important;}
.text-lightgreen{color: lightgreen !important;}
.text-lightred{color: lightgoldenrodyellow !important;}
.text-white{color: #fff !important;}
.text-yellow{color: #ffd200 !important;}
.text-green{color: green !important;}
.text-black{color: black !important;}
.text-faint{opacity: .5 !important;}
.bold{font-weight: 700;}
.bold600{font-weight: 600;}
.block{display: block !important;}
.inline-block{display: inline-block !important;}
.to-right{float: right;}
.top-left{float: left;}
.to-right:after,.to-left: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;}
.border-0{
    border: 0 !important;
}
.rounded {
  border-radius: 0.325rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.325rem !important;
}

.rounded-3 {
  border-radius: 0.5rem !important;
}

.rounded-10 {
  border-radius: 2.5rem !important;
}

.rounded-100 {
  border-radius: 100px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}
/**/
.important{
    font-weight: 900;
    font-size: 18px;
    font-family: Arial;
    font-style: italic;
}
/**/
.nowrap{white-space: nowrap !important;}
.wrap{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;
    }
    .sidebar-style1{
        background: rgba(0, 0, 0, 0.05);
        border: 1px solid rgba(0, 0, 0, 0.05);
        width: 100%;
        height: 100%;
        border-top: 10px solid rgba(0, 0, 0, 1.0);
        border-radius: 10px;
    }
    .sidebar-style1 .sidbar-menu{
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .sidebar-style1 .sidbar-menu li{margin-top: 2px;}
    .sidebar-style1 .sidbar-menu li:first-child{margin-top: 0;}
    .sidebar-style1 .sidbar-menu li a{
        display: block;
        width: 100%;
        padding: 6px 12px;
        background: rgba(0, 0, 0, 0.04);
        font-weight: 600;
    }

    .sidebar-style1 .sidbar-menu li a:hover{background: rgba(0, 0, 0, 0.5);color: #fff;}
    @media(max-width: 767px){
        .sm-hide{display: none;}
        .sidebar-style1{margin-bottom: 30px;}
        .sidebar-style1 .sidbar-menu:after,.sidebar-style1:after{clear: both;display: block;content: "";}
        .sidebar-style1 .sidbar-menu li{float: left;}
        .sidebar-style1 .sidbar-menu li a:after {
            font-size: 18px;
            content: "|";
            /*margin-left: 5px;
            margin-right: 2px;*/
            opacity: 0.2;
            display: inline-block;
            color: #000;
        }

        .sidebar-style1 .sidbar-menu li a:last-child:after,
        .data-actions button:last-child:after {
            content: ''
        }

    }
.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{

}

.category-box-1{
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px;
    text-align: center;
}
.category-box-1 img{
    margin-bottom: 15px;
    width: 100%;
    max-width: 150px;
}
.category-box-1 p{

}
.category-box-1:hover,
.category-box-1:hover a{
    background: lightblue;
    color: #000 !important;
}
@media(max-width: 767.98px){

    .category-box-1 img{
        width: 100%;
    }
}
/*categories list*/
.categories-section{

}
.categories-section ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.categories-section .section-title{
    font-weight: 700;
    font-family: Arial;
    margin-bottom: 30px;
    padding-bottom: 5px;
    background: rgba(0, 0, 0, .1);
    padding: 6px 20px;
}
.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;
}

/*widget*/


/*end*/
.link{color: blue;}

.position-relative {
  position: relative !important;
}
.stretched-link-wrapper{
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    border: 1px solid #c0e4d0;
    /*background: #f4fdf8;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);*/
}
.stretched-link-wrapper:hover{
    background: #e9fcf2;
}
.stretched-link{
    color: #000;
}
.stretched-link::hover {
    border: 1px solid green;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/*style1*/

.stretched-link-wrapper.style1{
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    /*border-top: 1px solid rgba(0, 0, 0, .1) !important;
    padding-top: 15px;*/
    margin-bottom: 10px;

}
.stretched-link-wrapper.style1.bordered{
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.stretched-link-wrapper.style1:last-child{
    border-bottom: 0;
}
.stretched-link-wrapper.style1 .stretched-link{
/*    color: #0152e7;*/
    font-weight: 500;
    font-size: 80%;
}


/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
/*iconic*/
.iconic-list-container{}
.iconic-list.style1{
    display: block;
    margin-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.iconic-list p{
    margin: 0 !important;
    padding: 0 !important;
}
.iconic-list.style1:after{
    clear: both;
    display: block;
    content: "";
}
.iconic-list.style1 .icon-box{
    width: 40px;

}
.iconic-list.style1 .icon-box img{
    width: 100%;
}
.iconic-list.style1 .icon-box i{
    font-size: 26px !important;
    color: #000;
    vertical-align: middle;

}

.iconic-list.style1 .icon-box i.fa-3x{
    font-size: 50px !important;

}
.iconic-list.style1 .desc-box{
    width: calc(100% - 40px);
    padding-top: 15px;
}

.iconic-list.style1.iw-50 .icon-box{
    width: 50px;
    padding: 0;
    padding-bottom: 8px;
    text-align: center;
}
.iconic-list.style1.iw-50 .desc-box{
    width: calc(100% - 50px);
}

.iconic-list.style1.iw-60 .icon-box{
    width: 60px;
}
.iconic-list.style1.iw-60 .desc-box{
    width: calc(100% - 60px);
}

.iconic-list.style1.iw-70 .icon-box{
    width: 70px;
}
.iconic-list.style1.iw-70 .desc-box{
    width: calc(100% - 70px);
}

.iconic-list.style1.iw-80 .icon-box{
    width: 80px;
}
.iconic-list.style1.iw-80 .desc-box{
    width: calc(100% - 80px);
}

.iconic-list.style1.iw-90 .icon-box{
    width: 90px;
}
.iconic-list.style1.iw-90 .desc-box{
    width: calc(100% - 90px);
}

.iconic-list.style1.iw-100 .icon-box{
    width: 100px;
}
.iconic-list.style1.iw-100 .desc-box{
    width: calc(100% - 100px);
    padding-left: 15px;
}

.iconic-list-container  .iconic-list{
    border-bottom: 1px solid red;
}


/*icon box*/
.icon-block{
    border: 1px solid #d0dcea;
    height: 100%;
    padding: 0 15px;
    color: #000;
}
.icon-block .iconic-list{
    margin-left: -50px;
    height: 95%;
    margin-top: 0;
}
.icon-block .icon-box{
    background: #d0dcea;
}
.icon-block .desc-box{
    padding: 0 15px;
}
/**/
/*vertical list styles*/
.v-list,.v-list ul{
    margin: 0;
    padding: 0;
}
.v-list li{
    list-style: none;
}
.v-list li a{
    display: block;
    padding: 6px 12px;
    background: inherit;
    margin-top: 3px;
    color: inherit;
    line-height: 18px;
}
.v-list li a:hover{
    color: green;
}
.v-list li .has-icon, .v-list li.has-icon{
    display: flex;
}
.v-list li .has-icon .list-icon, .v-list li.has-icon .list-icon{
    width: 32px;
}
.v-list li .has-icon .list-text, .v-list li.has-icon .list-text{
    width: calc(100% - 32px);
}
.v-list.white li a{
    background: #fff;
}
.v-list.add-bottom-border li a{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 6px 12px;
}
.v-list.add-bottom-border li:last-child a{
    border-bottom: 0;
}
/**/

 .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;
 }

/* block-list-1 */
.fw-list-1{
    border-bottom: 5px solid rgba(0, 0, 0, .1);
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.fw-list-1.no-border{
    border: 0;
    border-bottom: 0;
}
.fw-list-1:last-child{
/*    border-bottom: 0;*/
}
.fw-list-1 table{
    border: 0 !important;
}
.fw-list-1 table td,.fw-list-1 table th{
    border: 0 !important;
    padding: 6px 0;  
    vertical-align: top;
    line-height: 25px;
}
.fw-list-1 table tr td:last-child,.fw-list-1 table tr th:last-child{
    padding: 3px 12px;
}

.fw-list-1 .list-controls,.content-actions{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fw-list-1 .list-controls.add-border,.content-actions.add-border{
    border: 1px solid rgba(0, 0, 0, .1);
    margin-top: 15px;
}
.fw-list-1 .list-controls.add-bg,.content-actions.add-bg{
    background: #e5fbdd;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-top: 15px;
}
.fw-list-1 .list-controls .left-section,.content-actions .left-section{
    width: 60%;
}
.fw-list-1 .list-controls .right-section,.content-actions .right-section{
    width: 40%;
}


.fw-list-1 .list-controls ul,.content-actions ul{
    list-style: none;
}
.fw-list-1 .list-controls ul li,.content-actions ul li{
    display: inline-block;
    margin-right: 10px;
}
.fw-list-1 .list-controls ul li:last-child,.content-actions ul li:last-child{
    margin-right: 0;
}
.fw-list-1 .list-controls ul li a,.content-actions ul li a{
    display: block;
    cursor: pointer;  
}

.fw-list-1 .list-controls .social-share,.content-actions .social-share{}
.fw-list-1 .list-controls .social-share .socials-label,.content-actions .social-share .socials-label{
   margin: 0;
   margin-bottom: -5px;
   line-height: 18px;
}

.fw-list-1 .list-controls .btn-group,.content-actions .btn-group{
    margin-top: 40px;
}
.fw-list-1 .list-controls .btn-group.mt-0,.content-actions .btn-group.mt-0{
    margin-top: 0;
}
.fw-list-1 .list-controls .btn-group .btn,.content-actions .btn-group .btn{
    padding: 6px 12px;
}

/*fw style 2*/
.fw-list-1.style2{
    padding: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    border: 1px solid rgba(0, 0, 0, .1);
}
.fw-list-1 .list-title{
    margin-top: 10px;
}
.fw-list-1.style2 .list-controls .social-share,.content-actions.style2 .social-share{

}
.fw-list-1.style2 .list-controls .social-share .socials-label,.content-actions.style2 .social-share .socials-label{
    font-weight: 500;
    font-size: 100%;
}
.fw-list-1.style2 .list-controls .social-share a,.content-actions.style2 .social-share a{
    display: inline-block;
   background: transparent !important;
   color: #094397 !important;
   width: auto;
   height: auto;
   padding: 0 6px;
   min-width: 35px;
}
.fw-list-1.style2 .list-controls .social-share a:hover,.content-actions.style2 .social-share a:hover{
   background: #0f9654 !important;
   color: #fff !important;
}


.fw-list-1.style2 .list-controls .btn-group,.content-actions.style2 .btn-group{
    margin-top: 24px;
}

@media(max-width: 413.98px){
    .fw-list-1 .list-controls .left-section,.content-actions .left-section{
        width: 100%;
        margin-bottom: 20px;
    }
    .fw-list-1 .list-controls .right-section,.content-actions .right-section{
        width: 100%;
    }

}

 /*Publish*/
 #publish_page{
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 1000;

 }

 .editable-container{
    border:  3px solid blue;
    padding: 5px;
 }
 .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;}


.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.text-2x input+label{
    font-size: 36px;
}

.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;
   */
    /* ----- */
}
/*------------------------------------------*/


/*   POPUP STYLES
/*------------------------------------------*/
.modal{
    
}
.modal .modal-content{

}
.popup {
    position: fixed;
    /*width: 100%;
    height: 100%;*/
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10000;
    display: none;
}

.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;
    z-index: 15000;
    border: 8px solid #ddd;
    /*border-top-width: 5px;*/
    background: #eee;
    color: #666666;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.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.05);
    border-bottom: 1px solid #ccc;
    background: #fff;
    height: 30px;
    font-size: 12px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset; */
}

.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-body.overflow-hidden {
    overflow: hidden;
}

.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-footer-left {
    width: calc(100% - 50%);
    float: left;
}

.popup-footer-right {
    width: 50%;
    float: right;
}

.popup-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: right;
    max-width: 230px;
    margin-top: -3px;
}

.popup-buttons:after {
    clear: both;
    display: block;
    content: "";
}

.popup-footer button {
    font-size: 80%;
    padding: 3px 12px;
    margin-right: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    height: 35px;
}

.popup.standard-popup .popup-footer{
    padding: 5px;
    padding-top: 8px;
}
.popup.standard-popup .footer-buttons{
    position: absolute;
    right: 12px;
}

.popup.standard-popup .footer-buttons button,
.popup.standard-popup .footer-buttons a{
    padding: 4px 20px;
    border-radius: 100px;
}


.popup.popup-classic .popup-content{
    border-width: 1px;
    box-shadow: none;
    border-radius: 10px;
    background-color: #fff;
}

.popup.popup-classic .popup-header{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.popup.popup-classic .popup-header .popup-title{

}
.popup.popup-classic .popup-header .popup-close{
    background-color: transparent;
    color: red;
}

.popup.popup-classic .popup-footer{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


#search_results_count {
    color: green;
    font-weight: 600;
    font-size: 82%;
}


/* otp popup */

.popup.otp-popup {}

.popup.otp-popup .popup-content {
    padding: 30px;
}

.otp-fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 240px;
    margin: 30px auto;
}

.otp-fields input {
    width: 30px;
    margin-right: 10px;
    text-align: center;
    min-height: 39px;
    border: 0;
    border-bottom: 1px solid #000000;
    outline: 0;
    font-size: 26px;
}

.otp-fields input:focus {
    border-color: #057aee;
    outline: 0;
    box-shadow: none;
}

.status-icon {}

.status-icon img {
    display: block;
    width: 32px;
    margin: 0 auto;
}

.status-text {
    font-weight: 700;
    text-align: center;
    padding: 5px;
}

.status-text.text-green {
    color: #10a64a;
}

.verify-btn {
    display: block;
    width: 100%;
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
}

@media(max-width: 1023.98px) {
    .popup-content {
        width: 90%;
        height: 90%;
    }
    .popup.standard-popup .popup-content{
        min-height: 480px;
        width: 95%;
        height: 80%;
    }
}

@media(max-width: 575.98px) {
    .popup-content {
        width: 95%;
        height: 95%;
    }
    .popup.otp-popup .popup-body {
        padding: 15px;
    }
    .crop-popup .popup-content {
        padding: 0 0;
        border: 1px;
        min-width: 95%;
    }

    .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;
    }
    .sm-block{
        display: block !important;
    }
}


/*------------------------------------------*/



/*   LOGIN STYLES
/*------------------------------------------*/

.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 .action.bg-trpt-1{
    background: rgba(0, 0, 0, 0.3);
}

.full-width-actions.no-bg .action:hover {
    background: transparent;
}
.full-width-actions .action.bg-trpt-1:hover {
    background: rgba(0, 0, 0, 0.4);
}

.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;
    }
}

/* div.has-controls */
div.has-controls{
    display: flex;
}
div.has-controls .d-section{
    width: calc(100% - 40%);
}
div.has-controls .controls-section{
    width: 40%;
    padding-left: 15px;
}

div.has-controls .editable-actions{
    display: none;
}

div.has-controls.editable-active .d-section{
    width: calc(100% - 100px);
    color: blue;

}

div.has-controls.editable-active .controls-section{
    width: 100px;
}

/**/

div.has-controls.editable-active .controls-section .editable-actions{
    display: block;
}
div.has-controls.editable-active .controls-section .editable-actions .btn{
    padding: 0px 6px;
}

div.has-controls.editable-active .controls-section .data-actions{
    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;
}

/*menu styles*/

.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{
    padding-left: 0;
}

.check-group .form-check input {
    display: none;
}
.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 {
    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: 6px;
    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.min-h45 input+label{
    min-height: 45px;
    padding-top: 10px;
}
.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;
}

.custom-radio-1 input+label:first-of-type {
    border-radius: 3px;
    /* 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;
}

@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;
    }
}

/*switches*/
.switch-1{}
.switch-1 .switch-controls,.switch-1 .inline-boxes {
     display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch; 
}
.switch-1 .action-section{
    width: 33.333333333%;
}

.switch-1 .dynamic-content{

}
.switch-1 .dynamic-content.content-active{
/*    border: 5px solid #6d308d;*/
}
.switch-1 input[type="radio"] {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.switch-1 input[type="radio"]+label {
    margin: 0;
    width: 100%;
    cursor: pointer;
     padding: 10px 0px; 
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 1px #ddd;
    background-color: #fff;
    font-size: 1.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;
   */
    /* ----- */
}

.switch-1 input[type="radio"]+label.add-shadow {
    box-shadow: 0 0 30px rgba(255, 255, 255, .5);
}

.switch-1 input[type="radio"]+label.transparent {
    background: transparent !important;
    border: 1px solid #fff;
}

.switch-1 input[type="radio"]+label.text-white {
    color: #fff !important;
}

.switch-1 input[type="radio"]+label:first-of-type {
    
}
.switch-1 input[type="radio"]+label:last-of-type {
    
}

.switch-1 input[type="radio"]:hover+label {

}

.switch-1 input[type="radio"]:checked+label {
    background-color: #6d308d;
    color: #fff;
    z-index: 1;
    border-color: #6d308d;
}


.switch-1 input[type="radio"]:checked+label.transparent {
    background-color: #fff !important;
    color: #510878 !important;
    z-index: 1;
    border-color: #fff;
}

.switch-1 input[type="radio"]:focus+label {

}

.switch-1 [disabled]+label {
    opacity: 0.3;
    cursor: not-allowed !important;
}
.amount-input{
     display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.amount-input label{
    width: 50px;
    background: #6d308d;
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding: 8px 12px;
    padding-top: 10px;
    font-size: 18px;
    min-height: 45px;
}

.amount-input select.currency-code{
    background: #6d308d;
    color: #fff;
    width: 85px;
    outline: 0;
    border: 1px solid #6d308d;
    height: 45px;
    font-size: 80%;
}

.amount-input input{
    display: block;
    width: 100%;
    height: 100%;
    min-height: 45px;
    background: rgba(0, 0, 0, .05);
    padding: 6px 20px;
    border: 1px solid #6d308d;
    color: #6d308d;
    font-weight: 600;
}

.amount-input.white input{
    border-color: #fff !important;
    color: #fff;
}
.amount-input.white label,
.amount-input.white select.currency-code{
    background-color: #fff !important;
    border-color: #fff !important;
    color: #510878 !important;
}
.amount-input input.text-white{
    color: #fff !important;
}

.amount-input input.text-white::placeholder,
.amount-input input.text-white:-moz-placeholder,
.amount-input input.text-white::-moz-placeholder,
.amount-input input.text-white:-ms-input-placeholder ,
.amount-input input.text-white::-ms-input-placeholder,
.amount-input input.text-white::-webkit-input-placeholde  {   
  color: #eee !important;
}

.donation-switch .btn{
    display: block;
    width: 100%;
    min-height: 45px;
    padding: 6px 20px;
    border-radius: 0;
    text-transform: uppercase;
}

@media(max-width:575.98px){
    .switch-1 .switch-controls,.switch-1 .inline-boxes {
      
    }
}
/*  */
.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: 12px;
  opacity: 0.5;
  display: inline-block;
}

.ht-pct100 {
    height: 100% !important;
}

.ht-pct95 {
    height: 95%;
}
.min-h50{
    min-height: 50px !important;
}
.min-h100{
    min-height: 100px !important;
}
.ht-auto{
    height: auto !important;
}
.min-h-300{
    min-width: 400px;
}
.bold600 {
    font-weight: 600 !important;
}

.bold800 {
    font-weight: 800 !important;
}

.bold900 {
    font-weight: 900 !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;
  }
}

.payment-options{

}
.payment-options label img{
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}

/*forms*/
/*search*/
.jt-search{
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    background: green;
}
.jt-search .search-box{

}

.jt-search .search-box input{
    height: 46px;
    padding: 6px 12px;
    padding-right: 150px;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: 600;
    z-index: 1;
}
.jt-search .search-box input:focus{
    border-bottom-color: #e27e1e !important;
}
.jt-search .search-box .action-button{
    position: absolute;
    right: 10px;
    width: 100px;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #e27e1e;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    padding: 6px 20px;
    box-sizing: border-box;
}
.jt-search .search-options{

}
/**/
.page-header{
    display: flex;
}
.page-header .left-section{
    width: 60%;
}
.page-header .right-section{
    width: 40%;
}
/**/
.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;
}

.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-place-holder.style2{
    width: 100%;
    min-height: 164px;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff !important;
}

.logo-rounded{
    width: 130px;
    height: 130px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 auto;
    border-radius: 50%;
    padding: 10px;
}
.logo-style1{
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 100px;
    background: #eee;
    border: 5px solid #eee;
}

.img-center{
    display: block;
    margin: 0 auto;
}
.img-style1{
    display: block;
    border: 5px solid rgba(0, 0, 0, .1);
    border-bottom-width: 20px;
}
.event-img{
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 5 rgba(0, 0, 0, .3);
}

.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-color: gray !important;
    min-height: 40px;
}
.form-control.ht-45{
    min-height: 45px;
}
.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;
}


/*check group*/
.check-pack {
    display: flex;
}

.check-pack .check {
    width: 17px;
}

.check-pack .check input {
    width: 17px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer !important;
}
.check-pack.master-check .check input{
    border: 3px solid rgba(0, 0, 0, .1);
}
.check-pack label {
    display: block;
    width: calc(100% - 17px);
    cursor: pointer !important;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500 !important;
}

/*tel input*/
.tel-input{

}
.phone-details{
    
}
.phone-details.block-hidden {
    display: none;
}
/**/

.dial-code {
    width: 80px;
    max-width: 80px;
}

/*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;
}


/* transaction info */


.transaction-info {
    display: block;
    max-width: 40%;
    margin: 5% 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;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.transaction-info.callelled {
    border: 5px solid #f9c700;
}

.transaction-info.errorbox {
    border: 5px solid #cb3332;
}

.transaction-info.successful {
    border: 5px solid #00d219;
}

@media(max-width: 991.98px){
    .transaction-info {
        max-width: 80%;
    }
}

@media(max-width: 575.98px){
    .transaction-info {
        max-width: 98%;
    }
}


/*------------------------------------------*/

/**/

/*   LOADER STYLES
/*------------------------------------------*/

.processing-container,
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    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-container {
    margin: 15px;
}

.load-more {
    width: 150px;
    height: 35px;
    background: #cfe2eb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #aecddd;
    text-align: center;
    border-radius: 100px;
}

.load-more a {
    padding: 5px 15px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.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;
}


/* 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
/*------------------------------------------*/

.profile.style1{
    position: relative;
}
.profile.style1 .profile-header{
    border: 1px solid rgba(0, 0, 0, .05);
}
.profile.style1 .profile-header:after{
    clear: both;
    display: block;
    content: "";
}
.profile.style1 .profile-header .pic-section{
    width: 240px;
    float: left;
}
.profile.style1 .profile-header .pic-section img{
    width: 100%;
}
.profile.style1 .profile-header .name-section{
    width: calc(100% - 240px);
    float: right;
    padding: 30px;

}
.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;
}
@media(max-width: 575px){
    .profile.style1 .profile-header{
        padding-bottom: 30px;
    }
    .profile.style1 .profile-header table{
        text-align: left;
        margin-left: 30px;
    }
    .profile.style1 .profile-header .pic-section,
    .profile.style1 .profile-header .name-section{
        float: none;
        width: 100%;
    }
    .profile.style1 .profile-header .name-section{
        padding: 0;
        text-align: center;
    }
    .profile.style1 .profile-header .pic-section img{
        display: block;
        margin: 30px 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;
}

/*----------------*/

.profile-title{
    background: #37273f;
    padding-top: 50px;
}
.profile-title-inner{
    padding-bottom: 130px;
}
.profile-title .title {
    color: #430d5f;
    font-weight: 900;

}
.profile-header{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
    background: #fff;
}
.profile-header .photo-section{
    width: 30%;
}
.profile-header .particulars-section{
    width: 70%;
    padding: 15px 30px;
}
.profile-header .particulars-section h1{
    font-size: 50px;
    line-height: 1.1;
    font-weight: 900;
    color: #6d308d;
}
.profile-header .particulars-section p.position{
    font-weight: 900;
    font-style: italic;
    font-size: 150%;
    padding-left: 30px;
}
@media(max-width: 991.98px){
    .profile-header{
        padding: 0;
        padding-top: 15px;
    }
    .profile-header .photo-section,.profile-header .particulars-section{
        width: 100%;
    }

    .profile-header .particulars-section{
        padding: 15px 0px;
    }

    .profile-header .photo-section img{
        display: block;
        max-width: 70%;
        margin: 0 auto;
    }
    .profile-header .particulars-section h1{
        font-size: 32px;
        text-align: center;
        line-height: 1;
    }
    .profile-header .particulars-section p.position{
        font-weight: 600;
        font-size: 150%;
        text-align: center;
        line-height: 1;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
}
/*end*/

.justify-all{
    text-align: justify !important;
}

/*   TABLE STYLES
/*------------------------------------------*/

.default-table {}

.default-table th,
.default-table td {
    padding: 5px 15px;
    vertical-align: top;
}

.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-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;
}

/*section header*/
.section-header{
    margin-top: 50px;
    margin-bottom: 30px;
}

.section-header .title-section{
    width: calc(100% - 40%);
}

.section-header .controls-section{
    width: 40%;
}
.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-top: 1px solid rgba(255, 255, 255, .6);
    }
    .tags.style1 li:first-child{
        border-top: 0;
    }

   .tags.style1 li div{
        background: transparent;
        border: 0;
        padding: 0;
   } 
}
/*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;
}

/*custom lists*/


.jt-section-header .jt-title{
    width: calc(100% - 40%);
}

.jt-section-header .jt-controls{
    width: 40%;
}




.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 0px 20px;
    position: relative;
    padding-top: 5px;
}
.list-angle-right.list-inline li,
.list-arrow.list-inline li,
.list-arrow-circle.list-inline li,
.list-check.list-inline li,
.list-check-circle.list-inline li,
.list-checked.list-inline li,
.list-chevron-circle.list-inline li,
.list-circle.list-inline li,
.list-times-circle.list-inline li {
    display: inline-block;
}

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: #e27e1e
}

.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
}

/*cal to action*/

/**/
.curriculum .topic-list{


}
.curriculum .topic-list li:before{
    padding-top: 0;
}
.curriculum .topic-list li{
    display: block;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-top: 7px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.curriculum .topic-list li.topic-list-item:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}


/*------------------------------------------*/


/*   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;*/
    line-height: 18px;
}
.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: 100%;
}

.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);
}

.photos .grid_list_item {
    padding: 5px;
}

@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;
    }
}

/*GRID */
.grid-style1 {
  text-align: center;
  max-width: 95vw;
  margin: 2.5vw auto;
}

.grid-style1 .grid-item {
  padding: 5px;
  box-sizing: border-box;
    display:inline;
}

.grid-style1 .grid-item p{
    margin: 0 !important;
    font-style: italic;
    font-size: 80%;
}


.grid-style1 .inner-wrapper{
    padding: 5px;
}


/* Step 4: Add media queries (subjective) to make the whole grid resposive. */

@media (min-width: 500px) {
  .grid-style1 .grid-item {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .grid-style1 .grid-item {
    width: 33.333%;
  }
}

@media (min-width: 1700px) {
  .grid-style1 .grid-item {
    width: 25%;
  }
}

@media (min-width: 2100px) {
  .grid-style1 .grid-item {
    width: 20%;
  }
}






/*menus*/

.h-nav.style1{
  padding-bottom: 10px;
}
.h-nav.style1:after{clear: both;display: block;content: "";}
.h-nav.style1 ul{
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.h-nav.style1 ul li{
  display: inline-block;
}
.h-nav.style1 ul li a,
.h-nav.style1 ul li button{
  background: transparent;
  border: 0;
  padding: 0;
  padding: 0px 12px;
  font-weight: 500;
  font-size: 100%;
  color: #ca141a;
  display: block;
  outline: 0;
}
.h-nav.style1 ul li a:hover,
.h-nav.style1 ul li button:hover{
    background: rgba(0, 0, 0, .1);
    cursor: pointer;
}
.h-nav.style1 ul li a:focus,
.h-nav.style1 ul li button:focus{
    background: rgba(0, 0, 0, .1);
    cursor: pointer;
}
.h-nav.style1.text-white ul li a,
.h-nav.style1.text-white ul li button{
  color: #fff;
}
.h-nav.style1 ul li a .nav-icon,
.h-nav.style1 ul li button .nav-icon{
  padding-right: 5px;
}
.h-nav.style1 ul li a .nav-text,
.h-nav.style1 ul li button .nav-text{
  
}

.h-nav.style1.add-seperator li {
  border-right: 1px solid rgba(0, 0, 0, .3);
}
.h-nav.style1.add-seperator li:last-child {
  border-right: 0;
}


@media(max-width: 767px){

  .h-nav.style1 ul{float: none;}
}

/*block menu*/
.block-menu.style1{
    height: 100%;
    background: #002a5c;
}
.block-menu.style1.bg-white{
    background: #fff;
    color: #002a5c;
    box-shadow: 0 0 100px rgba(0, 0, 0, .3);
}
.block-menu.style1 a,
.block-menu.style1 button{
   display: block;
   width: 100%; 
   height: 100%;
   color: #fff;
   text-align: center;
   padding: 12px !important;
}
.block-menu.style1.bg-white a,
.block-menu.style1.bg-white button{
    color: #002a5c;
}
/**/
.block-links{
    border: rgba(0, 0, 0, .1);

}
.block-links .heading{
    margin-top: 15px !important;
    margin-bottom: 8px !important;
    padding-left: 20px;

}
.block-links a{
    display: block;
    width: 100%;
    line-height: 18px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 10px;
}
.block-links a:first-child{
    margin-top: 20px;
}
.block-links a:hover{
    color: green !important;
}


.block-links.style2 div{

}

.block-links.style2 a{
    display: inline-block;
}
.block-links.style2 .h-stack-actions{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block-links.style2 .links{
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, .06);
    background: rgba(0, 0, 0, .05);
    padding: 15px;
    padding-top: 0;
}
.block-links.style2 a,
.block-links.style2 button{
    margin-bottom: 0;
}
.block-links.style2 .h-stack-actions a,
.block-links.style2 .h-stack-actions button{
    display: inline-block !important;
    width: auto !important;
    margin: 0;
    margin-right: 10px;
    padding: 6px 12px !important;
}
.block-links.style2 .h-stack-actions a.btn-success,
.block-links.style2 .h-stack-actions button.btn-success{
    background: #13bf6b !important;
}
.block-links.style2 .h-stack-actions a.btn-default,
.block-links.style2 .h-stack-actions button.btn-default{
    background: #fff !important;
}
@media(min-width:1200px){
    .block-links .heading{
        text-transform: uppercase;
        font-size: 14px;
    }
}
/**/

.v-nav.style1{

}

.v-nav.style1 ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.v-nav.style1 ul li{
    padding-bottom: 6px;
     margin-bottom: 6px;
}

.v-nav.style1.menu-bordered ul li{
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 15px;
}
.v-nav.style1 ul.add-bg li{
  background-color: rgba(0, 0, 0, .1);
  border: 1px solid rgba(0, 0, 0, .05);
  margin-bottom: 5px;
  border-radius: 7px;
  padding: 0 12px;
  color: #000;
}
.v-nav.style1 ul.add-bg li a{
    color: #000;
}
.v-nav.style1 ul.add-bg li a:hover{
    color: green;
    display: block;
}

.v-nav.style1 ul li .nav-menu{
  color: #000;
  display: block;
  padding: 6px 12px;
  font-weight: 500;
}

.v-nav.style1 ul li .nav-menu:hover{
  color: green;
}
/*data actions*/


.data-actions {
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    min-width: 150px;
}

.data-actions .action {
    background: transparent;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
    color: #54a4f2;
    cursor: pointer;
    display: inline-block;
}

.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: 10px;
    margin-right: 5px;
    opacity: 0.5;
    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;
}

/**/
.stack-actions{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.stack-actions .action{
    width: 50%;
    padding: 0 6px;
}

.stack-actions .action:first-child{
    
}
.stack-actions .action:last-child{
    
}
.stack-actions .action button,
.stack-actions .action a{
    display: block;
    width: 100%;
    padding: 6px 12px;
}
.stack-actions .action .btn-default{
    background-color: #fff !important;
}
.stack-actions .action .btn-default:hover{
    background-color: #eee;
}

/*breadcrumbs*/
.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;
}

.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.bold a,
.breadcrumbs.bold button {
    font-weight: bold;
}
.breadcrumbs.dark a:after,
.breadcrumbs.dark button:after {
    color: #fff;
}

.breadcrumbs.dark a.active,
.breadcrumbs.dark button.active {
    opacity: 0.7;
}

/*video element*/
.video-container{}

/**/
.parallax-box-1{
    margin-top: -200px;
}

@media(max-width: 767px){

    .parallax-box-1{
        margin-top: -50px;
    }

}


/*social media*/

.social-media-links {}

.social-media-links a {
    display: inline-block;
    text-align: center;
    font-size: 26px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px;
    padding-top: 7px;
}

.social-media-links a:hover {
    background: #000;
    color: #fff;
}

.social-media-links a::last-child {
    margin-right: 0;
}


.social-media-list {
    list-style: none;
}
.social-media-list li{
    display: inline-block;
    margin-right: 5px;
}
.social-media-list li:last-child{
    margin-right: 0;
}
.social-media-list li a{
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 6px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 26px;
}
.social-media-list li a:hover{
    background: #000;
    color: #fff;
}
/*social share buttons*/
.btn-darkblue{
    background-color: #002a5c !important;
    color: #fff;
}
.btn-darkblue:hover{
    color: lightblue;
}
.text-darkblue{
    color: #002a5c !important;
}

.social-share.style1 a {
    display: inline-block;
    text-align: center;
    font-size: 22px;
    margin-right: 5px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px;
    margin-top: 5px;
}

.social-share.style1 .socials-label {
    display: block;
    font-weight: 900;
    font-family: Arial;
    font-size: 120%;
    margin-bottom: 10px;
}

.social-share.style1 a:hover {
    background: #000;
    color: #fff;
}

.social-share.style1 a::last-child {
    margin-right: 0;
}

.social-share.inline-layout{
    display: flex;
}

.social-share.inline-layout .socials-label{
    width: 100px;
    margin-bottom: 0;
    padding-top: 2px;
    box-sizing: border-box;
}
.social-share.inline-layout .buttons-list{
    width: calc(100% - 100px);
}
.social-share.inline-layout .buttons-list a{
    width: 32px;
    height: 32px;
    font-size: 18px;
    padding: 2px;
    margin-right: 8px;
}

@media(max-width: 575.98px){
    .social-share.inline-layout{
        display: block;
    }
    .social-share.inline-layout .socials-label{
        width: 100%;
        margin-bottom: 0;
        padding-top: 2px;
        box-sizing: border-box;
    }
    .social-share.inline-layout .buttons-list{
        width: 100%;
    }
}

@media(max-width: 479.98px){
    .social-share.inline-layout{
        display: block;
    }
    .social-share.inline-layout .socials-label{
        width: 100%;
        margin-bottom: 0;
        padding-top: 2px;
        box-sizing: border-box;
    }
    .social-share.inline-layout .buttons-list{
        width: 100%;
    }
}

.bg-facebook {
  background-color: #5d82d1 !important;
  color: #fff;
}
.bg-facebook:hover {
  background-color: #5475bc !important;
  color: #fff;
}

.text-facebook {
  color: #5d82d1;
}
.text-facebook:hover {
  color: #5475bc;
}

.bg-instagram {
  background: #c22b72 !important;
  color: #fff;
}
.bg-instagram:hover {
  background-color: #af2767;
  color: #fff;
}

.text-instagram {
  color: #c22b72 !important;
}
.text-instagram:hover {
  color: #af2767;
}

.bg-instagram-gradient {
  background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  background-size: 120% 120%;
  background-position: right bottom;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
}
.bg-instagram-gradient:hover {
  background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-position: left bottom;
}

.text-instagram-gradient {
  color: transparent;
  background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 120% 120%;
}
.text-instagram-gradient:hover {
  color: transparent;
  background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bg-google {
  background-color: #3c7ff1;
  color: #fff;
}
.bg-google:hover {
  background-color: #3672d9;
  color: #fff;
}

.text-google {
  color: #3c7ff1;
}
.text-google:hover {
  color: #3672d9;
}

.text-google-icon {
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.bg-twitter {
  background-color: #40bff5 !important;
  color: #fff;
}
.bg-twitter:hover {
  background-color: #3aacdd;
  color: #fff;
}

.text-twitter {
  color: #40bff5;
}
.text-twitter:hover {
  color: #3aacdd;
}

.bg-linkedin {
  background-color: #238cc8 !important;
  color: #fff;
}
.bg-linkedin:hover {
  background-color: #207eb4;
  color: #fff;
}

.text-linkedin {
  color: #238cc8;
}
.text-linkedin:hover {
  color: #207eb4;
}

.bg-pinterest {
  background-color: #e60023 !important;
  color: #fff;
}
.bg-pinterest:hover {
  background-color: #cf0020;
  color: #fff;
}

.text-pinterest {
  color: #e60023;
}
.text-pinterest:hover {
  color: #cf0020;
}

.bg-dribbble {
  background-color: #f7659c !important;
  color: #fff;
}
.bg-dribbble:hover {
  background-color: #de5b8c;
  color: #fff;
}

.text-dribbble {
  color: #f7659c;
}
.text-dribbble:hover {
  color: #de5b8c;
}

.bg-youtube {
  background-color: #ff0000 !important;
  color: #fff;
}
.bg-youtube:hover {
  background-color: #e60000;
  color: #fff;
}

.text-youtube {
  color: #ff0000;
}
.text-youtube:hover {
  color: #e60000;
}

.bg-skype {
  background-color: #13c1f3 !important;
  color: #fff;
}
.bg-skype:hover {
  background-color: #11aedb;
  color: #fff;
}

.text-skype {
  color: #13c1f3;
}
.text-skype:hover {
  color: #11aedb;
}

.bg-whatsapp {
  background-color: #50ca5e !important;
  color: #fff;
}

/**/
.btn-block{
    display: block !important;
    width: 100% !important;
}
.btn-primary {
    background-color: #e27e1e !important;
    border-color: #e27e1e !important;
}
.btn-primary-soft {
  color: #066ac9;
  background-color: rgba(6, 106, 201, 0.1);
}
.btn-primary-soft:hover {
  color: #fff;
  background-color: #066ac9;
}

.btn-white-soft {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-white-soft:hover {
  color: #000;
  background-color: #fff;
}

.btn-secondary-soft {
  color: #9a9ea4;
  background-color: rgba(154, 158, 164, 0.1);
}
.btn-secondary-soft:hover {
  color: #fff;
  background-color: #9a9ea4;
}

.btn-success-soft {
  color: #0cbc87;
  background-color: rgba(12, 188, 135, 0.1);
}
.btn-success-soft:hover {
  color: #fff;
  background-color: #0cbc87;
}

.btn-info-soft {
  color: #17a2b8;
  background-color: rgba(23, 162, 184, 0.1);
}
.btn-info-soft:hover {
  color: #fff;
  background-color: #17a2b8;
}

.btn-warning-soft {
  color: #f7c32e;
  background-color: rgba(247, 195, 46, 0.1);
}
.btn-warning-soft:hover {
  color: #000;
  background-color: #f7c32e;
}

.btn-danger-soft {
  color: #d6293e;
  background-color: rgba(214, 41, 62, 0.1);
}
.btn-danger-soft:hover {
  color: #fff;
  background-color: #d6293e;
}

.btn-light-soft {
  color: #f5f7f9;
  background-color: rgba(245, 247, 249, 0.1);
}
.btn-light-soft:hover {
  color: #000;
  background-color: #f5f7f9;
}

.btn-dark-soft {
  color: #24292d;
  background-color: rgba(36, 41, 45, 0.1);
}
.btn-dark-soft:hover {
  color: #fff;
  background-color: #24292d;
}

.btn-orange-soft {
  color: #fd7e14;
  background-color: rgba(253, 126, 20, 0.1);
}
.btn-orange-soft:hover {
  color: #fff;
  background-color: #fd7e14;
}

.btn-purple-soft {
  color: #6f42c1;
  background-color: rgba(111, 66, 193, 0.1);
}
.btn-purple-soft:hover {
  color: #fff;
  background-color: #6f42c1;
}

.btn-blue-soft {
  color: #1d3b53;
  background-color: rgba(29, 59, 83, 0.1);
}
.btn-blue-soft:hover {
  color: #fff;
  background-color: #1d3b53;
}

.btn-primary-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(6, 106, 201, 0.4);
          box-shadow: 0 0 0 8px rgba(6, 106, 201, 0.4);
  background-color: #066ac9;
}
.btn-primary-shadow:hover {
  color: #fff;
}
.btn-check:focus + .btn-primary-shadow, .btn-primary-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(6, 106, 201, 0.4);
          box-shadow: 0 0 0 8px rgba(6, 106, 201, 0.4);
}

.btn-white-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
  background-color: #fff;
}
.btn-white-shadow:hover {
  color: #000;
}
.btn-check:focus + .btn-white-shadow, .btn-white-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
}

.btn-secondary-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(154, 158, 164, 0.4);
          box-shadow: 0 0 0 8px rgba(154, 158, 164, 0.4);
  background-color: #9a9ea4;
}
.btn-secondary-shadow:hover {
  color: #fff;
}
.btn-check:focus + .btn-secondary-shadow, .btn-secondary-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(154, 158, 164, 0.4);
          box-shadow: 0 0 0 8px rgba(154, 158, 164, 0.4);
}

.btn-success-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(12, 188, 135, 0.4);
          box-shadow: 0 0 0 8px rgba(12, 188, 135, 0.4);
  background-color: #0cbc87;
}
.btn-success-shadow:hover {
  color: #fff;
}
.btn-check:focus + .btn-success-shadow, .btn-success-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(12, 188, 135, 0.4);
          box-shadow: 0 0 0 8px rgba(12, 188, 135, 0.4);
}

.btn-info-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(23, 162, 184, 0.4);
          box-shadow: 0 0 0 8px rgba(23, 162, 184, 0.4);
  background-color: #17a2b8;
}
.btn-info-shadow:hover {
  color: #fff;
}
.btn-check:focus + .btn-info-shadow, .btn-info-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(23, 162, 184, 0.4);
          box-shadow: 0 0 0 8px rgba(23, 162, 184, 0.4);
}

.btn-warning-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(247, 195, 46, 0.4);
          box-shadow: 0 0 0 8px rgba(247, 195, 46, 0.4);
  background-color: #f7c32e;
}
.btn-warning-shadow:hover {
  color: #000;
}
.btn-check:focus + .btn-warning-shadow, .btn-warning-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(247, 195, 46, 0.4);
          box-shadow: 0 0 0 8px rgba(247, 195, 46, 0.4);
}

.btn-danger-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(214, 41, 62, 0.4);
          box-shadow: 0 0 0 8px rgba(214, 41, 62, 0.4);
  background-color: #d6293e;
}
.btn-danger-shadow:hover {
  color: #fff;
}
.btn-check:focus + .btn-danger-shadow, .btn-danger-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(214, 41, 62, 0.4);
          box-shadow: 0 0 0 8px rgba(214, 41, 62, 0.4);
}

.btn-light-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(245, 247, 249, 0.4);
          box-shadow: 0 0 0 8px rgba(245, 247, 249, 0.4);
  background-color: #f5f7f9;
}
.btn-light-shadow:hover {
  color: #000;
}
.btn-check:focus + .btn-light-shadow, .btn-light-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(245, 247, 249, 0.4);
          box-shadow: 0 0 0 8px rgba(245, 247, 249, 0.4);
}

.btn-dark-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(36, 41, 45, 0.4);
          box-shadow: 0 0 0 8px rgba(36, 41, 45, 0.4);
  background-color: #24292d;
}
.btn-dark-shadow:hover {
  color: #fff;
}
.btn-check:focus + .btn-dark-shadow, .btn-dark-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(36, 41, 45, 0.4);
          box-shadow: 0 0 0 8px rgba(36, 41, 45, 0.4);
}

.btn-orange-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(253, 126, 20, 0.4);
          box-shadow: 0 0 0 8px rgba(253, 126, 20, 0.4);
  background-color: #fd7e14;
}
.btn-orange-shadow:hover {
  color: #fff;
}
.btn-check:focus + .btn-orange-shadow, .btn-orange-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(253, 126, 20, 0.4);
          box-shadow: 0 0 0 8px rgba(253, 126, 20, 0.4);
}

.btn-purple-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(111, 66, 193, 0.4);
          box-shadow: 0 0 0 8px rgba(111, 66, 193, 0.4);
  background-color: #6f42c1;
}
.btn-purple-shadow:hover {
  color: #fff;
}
.btn-check:focus + .btn-purple-shadow, .btn-purple-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(111, 66, 193, 0.4);
          box-shadow: 0 0 0 8px rgba(111, 66, 193, 0.4);
}

.btn-blue-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(29, 59, 83, 0.4);
          box-shadow: 0 0 0 8px rgba(29, 59, 83, 0.4);
  background-color: #1d3b53;
}
.btn-blue-shadow:hover {
  color: #fff;
}
.btn-check:focus + .btn-blue-shadow, .btn-blue-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(29, 59, 83, 0.4);
          box-shadow: 0 0 0 8px rgba(29, 59, 83, 0.4);
}

.btn-primary-soft-check:hover {
  background-color: rgba(6, 106, 201, 0.2);
  border-color: rgba(6, 106, 201, 0);
}

.btn-check:active + .btn-primary-soft-check, .btn-check:checked + .btn-primary-soft-check, .btn-primary-soft-check.active, .btn-primary-soft-check:active, .show > .btn-primary-soft-check.dropdown-toggle {
  background-color: rgba(6, 106, 201, 0.2);
  color: #066ac9;
  border-color: rgba(6, 106, 201, 0);
}

.btn-check:focus + .btn, .btn-round-shadow:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}


/*end*/

/* call to actions */
.call-to-action.style1{
    background-color: #000000;
    color: #fff;
    padding: 15px;
}

.call-to-action.style1 .caption{
    background-color: #000000;
    color: #fff;
    padding: 15px;
}

.download-cta.style1{
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 30px;
  /*  background: #ed2027;*/
  color: #ed2027;
  padding: 30px;
  font-size: 115%;
}
.download-cta.style1.bg-red{
    background: #f00;
    color: #fff;
}
.download-cta.style1 a{
  display: block;
/*  color: #fff;*/
  font-size: 115%;
  text-transform: capitalize;
}
.download-cta.style1 .cta-icon{
  font-size: 32px;
}
.download-cta.style1 .cta-text{
  font-weight: 900;
}
/*end call to actions*/


.v-menu-1{
padding: 0;
margin: 0;
}
.v-menu-1 li{
background: #fff;
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.v-menu-1 li a{
display: block;
padding: 6px 12px;
}
.video-style-1{
border: 10px solid #fff;
box-shadow: 0 0 150px rgba(255, 255, 255, .5);
}


.overlay-box-1{
  height: 250px;width: 100%;background: #343a40;border-bottom: 20px solid #343a40;
}

@media(max-width: 767.98px){
  .overlay-box-1{
    margin-top: -150px !important;
  }
}



/*forms*/
.form-1{}
.form-1 input[type="text"],
.form-1 input[type="tel"],
.form-1 input[type="email"],
.form-1 select{
    min-height: 50px;
}
/**/

.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: 50%;
    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%;
    }*/
}

.highlight-1{
    border: 5px solid #62be42;
    padding: 15px;
}

.highlight-1 .section-title{
    background: #62be42;
    color: #fff;
    padding: 6px 20px;
}
/*highlight 2*/
.highlight-2{
    background-color: #002a5c;
    color: #fff;
    padding: 6px 12px;
    height: 100%;
}

/*boxes*/
.next-event{
    padding: 15px;
    border: 10px solid lightblue;
    border-radius: 7px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    height: 100%;
}

/*card style1*/
.accordion .card .card-header{
    display: flex;
}
.accordion .card .card-header .title-section{
    position: relative;
}

.accordion .card .card-header .title-section a:before{
    content:"-";
    position: absolute;
    top:0;
    left: 0;
    width: 20px;
}
.accordion .card .card-header .title-section a{
    display: block;
    width: 100%;
    margin-left: 10px;
}

.accordion .card .card-header .title-section{
    width: calc(100% - 40%);
}
.accordion .card .card-header .controls-section{
    width: 40%;
}
.accordion .card .card-header.c-w100 .title-section{
    width: calc(100% - 100px);
}
.accordion .card .card-header.c-w100 .controls-section{
    width: 100px;
    padding: 0 5px;
}
/**/

/**/
.card.style1{}
.card.style1 .section-title{
    background: #002a5c;
    color: #fff;
    padding: 5px 30px;
}
.card.style1 .sub-title{
    border-bottom: 5px solid #002a5c;
    padding-bottom: 5px;
}
/*end*/
.section-1{
    position: relative;
}
.section-1 .section-title{
    background: #002a5c;
    padding: 6px 30px;
    color: #fff;
}

.section-1.style2 .section-title{
    background: transparent;
    color: #002a5c;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
}
.section-1.style2 .section-title{
    background: transparent;
    color: #002a5c;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
}
/*section 2*/

.section-2{
    /*border: 1px solid rgba(0, 0, 0, .05);
    padding: 15px;
    background: #fdf8f5;*/
}
.section-2 .section-title{
    padding-bottom: 10px;
    background: #e27e1e;
    text-align: center;
    padding: 6px 15px;
    margin-bottom: 20px;
    font-size: 100%;
    text-transform: uppercase;
    font-weight: 900;
    border-bottom: 1px solid #e27e10;
    color: #fff;

}
.section-2 .section-body{}
.section-2 .section-body .form-control{
    border: 1px solid #93b0c2;
}
/*skews*/
.skewed-box-1{
    margin-top: -100px !important;
    position: relative;
    z-index: 200;
}

/* -------------------------------------
   TILE DATA
---------------------------------------*/

#tabular_data {
    display: block;
}

#tiled_data {
    display: none;
}

.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%;
}

@media(max-width: 576px) {
    #tabular_data.sm-hide {
        display: none;
    }
    #tiled_data.sm-show {
        display: block;
    }
}


/*//////////////////////////////
/*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 {
    width: 160px;
    float: left;
}

.person-profile .person-info {
    width: calc(100% - 160px);
    float: right;
    padding: 0 15px;
}

.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 .names {
    font-size: 110%;
    font-weight: 700;
    text-transform: capitalize;
}

.person-profile:after {
    clear: both;
    display: block;
    content: "";
}

.person-profile table tr td {
    padding: 0 12px;
}

.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*/

/* -------------------------------------
   DROP DOWN STYLES
---------------------------------------*/

.jt-dropdown {
    position: relative;
}

.jt-dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fcf9f7;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 999999;
}

.jt-dropdown-content.top-offset40 {
    top: 40px !important;
}

.jt-dropdown-content.content-left {
    left: 5px;
}

.jt-dropdown-content.content-right {
    right: -10px;
}

.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 #fcf9f7 transparent;
    z-index: 999999;
}

.jt-dropdown-content.pointer-left:before {
    left: 11px;
}

.jt-dropdown:hover .jt-dropdown-content:before {
    border-width: 0 10px 10px 10px;
}

/*tabs*/
.account-tab{}
.account-tab .user-info{

}
.account-tab .user-info.top-margin-20{
    margin-top: 20px;
}
.account-tab .user-info img{
    width: 28px;
    height: 28px;
    display: inline-block;
    max-width: 28px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
}

.account-tab .user-info img.bottom-margin15{
    margin-bottom: 8px;
}
.account-tab .user-info img.photo-2x{
    width: 64px;
    height: 64px;
    max-width: 64px;
}
.account-tab .user-name{
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-top: 15px;
}
.account-tab .user-info .user-position{
    
}

.account-tab .user-actions{
    text-align: left !important;
    margin-top: 20px;
}
.account-tab .user-actions a{
    display: block;
    width: 100%;
    padding: 6px 12px;
    text-decoration: none;
    margin-top: 5px;
    text-align: left;
}
.account-tab .user-actions a:hover{
    color: green;
}
.signup-button{
    color: #fff !important;
}
.signup-button a{
    color: #fff !important;
    background: #e27e1e;
    padding: 6px 12px;
    padding-top: 2px;
}
/*end*/

.center-content{
    display: block;
    max-width: 50%;
    margin: 0 auto;
}

.container{
    padding-left: 15px;
    padding-right: 15px;
}

/*alerts*/

.bottom-alert{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #f8f4f0;
    z-index: 200;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.bottom-alert .container{
    position: relative;
    padding-right: 40px;
}

.bottom-alert .container .alert-close{
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, .05);
    box-sizing: border-box;

}
.bottom-alert .container .alert-close button{
    display: block;
    margin: 0;
    padding: 0;
    margin-top: -5px;
    width: 100%;
    text-align: center;
    color: red;
    background: transparent;
    border: 1px solid transparent;
    font-size: 26px;
    
}

.bottom-alert .container p{
    line-height: 18px;
    margin-bottom: 5px;
}

.bottom-alert .btn-group .btn{
    margin-right: 5px;
}
.bottom-alert .btn-group:after{
    clear: both;
    display: block;
    content: "";
}

/**/

@media(max-width: 991.98px){
    .center-content{
        max-width: 80%;
    }
    .signup-button{

    }
    .signup-button a{
        padding: 3px 6px;
        font-size: 70%;
    }
}

@media(max-width: 575.98px){
    .center-content{
        max-width: 100%;
    }
}

/*////////////////////////////////////////
////////////////////////////////////////
/////////////////////////////////////*/

.min-w-auto {
  min-width: auto !important;
}

.vh-100 {
  height: 100vh !important;
}

.h-20px {
  height: 20px !important;
}

.h-30px {
  height: 30px !important;
}

.h-40px {
  height: 40px !important;
}

.h-50px {
  height: 50px !important;
}

.h-60px {
  height: 60px !important;
}

.h-70px {
  height: 70px !important;
}

.h-90px {
  height: 90px !important;
}

.h-100px {
  height: 100px !important;
}

.h-200px {
  height: 200px !important;
}

.h-300px {
  height: 300px !important;
}

.h-350px {
  height: 350px !important;
}

.h-400px {
  height: 400px !important;
}

.h-500px {
  height: 500px !important;
}

.h-600px {
  height: 600px !important;
}

.h-700px {
  height: 700px !important;
}

.w-40px {
  width: 40px !important;
}

.w-50px {
  width: 50px !important;
}

.w-60px {
  width: 60px !important;
}

.w-70px {
  width: 70px !important;
}

.w-80px {
  width: 80px !important;
}

.w-100px {
  width: 100px !important;
}

.w-150px {
  width: 150px !important;
}

.w-200px {
  width: 200px !important;
}

.w-280px {
  width: 280px !important;
}

.w-400px {
  width: 400px !important;
}

.bg-opacity-15 {
  --bs-bg-opacity: 0.15;
}

.fill-primary {
  fill: #066ac9 !important;
}

.fill-white {
  fill: #fff !important;
}

.fill-secondary {
  fill: #9a9ea4 !important;
}

.fill-success {
  fill: #0cbc87 !important;
}

.fill-info {
  fill: #17a2b8 !important;
}

.fill-warning {
  fill: #f7c32e !important;
}

.fill-danger {
  fill: #d6293e !important;
}

.fill-light {
  fill: #f5f7f9 !important;
}

.fill-dark {
  fill: #24292d !important;
}

.fill-orange {
  fill: #fd7e14 !important;
}

.fill-purple {
  fill: #6f42c1 !important;
}

.fill-blue {
  fill: #1d3b53 !important;
}

.fill-body {
  fill: #fff !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-9 {
  z-index: 9 !important;
}

.z-index-99 {
  z-index: 99 !important;
}

.z-index-n1 {
  z-index: -1 !important;
}

.z-index-n9 {
  z-index: -9 !important;
}

.rotate-10 {
  -webkit-transform: rotate(10deg) !important;
          transform: rotate(10deg) !important;
}

.rotate-74 {
  -webkit-transform: rotate(74deg) !important;
          transform: rotate(74deg) !important;
}

.rotate-130 {
  -webkit-transform: rotate(130deg) !important;
          transform: rotate(130deg) !important;
}

.rotate-180 {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

.rotate-186 {
  -webkit-transform: rotate(186deg) !important;
          transform: rotate(186deg) !important;
}

.rotate-193 {
  -webkit-transform: rotate(193deg) !important;
          transform: rotate(193deg) !important;
}

.border-dashed {
  border-style: dashed !important;
}

.rounded-4 {
  border-radius: 1rem !important;
}

.rounded-top-4 {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-bottom-4 {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

/*letter spacing*/
.ls-5 {
  letter-spacing: 5px !important;
}
.ls-6 {
  letter-spacing: 6px !important;
}
.ls-7 {
  letter-spacing: 7px !important;
}
.ls-8 {
  letter-spacing: 8px !important;
}
.ls-9 {
  letter-spacing: 9px !important;
}
.ls-10 {
  letter-spacing: 10px !important;
}
.ls-11 {
  letter-spacing: 11px !important;
}
.ls-12 {
  letter-spacing: 12px !important;
}
.ls-13 {
  letter-spacing: 13px !important;
}
.ls-14 {
  letter-spacing: 14px !important;
}
.ls-15 {
  letter-spacing: 15px !important;
}
.ls-16 {
  letter-spacing: 16px !important;
}
.ls-17 {
  letter-spacing: 17px !important;
}
.ls-18 {
  letter-spacing: 18px !important;
}
.ls-19 {
  letter-spacing: 19px !important;
}
.ls-20 {
  letter-spacing: 20px !important;
}
/**/

.lh-0 {
  line-height: 0 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: 0.1 !important;
}

.opacity-2 {
  opacity: 0.2 !important;
}

.opacity-3 {
  opacity: 0.3 !important;
}

.opacity-4 {
  opacity: 0.4 !important;
}

.opacity-5 {
  opacity: 0.5 !important;
}

.opacity-6 {
  opacity: 0.6 !important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.opacity-9 {
  opacity: 0.9 !important;
}

@media (min-width: 576px) {
  .vh-sm-100 {
    height: 100vh !important;
  }

  .h-sm-20px {
    height: 20px !important;
  }

  .h-sm-30px {
    height: 30px !important;
  }

  .h-sm-40px {
    height: 40px !important;
  }

  .h-sm-50px {
    height: 50px !important;
  }

  .h-sm-60px {
    height: 60px !important;
  }

  .h-sm-70px {
    height: 70px !important;
  }

  .h-sm-90px {
    height: 90px !important;
  }

  .h-sm-100px {
    height: 100px !important;
  }

  .h-sm-200px {
    height: 200px !important;
  }

  .h-sm-300px {
    height: 300px !important;
  }

  .h-sm-350px {
    height: 350px !important;
  }

  .h-sm-400px {
    height: 400px !important;
  }

  .h-sm-500px {
    height: 500px !important;
  }

  .h-sm-600px {
    height: 600px !important;
  }

  .h-sm-700px {
    height: 700px !important;
  }

  .w-sm-40px {
    width: 40px !important;
  }

  .w-sm-50px {
    width: 50px !important;
  }

  .w-sm-60px {
    width: 60px !important;
  }

  .w-sm-70px {
    width: 70px !important;
  }

  .w-sm-80px {
    width: 80px !important;
  }

  .w-sm-100px {
    width: 100px !important;
  }

  .w-sm-150px {
    width: 150px !important;
  }

  .w-sm-200px {
    width: 200px !important;
  }

  .w-sm-280px {
    width: 280px !important;
  }

  .w-sm-400px {
    width: 400px !important;
  }
}
@media (min-width: 768px) {
  .vh-md-100 {
    height: 100vh !important;
  }

  .h-md-20px {
    height: 20px !important;
  }

  .h-md-30px {
    height: 30px !important;
  }

  .h-md-40px {
    height: 40px !important;
  }

  .h-md-50px {
    height: 50px !important;
  }

  .h-md-60px {
    height: 60px !important;
  }

  .h-md-70px {
    height: 70px !important;
  }

  .h-md-90px {
    height: 90px !important;
  }

  .h-md-100px {
    height: 100px !important;
  }

  .h-md-200px {
    height: 200px !important;
  }

  .h-md-300px {
    height: 300px !important;
  }

  .h-md-350px {
    height: 350px !important;
  }

  .h-md-400px {
    height: 400px !important;
  }

  .h-md-500px {
    height: 500px !important;
  }

  .h-md-600px {
    height: 600px !important;
  }

  .h-md-700px {
    height: 700px !important;
  }

  .w-md-40px {
    width: 40px !important;
  }

  .w-md-50px {
    width: 50px !important;
  }

  .w-md-60px {
    width: 60px !important;
  }

  .w-md-70px {
    width: 70px !important;
  }

  .w-md-80px {
    width: 80px !important;
  }

  .w-md-100px {
    width: 100px !important;
  }

  .w-md-150px {
    width: 150px !important;
  }

  .w-md-200px {
    width: 200px !important;
  }

  .w-md-280px {
    width: 280px !important;
  }

  .w-md-400px {
    width: 400px !important;
  }
}
@media (min-width: 992px) {
  .vh-lg-100 {
    height: 100vh !important;
  }

  .h-lg-20px {
    height: 20px !important;
  }

  .h-lg-30px {
    height: 30px !important;
  }

  .h-lg-40px {
    height: 40px !important;
  }

  .h-lg-50px {
    height: 50px !important;
  }

  .h-lg-60px {
    height: 60px !important;
  }

  .h-lg-70px {
    height: 70px !important;
  }

  .h-lg-90px {
    height: 90px !important;
  }

  .h-lg-100px {
    height: 100px !important;
  }

  .h-lg-200px {
    height: 200px !important;
  }

  .h-lg-300px {
    height: 300px !important;
  }

  .h-lg-350px {
    height: 350px !important;
  }

  .h-lg-400px {
    height: 400px !important;
  }

  .h-lg-500px {
    height: 500px !important;
  }

  .h-lg-600px {
    height: 600px !important;
  }

  .h-lg-700px {
    height: 700px !important;
  }

  .w-lg-40px {
    width: 40px !important;
  }

  .w-lg-50px {
    width: 50px !important;
  }

  .w-lg-60px {
    width: 60px !important;
  }

  .w-lg-70px {
    width: 70px !important;
  }

  .w-lg-80px {
    width: 80px !important;
  }

  .w-lg-100px {
    width: 100px !important;
  }

  .w-lg-150px {
    width: 150px !important;
  }

  .w-lg-200px {
    width: 200px !important;
  }

  .w-lg-280px {
    width: 280px !important;
  }

  .w-lg-400px {
    width: 400px !important;
  }
}
@media (min-width: 1200px) {
  .vh-xl-100 {
    height: 100vh !important;
  }

  .h-xl-20px {
    height: 20px !important;
  }

  .h-xl-30px {
    height: 30px !important;
  }

  .h-xl-40px {
    height: 40px !important;
  }

  .h-xl-50px {
    height: 50px !important;
  }

  .h-xl-60px {
    height: 60px !important;
  }

  .h-xl-70px {
    height: 70px !important;
  }

  .h-xl-90px {
    height: 90px !important;
  }

  .h-xl-100px {
    height: 100px !important;
  }

  .h-xl-200px {
    height: 200px !important;
  }

  .h-xl-300px {
    height: 300px !important;
  }

  .h-xl-350px {
    height: 350px !important;
  }

  .h-xl-400px {
    height: 400px !important;
  }

  .h-xl-500px {
    height: 500px !important;
  }

  .h-xl-600px {
    height: 600px !important;
  }

  .h-xl-700px {
    height: 700px !important;
  }

  .w-xl-40px {
    width: 40px !important;
  }

  .w-xl-50px {
    width: 50px !important;
  }

  .w-xl-60px {
    width: 60px !important;
  }

  .w-xl-70px {
    width: 70px !important;
  }

  .w-xl-80px {
    width: 80px !important;
  }

  .w-xl-100px {
    width: 100px !important;
  }

  .w-xl-150px {
    width: 150px !important;
  }

  .w-xl-200px {
    width: 200px !important;
  }

  .w-xl-280px {
    width: 280px !important;
  }

  .w-xl-400px {
    width: 400px !important;
  }
}
@media (min-width: 1400px) {
  .vh-xxl-100 {
    height: 100vh !important;
  }

  .h-xxl-20px {
    height: 20px !important;
  }

  .h-xxl-30px {
    height: 30px !important;
  }

  .h-xxl-40px {
    height: 40px !important;
  }

  .h-xxl-50px {
    height: 50px !important;
  }

  .h-xxl-60px {
    height: 60px !important;
  }

  .h-xxl-70px {
    height: 70px !important;
  }

  .h-xxl-90px {
    height: 90px !important;
  }

  .h-xxl-100px {
    height: 100px !important;
  }

  .h-xxl-200px {
    height: 200px !important;
  }

  .h-xxl-300px {
    height: 300px !important;
  }

  .h-xxl-350px {
    height: 350px !important;
  }

  .h-xxl-400px {
    height: 400px !important;
  }

  .h-xxl-500px {
    height: 500px !important;
  }

  .h-xxl-600px {
    height: 600px !important;
  }

  .h-xxl-700px {
    height: 700px !important;
  }

  .w-xxl-40px {
    width: 40px !important;
  }

  .w-xxl-50px {
    width: 50px !important;
  }

  .w-xxl-60px {
    width: 60px !important;
  }

  .w-xxl-70px {
    width: 70px !important;
  }

  .w-xxl-80px {
    width: 80px !important;
  }

  .w-xxl-100px {
    width: 100px !important;
  }

  .w-xxl-150px {
    width: 150px !important;
  }

  .w-xxl-200px {
    width: 200px !important;
  }

  .w-xxl-280px {
    width: 280px !important;
  }

  .w-xxl-400px {
    width: 400px !important;
  }
}

/* icons */

a.has-icon,
.icon-prepended,
.icon-apended,
.has-action {
    display: flex !important;
    color: inherit;
}
.center-items,
a.has-icon.center-items,
.icon-prepended.center-items,
.icon-apended.center-items,
.has-action.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: 50px;
    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;
}

.has-action .action-block {
    width: 60px;
}

.has-action .info-block{
    width: calc(100% - 60px);
}

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 ,
.has-action.iw-30 .action-block {
    width: 30px;
}

a.has-icon.iw-30 .link-text,
.icon-prepended.iw-30 .elm-text,
.icon-apended.iw-30 .elm-text,
.has-action.iw-30 .info-block  {
    width: calc(100% - 30px);
}

a.has-icon.iw-40 .link-icon,
.icon-prepended.iw-40 .elm-icon,
.icon-apended.iw-40 .elm-icon ,
.has-action.iw-40 .action-block {
    width: 40px;
}

a.has-icon.iw-40 .link-text,
.icon-prepended.iw-40 .elm-text,
.icon-apended.iw-40 .elm-text,
.has-action.iw-40 .info-block  {
    width: calc(100% - 40px);
}

a.has-icon.iw-50 .link-icon,
.icon-prepended.iw-50 .elm-icon,
.icon-apended.iw-50 .elm-icon,
.has-action.iw-50 .action-block  {
    width: 50px;
}

a.has-icon.iw-50 .link-text,
.icon-prepended.iw-50 .elm-text,
.icon-apended.iw-50 .elm-text,
.has-action.iw-50 .info-block  {
    width: calc(100% - 50px);
}

a.has-icon.iw-60 .link-icon,
.icon-prepended.iw-60 .elm-icon,
.icon-apended.iw-60 .elm-icon {
    width: 60px;
}

a.has-icon.iw-60 .link-text,
.icon-prepended.iw-60 .elm-text,
.icon-apended.iw-60 .elm-text {
    width: calc(100% - 60px);
}


a.has-icon.iw-70 .link-icon,
.icon-prepended.iw-70 .elm-icon,
.icon-apended.iw-70 .elm-icon,
.has-action.iw-70 .action-block {
    width: 70px;
}

a.has-icon.iw-70 .link-text,
.icon-prepended.iw-70 .elm-text,
.icon-apended.iw-70 .elm-text,
.has-action.iw-70 .info-block {
    width: calc(100% - 70px);
}

a.has-icon.iw-80 .link-icon,
.icon-prepended.iw-80 .elm-icon,
.icon-apended.iw-80 .elm-icon,
.has-action.iw-80 .action-block {
    width: 80px;
}

a.has-icon.iw-80 .link-text,
.icon-prepended.iw-80 .elm-text,
.icon-apended.iw-80 .elm-text,
.has-action.iw-80 .info-block {
    width: calc(100% - 80px);
}

a.has-icon.iw-90 .link-icon,
.icon-prepended.iw-90 .elm-icon,
.icon-apended.iw-90 .elm-icon,
.has-action.iw-90 .action-block {
    width: 90px;
}

a.has-icon.iw-90 .link-text,
.icon-prepended.iw-90 .elm-text,
.icon-apended.iw-90 .elm-text,
.has-action.iw-90 .info-block {
    width: calc(100% - 90px);
}

a.has-icon.iw-100 .link-icon,
.icon-prepended.iw-100 .elm-icon,
.icon-apended.iw-100 .elm-icon,
.has-action.iw-100 .action-block {
    width: 100px;
}

a.has-icon.iw-100 .link-text,
.icon-prepended.iw-100 .elm-text,
.icon-apended.iw-100 .elm-text,
.has-action.iw-100 .info-block {
    width: calc(100% - 100px);
}


/*///////////////////////////////////
//////////////////////////////////*/

.footer{
    background-color: #000000;
    color: #fff;
    border-top: 5px solid orange;
}
.footer a{
    text-decoration: none;
    color: orange;
}
.footer .bottom-footer{
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-title{
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 10px;
}

/*borders*/
.border-1-light-1{border: 1px solid rgba(0, 0, 0, .05) !important;}


.border-1-red-1{border: 1px solid #ee1d23 !important;}
.border-2-red-1{border: 2px solid #ee1d23 !important;}
.border-3-red-1{border: 3px solid #ee1d23 !important;}
.border-4-red-1{border: 4px solid #ee1d23 !important;}
.border-5-red-1{border: 5px solid #ee1d23 !important;}

.border-1-red-2{border: 1px solid #d11419 !important;}
.border-2-red-2{border: 2px solid #d11419 !important;}
.border-3-red-2{border: 3px solid #d11419 !important;}
.border-4-red-2{border: 4px solid #d11419 !important;}
.border-5-red-2{border: 5px solid #d11419 !important;}


.border-1-dark-1{border: 1px solid #343a40 !important;}
.border-2-dark-1{border: 2px solid #343a40 !important;}
.border-3-dark-1{border: 3px solid #343a40 !important;}
.border-4-dark-1{border: 4px solid #343a40 !important;}
.border-5-dark-1{border: 5px solid #343a40 !important;}
.border-6-dark-1{border: 6px solid #343a40 !important;}
.border-7-dark-1{border: 7px solid #343a40 !important;}
.border-8-dark-1{border: 8px solid #343a40 !important;}
.border-9-dark-1{border: 9px solid #343a40 !important;}
.border-10-dark-1{border: 10px solid #343a40 !important;}

.border-1-green-1{border: 1px solid #62be42 !important;}
.border-2-green-1{border: 2px solid #62be42 !important;}
.border-3-green-1{border: 3px solid #62be42 !important;}
.border-4-green-1{border: 4px solid #62be42 !important;}
.border-5-green-1{border: 5px solid #62be42 !important;}
.border-6-green-1{border: 6px solid #62be42 !important;}
.border-7-green-1{border: 7px solid #62be42 !important;}
.border-8-green-1{border: 8px solid #62be42 !important;}
.border-9-green-1{border: 9px solid #62be42 !important;}
.border-10-green-1{border: 10px solid #62be42 !important;}

.border-1-blue-1{border: 1px solid #002a5c !important;}
.border-2-blue-1{border: 2px solid #002a5c !important;}
.border-3-blue-1{border: 3px solid #002a5c !important;}
.border-4-blue-1{border: 4px solid #002a5c !important;}
.border-5-blue-1{border: 5px solid #002a5c !important;}
.border-6-blue-1{border: 6px solid #002a5c !important;}
.border-7-blue-1{border: 7px solid #002a5c !important;}
.border-8-blue-1{border: 8px solid #002a5c !important;}
.border-9-blue-1{border: 9px solid #002a5c !important;}
.border-10-blue-1{border: 10px solid #002a5c !important;}

.border-1-brown-1{border: 1px solid #ad3e11 !important;}
.border-2-brown-1{border: 2px solid #ad3e11 !important;}
.border-3-brown-1{border: 3px solid #ad3e11 !important;}
.border-4-brown-1{border: 4px solid #ad3e11 !important;}
.border-5-brown-1{border: 5px solid #ad3e11 !important;}
.border-6-brown-1{border: 6px solid #ad3e11 !important;}
.border-7-brown-1{border: 7px solid #ad3e11 !important;}
.border-8-brown-1{border: 8px solid #ad3e11 !important;}
.border-9-brown-1{border: 9px solid #ad3e11 !important;}
.border-10-brown-1{border: 10px solid #ad3e11 !important;}

.border-1-orange-1{border: 1px solid #e27e1e !important;}
.border-2-orange-1{border: 2px solid #e27e1e !important;}
.border-3-orange-1{border: 3px solid #e27e1e !important;}
.border-4-orange-1{border: 4px solid #e27e1e !important;}
.border-5-orange-1{border: 5px solid #e27e1e !important;}
.border-6-orange-1{border: 6px solid #e27e1e !important;}
.border-7-orange-1{border: 7px solid #e27e1e !important;}
.border-8-orange-1{border: 8px solid #e27e1e !important;}
.border-9-orange-1{border: 9px solid #e27e1e !important;}
.border-10-orange-1{border: 10px solid #e27e1e !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-6-white-1{border: 6px solid #fff !important;}
.border-7-white-1{border: 7px solid #fff !important;}
.border-8-white-1{border: 8px solid #fff !important;}
.border-9-white-1{border: 9px solid #fff !important;}
.border-10-white-1{border: 10px solid #fff !important;}

.border-1-l-trpt-1{border: 1px solid rgba(255, 255, 255, .1) !important;}
.border-2-l-trpt-1{border: 2px solid rgba(255, 255, 255, .1) !important;}
.border-3-l-trpt-1{border: 3px solid rgba(255, 255, 255, .1) !important;}
.border-4-l-trpt-1{border: 4px solid rgba(255, 255, 255, .1) !important;}
.border-5-l-trpt-1{border: 5px solid rgba(255, 255, 255, .1) !important;}
.border-6-l-trpt-1{border: 6px solid rgba(255, 255, 255, .1) !important;}
.border-7-l-trpt-1{border: 7px solid rgba(255, 255, 255, .1) !important;}
.border-8-l-trpt-1{border: 8px solid rgba(255, 255, 255, .1) !important;}
.border-9-l-trpt-1{border: 9px solid rgba(255, 255, 255, .1) !important;}
.border-10-l-trpt-1{border: 10px solid rgba(255, 255, 255, .1) !important;}

.border-1-l-trpt-2{border: 1px solid rgba(255, 255, 255, .2) !important;}
.border-2-l-trpt-2{border: 2px solid rgba(255, 255, 255, .2) !important;}
.border-3-l-trpt-2{border: 3px solid rgba(255, 255, 255, .2) !important;}
.border-4-l-trpt-2{border: 4px solid rgba(255, 255, 255, .2) !important;}
.border-5-l-trpt-2{border: 5px solid rgba(255, 255, 255, .2) !important;}
.border-6-l-trpt-2{border: 6px solid rgba(255, 255, 255, .2) !important;}
.border-7-l-trpt-2{border: 7px solid rgba(255, 255, 255, .2) !important;}
.border-8-l-trpt-2{border: 8px solid rgba(255, 255, 255, .2) !important;}
.border-9-l-trpt-2{border: 9px solid rgba(255, 255, 255, .2) !important;}
.border-10-l-trpt-2{border: 10px solid rgba(255, 255, 255, .2) !important;}




.border-1-trpt-d1{border: 1px solid rgba(0, 0, 0, .1) !important;}
.border-2-trpt-d1{border: 2px solid rgba(0, 0, 0, .1) !important;}
.border-3-trpt-d1{border: 3px solid rgba(0, 0, 0, .1) !important;}
.border-4-trpt-d1{border: 4px solid rgba(0, 0, 0, .1) !important;}
.border-5-trpt-d1{border: 5px solid rgba(0, 0, 0, .1) !important;}
.border-6-trpt-d1{border: 6px solid rgba(0, 0, 0, .1) !important;}
.border-7-trpt-d1{border: 7px solid rgba(0, 0, 0, .1) !important;}
.border-8-trpt-d1{border: 8px solid rgba(0, 0, 0, .1) !important;}
.border-9-trpt-d1{border: 9px solid rgba(0, 0, 0, .1) !important;}
.border-10-trpt-d1{border: 10px solid rgba(0, 0, 0, .1) !important;}

.border-1-trpt-d2{border: 1px solid rgba(0, 0, 0, .2) !important;}
.border-2-trpt-d2{border: 2px solid rgba(0, 0, 0, .2) !important;}
.border-3-trpt-d2{border: 3px solid rgba(0, 0, 0, .2) !important;}
.border-4-trpt-d2{border: 4px solid rgba(0, 0, 0, .2) !important;}
.border-5-trpt-d2{border: 5px solid rgba(0, 0, 0, .2) !important;}
.border-6-trpt-d2{border: 6px solid rgba(0, 0, 0, .2) !important;}
.border-7-trpt-d2{border: 7px solid rgba(0, 0, 0, .2) !important;}
.border-8-trpt-d2{border: 8px solid rgba(0, 0, 0, .2) !important;}
.border-9-trpt-d2{border: 9px solid rgba(0, 0, 0, .2) !important;}
.border-10-trpt-d2{border: 10px solid rgba(0, 0, 0, .2) !important;}


.bordered-top{
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
}
.bordered-left{
    border-left: 1px solid rgba(0, 0, 0, .1) !important;
}
.bordered-right{
    border-right: 1px solid rgba(0, 0, 0, .1) !important;
}

.bordered-bottom{
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}
.bordered-bottom-05{
    border-bottom: 1px solid rgba(0, 0, 0, .05) !important;
}

.bordered-bottom.lc-no-border:last-child,
.bordered-bottom.lc-no-border tr:last-child{
    border-bottom: 0 !important;
}
    
.bb-0{
    border-bottom: 0 !important;
}

@media (max-width:767.98px){

    .bordered-top-sm{
        border-top: 1px solid rgba(0, 0, 0, .1) !important;
        padding-top: 15px;
    }
    .bordered-left-sm{
        border-left: 1px solid rgba(0, 0, 0, .1) !important;
    }
    .bordered-right-sm{
        border-right: 1px solid rgba(0, 0, 0, .1) !important;
    }
    
    .bordered-bottom-sm{
        border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
    }

    .bordered-top.bt-sm-0{
        border-top: 0 !important;
    }
    .bordered-left.bl-sm-0{
        border-left: 0 !important;
    }
    .bordered-right.br-sm-0{
        border-right: 0 !important;
    }
    
    .bordered-bottom.bb-sm-0{
        border-bottom: 0 !important;
    }
}

/*offsets*/
.top-offet-10{
  margin-top: -10px;
}
.top-offset-15{
  margin-top: -15px;
}
.top-offset-20{
  margin-top: -20px;
}
.top-offset-30{
  margin-top: -30px;
}
.top-offset-40{
  margin-top: -40px;
}
.top-offset-50{
  margin-top: -50px;
}
.top-offset-60{
  margin-top: -60px;
}
.top-offset-70{
  margin-top: -70px;
}
.top-offset-80{
  margin-top: -80px;
}
.top-offset-90{
  margin-top: -90px;
}
.top-offset-100{
  margin-top: -100px;
}
.top-offset-150{
  margin-top: -150px;
}
.top-offset-200{
  margin-top: -200px;
}
.top-offset-250{
  margin-top: -250px;
}

.top-0 {
  top: 0 !important;
}

.top-10 {
  top: 10% !important;
}

.top-25 {
  top: 25% !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}


/*offsets*/
.bottom-offet-10{
  margin-bottom: -10px;
}
.bottom-offset-15{
  margin-bottom: -15px;
}
.bottom-offset-20{
  margin-bottom: -20px;
}
.bottom-offset-30{
  margin-bottom: -30px;
}
.bottom-offset-40{
  margin-bottom: -40px;
}
.bottom-offset-50{
  margin-bottom: -50px;
}
.bottom-offset-60{
  margin-bottom: -60px;
}
.bottom-offset-70{
  margin-bottom: -70px;
}
.bottom-offset-80{
  margin-bottom: -80px;
}
.bottom-offset-90{
  margin-bottom: -90px;
}
.bottom-offset-100{
  margin-bottom: -100px;
}
.bottom-offset-200{
  margin-bottom: -200px;
}


/*------------------------------------------*/


/*   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;
    }
}