body{
    color: #000;
}
abbr[title] {
  border-bottom: none !important;
  /*cursor: inherit !important;*/
  text-decoration: none !important;
}
.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;
}

.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-shadow-1{
    text-shadow: 1px 1px 1px #000 !important;
}

.text-primary{
    color: #537a09 !important;
}

.text-secondary{
    color: #f5806f !important;
}

/*branding*/
.org-brand a{
    text-transform: uppercase;
    text-decoration: none;
    font-family: Tahoma;
    white-space: nowrap;
    line-height: 25px;
}
.org-brand.padded{
    padding: 3px 0;
}
.org-brand img{
    max-width: 80px;
}
.org-brand a span{
    display: block;
    width: 100%;
}
.org-brand a span.main-text{
    font-weight: 900;
    color: #4b5320;
    font-size: 23px;
}
.org-brand a span.sub-text{
    font-weight: 900;
    font-family: Arial;
    font-size: 32px;
}
.org-brand.light a{
    color: #fff;
}
.org-brand.light a span.main-text{

    color: #fff;
}

.main-header{
    margin-bottom: 15px;
}

.main-header.fixed-main-header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 43px;
}
.main-header.add-bg{
    padding: 5px 15px;
    padding-top: 15px;
    background: rgba(0, 0, 0, .04);
}


.main-header.no-bg{
    background: transparent !important;
}
.main-header .title,.card .card-header .card-title{
    font-size: 24px;
}

.main-header h4.title{
    font-size: 18px;
}

/**/
.main-header.button-prepended{
    display: flex;
}
.main-header.button-prepended .b-section{
    width: 40px;
}

.main-header.button-prepended .b-section a{
    display: block;
    width: 100%;
    text-align: center;
}

.main-header.button-prepended .b-section i{
    vertical-align: top;
    margin-top: 5px;
}

.main-header.button-prepended .h-section{
    width: calc(100% - 40px);
}
.main-header.button-prepended.add-bg{
    padding: 5px 5px;
    padding-top: 15px;
    background: rgba(0, 0, 0, .04);
}

.main-header.fs-0,.main-header.fs-0 .title,.main-header.button-prepended .b-section i{
    font-size: 18px;
}

.main-header.button-prepended .b-section i{
    
}
/**/
.main-header.controls-appended,
.main-header.button-prepended .h-section.controls-appended{
    display: flex;
}
.main-header.controls-appended .left-section,
.main-header.button-prepended .h-section.controls-appended .left-section{
    width: calc(100% - 20%);
}
.main-header.controls-appended .right-section,
.main-header.button-prepended .h-section.controls-appended .right-section{
    width: 20%;
}

.main-header.controls-appended.cw-30pct .left-section,
.main-header.button-prepended .h-section.controls-appended.cw-30pct .left-section{
    width: calc(100% - 30%);
}
.main-header.controls-appended.cw-30pct .right-section,
.main-header.button-prepended .h-section.controls-appended.cw-30pct .right-section{
    width: 30%;
}

.jt-horizontal-menu{
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.jt-horizontal-menu::-webkit-scrollbar {
    display: none;
}

.jt-horizontal-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jt-horizontal-menu ul li {
    display: inline-block;
    margin-right: 10px;
}

.jt-horizontal-menu ul li:last-child {
    margin-right: 0;
}

.jt-horizontal-menu ul li a {
    display: block;
    padding: 6px 12px;
    color: #24292d;
    background-color: rgba(36, 41, 45, 0.1);
    border-radius: 100px;
}
.jt-horizontal-menu ul li a:hover {
  color: #fff;
  background-color: #24292d;
}

/**/
@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-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;}
.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 3rem rgba(29, 58, 83, 0.15) !important;
          box-shadow: 0 1rem 3rem rgba(29, 58, 83, 0.15) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*backgrounds*/
.bg-light-1{
    background: #e5ebda !important;
}
.bg-dark-1{
    background: #231f20 !important;
}
.bg-light-2{
    background: #f9f4f4 !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;
}
.text-blue-2{
    color: #0070c0 !important;
}
.bg-blue-3{
    background: #cedefc !important;
}

