/* @font-face {
    font-family: 'nunito_sansbold';
    src: url('../fonts/nunitosans-bold.ttf') format('ttf'), url('../fonts/nunitosans-bold-webfont.woff2') format('woff2'), url('../fonts/nunitosans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'nunito_sansregular';
    src: url('../fonts/nunitosans-regular.ttf') format('ttf'), url('../fonts/nunitosans-regular-webfont.woff2') format('woff2'), url('../fonts/nunitosans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'nunito_sanssemibold';
    src: url('../fonts/nunitosans-semibold.ttf') format('ttf'), url('../fonts/nunitosans-semibold-webfont.woff2') format('woff2'), url('../fonts/nunitosans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'RubikRegular';
    src: url('../fonts/Rubik/Rubik-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RubikLight';
    src: url('../fonts/Rubik/Rubik-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RubikMedium';
    src: url('../fonts/Rubik/Rubik-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

/* FONTAWESOME */

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-regular-400.eot);
    src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

body {
    font-family: 'RubikLight';
    color: #414141;
    background: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a {
    color: #0165B1;
}

a:hover {
    color: #06afef;
}

a, a:hover {
    text-decoration: none;
}

ul li, ol li {
    list-style: none;
    padding-left: 12px;
}

img {
    max-width: 100%
}

.nowrap {
    white-space: nowrap;
}

.w-auto {
    width: auto!important;
}

/* GENERAL FONT */

.general-font {
    font-family: 'RubikLight';
}

/* HEADING FONT */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'RubikRegular';
}
b, strong{
    font-family: 'RubikMedium';
    font-weight: normal;
}

.h1 {
    font-size: 2.4375rem;
}

/* 39px */

.h2 {
    font-size: 2.1875rem;
}

/* 35px */

.h3 {
    font-size: 1.875rem;
}

/* 30px */

.h4 {
    font-size: 1.75rem;
}

/* 28px */

.h5 {
    font-size: 1rem;
}

/* 16px */

/* GENERAL COLOR */

.primary-color {
    color: #9F3D4B!important;
}

.secondary-color {
    color: #0165B1!important;
}

.orrange-color {
    background-color: #E77817!important;
}

.lightred-color {
    background-color: #B04439!important;
}

.darkred-color {
    background-color: #9F3D4B!important;
}

.blue-color {
    background-color: #0165B1!important;
}

.darkblue-color {
    background-color: #005394!important;
}

.darkgreyblue-color {
    background-color: #41536B!important;
}

.lightgrey-color {
    background-color: #F6F6F6!important;
}

.grey-color {
    background-color: #EEEEEE!important;
}

.black-color {
    background-color: #000000!important;
}

.darkgrey-color {
    background-color: #414141!important;
}

