
main{
    background-color:#f8f8f8;
}
.breadcrumb{
    background-color:#f8f8f8 !important;
}
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/

body {
  background: #304352;
  background: -webkit-linear-gradient(to right, #304352, #d7d2cc);
  background: linear-gradient(to right, #304352, #d7d2cc);
  min-height: 100vh;
}

.nav-pills .nav-link {
  color: #555;
}
.text-uppercase {
  letter-spacing: 0.1em;
}
@media (min-width: 1264px){
.container {
    max-width: 1375px !important;
}
}


/********* project page ******/
.content_tabs{
  margin-top: 10%;
}
.content_tabs .nav-pills>li {
    float: left;
    width: 24%;
    /*height: 10%;*/
    text-align: center;
}.content_tabs .nav-pills>li.active>a {
        color: black;
    background-color: white;
    border-bottom: 3px solid orange;
}
.content_tabs .nav-pills>li>a {
      /*height: 68px;*/
      font-size: x-large;
    text-transform: uppercase;
    color:black;
}

.project-intervals-tabs .v-tabs-bar .v-tab.v-tab.active {
    background: #45bc96;
    color: #fff!important;
    box-shadow: 0 0 30px rgba(0,0,0,.5);
}
.project-intervals-tabs .nav-pills>li.active>a, .project-intervals-tab .nav-pills>li.active>a:focus, .project-intervals-tab .nav-pills>li.active>a:hover {
    color: white;
    background-color: unset;
}
.project-intervals-tabs .nav-pills>li>a{
    color:gray;
}
.project-intervals-tabs .nav>li>a:focus, .nav>li>a:hover{
    color: gray;
    background-color: unset;
} .project-intervals-tabs .nav>li>a{
    padding: 13px 9px !important;
}  
.project-intervals-tabs .v-tab{
        min-width: 24.67%;
        max-width: 24.67%;
        padding: 0px;
      font-size: 11px !important;
} 

/****** Flickity news slider ********/
.flickity-prev-next-button{
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*body { font-family: sans-serif; }*/

.gallery {
  background: #EEE;
}

.gallery-cell {
  width: 100%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}

/* cell number */
/*.gallery-cell:before {*/
/*  display: block;*/
/*  text-align: center;*/
/*  content: counter(gallery-cell);*/
/*  line-height: 200px;*/
/*  font-size: 80px;*/
/*  color: white;*/
/*}*/


/* big buttons, no circle */
.flickity-prev-next-button {
  width: 100px;
  height: 100px;
  background: transparent;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
.flickity-prev-next-button:hover {
  background: transparent;
}
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}

/* position dots in gallery */
.flickity-page-dots {
  bottom: 0px;
  bottom: -33px !important;
    right: 61px;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid #d6cece;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #d6cece;

}
.view_all{
  text-align: right;
  margin-right: 28px;
  margin-top: 2%;
}.view_all::after{
  content: ' \21FE ';
}
/************ End flicker slider ********/
.v-main__wrap{
  background-color: #f8f8f8;
}
.header-logo-menu-bar{
    z-index:100;
}
 /************ thankyou message **********/
 .thanks_contaier{
  background-color: white;
  padding: 7%;
  margin-top: 6%;
  margin-bottom: 6%;
  position:relative;
 } .thanks_contaier .title{
  font-weight: 600;
 }.thanks_contaier .content{
      text-align: center;
      font-size: 11px;
 }
 
 .thanks_contaier  .social-list{
     display:flex;
     list-style:none;
     justify-content: center !important;
     padding:0px;
     
 } .thanks_contaier  .social-list li[data-v-9d26920e]{
         margin-left: 1px;
    margin-right: 2%;

     
 }.thanks_contaier  img{
    width: 8%;
    position: absolute;
    top: -24px;
    left: 44%;
    width: 50px;
    height: 50px;
     
 }
 
 .thanks_contaier .buttons{
     display: flex;
    justify-content: center;
 }
 .btn-buttons {
  color: black;
  transition: all 0.5s;
  position: relative;
  border:1px solid gray;
}
.btn-buttons::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255,255,255,0.1);
  transition: all 0.3s;
}
.btn-buttons:hover::before {
  opacity: 0 ;
  transform: scale(0.5,0.5);
}
.btn-buttons::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(255,255,255,0.5);
  transform: scale(1.2,1.2);
}
.btn-buttons:hover::after {
  opacity: 1;
  transform: scale(1,1);
}
.btn-more_projects{
    background-color: #3e3838;
    color: white;
}
/************* Sign in page ****************/
.row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin-right: -12px;
    margin-left: -12px;
}
.wrapper-container .wrapper-row .wrapper-col {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.full-height-banner .v-image {
    position: absolute;
    right: .875em;
    top: -12px;
    width: calc(100% + 5em);
    max-width: unset;
    bottom: -12px;
}
.v-responsive__sizer {
    transition: padding-bottom .2s cubic-bezier(.25,.8,.5,1);
    flex: 1 0 0px;
}
.v-image__image--cover {
    background-size: cover;
}

.v-image__image {
    background-repeat: no-repeat;
}
.v-application--is-ltr .v-responsive__sizer~.v-responsive__content {
    margin-left: -100%;
}

.v-responsive__content {
    flex: 1 0 0px;
    max-width: 100%;
}
.signin_content{
    position: relative;
    z-index: 5;
    /*padding: 7em 2em 6em 2em;*/
    padding: 1em 2em 1em 2em;
    height: 100%;
}
.heading-quote-block blockquote {
    color: #45bc96;
    font-size: 1.1em !important;
    line-height: .875em;
    text-transform: uppercase;
    letter-spacing: .075em;
    padding: 0px ; 
     margin: 0px; 
    font-size: 17.5px;
     border-left: none;
}
.signin_content .heading-block {
    border: none;
    margin-bottom: 5em;
}

@media screen and (max-width: 1440px){
.heading-block h1 {
    font-size: 3rem;
}
}
.heading-block h1 {
    /*font-size: 3.375em;*/
    /*line-height: 1em;*/
    /*font-weight: 900;*/
        font-size: 32px;
    line-height: 1em;
    font-weight: 600;
    
}
.signin_content .heading-block {
    border: none;
    margin-bottom: 0em;
    margin-top: 10px;
}
.v-sheet.v-card {
    border-radius: 4px;
}
.theme--light.v-card {
    background-color: #fff;
    color: rgba(0,0,0,.87);
}
.v-application .elevation-0 {
    box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important;
}

element.style {
}
.v-sheet.v-card:not(.v-sheet--outlined) {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
.v-sheet.v-card {
    border-radius: 4px;
}
.theme--light.v-card {
    background-color: #fff;
    color: rgba(0,0,0,.87);
}
.v-application .elevation-0 {
    box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important;
}
.v-sheet:not(.v-sheet--outlined) {
    box-shadow: 0 0 0 0 rgba(0,0,0,.2), 0 0 0 0 rgba(0,0,0,.14), 0 0 0 0 rgba(0,0,0,.12);
}
.theme--light.v-sheet {
    background-color: #fff;
    border-color: #fff;
    color: rgba(0,0,0,.87);
}
.v-card {
    border-width: thin;
    display: block;
    max-width: 100%;
    outline: none;
    text-decoration: none;
    transition-property: box-shadow,opacity;
    word-wrap: break-word;
    position: relative;
    white-space: normal;
}
.v-card.wv-card.v-card.flat-card .v-card__title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.v-card>:first-child:not(.v-btn):not(.v-chip) {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.v-card.wv-card .v-card__title {
    font-size: 1.125em;
    font-weight: 600;
    text-align: center;
}

.v-card__title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: .0125em;
    line-height: 2rem;
    word-break: break-all;
}
.v-card__subtitle, .v-card__text, .v-card__title {
    padding: 16px;
}
.v-card.wv-card .v-card__title h4 {
    width: 100%;
    position: relative;
    z-index: 1;
    font-weight: revert;
}
.v-card.wv-card.v-card.flat-card .v-card__text {
    padding: 1.5rem;
}

.v-card>:last-child:not(.v-btn):not(.v-chip) {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.theme--light.v-card .v-card__subtitle, .theme--light.v-card>.v-card__text {
    color: rgba(0,0,0,.6);
}
.responsive-img {
    max-width: 100%;
    height: auto;
}
.v-card.wv-card.v-card.card--no-padding {
    padding: 0;
    box-shadow: none!important;
    background: transparent!important;
}

.wv-card.email-password[data-v-e4b5751e] {
    margin-top: 3rem;
}
 
 .v-card.wv-card.v-card.card--no-padding .v-card__title {
    padding: 0;
}

.v-card.wv-card .v-card__title.detached-title {
    margin-bottom: 3rem;
    overflow: hidden;
    position: relative;
}
.v-card.wv-card .v-card__title.detached-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #666;
    opacity: .2;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
}
.v-card.wv-card .v-card__title.detached-title h4 {
    width: auto;
    margin: auto;
    padding: 0 1em;
    background: #f8f8f8;
}
.v-card.wv-card.v-card.card--no-padding .v-card__text, .v-card.wv-card.v-card.card--no-padding .v-card__title {
    padding: 0;
}
.v-card__text {
    width: 100%;
}
 .v-card__text {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: .0071428571em;
}

.wv-form .form-col {
    padding-top: 0;
    padding-bottom: 0;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.wv-form .no-border-radius {
    border-radius: 0;
}
.theme--light.v-input, .theme--light.v-input input, .theme--light.v-input textarea {
    color: rgba(0,0,0,.87);
}
.v-text-field.v-text-field--enclosed {
    margin: 0;
    padding: 0;
}
.v-input {
    align-items: flex-start;
    display: flex;
    flex: 1 1 auto;
    font-size: 16px;
    letter-spacing: normal;
    max-width: 100%;
    text-align: left;
}
.v-text-field--outlined {
    margin-bottom: 16px;
    transition: border .3s cubic-bezier(.25,.8,.5,1);
}
input--is-disabled .v-input__control>.v-text-field__details>.v-counter, .v-text-field.v-input--is-disabled .v-input__control>.v-text-field__details>.v-messages, .v-text-field .v-input__control, .v-text-field fieldset {
    color: inherit;
}
.v-text-field .v-input__control, .v-text-field .v-input__slot, .v-text-field fieldset {
    border-radius: inherit;
}

.v-input__control {
    display: flex;
    flex-direction: column;
    height: auto;
    flex-grow: 1;
    flex-wrap: wrap;
    min-width: 0;
    width: 100%;
}
.v-text-field.v-text-field--enclosed .v-text-field__details, .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)>.v-input__control>.v-input__slot {
    padding: 0 12px;
}
.wv-form .no-border-radius .v-input__control .v-input__slot {
    border-radius: 0;
}
.v-text-field--outlined>.v-input__control>.v-input__slot {
    background: transparent;
}
.v-text-field--filled>.v-input__control>.v-input__slot, .v-text-field--full-width>.v-input__control>.v-input__slot, .v-text-field--outlined>.v-input__control>.v-input__slot {
    align-items: stretch;
    min-height: 56px;
}
.v-text-field>.v-input__control>.v-input__slot {
    cursor: text;
    transition: background .3s cubic-bezier(.25,.8,.5,1);
}
.v-text-field .v-input__control, .v-text-field .v-input__slot, .v-text-field fieldset {
    border-radius: inherit;
}
.v-input__slot {
    align-items: center;
    color: inherit;
    display: flex;
    margin-bottom: 8px;
    min-height: inherit;
    position: relative;
    transition: .3s cubic-bezier(.25,.8,.5,1);
    width: 100%;
}

.v-application--is-ltr .v-text-field .v-input__prepend-inner {
    margin-right: auto;
    padding-right: 4px;
}
.v-text-field--enclosed .v-input__append-inner, .v-text-field--enclosed .v-input__append-outer, .v-text-field--enclosed .v-input__prepend-inner, .v-text-field--enclosed .v-input__prepend-outer, .v-text-field--full-width .v-input__append-inner, .v-text-field--full-width .v-input__append-outer, .v-text-field--full-width .v-input__prepend-inner, .v-text-field--full-width .v-input__prepend-outer {
    margin-top: 17px;
}
.v-text-field .v-input__append-inner, .v-text-field .v-input__prepend-inner {
    align-self: flex-start;
    display: inline-flex;
    margin-top: 13px;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.v-input__icon {
    align-items: center;
    display: inline-flex;
    height: 24px;
    flex: 1 0 auto;
    justify-content: center;
    min-width: 24px;
    width: 24px;
}
.v-icon.v-icon {
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    font-size: 24px;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    transition: .3s cubic-bezier(.25,.8,.5,1),visibility 0s;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.theme--light.v-icon {
    color: rgba(0,0,0,.54);
}
.mdi-email-outline::before {
    content: "\F01F0";

}

.mdi:before, .mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mdi-key::before {
    content: "\F0306"
}
.v-icon.v-icon:after {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: scale(1.3);
    width: 100%;
    transition: opacity .2s cubic-bezier(.4,0,.6,1);
}
.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot fieldset {
    color: rgba(0,0,0,.38);
}

.wv-form .no-border-radius .v-input__control .v-input__slot fieldset {
    color: #ff6501!important;
}
.v-application--is-ltr .v-text-field--outlined fieldset {
    padding-left: 8px;
}
.v-text-field--outlined fieldset {
    border-collapse: collapse;
    border: 1px solid;
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -5px;
    transition-duration: .3s;
    transition-property: color,border-width;
    transition-timing-function: cubic-bezier(.25,.8,.25,1);
}
.v-text-field--outlined legend {
    line-height: 11px;
    padding: 0;
    transition: width .3s cubic-bezier(.25,.8,.5,1);
}
legend {
    border: 0;
    color: inherit;
    display: table;
    white-space: normal;
    max-width: 100%;
}
.v-application--is-ltr .v-text-field--outlined legend {
    text-align: left;
}

.v-text-field--outlined legend {
    line-height: 11px;
    padding: 0;
    transition: width .3s cubic-bezier(.25,.8,.5,1);
}
legend {
    border: 0;
    color: inherit;
    display: table;
    white-space: normal;
    max-width: 100%;
}
.v-text-field>.v-input__control>.v-input__slot>.v-text-field__slot {
    display: flex;
    flex: 1 1 auto;
    position: relative;
}
.v-text-field--outlined .v-text-field__slot, .v-text-field--single-line .v-text-field__slot {
    align-items: center;
}
.wv-form .no-border-radius .v-input__control .v-input__slot .v-label {
    padding-left: 1em;
}
.v-application--is-ltr .v-text-field .v-label {
    transform-origin: top left;
}
.theme--light.v-label {
    color: rgba(0,0,0,.6);
}
.v-input .v-label {
    height: 20px;
    line-height: 20px;
}
.v-text-field--outlined .v-label {
    top: 18px;
}
.v-text-field .v-label {
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 15px;
    white-space: nowrap;
    pointer-events: none;
}
.v-label {
    font-size: 16px;
    line-height: 1;
    min-height: 8px;
    transition: .3s cubic-bezier(.25,.8,.5,1);
}
.v-input input:invalid, .v-input textarea:invalid {
    box-shadow: none;
}
.theme--light.v-input, .theme--light.v-input input, .theme--light.v-input textarea {
    color: rgba(0,0,0,.87);
}
.v-input input {
    max-height: 32px;
}
.v-text-field input {
    flex: 1 1 auto;
    line-height: 20px;
    padding: 8px 0;
    max-width: 100%;
    min-width: 0;
    width: 100%;
}
button, input, select, textarea {
    background-color: transparent;
    border-style: none;
}

button, input, optgroup, select, textarea {
    font: inherit;
}
.v-text-field.v-text-field--enclosed .v-text-field__details {
    margin-bottom: 8px;
}
.v-text-field.v-text-field--enclosed .v-text-field__details, .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)>.v-input__control>.v-input__slot {
    padding: 0 12px;
}
.v-text-field__details {
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
    min-height: 14px;
    overflow: hidden;
}
.v-application--is-ltr .v-messages {
    text-align: left;
}
.theme--light.v-messages {
    color: rgba(0,0,0,.6);
}
.v-messages {
    flex: 1 1 auto;
    font-size: 12px;
    min-height: 14px;
    min-width: 1px;
    position: relative;
}
.v-btn:not(.v-btn--round).v-size--x-large {
    height: 52px;
    min-width: 92px;
    padding: 0 23.1111111111px;
}
.theme--dark.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
    background-color: #272727;
}

.v-btn:not(.v-btn--round).v-size--x-large {
    height: 52px;
    min-width: 92px;
    padding: 0 23.1111111111px;
}
.v-btn:not(.v-btn--outlined).accent, .v-btn:not(.v-btn--outlined).error, .v-btn:not(.v-btn--outlined).info, .v-btn:not(.v-btn--outlined).primary, .v-btn:not(.v-btn--outlined).secondary, .v-btn:not(.v-btn--outlined).success, .v-btn:not(.v-btn--outlined).warning {
    color: #fff;
}
.wv-form .submit {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .1em;
    width: 100%;
}
.v-application .elevation-0 {
    box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important;
}
.v-btn:not(.v-btn--disabled) {
    will-change: box-shadow;
}
.v-btn.v-size--x-large {
    font-size: 1rem;
}
.theme--dark.v-btn {
    color: #fff;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
[role=button], [type=button], [type=reset], [type=submit], button {
    cursor: pointer;
    color: inherit;
}

element.style {
}
.theme--dark.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
    background-color: #272727;
}
.v-btn:not(.v-btn--round).v-size--x-large {
    height: 52px;
    min-width: 92px;
    padding: 0 23.1111111111px;
}
.v-btn:not(.v-btn--outlined).accent, .v-btn:not(.v-btn--outlined).error, .v-btn:not(.v-btn--outlined).info, .v-btn:not(.v-btn--outlined).primary, .v-btn:not(.v-btn--outlined).secondary, .v-btn:not(.v-btn--outlined).success, .v-btn:not(.v-btn--outlined).warning {
    color: #fff;
}
.wv-form .submit {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .1em;
    width: 100%;
}
.elevation-0 {
    box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important;
}
.v-btn:not(.v-btn--disabled) {
    will-change: box-shadow;
}
.v-btn.v-size--x-large {
    font-size: 1rem;
}
.theme--dark.v-btn {
    color: #fff;
}
.v-btn.primary {
    background-color: #ff6501 !important;
    border-color: #ff6501 !important;
        justify-content: center;
}
.v-btn__content {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
}
.text-right {
    text-align: right!important;
}
.txt-link.txt-link-secondary {
    color: #03abcf;
    text-decoration: underline;
    font-size: 12px;
}
.v-application a {
    text-decoration: none;
    transition: all .3s ease-in-out;
    letter-spacing: .05em;
}
.v-application a {
    cursor: pointer;
}
.v-application a {
    color: #ff6501;
}
.wv-form .no-border-radius .v-select__slot {
    padding-left: 1em;
}
.v-select__slot {
    position: relative;
    align-items: center;
    display: flex;
    max-width: 100%;
    min-width: 0;
    width: 100%;
}
.v-select__selections.select{
        font: inherit;
    width: 100%;
    height: 29px !important;
}
.v-input--selection-controls__ripple:before {
    border-radius: inherit;
    bottom: 0;
    content: "";
    position: absolute;
    opacity: .2;
    left: 0;
    right: 0;
    top: 0;
    transform-origin: center center;
    transform: scale(.2);
    transition: inherit;
}
.v-application--is-ltr .v-input--selection-controls__input {
    margin-right: 8px;
}
.v-input--selection-controls__input {
    color: inherit;
    display: inline-flex;
    flex: 0 0 auto;
    height: 24px;
    position: relative;
    transition: .3s cubic-bezier(.25,.8,.5,1);
    transition-property: transform;
    width: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.v-input--selection-controls__input input[role=checkbox], .v-input--selection-controls__input input[role=radio], .v-input--selection-controls__input input[role=switch] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.v-input--selection-controls__input input[role=checkbox]{
    opacity: 1;
    background-color: white;
    border: 1px solid #c7c7c7;
}
.theme--light.v-input, .theme--light.v-input input, .theme--light.v-input textarea {
    color: rgba(0,0,0,.87);
}
.v-input input {
    max-height: 32px;
}
button, input, select, textarea {
    background-color: transparent;
    border-style: none;
}
button, input, optgroup, select, textarea {
    font: inherit;
}
.v-input--selection-controls__ripple {
    border-radius: 50%;
    cursor: pointer;
    height: 34px;
    position: absolute;
    transition: inherit;
    width: 34px;
    left: -12px;
    top: calc(50% - 24px);
    margin: 7px;
}
.v-application--is-ltr .v-input--selection-controls__input {
    margin-right: 8px;
}
.v-input--selection-controls__input .v-icon {
    width: 100%;
}

.v-icon.v-icon {
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    font-size: 24px;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    transition: .3s cubic-bezier(.25,.8,.5,1),visibility 0s;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.theme--light.v-icon {
    color: rgba(0,0,0,.54);
}
/*.mdi-checkbox-marked::before {*/
/*    content: "\F0132";*/
/*   font-family: "Fontawesome" !important;*/
/*}*/

/*.mdi-checkbox-blank-outline::before {*/
/*    content: "\F0131";*/
/*    font-family: "Fontawesome" !important;*/
/*}*/
/*input[type="checkbox"] {*/
    /*display: none;*/
/*}*/
/*input[type="checkbox"] + label {*/
/*    display: inline-block;*/
/*    border: 1px solid #000;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    position: relative;*/
/*}*/
/*input[type="checkbox"]:checked + label:after {*/
/*    content: '✔';*/
/*    display: inline-block;*/
/*    font-size: 1.6em;*/
/*}*/

.checkbox-nice {
    position: relative;
    padding-left: 15px;
}
.checkbox-nice input[type=checkbox] {
    visibility: hidden;
}
.checkbox-nice label {
    padding-top: 3px;
}
.checkbox-nice.checkbox-inline > label {
    margin-left: 16px;
}
.checkbox-nice label:before {
    cursor: pointer;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 1px;
    top: 0px;
    background: #ffffff;
    content: "";
    border: 1px solid #b3b4b5;
    border-radius: 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
.checkbox-nice label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    background: transparent;
    top: 6px;
    left: 6px;
    border: 3px solid #3498db;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkbox-nice label:hover::after {
    opacity: 0.3;
}
.checkbox-nice input[type=checkbox]:checked + label:after {
    opacity: 1;
}

/*************** Project page ************/
.row[data-v-3cafe828] {
    position: relative;
    z-index: 0;
    margin-bottom: 2rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin-right: -12px;
    margin-left: -12px;
}
h6[data-v-3cafe828] {
    background: #f8f8f8;
    padding-right: 2rem;
    display: inline-block;
}

.cat-wrap span[data-v-3cafe828], h6[data-v-3cafe828] {
    font-size: 1.5rem !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}
.grow, .spacer {
    flex-grow: 1!important;
}
@media (min-width: 1264px){
.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
}
.cat-wrap[data-v-3cafe828], .cat-wrap .v-input[data-v-3cafe828] {
    font-size: .875rem;
    position: relative;
}

.cat-wrap[data-v-3cafe828] {
    display: flex;
    margin-right: 0;
    top: 0;
    background: #f8f8f8;
    padding-left: 2rem;
}
.cat-wrap span[data-v-3cafe828], h6[data-v-3cafe828] {
    font-size: .875rem;
    text-transform: uppercase;
}

.cat-wrap span[data-v-3cafe828] {
    font-weight: 600;
}
.cat-wrap .v-input[data-v-3cafe828] {
    margin: 0 .5rem;
    height: 0;
    top: -.6rem;
}

.cat-wrap[data-v-3cafe828], .cat-wrap .v-input[data-v-3cafe828] {
    font-size: .875rem;
    position: relative;
}
.v-text-field.v-text-field--enclosed .v-text-field__details, .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)>.v-input__control>.v-input__slot {
    padding: 0 12px;
}
.row[data-v-3cafe828]:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    margin: auto;
    background: #666;
    z-index: -1;
}
.cat-wrap[data-v-3cafe828] {
    display: flex;
    margin-right: 0;
    top: 0;
    background: #f8f8f8;
    padding-left: 2rem;
}
.v-card.wv-card.v-card.card--no-padding {
    padding: 0;
    box-shadow: none!important;
    background: transparent!important;
}
.v-card>:last-child:not(.v-btn):not(.v-chip) {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.v-card>.v-card__progress+:not(.v-btn):not(.v-chip), .v-card>:first-child:not(.v-btn):not(.v-chip) {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.v-sheet.v-card:not(.v-sheet--outlined) {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
.project-detail-card--ongoing[data-v-5ebd5d6c] {
    position: relative;
    z-index: 5;
}
.project-detail-card[data-v-5ebd5d6c] {
    box-shadow: 0 5px 30px -25px rgba(0,0,0,.3)!important;
}
.project-detail-card .v-card__text[data-v-5ebd5d6c] {
    font-size: 1rem;
    color: #666!important;
}
.goal p[data-v-ef596df8] {
    margin-bottom: .5rem;
}
.goal .raised[data-v-ef596df8] {
    font-size: 1.875rem;
    color: #ff6501;
    font-weight: 600;
    margin-right: .5rem;
}
.goal .target[data-v-ef596df8] {
    color: #000;
    font-weight: 900;
    margin: 0 .5rem 0 0;
}
.goal .pending-amt[data-v-ef596df8] {
    float: right;
    color: #000;
    font-size: .9rem;
}
.goal .pending-amt .v-icon[data-v-ef596df8] {
    margin-right: .5rem;
}
.mdi-information-outline::before {
    content: "\F02FD";
    /*font-family: "Fontawesome" !important;*/
}
.progress .v-progress-linear {
    background: #dadada;
    opacity: 1!important;
}

.theme--light.v-progress-linear {
    color: rgba(0,0,0,.87);
}
.v-progress-linear--rounded {
    border-radius: 4px;
}
.v-progress-linear {
    background: transparent;
    overflow: hidden;
    position: relative;
    transition: .2s cubic-bezier(.4,0,.6,1);
    width: 100%;
}
.progress .v-progress-linear .v-progress-linear__stream {
    color: #fff!important;
    -webkit-animation: stream-rtl .25s linear infinite!important;
    animation: stream-rtl .25s linear infinite!important;
    border-top-width: 3px;
}
.progress .v-progress-linear .v-progress-linear__buffer {
    opacity: 1;
    background: #ffd0b2!important;
}

.v-progress-linear__buffer {
    height: inherit;
    left: 0;
    position: absolute;
    top: 0;
    transition: inherit;
    width: 100%;
}
.v-progress-linear__determinate {
    height: inherit;
    left: 0;
    position: absolute;
    transition: inherit;
}
.meta[data-v-ef596df8] {
    margin: 1rem 0;
}
.meta ul[data-v-ef596df8] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: .75rem;
    list-style-type: none;
    padding: 0;
}
.meta ul .v-icon[data-v-ef596df8] {
    font-size: 1rem;
    margin-right: .5rem;
}
.mdi-account-group-outline::before {
    content: "\F0B58";
    /*font-family: "Fontawesome" !important;*/
}
.mdi-calendar::before {
    content: "\F00ED";
}
.mdi-check-circle-outline::before {
    content: "\F05E1";
}
.card-donate-wrap .v-btn[data-v-5ebd5d6c] {
    font-weight: 900;
    letter-spacing: 0;
    width: 100%;
    margin-top: 1rem;
}
.v-btn:before {
    border-radius: inherit;
    bottom: 0;
    color: inherit;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s cubic-bezier(.4,0,.6,1);
    background-color: currentColor;
}
.project-detail-card--ongoing .v-card__text[data-v-5ebd5d6c] {
    padding: 1.5rem!important;
}
.project-intervals-tabs {
    margin-top: 20px;
}
/*.project-intervals-tabs .v-tabs-bar {*/
/*    height: 4.5rem!important;*/
/*}*/
.v-slide-group__wrapper {
    contain: content;
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
    touch-action: none;
}
.project-intervals-tabs .v-item-group .v-slide-group__wrapper .v-slide-group__content {
    white-space: normal;
    width: 100%;
}

.v-slide-group__content {
    display: flex;
    flex: 1 0 auto;
    position: relative;
    transition: .3s cubic-bezier(.25,.8,.5,1);
    white-space: nowrap;
}
.project-intervals-tabs .v-tabs-bar .v-tab {
    font-size: .875rem;
    font-weight: 800;
    letter-spacing: 0;
    color: hsla(0,0%,100%,.7)!important;
}
.project-intervals-tabs .v-tabs-bar .v-tab.v-tab--active {
    background: #45bc96;
    color: #fff!important;
    box-shadow: 0 0 30px rgba(0,0,0,.5);
}
.theme--light.v-tabs-items {
    background-color: #fff;
}

.v-item-group {
    flex: 0 1 auto;
    position: relative;
    max-width: 100%;
    transition: .3s cubic-bezier(.25,.8,.5,1);
}
.v-window__container {
    height: inherit;
    position: relative;
    transition: .3s cubic-bezier(.25,.8,.5,1);
}
.project-intervals-tabs .v-item-group .tab-info.v-card {
    background: #45bc96;
    border-radius: 0;
}
.project-intervals-tabs .v-item-group .tab-info.v-card .v-card__text {
    padding: 2px;
    border-radius: 0;
}
.project-intervals-tabs .v-item-group .tab-info.v-card .predif-donations-amt-list {
    padding: 1rem;
    margin: 0;
    background: #fff;
    text-transform: uppercase;
}
.project-intervals-tabs .v-item-group .tab-info.v-card .predif-donations-amt-list li {
    padding: .5rem;
    box-shadow: inset 0 -27px 30px -30px rgba(195,217,213,.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.project-intervals-tabs .v-item-group .tab-info.v-card .predif-donations-amt-list li .donate-btn .submit {
    width: 12.5rem;
    height: 2.5rem;
    font-size: 1rem;
}
.donate-btn .v-btn[data-v-0213ba7e] {
    font-weight: 900;
    padding: 0 2.25em;
}
/*.project-social-share[data-v-93bd991e] {*/
/*    padding-left: 1rem;*/
/*}*/
.social-links[data-v-9d26920e] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 3.5rem;
}
.social-links h6[data-v-9d26920e] {
    font-size: 1.1rem;
    line-height: 1.25;
    padding-right: 2rem;
        font-weight: bolder;
}
.social-links.start .social-list[data-v-9d26920e] {
    justify-content: flex-start;
    margin-left: -.75em;
}

.social-list[data-v-9d26920e] {
    display: flex;
    flex-direction: row;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}
.project-social-share .social-list {
    transform: scale(1.125);
    transform-origin: right center;
}
.theme--light.v-btn.v-btn--icon {
    color: rgba(0,0,0,.54);
}

.v-btn[data-v-b8e4cb86] {
    margin-left: .5em;
}
.v-btn--icon.v-size--default {
    height: 36px;
    width: 36px;
}
.v-btn:not(.v-btn--disabled) {
    will-change: box-shadow;
}
.v-btn.v-size--default, .v-btn.v-size--large {
    font-size: .875rem;
}
.project-social-share .social-list li{
    padding-left:0px;
}.project-social-share .social-list .v-btn__content .v-icon{
    width: 62%;
}
section.urgent-needs[data-v-93bd991e] {
    margin-top: 20px;
}
.urgent-projects[data-v-c78f93da] {
    color: #000;
}
.urgent-projects .v-card .v-card__title[data-v-c78f93da] {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    background: #d5d5d5;
    padding: 1.5rem 2rem .5rem;
}
.urgent-projects .v-card .flag[data-v-c78f93da] {
    width: 2rem;
    height: 3.5rem;
    background: #ff6501;
    position: absolute;
    top: -.125rem;
    right: 2rem;
    border-radius: .2rem .2rem 0 0;
}
.urgent-projects .v-card .flag[data-v-c78f93da]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: #ff6501 #ff6501 #d5d5d5;
    border-style: solid;
    border-width: 0 1rem 1rem;
    bottom: 0;
    position: absolute;
}
.urgent-projects .v-card .v-card__text[data-v-c78f93da] {
    background: #d5d5d5;
    padding: 1rem 2rem;
    height: 31.5rem;
}
section.comments[data-v-93bd991e] {
    margin-top: 30px;
}
.project-comments h3[data-v-3d7f8f04] {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}
.project-comments h3 .v-icon[data-v-3d7f8f04] {
    margin-right: 1rem;
}
.mdi-comment-text-multiple-outline::before {
    content: "\F0861";
}
.comment-card[data-v-3d7f8f04] {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.1)!important;
    background: #fff;
    font-size: .9rem;
    font-weight: 600;
    padding-bottom: .5rem;
}
.comment-card .v-card__title[data-v-3d7f8f04] {
    font-size: .9rem;
    padding: .5rem 1rem;
}
.comment-card .v-card__text[data-v-3d7f8f04] {
    padding-bottom: 0;
}

.v-input__control {
    display: flex;
    flex-direction: column;
    height: auto;
    flex-grow: 1;
    flex-wrap: wrap;
    min-width: 0;
    width: 100%;
}
.v-text-field.v-text-field--enclosed .v-text-field__details, .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)>.v-input__control>.v-input__slot {
    padding: 0 12px;
}
form.newsletter-form .v-input .v-input__control .v-input__slot fieldset {
    color: #ff6501!important;
}

.v-application--is-ltr .v-text-field--outlined fieldset {
    padding-left: 8px;
}
.v-text-field--outlined fieldset {
    border-collapse: collapse;
    border: 1px solid;
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -5px;
    transition-duration: .3s;
    transition-property: color,border-width;
    transition-timing-function: cubic-bezier(.25,.8,.25,1);
}
.v-application--is-ltr .v-text-field--outlined legend {
    text-align: left;
}
.v-text-field--filled.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot, .v-text-field--filled.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot, .v-text-field--filled.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot, .v-text-field--full-width.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot, .v-text-field--full-width.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot, .v-text-field--full-width.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot, .v-text-field--outlined.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot, .v-text-field--outlined.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot, .v-text-field--outlined.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot {
    min-height: 40px;
}
.v-card__title+.v-card__subtitle, .v-card__title+.v-card__text {
    padding-top: 0;
}
.v-card__text {
    width: 100%;
}
.v-virtual-scroll {
    display: block;
    flex: 1 1 auto;
    height: 100%;
    max-width: 100%;
    overflow: auto;
    position: relative;
}
.v-virtual-scroll__container {
    display: block;
}
.v-virtual-scroll__item {
    left: 0;
    position: absolute;
    right: 0;
}
.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
    color: rgba(0,0,0,.87)!important;
}
.comment-scroll .comment[data-v-3d7f8f04] {
    font-size: .875rem;
    color: #666;
}
.v-application--is-ltr .v-list-item__action:first-child, .v-application--is-ltr .v-list-item__icon:first-child {
    margin-right: 32px;
}

.v-list-item__action, .v-list-item__avatar, .v-list-item__icon {
    display: inline-flex;
    min-width: 24px;
}
.v-list-item__action {
    align-self: center;
    margin: 12px 0;
}
.v-btn--outlined:before, .v-btn--round:before, .v-btn--rounded:before {
    border-radius: inherit;
}
.mdi-account::before {
    content: "\F0004";
}
.signin_content .social-list{
    display: flex;
}
.signin_content .social_img{
    width:25%;
    justify-content: center;
    text-align: center;
}
.signin_content .v-input__icon p i.v-icon{
    display:none;
}
.mdi-phone::before {
    content: "\F03F2";
}
.comments .v-input__slot{
    min-height:19px !important;
}
.comment-card .v-card__text form .v-btn[data-v-3d7f8f04] {
    height: 3rem;
}
.projects .category_dropdown{
    width:100%;
   font-size: 13px;
   margin-left:0px !important;
}
.donation-info .progress{
    
}
.flickity-viewport{
    height: 300px !important;
    touch-action: pan-y !important;
    /* font-size: 10px; */
    background-color: #d5d5d5 !important;
}
.flickity-viewport p{
    position: absolute;
    top: 100%;
    font-size: 12px;
    font-weight: 600;
    padding-top: 4% !important;
    overflow: hidden;
}
.urgent-project-parah{
    height:70px;
    overflow:hidden;
}
/*.owl-item .post-content p{*/
/*    height:100px;*/
/*    overflow:hidden;*/
/*}*/
.main_slider_project_content p[data-events="auto"]{
    font-size:18px;
}
.open_project_search_popup .close-button{
    position: absolute;
    top: 6px;
    left: 100%;
    font-size: 28px;
    color: gray;
}
.search_project_view_link::after{
  content: '\F0054';
  font-family:'Material Design Icons';
}
.browse-all-projects-link {
    padding: 13px 135px;
    background: #ff6501;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
}
.browse-all-projects-button{
  width: 100%;
    margin-top: 13%;
}

.error-input{
    color: red !important;
    border: red 2px solid !important;
}
.error-message{
    color: red !important;
    font-size: 16px;
    text-transform: capitalize !important;
}

.signup_pending_message {
    text-align: center;
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 17px;
    color: grey;
    margin: 15px 0px 5px;
}

.signup_success_message {
    text-align: center;
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 17px;
    color: green;
    margin: 15px 0px 5px;
    line-height: 20px;
}
.signup_fail_message {
    text-align: center;
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 15px;
    color: red;
    margin: 15px 0px 5px;
    line-height: 18px;
}
.update_button{
    background-color:#ff6501;
    text-align:center;
    margin-top: 8%;
}
.success_message{
    background: #7ae27a;
    color: white;
    text-align: center;
    padding: 2%;
}.error_message{
    background: #f56262;
    color: white;
    text-align: center;
    padding: 2%;
}
.disabled{
        pointer-events: none;
    }
    .active{
            background-color: #efecec !important;
    }
    .hidden{
        display:none;
    }
    
.dashboard-my-profile-section .submit_button{
    padding: 13px 45px;
    background: #ff6501;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
}
.dashboard-my-profile-section .submit_button{
    padding: 13px 45px;
    background: #ff6501;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
}
.disabled{
    cursor:not-allowed;
}
.modal-content .img-container img{
    width:100%;
}
img.user-profile-pic {
    width: 100%;
    border-radius: 50%;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.pagination a.active {
  background-color: dodgerblue !important;
  color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 37px 0;
    border-radius: 4px;
}
.ticker-move{
    animation:none;
}
.completed-project-container .section_heading{
    color: #ff6501;
}
.abount_name{
        font-size: 14px;
    font-weight: 700;
}
.ticker-move .ticker-item{
    padding-left :12px;
    
}
.home-newsletter .single .v-text-field__details{
    text-align:left;
}
.brad_crum_text{
    padding-right: 10px;
    color: #666!important;
}
.image_caption{
    position: absolute;
    top: 80%;
    z-index: 9999999999999999999999999;
    width: 100%;
    background-color: gray;
    padding: 7%;
    color: white;
}
.pr-number{

}
.project_amount{
  font-size: 1.5em;
    position: absolute;
    top: 32%;
    left: 18%;
    text-align: center;
    width: 50%;
    color: #7F8C8D;
    font-family: 'Lato,sans-serif !important';
}