
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
    } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1; }

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13; }

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11; }

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.align-items-center {align-items: center;}

.weight-watchers .wrapper{padding-top: 0}
.banner{display: flex;height:100vh;background-size:cover !important;background-position:right !important;padding: 124px 0 0;}
.banner .container{max-width: 1310px;}
.banner .section-title{font-size:40px;color: #040707;font-weight: 600;max-width:1000px;line-height:58px;text-transform: none;letter-spacing: 0;}
.banner .desc{max-width:1000px}
.banner .desc p{font-size: 22px; line-height: 32px;}
.banner h1 span {display: block;font-weight: 600;}

@media(max-width:1200px){
	.banner{padding-top:150px}
	.banner .container{max-width:650px;margin-left: 0; margin-bottom: auto;}
	.banner .section-title{font-size:35px;line-height:45px;}
	.banner .desc p{font-size: 18px; line-height: 30px;}
    .banner h1 span {display: inline;font-weight: 600;}
}
@media(max-width:991px){
	.banner{padding-top:70px}
	.banner .section-title{font-size:25px;line-height:40px;margin-bottom:20px;}
}

@media(max-width:767px){
	.banner:after {position: absolute;content: "";background-color: #fff;height: 100%;width: 100%;top: 0;opacity: 0.7;}
    .banner .container{margin-bottom:0;position:relative;z-index: 1}
    .banner { padding-top: 40px;position: relative; }
    .banner .section-title { font-size: 20px; line-height: 34px; }
}

.ww-graph{padding:135px 0 95px}
.ww-graph .container{max-width:1300px}
.ww-graph .section-title{font-size:35px;line-height:66px;text-align:center;margin-bottom:67px;font-weight: 700;text-transform: none;}

@media(max-width:1200px){
	.ww-graph{padding:80px 0}
	.ww-graph .container{max-width:800px;}
	.ww-graph .section-title{font-size: 25px; line-height: 35px; text-align: center; margin-bottom: 50px;}
}

@media(max-width:767px){
	.ww-graph {padding: 60px 0; }
    .ww-graph .section-title { font-size: 20px; line-height: 30px; }
}

.who-are{background: #f3f3f3;padding: 100px 0 77px;}
.who-are .img-blk{margin:90px 0 -290px 0}
.who-are .desc-blk .section-title{font-size:35px;line-height:66px;color: #231f20;margin-bottom:20px;text-transform: none;}
.who-are .desc-blk .desc-blk{padding-left:90px}
.who-are .desc-blk .info1 p{color: #231f20;font-size:18px;line-height:34px;}
.who-are .desc-blk .url a{font-weight: 700;color: #231f20;display:inline-block;position:relative;font-size: 18px;margin-top: 11px;}
.who-are .desc-blk .url a:hover, .who-are .desc-blk .url a:focus { color: #ffda30; }
.who-are .desc-blk .url a:after{display:block;margin-top: 7px;}
.who-are .desc-blk { padding-left: 82px; padding-right: 20px; }


@media(max-width:1200px){
	.who-are .img-blk{margin:0 0 -290px 0}
	.who-are .desc-blk .section-title{font-size: 25px; line-height: 35px;}
	.who-are .desc-blk .info1 p{font-size: 16px; line-height: 30px;}
    .who-are .desc-blk .url a { font-size: 16px; }
}
@media(max-width:991px){
	.who-are .img-blk{margin:0}
    .who-are .desc-blk { padding-left: 40px; }
}

@media(max-width:767px){
	.who-are{padding:60px 0}
	.who-are .img-blk{margin:0 0 30px 0}
    .who-are .desc-blk { padding-left: 15px; }
    .who-are .img-blk img { display: block; margin: 0 auto; }
    .who-are .desc-blk { padding-left: 15px; margin-bottom: 0; }
    .who-are .img-blk img { display: block; margin: 0 auto; }
    .who-are .desc-blk .section-title { font-size: 20px; margin-bottom: 10px; }
    .who-are .desc-blk .info1 p { font-size: 15px; line-height: 25px; }
    .who-are .desc-blk .url a { font-size: 14px; margin-top: 0; }
}

.objective-main{padding: 128px 0 193px;}
@media (min-width: 1330px) {
    .objective-main .container{max-width: 1330px;}
}
.objective-main .desc-blk{padding-top: 178px;padding-left: 98px;padding-right: 0;}
.objective-main .desc-blk .section-title{font-size:35px;line-height:66px;margin-bottom:25px;text-transform: none;}
.objective-main .desc-blk p{font-size:18px;line-height:34px}

@media (max-width: 1329px) {
    .objective-main .desc-blk {padding-left: 15px;}
}
@media(max-width:1200px){
	.objective-main{padding:80px 0}
	.objective-main .desc-blk{padding:50px 0 0 15px}
	.objective-main .desc-blk .section-title{font-size:25px;line-height:35px;margin-bottom:20px}
	.objective-main .desc-blk p{font-size: 16px; line-height: 30px;}
	.objective-main .desc-blk p:last-child{margin-bottom:0}
}

@media(max-width:991px){
	.objective-main .desc-blk {padding: 0 0 0 20px; }
}

@media(max-width:767px){
	.objective-main{padding:60px 0}
	.objective-main .desc-blk{order:2}
	.objective-main .img-blk{order:1;margin-bottom:20px}
	.objective-main .desc-blk{padding:0 15px}
    .objective-main .desc-blk .section-title { font-size: 20px; margin-bottom: 10px; }
    .objective-main .desc-blk p { font-size: 15px; line-height: 25px; padding-bottom: 0; }
}

.help-main{background:#f7f7f7;padding: 127px 0 115px;}
.help-main .main-section-title{font-size:35px;line-height:66px;text-align:center;margin-bottom:60px;text-transform: none;}

@media(max-width:1200px){
	.help-main{padding:80px 0 80px}
	.help-main .main-section-title{font-size:25px;line-height:35px;margin-bottom:40px}
}

@media(max-width:767px){
	.help-main{padding:60px 0 100px}
	.help-main .main-section-title{font-size: 22px; line-height: 32px; margin-bottom: 30px;} 
    .help-main {padding-bottom: 40px;}
}

@media(min-width: 1300px) {
    .iconlisting { margin: 0 -60px; }
}
.iconlisting { padding: 0px; }
.iconlisting .col-12.col-md-4 {text-align: center;}
.iconlisting .iconBox{text-align:center;display: inline-block;vertical-align: middle;}
.iconlisting .iconBox figure{max-width: 170px;margin: 0 auto;margin-bottom: 14px;}
.iconlisting .icon-title{font-size:22px;line-height:34px;font-weight: 600;text-transform: none;margin-bottom: 0;}
.iconlisting .icon-sub-title{font-size:18px;line-height:30px;font-weight: 400;}
.iconlisting .icon-title span { display: block; }
.listbox .img-blk figure {display: inline-block;vertical-align: middle;padding: 15px 0 0 15px;position: relative;}
.listbox .img-blk figure:before {content: "";position: absolute;top: 0;left: 0;height: 15px;width: 187px;background: #ffda30;}
.listbox .img-blk figure:after { content: ""; position: absolute; top: 0; left: 0; width: 15px; height: 187px; background: #ffda30; }
.odd-listing .listbox:nth-child(2n) figure:before { right: 0; left: auto; }
.odd-listing .listbox:nth-child(2n) figure:after { left: auto; right: -15px; }

@media(max-width:1200px){
	.iconlisting .icon-title {font-size: 16px; line-height: 30px; }
	.iconlisting .icon-sub-title{font-size:16px;line-height:25px}
}

@media(max-width:991px){
    .iconlisting { padding: 0; }
    .iconlisting .icon-title { font-size: 14px; line-height: 20px; }
    .iconlisting .icon-sub-title { font-size: 14px; }
}
    
@media(max-width:767px){
    .iconlisting .iconBox { margin: 0 auto;margin-bottom:15px }
    .iconlisting .icon-sub-title { margin-bottom: 0; }
    .iconlisting .col-12 { text-align: center; margin-bottom: 0; }
    .iconlisting .col-12:last-child .iconBox { margin-bottom: 0; }
}

@media(max-width:480px){
	.iconlisting .icon-title{font-size: 16px; line-height: 25px;}
}

.odd-listing{padding: 30px 0 0 0;}
.odd-listing .listbox{margin-bottom: 41px;}
.odd-listing .listbox .img-blk{padding: 0 0 44px;}
.odd-listing .listbox:nth-child(even) .img-blk{order:2;text-align: right;}
.odd-listing .listbox:nth-child(even) .descbox {margin: auto -184px 0 0;padding-left: 15px;padding-bottom: 65px;padding-right: 66px;position: relative;z-index: 1;}
.odd-listing .listbox .descbox{margin: auto 0 0 -212px;padding: 41px 0px 86px 57px;background: #f7f7f7;min-width:750px;}
.odd-listing .listbox .descbox .box-title{font-size: 25px;line-height:38px;margin-bottom:20px;font-weight: 700;text-transform: none;}
.odd-listing .listbox .descbox p{font-size:18px;line-height:34px}
.odd-listing .listbox .descbox p:last-child{margin-bottom:0}
.odd-listing .listbox:nth-child(2n) figure {padding-left: 0;padding-right: 0;}

@media(max-width:1200px){
	.odd-listing .listbox .row{justify-content: space-between;}
	.odd-listing .listbox .descbox{min-width:inherit;padding:30px;margin:auto;}
	.odd-listing .listbox:nth-child(even) .descbox{margin:auto;}
	.odd-listing .listbox .descbox .box-title {font-size: 20px; line-height: 30px; margin-bottom: 15px; }
	.odd-listing .listbox .descbox p{font-size: 16px; line-height: 30px;}
}

@media(max-width:991px){
	.odd-listing{padding-top: 50px;}
	.odd-listing .listbox .img-blk{padding: 0 15px;}
	.odd-listing .listbox .descbox{padding:10px;}
    .odd-listing .listbox { margin-bottom: 40px; }
    .odd-listing .listbox .align-items-center { align-items: flex-start; }
    .odd-listing .listbox:nth-child(even) .descbox {padding: 10px;} 
}

@media(max-width:767px){
	.odd-listing{padding-top:40px;padding-left: 0px;padding-right: 0px}
	.odd-listing .listbox{margin-bottom:30px}
	.odd-listing .listbox .img-blk{flex: 0 0 100%;max-width:100%;margin-bottom:20px;padding:0 10px;}
	.odd-listing .listbox .img-blk img{width:100%}
	.odd-listing .listbox .descbox{flex: 0 0 100%;max-width:100%}
	.odd-listing .listbox:nth-child(even) .img-blk{order:1}
	.odd-listing .listbox:nth-child(even) .descbox{order:2}
    .listbox .img-blk figure:before { height: 8px; width: 150px; }
    .listbox .img-blk figure:after { width: 8px; height: 150px; }
    .listbox .img-blk figure { padding: 8px 0 0 8px; }
    .odd-listing .listbox .descbox { padding: 0 15px; }
    .odd-listing .listbox .descbox p { font-size: 14px; line-height: 25px; }
    .odd-listing .listbox .descbox .box-title { margin-bottom: 10px; }
    .odd-listing .listbox .descbox p:last-child { padding-bottom: 0; }
    .odd-listing .listbox:nth-child(2n) figure { padding: 8px 0 0 8px; }
    .odd-listing .listbox:nth-child(2n) figure:before { left: 0; right: auto; }
    .odd-listing .listbox:nth-child(2n) figure:after { left: 0; right: auto; }
    .odd-listing .listbox:nth-child(even) .descbox { padding: 0 15px; }
}

@media(max-width:480px){
	.odd-listing{padding-left:5px;padding-right:5px}
}
.testimonials {background: #f7f7f7;}


.testimonials .container{background:#ffda30;padding: 95px 15px 70px;position: relative;}
@media (min-width: 1790px) {
    .testimonials .container {max-width:1750px;} 
}
.testimonials .content-wrap{color: #000;max-width: 1450px;margin: auto;position:relative;}
.testimonials .content-wrap:before{content: "";position: absolute;top: -144px;left: 5px;background: url('../png/quote-ic.png') no-repeat center center;width: 81px;height: 81px;background-size: 79px;}
.testimonials .content-wrap .desc{margin-bottom: 18px;}
.testimonials .content-wrap .desc p{font-size:25px;line-height: 32px;}
.testimonials .author-main{display:flex;align-items:center;margin-bottom: 10px;}
.testimonials .author-main .photo{width:105px; border: none; border-radius: 100%; height:105px; overflow: hidden;margin-right:25px}
.testimonials .author-main .author-info .name{font-weight: 700;font-size: 18px;letter-spacing: 0.5px;margin-bottom:15px;}
.testimonials .author-main .author-info .post{font-size: 16px; color: #000; line-height: 23px;}
.testimonials.blue-t{background: #ffda30;}

.testimonials.green-tm{padding:200px 0 0 0}
.testimonials.green-tm .container{background:#00756c}
.testimonials.green-tm .content-wrap .desc p{color:#FFF;line-height:42px}
.testimonials.green-tm .author-main .author-info .name{color:#FFF;}
.testimonials.green-tm .content-wrap:before{color:#95f0df}

@media(max-width:1789px){
    .testimonials .container { max-width: 90%;padding: 95px 50px 70px; }
}
@media(max-width:1200px){
	.testimonials.blue-t{margin-top: -119px;}
	.testimonials .container{max-width: 90%;padding:70px 30px 50px}
	.testimonials .content-wrap:before{ background-size: 65px; width: 65px; height: 71px; top: -114px; }
	.testimonials .content-wrap .desc p{font-size: 20px; line-height: 30px;}
	.testimonials .content-wrap .desc{margin-bottom:5px}
	.testimonials .author-main .author-info .name{font-size:16px;letter-spacing:0;margin-bottom:10px;}
	.testimonials .author-main .author-info .post{font-size:14px;}
	.testimonials.green-tm{padding:110px 0 0 0}
	.testimonials.green-tm .content-wrap .desc p{font-size:16px;line-height:30px;}
	.testimonials .author-main .photo{width:80px;height:80px;margin-right:15px;flex:0 0 80px}
    
}

@media(max-width:991px){
	.testimonials.blue-t{padding:0 20px;}
	.testimonials .container{max-width:92%;padding:50px 20px 30px !important}
	.testimonials .content-wrap:before { background-size: 50px; width: 50px; height: 55px; top: -82px; }
	.testimonials.green-tm{padding:90px 20px 0 20px}
}

@media(max-width:767px){
	.testimonials .content-wrap .desc p{font-size:16px}
	.testimonials .container{padding:40px 20px 20px !important}
	.testimonials .content-wrap:before{background-size: 40px;left: -10px;top: -70px;width: 40px;height: 42px;}
	.testimonials.blue-t{margin-top: -85px;}
}

.meet-team{padding: 143px 0 97px;}
.meet-team .section-title{text-align: center; margin-bottom: 80px;}
.teamBox figure{position:relative;margin-bottom: 10px;padding:0 0px;z-index: 1;}
.teamBox figure:before{position: absolute; width: 50%; left: 0; top: 0; background: #ffda30; content: ""; height: 100%; z-index: -1;}
.team-row .teamBox figure img {display: block;}
.teamBox .per-info .name{font-size:20px;margin-bottom:8px;}
.teamBox .per-info .post{font-size:14px;line-height:20px}
.team-row {display: flex;flex-direction: row;flex-wrap: wrap;margin: 0 -8px;}
.team-row .teamBox {width: 25%;padding: 0 14px;}
.team-heading .main-section-title { text-transform: none; text-align: center;font-size: 35px;margin-bottom: 89px; }
.team-row .teamBox h4 { text-transform: none; font-size: 19px; font-weight: 700; margin-bottom: 0px; }
.team-row .teamBox h5 {font-size: 14px;font-weight: 400;margin-bottom: 10px;}
.team-row .teamBox p {font-size: 12px;font-weight: 400;color: #545454;padding-right: 10px;line-height: 1.4;}
.testimonials + .meet-team { margin-top: -155px; background: #fff; padding-top: 298px; }

@media(max-width:1200px){
	.meet-team {padding: 80px 0; }
	.meet-team .section-title{font-size: 25px; line-height: 35px; margin-bottom: 40px;}
    .testimonials + .meet-team { padding-top: 270px; }
    .team-heading .main-section-title { margin-bottom: 70px; }
    .meet-team {padding-bottom: 50px;}
   
}

@media(max-width:991px){
	.meet-team{padding:80px 0 50px}
	.teamlisting{padding:0 120px}
	.teamlisting .teamBox{flex:0 0 50%;max-width:50%;margin-bottom:30px;}
    .team-row .teamBox figure img {display: block;}
    .team-row .teamBox h4 { font-size: 16px; }
    .team-row .teamBox h5 { font-size: 12px; }
    .team-row .teamBox { padding: 0 7px; }
    .team-row { margin: 0 -7px; }
    .meet-team .col-12 { margin-bottom: 0; }
    .testimonials + .meet-team { margin-top: -75px; padding-top: 160px; }
    .team-heading .main-section-title { margin-bottom: 40px; font-size: 30px; }
}

@media(max-width:767px){
	.teamlisting{padding:0 5px;}
    .team-row .teamBox { width: 50%; margin-bottom: 30px;padding: 0;}
    .team-row .teamBox p:last-child {margin-bottom: 0;padding-bottom: 0;}
    .team-heading .main-section-title { font-size: 22px; margin-bottom: 20px; }
    .testimonials + .meet-team { padding-top: 130px; }
    .team-row { margin: 0; }
    .meet-team { padding-bottom: 20px; }
}

@media(max-width:480px){
	.teamlisting .teamBox{flex: 0 0 100%; max-width: 100%;}
    .team-row .teamBox {width: 100%;}
}


.great-design-main{background: #f7f7f7;padding: 205px 0 121px;position: relative;min-height:800px;}
.great-design-main .row{min-height: 475px;}
.great-design-main .desc-blk {padding-left: 15px;padding-right: 0;padding-bottom: 80px;margin: auto 0;}
.great-design-main .desc-blk .section-title{font-size: 35px;margin-bottom: 35px;line-height: 46px;text-transform: none;}
.great-design-main .desc-blk .sub-title{font-size:18px;}
.great-design-main .img-blk{position: absolute; right: 0;padding-right:0;top:50%;transform:translateY(-50%);}
.great-design-main .workImgs{display: flex; justify-content: flex-end;padding-left:117px}
.great-design-main .workImgs .workBox{box-shadow: 0 0 10px rgba(0,0,0,0.40); margin: 0 15px;position:relative;width:100%}
.great-design-main .workImgs .workBox:nth-child(2){top:15px}
.great-design-main .workImgs .workBox:last-child{margin-right:0;top:-15px}

.workBox figure{position: relative; padding-bottom: 158%; overflow: hidden;}
.workBox figure img{position: absolute; left: 0; top: 0; transition: 0.5s all; }
.animate-img {-webkit-animation-name: fadeIn; animation-name: fadeIn; }
.workBox .animate-img{animation-name: animate-img; animation-timing-function: ease-in-out; animation-iteration-count: infinite; animation-duration: 5s; animation-direction: alternate; opacity: 0; z-index: 1; }
.workBox:nth-child(2) .animate-img{animation-duration: 8s;}
.workBox:last-child .animate-img{animation-duration: 10s;}
/*---animated-img animetion STARTS--*/
@-webkit-keyframes animate-img {
  from {opacity: 0; }
  to {opacity: 1; }
}

@keyframes animate-img {
  0%{opacity: 0;}
	25% {opacity: 0; }
	75% {opacity: 1; }
	100% {opacity: 1; }
}
/*---animated-img animetion ENDS--*/

@media(max-width:1200px){
	.great-design-main{min-height:460px;padding:80px 0}
	.great-design-main .desc-blk .section-title{font-size: 25px; line-height: 35px; margin-bottom:20px;}
	.great-design-main .row{min-height: 300px;}
	.great-design-main .workImgs{padding-left: 0}
}

@media(max-width:991px){
    .great-design-main { padding: 50px 0 50px; min-height: 1px; }
    .great-design-main .desc-blk { padding-bottom: 0; padding-top: 40px; }
}

@media(max-width:767px){
	.great-design-main{padding:60px 0 80px;min-height:inherit;}
	.great-design-main .row{min-height:inherit;}
	.great-design-main .desc-blk{margin-bottom:50px}
	.great-design-main .img-blk{position:static;transform:none;padding: 0 15px}
	.great-design-main .workImgs .workBox{margin:0 5px}
    .great-design-main .desc-blk .sub-title { font-size: 16px; }
    .great-design-main { padding: 60px 0; }
    .great-design-main .desc-blk { padding: 0 15px; }
    .great-design-main .desc-blk .section-title { font-size: 22px; line-height: 30px; margin-bottom: 10px; } .great-design-main .desc-blk .sub-title { font-size: 15px; margin-bottom: 0; }
}

.d-resource-category{padding:150px 0}
.d-resource-category .section-title{font-size:35px;line-height:50px;margin-bottom:92px;}
.d-resource-category .listbox{display:flex;margin-bottom:60px}
.d-resource-category .listbox .iconBox{min-width: 190px; padding-top: 2px;}
.d-resource-category .listbox .desc-blk .box-title{margin-bottom:28px}
.d-resource-category .listbox .desc-blk p{font-size:18px;line-height:30px;}

@media(max-width:1200px){
	.d-resource-category{padding:80px 0}
	.d-resource-category .section-title{font-size: 25px; line-height: 35px; margin-bottom:50px;}
	.d-resource-category .listbox{margin-bottom:50px}
	.d-resource-category .listbox .iconBox{min-width:100px;}
	.d-resource-category .listbox .iconBox figure img{max-width:80px;}
	.d-resource-category .listbox .desc-blk .box-title{margin-bottom: 15px; font-size: 20px;}
	.d-resource-category .listbox .desc-blk p{font-size:16px}
	.d-resource-category .listbox .desc-blk p:last-child{margin-bottom: 0}
}

@media(max-width:767px){
	.d-resource-category{padding:60px 0}
	.d-resource-category .section-title{font-size:22px;line-height:32px}
	.d-resource-category .listbox{margin-bottom:30px}
	.d-resource-category .listbox .iconBox{min-width:70px;}
	.d-resource-category .listbox .iconBox figure img{max-width:60px}
}

.clicktext{text-align:center;font-size: 25px;line-height: 50px;font-weight: 700;margin: 81px 0 151px 0;background: #000;padding: 50px 0;color: #fff;text-transform: none;}
.clicktext .cta-button{vertical-align: middle;margin: 0 0px 0 21px;background: #ffda30;color: #000;font-weight: 600;text-transform: none;min-height: 70px;font-size:25px;border-radius: 50px;line-height: 27px;padding: 17px 36px;text-transform: uppercase;border: 2px solid transparent;}
.clicktext .cta-button:hover,.clicktext .cta-button:focus { background: transparent; color: #fff; border-color: #fff; }
.clicktext .cta-button:hover:before{opacity:0}
/*.clicktext .cta-button:hover{background:#000;color:#ffda30}*/

@media(max-width:1200px){
	.clicktext{margin:40px 0 100px 0;font-size:20px;}
	.clicktext .cta-button { font-size: 20px; line-height: 24px; padding: 14px 34px; }
	.clicktext{margin:40px 0 80px 0}
}

@media(max-width:767px){
    .clicktext .cta-button {display: table;margin: 0 auto;min-height: 1px;margin-top: 15px;padding: 11px 33px;} .clicktext { margin: 30px 0; padding: 40px 15px; }
	.clicktext{margin: 40px 0 50px;font-size: 16px;}
	.clicktext .cta-button{font-size:16px}
}

@media(max-width:639px){
    
}

@media(max-width:480px){
	.clicktext{line-height: 28px;}
}

.commonModule{position:relative;padding: 0 0 98px;margin-bottom: 150px;}
.commonModule .img-blk{position: static;}
.commonModule .descbox .section-title{font-size:35px;line-height:50px;margin-bottom:30px;text-transform: none;}
.commonModule .descbox p{font-size:18px;line-height:30px;}
.commonModule .ratio-img{padding-bottom: 0;margin-left: auto;width: 100%;background-size: cover;background-repeat: no-repeat;background-position: center center;position: absolute;right: 0;top: 0;width: 44%;bottom: 0;}
.commonModule .descbox {margin-top: auto;margin-bottom: auto;padding-top: 140px;}



@media(max-width:1200px){
	.commonModule{padding:0 0 60px 0;margin-bottom: 80px;}
    .commonModule .descbox { padding-top: 70px; }
	.commonModule .descbox .section-title{font-size: 25px; line-height: 35px; margin-bottom:20px;}
	.commonModule .descbox p{font-size:16px}
	.commonModule .img-blk{position:static;padding-right: 15px}
	.commonModule .row{min-height:inherit;}
}

@media(max-width:991px){
    .commonModule {padding: 0 0 30px 0;}
    .commonModule .descbox { padding-top: 30px; }
    .commonModule .ratio-img { width: 48%; }
    .commonModule .descbox p:last-child { margin-bottom: 0; padding-bottom: 0; }
}

@media(max-width:767px){
	.commonModule .img-blk{order:1;margin-bottom:20px;flex:0 0 100%;max-width:100%}
	.commonModule .descbox{order:2;flex: 0 0 100%;max-width:100%}
    .commonModule .ratio-img { position: static; padding-bottom: 65%; width: 100%; }
    .commonModule .descbox { padding: 0 15px; }
    .commonModule .descbox .section-title { font-size: 22px; margin-bottom: 10px; line-height: 30px; } .commonModule .descbox p { font-size: 14px; line-height: 25px; }
    .commonModule { margin-bottom: 0; padding-bottom: 50px; }
}

.counter-sec {padding: 97px 0 11px;position: relative;}
.counter-sec .heading-content h2{text-align:center;margin-bottom:70px;}
.counter-sec .container{max-width:1400px;}
.counter-sec .item{margin-bottom:50px;text-align:center;}
.counter-sec h2.title {font-size: 34px;padding: 0 0 20px 0px;line-height:35px;text-transform: none;font-weight: 700;}
.counter-sec .single-counter {font-size: 16px;padding: 0 0;line-height:22px;}
.counter-sec .single-counter span{position:relative;line-height:25px;font-weight: 400;}
.counter-sec .single-counter:after {content: "";background: #000;width:1px;height:40px;margin: 12px auto;display:block;}
.counter-sec .item { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
.heading-content { margin-bottom: 80px; }
.counter-sec .single-counter .title { margin: 0 0 9px; }
.counter-sec .single-counter h2 span { font-weight: 700; }


@media(max-width:1200px){
	.counter-sec .single-counter{padding:0}
    .counter-sec { padding: 85px 0 11px; }
    .counter-sec h2.title {margin-bottom: 50px;}
    .heading-content { margin-bottom: 0; }
    .counter-sec h2.title { font-size: 30px; padding-bottom: 0; }
    .counter-sec .single-counter > span { font-size: 14px; line-height: 21px; }
    .heading-content { margin-bottom: 60px; }
}

@media(max-width:991px){
    .counter-sec { padding: 55px 0 0px; }
    .heading-content { margin-bottom: 50px; }
    .counter-sec h2.title { font-size: 28px; }
    .counter-sec .single-counter .title { font-size: 22px; line-height: 1; }
    .counter-sec .single-counter > span { font-size: 13px; line-height: 18px; }
    .counter-sec .single-counter:after { height: 32px; }
    .counter-sec .item { margin-bottom: 20px; }
}

@media(max-width:767px){
	.counter-sec .item { margin-bottom: 40px; }
	.counter-sec {padding:60px 0 0}
    .counter-sec .item { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 10px; }
    .heading-content { margin-bottom: 40px; }
    .counter-sec h2.title { margin-bottom: 0; }
    .counter-sec .item:last-child { margin-bottom: 0; }
    .counter-sec h2.title { font-size: 22px; }
    .heading-content { margin-bottom: 20px; }
}

.testimonials.white-bg {padding: 203px 0 0px;}
.testimonials.white-bg .content-wrap .desc p { line-height: 42px; }
.testimonials.white-bg .content-wrap .desc { margin-bottom: 12px; }
.testimonials.white-bg .container { padding-bottom: 90px; }

.yellow-bar-sec { background: #ffda30; text-align: center; padding: 83px 0 93px; }
.yellow-bar-sec .btn a {background: #000;color: #fff;font-size: 25px;font-weight: 600;padding: 17px 44px;letter-spacing: 0px;border-color: #000;}
.yellow-bar-sec .btn a:hover,.yellow-bar-sec .btn a:focus { background: transparent; border-color: #000; color: #000; }
.yellow-bar-sec h4 {text-transform: none;font-size: 27px;font-weight: 700;line-height: 1.8;letter-spacing: 0.35px;margin-bottom: 50px;}
.yellow-bar-sec .col-12 { max-width: 87%; margin: 0 auto; }

@media(max-width:1200px){
    .testimonials.white-bg { padding: 100px 0 0px; }
    .testimonials.white-bg .container { padding-bottom: 50px; }
    .yellow-bar-sec h4 { font-size: 24px; margin-bottom: 30px; }
    .yellow-bar-sec .btn a { font-size: 20px; padding: 19px 38px; }
    .yellow-bar-sec { padding: 70px 0; }
}
@media(max-width:991px){
    .testimonials .content-wrap .desc p { font-size: 18px; }
    .testimonials.white-bg .content-wrap .desc p { line-height: 32px; }
    .testimonials .author-main { margin-bottom: 0; }
    .testimonials.white-bg .container { padding-bottom: 50px !important; }
    .yellow-bar-sec .col-12 { max-width: 100%; }
    .yellow-bar-sec h4 { font-size: 20px; line-height: 34px; margin-bottom: 20px; }
    .yellow-bar-sec { padding: 50px 0; }
    .yellow-bar-sec .btn a { font-size: 18px; line-height: 20px; }
}
@media(max-width:767px){
    .testimonials.white-bg { padding: 70px 0 0; }
    .testimonials .content-wrap .desc p { font-size: 16px; line-height: 28px; }
    .testimonials.white-bg .content-wrap .desc p { line-height: 28px; }
    .testimonials .author-main .author-info .name { font-size: 14px; margin-bottom: 5px; }
    .testimonials.white-bg .container {padding-bottom: 30px !important;}
    .yellow-bar-sec { padding: 40px 0; }
    .yellow-bar-sec h4 { font-size: 18px; line-height: 30px; }
    .yellow-bar-sec .btn a { font-size: 16px; line-height: 18px; padding: 17px 30px; }
}