.textColorLogout  {
    color: #ffa250!important;
}
.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}
.float-sm-left {
    float: left!important;
}
.float-sm-right {
    float: right!important;
}
.text-left {
    text-align: left!important;
}
.text-right {
    text-align: right!important;
}
.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* SPACING */
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
.m-0 {
    margin: 0!important
  }

  .mt-0,.my-0 {
    margin-top: 0!important
  }

  .mr-0,.mx-0 {
    margin-right: 0!important
  }

  .mb-0,.my-0 {
    margin-bottom: 0!important
  }

  .ml-0,.mx-0 {
    margin-left: 0!important
  }

  .m-1 {
    margin: .25rem!important
  }

  .mt-1,.my-1 {
    margin-top: .25rem!important
  }

  .mr-1,.mx-1 {
    margin-right: .25rem!important
  }

  .mb-1,.my-1 {
    margin-bottom: .25rem!important
  }

  .ml-1,.mx-1 {
    margin-left: .25rem!important
  }

  .m-2 {
    margin: .5rem!important
  }

  .mt-2,.my-2 {
    margin-top: .5rem!important
  }

  .mr-2,.mx-2 {
    margin-right: .5rem!important
  }

  .mb-2,.my-2 {
    margin-bottom: .5rem!important
  }

  .ml-2,.mx-2 {
    margin-left: .5rem!important
  }

  .m-3 {
    margin: 1rem!important
  }

  .mt-3,.my-3 {
    margin-top: 1rem!important
  }

  .mr-3,.mx-3 {
    margin-right: 1rem!important
  }

  .mb-3,.my-3 {
    margin-bottom: 1rem!important
  }

  .ml-3,.mx-3 {
    margin-left: 1rem!important
  }

  .m-4 {
    margin: 1.5rem!important
  }

  .mt-4,.my-4 {
    margin-top: 1.5rem!important
  }

  .mr-4,.mx-4 {
    margin-right: 1.5rem!important
  }

  .mb-4,.my-4 {
    margin-bottom: 1.5rem!important
  }

  .ml-4,.mx-4 {
    margin-left: 1.5rem!important
  }

  .m-5 {
    margin: 3rem!important
  }

  .mt-5,.my-5 {
    margin-top: 3rem!important
  }

  .mr-5,.mx-5 {
    margin-right: 3rem!important
  }

  .mb-5,.my-5 {
    margin-bottom: 3rem!important
  }

  .ml-5,.mx-5 {
    margin-left: 3rem!important
  }

  .p-0 {
    padding: 0!important
  }

  .pt-0,.py-0 {
    padding-top: 0!important
  }

  .pr-0,.px-0 {
    padding-right: 0!important
  }

  .pb-0,.py-0 {
    padding-bottom: 0!important
  }

  .pl-0,.px-0 {
    padding-left: 0!important
  }

  .p-1 {
    padding: .25rem!important
  }

  .pt-1,.py-1 {
    padding-top: .25rem!important
  }

  .pr-1,.px-1 {
    padding-right: .25rem!important
  }

  .pb-1,.py-1 {
    padding-bottom: .25rem!important
  }

  .pl-1,.px-1 {
    padding-left: .25rem!important
  }

  .p-2 {
    padding: .5rem!important
  }

  .pt-2,.py-2 {
    padding-top: .5rem!important
  }

  .pr-2,.px-2 {
    padding-right: .5rem!important
  }

  .pb-2,.py-2 {
    padding-bottom: .5rem!important
  }

  .pl-2,.px-2 {
    padding-left: .5rem!important
  }

  .p-3 {
    padding: 1rem!important
  }

  .pt-3,.py-3 {
    padding-top: 1rem!important
  }

  .pr-3,.px-3 {
    padding-right: 1rem!important
  }

  .pb-3,.py-3 {
    padding-bottom: 1rem!important
  }

  .pl-3,.px-3 {
    padding-left: 1rem!important
  }

  .p-4 {
    padding: 1.5rem!important
  }

  .pt-4,.py-4 {
    padding-top: 1.5rem!important
  }

  .pr-4,.px-4 {
    padding-right: 1.5rem!important
  }

  .pb-4,.py-4 {
    padding-bottom: 1.5rem!important
  }

  .pl-4,.px-4 {
    padding-left: 1.5rem!important
  }

  .p-5 {
    padding: 3rem!important
  }

  .pt-5,.py-5 {
    padding-top: 3rem!important
  }

  .pr-5,.px-5 {
    padding-right: 3rem!important
  }

  .pb-5,.py-5 {
    padding-bottom: 3rem!important
  }

  .pl-5,.px-5 {
    padding-left: 3rem!important
  }

  .m-auto {
    margin: auto!important
  }

  .mt-auto,.my-auto {
    margin-top: auto!important
  }

  .mr-auto,.mx-auto {
    margin-right: auto!important
  }

  .mb-auto,.my-auto {
    margin-bottom: auto!important
  }

  .ml-auto,.mx-auto {
    margin-left: auto!important
  }
  .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%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
  }
  @media (min-width: 576px) {
      .col-sm {
          -ms-flex-preferred-size:0;
          flex-basis: 0;
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          max-width: 100%
  }

  .col-sm-auto {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: auto;
          max-width: none
  }

  .col-sm-1 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
          max-width: 8.333333%
  }

  .col-sm-2 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
          max-width: 16.666667%
  }

  .col-sm-3 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%
  }

  .col-sm-4 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
          max-width: 33.333333%
  }

  .col-sm-5 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
          max-width: 41.666667%
  }

  .col-sm-6 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%
  }

  .col-sm-7 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
          max-width: 58.333333%
  }

  .col-sm-8 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
          max-width: 66.666667%
  }

  .col-sm-9 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
          flex: 0 0 75%;
          max-width: 75%
  }

  .col-sm-10 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
          max-width: 83.333333%
  }

  .col-sm-11 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
          max-width: 91.666667%
  }

  .col-sm-12 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%
  }

  .order-sm-first {
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1
  }

  .order-sm-last {
          -webkit-box-ordinal-group: 14;
          -ms-flex-order: 13;
          order: 13
  }

  .order-sm-0 {
          -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
          order: 0
  }

  .order-sm-1 {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1
  }

  .order-sm-2 {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2
  }

  .order-sm-3 {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3
  }

  .order-sm-4 {
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4
  }

  .order-sm-5 {
          -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
          order: 5
  }

  .order-sm-6 {
          -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
          order: 6
  }

  .order-sm-7 {
          -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
          order: 7
  }

  .order-sm-8 {
          -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
          order: 8
  }

  .order-sm-9 {
          -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
          order: 9
  }

  .order-sm-10 {
          -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
          order: 10
  }

  .order-sm-11 {
          -webkit-box-ordinal-group: 12;
          -ms-flex-order: 11;
          order: 11
  }

  .order-sm-12 {
          -webkit-box-ordinal-group: 13;
          -ms-flex-order: 12;
          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%
  }
  .m-sm-0 {
      margin:0!important
  }

  .mt-sm-0,.my-sm-0 {
      margin-top: 0!important
  }

  .mr-sm-0,.mx-sm-0 {
      margin-right: 0!important
  }

  .mb-sm-0,.my-sm-0 {
      margin-bottom: 0!important
  }

  .ml-sm-0,.mx-sm-0 {
      margin-left: 0!important
  }

  .m-sm-1 {
      margin: .25rem!important
  }

  .mt-sm-1,.my-sm-1 {
      margin-top: .25rem!important
  }

  .mr-sm-1,.mx-sm-1 {
      margin-right: .25rem!important
  }

  .mb-sm-1,.my-sm-1 {
      margin-bottom: .25rem!important
  }

  .ml-sm-1,.mx-sm-1 {
      margin-left: .25rem!important
  }

  .m-sm-2 {
      margin: .5rem!important
  }

  .mt-sm-2,.my-sm-2 {
      margin-top: .5rem!important
  }

  .mr-sm-2,.mx-sm-2 {
      margin-right: .5rem!important
  }

  .mb-sm-2,.my-sm-2 {
      margin-bottom: .5rem!important
  }

  .ml-sm-2,.mx-sm-2 {
      margin-left: .5rem!important
  }

  .m-sm-3 {
      margin: 1rem!important
  }

  .mt-sm-3,.my-sm-3 {
      margin-top: 1rem!important
  }

  .mr-sm-3,.mx-sm-3 {
      margin-right: 1rem!important
  }

  .mb-sm-3,.my-sm-3 {
      margin-bottom: 1rem!important
  }

  .ml-sm-3,.mx-sm-3 {
      margin-left: 1rem!important
  }

  .m-sm-4 {
      margin: 1.5rem!important
  }

  .mt-sm-4,.my-sm-4 {
      margin-top: 1.5rem!important
  }

  .mr-sm-4,.mx-sm-4 {
      margin-right: 1.5rem!important
  }

  .mb-sm-4,.my-sm-4 {
      margin-bottom: 1.5rem!important
  }

  .ml-sm-4,.mx-sm-4 {
      margin-left: 1.5rem!important
  }

  .m-sm-5 {
      margin: 3rem!important
  }

  .mt-sm-5,.my-sm-5 {
      margin-top: 3rem!important
  }

  .mr-sm-5,.mx-sm-5 {
      margin-right: 3rem!important
  }

  .mb-sm-5,.my-sm-5 {
      margin-bottom: 3rem!important
  }

  .ml-sm-5,.mx-sm-5 {
      margin-left: 3rem!important
  }

  .p-sm-0 {
      padding: 0!important
  }

  .pt-sm-0,.py-sm-0 {
      padding-top: 0!important
  }

  .pr-sm-0,.px-sm-0 {
      padding-right: 0!important
  }

  .pb-sm-0,.py-sm-0 {
      padding-bottom: 0!important
  }

  .pl-sm-0,.px-sm-0 {
      padding-left: 0!important
  }

  .p-sm-1 {
      padding: .25rem!important
  }

  .pt-sm-1,.py-sm-1 {
      padding-top: .25rem!important
  }

  .pr-sm-1,.px-sm-1 {
      padding-right: .25rem!important
  }

  .pb-sm-1,.py-sm-1 {
      padding-bottom: .25rem!important
  }

  .pl-sm-1,.px-sm-1 {
      padding-left: .25rem!important
  }

  .p-sm-2 {
      padding: .5rem!important
  }

  .pt-sm-2,.py-sm-2 {
      padding-top: .5rem!important
  }

  .pr-sm-2,.px-sm-2 {
      padding-right: .5rem!important
  }

  .pb-sm-2,.py-sm-2 {
      padding-bottom: .5rem!important
  }

  .pl-sm-2,.px-sm-2 {
      padding-left: .5rem!important
  }

  .p-sm-3 {
      padding: 1rem!important
  }

  .pt-sm-3,.py-sm-3 {
      padding-top: 1rem!important
  }

  .pr-sm-3,.px-sm-3 {
      padding-right: 1rem!important
  }

  .pb-sm-3,.py-sm-3 {
      padding-bottom: 1rem!important
  }

  .pl-sm-3,.px-sm-3 {
      padding-left: 1rem!important
  }

  .p-sm-4 {
      padding: 1.5rem!important
  }

  .pt-sm-4,.py-sm-4 {
      padding-top: 1.5rem!important
  }

  .pr-sm-4,.px-sm-4 {
      padding-right: 1.5rem!important
  }

  .pb-sm-4,.py-sm-4 {
      padding-bottom: 1.5rem!important
  }

  .pl-sm-4,.px-sm-4 {
      padding-left: 1.5rem!important
  }

  .p-sm-5 {
      padding: 3rem!important
  }

  .pt-sm-5,.py-sm-5 {
      padding-top: 3rem!important
  }

  .pr-sm-5,.px-sm-5 {
      padding-right: 3rem!important
  }

  .pb-sm-5,.py-sm-5 {
      padding-bottom: 3rem!important
  }

  .pl-sm-5,.px-sm-5 {
      padding-left: 3rem!important
  }

  .m-sm-auto {
      margin: auto!important
  }

  .mt-sm-auto,.my-sm-auto {
      margin-top: auto!important
  }

  .mr-sm-auto,.mx-sm-auto {
      margin-right: auto!important
  }

  .mb-sm-auto,.my-sm-auto {
      margin-bottom: auto!important
  }

  .ml-sm-auto,.mx-sm-auto {
      margin-left: auto!important
  }
  }

  @media (min-width: 768px) {
      .col-md {
          -ms-flex-preferred-size:0;
          flex-basis: 0;
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          max-width: 100%
  }

  .col-md-auto {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: auto;
          max-width: none
  }

  .col-md-1 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
          max-width: 8.333333%
  }

  .col-md-2 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
          max-width: 16.666667%
  }

  .col-md-3 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%
  }

  .col-md-4 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
          max-width: 33.333333%
  }

  .col-md-5 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
          max-width: 41.666667%
  }

  .col-md-6 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%
  }

  .col-md-7 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
          max-width: 58.333333%
  }

  .col-md-8 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
          max-width: 66.666667%
  }

  .col-md-9 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
          flex: 0 0 75%;
          max-width: 75%
  }

  .col-md-10 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
          max-width: 83.333333%
  }

  .col-md-11 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
          max-width: 91.666667%
  }

  .col-md-12 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%
  }

  .order-md-first {
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1
  }

  .order-md-last {
          -webkit-box-ordinal-group: 14;
          -ms-flex-order: 13;
          order: 13
  }

  .order-md-0 {
          -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
          order: 0
  }

  .order-md-1 {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1
  }

  .order-md-2 {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2
  }

  .order-md-3 {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3
  }

  .order-md-4 {
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4
  }

  .order-md-5 {
          -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
          order: 5
  }

  .order-md-6 {
          -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
          order: 6
  }

  .order-md-7 {
          -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
          order: 7
  }

  .order-md-8 {
          -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
          order: 8
  }

  .order-md-9 {
          -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
          order: 9
  }

  .order-md-10 {
          -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
          order: 10
  }

  .order-md-11 {
          -webkit-box-ordinal-group: 12;
          -ms-flex-order: 11;
          order: 11
  }

  .order-md-12 {
          -webkit-box-ordinal-group: 13;
          -ms-flex-order: 12;
          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%
  }
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
  }

  @media (min-width: 992px) {
      .col-lg {
          -ms-flex-preferred-size:0;
          flex-basis: 0;
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          max-width: 100%
  }

  .col-lg-auto {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: auto;
          max-width: none
  }

  .col-lg-1 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
          max-width: 8.333333%
  }

  .col-lg-2 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
          max-width: 16.666667%
  }

  .col-lg-3 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%
  }

  .col-lg-4 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
          max-width: 33.333333%
  }

  .col-lg-5 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
          max-width: 41.666667%
  }

  .col-lg-6 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%
  }

  .col-lg-7 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
          max-width: 58.333333%
  }

  .col-lg-8 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
          max-width: 66.666667%
  }

  .col-lg-9 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
          flex: 0 0 75%;
          max-width: 75%
  }

  .col-lg-10 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
          max-width: 83.333333%
  }

  .col-lg-11 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
          max-width: 91.666667%
  }

  .col-lg-12 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%
  }

  .order-lg-first {
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1
  }

  .order-lg-last {
          -webkit-box-ordinal-group: 14;
          -ms-flex-order: 13;
          order: 13
  }

  .order-lg-0 {
          -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
          order: 0
  }

  .order-lg-1 {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1
  }

  .order-lg-2 {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2
  }

  .order-lg-3 {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3
  }

  .order-lg-4 {
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4
  }

  .order-lg-5 {
          -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
          order: 5
  }

  .order-lg-6 {
          -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
          order: 6
  }

  .order-lg-7 {
          -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
          order: 7
  }

  .order-lg-8 {
          -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
          order: 8
  }

  .order-lg-9 {
          -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
          order: 9
  }

  .order-lg-10 {
          -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
          order: 10
  }

  .order-lg-11 {
          -webkit-box-ordinal-group: 12;
          -ms-flex-order: 11;
          order: 11
  }

  .order-lg-12 {
          -webkit-box-ordinal-group: 13;
          -ms-flex-order: 12;
          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%
  }
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
  }

  @media (min-width: 1200px) {

      .col-xl {
          -ms-flex-preferred-size:0;
          flex-basis: 0;
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          max-width: 100%
  }

  .col-xl-auto {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: auto;
          max-width: none
  }

  .col-xl-1 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
          max-width: 8.333333%
  }

  .col-xl-2 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
          max-width: 16.666667%
  }

  .col-xl-3 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%
  }

  .col-xl-4 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
          max-width: 33.333333%
  }

  .col-xl-5 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
          max-width: 41.666667%
  }

  .col-xl-6 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%
  }

  .col-xl-7 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
          max-width: 58.333333%
  }

  .col-xl-8 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
          max-width: 66.666667%
  }

  .col-xl-9 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
          flex: 0 0 75%;
          max-width: 75%
  }

  .col-xl-10 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
          max-width: 83.333333%
  }

  .col-xl-11 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
          max-width: 91.666667%
  }

  .col-xl-12 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%
  }

  .order-xl-first {
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1
  }

  .order-xl-last {
          -webkit-box-ordinal-group: 14;
          -ms-flex-order: 13;
          order: 13
  }

  .order-xl-0 {
          -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
          order: 0
  }

  .order-xl-1 {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1
  }

  .order-xl-2 {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2
  }

  .order-xl-3 {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3
  }

  .order-xl-4 {
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4
  }

  .order-xl-5 {
          -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
          order: 5
  }

  .order-xl-6 {
          -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
          order: 6
  }

  .order-xl-7 {
          -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
          order: 7
  }

  .order-xl-8 {
          -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
          order: 8
  }

  .order-xl-9 {
          -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
          order: 9
  }

  .order-xl-10 {
          -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
          order: 10
  }

  .order-xl-11 {
          -webkit-box-ordinal-group: 12;
          -ms-flex-order: 11;
          order: 11
  }

  .order-xl-12 {
          -webkit-box-ordinal-group: 13;
          -ms-flex-order: 12;
          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%
  }
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }
  }

