/*
 * Bootstrap Grid v4.4.1
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.tpgb-container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .tpgb-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .tpgb-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .tpgb-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .tpgb-container {
    max-width: 1140px;
  }
}

.tpgb-container-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.tpgb-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.tpgb-no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.tpgb-no-gutters > .tpgb-col,
.tpgb-no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.tpgb-col-1, .tpgb-col-2, .tpgb-col-3, .tpgb-col-4, .tpgb-col-5, .tpgb-col-6, .tpgb-col-7, .tpgb-col-8, .tpgb-col-9, .tpgb-col-10, .tpgb-col-11, .tpgb-col-12, .tpgb-col,
.tpgb-col-auto, .tpgb-col-sm-1, .tpgb-col-sm-2, .tpgb-col-sm-3, .tpgb-col-sm-4, .tpgb-col-sm-5, .tpgb-col-sm-6, .tpgb-col-sm-7, .tpgb-col-sm-8, .tpgb-col-sm-9, .tpgb-col-sm-10, .tpgb-col-sm-11, .tpgb-col-sm-12, .tpgb-col-sm,
.tpgb-col-sm-auto, .tpgb-col-md-1, .tpgb-col-md-2, .tpgb-col-md-3, .tpgb-col-md-4, .tpgb-col-md-5, .tpgb-col-md-6, .tpgb-col-md-7, .tpgb-col-md-8, .tpgb-col-md-9, .tpgb-col-md-10, .tpgb-col-md-11, .tpgb-col-md-12, .tpgb-col-md,
.tpgb-col-md-auto, .tpgb-col-lg-1, .tpgb-col-lg-2, .tpgb-col-lg-3, .tpgb-col-lg-4, .tpgb-col-lg-5, .tpgb-col-lg-6, .tpgb-col-lg-7, .tpgb-col-lg-8, .tpgb-col-lg-9, .tpgb-col-lg-10, .tpgb-col-lg-11, .tpgb-col-lg-12, .tpgb-col-lg,
.tpgb-col-lg-auto {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.tpgb-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.tpgb-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.tpgb-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.tpgb-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.tpgb-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.tpgb-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.tpgb-col-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.tpgb-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.tpgb-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.tpgb-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.tpgb-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.tpgb-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.tpgb-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.tpgb-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.tpgb-order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.tpgb-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.tpgb-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.tpgb-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.tpgb-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.tpgb-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.tpgb-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.tpgb-order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.tpgb-order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.tpgb-order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.tpgb-order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.tpgb-order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.tpgb-order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.tpgb-offset-1 {
  margin-right: 8.333333%;
}

.tpgb-offset-2 {
  margin-right: 16.666667%;
}

.tpgb-offset-3 {
  margin-right: 25%;
}

.tpgb-offset-4 {
  margin-right: 33.333333%;
}

.tpgb-offset-5 {
  margin-right: 41.666667%;
}

.tpgb-offset-6 {
  margin-right: 50%;
}

@media (min-width: 576px) {
  .tpgb-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .tpgb-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .tpgb-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .tpgb-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .tpgb-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tpgb-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .tpgb-col-sm-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .tpgb-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tpgb-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .tpgb-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .tpgb-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tpgb-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .tpgb-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .tpgb-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tpgb-order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .tpgb-order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .tpgb-order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .tpgb-order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .tpgb-order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .tpgb-order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .tpgb-order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .tpgb-order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .tpgb-order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .tpgb-offset-sm-0 {
    margin-right: 0;
  }
  .tpgb-offset-sm-1 {
    margin-right: 8.333333%;
  }
  .tpgb-offset-sm-2 {
    margin-right: 16.666667%;
  }
  .tpgb-offset-sm-3 {
    margin-right: 25%;
  }
  .tpgb-offset-sm-4 {
    margin-right: 33.333333%;
  }
  .tpgb-offset-sm-5 {
    margin-right: 41.666667%;
  }
  .tpgb-offset-sm-6 {
    margin-right: 50%;
  }
}

@media (min-width: 768px) {
  .tpgb-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .tpgb-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .tpgb-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .tpgb-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .tpgb-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tpgb-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .tpgb-col-md-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .tpgb-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tpgb-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .tpgb-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .tpgb-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tpgb-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .tpgb-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .tpgb-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tpgb-order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .tpgb-order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .tpgb-order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .tpgb-order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .tpgb-order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .tpgb-order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .tpgb-order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .tpgb-order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .tpgb-order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .tpgb-offset-md-0 {
    margin-right: 0;
  }
  .tpgb-offset-md-1 {
    margin-right: 8.333333%;
  }
  .tpgb-offset-md-2 {
    margin-right: 16.666667%;
  }
  .tpgb-offset-md-3 {
    margin-right: 25%;
  }
  .tpgb-offset-md-4 {
    margin-right: 33.333333%;
  }
  .tpgb-offset-md-5 {
    margin-right: 41.666667%;
  }
  .tpgb-offset-md-6 {
    margin-right: 50%;
  }
  .tpgb-offset-md-7 {
    margin-right: 58.333333%;
  }
  .tpgb-offset-md-8 {
    margin-right: 66.666667%;
  }
  .tpgb-offset-md-9 {
    margin-right: 75%;
  }
  .tpgb-offset-md-10 {
    margin-right: 83.333333%;
  }
  .tpgb-offset-md-11 {
    margin-right: 91.666667%;
  }
}

@media (min-width: 992px) {
  .tpgb-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .tpgb-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .tpgb-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .tpgb-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .tpgb-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tpgb-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .tpgb-col-lg-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .tpgb-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tpgb-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .tpgb-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .tpgb-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tpgb-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .tpgb-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .tpgb-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.tpgb-d-none {
  display: none !important;
}

.tpgb-d-inline {
  display: inline !important;
}

.tpgb-d-inline-block {
  display: inline-block !important;
}

.tpgb-d-block {
  display: block !important;
}

.tpgb-d-table {
  display: table !important;
}

.tpgb-d-table-row {
  display: table-row !important;
}

.tpgb-d-table-cell {
  display: table-cell !important;
}

.tpgb-d-flex {
  display: flex !important;
}

.tpgb-d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 768px) {
  .tpgb-d-md-flex {
    display: flex !important;
  }
  .tpgb-d-md-inline-flex {
    display: inline-flex !important;
  }
}

.tpgb-flex-row {
  flex-direction: row !important;
}

.tpgb-flex-column {
  flex-direction: column !important;
}

.tpgb-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.tpgb-flex-column-reverse {
  flex-direction: column-reverse !important;
}

.tpgb-flex-wrap {
  flex-wrap: wrap !important;
}

.tpgb-flex-nowrap {
  flex-wrap: nowrap !important;
}

.tpgb-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.tpgb-flex-fill {
  flex: 1 1 auto !important;
}

.tpgb-flex-grow-0 {
  flex-grow: 0 !important;
}

.tpgb-flex-grow-1 {
  flex-grow: 1 !important;
}

.tpgb-justify-content-start {
  justify-content: flex-start !important;
}

.tpgb-justify-content-end {
  justify-content: flex-end !important;
}

.tpgb-justify-content-center {
  justify-content: center !important;
}

.tpgb-justify-content-between {
  justify-content: space-between !important;
}

.tpgb-align-items-start {
  align-items: flex-start !important;
}

.tpgb-align-items-end {
  align-items: flex-end !important;
}

.tpgb-align-items-center {
  align-items: center !important;
}

.tpgb-align-items-stretch {
  align-items: stretch !important;
}

.tpgb-align-content-start {
  align-content: flex-start !important;
}

.tpgb-align-content-end {
  align-content: flex-end !important;
}

.tpgb-align-content-center {
  align-content: center !important;
}

.tpgb-align-content-between {
  align-content: space-between !important;
}

.tpgb-align-content-stretch {
  align-content: stretch !important;
}

/* Col 8 css */

@media (min-width: 576px) {
  	.tpgb-col-sm-8,.tpgb-col-sm-c8{
		flex: 0 0 12.5%;
		max-width: 12.5%
  	}
	  .tpgb-col-sm-c7{
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }
}
@media (min-width: 768px) {
	.tpgb-col-md-8,.tpgb-col-md-c8{
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
	.tpgb-col-md-c7{
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }
}
@media (min-width: 992px) {
    .tpgb-col-lg-8,.tpgb-col-lg-c8{
		flex: 0 0 12.5%;
		max-width: 12.5%
  	}
	  .tpgb-col-lg-c7{
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }
}
/* Col 8 css */