.bg-purple-1{
    background: #4b5320 !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;
}
.bg-primary,.bg-primary-1{
    background-color: #4b5320 !important;
}
.bg-primary-2{
    background: #7f940d !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.w-250{
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    vertical-align: middle;
}
.img-bg-1 {
  position: relative;
/*    background-image: url(../img/bg/1.jpg);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.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-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-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-t5{margin-top: 5px;}
.mgn-t10{margin-top: 10px;}
.mgn-t20{margin-top: 20px;}
.mgn-t25{margin-top: 25px;}
.mgn-t30{margin-top: 30px;}
.mgn-t40{margin-top: 40px;}
.mgn-t50{margin-top: 50px;}
.mgn-b10{margin-bottom: 10px;}
.mgn-b20{margin-bottom: 20px;}
.mgn-b30{margin-bottom: 30px;}
.mgn-b40{margin-bottom: 40px;}
.mgn-b50{margin-bottom: 50px;}
.mgn-b60{margin-bottom: 60px;}
.mgn-b70{margin-bottom: 70px;}
.mgn-b80{margin-bottom: 80px;}
.mgn-b90{margin-bottom: 90px;}
.mgn-b100{margin-bottom: 100px;}
.pdg-a10{padding: 10px;}
.text-lightblue{color: lightblue !important;}
.text-lightgreen{color: lightgreen !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;}
.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;}

a.has-icon,
.icon-prepended,
.icon-apended {
    display: flex !important;
    color: inherit;
}
.center-items,
a.has-icon.center-items,
.icon-prepended.center-items,
.icon-apended.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;
}

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 {
    width: 30px;
}

a.has-icon.iw-30 .link-text,
.icon-prepended.iw-30 .elm-text,
.icon-apended.iw-30 .elm-text {
    width: calc(100% - 30px);
}

a.has-icon.iw-50 .link-icon,
.icon-prepended.iw-50 .elm-icon,
.icon-apended.iw-50 .elm-icon {
    width: 50px;
}

a.has-icon.iw-50 .link-text,
.icon-prepended.iw-50 .elm-text,
.icon-apended.iw-50 .elm-text {
    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 {
    width: 70px;
}

a.has-icon.iw-70 .link-text,
.icon-prepended.iw-70 .elm-text,
.icon-apended.iw-70 .elm-text {
    width: calc(100% - 70px);
}

a.has-icon.iw-80 .link-icon,
.icon-prepended.iw-80 .elm-icon,
.icon-apended.iw-80 .elm-icon {
    width: 80px;
}

a.has-icon.iw-80 .link-text,
.icon-prepended.iw-80 .elm-text,
.icon-apended.iw-80 .elm-text {
    width: calc(100% - 80px);
}

a.has-icon.iw-90 .link-icon,
.icon-prepended.iw-90 .elm-icon,
.icon-apended.iw-90 .elm-icon {
    width: 90px;
}

a.has-icon.iw-90 .link-text,
.icon-prepended.iw-90 .elm-text,
.icon-apended.iw-90 .elm-text {
    width: calc(100% - 90px);
}

a.has-icon.iw-100 .link-icon img,
.icon-prepended.iw-100 .elm-icon img,
.icon-apended.iw-100 .elm-icon img{
    max-width: 100px;
}

a.has-icon.iw-100 .link-icon,
.icon-prepended.iw-100 .elm-icon,
.icon-apended.iw-100 .elm-icon {
    width: 100px;
}

a.has-icon.iw-100 .link-text,
.icon-prepended.iw-100 .elm-text,
.icon-apended.iw-100 .elm-text {
    width: calc(100% - 100px);
}



.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !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;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !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.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%;
    max-width: 40px;
}
.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);
}

/*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;
}
/**/

 .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 */

/*block-list*/

.block-list .list-item {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}

.block-list .list-item:first-child {
    padding-top: 15px;
}
.block-list .list-item:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

.block-list .list-item .list-header {}

.block-list .list-item .list-header .list-title,
.block-list .list-item .list-header .list-title a {
    font-size: 105%;
    font-weight: 500;
    color: inherit;
    display: block;
}
.block-list .list-item .list-header p {
    margin-bottom: 0;
}

.block-list .list-item .list-body {}

.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
/*------------------------------------------*/

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    overflow: auto;
    padding: 30px;
    box-sizing: border-box;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 50%;
    height: 90%;
    min-height: 250px;
    /*border: 8px solid #7c9cc5;*/
    /*border-top-width: 5px;*/
    background: #fff;
    color: #666666;
    text-align: left;
    /*box-shadow: 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.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
    background: #fff;
    height: 30px;
    font-size: 12px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
    color: #fff;*/
    background: rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.popup-header:after {
    clear: both;
    display: block;
    content: "";
}

.popup-title {
    width: calc(100% - 35px);
    float: left;
    padding: 3px 15px;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
}

.popup-close {
    width: 35px;
    float: right;
    height: 28px;
    font-size: 16px;
    padding: 2px 11px;
    /*background: #a00;*/
    /*color: #fff;*/
}

.popup-close:hover {
    background: red;
    cursor: pointer;
}

.popup-body {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 50px;
    padding: 10px 15px;
    overflow: auto;
    /*box-shadow: 0 0 1px rgba(0, 0, 50, 1) inset;*/
}

.popup-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    height: 50px;
    padding: 12px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.popup-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: right;
}

.popup-footer-left {
    width: 100px;
    float: left;
}

.popup-footer-right {
    width: calc(100% - 100px);
    float: right;
}

.popup-buttons:after {
    clear: both;
    display: block;
    content: "";
}