/* BUTTON */

.btn, button, button:focus {
    border: none;
}

button:focus {
    outline: none
}

.btn.focus, .btn:focus, button:focus {
    box-shadow: none;
}

.btn {
    position: relative;
    font-size: 1.0625rem;
    /* padding: 12px; */
    padding: 5px 8px;
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

.btn.orrange-btn {
    background-color: #E77817;
    color: #ffffff;
}

.btn.orrange-btn:hover {
    background-color: #0165B1;
}

.btn.blue-btn {
    background-color: #0165B1;
    color: #ffffff;
}

.btn.blue-btn:hover {
    background-color: #E77817;
}

.arrow-btn {
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

a.more-link {
    position: relative;
    color: #22CAED;
    padding-right: 22px;
    display: table;
    -webkit-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
}

a.more-link::before {
    content: '';
    width: 12px;
    height: 2px;
    background-color: #22CAED;
    display: block;
    position: absolute;
    right: 0px;
    top: 12px;
}

a.more-link::after {
    content: '';
    width: 2px;
    height: 12px;
    background-color: #22CAED;
    display: block;
    position: absolute;
    right: 5px;
    top: 7px;
}

a.more-link::before, a.more-link::after {
    -webkit-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
}

a.more-link:hover::before {
    transform: rotate(45deg);
    width: 9px;
    top: 8px;
    background-color: #55cefa;
}

a.more-link:hover::after {
    transform: rotate(45deg);
    height: 9px;
    right: 4px;
    top: 10px;
    background-color: #55cefa;
}

a.more-link:hover {
    padding-left: 4px;
    color: #55cefa;
}


a.more-link.yellow {
    position: relative;
    color: #ffc490;
    padding-right: 22px;
    display: table;
    -webkit-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
}

a.more-link.yellow::before {
    content: '';
    width: 12px;
    height: 2px;
    background-color: #ffc490;
    display: block;
    position: absolute;
    right: 0px;
    top: 12px;
}

a.more-link.yellow::after {
    content: '';
    width: 2px;
    height: 12px;
    background-color: #ffc490;
    display: block;
    position: absolute;
    right: 5px;
    top: 7px;
}

a.more-link.yellow:hover::before {
    transform: rotate(45deg);
    width: 9px;
    top: 8px;
    background-color: #fba55a;
}

a.more-link.yellow:hover::after {
    transform: rotate(45deg);
    height: 9px;
    right: 4px;
    top: 10px;
    background-color: #fba55a;
}

a.more-link.yellow:hover {
    padding-left: 4px;
    color: #fba55a;
}



/* FORM */
.form-group {
    margin-bottom: 1rem;
}
.shadow-form {
    box-shadow: 0 3px 99px rgba(0, 0, 0, 0.13);
}

.form-padding {
    padding: 40px
}

.form-group label {
    font-size: 1rem;
    color: #000000;
}

.form-control {
    padding: 11px 12px;
    /*padding: 5px 10px; */
    font-size: 0.9375rem;
    color: #414141;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
}

.form-control:focus {
    color: #414141;
    border-color: #06afef;
    box-shadow: none;
}

/* CUSTOM CHECKBOX */

.custom-check {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 0.875rem;
    color: #777777;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-check:not(.icon-right) {
    padding-left: 29px;
}

.custom-check.icon-right {
    padding-right: 29px;
}

.custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-check .checkmark {
    position: absolute;
    top: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
}

.custom-check:not(.icon-right) .checkmark {
    left: 0;
}

.custom-check.icon-right .checkmark {
    right: 0;
}

.custom-check.radio-check .checkmark {
    top: 2px;
    border-radius: 50%;
}

.custom-check.radio-check input:checked~.checkmark {
    border-color: #06afef;
}

.custom-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-check input:checked~.checkmark:after {
    display: block;
}

.custom-check:not(.radio-check) .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #06afef;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-check.radio-check .checkmark:after {
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    background-color: #00A9EC;
    border-radius: 50%;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 50%;
    -webkit-appearance: none;
    appearance: none;
}

select::-ms-expand {
    overflow: hidden;
    display: none;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 46px;
    border: 1px solid #D5D5D5;
    border-radius: 5px
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 3px 15px;
    display: block;
    width: calc(100% - 170px);
    pointer-events: none;
    z-index: 20;
    height: 40px;
    line-height: 40px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
}

.file-upload-wrapper:before {
    content: "Select a file";
    position: absolute;
    top: 4px;
    right: 4px;
    display: inline-block;
    height: 36px;
    background: #7B2F74;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 1rem;
    line-height: 36px;
    padding: 0 45px;
    pointer-events: none;
    border-radius: 5px;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

/* BULLET LIST */

.circle-icon-lists li {
    position: relative;
    padding-left: 20px;
    background-image: url(../images/circle-bullet.svg);
    background-repeat: no-repeat;
    background-position: left 7px;
    margin-bottom: 19px;
}

.circle-icon-lists li .more-link {
    color: #0165B1;
}

.circle-icon-lists li .more-link:hover {
    color: #06afef;
}

.circle-icon-lists li .more-link::before, .circle-icon-lists li .more-link::after {
    background-color: #0165B1;
}

.circle-icon-lists li .more-link:hover::before, .circle-icon-lists li .more-link:hover::after {
    background-color: #06afef;
}

.grad-bg .circle-icon-lists li {
    background-image: url(../images/circle-bullet-white.svg);
}

/* ACCORDIAN */

.accordion-content {
    display: none;
}

/* SITE COLOR */

.white-color, .white-color:hover {
    color: #ffffff;
}

.white-bg {
    background-color: #ffffff !important;
}

.grey-bg {
    background-color: #F6F6F6 !important;
}

.blue-bg {
    background-color: #0B4B7F !important;
}

.grad-bg-blue {
    background: rgb(5, 41, 70);
    background: linear-gradient(21deg, rgba(5, 41, 70, 1) 0%, rgba(11, 75, 127, 1) 100%);
}

.grad-bg {
    background: rgb(149, 57, 87);
    background: linear-gradient(21deg, rgba(149, 57, 87, 1) 0%, rgba(186, 73, 46, 1) 100%);
}

/* OWL DOTS */

.owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-dots button {
    margin: 0 8px;
}

.owl-dots button span, .circle-pagination .owl-dots button span {
    display: block;
    width: 16px;
    height: 16px;
    border: 3px solid #ffffff;
    background-color: #D2D2D2;
    border-radius: 50%;
}

.owl-dots button.active span, .circle-pagination .owl-dots button.active span {
    border-color: #0165B1;
    background-color: #ffffff;
}

.banner-slider .owl-dots button, .line-pagination .owl-dots button {
    margin: 0 8px 0 0;
}

.banner-slider .owl-dots button span, .line-pagination .owl-dots button span {
    border: none;
    width: 18px;
    height: 3px;
    border-radius: 9px;
    background-color: #C1C1C1;
    -webkit-transition: width ease-in-out 0.35s;
    transition: width ease-in-out 0.35s;
}

.banner-slider .owl-dots button.active span, .line-pagination .owl-dots button.active span {
    width: 37px;
    height: 5px;
    border-radius: 5px;
    background-color: #E77817;
}

/* STICKY SOCIAL */

.sticky-social {
    position: fixed;
    background-color: #005394;
    right: 0;
    top: 300px;
    z-index: 99;
    border-radius: 15px 0 0 15px;
    padding: 10px;
}

.sticky-social a {
    display: block;
    padding: 8px 6px;
    color: #E2E2E2;
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
    text-align: center;
}

.sticky-social a:hover {
    color: #06afef;
}

/* GO TOP  */

.go-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    z-index: 999;
}

.go-top:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f106";
    color: #fff;
    font-size: 28px;
}