.popup-footer button {
    height: 25px;
    font-size: 90%;
    padding: 0 5px;
    margin-right: 5px;
    color: #fff;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}
.popup-footer button.btn-default{
    color: #fff !important;
}
.popup-footer button.btn-success{
    background: green !important;
}

@media(max-width: 1024px) {
    .popup-content {
        width: 90%;
        height: 90%;
    }
}

@media(max-width: 576px) {
    .popup-content {
        width: 100%;
        height: 100%;
    }
}


/*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.no-bg .action:hover {
    background: transparent;
}

.full-width-actions li:last-child .action {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    ;
}

.full-width-actions.three li {
    width: 33.33333333333333%;
}

.full-width-actions.four li {
    width: 25%;
}

.full-width-actions.two li {
    width: 50%;
}

@media(max-width: 576px) {
    .full-width-actions .btn-icon {}
    .full-width-actions .btn-text {
        display: none;
    }
}


/* data layout */

.data-container {}

.data-section {
    /* display: block;
    width: 100%; */
    padding: 15px;
}

.data-title1 {
    font-weight: 700;
    font-size: 120%;
}

.data-title2 {
    font-weight: 600;
    font-size: 110%;
    line-height: 20px;
}

.data-header {
    color: #00a3c8;
    font-weight: 600;
    font-size: 105%;
    border-bottom: 5px solid rgba(0, 0, 0, .05);
    margin-bottom: 20px;
}

.data-header::after {
    clear: both;
    display: block;
    content: "";
}

.data-header-left {
    width: calc(100% - 80px);
    float: left;
}

.data-header-right {
    width: 80px;
    float: right;
}

.data-body {
    display: block;
    width: 100%;
}

.data-section p {
    padding: 0;
    margin: 0;
}

/*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 */
  .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 #4b5320;*/
}
.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: #4b5320;
    color: #fff;
    z-index: 1;
    border-color: #4b5320;
}


.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: #4b5320;
    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: #4b5320;
    color: #fff;
    width: 85px;
    outline: 0;
    border: 1px solid #4b5320;
    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 #4b5320;
    color: #4b5320;
    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*/
.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;
}

/*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-card{

}
.profile-card.text-center{
    text-align: center;
}
.profile-card .image-box{
    
}
.profile-card .image-box img{
    width: 100%;
}
.profile-card .info-box{
    
}

.profile-card .info-box .title{
    font-size: 120%;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 0;
}
.profile-card .info-box p{
    margin-bottom: 0;
}

/**/

.profile.style1{
    position: relative;
}
.profile.style1 .profile-header{
    border: 1px solid rgba(0, 0, 0, .05);
    display: flex;
}
.profile.style1 .profile-header .pic-section{
    width: 240px;
}
.profile.style1 .profile-header .pic-section img{
    width: 100%;
}
.profile.style1 .profile-header .name-section{
    width: calc(100% - 240px);
    padding: 30px;

}
.profile.style1 .profile-header.img-small .pic-section{
    width: 100px;
}
.profile.style1 .profile-header.img-small .name-section{
    width: calc(100% - 100px);
    padding: 0px 30px;
    padding-top: 12px;

}

.profile.style1 .profile-header .name-section .title{
    font-size: 120%;
    font-weight: 900;
}

.profile.style1 .profile-header.text-lg .name-section .title{
    font-size: 200%;
    font-weight: 500;
    line-height: 36px;
}

.profile.style1 .profile-header .name-section .sub-text{
    font-size: 105%;
}
.profile.style1 .profile-body{
    font-size: 105%;
}
.profile.style1 .data-section{
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 15px;
}

.profile.style1 .contacts{
    display: block;
}

.profile.style1 .contacts a{
    display: inline-block;
    margin-right: 15px;
}

.profile.style1 .profile-header table{

}
.profile.style1 .profile-header table td{
    padding: 0 6px;
}
@media(max-width: 575px){
    .profile.style1 .profile-header{

    }
    .profile.style1 .profile-header table{
        text-align: left;
        margin-left: 30px;
    }
    .profile.style1 .profile-header .pic-section,
    .profile.style1 .profile-header .name-section,
    .profile.style1 .profile-header.img-small .pic-section,
    .profile.style1 .profile-header.img-small .name-section{
        width: 100%;
    }
    .profile.style1 .profile-header .name-section{
        padding: 0;
        text-align: center;
    }
    .profile.style1 .profile-header .pic-section img{
        display: block;
        margin: 0 auto;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 3px solid rgba(0, 0, 0, .5);
    }
}



.profile.style2{
    border: 10px solid #70ad47;
    background: #70ad47;
    color: #fff;
}
.profile.style2 .img-section{
    
}
.profile.style2 .intro-section{
    text-align: center;
    padding-top: 10px;
}
.profile.style2 .intro-section p{
    font-style: italic;
}

/*----------------*/

.profile-title{
    background: #9c9c9b;
    padding-top: 50px;
}

.profile-title-inner{
    padding-bottom: 130px;
}
.profile-title .title {
    color: #4b5320;
    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: 26px;
    line-height: 1.1;
    font-weight: 900;
    color: #4b5320;
}
.profile-header .particulars-section p.position{
    font-weight: 900;
    font-size: 130%;
    letter-spacing: 10px;
}
@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.mb-0{
    margin-top: 50px;
    margin-bottom: 0 !important;
}
.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*/

.list-angle-right,
.list-arrow,
.list-arrow-circle,
.list-check,
.list-check-circle,
.list-checked,
.list-chevron-circle,
.list-circle,
.list-times-circle {
    margin: 0;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none
}

.list-angle-right.mgn-a0,
.list-arrow.mgn-a0,
.list-arrow-circle.mgn-a0,
.list-check.mgn-a0,
.list-check-circle.mgn-a0,
.list-checked.mgn-a0,
.list-chevron-circle.mgn-a0,
.list-circle.mgn-a0,
.list-times-circle.mgn-a0 {
    margin: 0 0 0 0;
}

.list-angle-right li,
.list-arrow li,
.list-arrow-circle li,
.list-check li,
.list-check-circle li,
.list-checked li,
.list-chevron-circle li,
.list-circle li,
.list-times-circle li {
    padding: 2px 5px 5px 20px;
    position: relative
}

ul li.pdg-a0{
  padding:  0 !important;
}


.list-angle-right li:before,
.list-arrow li:before,
.list-arrow-circle li:before,
.list-check li:before,
.list-check-circle li:before,
.list-checked li:before,
.list-chevron-circle li:before,
.list-circle li:before,
.list-times-circle li:before {
    font-family: "fontawesome";
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    font-size: 15px;
    color: #777
}

.list-circle li:before {
    top: 10px;
    font-size: 10px
}

.list-circle li:before {
    content: "\f111"
}

.list-angle-right li:before {
    content: "\f105"
}

.list-arrow li:before {
    content: "\f0da"
}

.list-check li:before {
    content: "\f00c"
}

.list-checked li:before {
    content: "\f046"
}

.list-check-circle li:before {
    content: "\f058"
}

.list-chevron-circle li:before {
    content: "\f138"
}

.list-arrow-circle li:before {
    content: "\f0a9"
}

.list-times-circle li:before {
    content: "\f057"
}

.primary li:before {
    color: #00a3c8
}

.secondry li:before {
    color: #77c04b
}

.black li:before {
    color: #000
}

.white li:before {
    color: #fff
}

.orange li:before {
    color: #f60
}

.green li:before {
    color: #0c0
}

.red li:before {
    color: #ff3737
}

/*cal to action*/


/*------------------------------------------*/


/*   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%;
  }
}

@media (max-width: 480px) {
  .grid-style1 .grid-item {
    width: 50% !important;
  }
}

/*------------------------------------------*/


/*   MEDIA QUERY STYLES
/*------------------------------------------*/

@media(max-width: 1199px) {
    .lg-hide {
        display: none !important;
    }
}

@media(max-width: 991px) {
    .md-hide {
        display: none !important;
    }
}

@media(max-width: 767px) {
    .sm-hide {
        display: none !important;
    }
}

@media(max-width: 575px) {
    .xs-hide {
        display: none !important;
    }
}

/*donate*/

.donate-link{
display: block;
}
.donate-link a{
display: block;
}
.donate-link img{
width: 100%;
max-width: 250px;
display: block;
margin: 0 auto;
}