/* HEADER */

.main-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9;
}

.main-header .header-widget {
    position: relative;
}

.main-header .header-widget.top {
    background-color: #ffffff;
}

.main-header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-header nav ul li a {
    display: block;
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

.main-header nav>ul>li>a {
    /* text-transform: uppercase; */
    font-family: 'RubikRegular';
}

.main-header nav>ul>li:nth-child(4)>a {
    color: #00BE13;
}

.main-header nav>ul>li:hover>a, .main-header nav>ul>li:nth-child(4):hover>a {
    color: #06afef;
}

.main-header nav>ul>li>a.active {
    color: #06afef;
}

.main-header nav .sub-menu {
    z-index: 1;
}

.main-header nav .sub-menu li a {
    display: block;
    padding: 8px 10px;
    font-size: 0.875rem;
}

.main-header nav .sub-menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.main-header nav .sub-menu li:hover>a {
    background-color: #00BE13;
    color: #ffffff;
}

.main-header .header-widget.bottom {
    background-color: #41536B;
    height: 50px;
}

.main-header .search-form input {
    width: 100%;
    height: 50px;
    border: none;
    color: #ffffff;
    font-size: 18px; /*Nilkanta 14px; search*/
}

.main-header .search-form input:focus-visible {
    border: none;
    box-shadow: none;
    outline: 0;
}

.main-header .search-form input::placeholder {
    color: #ffffff;
    opacity: 1;
    font-family: 'RubikRegular';
}

.main-header .search-form input:-ms-input-placeholder {
    color: #ffffff;
    font-family: 'RubikRegular';
}

.main-header .search-form input::-ms-input-placeholder {
    color: #ffffff;
    font-family: 'RubikRegular';
}

.main-header .search-form input:focus::placeholder {
    color: transparent;
}

.main-header .quick-links li a {
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.main-header .quick-links li a:hover{
    color: #06afef;
}
/* .main-header .quick-links li a.active {
    color: #06afef;
} */

.cust-logbtn {
    height: 50px;
    width: 210px; /*Nilkanta 165 /162*/
    font-size: 18px;
    border-radius: 0;
    /* background-color: #121C29; */
    background-color: #06afef;
    color: #ffffff;
    font-family: 'RubikRegular';
    /* text-transform: uppercase; */
    line-height: 1;
    display: block;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.cust-logbtn img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cust-logbtn:hover {
    /* background-color: #06afef; */
    background-color: #121C29;
    color: #ffffff;
}

/* Main Banner */

.banner-slider .owl-dots {
    position: absolute;
}

.widget-top-border {
    position: relative;
    padding-top: 24px;
}

.widget-top-border::before, .widget-top-border::after {
    content: '';
    position: absolute;
    height: 3px;
    display: block;
    top: 0;
    left: 0;
}

.widget-top-border::before {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}

.widget-top-border::after {
    width: 100px;
    background-color: #ffffff;
}

/* Help */

.help-block {
    background-color: #0165B1;
}

.help-block .col-widget.devider {
    width: 1px;
    background-color: #FFFFFF5C;
    display: block
}

.help-block .col-widget .widget-help .help-callno {
    white-space: nowrap;
}

.help-block .title {
    font-size: 1.875rem;
    color: #ffffff;
    line-height: 2rem;
}

.help-block .info {
    color: #87EAFF;
}

.help-block h4 {
    color: #FFD6B2;
}

/* Customer Zone */

.customer-block .customer-col .customer-widget h3 {
    margin-bottom: 20px;
}

.customer-block ul.two-col, .customer-block ul.three-col, .customer-block ul.four-col {
    display: grid;
    grid-gap: 30px 33px;
}

.customer-block ul.one-col li {
    margin-bottom: 30px;
}

.customer-block ul.one-col li:last-child {
    margin-bottom: 0;
}

.customer-block ul li a {
    position: relative;
    color: #ffffff;
    text-align: left;
    display: grid;
    align-items: center;
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

.customer-block ul li a::before {
    content: '';
    width: 4px;
    height: 100%;
    display: block;
    background-color: #E77817;
    position: absolute;
    left: 0px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

.customer-block ul li:hover a::before {
    opacity: 1;
    visibility: visible;
    left: -12px;
}

.customer-block ul li a .icon {
    display: block;
    text-align: center;
}

/* Service */

.service-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.service-box .icon {
    display: block;
}

.service-box .icon img {
    width: auto;
}

.service-box .cont {
    flex: 1;
    padding-left: 20px;
}

.service-box .cont h3 {
    color: #7B2F74;
}
.service-box .cont h5 {
    color: #7B2F74;
}

.service-box .cont p {
    /* font-size: 1.125rem; */
    font-size: 1rem;
    margin-bottom: 0;
    text-align: justify;
}

/* Investor zone */

.investor-section {
    position: relative;
}

.investor-section::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    background-color: #005394;
    display: block;
    z-index: -1;
}

.investor-block {
    background-color: #005394;
}

.investor-col ul li a {
    position: relative;
    color: #ffffff;
    padding-left: 17px;
    display: block;
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

.investor-col ul li a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #22CAED;
}

.investor-col ul li a::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    opacity: 0;
    right: -20px;
    margin-left: 20px;
    transition: 0.5s;
    font-size: 1rem;
    color: #22CAED;
}

.investor-col ul li a:hover {
    /* padding-right: 24px; */
    padding-left: 0;
}

.investor-col ul li a:hover::after {
    opacity: 1;
    right: 10px;
}

.investor-col ul li a:hover::before {
    opacity: 0;
    visibility: hidden;
}

/* Social Feed */

.social-feed-block {
    background-color: #eeeeee;
    overflow: hidden;
}

.social-feed-block.no-bg {
    background-color: transparent;
}

.feed-box .feed-img {
    display: block;
    overflow: hidden;
    background-color: #414141;
}

.feed-box .feed-img img {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}

.feed-box:hover .feed-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.6;
}

.feed-box .feed-cont {
    background-color: #ffffff;
    min-height: 140px;
}

.feed-box .feed-cont a {
    display: grid;
}

.feed-box .feed-cont i {
    text-align: center;
}

.feed-box .feed-cont p {
    color: #414141;
    margin-bottom: 0;
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

.feed-box .feed-cont p:hover {
    color: #00BE13;
}

.social-feed-block i.fa-facebook-f {
    color: #3258A4;
}

.social-feed-block i.fa-linkedin-in {
    color: #0077B5;
}

.social-feed-block i.fa-twitter {
    color: #1DA1F2;
}

.social-feed-block i.fa-instagram {
    color: #A63795;
}
.social-feed-block i.fa-youtube {
    color: #c00;
}

.social-feeds .owl-dots {
    position: absolute;
    /* left: 0; */
    left: 50%;
    bottom: -58px;
}

.social-feeds .owl-dots .owl-dot {
    margin: 0 10px 0 0;
}

.social-feeds .owl-dots button span {
    border-color: #eeeeee;
}

.social-feeds .owl-dots button.active span {
    border-color: #0165B1;
}

.follow-widget .follow-title {
    font-size: 1.5rem;
    font-family: 'RubikRegular';
}

.follow-widget ul li {
    line-height: 1;
}

/* Footer */

.main-footer {
    background-color: #ffffff;
}

.main-footer.top-border .footer-top {
    border-top: 1px solid #D9D9D9;
}

.inner-content.is-bg+.main-footer.top-border .footer-top {
    border-top: none;
}

.main-footer .footer-widget h6 {
    margin-bottom: 22px;
    white-space: nowrap;
}

.main-footer .footer-widget .links li {
    margin-bottom: 8px;
}

.main-footer .footer-widget .links a {
    font-size: 0.9375rem;
}

.main-footer .footer-widget .links a, .main-footer .footer-widget .footer-social a {
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.main-footer .footer-widget .footer-social a, .main-footer .footer-widget .links a, .main-footer .footer-widget .contact-info a {
    color: #414141;
}

.main-footer .footer-widget .links a:hover, .main-footer .footer-widget .footer-social a:hover {
    color: #06afef;
}

.main-footer .footer-widget .footer-social li {
    margin-right: 15px;
}

.main-footer .copyright {
    color: #585858;
}

/* INNER CONTENT */

.section, .main-footer {
    overflow: hidden;
}

.inner-content {
    overflow: hidden;
}

.sidebar.shadow {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.siberbar-title {
    color: #000000;
}

/* BERADCRAMB */

.breadcramb li {
    font-size: 0.9375rem;
}

.blue-bg .breadcramb li {
    color: #ffffff;
}

.grey-bg .breadcramb li {
    color: #0165B1;
}

.breadcramb li a {
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

.blue-bg .breadcramb li a, .blue-bg .breadcramb li::after {
    color: #22CAED;
}

.blue-bg .breadcramb li a:hover {
    color: #dfdfdf;
}

.grey-bg .breadcramb li a, .grey-bg .breadcramb li::after {
    color: #6C6C6C;
}

.grey-bg .breadcramb li a:hover {
    color: #22CAED;
}

.breadcramb li::after {
    content: '>';
    margin: 0 10px;
}

.breadcramb li:last-child::after {
    display: none;
}

.breadcramb.common-breadcramb li {
    font-family: 'RubikRegular';
    font-size: 1.125rem;
}

.breadcramb.common-breadcramb li a {
    color: #000000;
}

.breadcramb.common-breadcramb li, .breadcramb.common-breadcramb li a:hover {
    color: #0165B1;
}

/* LOGIN / REGISTER */

.myaccount-tab .nav-tabs {
    position: relative;
    border: none;
    background-color: #fff;
    border-radius: 6px;
}

.myaccount-tab .nav-tabs li {
    margin: 0 24px 0 0;
}

.myaccount-tab .nav-tabs li:last-child {
    margin: 0;
}

.myaccount-tab .nav-tabs li a {
    position: relative;
    margin-right: 0px;
    padding: 0;
    border: none;
    color: #414141;
    text-align: left;
}

.myaccount-tab .nav-tabs a:hover {
    background-color: #fff;
    border: none;
}

.myaccount-tab .slider {
    display: inline-block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background-color: #0165B1;
    position: absolute;
    z-index: 1;
    bottom: 0;
    transition: all .4s linear;
}

.myaccount-tab .nav-tabs .active {
    background-color: transparent;
    border: none;
    color: #0165B1;
    font-family: 'RubikRegular';
}

.myaccount-tab form .forgot {
    color: #414141;
    font-size: 0.875rem;
}

.myaccount-tab .widget-register {
    border-top: 1px solid #D4D4D4;
}

.myaccount-tab .widget-register p {
    font-family: 'RubikRegular';
}

.lt-cutomer, .ht-cutomer {
    display: none;
}

.lt-cutomer.is-active, .ht-cutomer.is-active {
    display: block;
}

.blue-links-box {
    background-color: #0B4B7F;
}

.blue-links-box ul li a {
    font-family: 'RubikRegular';
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

.blue-links-box ul li a:hover {
    color: #06afef;
}

.blue-links-box ul li::after {
    content: '\007c';
    color: #ffffff;
}

.blue-links-box ul li:last-child::after {
    display: none;
}

/* FORM */

.form-group label {
    display: block;
    font-family: 'RubikRegular';
    font-size: 1rem;
    margin-bottom: 4px;
}

/* ABOUT US */

.icon-box.left-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.icon-box .icon {
    display: block;
}

.icon-box .cont {
    flex: 1;
}

.icon-box .cont h3 {
    color: #7B2F74;
}

.icon-box .cont p {
    text-align: left;
}

/* SIDEBAR ACCORDIAN */

.sidebar .accordion .accordion-toggle {
    position: relative;
    font-size: 0.875rem;
    color: #ffffff;
    padding: 13px 15px 13px 50px;
    display: block;
}

.sidebar .accordion.no-icon .accordion-toggle {
    padding: 10px 15px 10px 20px;
}

.sidebar .accordion.no-icon .accordion-content {
    padding: 5px 15px 5px 30px;
}

.sidebar .accordion .accordion-toggle img {
    position: absolute;
    left: 15px;
    width: 22px;
}

.sidebar .accordion .has-acordion .accordion-toggle:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: rotate ease-in-out 0.35s;
    transition: rotate ease-in-out 0.35s;
}

.sidebar .accordion .has-acordion .accordion-toggle.active:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.sidebar .accordion .accordion-content {
    font-size: 0.875rem;
    /* padding: 5px 35px 5px 49px; */
    padding: 5px 0px 5px 35px;
}

.sidebar .accordion .accordion-content a {
    color: #E8B384;
    padding: 5px 15px;
    display: block;
    background: url(../images/circle-bullet-01H.svg) no-repeat left 12px;
}

.sidebar .accordion .accordion-content a:hover {
    background: url(../images/circle-bullet-01.svg) no-repeat left 12px;
}
.sidebar .accordion .accordion-content a:hover,
.accordion-content a.active {
    color: #ffffff !important;
}

.sidebar .accordion .accordion-toggle.active, .sidebar .accordion .accordion-toggle:hover, .sidebar .accordion .accordion-content {
    background-color: rgba(0, 0, 0, 0.2);
}

/* SIDEBAR MENU */

.sidebar-menu li a {
    position: relative;
    font-family: 'RubikRegular';
    font-size: 0.9375rem;
    color: #ffffff;
    display: block;
    padding: 14px 14px 14px 0;
    text-align: left;
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

.sidebar-menu li a::after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: rotate ease-in-out 0.35s;
    transition: rotate ease-in-out 0.35s;
}

.sidebar-menu li.has-menu>a::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.sidebar-menu li.has-menu.open>a::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.sidebar-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-menu li:last-child {
    border-bottom: none;
}

/* .sidebar-menu li:last-child ul {
    display: none;
    padding-left: 12px;
} */
.sidebar-menu li ul {
    display: none;
    padding-left: 12px;
}

.sidebar-menu li:hover>a, .sidebar-menu li>a.active {
    padding-left: 6px;
}

.sidebar-menu li a::before {
    content: '';
    width: 0px;
    height: 100%;
    display: block;
    background-color: #fdc12c;
    position: absolute;
    left: -24px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

.sidebar-menu li.has-menu ul li a::before {
    left: -36px;
}

.sidebar-menu li:hover>a::before, .sidebar-menu li>a.active::before {
    width: 4px;
    opacity: 1;
    visibility: visible;
}

/* REGISTRATION */

.single-register {
    max-width: 640px;
    margin: 0 auto;
}

.single-register .bottom-link {
    color: #414141;
    font-size: 0.875rem;
}

.single-register .bottom-link a {
    font-weight: bold;
    color: #414141;
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

.single-register .bottom-link a:hover {
    color: #06afef;
}

/* QUICK BILL PAY */

.billpay-tab .slider {
    display: inline-block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background-color: #FFC53D;
    position: absolute;
    z-index: 1;
    bottom: 0;
    transition: all .4s linear;
}

.billpay-tab .nav-tabs {
    position: relative;
    display: table;
    margin: 0 auto;
}

.billpay-tab .nav-tabs .nav-item {
    margin-bottom: 0;
    position: relative;
    display: table-cell;
}

.billpay-tab .nav-tabs .nav-item:last-child {
    padding-right: 0;
}

.billpay-tab .nav-tabs .nav-item .nav-link {
    display: block;
    font-family: 'RubikRegular';
    font-size: 1.1875rem;
    color: #ffffff;
    border: none;
}

.billpay-tab .nav-tabs .nav-item .nav-link.active {
    color: #FFC53D;
    background-color: transparent;
}

.billpay-tab .nav-tabs .nav-item .nav-link::before {
    display: none;
}

.billpay-tab .customer-widget h6 {
    font-family: 'RubikLight';
}

/* HISTORY PAGE STYLE */

.history-cont {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.history-cont:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    display: block;
    bottom: 0;
    background-color: rgba(149, 57, 87, 1);
}

.history-layout .history-cont h3 {
    color: #7B2F74;
    margin-bottom: 12px;
}

.history-layout .history-cont p {
    text-align: justify;
}

.history-layout .history-cont p:last-child {
    margin-bottom: 0;
}

.history-cont .circle {
    position: relative;
    font-weight: bold;
    border-radius: 50%;
    background: rgb(149, 57, 87);
    background: linear-gradient(21deg, rgba(149, 57, 87, 1) 0%, rgba(186, 73, 46, 1) 100%);
    color: #ffffff;
    text-align: center;
    z-index: 1;
}

.history-col {
    counter-reset: my-sec-counter;
}

.history-cont .circle::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
}

/* MEMBER LIST */

.member-box {
    margin-bottom: 30px;
}

.member-box figure {
    position: relative;
    height: 350px;
    margin: 0;
    display: flex;
    overflow: hidden;
    flex-direction: column-reverse;
}

.member-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-box figure figcaption, .member-box figure .btn-wrap {
    position: absolute;
}

.member-box figure figcaption {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    bottom: 0;
    /* padding: 10px 15px; */
    padding: 10px 10px;
    color: #ffffff;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.member-box figure:hover figcaption {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.member-box figure figcaption h6 {
    margin-bottom: 0;
    font-family: 'RubikLight';
}

.member-box figure .btn-wrap {
    width: 100%;
    min-height: 150px;
    bottom: -200px;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    padding: 15px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.member-box figure:hover .btn-wrap {
    bottom: 0;
    display: none;
}

.member-details-box h6 {
    margin-bottom: 15px;
    color: #B04439;
}

/* COMMITTEE COMPOSITION */

.committee-table.table thead th, .committee-table.table tbody td {
    text-align: left;
}

.committee-table.table tbody td.darkgreyblue-color {
    background-color: #41536B;
    font-size: 1rem;
    /* font-weight: 600; */
    letter-spacing: 1px;
    color: #ffffff;
}

/* ACHIEVEMENTS */

.achievements-box {
    background: #F6F6F6 url(../images/achievement-bg.png) no-repeat;
    background-size: 71px;
    background-position: left top 10px;
    padding: 30px;
}

.achievements-box h3 {
    color: #B04439
}

.achievements-box small {
    display: block;
    color: #41536B
}

.achievements-box p {
    min-height: 52px;
    margin-top: 12px;
    margin-bottom: 0;
    color: #414141;
}

/* ENVIROMENT MANAGEMENT */

.polution-activities .icon-box img {
    width: auto;
    margin: 0 auto;
}

.polution-activities .icon-box {
    padding: 30px 10px;
}

.polution-activities .icon-box h4 {
    font-size: 1.25rem;
}

.polution-activities .owl-item:nth-child(odd) .icon-box {
    background: rgb(5, 41, 70);
    background: linear-gradient(21deg, rgba(5, 41, 70, 1) 0%, rgba(11, 75, 127, 1) 100%);
}

.polution-activities .owl-item:nth-child(even) .icon-box {
    background: rgb(149, 57, 87);
    background: linear-gradient(21deg, rgba(149, 57, 87, 1) 0%, rgba(186, 73, 46, 1) 100%);
}

/* ======================================================== GENERAL STYLE ============================================================ */

.inner-content p {
    text-align: justify;
}
/* .inner-content ul li {
    text-align: justify;
} */
.general-common-banner {
    position: relative;
    height: 316px;
    background-color: #2B2B2B;
}

.general-common-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.general-common-banner .general-caption {
    position: absolute;
    max-width: 1400px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    font-family: 'RubikRegular';
    font-size: 3.125rem;
    color: #ffffff;
}

.para-font-18 {
    font-size: 1.125rem;
}

.para-font-16 {
    font-size: 1rem;
}

/* IMAGE GALLERY */

.gallery-box {
    height: 250px;
}

.gallery-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* VIDEO GALLERY */

.video-box {
    position: relative;
    background-color: #000000;
    z-index: 1;
}

.video-box>img, .video-box>iframe {
    opacity: 0.5;
}

.video-box .play-icon {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
}

/* ACCORDIAN STYLE */

.accordian .accordian-card {
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 12px;
}

.accordian .accordian-card .accordian-header, .accordian .accordian-card .accordian-content {
    position: relative;
    padding: 14px 21px;
}

.accordian .accordian-card .accordian-header {
    font-family: 'RubikRegular';
    /* font-size: 1.125rem; */
    font-size: 1rem;
    color: #313131;
    padding-right: 50px;
    border-radius: 5px;
    cursor: pointer;
}

.accordian .accordian-card .accordian-header::after {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/plus-icon.svg);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 22px;
    top: 20px;
}

.accordian .accordian-card .accordian-content {
    font-size: 1rem;
    color: #414141;
    display: none;
}

.accordian.no-bg .accordian-card {
    border-color: #A7A7A7;
}

.accordian.is-bg>.accordian-card {
    border-color: #E3E3E3;
}

.accordian.is-bg>.accordian-card .accordian-header {
    background-color: #F9F9F9;
}

.accordian.is-bg>.accordian-card.active>.accordian-header {
    background-color: #0165B1;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
}

.accordian.no-bg>.accordian-card.active>.accordian-header {
    color: #E77817;
}

.accordian.no-bg>.accordian-card.active>.accordian-header::after {
    background-image: url(../images/line-orrange.svg);
    background-position: center;
}

.accordian.is-bg>.accordian-card.active>.accordian-header::after {
    background-image: url(../images/line-white.svg);
    background-position: center;
}

/* BLOG / NEWS / EVENTS */

.article {
    position: relative;
    margin-bottom: 30px;
}

.article figure {
    margin: 0;
}

.article figure figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    /* padding: 26px 38px; */
    padding: 15px 10px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8547794117647058) 0%, rgba(0, 0, 0, 0) 100%);
}

.article figure .article-date {
    font-family: 'RubikRegular';
    font-style: italic;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 25px;
    font-size: 0.75rem;
    box-shadow: 0 0 11px rgba(0, 0, 0, .39);
    padding: 3px 11px;
    z-index: 1;
}

.article figure .img-box {
    position: relative;
    /* height: 340px; */
    height: 200px;
    overflow: hidden;
    background-color: #000000;
    border: 1px solid #EEE;
    display: block;
}

.article figure .img-box img {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article figure:hover .img-box img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.5;
}

.article figure .img-box .btns {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.article figure .img-box .btns .btn {
    display: table;
    margin: 6px auto;
    min-width: 180px;
    font-size: 0.875rem;
    padding: 5px 8px;
    opacity: 0;
    visibility: 0;
    transition: all ease-in-out 0.35s;
}

/* .article figure:hover .img-box .btns .btn {} */

.article figure .img-box .btns .btn:nth-child(1) {
    transform: translateY(15px);
}

.article figure .img-box .btns .btn:nth-child(2) {
    transform: translateY(30px);
}

.article figure .img-box .btns .btn:nth-child(3) {
    transform: translateY(45px);
}

.article figure:hover .img-box .btns .btn:nth-child(1) {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.article figure:hover .img-box .btns .btn:nth-child(2) {
    transform: translateY(0px);
    transition-delay: 0.2s;
    opacity: 1;
    visibility: visible;
}

.article figure:hover .img-box .btns .btn:nth-child(3) {
    transform: translateY(0px);
    transition-delay: 0.4s;
    opacity: 1;
    visibility: visible;
}

.article figure figcaption h4 {
    font-family: 'RubikRegular';
    font-size: 1.125rem;
    margin: 18px 0 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    line-clamp: 1;
    color: #fff;
}

.article figure figcaption h4 a {
    color: #ffffff;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.article figure figcaption h4:hover a {
    color: #06afef;
}

.article figure figcaption .author {
    position: relative;
    font-family: 'RubikRegular';
    font-size: 0.875rem;
    color: #FFAA00;
    max-width: calc(100% - 121px);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    line-clamp: 1;
}


/* TABLE */

.table thead th {
    /* padding: 12px 20px; */
    padding: 10px 10px;
}

.table tbody td {
    /* padding: 10px 20px; */
    padding: 10px 10px;
    border-top: none;
    border-bottom: 1px solid #e1e1e1;
}

.table tbody tr:nth-child(even) td {
    background-color: #EBEBEB;
}

.table tfoot td {
    background-color: #41536B;
    color: #ffffff;
}

.table thead th {
    background-color: #7B2F74;
    /* font-family: 'RubikMedium'; */
    font-size: 1rem;
    font-weight: normal;
    color: #ffffff;
    border-bottom: none;
}

.scroll-cont {
    height: 350px;
    overflow: auto;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #B04439;
}

.blue-bg .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
}


.consumer-addrss p {
    font-size: 0.875rem;
}

.rate-drop .form-control {
    width: 150px;
}

.rate-drop select.form-control:not([size]):not([multiple]) {
    background-position: calc(100% - 8px) 50%;
    background-size: 13px;
    padding: 7px 25px 7px 7px;
}

.rate-drop .btn {
    font-size: 0.875rem;
    padding: 8px 15px;
}

.consumption-table table .btn {
    font-size: 0.75rem;
    padding: 4px 8px;
}

.inner-content table p {
    text-align: left;
}

.input-xs {
    width: 120px;
    padding: 2px 6px;
}
.custom_content ul{
    margin-top: 1.5rem;
    padding-left: 0;
    list-style: none;
}
.custom_content ul li{
    position: relative;
    padding-left: 20px;
    background-image: url(../images/circle-bullet.svg);
    background-repeat: no-repeat;
    background-position: left 5px;
    /* margin-bottom: 19px; */
    margin-bottom: 10px;
}
/* .innerPageQuickLinks ul {
    margin-bottom: 0;
} */
.innerPageQuickLinks ul li a{
    color: #7B2F74;
    font-family: 'RubikRegular';
    border-right: 2px solid #E77817;
    padding-left: 12px;
    padding-right: 12px;
}
.innerPageQuickLinks ul li a:hover{
    color: #E77817;
}
.innerPageQuickLinks ul li:last-child a{
    border-right: none;
}
.borderLeft{
    border-left: 1px dotted;
}

/* .sidebar.grad-bg-blue .accordion .accordion-toggle{
    padding: 10px 15px 10px 20px;
}
.sidebar.grad-bg-blue .accordion .accordion-content{
    padding: 5px 15px 5px 30px;
} */
/* ----------------------- */

.owl-text-overlay {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 2px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.4);
    padding: 5px;
    font-family: "Open Sans", sans-serif;
}
h2.owl-title {
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 18px;
}
.table td, .table th, .table thead th{
    vertical-align: middle;
}

.table_font_sm{
    font-size: 0.9rem;
}
.table_font_sm thead th{
    font-size: 0.9rem !important;
}


.myAccordian .card{
    margin-bottom: 10px;
}
.myAccordian .card-header{
    padding: 0;
}
.myAccordian .card-header .btn{
    font-family: 'RubikRegular';
    color: #313131;
    padding: 0.75rem 1.25rem;
    border-radius: unset;
    width: 100%;
    text-align: left;
    white-space: unset;
}

.customAuthor {
    font-family: 'RubikRegular';
    font-size: 0.875rem;
    color: #E77817;
}
.innews-article-item {
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
.customArticleDate{
    font-size: 0.75rem;
    background-color: #E77817;
    color: #fff;
    line-height: 1.2;
    width: 58px;
    text-align: center;
    padding: 5px;
}
.customArticleDate span {
    display: block;
}
.customArticleDate{
    font-family: 'RubikRegular';
    font-size: 1.625rem;
}
.customArticleDate .month,
.customArticleDate .year {
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* PDF LIST STYLE */
.pdf-list-style {
	display: flex;
    flex-wrap: wrap;
	grid-gap: 15px;
}
.pdf-subitems {
    position: relative;
    flex: 1 1 100%;
    padding-left: 10px;
}
.pdf-subitems::before {
    position: absolute;
    content:'';
    width:7px;
    height:0;
    display: block;
    left: 0;
    top: 10px;
    border-top: 2px solid #E77817;
}
.pdf-subitems::after {
    position: absolute;
    content:'';
    width:0;
    height:calc(100% - 10px);
    display: block;
    left: 0;
    bottom: 0;
    border-left: 2px solid #E77817;
}
.pdf-subitems .pdf-list-style {
    position: relative;
    margin-bottom:10px;
}
.pdf-subitems .pdf-list-style::before {
    position: absolute;
    content:'';
    width:20px;
    height:0;
    display: block;
    left: -10px;
    bottom: -10px;
    border-top: 2px solid #E77817;
}
.pdf-list-style li a {
	position: relative;
	display: block;
	border: 1px solid #dfdfdf;
	padding: 12px 12px 12px 45px;
	text-align: left;
	background: #eeeeee;
	color: #414141;
	-webkit-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
	height: 100%;
}
.pdf-list-style li a::before {
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(../images/icon-pdf.png);
	display: inline-block;
	left: 5px;
	top: 8px;
}
.pdf-list-style li.external-link a::before {
	background: url(../images/extrenal-link.png);
    width: 32px;
    height: 28px;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: left 4px top;
}
.pdf-list-style li a:hover{
	background: rgb(149,57,87);
	background: linear-gradient(21deg, rgba(149,57,87,1) 0%, rgba(186,73,46,1) 100%);
	color: #ffffff;
	border-color: #B04439;
}
.icon-xs {
	font-size: 14px;
}
.color-grey {
	color: #939393;
}
.inner-content.is-bg {
    background-color: #F6F6F6;
}
.inner-content.is-bg + .main-footer.top-border .footer-top {
    border-top: none;
}
.carrer-form .form-inline .form-control {
	width: 100%;
	flex: 1;
}
.carrer-form .form-inline .form-control.tel-code {
	width: 55px;
	margin-right: 5px;
}
.carrer-form .form-inline .form-control.tel-code+.form-control {
	width: calc(100% - 60px);
    flex: inherit;
}
.form-new-application .row {
    margin-left: -5px;
    margin-right: -5px;
}
.form-new-application div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.form-new-application .form-group label {
    font-size: 0.875rem;
}

/* Removing arrow sign from dropdown */
/* For Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* For Firefox */
    input[type=number] {
    -moz-appearance: textfield;
}

.consumer_name{
    text-align: center;
    padding: 15px 5px;
    margin-bottom: 0;
    color: #ffd4af;
    border-bottom: 1px solid;
}
.awards-carousel .gallery-box {
    margin: 0 2px;
}
.awards-carousel.award-section .gallery-box {
    height: 160px;
    background: #fff;
    padding: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: inset 0 3px 29px rgba(0,0,0,0.13);
}
.awards-carousel.award-section .gallery-box img {
    object-fit: contain;
}
.warning-icon-list li {
	padding-left: 20px;
	margin-bottom: 19px;
}
.warning-icon-list li::before {
	content: '\f714';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 0.875rem;
	padding-left: 20px;
	color:#9F3D4B;
	position: absolute;
	left: 0;
}
.tick-icon-list li {
	padding-left: 25px;
	margin-bottom: 19px;
    position: relative;
}
.tick-icon-list li::before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 0.875rem;
	color:#0165B1;
	position: absolute;
	left: 0;
    top: 3px;
}
.cursor-pointer{
    cursor: pointer;
}
.font15{
    font-size: 15px !important;
}
.font14{
    font-size: 14px !important;
}
.font12{
    font-size: 12px !important;
}
.fontRubikRegular{
    font-family: 'RubikRegular';
}
.accordian.is-bg>.accordian-card.active>.accordian-header>span {
    color: #ef7d07 !important;
}


.table.daily_schedule tbody tr:nth-child(even) td {
    background-color: initial;
}
.table.daily_schedule tbody td,
.table.daily_schedule thead th{
    border: 1px solid #b4b4b4;
}
.table.daily_schedule.table-bordered td,
.table.daily_schedule.table-bordered th {
    border: 1px solid #b4b4b4;
}
.table.daily_schedule tbody td font{
    padding: 10px 15px;
}
.table.daily_schedule tbody td a {
	position: relative;
    /* padding: 10px 15px; */
}
.table.daily_schedule a::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/icon-download.png);
	display: inline-block;
	left: 35px;
}

/* .mr10px{
    margin-right: 10px;
} */
.customerIcon{
    font-size: 1.25rem;
}
/* .customerName{
    color: #ffffff; 
    font-size: 1rem !important; 
    margin-right: 25px;
}
.customerName span{
    vertical-align: sub;
} */
.btnLogout{
    /* font-size: 1rem;  */
    /* text-transform: capitalize;  */
    /* vertical-align: middle; */
    padding: 0px 8px; 
    color: #ff9d47 !important;
    font-family: 'RubikRegular';
    text-decoration: none;

}
.btnLogout:hover{
    text-decoration: underline;

}
.displayNone{
    display: none;
}

/* For google Map */
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
/* ------------------- */

.nseBseDiv{
    padding: 0.25rem;
    background-color: #000000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.nseBseDiv label{
    text-align: center;
    /* background: aliceblue; */
    color: #ffffff;
    font-family: 'RubikRegular';
    /* font-family: 'RubikMedium'; */
    font-size: 12px;
    padding: 2px 10px 0 10px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    width: 100px;
    height: 22px;
}
.nseBseDiv .arrow_down {
    background: url(../images/icon_arrow_down.png) no-repeat left top;
    width: 10px;
    height: 15px;
    float: left;
    margin-top: 2px;
    margin-right: 2px;
}
.nseBseDiv .arrow_up {
    background: url(../images/icon_arrow_up.png) no-repeat left top;
    width: 10px;
    height: 15px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
legend{
    float: none;
    font-family: RubikRegular;
}

/*progressbar*/

#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
	position: relative;
	z-index: 1;
}
#progressbar li {
	list-style-type: none;
	width: 33.33%;
	position: relative;
	text-align: center;
}
#progressbar.step-four li {
	width: 25%;
}
#progressbar.step-five li {
	width: 20%;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 24px;
	height: 24px;
	line-height: 26px;
	display: block;
	font-size: 12px;
	color: #fff;
	background: #9F3D4B;
	border-radius: 25px;
	margin: 0 auto 10px auto;
}
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #9F3D4B;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
}
#progressbar li:first-child:after {
	content: none;
}
#progressbar li.active:before, #progressbar li.active:after {
	background: #0165B1;
	color: white;
}