.donation-use-section{
    background: #fdeddf;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #fadcc3;
}
.donation-use-section .section-title{
    font-weight: 900;
    color: #f28020;
    font-family: Arial;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.donation-use-section p{
    font-weight: 900;
    line-height: 24px;
    font-size: 120%;
    color: #000;
}
.donation-use-section .pct{
    font-size: 36px;
    color: #f28020;
}

@media(max-width: 767px){
    .donate-link{
      margin: 15px;
    }


    .donation-use-section img{
        margin-bottom: 15px;
    }
}


/*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.dark a:after,
.breadcrumbs.dark button:after {
    color: #fff;
}

.breadcrumbs.dark a.active,
.breadcrumbs.dark button.active {
    opacity: 0.5;
}

/*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: 10px;
}

.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;
}

.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-round {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
}
.btn-round i {
  margin: 0;
}
.btn-round .fa-play {
  padding-left: 3px;
}
.btn-round.btn-lg, .btn-group-lg > .btn-round.btn {
  height: 55px;
  width: 55px;
  line-height: 55px;
}
.btn-round.btn-sm, .btn-group-sm > .btn-round.btn {
  height: 32px;
  width: 32px;
  line-height: 30px;
}
.btn-round.btn-sm i, .btn-group-sm > .btn-round.btn i {
  font-size: 0.6rem;
}
.btn-sm{
    padding: 4px 8px !important;
    font-size: 14px;
}
.btn-xs{
    padding: 3px 6px !important;
    font-size: 12px;
}

.btn-primary {
  color: #fff;
  background-color: #4b5320;
  border-color: #4b5320;
}
.btn-primary:hover {
  color: #fff;
  background-color: #619105;
  border-color: #619105;
}
.btn-outline-primary {
  border-color: #4b5320;
  color: #619105;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #4b5320;
  border-color: #619105;
}
.btn-outline-primary.soft:hover {
  border-color: #f3f0d6;
}

.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*/

/*location sections*/
.location-section{
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 5px solid rgba(255, 255, 255, .1);
}
.location-section .section-title{
    font-weight: 700;
    border-bottom:  2px solid rgba(255, 255, 255, .1);
    padding-bottom: 10px;
    font-style: italic;
    margin-bottom: 0;
}

/* call to actions */

.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*/

/*------------------------------------------------------------------------------*/
/*  Classic_Blog
/*------------------------------------------------------------------------------*/
article.ttm-blog-classic {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 50px;
    padding-bottom: 0;
    position: relative;
}
article.ttm-blog-classic:last-child {
    margin-bottom: 10px;
}
article.ttm-blog-classic .post-featured-wrapper, .ttm-post-featured{ 
    position: relative; 
    overflow: hidden;
}
article.ttm-blog-classic .ttm-post-featured:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0,0.2), rgba(255, 210, 0,0.1), rgba(0, 0, 0,0.2), rgba(255, 210, 0,0.1), rgba(0, 0, 0,0.2));
    -webkit-transform: translate3d(0,-50%,0) matrix(1, 0, -0.1, 1, 0, 0);
    -moz-transform: translate3d(0,-50%,0) matrix(1, 0, -0.1, 1, 0, 0);
    -ms-transform: translate3d(0,-50%,0) matrix(1, 0, -0.1, 1, 0, 0);
    -o-transform: translate3d(0,-50%,0) matrix(1, 0, -0.1, 1, 0, 0);
    transform: translate3d(0,-50%,0) matrix(1, 0, -0.1, 1, 0, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
article.ttm-blog-classic:hover .ttm-post-featured:before{
    -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);
    opacity: 1;
    height: 100%;
    visibility: visible;
}
article.ttm-blog-classic .ttm-box-post-icon,
article.ttm-blog-single .ttm-box-post-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    color: #fff;
    text-align: center;
}
article.ttm-blog-classic .ttm-box-post-icon i,
article.ttm-blog-single .ttm-box-post-icon i{
    font-size: 22px;
    line-height: 22px;
    vertical-align: middle;
}
article.ttm-blog-classic .ttm-blog-classic-content {
    background: #fff;
    padding: 30px 30px 30px 30px;
    z-index: 1;
    position: relative;
    display: block;
    margin: 0 30px;
    margin-top: -50px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.08);
}
article .ttm-post-entry-header div{ 
    margin-right: 15px;
    display: inline-block;
}
article.ttm-blog-classic .post-category a{ margin-bottom: 10px; }
article.ttm-blog-classic .entry-header .entry-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0px;
}
article.ttm-blog-classic .ttm-post-entry-header {
    margin-bottom: 15px;
    margin-top: -5px;
}
article.ttm-blog-classic blockquote {
    display: block;
    background: #f6f9ff;
    padding: 27px 120px 27px 35px;
    position: relative;
    border: none;
    font-style: italic;
    font-weight: 400;
    margin: 35px 0 35px 0;
    font-size: 17px;
    line-height: 28px;
}
article.ttm-blog-classic blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    display: block;
    background: #2457aa;
}
article.ttm-blog-classic blockquote:after {
    content: '"';
    font-family: 'Poppins', sans-serif;
    font-size: 120px;
    line-height: 80px;
    font-weight: 400;
    color: #2457aa;
    position: absolute;
    right: 15%;
    top: 0;
    font-style: normal;
    display: block;
}
.ttm-blog-classic .ttm-blogbox-desc-footer {
    padding: 0;
    margin-top: 25px;
    margin-bottom: 0;
    clear: both;
    overflow: hidden;
}
.ttm-blog-classic .ttm-blogbox-footer-left ,
.ttm-blog-classic .ttm-social-share-wrapper .social-icons,
.ttm-blog-classic .ttm-social-share-wrapper .ttm-social-share-title{ 
    float: left; 
}
.ttm-blog-classic .ttm-social-share-wrapper { float: right; }
.ttm-blog-classic .ttm-social-share-wrapper .ttm-social-share-title{
    font-size: 16px;
    color: #000b1c;
    margin-top: 10px;
    margin-right: 3px;
    padding-right: 10px;
    position: relative;
    font-weight: 500;
    display: inline-block;
}

/*blog-comment*/
.comments-area {
    margin-top: 50px;
    margin-bottom: 0;
}
.comments-area h2{
    font-size: 29px;
    line-height: 30px;
    margin-bottom: 15px;
}
.comment-list li { position: relative; margin-top: 30px; }
.comment-list .children { margin-left: 35px; }
.comment-list, .comment-list .children { 
  list-style-type: none;
  padding: 0; 
}
.single-post .comments-area { margin-top: 50px; margin-bottom: 0; }
.single-post .comments-area .comments-title { font-size: 33px; font-weight: 600; }
.comment-body {
    margin-left: 110px;
    padding: 20px 25px;
    position: relative;
    background-color: #f6f9ff;
    border: 1px solid #e9eef6;
    position: relative;
}
.comment-body:after{
    content: "";
    position: absolute;
    top: 25px;
    left: -18px;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #f6f9ff;
}
.comment-author {
    float: left;
    text-align: center;
    width: 81px;
    height: 81px;
    display: block;
    overflow: hidden;
    margin-left: -135px;
    margin-top: -20px;
}
.comment-author img { max-width: 100%; height: auto; }
.comment-reply-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}
.comment-notes{ 
    font-size: 15px;
    font-style: italic;
}
.comment-meta, .reply {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.comment-body .author-content-wrap p{ margin-bottom: 0; }
.reply{ float: right; }
.comment-meta, .comment-meta span{ font-size: 12px; line-height: 19px; }
.comment-meta .ttm-comment-owner h5, .ttm-comment-owner {
   display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #000b1c;
    font-style: normal;
}
.single article.post .comment-body p { margin-top: 10px; }
.comment-list a.comment-reply-link {
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 2px 30px 3px 17px;
    position: relative;
    margin-top: 5px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.comment-list a.comment-reply-link:after {
    position: absolute;
    top: 6px;
    font-family: 'themify';
    content: "\e649";
    font-weight: 400;
    display: inline-block;
    margin-right: .2em;
    text-align: center;
    opacity: 1;
    line-height: 22px;
    font-size: 10px;
    margin-left: 8px;
}
.comments-area .comment-respond { padding-top: 40px; }
#respond .comment-reply-title { margin: 0 0 20px!important; }
.comment-form textarea {
    height: 125px;
}
.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
    padding-left: 0;
    padding-bottom: 5px;
    text-indent: 0;
    font-style: italic;
}


/**/


  .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;
  }
}

/**/
.accommodation-list{
    position: relative;
    padding: 15px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
}
.list-selected{
    background: #e7fae6 !important;
    border: 5px solid lightgreen;
}
.check-mark{
    width: 60px;
    height: 60px;
    text-align: center;
    border: 5px solid lightgreen;
    border-radius: 50%;
    color: green;
    padding-top: 10px;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 1;
    background: #e7fae6;
}

.order-alert{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #e4ecfb;
    z-index: 200;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.order-alert .btn-group .btn{
    margin-right: 5px;
}
.order-alert .btn-group:after{
    clear: both;
    display: block;
    content: "";
}


.booking-info{
    position: absolute;
    z-index: 1;
    top: 100%;
    background: #fff;
    padding: 15px;
    display: none;
}
.booking-info.visible{
    display: block;
}
.booking-table{

}
.booking-table table th{
    white-space: nowrap;
}
.booking-table table th,
.booking-table table td{
    padding: 6px 12px;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, .1);
}
/*booking form*/
.booking-form{
    background: #fff;
    padding: 30px 15px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
.booking-form .btn{
    text-transform: uppercase;
    font-weight: 900;
}
.booking-form-2{
    color: black;
}
.booking-form-2 .col-xs-6,
.booking-form-2 .col-xs-4{
    padding: 5px;
}
.booking-form-2 label{
    font-size: 12px;
    font-weight: 400 !important;
}
/**/
.booking-list-1{
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.booking-list-1:last-child{
    border-bottom: 0;
}
/*booking popup*/
.booking-popup{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #fff;
    display: none;
}
.booking-popup .pp-header{
    padding: 5px;
    padding-left: 10px;
}
.booking-popup .pp-header:after{clear: both;display: block;content: "";}
.booking-popup .pp-header .left-section{
    width: calc(100% - 26px);
    float: left;
}
.booking-popup .pp-header .right-section{
    width: 26px;
    float: right;
    text-align: center !important;
}
.booking-popup .pp-header .right-section .pp-close{
    font-size: 18px;
    color: red;
    text-align: center;
}
.booking-popup .pp-body{
    padding: 20px;
    padding-top: 0;
}
.book-btn{
    background: #f7c411;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 15px;
    text-align: center;
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(255, 255, 255, .5);
}

@media(max-width: 413.89px){

    .book-btn{
        font-size: 11px;
        font-weight: 400;
        padding: 3px 7px;
    }
}

/*forms*/
.form-1{}
.form-1 input[type="text"],
.form-1 input[type="tel"],
.form-1 input[type="email"],
.form-1 select{
    min-height: 50px;
}


.form-style1 {}
  
.form-style1 .form-control,
.form-style1 input[type="text"],
.form-style1 input[type="date"],
.form-style1 input[type="tel"],
.form-style1 input[type="number"],
.form-style1 input[type="time"],
.form-style1 select,
.form-style1 textarea {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0;
    padding: 0 12px;
    min-height: 25px;
    background: transparent;
}

.form-style1 textarea {
    resize: none;
}
.form-style1 .form-control.no-bottom-border{
    border-bottom: 0 !important;
}
.form-style1 .input-group-prepend,.form-style1 .input-group-append {
    outline: 0;
    box-shadow: none;   
    border: 0;
    border-radius: 0;
}

.form-style1 .input-group-prepend .input-group-text,.form-style1 .input-group-append .input-group-text {
    outline: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .3) !important;
    border-radius: 0;
}

.form-style1 .input-group-prepend,.form-style1 .input-group-append button.input-group-text {
    background: transparent;
    cursor: pointer;
}

.form-style1 .input-group-text {
    border-left: 0;
    border-top: 0;
    border-radius: none;
    border-right: 0;
    background: transparent;
    border-bottom: 0;
}


/*.form-style1 .select2-container .select2-hidden-accessible,
.form-style1 .select2-container,
.form-style1 .select2-container .select2-selection--single,
.form-style1 .select2-container .select2-selection--single .select2-selection__rendered {
    background-color: transparent;
    border-color: transparent;
    width: 100%;
}*/

.form-style1 .select2-container--default .select2-selection--single {
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .3) !important;
    border-radius: 0;
    padding: 0 12px;
    min-height: 25px;
    background: transparent;
}