.pan_div{
    background-color: #bbe5ff;
    border: 1px solid #6ac6ff;
    border-radius: 6px;
}

.default li {
    list-style: inherit;
    margin-bottom: 8px;
}

pre{
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: inherit;
    font-size: inherit;
    font-family: inherit;
    margin: auto;
}

/* ADS */
.halfpage-ads,
.wide-skyscraper-ads,
.large-leaderboard-ads,
.inner-leaderboard-ads {
    background-color: #D9D9D9;
}
.halfpage img,
.large-leaderboard-ads img,
.viwbill_add img {
    width: 100%;
}
/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}


.homePopupModal .modal-dialog .btn-close{
    position: absolute;
    top: 2px;
    right: 2px;
    border: 4px solid #000000;
    padding: 1px;
}



.tree,
.tree ul {
    margin:0 0 0 1em; /* indentation */
    padding:0;
    list-style:none;
    color:#369;
    position:relative;
    font-family: 'RubikRegular';
}
  
.tree ul {margin-left:.5em} /* (indentation/2) */
  
.tree:before,
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:2px solid #d3d3d3;
}
  
.tree li {
    margin:0;
    padding:0 0 0 1.5em; /* indentation + .5em */
    line-height:2em; /* default list item's `line-height` */
    /* font-weight:bold; */
    position:relative;
}
  
.tree li:before {
    content:"";
    display:block;
    width:15px; /* same with indentation */
    height:0;
    border-top:2px solid #d3d3d3;
    margin-top:-1px; /* border top width */
    position:absolute;
    top:1em; /* (line-height/2) */
    left:0;
}
  
.tree li:last-child:before {
    background:#F6F6F6; /* same with body background */
    height:auto;
    top:1em; /* (line-height/2) */
    bottom:0;
}


.tree a, 
.tree h6{
    position: relative;
    display: inline-flex;
    flex-direction: column;
    padding: 5px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    border-bottom-width: 3px;
    background: #ffffff;
    color: #414141;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}
.tree a:hover{
    color: #129dd1;
}
ul.tree li h6{
    background: #C3BAAA;
    border-color: #aea28c;
    color: #fff;
    padding: 6px 10px;
}
ul.tree li.lvl_1>a{
    background: #f2e8dd;
    border-color: #e4cfb8;
}
ul.tree>li>ul>li>a,
ul.tree li.lvl_3>a{
    background: #c3eafb;
    border-color: #b5d9ea;
}

.puja_div span{
    padding: 13px 0px;
    background-color: #ffffff;
    border-radius: 3rem; 
    box-shadow: rgb(255 255 255 / 30%) 0px 0px 0px 3px;
}
.puja_div span:hover{
    box-shadow: rgb(255 255 255 / 30%) 0px 0px 0px 5px;
}
.puja_div a{
    font-size: 22px;
    font-family: 'RubikMedium';
    filter: drop-shadow(0.5rem 0.5rem 1rem #e23);
    color: white;
    text-shadow: 1px 1px 4px #000000;
    padding: 10px 15px;
}

.tabs .tabs-nav li a {
    display: block;
    padding: 10px 20px;
    font-size: 1.125rem;
    text-transform: uppercase;
}
.tabs .tabs-nav li:not(.tab-active) a {
    color: #414141
}
.tabs .tabs-nav li.tab-active a {
    background-color: #fff;
    color: #9F3D4B
}
/*Start nilkanta */
#first_level_top_menu_desktop {
    padding-left: 10px!important;
    margin: 0;
}

.fab, .far {
    font-weight: 500!important;
    font-size: 18px!important;
}


  .d-lg-flex {
    padding-top: 0px!important;  /*One page problem(monthlybill) add Nilkanta */
  }
  
  .quick-links{
  padding-top: 0px!important; /*add Nilkanta */
  font-size: 16px;  /*add Nilkanta 13px; menu text size*/
  }

  #customer_login_text {
    padding-bottom: 0px;
    font-size: 16px;
  }


  /*Nilkanta*/
  .payment-type .types .type {
	width: 30%;
	position: relative;
	background: #f2f4f7;
	border: 2px solid #e8ebed;
	padding: 18px;
	box-sizing: border-box;
	border-radius: 6px;
	cursor: pointer;
	text-align: center;
	transition: all 0.5s ease;
}
.payment-type .types .type:hover,
.payment-type .types .type.selected {
	border-color: #40b3ff;
	color: #40b3ff;
	background: rgba(64,179,255,0.1);
}
.payment-type .types .type.selected::after {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	height: 40px;
	width: 40px;
	top: -21px;
	right: -21px;
	background: #fff;
	border: 2px solid #40b3ff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.payment-type .types .type.selected .logo {
	color: #40b3ff;
}
.payment-type .types .type:hover .logo svg path,
.payment-type .types .type.selected .logo svg path {
	fill: #40b3ff;
}