.form-style1 input[type="file"] {
    border: 0 !important;
}

.form-style1 .left-addon,
.form-style1 .right-addon {
    padding-top: 8px;
    padding-bottom: 3px;
    border: 0;
}

.form-style1 .form-control:focus,
.form-style1 input[type="text"]:focus,
.form-style1 input[type="date"]:focus,
.form-style1 input[type="tel"]:focus,
.form-style1 input[type="number"]:focus,
.form-style1 input[type="time"]:focus,
.form-style1 select:focus,
.form-style1 textarea:focus {
    border-color: rgba(0, 0, 255, .3);
    outline: 0;
    box-shadow: none;
}

.form-style1 .main-label,
.main-label {
    margin: 0;
    font-weight: 400;
    display: block;
    background: transparent !important;
    font-size: 12px;
}

.form-style1 .card {
    box-shadow: none;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
}
/**/
.btn-group.style1{}
.btn-group.style1 .btn{
    margin-right: 10px;
/*    border-color: rgba(0, 0, 0, .1);*/
    font-size: 100%;
    padding:  6px 12px !important;
    min-height: 45px;
    text-transform: uppercase;
}
/**/
.content-box.style1{
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 10px;
    display: block;
}

.content-list.style1{

}
.content-list.style1 img{
    border-radius: 10px;
    width: 100%;
}

/*content-box 2*/
.content-box.style2{

}
.content-box.style2 .section-title{
    padding: 6px 30px;
    background: black;
    color: #fff;
}
.content-box.style2 .section-title.bg-2{
    background: #5dbc44;
}

.content-box.style2 img{
    width: 100%;
}

/*end of content boxes*/

.content-list.style1 .desc-box{
    background-color: #fff;
    height: 100%;
    padding: 30px;
    border: 1px solid gray;
    border-left-width: 15px;
    margin-top: -30px;
    margin-right: -60px;
    border-radius: 10px;
}

@media(min-width: 992px){
    .content-list.style1{
        margin-top: 100px;
        font-size: 150%;
    }
    .content-list.style1:first-child{
        margin-top: 50px;

    }
}
@media(max-width: 991.98px){
    .content-list.style1 img{
        border-radius: 0;
    }
    .content-list.style1 .desc-box{
        margin-top: 0;
        margin-right: 0;
        border-radius: 0;
    }
}

.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%;
}

/*call to action styles*/
.donate-call2action-2{}
.mega-call-2-action.style1{}
.mega-call-2-action.style1 .input-group button{
    background: #fff !important;
    color: #000;
    text-transform: uppercase;
    margin-left: 5px;
}
.mega-call-2-action.style1 .input-group .form-control{
    border:  1px solid rgba(0, 0, 0, 1.0);
    padding: 15px;
}
.mega-call-2-action  .input-label{
    font-size: 32px !important;
    line-height: 38px;
    margin-bottom: 10px;
}
.mega-call-2-action.style1 .fa-arrow-alt-down{display:  none;}
.mega-call-2-action.style1 .action-section{
    padding: 20px;
    color: #fff;
}
.mega-call-2-action.style1 .social-icons{
    padding-top: 25px;
}
.mega-call-2-action.style1 .social-icons a{
    color: #fff;
    font-size: 32px;
    margin:  5px;
}
.join-btn{
    font-family: Arial;
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}
/*style 2*/

.mega-call-2-action.style2 .icon-sec{
    display: block;
    max-width: 100px;
    margin:  0 auto;
}

.mega-call-2-action.style2{
    font-family: Verdana !important;
}
.mega-call-2-action.style2 .sec-title{
    font-weight: 900 !important;
    font-size: 32px;
    margin-top: 30px;
    color: #009edb;
    font-family: Arial !important;
}

.mega-call-2-action.style2 p{
    font-size: 130%;
    line-height: 32px;
}