.payment-type .types .type .logo {
	font-size: 3rem;
	color: #8a959c;
	margin-bottom:12px;
}
.payment-type .types .type:hover p,
.payment-type .types .type.selected p {
	color: #28333b;
}
.payment-type .types .type p {
	margin-bottom: 0;
	font-size: 0.625rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #8a959c;
	text-align: center;
}
.payment-type .types .type .logo, .payment-type .types .type p {
	transition: all 0.5s ease;
}
.payment-info .billing {
	display: none;
}
.nc-txt {
	margin-top: -40px;
}
.arrow-steps .step {
	font-size: 14px;
	text-align: center;
	color: #666;
	cursor: default;
	margin: 3px;
	padding: 10px 10px 10px 30px;
	float: left;
	position: relative;
	background-color: #d9e3f7;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
  transition: background-color 0.2s ease;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 21px solid transparent;
	border-left: 17px solid #d9e3f7;	
	z-index: 2;
  transition: border-color 0.2s ease;
}
.arrow-steps .step.darkred-color:after {
	border-left-color: #9F3D4B;
}

.arrow-steps .step:before {
	right: auto;
	left: 0;
	border-left: 17px solid #fff;	
	z-index: 0;
}

.arrow-steps .step:first-child:before {
	border: none;
}

.arrow-steps .step:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
	position: relative;
}

.arrow-steps .step span:before {
	opacity: 0;
	content: "âœ”";
	position: absolute;
	top: -2px;
	left: -20px;
}

.arrow-steps .step.done span:before {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.5s;
	-moz-transition: opacity 0.3s ease 0.5s;
	-ms-transition: opacity 0.3s ease 0.5s;
	transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
	color: #fff;
	background-color: #005394;
}
.arrow-steps .step.current a {
	color: #fff;
}

.arrow-steps .step.current:after {
	border-left: 17px solid #005394;	
}

.text-sm-right{    /*Nilkanta*/
    text-align: right;
}

.msform {
    position: relative!important;
    margin-top: 30px!important;
}
/*Nilkanta*/
body {
    margin: 0!important;
    font-size: 1.12rem!important;
    font-weight: 500!important;
    text-align: left!important;
    background-color: #fff!important;
}