.mega-call-2-action.style2 .icon-sec img{
    display: block;
    width: 100%;
    margin:  0 auto;
}
/**/


.mega-call-2-action.style3{
    display: block;
    width: 100%;
    margin:  0 auto;
    font-size: 130%;
}
.mega-call-2-action.style3 .section-header{
  margin-top: 0;
  margin-bottom: 0;
}
.mega-call-2-action.style3 .section-title.style1{
  padding: 15px;
  padding-left: 0;
  border-bottom: 3px solid #e25f07;
  color:  #000;
}
.mega-call-2-action.style3 .left-section{}
.mega-call-2-action.style3 .right-section{}
.mega-call-2-action.style3 ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-call-2-action.style3 ul li{
  list-style: none;
}
.mega-call-2-action.style3 ul li a{
  list-style: none;
  /*font-size: 130%;*/
  color: #4b5320;

}
.mega-call-2-action.style3 ul li a:hover{
    text-decoration: underline;

}

/*call to action*/
.signup-call2action{
    background: #002a5c;
    padding: 30px;
    color: #fff;
}
.signup-call2action .socials-section{

}
.signup-call2action .newsletter-section{
    margin-top: 30px;
}
.signup-call2action .section-title{
    color: #fff;
    margin-top: 20px;
    border-bottom: 5px solid rgba(255, 255, 255, .1);
    padding-bottom: 5px;
}

.signup-call2action .social-media-links{

}
.signup-call2action .social-media-links a{
    color: #fff;
    background: rgba(255, 255, 255, .2);
}
.signup-call2action .social-media-links a:hover{
    color: #34da89;
}

.signup-call2action .btn-group{
    margin-top: 20px;
}

.signup-call2action .btn-group .btn{
    padding: 6px 20px;
}
.signup-call2action .form-control{
    min-height: 40px;
    padding: 3px 20px;
    border-radius: 0;
}
/*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 */

.card {}
.card .video-banner{

}
.card .video-banner a{
    
}
.card .video-banner a:hover{
    color: #fff;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0.5rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.card-group > .card {
  margin-bottom: 0.9375rem;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.dashboard .card {}

.dashboard .card .card-header {
    padding: 0 30px;
    padding-top: 6px;
}

.dashboard .card .card-header .card-title {}

.dashboard .card .card-body .table {}

.dashboard .card .card-body .table tr:first-child td {
    border-top: 0 !important;
}

/*card style1*/

.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: #4b5320;
    text-align: center;
    padding: 6px 15px;
    margin-bottom: 20px;
    font-size: 100%;
    text-transform: uppercase;
    font-weight: 900;
    border-bottom: 1px solid #000;
    color: #fff;

}
.section-2 .section-body{}
.section-2 .section-body .form-control{
    border: 1px solid #93b0c2;
}
/*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*/

.center-content{
    display: block;
    max-width: 50%;
    margin: 0 auto;
}

@media(max-width: 991.98px){
    .center-content{
        max-width: 80%;
    }
}

@media(max-width: 575.98px){
    .center-content{
        max-width: 100%;
    }
}

/**/

    .main-banner{
        position: relative;
    }
    .main-banner .text-overlay{
        position: absolute;
        left: 15px;
        bottom: 16%;
        background-color: rgba(0, 0, 0, .5);
        padding: 15px 50px;
        max-width: 50%;
    }
    .main-banner .text-overlay .title{
        color: #fff;
        font-weight: 900;
        font-size: 40px;
        line-height: 1.1;
        text-transform: uppercase;
    }
    .main-banner .text-overlay .text-seperator{
        color: #92aa11;
        font-size: 50px;
    }
    .main-banner .text-overlay .sub-title{
        font-weight: 900;
        font-family: sans-serif;
    }
    .main-banner .text-overlay p{
        font-size: 22px;
        color: #fff;
        line-height: 1.1;
    }

.intro{
    padding-top: 30px;
    padding-bottom: 30px;
}
.intro h1{
    font-size: 120%;
    line-height: 1.1;
    font-family: Arial;
    font-weight: 400;
}
.intro h1 span{
    
}
.intro p{}
@media(max-width: 991.98px){
    .main-banner .text-overlay{
        position: absolute;
        right: 15px;
        bottom: 15px;
        max-width: 100%;
    }
}
@media(max-width: 767.98px){
    .main-banner .text-overlay{
        position: relative;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 15px 15px;
    }
    .main-banner .text-overlay .title{
        font-size: 130%;
    }

    .intro{

    }  
    .intro h1{
        font-size: 150%;
    }  
}

/*compaign styles*/
.campaigns-container{

}
.campaign.style1 .content-col{
    border-right: 5px solid #fff;
}
.campaign.style1 .details-box{
    padding-top: 8px;
}
.campaign.style1 .headline{
    min-height: 50px;
}
/*end*/


.flex-center-items{
    display: flex !important; 
    justify-content: center;
    align-items: center;
}

/*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-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;}

/*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;
}

/*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;
}