      .faq-list-content a {
         color: #008080;
      }

      a.activeatag {
         color: #008080 !important;
      }

      @font-face {
         font-family: 'Montserrat';
         src: url('../frameworks/public/fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'),
            url('../frameworks/public/fonts/Montserrat/Montserrat-Bold.woff') format('woff');
         font-weight: bold;
         font-style: normal;
         font-display: swap;
      }

      @font-face {
         font-family: 'Montserrat';
         src: url('../frameworks/public/fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
            url('../frameworks/public/fonts/Montserrat/Montserrat-Medium.woff') format('woff');
         font-weight: 500;
         font-style: normal;
         font-display: swap;
      }

      @font-face {
         font-family: 'Montserrat';
         src: url('../frameworks/public/fonts/Montserrat/Montserrat-Light.woff2') format('woff2'),
            url('../frameworks/public/fonts/Montserrat/Montserrat-Light.woff') format('woff');
         font-weight: 300;
         font-style: normal;
         font-display: swap;
      }

      @font-face {
         font-family: 'Montserrat';
         src: url('../frameworks/public/fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2'),
            url('../frameworks/public/fonts/Montserrat/Montserrat-SemiBold.woff') format('woff');
         font-weight: 600;
         font-style: normal;
         font-display: swap;
      }

      @font-face {
         font-family: 'Montserrat';
         src: url('../frameworks/public/fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'),
            url('../frameworks/public/fonts/Montserrat/Montserrat-Regular.woff') format('woff');
         font-weight: normal;
         font-style: normal;
         font-display: swap;
      }
  
      body.nav-is-visible.overflow-hidden {
         overflow: hidden
      }

      .cd-nav-trigger {
         transition: all .3s ease;
         -webkit-transition: all .3s ease-in-out;
         -moz-transition: all .3s ease-in-out;
         -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out
      }

      .cd-nav-trigger,
      .cd-search-trigger {
         position: fixed;
         display: block;
         width: 50px;
         height: 50px;
         top: 0;
         left: 0;
         overflow: hidden;
         white-space: nowrap;
         color: transparent;
         z-index: 99999999
      }

      .cd-search-trigger::after,
      .cd-search-trigger::before {
         content: '';
         position: absolute;
         -webkit-transition: opacity .3s;
         -moz-transition: opacity .3s;
         transition: opacity .3s;
         -webkit-transform: translateZ(0);
         -moz-transform: translateZ(0);
         -ms-transform: translateZ(0);
         -o-transform: translateZ(0);
         transform: translateZ(0);
         -webkit-backface-visibility: hidden;
         backface-visibility: hidden
      }

      .cd-search-trigger::before {
         top: 11px;
         left: 11px;
         width: 18px;
         height: 18px;
         border-radius: 50%;
         border: 3px solid #2e3233
      }

      .cd-search-trigger::after {
         height: 3px;
         width: 8px;
         background: #2e3233;
         bottom: 14px;
         right: 11px;
         -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
         transform: rotate(45deg)
      }

      .cd-search-trigger span {
         position: absolute;
         height: 100%;
         width: 100%;
         top: 0;
         left: 0
      }

      .cd-search-trigger span::after,
      .cd-search-trigger span::before {
         content: '';
         position: absolute;
         display: inline-block;
         height: 3px;
         width: 22px;
         top: 50%;
         margin-top: -2px;
         left: 50%;
         margin-left: -11px;
         background: #2e3233;
         opacity: 0;
         -webkit-transform: translateZ(0);
         -moz-transform: translateZ(0);
         -ms-transform: translateZ(0);
         -o-transform: translateZ(0);
         transform: translateZ(0);
         -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
         -webkit-transition: opacity .3s, -webkit-transform .3s;
         -moz-transition: opacity .3s, -moz-transform .3s;
         transition: opacity .3s, transform .3s
      }

      .cd-search-trigger span::before {
         -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
         transform: rotate(45deg)
      }

      .cd-search-trigger span::after {
         -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
         -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
         transform: rotate(-45deg)
      }

      .cd-search-trigger.search-is-visible::after,
      .cd-search-trigger.search-is-visible::before {
         opacity: 0
      }

      .cd-search-trigger.search-is-visible span::after,
      .cd-search-trigger.search-is-visible span::before {
         opacity: 1
      }

      .cd-search-trigger.search-is-visible span::before {
         -webkit-transform: rotate(135deg);
         -moz-transform: rotate(135deg);
         -ms-transform: rotate(135deg);
         -o-transform: rotate(135deg);
         transform: rotate(135deg)
      }

      .cd-search-trigger.search-is-visible span::after {
         -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
         transform: rotate(45deg)
      }

      .cd-nav-trigger span,
      .cd-nav-trigger span::after,
      .cd-nav-trigger span::before {
         position: absolute;
         display: inline-block;
         height: 3px;
         width: 24px;
         background: #202122
      }

      .cd-nav-trigger span {
         position: absolute;
         top: 50%;
         right: 10px;
         margin-top: -2px;
         -webkit-transition: background .3s .3s;
         -moz-transition: background .3s .3s;
         transition: background .3s .3s
      }

      .cd-nav-trigger span::after,
      .cd-nav-trigger span::before {
         content: '';
         -webkit-transform: translateZ(0);
         -moz-transform: translateZ(0);
         -ms-transform: translateZ(0);
         -o-transform: translateZ(0);
         transform: translateZ(0);
         -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
         right: 0;
         -webkit-transform-origin: 0 50%;
         -moz-transform-origin: 0 50%;
         -ms-transform-origin: 0 50%;
         -o-transform-origin: 0 50%;
         transform-origin: 0 50%;
         -webkit-transition: -webkit-transform .3s .3s;
         -moz-transition: -moz-transform .3s .3s;
         transition: transform .3s .3s
      }

      .cd-nav-trigger span::before {
         top: -6px
      }

      .cd-nav-trigger span::after {
         top: 6px
      }

      .cd-nav-trigger.nav-is-visible span {
         background: rgba(46, 50, 51, 0)
      }

      .cd-nav-trigger.nav-is-visible span::after,
      .cd-nav-trigger.nav-is-visible span::before {
         background: #202122
      }

      .cd-nav-trigger.nav-is-visible span::before {
         -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
         -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
         -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
         -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
         transform: translateX(4px) translateY(-3px) rotate(45deg)
      }

      .cd-nav-trigger.nav-is-visible span::after {
         -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
         -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
         -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
         -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
         transform: translateX(4px) translateY(2px) rotate(-45deg)
      }

      @media only screen and (min-width:1170px) {
         .cd-nav-trigger {
            display: none
         }
      }

      #cd-primary-nav {
         padding-top: 55px;
         padding-bottom: 15px;
         z-index: -10
      }

      .cd-primary-nav,
      .cd-primary-nav ul {
         position: fixed;
         top: 0;
         left: 0;
         height: 100%;
         padding-top: 50px;
         width: 260px;
         background: #202122;
         overflow: auto;
         -webkit-overflow-scrolling: touch;
         z-index: 999999999;
         -webkit-transform: translateZ(0);
         -moz-transform: translateZ(0);
         -ms-transform: translateZ(0);
         -o-transform: translateZ(0);
         transform: translateZ(0);
         -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
         -ms-transform: translateX(0);
         -o-transform: translateX(0);
         transform: translateX(0);
         -webkit-transition: -webkit-transform .3s;
         -moz-transition: -moz-transform .3s;
         transition: all .5s ease
      }

      .cd-primary-nav a i {
         font-size: 18px;
         margin-right: 5px;
         line-height: 20px
      }

      .cd-primary-nav a,
      .cd-primary-nav ul a {
         display: block;
         height: 40px;
         line-height: 40px;
         padding: 0 20px;
         color: #fff;
         -webkit-font-smoothing: antialiased;
         -moz-osx-font-smoothing: grayscale;
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
         border-bottom: 1px solid rgba(255, 255, 255, .5);
         -webkit-transform: translateZ(0);
         -moz-transform: translateZ(0);
         -ms-transform: translateZ(0);
         -o-transform: translateZ(0);
         transform: translateZ(0);
         will-change: transform, opacity;
         -webkit-transition: -webkit-transform .3s, opacity .3s;
         -moz-transition: -moz-transform .3s, opacity .3s;
         transition: transform .3s, opacity .3s
      }

      .cd-primary-nav a.estimate_btn {
         text-align: center;
         background: #e97223;
         color: #000;
         font-weight: 700;
         font-size: 16px;
         border-radius: 30px;
         margin: 15px auto 0;
         max-width: 230px;
         border: none;
         box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .2);
         transition: all .5s ease
      }

      .cd-primary-nav a.estimate_btn:hover {
         background: #fff
      }

      .cd-primary-nav ul.is-hidden,
      .cd-primary-nav.is-hidden {
         -webkit-transform: translateX(100%);
         -moz-transform: translateX(100%);
         -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
         transform: translateX(100%)
      }

      .cd-primary-nav ul.moves-out>li>a,
      .cd-primary-nav.moves-out>li>a {
         -webkit-transform: translateX(-100%);
         -moz-transform: translateX(-100%);
         -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
         transform: translateX(-100%);
         opacity: 0
      }

      @media only screen and (max-width:1169px) {

         .nav-on-left .cd-primary-nav,
         .nav-on-left .cd-primary-nav ul {
            right: auto;
            left: 0
         }
      }

      .cd-primary-nav .see-all a {
         color: #fece27;
         font-weight: 700
      }

      .cd-primary-nav .cd-nav-gallery .cd-nav-item,
      .cd-primary-nav .cd-nav-icons .cd-nav-item {
         height: 80px;
         line-height: 80px
      }

      .cd-primary-nav .cd-nav-gallery .cd-nav-item h3,
      .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
         overflow: hidden;
         text-overflow: ellipsis
      }

      .cd-primary-nav .cd-nav-gallery .cd-nav-item {
         padding-left: 90px
      }

      .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
         position: absolute;
         display: block;
         height: 40px;
         width: auto;
         left: 20px;
         top: 50%;
         margin-top: -20px
      }

      .cd-primary-nav .cd-nav-icons .cd-nav-item {
         padding-left: 75px
      }

      .cd-primary-nav .cd-nav-icons .cd-nav-item p {
         color: #2e3233;
         font-size: 1.3rem;
         display: none
      }

      .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
         content: '';
         display: block;
         position: absolute;
         left: 20px;
         top: 50%;
         margin-top: -20px;
         width: 40px;
         height: 40px;
         background-repeat: no-repeat;
         background-position: center center;
         background-size: 40px 40px
      }

      .cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
         background-image: url(img/line-icon-1.php)
      }

      .cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
         background-image: url(img/line-icon-2.php)
      }

      .cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
         background-image: url(img/line-icon-3.php)
      }

      .cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
         background-image: url(img/line-icon-4.php)
      }

      .cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
         background-image: url(img/line-icon-5.php)
      }

      .cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
         background-image: url(img/line-icon-6.php)
      }

      .cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
         background-image: url(img/line-icon-7.php)
      }

      .cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
         background-image: url(img/line-icon-8.php)
      }

      @media only screen and (max-width:1169px) {
         .cd-primary-nav {
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            transition: all .5s ease;
            -webkit-transform: translateX(-260px);
            -moz-transform: translateX(-260px);
            -ms-transform: translateX(-260px);
            -o-transform: translateX(-260px);
            transform: translateX(-260px);
            width: 260px
         }

         .cd-primary-nav.nav-is-visible {
            -moz-transition: all .5s ease;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            z-index: 9999 !important
         }

         .nav-is-visible main {
            transform: translateX(260px)
         }

         main {
            transition: all .5s ease
         }
      }

      @media only screen and (min-width:1170px) {
         .cd-primary-nav {
            position: static;
            padding: 0 150px 0 0;
            height: auto;
            width: auto;
            float: right;
            overflow: visible;
            background: 0 0
         }

         .cd-primary-nav::after {
            clear: both;
            content: "";
            display: table
         }

         .cd-primary-nav.moves-out>li>a {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            opacity: 1
         }

         .cd-primary-nav ul {
            position: static;
            height: auto;
            width: auto;
            background: 0 0;
            overflow: visible;
            z-index: 3
         }

         .cd-primary-nav ul.is-hidden {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
         }

         .cd-primary-nav ul.moves-out>li>a {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            opacity: 1
         }

         .cd-primary-nav>li {
            float: left;
            margin-left: 3em
         }

         .cd-primary-nav>li>a {
            position: relative;
            display: inline-block;
            height: 80px;
            line-height: 80px;
            padding: 0 10px;
            color: #2e3233;
            overflow: visible;
            border-bottom: none;
            -webkit-transition: color .3s, box-shadow .3s;
            -moz-transition: color .3s, box-shadow .3s;
            transition: color .3s, box-shadow .3s
         }

         .cd-primary-nav>li>a:hover {
            color: #69aa6f
         }

         .cd-primary-nav>li>a.selected {
            color: #69aa6f;
            box-shadow: inset 0 -2px 0 #69aa6f
         }

         .cd-primary-nav .go-back,
         .cd-primary-nav .see-all {
            display: none
         }

         .cd-primary-nav .cd-nav-gallery,
         .cd-primary-nav .cd-nav-icons,
         .cd-primary-nav .cd-secondary-nav {
            position: absolute;
            top: 80px;
            width: 100vw;
            background: #fff;
            padding: 48px 64px 130px;
            box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition: opacity .3s 0s, visibility 0s 0s;
            -moz-transition: opacity .3s 0s, visibility 0s 0s;
            transition: opacity .3s 0s, visibility 0s 0s
         }

         .cd-primary-nav .cd-nav-gallery::after,
         .cd-primary-nav .cd-nav-icons::after,
         .cd-primary-nav .cd-secondary-nav::after {
            clear: both;
            content: "";
            display: table
         }

         .cd-primary-nav .cd-nav-gallery.is-hidden,
         .cd-primary-nav .cd-nav-icons.is-hidden,
         .cd-primary-nav .cd-secondary-nav.is-hidden {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity .3s 0s, visibility 0s .3s;
            -moz-transition: opacity .3s 0s, visibility 0s .3s;
            transition: opacity .3s 0s, visibility 0s .3s
         }

         .cd-primary-nav .cd-nav-gallery>.see-all,
         .cd-primary-nav .cd-nav-icons>.see-all,
         .cd-primary-nav .cd-secondary-nav>.see-all {
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 80px;
            width: 100%;
            overflow: hidden;
            margin: 0;
            padding: 0
         }

         .cd-primary-nav .cd-nav-gallery>.see-all a,
         .cd-primary-nav .cd-nav-icons>.see-all a,
         .cd-primary-nav .cd-secondary-nav>.see-all a {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            font-size: 2.2rem;
            font-weight: 700;
            text-align: center;
            line-height: 80px;
            border-top: 1px solid #e2e3df;
            border-bottom: none;
            margin: 0;
            padding: 0;
            -webkit-transition: color .2s, background .2s, border .2s;
            -moz-transition: color .2s, background .2s, border .2s;
            transition: color .2s, background .2s, border .2s
         }

         .cd-primary-nav .cd-nav-gallery>.see-all a:hover,
         .cd-primary-nav .cd-nav-icons>.see-all a:hover,
         .cd-primary-nav .cd-secondary-nav>.see-all a:hover {
            background: #2e3233;
            border-color: #2e3233;
            color: #fff
         }

         .cd-primary-nav .cd-secondary-nav>li {
            height: 340px;
            width: 23%;
            float: left;
            margin-right: 2.66%;
            border-right: 1px solid #e2e3df;
            overflow: hidden;
            overflow-x: hidden;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch
         }

         .cd-primary-nav .cd-secondary-nav>li:nth-child(4n+2) {
            margin-right: 0;
            border-right: none
         }

         .cd-primary-nav .cd-secondary-nav>li>a {
            color: #69aa6f;
            font-weight: 700;
            font-size: 1.6rem;
            margin-bottom: .6em
         }

         .cd-primary-nav .cd-secondary-nav a {
            height: 30px;
            line-height: 30px;
            padding: 0 18% 0 0;
            color: #2e3233;
            border-bottom: none;
            font-size: 1.4rem
         }

         .cd-primary-nav .cd-secondary-nav a:hover {
            color: #69aa6f
         }

         .cd-primary-nav .cd-secondary-nav ul {
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0)
         }

         .cd-primary-nav .cd-secondary-nav ul ul {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%
         }

         .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%)
         }

         .cd-primary-nav .cd-secondary-nav ul ul .go-back {
            display: block
         }

         .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
            color: transparent
         }

         .cd-primary-nav .cd-secondary-nav ul ul .see-all {
            display: block
         }

         .cd-primary-nav .cd-secondary-nav .moves-out>li>a {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%)
         }

         .cd-primary-nav .cd-nav-gallery li {
            width: 22%;
            float: left;
            margin: 0 4% 40px 0
         }

         .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
            margin-right: 0
         }

         .cd-primary-nav .cd-nav-gallery .cd-nav-item {
            border-bottom: none;
            padding: 0;
            height: auto;
            line-height: 1.2
         }

         .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
            position: static;
            margin-top: 0;
            height: auto;
            width: 100%;
            margin-bottom: .6em
         }

         .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
            color: #69aa6f;
            font-weight: 700;
            padding: 0 .4em
         }

         .cd-primary-nav .cd-nav-icons li {
            width: 32%;
            float: left;
            margin: 0 2% 20px 0
         }

         .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
            margin-right: 0
         }

         .cd-primary-nav .cd-nav-icons .cd-nav-item {
            border-bottom: none;
            height: 80px;
            line-height: 1.2;
            padding: 24px 0 0 85px;
            position: relative
         }

         .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
            background: #f6f6f5
         }

         .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
            color: #69aa6f;
            font-weight: 700
         }

         .cd-primary-nav .cd-nav-icons .cd-nav-item p {
            display: block
         }

         .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
            left: 25px
         }
      }

      .go-back a,
      .has-children>a {
         position: relative
      }

      .go-back a::after,
      .go-back a::before,
      .has-children>a::after,
      .has-children>a::before {
         content: '';
         position: absolute;
         top: 50%;
         margin-top: -1px;
         display: inline-block;
         height: 2px;
         width: 10px;
         background: #fff;
         -webkit-backface-visibility: hidden;
         backface-visibility: hidden
      }

      .go-back a::before,
      .has-children>a::before {
         -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
         transform: rotate(45deg)
      }

      .go-back a::after,
      .has-children>a::after {
         -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
         -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
         transform: rotate(-45deg)
      }

      @media only screen and (min-width:1170px) {

         .go-back a::after,
         .go-back a::before,
         .has-children>a::after,
         .has-children>a::before {
            background: #c9cbc4
         }

         .go-back a:hover::after,
         .go-back a:hover::before,
         .has-children>a:hover::after,
         .has-children>a:hover::before {
            background: #69aa6f
         }
      }

      .has-children>a {
         padding-right: 40px
      }

      .has-children>a::after,
      .has-children>a::before {
         right: 20px;
         -webkit-transform-origin: 9px 50%;
         -moz-transform-origin: 9px 50%;
         -ms-transform-origin: 9px 50%;
         -o-transform-origin: 9px 50%;
         transform-origin: 9px 50%
      }

      .cd-primary-nav .go-back a {
         padding-left: 40px
      }

      .cd-primary-nav .go-back a::after,
      .cd-primary-nav .go-back a::before {
         left: 20px;
         -webkit-transform-origin: 1px 50%;
         -moz-transform-origin: 1px 50%;
         -ms-transform-origin: 1px 50%;
         -o-transform-origin: 1px 50%;
         transform-origin: 1px 50%
      }

      @media only screen and (min-width:1170px) {

         .has-children>a::after,
         .has-children>a::before {
            right: 15%
         }

         .cd-primary-nav>.has-children>a {
            padding-right: 30px !important
         }

         .cd-primary-nav>.has-children>a::after,
         .cd-primary-nav>.has-children>a::before {
            width: 9px;
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            background: #c9cbc4;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: width .3s, -webkit-transform .3s;
            -moz-transition: width .3s, -moz-transform .3s;
            transition: width .3s, transform .3s
         }

         .cd-primary-nav>.has-children>a::before {
            right: 12px
         }

         .cd-primary-nav>.has-children>a::after {
            right: 7px
         }

         .cd-primary-nav>.has-children>a.selected::after,
         .cd-primary-nav>.has-children>a.selected::before {
            width: 14px
         }

         .cd-primary-nav>.has-children>a.selected::before {
            -webkit-transform: translateX(5px) rotate(-45deg);
            -moz-transform: translateX(5px) rotate(-45deg);
            -ms-transform: translateX(5px) rotate(-45deg);
            -o-transform: translateX(5px) rotate(-45deg);
            transform: translateX(5px) rotate(-45deg)
         }

         .cd-primary-nav>.has-children>a.selected::after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg)
         }

         .cd-secondary-nav>.has-children>a::after,
         .cd-secondary-nav>.has-children>a::before {
            display: none
         }

         .cd-primary-nav .go-back a {
            padding-left: 20px
         }

         .cd-primary-nav .go-back a::after,
         .cd-primary-nav .go-back a::before {
            left: 1px
         }
      }

      .cd-overlay {
         position: fixed;
         z-index: 2;
         height: 100%;
         width: 100%;
         top: 0;
         left: 0;
         cursor: pointer;
         background-color: rgba(105, 170, 111, .8);
         visibility: hidden;
         opacity: 0;
         -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
         -webkit-transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s;
         -moz-transition: opacity .3s 0s, visibility 0s .3s, -moz-transform .3s 0s;
         transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s
      }

      .cd-overlay.is-visible {
         opacity: 1;
         visibility: visible;
         -webkit-transition: opacity .3s 0s, visibility 0s 0s, -webkit-transform .3s 0s;
         -moz-transition: opacity .3s 0s, visibility 0s 0s, -moz-transform .3s 0s;
         transition: opacity .3s 0s, visibility 0s 0s, transform .3s 0s
      }

      @media only screen and (max-width:1169px) {
         .cd-overlay.is-visible {
            -webkit-transform: translateX(-260px);
            -moz-transform: translateX(-260px);
            -ms-transform: translateX(-260px);
            -o-transform: translateX(-260px);
            transform: translateX(-260px)
         }

         .nav-on-left .cd-overlay.is-visible {
            -webkit-transform: translateX(260px);
            -moz-transform: translateX(260px);
            -ms-transform: translateX(260px);
            -o-transform: translateX(260px);
            transform: translateX(260px)
         }

         .cd-overlay.is-visible.search-is-visible,
         .nav-on-left .cd-overlay.is-visible.search-is-visible {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
         }
      }

      body.nav-is-visible.overflow-hidden main {
         overflow: hidden;
         height: 100vh
      }

      :root {
         --blue: #007bff;
         --indigo: #6610f2;
         --purple: #6f42c1;
         --pink: #e83e8c;
         --red: #dc3545;
         --orange: #fd7e14;
         --yellow: #ffc107;
         --green: #28a745;
         --teal: #20c997;
         --cyan: #17a2b8;
         --white: #fff;
         --gray: #6c757d;
         --gray-dark: #343a40;
         --primary: #007bff;
         --secondary: #6c757d;
         --success: #28a745;
         --info: #17a2b8;
         --warning: #ffc107;
         --danger: #dc3545;
         --light: #f8f9fa;
         --dark: #343a40;
         --breakpoint-xs: 0;
         --breakpoint-sm: 576px;
         --breakpoint-md: 768px;
         --breakpoint-lg: 992px;
         --breakpoint-xl: 1200px;
         --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
         --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
      }

      *,
      ::after,
      ::before {
         box-sizing: border-box
      }

      html {
         font-family: sans-serif;
         line-height: 1.15;
         -webkit-text-size-adjust: 100%;
         -ms-text-size-adjust: 100%;
         -ms-overflow-style: scrollbar;
         -webkit-tap-highlight-color: transparent
      }

      @-ms-viewport {
         width: device-width
      }

      article,
      aside,
      figcaption,
      figure,
      footer,
      header,
      hgroup,
      main,
      nav,
      section {
         display: block
      }

      body {
         margin: 0;
         font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
         font-size: 1rem;
         font-weight: 400;
         line-height: 1.5;
         color: #212529;
         text-align: left;
         background-color: #fff
      }

      [tabindex="-1"]:focus {
         outline: 0 !important
      }

      hr {
         box-sizing: content-box;
         height: 0;
         overflow: visible
      }

      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
         margin-top: 0;
         margin-bottom: .5rem
      }

      p {
         margin-top: 0;
         margin-bottom: 1rem
      }

      abbr[data-original-title],
      abbr[title] {
         text-decoration: underline;
         -webkit-text-decoration: underline dotted;
         text-decoration: underline dotted;
         cursor: help;
         border-bottom: 0
      }

      address {
         margin-bottom: 1rem;
         font-style: normal;
         line-height: inherit
      }

      dl,
      ol,
      ul {
         margin-top: 0;
         margin-bottom: 1rem
      }

      ol ol,
      ol ul,
      ul ol,
      ul ul {
         margin-bottom: 0
      }

      dt {
         font-weight: 700
      }

      dd {
         margin-bottom: .5rem;
         margin-left: 0
      }

      blockquote {
         margin: 0 0 1rem
      }

      dfn {
         font-style: italic
      }

      b,
      strong {
         font-weight: bolder
      }

      small {
         font-size: 80%
      }

      sub,
      sup {
         position: relative;
         font-size: 75%;
         line-height: 0;
         vertical-align: baseline
      }

      sub {
         bottom: -.25em
      }

      sup {
         top: -.5em
      }

      a {
         color: #007bff;
         text-decoration: none;
         background-color: transparent;
         -webkit-text-decoration-skip: objects
      }

      a:hover {
         color: #0056b3;
         text-decoration: underline
      }

      a:not([href]):not([tabindex]) {
         color: inherit;
         text-decoration: none
      }

      a:not([href]):not([tabindex]):focus,
      a:not([href]):not([tabindex]):hover {
         color: inherit;
         text-decoration: none
      }

      a:not([href]):not([tabindex]):focus {
         outline: 0
      }

      code,
      kbd,
      pre,
      samp {
         font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
         font-size: 1em
      }

      pre {
         margin-top: 0;
         margin-bottom: 1rem;
         overflow: auto;
         -ms-overflow-style: scrollbar
      }

      figure {
         margin: 0 0 1rem
      }

      img {
         vertical-align: middle;
         border-style: none
      }

      svg {
         overflow: hidden;
         vertical-align: middle
      }

      table {
         border-collapse: collapse
      }

      caption {
         padding-top: .75rem;
         padding-bottom: .75rem;
         color: #6c757d;
         text-align: left;
         caption-side: bottom
      }

      th {
         text-align: inherit
      }

      label {
         display: inline-block;
         margin-bottom: .5rem
      }

      button {
         border-radius: 0
      }

      button:focus {
         outline: 1px dotted;
         outline: 5px auto -webkit-focus-ring-color
      }

      button,
      input,
      optgroup,
      select,
      textarea {
         margin: 0;
         font-family: inherit;
         font-size: inherit;
         line-height: inherit
      }

      button,
      input {
         overflow: visible
      }

      button,
      select {
         text-transform: none
      }

      [type=reset],
      [type=submit],
      button,
      html [type=button] {
         -webkit-appearance: button
      }

      [type=button]::-moz-focus-inner,
      [type=reset]::-moz-focus-inner,
      [type=submit]::-moz-focus-inner,
      button::-moz-focus-inner {
         padding: 0;
         border-style: none
      }

      input[type=checkbox],
      input[type=radio] {
         box-sizing: border-box;
         padding: 0
      }

      input[type=date],
      input[type=datetime-local],
      input[type=month],
      input[type=time] {
         -webkit-appearance: listbox
      }

      textarea {
         overflow: auto;
         resize: vertical
      }

      fieldset {
         min-width: 0;
         padding: 0;
         margin: 0;
         border: 0
      }

      legend {
         display: block;
         width: 100%;
         max-width: 100%;
         padding: 0;
         margin-bottom: .5rem;
         font-size: 1.5rem;
         line-height: inherit;
         color: inherit;
         white-space: normal
      }

      progress {
         vertical-align: baseline
      }

      [type=number]::-webkit-inner-spin-button,
      [type=number]::-webkit-outer-spin-button {
         height: auto
      }

      [type=search] {
         outline-offset: -2px;
         -webkit-appearance: none
      }

      [type=search]::-webkit-search-cancel-button,
      [type=search]::-webkit-search-decoration {
         -webkit-appearance: none
      }

      ::-webkit-file-upload-button {
         font: inherit;
         -webkit-appearance: button
      }

      output {
         display: inline-block
      }

      summary {
         display: list-item;
         cursor: pointer
      }

      template {
         display: none
      }

      [hidden] {
         display: none !important
      }

      .h1,
      .h2,
      .h3,
      .h4,
      .h5,
      .h6,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
         margin-bottom: .5rem;
         font-family: inherit;
         font-weight: 500;
         line-height: 1.2;
         color: inherit
      }

      .h1,
      h1 {
         font-size: 2.5rem
      }

      .h2,
      h2 {
         font-size: 2rem
      }

      .h3,
      h3 {
         font-size: 1.75rem
      }

      .h4,
      h4 {
         font-size: 1.5rem
      }

      .h5,
      h5 {
         font-size: 1.25rem
      }

      .h6,
      h6 {
         font-size: 1rem
      }

      .lead {
         font-size: 1.25rem;
         font-weight: 300
      }

      .display-1 {
         font-size: 6rem;
         font-weight: 300;
         line-height: 1.2
      }

      .display-2 {
         font-size: 5.5rem;
         font-weight: 300;
         line-height: 1.2
      }

      .display-3 {
         font-size: 4.5rem;
         font-weight: 300;
         line-height: 1.2
      }

      .display-4 {
         font-size: 3.5rem;
         font-weight: 300;
         line-height: 1.2
      }

      hr {
         margin-top: 1rem;
         margin-bottom: 1rem;
         border: 0;
         border-top: 1px solid rgba(0, 0, 0, .1)
      }

      .small,
      small {
         font-size: 80%;
         font-weight: 400
      }

      .mark,
      mark {
         padding: .2em;
         background-color: #fcf8e3
      }

      .list-unstyled {
         padding-left: 0;
         list-style: none
      }

      .list-inline {
         padding-left: 0;
         list-style: none
      }

      .list-inline-item {
         display: inline-block
      }

      .list-inline-item:not(:last-child) {
         margin-right: .5rem
      }

      .initialism {
         font-size: 90%;
         text-transform: uppercase
      }

      .blockquote {
         margin-bottom: 1rem;
         font-size: 1.25rem
      }

      .blockquote-footer {
         display: block;
         font-size: 80%;
         color: #6c757d
      }

      .blockquote-footer::before {
         content: "\2014 \00A0"
      }

      .img-fluid {
         max-width: 100%;
         height: auto
      }

      .img-thumbnail {
         padding: .25rem;
         background-color: #fff;
         border: 1px solid #dee2e6;
         border-radius: .25rem;
         max-width: 100%;
         height: auto
      }

      .figure {
         display: inline-block
      }

      .figure-img {
         margin-bottom: .5rem;
         line-height: 1
      }

      .figure-caption {
         font-size: 90%;
         color: #6c757d
      }

      code {
         font-size: 87.5%;
         color: #e83e8c;
         word-break: break-word
      }

      a>code {
         color: inherit
      }

      kbd {
         padding: .2rem .4rem;
         font-size: 87.5%;
         color: #fff;
         background-color: #212529;
         border-radius: .2rem
      }

      kbd kbd {
         padding: 0;
         font-size: 100%;
         font-weight: 700
      }

      pre {
         display: block;
         font-size: 87.5%;
         color: #212529
      }

      pre code {
         font-size: inherit;
         color: inherit;
         word-break: normal
      }

      .pre-scrollable {
         max-height: 340px;
         overflow-y: scroll
      }

      .container {
         width: 100%;
         padding-right: 15px;
         padding-left: 15px;
         margin-right: auto;
         margin-left: auto
      }

      @media (min-width:576px) {
         .container {
            max-width: 540px
         }
      }

      @media (min-width:768px) {
         .container {
            max-width: 720px
         }
      }

      @media (min-width:992px) {
         .container {
            max-width: 960px
         }
      }

      @media (min-width:1200px) {
         .container {
            max-width: 1140px
         }
      }

      .container-fluid {
         width: 100%;
         padding-right: 15px;
         padding-left: 15px;
         margin-right: auto;
         margin-left: auto
      }

      .row {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         margin-right: -15px;
         margin-left: -15px
      }

      .no-gutters {
         margin-right: 0;
         margin-left: 0
      }

      .no-gutters>.col,
      .no-gutters>[class*=col-] {
         padding-right: 0;
         padding-left: 0
      }

      .col,
      .col-1,
      .col-10,
      .col-11,
      .col-12,
      .col-2,
      .col-3,
      .col-4,
      .col-5,
      .col-6,
      .col-7,
      .col-8,
      .col-9,
      .col-auto,
      .col-lg,
      .col-lg-1,
      .col-lg-10,
      .col-lg-11,
      .col-lg-12,
      .col-lg-2,
      .col-lg-3,
      .col-lg-4,
      .col-lg-5,
      .col-lg-6,
      .col-lg-7,
      .col-lg-8,
      .col-lg-9,
      .col-lg-auto,
      .col-md,
      .col-md-1,
      .col-md-10,
      .col-md-11,
      .col-md-12,
      .col-md-2,
      .col-md-3,
      .col-md-4,
      .col-md-5,
      .col-md-6,
      .col-md-7,
      .col-md-8,
      .col-md-9,
      .col-md-auto,
      .col-sm,
      .col-sm-1,
      .col-sm-10,
      .col-sm-11,
      .col-sm-12,
      .col-sm-2,
      .col-sm-3,
      .col-sm-4,
      .col-sm-5,
      .col-sm-6,
      .col-sm-7,
      .col-sm-8,
      .col-sm-9,
      .col-sm-auto,
      .col-xl,
      .col-xl-1,
      .col-xl-10,
      .col-xl-11,
      .col-xl-12,
      .col-xl-2,
      .col-xl-3,
      .col-xl-4,
      .col-xl-5,
      .col-xl-6,
      .col-xl-7,
      .col-xl-8,
      .col-xl-9,
      .col-xl-auto {
         position: relative;
         width: 100%;
         min-height: 1px;
         padding-right: 15px;
         padding-left: 15px
      }

      .col {
         -ms-flex-preferred-size: 0;
         flex-basis: 0;
         -ms-flex-positive: 1;
         flex-grow: 1;
         max-width: 100%
      }

      .col-auto {
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
         width: auto;
         max-width: none
      }

      .col-1 {
         -ms-flex: 0 0 8.333333%;
         flex: 0 0 8.333333%;
         max-width: 8.333333%
      }

      .col-2 {
         -ms-flex: 0 0 16.666667%;
         flex: 0 0 16.666667%;
         max-width: 16.666667%
      }

      .col-3 {
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%
      }

      .col-4 {
         -ms-flex: 0 0 33.333333%;
         flex: 0 0 33.333333%;
         max-width: 33.333333%
      }

      .col-5 {
         -ms-flex: 0 0 41.666667%;
         flex: 0 0 41.666667%;
         max-width: 41.666667%
      }

      .col-6 {
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%
      }

      .col-7 {
         -ms-flex: 0 0 58.333333%;
         flex: 0 0 58.333333%;
         max-width: 58.333333%
      }

      .col-8 {
         -ms-flex: 0 0 66.666667%;
         flex: 0 0 66.666667%;
         max-width: 66.666667%
      }

      .col-9 {
         -ms-flex: 0 0 75%;
         flex: 0 0 75%;
         max-width: 75%
      }

      .col-10 {
         -ms-flex: 0 0 83.333333%;
         flex: 0 0 83.333333%;
         max-width: 83.333333%
      }

      .col-11 {
         -ms-flex: 0 0 91.666667%;
         flex: 0 0 91.666667%;
         max-width: 91.666667%
      }

      .col-12 {
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%
      }

      .order-first {
         -ms-flex-order: -1;
         order: -1
      }

      .order-last {
         -ms-flex-order: 13;
         order: 13
      }

      .order-0 {
         -ms-flex-order: 0;
         order: 0
      }

      .order-1 {
         -ms-flex-order: 1;
         order: 1
      }

      .order-2 {
         -ms-flex-order: 2;
         order: 2
      }

      .order-3 {
         -ms-flex-order: 3;
         order: 3
      }

      .order-4 {
         -ms-flex-order: 4;
         order: 4
      }

      .order-5 {
         -ms-flex-order: 5;
         order: 5
      }

      .order-6 {
         -ms-flex-order: 6;
         order: 6
      }

      .order-7 {
         -ms-flex-order: 7;
         order: 7
      }

      .order-8 {
         -ms-flex-order: 8;
         order: 8
      }

      .order-9 {
         -ms-flex-order: 9;
         order: 9
      }

      .order-10 {
         -ms-flex-order: 10;
         order: 10
      }

      .order-11 {
         -ms-flex-order: 11;
         order: 11
      }

      .order-12 {
         -ms-flex-order: 12;
         order: 12
      }

      .offset-1 {
         margin-left: 8.333333%
      }

      .offset-2 {
         margin-left: 16.666667%
      }

      .offset-3 {
         margin-left: 25%
      }

      .offset-4 {
         margin-left: 33.333333%
      }

      .offset-5 {
         margin-left: 41.666667%
      }

      .offset-6 {
         margin-left: 50%
      }

      .offset-7 {
         margin-left: 58.333333%
      }

      .offset-8 {
         margin-left: 66.666667%
      }

      .offset-9 {
         margin-left: 75%
      }

      .offset-10 {
         margin-left: 83.333333%
      }

      .offset-11 {
         margin-left: 91.666667%
      }

      @media (min-width:576px) {
         .col-sm {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%
         }

         .col-sm-auto {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: none
         }

         .col-sm-1 {
            -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
            max-width: 8.333333%
         }

         .col-sm-2 {
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%
         }

         .col-sm-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
         }

         .col-sm-4 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%
         }

         .col-sm-5 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%
         }

         .col-sm-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
         }

         .col-sm-7 {
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%
         }

         .col-sm-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%
         }

         .col-sm-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%
         }

         .col-sm-10 {
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%
         }

         .col-sm-11 {
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%
         }

         .col-sm-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
         }

         .order-sm-first {
            -ms-flex-order: -1;
            order: -1
         }

         .order-sm-last {
            -ms-flex-order: 13;
            order: 13
         }

         .order-sm-0 {
            -ms-flex-order: 0;
            order: 0
         }

         .order-sm-1 {
            -ms-flex-order: 1;
            order: 1
         }

         .order-sm-2 {
            -ms-flex-order: 2;
            order: 2
         }

         .order-sm-3 {
            -ms-flex-order: 3;
            order: 3
         }

         .order-sm-4 {
            -ms-flex-order: 4;
            order: 4
         }

         .order-sm-5 {
            -ms-flex-order: 5;
            order: 5
         }

         .order-sm-6 {
            -ms-flex-order: 6;
            order: 6
         }

         .order-sm-7 {
            -ms-flex-order: 7;
            order: 7
         }

         .order-sm-8 {
            -ms-flex-order: 8;
            order: 8
         }

         .order-sm-9 {
            -ms-flex-order: 9;
            order: 9
         }

         .order-sm-10 {
            -ms-flex-order: 10;
            order: 10
         }

         .order-sm-11 {
            -ms-flex-order: 11;
            order: 11
         }

         .order-sm-12 {
            -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%
         }
      }

      @media (min-width:768px) {
         .col-md {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%
         }

         .col-md-auto {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: none
         }

         .col-md-1 {
            -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
            max-width: 8.333333%
         }

         .col-md-2 {
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%
         }

         .col-md-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
         }

         .col-md-4 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%
         }

         .col-md-5 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%
         }

         .col-md-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
         }

         .col-md-7 {
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%
         }

         .col-md-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%
         }

         .col-md-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%
         }

         .col-md-10 {
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%
         }

         .col-md-11 {
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%
         }

         .col-md-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
         }

         .order-md-first {
            -ms-flex-order: -1;
            order: -1
         }

         .order-md-last {
            -ms-flex-order: 13;
            order: 13
         }

         .order-md-0 {
            -ms-flex-order: 0;
            order: 0
         }

         .order-md-1 {
            -ms-flex-order: 1;
            order: 1
         }

         .order-md-2 {
            -ms-flex-order: 2;
            order: 2
         }

         .order-md-3 {
            -ms-flex-order: 3;
            order: 3
         }

         .order-md-4 {
            -ms-flex-order: 4;
            order: 4
         }

         .order-md-5 {
            -ms-flex-order: 5;
            order: 5
         }

         .order-md-6 {
            -ms-flex-order: 6;
            order: 6
         }

         .order-md-7 {
            -ms-flex-order: 7;
            order: 7
         }

         .order-md-8 {
            -ms-flex-order: 8;
            order: 8
         }

         .order-md-9 {
            -ms-flex-order: 9;
            order: 9
         }

         .order-md-10 {
            -ms-flex-order: 10;
            order: 10
         }

         .order-md-11 {
            -ms-flex-order: 11;
            order: 11
         }

         .order-md-12 {
            -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%
         }
      }

      @media (min-width:992px) {
         .col-lg {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%
         }

         .col-lg-auto {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: none
         }

         .col-lg-1 {
            -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
            max-width: 8.333333%
         }

         .col-lg-2 {
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%
         }

         .col-lg-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
         }

         .col-lg-4 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%
         }

         .col-lg-5 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%
         }

         .col-lg-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
         }

         .col-lg-7 {
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%
         }

         .col-lg-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%
         }

         .col-lg-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%
         }

         .col-lg-10 {
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%
         }

         .col-lg-11 {
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%
         }

         .col-lg-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
         }

         .order-lg-first {
            -ms-flex-order: -1;
            order: -1
         }

         .order-lg-last {
            -ms-flex-order: 13;
            order: 13
         }

         .order-lg-0 {
            -ms-flex-order: 0;
            order: 0
         }

         .order-lg-1 {
            -ms-flex-order: 1;
            order: 1
         }

         .order-lg-2 {
            -ms-flex-order: 2;
            order: 2
         }

         .order-lg-3 {
            -ms-flex-order: 3;
            order: 3
         }

         .order-lg-4 {
            -ms-flex-order: 4;
            order: 4
         }

         .order-lg-5 {
            -ms-flex-order: 5;
            order: 5
         }

         .order-lg-6 {
            -ms-flex-order: 6;
            order: 6
         }

         .order-lg-7 {
            -ms-flex-order: 7;
            order: 7
         }

         .order-lg-8 {
            -ms-flex-order: 8;
            order: 8
         }

         .order-lg-9 {
            -ms-flex-order: 9;
            order: 9
         }

         .order-lg-10 {
            -ms-flex-order: 10;
            order: 10
         }

         .order-lg-11 {
            -ms-flex-order: 11;
            order: 11
         }

         .order-lg-12 {
            -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%
         }
      }

      @media (min-width:1200px) {
         .col-xl {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%
         }

         .col-xl-auto {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: none
         }

         .col-xl-1 {
            -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
            max-width: 8.333333%
         }

         .col-xl-2 {
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%
         }

         .col-xl-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
         }

         .col-xl-4 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%
         }

         .col-xl-5 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%
         }

         .col-xl-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
         }

         .col-xl-7 {
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%
         }

         .col-xl-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%
         }

         .col-xl-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%
         }

         .col-xl-10 {
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%
         }

         .col-xl-11 {
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%
         }

         .col-xl-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
         }

         .order-xl-first {
            -ms-flex-order: -1;
            order: -1
         }

         .order-xl-last {
            -ms-flex-order: 13;
            order: 13
         }

         .order-xl-0 {
            -ms-flex-order: 0;
            order: 0
         }

         .order-xl-1 {
            -ms-flex-order: 1;
            order: 1
         }

         .order-xl-2 {
            -ms-flex-order: 2;
            order: 2
         }

         .order-xl-3 {
            -ms-flex-order: 3;
            order: 3
         }

         .order-xl-4 {
            -ms-flex-order: 4;
            order: 4
         }

         .order-xl-5 {
            -ms-flex-order: 5;
            order: 5
         }

         .order-xl-6 {
            -ms-flex-order: 6;
            order: 6
         }

         .order-xl-7 {
            -ms-flex-order: 7;
            order: 7
         }

         .order-xl-8 {
            -ms-flex-order: 8;
            order: 8
         }

         .order-xl-9 {
            -ms-flex-order: 9;
            order: 9
         }

         .order-xl-10 {
            -ms-flex-order: 10;
            order: 10
         }

         .order-xl-11 {
            -ms-flex-order: 11;
            order: 11
         }

         .order-xl-12 {
            -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%
         }
      }

      .table {
         width: 100%;
         margin-bottom: 1rem;
         background-color: transparent
      }

      .table td,
      .table th {
         padding: .75rem;
         vertical-align: top;
         border-top: 1px solid #dee2e6
      }

      .table thead th {
         vertical-align: bottom;
         border-bottom: 2px solid #dee2e6
      }

      .table tbody+tbody {
         border-top: 2px solid #dee2e6
      }

      .table .table {
         background-color: #fff
      }

      .table-sm td,
      .table-sm th {
         padding: .3rem
      }

      .table-bordered {
         border: 1px solid #dee2e6
      }

      .table-bordered td,
      .table-bordered th {
         border: 1px solid #dee2e6
      }

      .table-bordered thead td,
      .table-bordered thead th {
         border-bottom-width: 2px
      }

      .table-borderless tbody+tbody,
      .table-borderless td,
      .table-borderless th,
      .table-borderless thead th {
         border: 0
      }

      .table-striped tbody tr:nth-of-type(odd) {
         background-color: rgba(0, 0, 0, .05)
      }

      .table-hover tbody tr:hover {
         background-color: rgba(0, 0, 0, .075)
      }

      .table-primary,
      .table-primary>td,
      .table-primary>th {
         background-color: #b8daff
      }

      .table-hover .table-primary:hover {
         background-color: #9fcdff
      }

      .table-hover .table-primary:hover>td,
      .table-hover .table-primary:hover>th {
         background-color: #9fcdff
      }

      .table-secondary,
      .table-secondary>td,
      .table-secondary>th {
         background-color: #d6d8db
      }

      .table-hover .table-secondary:hover {
         background-color: #c8cbcf
      }

      .table-hover .table-secondary:hover>td,
      .table-hover .table-secondary:hover>th {
         background-color: #c8cbcf
      }

      .table-success,
      .table-success>td,
      .table-success>th {
         background-color: #c3e6cb
      }

      .table-hover .table-success:hover {
         background-color: #b1dfbb
      }

      .table-hover .table-success:hover>td,
      .table-hover .table-success:hover>th {
         background-color: #b1dfbb
      }

      .table-info,
      .table-info>td,
      .table-info>th {
         background-color: #bee5eb
      }

      .table-hover .table-info:hover {
         background-color: #abdde5
      }

      .table-hover .table-info:hover>td,
      .table-hover .table-info:hover>th {
         background-color: #abdde5
      }

      .table-warning,
      .table-warning>td,
      .table-warning>th {
         background-color: #ffeeba
      }

      .table-hover .table-warning:hover {
         background-color: #ffe8a1
      }

      .table-hover .table-warning:hover>td,
      .table-hover .table-warning:hover>th {
         background-color: #ffe8a1
      }

      .table-danger,
      .table-danger>td,
      .table-danger>th {
         background-color: #f5c6cb
      }

      .table-hover .table-danger:hover {
         background-color: #f1b0b7
      }

      .table-hover .table-danger:hover>td,
      .table-hover .table-danger:hover>th {
         background-color: #f1b0b7
      }

      .table-light,
      .table-light>td,
      .table-light>th {
         background-color: #fdfdfe
      }

      .table-hover .table-light:hover {
         background-color: #ececf6
      }

      .table-hover .table-light:hover>td,
      .table-hover .table-light:hover>th {
         background-color: #ececf6
      }

      .table-dark,
      .table-dark>td,
      .table-dark>th {
         background-color: #c6c8ca
      }

      .table-hover .table-dark:hover {
         background-color: #b9bbbe
      }

      .table-hover .table-dark:hover>td,
      .table-hover .table-dark:hover>th {
         background-color: #b9bbbe
      }

      .table-active,
      .table-active>td,
      .table-active>th {
         background-color: rgba(0, 0, 0, .075)
      }

      .table-hover .table-active:hover {
         background-color: rgba(0, 0, 0, .075)
      }

      .table-hover .table-active:hover>td,
      .table-hover .table-active:hover>th {
         background-color: rgba(0, 0, 0, .075)
      }

      .table .thead-dark th {
         color: #fff;
         background-color: #212529;
         border-color: #32383e
      }

      .table .thead-light th {
         color: #495057;
         background-color: #e9ecef;
         border-color: #dee2e6
      }

      .table-dark {
         color: #fff;
         background-color: #212529
      }

      .table-dark td,
      .table-dark th,
      .table-dark thead th {
         border-color: #32383e
      }

      .table-dark.table-bordered {
         border: 0
      }

      .table-dark.table-striped tbody tr:nth-of-type(odd) {
         background-color: rgba(255, 255, 255, .05)
      }

      .table-dark.table-hover tbody tr:hover {
         background-color: rgba(255, 255, 255, .075)
      }

      @media (max-width:575.98px) {
         .table-responsive-sm {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar
         }

         .table-responsive-sm>.table-bordered {
            border: 0
         }
      }

      @media (max-width:767.98px) {
         .table-responsive-md {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar
         }

         .table-responsive-md>.table-bordered {
            border: 0
         }
      }

      @media (max-width:991.98px) {
         .table-responsive-lg {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar
         }

         .table-responsive-lg>.table-bordered {
            border: 0
         }
      }

      @media (max-width:1199.98px) {
         .table-responsive-xl {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar
         }

         .table-responsive-xl>.table-bordered {
            border: 0
         }
      }

      .table-responsive {
         display: block;
         width: 100%;
         overflow-x: auto;
         -webkit-overflow-scrolling: touch;
         -ms-overflow-style: -ms-autohiding-scrollbar
      }

      .table-responsive>.table-bordered {
         border: 0
      }

      .form-control {
         display: block;
         width: 100%;
         height: calc(2.25rem + 2px);
         padding: .375rem .75rem;
         font-size: 1rem;
         line-height: 1.5;
         color: #495057;
         background-color: #fff;
         background-clip: padding-box;
         border: 1px solid #ced4da;
         border-radius: .25rem;
         transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
      }

      @media screen and (prefers-reduced-motion:reduce) {
         .form-control {
            transition: none
         }
      }

      .form-control::-ms-expand {
         background-color: transparent;
         border: 0
      }

      .form-control:focus {
         color: #495057;
         background-color: #fff;
         border-color: #80bdff;
         outline: 0;
         box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
      }

      .form-control::-webkit-input-placeholder {
         color: #6c757d;
         opacity: 1
      }

      .form-control::-moz-placeholder {
         color: #6c757d;
         opacity: 1
      }

      .form-control:-ms-input-placeholder {
         color: #6c757d;
         opacity: 1
      }

      .form-control::-ms-input-placeholder {
         color: #6c757d;
         opacity: 1
      }

      .form-control::placeholder {
         color: #6c757d;
         opacity: 1
      }

      .form-control:disabled,
      .form-control[readonly] {
         background-color: #e9ecef;
         opacity: 1
      }

      select.form-control:focus::-ms-value {
         color: #495057;
         background-color: #fff
      }

      .form-control-file,
      .form-control-range {
         display: block;
         width: 100%
      }

      .col-form-label {
         padding-top: calc(.375rem + 1px);
         padding-bottom: calc(.375rem + 1px);
         margin-bottom: 0;
         font-size: inherit;
         line-height: 1.5
      }

      .col-form-label-lg {
         padding-top: calc(.5rem + 1px);
         padding-bottom: calc(.5rem + 1px);
         font-size: 1.25rem;
         line-height: 1.5
      }

      .col-form-label-sm {
         padding-top: calc(.25rem + 1px);
         padding-bottom: calc(.25rem + 1px);
         font-size: .875rem;
         line-height: 1.5
      }

      .form-control-plaintext {
         display: block;
         width: 100%;
         padding-top: .375rem;
         padding-bottom: .375rem;
         margin-bottom: 0;
         line-height: 1.5;
         color: #212529;
         background-color: transparent;
         border: solid transparent;
         border-width: 1px 0
      }

      .form-control-plaintext.form-control-lg,
      .form-control-plaintext.form-control-sm {
         padding-right: 0;
         padding-left: 0
      }

      .form-control-sm {
         height: calc(1.8125rem + 2px);
         padding: .25rem .5rem;
         font-size: .875rem;
         line-height: 1.5;
         border-radius: .2rem
      }

      .form-control-lg {
         height: calc(2.875rem + 2px);
         padding: .5rem 1rem;
         font-size: 1.25rem;
         line-height: 1.5;
         border-radius: .3rem
      }

      select.form-control[multiple],
      select.form-control[size] {
         height: auto
      }

      textarea.form-control {
         height: auto
      }

      .form-group {
         margin-bottom: 1rem
      }

      .form-text {
         display: block;
         margin-top: .25rem
      }

      .form-row {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         margin-right: -5px;
         margin-left: -5px
      }

      .form-row>.col,
      .form-row>[class*=col-] {
         padding-right: 5px;
         padding-left: 5px
      }

      .form-check {
         position: relative;
         display: block;
         padding-left: 1.25rem
      }

      .form-check-input {
         position: absolute;
         margin-top: .3rem;
         margin-left: -1.25rem
      }

      .form-check-input:disabled~.form-check-label {
         color: #6c757d
      }

      .form-check-label {
         margin-bottom: 0
      }

      .form-check-inline {
         display: -ms-inline-flexbox;
         display: inline-flex;
         -ms-flex-align: center;
         align-items: center;
         padding-left: 0;
         margin-right: .75rem
      }

      .form-check-inline .form-check-input {
         position: static;
         margin-top: 0;
         margin-right: .3125rem;
         margin-left: 0
      }

      .valid-feedback {
         display: none;
         width: 100%;
         margin-top: .25rem;
         font-size: 80%;
         color: #28a745
      }

      .valid-tooltip {
         position: absolute;
         top: 100%;
         z-index: 5;
         display: none;
         max-width: 100%;
         padding: .25rem .5rem;
         margin-top: .1rem;
         font-size: .875rem;
         line-height: 1.5;
         color: #fff;
         background-color: rgba(40, 167, 69, .9);
         border-radius: .25rem
      }

      .custom-select.is-valid,
      .form-control.is-valid,
      .was-validated .custom-select:valid,
      .was-validated .form-control:valid {
         border-color: #28a745
      }

      .custom-select.is-valid:focus,
      .form-control.is-valid:focus,
      .was-validated .custom-select:valid:focus,
      .was-validated .form-control:valid:focus {
         border-color: #28a745;
         box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
      }

      .custom-select.is-valid~.valid-feedback,
      .custom-select.is-valid~.valid-tooltip,
      .form-control.is-valid~.valid-feedback,
      .form-control.is-valid~.valid-tooltip,
      .was-validated .custom-select:valid~.valid-feedback,
      .was-validated .custom-select:valid~.valid-tooltip,
      .was-validated .form-control:valid~.valid-feedback,
      .was-validated .form-control:valid~.valid-tooltip {
         display: block
      }

      .form-control-file.is-valid~.valid-feedback,
      .form-control-file.is-valid~.valid-tooltip,
      .was-validated .form-control-file:valid~.valid-feedback,
      .was-validated .form-control-file:valid~.valid-tooltip {
         display: block
      }

      .form-check-input.is-valid~.form-check-label,
      .was-validated .form-check-input:valid~.form-check-label {
         color: #28a745
      }

      .form-check-input.is-valid~.valid-feedback,
      .form-check-input.is-valid~.valid-tooltip,
      .was-validated .form-check-input:valid~.valid-feedback,
      .was-validated .form-check-input:valid~.valid-tooltip {
         display: block
      }

      .custom-control-input.is-valid~.custom-control-label,
      .was-validated .custom-control-input:valid~.custom-control-label {
         color: #28a745
      }

      .custom-control-input.is-valid~.custom-control-label::before,
      .was-validated .custom-control-input:valid~.custom-control-label::before {
         background-color: #71dd8a
      }

      .custom-control-input.is-valid~.valid-feedback,
      .custom-control-input.is-valid~.valid-tooltip,
      .was-validated .custom-control-input:valid~.valid-feedback,
      .was-validated .custom-control-input:valid~.valid-tooltip {
         display: block
      }

      .custom-control-input.is-valid:checked~.custom-control-label::before,
      .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
         background-color: #34ce57
      }

      .custom-control-input.is-valid:focus~.custom-control-label::before,
      .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
         box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
      }

      .custom-file-input.is-valid~.custom-file-label,
      .was-validated .custom-file-input:valid~.custom-file-label {
         border-color: #28a745
      }

      .custom-file-input.is-valid~.custom-file-label::after,
      .was-validated .custom-file-input:valid~.custom-file-label::after {
         border-color: inherit
      }

      .custom-file-input.is-valid~.valid-feedback,
      .custom-file-input.is-valid~.valid-tooltip,
      .was-validated .custom-file-input:valid~.valid-feedback,
      .was-validated .custom-file-input:valid~.valid-tooltip {
         display: block
      }

      .custom-file-input.is-valid:focus~.custom-file-label,
      .was-validated .custom-file-input:valid:focus~.custom-file-label {
         box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
      }

      .invalid-feedback {
         display: none;
         width: 100%;
         margin-top: .25rem;
         font-size: 80%;
         color: #dc3545
      }

      .invalid-tooltip {
         position: absolute;
         top: 100%;
         z-index: 5;
         display: none;
         max-width: 100%;
         padding: .25rem .5rem;
         margin-top: .1rem;
         font-size: .875rem;
         line-height: 1.5;
         color: #fff;
         background-color: rgba(220, 53, 69, .9);
         border-radius: .25rem
      }

      .custom-select.is-invalid,
      .form-control.is-invalid,
      .was-validated .custom-select:invalid,
      .was-validated .form-control:invalid {
         border-color: #dc3545
      }

      .custom-select.is-invalid:focus,
      .form-control.is-invalid:focus,
      .was-validated .custom-select:invalid:focus,
      .was-validated .form-control:invalid:focus {
         border-color: #dc3545;
         box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
      }

      .custom-select.is-invalid~.invalid-feedback,
      .custom-select.is-invalid~.invalid-tooltip,
      .form-control.is-invalid~.invalid-feedback,
      .form-control.is-invalid~.invalid-tooltip,
      .was-validated .custom-select:invalid~.invalid-feedback,
      .was-validated .custom-select:invalid~.invalid-tooltip,
      .was-validated .form-control:invalid~.invalid-feedback,
      .was-validated .form-control:invalid~.invalid-tooltip {
         display: block
      }

      .form-control-file.is-invalid~.invalid-feedback,
      .form-control-file.is-invalid~.invalid-tooltip,
      .was-validated .form-control-file:invalid~.invalid-feedback,
      .was-validated .form-control-file:invalid~.invalid-tooltip {
         display: block
      }

      .form-check-input.is-invalid~.form-check-label,
      .was-validated .form-check-input:invalid~.form-check-label {
         color: #dc3545
      }

      .form-check-input.is-invalid~.invalid-feedback,
      .form-check-input.is-invalid~.invalid-tooltip,
      .was-validated .form-check-input:invalid~.invalid-feedback,
      .was-validated .form-check-input:invalid~.invalid-tooltip {
         display: block
      }

      .custom-control-input.is-invalid~.custom-control-label,
      .was-validated .custom-control-input:invalid~.custom-control-label {
         color: #dc3545
      }

      .custom-control-input.is-invalid~.custom-control-label::before,
      .was-validated .custom-control-input:invalid~.custom-control-label::before {
         background-color: #efa2a9
      }

      .custom-control-input.is-invalid~.invalid-feedback,
      .custom-control-input.is-invalid~.invalid-tooltip,
      .was-validated .custom-control-input:invalid~.invalid-feedback,
      .was-validated .custom-control-input:invalid~.invalid-tooltip {
         display: block
      }

      .custom-control-input.is-invalid:checked~.custom-control-label::before,
      .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
         background-color: #e4606d
      }

      .custom-control-input.is-invalid:focus~.custom-control-label::before,
      .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
         box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
      }

      .custom-file-input.is-invalid~.custom-file-label,
      .was-validated .custom-file-input:invalid~.custom-file-label {
         border-color: #dc3545
      }

      .custom-file-input.is-invalid~.custom-file-label::after,
      .was-validated .custom-file-input:invalid~.custom-file-label::after {
         border-color: inherit
      }

      .custom-file-input.is-invalid~.invalid-feedback,
      .custom-file-input.is-invalid~.invalid-tooltip,
      .was-validated .custom-file-input:invalid~.invalid-feedback,
      .was-validated .custom-file-input:invalid~.invalid-tooltip {
         display: block
      }

      .custom-file-input.is-invalid:focus~.custom-file-label,
      .was-validated .custom-file-input:invalid:focus~.custom-file-label {
         box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
      }

      .form-inline {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-flow: row wrap;
         flex-flow: row wrap;
         -ms-flex-align: center;
         align-items: center
      }

      .form-inline .form-check {
         width: 100%
      }

      @media (min-width:576px) {
         .form-inline label {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 0
         }

         .form-inline .form-group {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 0
         }

         .form-inline .form-control {
            display: inline-block;
            width: auto;
            vertical-align: middle
         }

         .form-inline .form-control-plaintext {
            display: inline-block
         }

         .form-inline .custom-select,
         .form-inline .input-group {
            width: auto
         }

         .form-inline .form-check {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: auto;
            padding-left: 0
         }

         .form-inline .form-check-input {
            position: relative;
            margin-top: 0;
            margin-right: .25rem;
            margin-left: 0
         }

         .form-inline .custom-control {
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center
         }

         .form-inline .custom-control-label {
            margin-bottom: 0
         }
      }

      .btn {
         display: inline-block;
         font-weight: 400;
         text-align: center;
         white-space: nowrap;
         vertical-align: middle;
         -webkit-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
         border: 1px solid transparent;
         padding: .375rem .75rem;
         font-size: 1rem;
         line-height: 1.5;
         border-radius: .25rem;
         transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
      }

      @media screen and (prefers-reduced-motion:reduce) {
         .btn {
            transition: none
         }
      }

      .btn:focus,
      .btn:hover {
         text-decoration: none
      }

      .btn.focus,
      .btn:focus {
         outline: 0;
         box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
      }

      .btn.disabled,
      .btn:disabled {
         opacity: .65
      }

      .btn:not(:disabled):not(.disabled) {
         cursor: pointer
      }

      a.btn.disabled,
      fieldset:disabled a.btn {
         pointer-events: none
      }

      .btn-primary {
         color: #fff;
         background-color: #007bff;
         border-color: #007bff
      }

      .btn-primary:hover {
         color: #fff;
         background-color: #0069d9;
         border-color: #0062cc
      }

      .btn-primary.focus,
      .btn-primary:focus {
         box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
      }

      .btn-primary.disabled,
      .btn-primary:disabled {
         color: #fff;
         background-color: #007bff;
         border-color: #007bff
      }

      .btn-primary:not(:disabled):not(.disabled).active,
      .btn-primary:not(:disabled):not(.disabled):active,
      .show>.btn-primary.dropdown-toggle {
         color: #fff;
         background-color: #0062cc;
         border-color: #005cbf
      }

      .btn-primary:not(:disabled):not(.disabled).active:focus,
      .btn-primary:not(:disabled):not(.disabled):active:focus,
      .show>.btn-primary.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
      }

      .btn-secondary {
         color: #fff;
         background-color: #6c757d;
         border-color: #6c757d
      }

      .btn-secondary:hover {
         color: #fff;
         background-color: #5a6268;
         border-color: #545b62
      }

      .btn-secondary.focus,
      .btn-secondary:focus {
         box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
      }

      .btn-secondary.disabled,
      .btn-secondary:disabled {
         color: #fff;
         background-color: #6c757d;
         border-color: #6c757d
      }

      .btn-secondary:not(:disabled):not(.disabled).active,
      .btn-secondary:not(:disabled):not(.disabled):active,
      .show>.btn-secondary.dropdown-toggle {
         color: #fff;
         background-color: #545b62;
         border-color: #4e555b
      }

      .btn-secondary:not(:disabled):not(.disabled).active:focus,
      .btn-secondary:not(:disabled):not(.disabled):active:focus,
      .show>.btn-secondary.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
      }

      .btn-success {
         color: #fff;
         background-color: #28a745;
         border-color: #28a745
      }

      .btn-success:hover {
         color: #fff;
         background-color: #218838;
         border-color: #1e7e34
      }

      .btn-success.focus,
      .btn-success:focus {
         box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
      }

      .btn-success.disabled,
      .btn-success:disabled {
         color: #fff;
         background-color: #28a745;
         border-color: #28a745
      }

      .btn-success:not(:disabled):not(.disabled).active,
      .btn-success:not(:disabled):not(.disabled):active,
      .show>.btn-success.dropdown-toggle {
         color: #fff;
         background-color: #1e7e34;
         border-color: #1c7430
      }

      .btn-success:not(:disabled):not(.disabled).active:focus,
      .btn-success:not(:disabled):not(.disabled):active:focus,
      .show>.btn-success.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
      }

      .btn-info {
         color: #fff;
         background-color: #17a2b8;
         border-color: #17a2b8
      }

      .btn-info:hover {
         color: #fff;
         background-color: #138496;
         border-color: #117a8b
      }

      .btn-info.focus,
      .btn-info:focus {
         box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
      }

      .btn-info.disabled,
      .btn-info:disabled {
         color: #fff;
         background-color: #17a2b8;
         border-color: #17a2b8
      }

      .btn-info:not(:disabled):not(.disabled).active,
      .btn-info:not(:disabled):not(.disabled):active,
      .show>.btn-info.dropdown-toggle {
         color: #fff;
         background-color: #117a8b;
         border-color: #10707f
      }

      .btn-info:not(:disabled):not(.disabled).active:focus,
      .btn-info:not(:disabled):not(.disabled):active:focus,
      .show>.btn-info.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
      }

      .btn-warning {
         color: #212529;
         background-color: #ffc107;
         border-color: #ffc107
      }

      .btn-warning:hover {
         color: #212529;
         background-color: #e0a800;
         border-color: #d39e00
      }

      .btn-warning.focus,
      .btn-warning:focus {
         box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
      }

      .btn-warning.disabled,
      .btn-warning:disabled {
         color: #212529;
         background-color: #ffc107;
         border-color: #ffc107
      }

      .btn-warning:not(:disabled):not(.disabled).active,
      .btn-warning:not(:disabled):not(.disabled):active,
      .show>.btn-warning.dropdown-toggle {
         color: #212529;
         background-color: #d39e00;
         border-color: #c69500
      }

      .btn-warning:not(:disabled):not(.disabled).active:focus,
      .btn-warning:not(:disabled):not(.disabled):active:focus,
      .show>.btn-warning.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
      }

      .btn-danger {
         color: #fff;
         background-color: #dc3545;
         border-color: #dc3545
      }

      .btn-danger:hover {
         color: #fff;
         background-color: #c82333;
         border-color: #bd2130
      }

      .btn-danger.focus,
      .btn-danger:focus {
         box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
      }

      .btn-danger.disabled,
      .btn-danger:disabled {
         color: #fff;
         background-color: #dc3545;
         border-color: #dc3545
      }

      .btn-danger:not(:disabled):not(.disabled).active,
      .btn-danger:not(:disabled):not(.disabled):active,
      .show>.btn-danger.dropdown-toggle {
         color: #fff;
         background-color: #bd2130;
         border-color: #b21f2d
      }

      .btn-danger:not(:disabled):not(.disabled).active:focus,
      .btn-danger:not(:disabled):not(.disabled):active:focus,
      .show>.btn-danger.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
      }

      .btn-light {
         color: #212529;
         background-color: #f8f9fa;
         border-color: #f8f9fa
      }

      .btn-light:hover {
         color: #212529;
         background-color: #e2e6ea;
         border-color: #dae0e5
      }

      .btn-light.focus,
      .btn-light:focus {
         box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
      }

      .btn-light.disabled,
      .btn-light:disabled {
         color: #212529;
         background-color: #f8f9fa;
         border-color: #f8f9fa
      }

      .btn-light:not(:disabled):not(.disabled).active,
      .btn-light:not(:disabled):not(.disabled):active,
      .show>.btn-light.dropdown-toggle {
         color: #212529;
         background-color: #dae0e5;
         border-color: #d3d9df
      }

      .btn-light:not(:disabled):not(.disabled).active:focus,
      .btn-light:not(:disabled):not(.disabled):active:focus,
      .show>.btn-light.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
      }

      .btn-dark {
         color: #fff;
         background-color: #343a40;
         border-color: #343a40
      }

      .btn-dark:hover {
         color: #fff;
         background-color: #23272b;
         border-color: #1d2124
      }

      .btn-dark.focus,
      .btn-dark:focus {
         box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
      }

      .btn-dark.disabled,
      .btn-dark:disabled {
         color: #fff;
         background-color: #343a40;
         border-color: #343a40
      }

      .btn-dark:not(:disabled):not(.disabled).active,
      .btn-dark:not(:disabled):not(.disabled):active,
      .show>.btn-dark.dropdown-toggle {
         color: #fff;
         background-color: #1d2124;
         border-color: #171a1d
      }

      .btn-dark:not(:disabled):not(.disabled).active:focus,
      .btn-dark:not(:disabled):not(.disabled):active:focus,
      .show>.btn-dark.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
      }

      .btn-outline-primary {
         color: #007bff;
         background-color: transparent;
         background-image: none;
         border-color: #007bff
      }

      .btn-outline-primary:hover {
         color: #fff;
         background-color: #007bff;
         border-color: #007bff
      }

      .btn-outline-primary.focus,
      .btn-outline-primary:focus {
         box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
      }

      .btn-outline-primary.disabled,
      .btn-outline-primary:disabled {
         color: #007bff;
         background-color: transparent
      }

      .btn-outline-primary:not(:disabled):not(.disabled).active,
      .btn-outline-primary:not(:disabled):not(.disabled):active,
      .show>.btn-outline-primary.dropdown-toggle {
         color: #fff;
         background-color: #007bff;
         border-color: #007bff
      }

      .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
      .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
      .show>.btn-outline-primary.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
      }

      .btn-outline-secondary {
         color: #6c757d;
         background-color: transparent;
         background-image: none;
         border-color: #6c757d
      }

      .btn-outline-secondary:hover {
         color: #fff;
         background-color: #6c757d;
         border-color: #6c757d
      }

      .btn-outline-secondary.focus,
      .btn-outline-secondary:focus {
         box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
      }

      .btn-outline-secondary.disabled,
      .btn-outline-secondary:disabled {
         color: #6c757d;
         background-color: transparent
      }

      .btn-outline-secondary:not(:disabled):not(.disabled).active,
      .btn-outline-secondary:not(:disabled):not(.disabled):active,
      .show>.btn-outline-secondary.dropdown-toggle {
         color: #fff;
         background-color: #6c757d;
         border-color: #6c757d
      }

      .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
      .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
      .show>.btn-outline-secondary.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
      }

      .btn-outline-success {
         color: #28a745;
         background-color: transparent;
         background-image: none;
         border-color: #28a745
      }

      .btn-outline-success:hover {
         color: #fff;
         background-color: #28a745;
         border-color: #28a745
      }

      .btn-outline-success.focus,
      .btn-outline-success:focus {
         box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
      }

      .btn-outline-success.disabled,
      .btn-outline-success:disabled {
         color: #28a745;
         background-color: transparent
      }

      .btn-outline-success:not(:disabled):not(.disabled).active,
      .btn-outline-success:not(:disabled):not(.disabled):active,
      .show>.btn-outline-success.dropdown-toggle {
         color: #fff;
         background-color: #28a745;
         border-color: #28a745
      }

      .btn-outline-success:not(:disabled):not(.disabled).active:focus,
      .btn-outline-success:not(:disabled):not(.disabled):active:focus,
      .show>.btn-outline-success.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
      }

      .btn-outline-info {
         color: #17a2b8;
         background-color: transparent;
         background-image: none;
         border-color: #17a2b8
      }

      .btn-outline-info:hover {
         color: #fff;
         background-color: #17a2b8;
         border-color: #17a2b8
      }

      .btn-outline-info.focus,
      .btn-outline-info:focus {
         box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
      }

      .btn-outline-info.disabled,
      .btn-outline-info:disabled {
         color: #17a2b8;
         background-color: transparent
      }

      .btn-outline-info:not(:disabled):not(.disabled).active,
      .btn-outline-info:not(:disabled):not(.disabled):active,
      .show>.btn-outline-info.dropdown-toggle {
         color: #fff;
         background-color: #17a2b8;
         border-color: #17a2b8
      }

      .btn-outline-info:not(:disabled):not(.disabled).active:focus,
      .btn-outline-info:not(:disabled):not(.disabled):active:focus,
      .show>.btn-outline-info.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
      }

      .btn-outline-warning {
         color: #ffc107;
         background-color: transparent;
         background-image: none;
         border-color: #ffc107
      }

      .btn-outline-warning:hover {
         color: #212529;
         background-color: #ffc107;
         border-color: #ffc107
      }

      .btn-outline-warning.focus,
      .btn-outline-warning:focus {
         box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
      }

      .btn-outline-warning.disabled,
      .btn-outline-warning:disabled {
         color: #ffc107;
         background-color: transparent
      }

      .btn-outline-warning:not(:disabled):not(.disabled).active,
      .btn-outline-warning:not(:disabled):not(.disabled):active,
      .show>.btn-outline-warning.dropdown-toggle {
         color: #212529;
         background-color: #ffc107;
         border-color: #ffc107
      }

      .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
      .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
      .show>.btn-outline-warning.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
      }

      .btn-outline-danger {
         color: #dc3545;
         background-color: transparent;
         background-image: none;
         border-color: #dc3545
      }

      .btn-outline-danger:hover {
         color: #fff;
         background-color: #dc3545;
         border-color: #dc3545
      }

      .btn-outline-danger.focus,
      .btn-outline-danger:focus {
         box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
      }

      .btn-outline-danger.disabled,
      .btn-outline-danger:disabled {
         color: #dc3545;
         background-color: transparent
      }

      .btn-outline-danger:not(:disabled):not(.disabled).active,
      .btn-outline-danger:not(:disabled):not(.disabled):active,
      .show>.btn-outline-danger.dropdown-toggle {
         color: #fff;
         background-color: #dc3545;
         border-color: #dc3545
      }

      .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
      .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
      .show>.btn-outline-danger.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
      }

      .btn-outline-light {
         color: #f8f9fa;
         background-color: transparent;
         background-image: none;
         border-color: #f8f9fa
      }

      .btn-outline-light:hover {
         color: #212529;
         background-color: #f8f9fa;
         border-color: #f8f9fa
      }

      .btn-outline-light.focus,
      .btn-outline-light:focus {
         box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
      }

      .btn-outline-light.disabled,
      .btn-outline-light:disabled {
         color: #f8f9fa;
         background-color: transparent
      }

      .btn-outline-light:not(:disabled):not(.disabled).active,
      .btn-outline-light:not(:disabled):not(.disabled):active,
      .show>.btn-outline-light.dropdown-toggle {
         color: #212529;
         background-color: #f8f9fa;
         border-color: #f8f9fa
      }

      .btn-outline-light:not(:disabled):not(.disabled).active:focus,
      .btn-outline-light:not(:disabled):not(.disabled):active:focus,
      .show>.btn-outline-light.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
      }

      .btn-outline-dark {
         color: #343a40;
         background-color: transparent;
         background-image: none;
         border-color: #343a40
      }

      .btn-outline-dark:hover {
         color: #fff;
         background-color: #343a40;
         border-color: #343a40
      }

      .btn-outline-dark.focus,
      .btn-outline-dark:focus {
         box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
      }

      .btn-outline-dark.disabled,
      .btn-outline-dark:disabled {
         color: #343a40;
         background-color: transparent
      }

      .btn-outline-dark:not(:disabled):not(.disabled).active,
      .btn-outline-dark:not(:disabled):not(.disabled):active,
      .show>.btn-outline-dark.dropdown-toggle {
         color: #fff;
         background-color: #343a40;
         border-color: #343a40
      }

      .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
      .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
      .show>.btn-outline-dark.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
      }

      .btn-link {
         font-weight: 400;
         color: #007bff;
         background-color: transparent
      }

      .btn-link:hover {
         color: #0056b3;
         text-decoration: underline;
         background-color: transparent;
         border-color: transparent
      }

      .btn-link.focus,
      .btn-link:focus {
         text-decoration: underline;
         border-color: transparent;
         box-shadow: none
      }

      .btn-link.disabled,
      .btn-link:disabled {
         color: #6c757d;
         pointer-events: none
      }

      .btn-group-lg>.btn,
      .btn-lg {
         padding: .5rem 1rem;
         font-size: 1.25rem;
         line-height: 1.5;
         border-radius: .3rem
      }

      .btn-group-sm>.btn,
      .btn-sm {
         padding: .25rem .5rem;
         font-size: .875rem;
         line-height: 1.5;
         border-radius: .2rem
      }

      .btn-block {
         display: block;
         width: 100%
      }

      .btn-block+.btn-block {
         margin-top: .5rem
      }

      input[type=button].btn-block,
      input[type=reset].btn-block,
      input[type=submit].btn-block {
         width: 100%
      }

      .fade {
         transition: opacity .15s linear
      }

      @media screen and (prefers-reduced-motion:reduce) {
         .fade {
            transition: none
         }
      }

      .fade:not(.show) {
         opacity: 0
      }

      .collapse:not(.show) {
         display: none
      }

      .collapsing {
         position: relative;
         height: 0;
         overflow: hidden;
         transition: height .35s ease
      }

      @media screen and (prefers-reduced-motion:reduce) {
         .collapsing {
            transition: none
         }
      }

      .dropdown,
      .dropleft,
      .dropright,
      .dropup {
         position: relative
      }

      .dropdown-toggle::after {
         display: inline-block;
         width: 0;
         height: 0;
         margin-left: .255em;
         vertical-align: .255em;
         content: "";
         border-top: .3em solid;
         border-right: .3em solid transparent;
         border-bottom: 0;
         border-left: .3em solid transparent
      }

      .dropdown-toggle:empty::after {
         margin-left: 0
      }

      .dropdown-menu {
         position: absolute;
         top: 100%;
         left: 0;
         z-index: 1000;
         display: none;
         float: left;
         min-width: 10rem;
         padding: .5rem 0;
         margin: .125rem 0 0;
         font-size: 1rem;
         color: #212529;
         text-align: left;
         list-style: none;
         background-color: #fff;
         background-clip: padding-box;
         border: 1px solid rgba(0, 0, 0, .15);
         border-radius: .25rem
      }

      .dropdown-menu-right {
         right: 0;
         left: auto
      }

      .dropup .dropdown-menu {
         top: auto;
         bottom: 100%;
         margin-top: 0;
         margin-bottom: .125rem
      }

      .dropup .dropdown-toggle::after {
         display: inline-block;
         width: 0;
         height: 0;
         margin-left: .255em;
         vertical-align: .255em;
         content: "";
         border-top: 0;
         border-right: .3em solid transparent;
         border-bottom: .3em solid;
         border-left: .3em solid transparent
      }

      .dropup .dropdown-toggle:empty::after {
         margin-left: 0
      }

      .dropright .dropdown-menu {
         top: 0;
         right: auto;
         left: 100%;
         margin-top: 0;
         margin-left: .125rem
      }

      .dropright .dropdown-toggle::after {
         display: inline-block;
         width: 0;
         height: 0;
         margin-left: .255em;
         vertical-align: .255em;
         content: "";
         border-top: .3em solid transparent;
         border-right: 0;
         border-bottom: .3em solid transparent;
         border-left: .3em solid
      }

      .dropright .dropdown-toggle:empty::after {
         margin-left: 0
      }

      .dropright .dropdown-toggle::after {
         vertical-align: 0
      }

      .dropleft .dropdown-menu {
         top: 0;
         right: 100%;
         left: auto;
         margin-top: 0;
         margin-right: .125rem
      }

      .dropleft .dropdown-toggle::after {
         display: inline-block;
         width: 0;
         height: 0;
         margin-left: .255em;
         vertical-align: .255em;
         content: ""
      }

      .dropleft .dropdown-toggle::after {
         display: none
      }

      .dropleft .dropdown-toggle::before {
         display: inline-block;
         width: 0;
         height: 0;
         margin-right: .255em;
         vertical-align: .255em;
         content: "";
         border-top: .3em solid transparent;
         border-right: .3em solid;
         border-bottom: .3em solid transparent
      }

      .dropleft .dropdown-toggle:empty::after {
         margin-left: 0
      }

      .dropleft .dropdown-toggle::before {
         vertical-align: 0
      }

      .dropdown-menu[x-placement^=bottom],
      .dropdown-menu[x-placement^=left],
      .dropdown-menu[x-placement^=right],
      .dropdown-menu[x-placement^=top] {
         right: auto;
         bottom: auto
      }

      .dropdown-divider {
         height: 0;
         margin: .5rem 0;
         overflow: hidden;
         border-top: 1px solid #e9ecef
      }

      .dropdown-item {
         display: block;
         width: 100%;
         padding: .25rem 1.5rem;
         clear: both;
         font-weight: 400;
         color: #212529;
         text-align: inherit;
         white-space: nowrap;
         background-color: transparent;
         border: 0
      }

      .dropdown-item:focus,
      .dropdown-item:hover {
         color: #fff;
         text-decoration: none;
         background-color: #008080
      }

      .dropdown-item.active,
      .dropdown-item:active {
         color: #fff;
         text-decoration: none;
         background-color: #007bff
      }

      .dropdown-item.disabled,
      .dropdown-item:disabled {
         color: #6c757d;
         background-color: transparent
      }

      .dropdown-menu.show {
         display: block
      }

      .dropdown-header {
         display: block;
         padding: .5rem 1.5rem;
         margin-bottom: 0;
         font-size: .875rem;
         color: #6c757d;
         white-space: nowrap
      }

      .dropdown-item-text {
         display: block;
         padding: .25rem 1.5rem;
         color: #212529
      }

      .btn-group,
      .btn-group-vertical {
         position: relative;
         display: -ms-inline-flexbox;
         display: inline-flex;
         vertical-align: middle
      }

      .btn-group-vertical>.btn,
      .btn-group>.btn {
         position: relative;
         -ms-flex: 0 1 auto;
         flex: 0 1 auto
      }

      .btn-group-vertical>.btn:hover,
      .btn-group>.btn:hover {
         z-index: 1
      }

      .btn-group-vertical>.btn.active,
      .btn-group-vertical>.btn:active,
      .btn-group-vertical>.btn:focus,
      .btn-group>.btn.active,
      .btn-group>.btn:active,
      .btn-group>.btn:focus {
         z-index: 1
      }

      .btn-group .btn+.btn,
      .btn-group .btn+.btn-group,
      .btn-group .btn-group+.btn,
      .btn-group .btn-group+.btn-group,
      .btn-group-vertical .btn+.btn,
      .btn-group-vertical .btn+.btn-group,
      .btn-group-vertical .btn-group+.btn,
      .btn-group-vertical .btn-group+.btn-group {
         margin-left: -1px
      }

      .btn-toolbar {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         -ms-flex-pack: start;
         justify-content: flex-start
      }

      .btn-toolbar .input-group {
         width: auto
      }

      .btn-group>.btn:first-child {
         margin-left: 0
      }

      .btn-group>.btn-group:not(:last-child)>.btn,
      .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
         border-top-right-radius: 0;
         border-bottom-right-radius: 0
      }

      .btn-group>.btn-group:not(:first-child)>.btn,
      .btn-group>.btn:not(:first-child) {
         border-top-left-radius: 0;
         border-bottom-left-radius: 0
      }

      .dropdown-toggle-split {
         padding-right: .5625rem;
         padding-left: .5625rem
      }

      .dropdown-toggle-split::after,
      .dropright .dropdown-toggle-split::after,
      .dropup .dropdown-toggle-split::after {
         margin-left: 0
      }

      .dropleft .dropdown-toggle-split::before {
         margin-right: 0
      }

      .btn-group-sm>.btn+.dropdown-toggle-split,
      .btn-sm+.dropdown-toggle-split {
         padding-right: .375rem;
         padding-left: .375rem
      }

      .btn-group-lg>.btn+.dropdown-toggle-split,
      .btn-lg+.dropdown-toggle-split {
         padding-right: .75rem;
         padding-left: .75rem
      }

      .btn-group-vertical {
         -ms-flex-direction: column;
         flex-direction: column;
         -ms-flex-align: start;
         align-items: flex-start;
         -ms-flex-pack: center;
         justify-content: center
      }

      .btn-group-vertical .btn,
      .btn-group-vertical .btn-group {
         width: 100%
      }

      .btn-group-vertical>.btn+.btn,
      .btn-group-vertical>.btn+.btn-group,
      .btn-group-vertical>.btn-group+.btn,
      .btn-group-vertical>.btn-group+.btn-group {
         margin-top: -1px;
         margin-left: 0
      }

      .btn-group-vertical>.btn-group:not(:last-child)>.btn,
      .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
         border-bottom-right-radius: 0;
         border-bottom-left-radius: 0
      }

      .btn-group-vertical>.btn-group:not(:first-child)>.btn,
      .btn-group-vertical>.btn:not(:first-child) {
         border-top-left-radius: 0;
         border-top-right-radius: 0
      }

      .btn-group-toggle>.btn,
      .btn-group-toggle>.btn-group>.btn {
         margin-bottom: 0
      }

      .btn-group-toggle>.btn input[type=checkbox],
      .btn-group-toggle>.btn input[type=radio],
      .btn-group-toggle>.btn-group>.btn input[type=checkbox],
      .btn-group-toggle>.btn-group>.btn input[type=radio] {
         position: absolute;
         clip: rect(0, 0, 0, 0);
         pointer-events: none
      }

      .input-group {
         position: relative;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         -ms-flex-align: stretch;
         align-items: stretch;
         width: 100%
      }

      .input-group>.custom-file,
      .input-group>.custom-select,
      .input-group>.form-control {
         position: relative;
         -ms-flex: 1 1 auto;
         flex: 1 1 auto;
         width: 1%;
         margin-bottom: 0
      }

      .input-group>.custom-file+.custom-file,
      .input-group>.custom-file+.custom-select,
      .input-group>.custom-file+.form-control,
      .input-group>.custom-select+.custom-file,
      .input-group>.custom-select+.custom-select,
      .input-group>.custom-select+.form-control,
      .input-group>.form-control+.custom-file,
      .input-group>.form-control+.custom-select,
      .input-group>.form-control+.form-control {
         margin-left: -1px
      }

      .input-group>.custom-file .custom-file-input:focus~.custom-file-label,
      .input-group>.custom-select:focus,
      .input-group>.form-control:focus {
         z-index: 3
      }

      .input-group>.custom-file .custom-file-input:focus {
         z-index: 4
      }

      .input-group>.custom-select:not(:last-child),
      .input-group>.form-control:not(:last-child) {
         border-top-right-radius: 0;
         border-bottom-right-radius: 0
      }

      .input-group>.custom-select:not(:first-child),
      .input-group>.form-control:not(:first-child) {
         border-top-left-radius: 0;
         border-bottom-left-radius: 0
      }

      .input-group>.custom-file {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-align: center;
         align-items: center
      }

      .input-group>.custom-file:not(:last-child) .custom-file-label,
      .input-group>.custom-file:not(:last-child) .custom-file-label::after {
         border-top-right-radius: 0;
         border-bottom-right-radius: 0
      }

      .input-group>.custom-file:not(:first-child) .custom-file-label {
         border-top-left-radius: 0;
         border-bottom-left-radius: 0
      }

      .input-group-append,
      .input-group-prepend {
         display: -ms-flexbox;
         display: flex
      }

      .input-group-append .btn,
      .input-group-prepend .btn {
         position: relative;
         z-index: 2
      }

      .input-group-append .btn+.btn,
      .input-group-append .btn+.input-group-text,
      .input-group-append .input-group-text+.btn,
      .input-group-append .input-group-text+.input-group-text,
      .input-group-prepend .btn+.btn,
      .input-group-prepend .btn+.input-group-text,
      .input-group-prepend .input-group-text+.btn,
      .input-group-prepend .input-group-text+.input-group-text {
         margin-left: -1px
      }

      .input-group-prepend {
         margin-right: -1px
      }

      .input-group-append {
         margin-left: -1px
      }

      .input-group-text {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-align: center;
         align-items: center;
         padding: .375rem .75rem;
         margin-bottom: 0;
         font-size: 1rem;
         font-weight: 400;
         line-height: 1.5;
         color: #495057;
         text-align: center;
         white-space: nowrap;
         background-color: #e9ecef;
         border: 1px solid #ced4da;
         border-radius: .25rem
      }

      .input-group-text input[type=checkbox],
      .input-group-text input[type=radio] {
         margin-top: 0
      }

      .input-group-lg>.form-control,
      .input-group-lg>.input-group-append>.btn,
      .input-group-lg>.input-group-append>.input-group-text,
      .input-group-lg>.input-group-prepend>.btn,
      .input-group-lg>.input-group-prepend>.input-group-text {
         height: calc(2.875rem + 2px);
         padding: .5rem 1rem;
         font-size: 1.25rem;
         line-height: 1.5;
         border-radius: .3rem
      }

      .input-group-sm>.form-control,
      .input-group-sm>.input-group-append>.btn,
      .input-group-sm>.input-group-append>.input-group-text,
      .input-group-sm>.input-group-prepend>.btn,
      .input-group-sm>.input-group-prepend>.input-group-text {
         height: calc(1.8125rem + 2px);
         padding: .25rem .5rem;
         font-size: .875rem;
         line-height: 1.5;
         border-radius: .2rem
      }

      .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
      .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
      .input-group>.input-group-append:not(:last-child)>.btn,
      .input-group>.input-group-append:not(:last-child)>.input-group-text,
      .input-group>.input-group-prepend>.btn,
      .input-group>.input-group-prepend>.input-group-text {
         border-top-right-radius: 0;
         border-bottom-right-radius: 0
      }

      .input-group>.input-group-append>.btn,
      .input-group>.input-group-append>.input-group-text,
      .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
      .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
      .input-group>.input-group-prepend:not(:first-child)>.btn,
      .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
         border-top-left-radius: 0;
         border-bottom-left-radius: 0
      }

      .custom-control {
         position: relative;
         display: block;
         min-height: 1.5rem;
         padding-left: 1.5rem
      }

      .custom-control-inline {
         display: -ms-inline-flexbox;
         display: inline-flex;
         margin-right: 1rem
      }

      .custom-control-input {
         position: absolute;
         z-index: -1;
         opacity: 0
      }

      .custom-control-input:checked~.custom-control-label::before {
         color: #fff;
         background-color: #007bff
      }

      .custom-control-input:focus~.custom-control-label::before {
         box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
      }

      .custom-control-input:active~.custom-control-label::before {
         color: #fff;
         background-color: #b3d7ff
      }

      .custom-control-input:disabled~.custom-control-label {
         color: #6c757d
      }

      .custom-control-input:disabled~.custom-control-label::before {
         background-color: #e9ecef
      }

      .custom-control-label {
         position: relative;
         margin-bottom: 0
      }

      .custom-control-label::before {
         position: absolute;
         top: .25rem;
         left: -1.5rem;
         display: block;
         width: 1rem;
         height: 1rem;
         pointer-events: none;
         content: "";
         -webkit-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
         background-color: #dee2e6
      }

      .custom-control-label::after {
         position: absolute;
         top: .25rem;
         left: -1.5rem;
         display: block;
         width: 1rem;
         height: 1rem;
         content: "";
         background-repeat: no-repeat;
         background-position: center center;
         background-size: 50% 50%
      }

      .custom-checkbox .custom-control-label::before {
         border-radius: .25rem
      }

      .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
         background-color: #007bff
      }

      .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
         background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
      }

      .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
         background-color: #007bff
      }

      .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
         background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
      }

      .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
         background-color: rgba(0, 123, 255, .5)
      }

      .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
         background-color: rgba(0, 123, 255, .5)
      }

      .custom-radio .custom-control-label::before {
         border-radius: 50%
      }

      .custom-radio .custom-control-input:checked~.custom-control-label::before {
         background-color: #007bff
      }

      .custom-radio .custom-control-input:checked~.custom-control-label::after {
         background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
      }

      .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
         background-color: rgba(0, 123, 255, .5)
      }

      .custom-select {
         display: inline-block;
         width: 100%;
         height: calc(2.25rem + 2px);
         padding: .375rem 1.75rem .375rem .75rem;
         line-height: 1.5;
         color: #495057;
         vertical-align: middle;
         background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
         background-size: 8px 10px;
         border: 1px solid #ced4da;
         border-radius: .25rem;
         -webkit-appearance: none;
         -moz-appearance: none;
         appearance: none
      }

      .custom-select:focus {
         border-color: #80bdff;
         outline: 0;
         box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5)
      }

      .custom-select:focus::-ms-value {
         color: #495057;
         background-color: #fff
      }

      .custom-select[multiple],
      .custom-select[size]:not([size="1"]) {
         height: auto;
         padding-right: .75rem;
         background-image: none
      }

      .custom-select:disabled {
         color: #6c757d;
         background-color: #e9ecef
      }

      .custom-select::-ms-expand {
         opacity: 0
      }

      .custom-select-sm {
         height: calc(1.8125rem + 2px);
         padding-top: .375rem;
         padding-bottom: .375rem;
         font-size: 75%
      }

      .custom-select-lg {
         height: calc(2.875rem + 2px);
         padding-top: .375rem;
         padding-bottom: .375rem;
         font-size: 125%
      }

      .custom-file {
         position: relative;
         display: inline-block;
         width: 100%;
         height: calc(2.25rem + 2px);
         margin-bottom: 0
      }

      .custom-file-input {
         position: relative;
         z-index: 2;
         width: 100%;
         height: calc(2.25rem + 2px);
         margin: 0;
         opacity: 0
      }

      .custom-file-input:focus~.custom-file-label {
         border-color: #80bdff;
         box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
      }

      .custom-file-input:focus~.custom-file-label::after {
         border-color: #80bdff
      }

      .custom-file-input:disabled~.custom-file-label {
         background-color: #e9ecef
      }

      .custom-file-input:lang(en)~.custom-file-label::after {
         content: "Browse"
      }

      .custom-file-label {
         position: absolute;
         top: 0;
         right: 0;
         left: 0;
         z-index: 1;
         height: calc(2.25rem + 2px);
         padding: .375rem .75rem;
         line-height: 1.5;
         color: #495057;
         background-color: #fff;
         border: 1px solid #ced4da;
         border-radius: .25rem
      }

      .custom-file-label::after {
         position: absolute;
         top: 0;
         right: 0;
         bottom: 0;
         z-index: 3;
         display: block;
         height: 2.25rem;
         padding: .375rem .75rem;
         line-height: 1.5;
         color: #495057;
         content: "Browse";
         background-color: #e9ecef;
         border-left: 1px solid #ced4da;
         border-radius: 0 .25rem .25rem 0
      }

      .custom-range {
         width: 100%;
         padding-left: 0;
         background-color: transparent;
         -webkit-appearance: none;
         -moz-appearance: none;
         appearance: none
      }

      .custom-range:focus {
         outline: 0
      }

      .custom-range:focus::-webkit-slider-thumb {
         box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
      }

      .custom-range:focus::-moz-range-thumb {
         box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
      }

      .custom-range:focus::-ms-thumb {
         box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
      }

      .custom-range::-moz-focus-outer {
         border: 0
      }

      .custom-range::-webkit-slider-thumb {
         width: 1rem;
         height: 1rem;
         margin-top: -.25rem;
         background-color: #007bff;
         border: 0;
         border-radius: 1rem;
         transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
         -webkit-appearance: none;
         appearance: none
      }

      @media screen and (prefers-reduced-motion:reduce) {
         .custom-range::-webkit-slider-thumb {
            transition: none
         }
      }

      .custom-range::-webkit-slider-thumb:active {
         background-color: #b3d7ff
      }

      .custom-range::-webkit-slider-runnable-track {
         width: 100%;
         height: .5rem;
         color: transparent;
         cursor: pointer;
         background-color: #dee2e6;
         border-color: transparent;
         border-radius: 1rem
      }

      .custom-range::-moz-range-thumb {
         width: 1rem;
         height: 1rem;
         background-color: #007bff;
         border: 0;
         border-radius: 1rem;
         transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
         -moz-appearance: none;
         appearance: none
      }

      @media screen and (prefers-reduced-motion:reduce) {
         .custom-range::-moz-range-thumb {
            transition: none
         }
      }

      .custom-range::-moz-range-thumb:active {
         background-color: #b3d7ff
      }

      .custom-range::-moz-range-track {
         width: 100%;
         height: .5rem;
         color: transparent;
         cursor: pointer;
         background-color: #dee2e6;
         border-color: transparent;
         border-radius: 1rem
      }

      .custom-range::-ms-thumb {
         width: 1rem;
         height: 1rem;
         margin-top: 0;
         margin-right: .2rem;
         margin-left: .2rem;
         background-color: #007bff;
         border: 0;
         border-radius: 1rem;
         transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
         appearance: none
      }

      @media screen and (prefers-reduced-motion:reduce) {
         .custom-range::-ms-thumb {
            transition: none
         }
      }

      .custom-range::-ms-thumb:active {
         background-color: #b3d7ff
      }

      .custom-range::-ms-track {
         width: 100%;
         height: .5rem;
         color: transparent;
         cursor: pointer;
         background-color: transparent;
         border-color: transparent;
         border-width: .5rem
      }

      .custom-range::-ms-fill-lower {
         background-color: #dee2e6;
         border-radius: 1rem
      }

      .custom-range::-ms-fill-upper {
         margin-right: 15px;
         background-color: #dee2e6;
         border-radius: 1rem
      }

      .custom-control-label::before,
      .custom-file-label,
      .custom-select {
         transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
      }

      @media screen and (prefers-reduced-motion:reduce) {

         .custom-control-label::before,
         .custom-file-label,
         .custom-select {
            transition: none
         }
      }

      .nav {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         padding-left: 0;
         margin-bottom: 0;
         list-style: none
      }

      .nav-link {
         display: block;
         padding: .5rem 1rem
      }

      .nav-link:focus,
      .nav-link:hover {
         text-decoration: none
      }

      .nav-link.disabled {
         color: #6c757d
      }

      .nav-tabs {
         border-bottom: 1px solid #dee2e6
      }

      .nav-tabs .nav-item {
         margin-bottom: -1px
      }

      .nav-tabs .nav-link {
         border: 1px solid transparent;
         border-top-left-radius: .25rem;
         border-top-right-radius: .25rem
      }

      .nav-tabs .nav-link:focus,
      .nav-tabs .nav-link:hover {
         border-color: #e9ecef #e9ecef #dee2e6
      }

      .nav-tabs .nav-link.disabled {
         color: #6c757d;
         background-color: transparent;
         border-color: transparent
      }

      .nav-tabs .nav-item.show .nav-link,
      .nav-tabs .nav-link.active {
         color: #495057;
         background-color: #fff;
         border-color: #dee2e6 #dee2e6 #fff
      }

      .nav-tabs .dropdown-menu {
         margin-top: -1px;
         border-top-left-radius: 0;
         border-top-right-radius: 0
      }

      .nav-pills .nav-link {
         border-radius: .25rem
      }

      .nav-pills .nav-link.active,
      .nav-pills .show>.nav-link {
         color: #fff;
         background-color: #007bff
      }

      .nav-fill .nav-item {
         -ms-flex: 1 1 auto;
         flex: 1 1 auto;
         text-align: center
      }

      .nav-justified .nav-item {
         -ms-flex-preferred-size: 0;
         flex-basis: 0;
         -ms-flex-positive: 1;
         flex-grow: 1;
         text-align: center
      }

      .tab-content>.tab-pane {
         display: none
      }

      .tab-content>.active {
         display: block
      }

      .navbar {
         position: relative;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-pack: justify;
         justify-content: space-between;
         padding: .5rem 1rem
      }

      .navbar>.container,
      .navbar>.container-fluid {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-pack: justify;
         justify-content: space-between
      }

      .navbar-brand {
         display: inline-block;
         padding-top: .3125rem;
         padding-bottom: .3125rem;
         margin-right: 1rem;
         font-size: 1.25rem;
         line-height: inherit;
         white-space: nowrap
      }

      .navbar-brand:focus,
      .navbar-brand:hover {
         text-decoration: none
      }

      .navbar-nav {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         padding-left: 0;
         margin-bottom: 0;
         list-style: none
      }

      .navbar-nav .nav-link {
         padding-right: 0;
         padding-left: 0
      }

      .navbar-nav .dropdown-menu {
         position: static;
         float: none
      }

      .navbar-text {
         display: inline-block;
         padding-top: .5rem;
         padding-bottom: .5rem
      }

      .navbar-collapse {
         -ms-flex-preferred-size: 100%;
         flex-basis: 100%;
         -ms-flex-positive: 1;
         flex-grow: 1;
         -ms-flex-align: center;
         align-items: center
      }

      .navbar-toggler {
         padding: .25rem .75rem;
         font-size: 1.25rem;
         line-height: 1;
         background-color: transparent;
         border: 1px solid transparent;
         border-radius: .25rem
      }

      .navbar-toggler:focus,
      .navbar-toggler:hover {
         text-decoration: none
      }

      .navbar-toggler:not(:disabled):not(.disabled) {
         cursor: pointer
      }

      .navbar-toggler-icon {
         display: inline-block;
         width: 1.5em;
         height: 1.5em;
         vertical-align: middle;
         content: "";
         background: no-repeat center center;
         background-size: 100% 100%
      }

      @media (max-width:575.98px) {

         .navbar-expand-sm>.container,
         .navbar-expand-sm>.container-fluid {
            padding-right: 0;
            padding-left: 0
         }
      }

      @media (min-width:576px) {
         .navbar-expand-sm {
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
            -ms-flex-pack: start;
            justify-content: flex-start
         }

         .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
         }

         .navbar-expand-sm .navbar-nav .dropdown-menu {
            position: absolute
         }

         .navbar-expand-sm .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
         }

         .navbar-expand-sm>.container,
         .navbar-expand-sm>.container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
         }

         .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
         }

         .navbar-expand-sm .navbar-toggler {
            display: none
         }
      }

      @media (max-width:767.98px) {

         .navbar-expand-md>.container,
         .navbar-expand-md>.container-fluid {
            padding-right: 0;
            padding-left: 0
         }
      }

      @media (min-width:768px) {
         .navbar-expand-md {
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
            -ms-flex-pack: start;
            justify-content: flex-start
         }

         .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
         }

         .navbar-expand-md .navbar-nav .dropdown-menu {
            position: absolute
         }

         .navbar-expand-md .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
         }

         .navbar-expand-md>.container,
         .navbar-expand-md>.container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
         }

         .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
         }

         .navbar-expand-md .navbar-toggler {
            display: none
         }
      }

      @media (max-width:991.98px) {

         .navbar-expand-lg>.container,
         .navbar-expand-lg>.container-fluid {
            padding-right: 0;
            padding-left: 0
         }
      }

      @media (min-width:992px) {
         .navbar-expand-lg {
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
            -ms-flex-pack: start;
            justify-content: flex-start
         }

         .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
         }

         .navbar-expand-lg .navbar-nav .dropdown-menu {
            position: absolute
         }

         .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
         }

         .navbar-expand-lg>.container,
         .navbar-expand-lg>.container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
         }

         .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
         }

         .navbar-expand-lg .navbar-toggler {
            display: none
         }
      }

      @media (max-width:1199.98px) {

         .navbar-expand-xl>.container,
         .navbar-expand-xl>.container-fluid {
            padding-right: 0;
            padding-left: 0
         }
      }

      @media (min-width:1200px) {
         .navbar-expand-xl {
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
            -ms-flex-pack: start;
            justify-content: flex-start
         }

         .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
         }

         .navbar-expand-xl .navbar-nav .dropdown-menu {
            position: absolute
         }

         .navbar-expand-xl .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
         }

         .navbar-expand-xl>.container,
         .navbar-expand-xl>.container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
         }

         .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
         }

         .navbar-expand-xl .navbar-toggler {
            display: none
         }
      }

      .navbar-expand {
         -ms-flex-flow: row nowrap;
         flex-flow: row nowrap;
         -ms-flex-pack: start;
         justify-content: flex-start
      }

      .navbar-expand>.container,
      .navbar-expand>.container-fluid {
         padding-right: 0;
         padding-left: 0
      }

      .navbar-expand .navbar-nav {
         -ms-flex-direction: row;
         flex-direction: row
      }

      .navbar-expand .navbar-nav .dropdown-menu {
         position: absolute
      }

      .navbar-expand .navbar-nav .nav-link {
         padding-right: .5rem;
         padding-left: .5rem
      }

      .navbar-expand>.container,
      .navbar-expand>.container-fluid {
         -ms-flex-wrap: nowrap;
         flex-wrap: nowrap
      }

      .navbar-expand .navbar-collapse {
         display: -ms-flexbox !important;
         display: flex !important;
         -ms-flex-preferred-size: auto;
         flex-basis: auto
      }

      .navbar-expand .navbar-toggler {
         display: none
      }

      .navbar-light .navbar-brand {
         color: rgba(0, 0, 0, .9)
      }

      .navbar-light .navbar-brand:focus,
      .navbar-light .navbar-brand:hover {
         color: rgba(0, 0, 0, .9)
      }

      .navbar-light .navbar-nav .nav-link {
         color: rgba(0, 0, 0, .5)
      }

      .navbar-light .navbar-nav .nav-link:focus,
      .navbar-light .navbar-nav .nav-link:hover {
         color: rgba(0, 0, 0, .7)
      }

      .navbar-light .navbar-nav .nav-link.disabled {
         color: rgba(0, 0, 0, .3)
      }

      .navbar-light .navbar-nav .active>.nav-link,
      .navbar-light .navbar-nav .nav-link.active,
      .navbar-light .navbar-nav .nav-link.show,
      .navbar-light .navbar-nav .show>.nav-link {
         color: rgba(0, 0, 0, .9)
      }

      .navbar-light .navbar-toggler {
         color: rgba(0, 0, 0, .5);
         border-color: rgba(0, 0, 0, .1)
      }

      .navbar-light .navbar-toggler-icon {
         background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
      }

      .navbar-light .navbar-text {
         color: rgba(0, 0, 0, .5)
      }

      .navbar-light .navbar-text a {
         color: rgba(0, 0, 0, .9)
      }

      .navbar-light .navbar-text a:focus,
      .navbar-light .navbar-text a:hover {
         color: rgba(0, 0, 0, .9)
      }

      .navbar-dark .navbar-brand {
         color: #fff
      }

      .navbar-dark .navbar-brand:focus,
      .navbar-dark .navbar-brand:hover {
         color: #fff
      }

      .navbar-dark .navbar-nav .nav-link {
         color: rgba(255, 255, 255, .5)
      }

      .navbar-dark .navbar-nav .nav-link:focus,
      .navbar-dark .navbar-nav .nav-link:hover {
         color: rgba(255, 255, 255, .75)
      }

      .navbar-dark .navbar-nav .nav-link.disabled {
         color: rgba(255, 255, 255, .25)
      }

      .navbar-dark .navbar-nav .active>.nav-link,
      .navbar-dark .navbar-nav .nav-link.active,
      .navbar-dark .navbar-nav .nav-link.show,
      .navbar-dark .navbar-nav .show>.nav-link {
         color: #fff
      }

      .navbar-dark .navbar-toggler {
         color: rgba(255, 255, 255, .5);
         border-color: rgba(255, 255, 255, .1)
      }

      .navbar-dark .navbar-toggler-icon {
         background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
      }

      .navbar-dark .navbar-text {
         color: rgba(255, 255, 255, .5)
      }

      .navbar-dark .navbar-text a {
         color: #fff
      }

      .navbar-dark .navbar-text a:focus,
      .navbar-dark .navbar-text a:hover {
         color: #fff
      }

      .card {
         position: relative;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         min-width: 0;
         word-wrap: break-word;
         background-color: #fff;
         background-clip: border-box;
         border: 1px solid rgba(0, 0, 0, .125);
         border-radius: .25rem
      }

      .card>hr {
         margin-right: 0;
         margin-left: 0
      }

      .card>.list-group:first-child .list-group-item:first-child {
         border-top-left-radius: .25rem;
         border-top-right-radius: .25rem
      }

      .card>.list-group:last-child .list-group-item:last-child {
         border-bottom-right-radius: .25rem;
         border-bottom-left-radius: .25rem
      }

      .card-body {
         -ms-flex: 1 1 auto;
         flex: 1 1 auto;
         padding: 1.25rem
      }

      .card-title {
         margin-bottom: .75rem
      }

      .card-subtitle {
         margin-top: -.375rem;
         margin-bottom: 0
      }

      .card-text:last-child {
         margin-bottom: 0
      }

      .card-link:hover {
         text-decoration: none
      }

      .card-link+.card-link {
         margin-left: 1.25rem
      }

      .card-header {
         padding: .75rem 1.25rem;
         margin-bottom: 0;
         background-color: rgba(0, 0, 0, .03);
         border-bottom: 1px solid rgba(0, 0, 0, .125)
      }

      .card-header:first-child {
         border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
      }

      .card-header+.list-group .list-group-item:first-child {
         border-top: 0
      }

      .card-footer {
         padding: .75rem 1.25rem;
         background-color: rgba(0, 0, 0, .03);
         border-top: 1px solid rgba(0, 0, 0, .125)
      }

      .card-footer:last-child {
         border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
      }

      .card-header-tabs {
         margin-right: -.625rem;
         margin-bottom: -.75rem;
         margin-left: -.625rem;
         border-bottom: 0
      }

      .card-header-pills {
         margin-right: -.625rem;
         margin-left: -.625rem
      }

      .card-img-overlay {
         position: absolute;
         top: 0;
         right: 0;
         bottom: 0;
         left: 0;
         padding: 1.25rem
      }

      .card-img {
         width: 100%;
         border-radius: calc(.25rem - 1px)
      }

      .card-img-top {
         width: 100%;
         border-top-left-radius: calc(.25rem - 1px);
         border-top-right-radius: calc(.25rem - 1px)
      }

      .card-img-bottom {
         width: 100%;
         border-bottom-right-radius: calc(.25rem - 1px);
         border-bottom-left-radius: calc(.25rem - 1px)
      }

      .card-deck {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column
      }

      .card-deck .card {
         margin-bottom: 15px
      }

      @media (min-width:576px) {
         .card-deck {
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            margin-right: -15px;
            margin-left: -15px
         }

         .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
         }
      }

      .card-group {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column
      }

      .card-group>.card {
         margin-bottom: 15px
      }

      @media (min-width:576px) {
         .card-group {
            -ms-flex-flow: row wrap;
            flex-flow: row wrap
         }

         .card-group>.card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
         }

         .card-group>.card+.card {
            margin-left: 0;
            border-left: 0
         }

         .card-group>.card:first-child {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
         }

         .card-group>.card:first-child .card-header,
         .card-group>.card:first-child .card-img-top {
            border-top-right-radius: 0
         }

         .card-group>.card:first-child .card-footer,
         .card-group>.card:first-child .card-img-bottom {
            border-bottom-right-radius: 0
         }

         .card-group>.card:last-child {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
         }

         .card-group>.card:last-child .card-header,
         .card-group>.card:last-child .card-img-top {
            border-top-left-radius: 0
         }

         .card-group>.card:last-child .card-footer,
         .card-group>.card:last-child .card-img-bottom {
            border-bottom-left-radius: 0
         }

         .card-group>.card:only-child {
            border-radius: .25rem
         }

         .card-group>.card:only-child .card-header,
         .card-group>.card:only-child .card-img-top {
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem
         }

         .card-group>.card:only-child .card-footer,
         .card-group>.card:only-child .card-img-bottom {
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: .25rem
         }

         .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
            border-radius: 0
         }

         .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
         .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
         .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
         .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
            border-radius: 0
         }
      }

      .card-columns .card {
         margin-bottom: .75rem
      }

      @media (min-width:576px) {
         .card-columns {
            -webkit-column-count: 3;
            -moz-column-count: 3;
            column-count: 3;
            -webkit-column-gap: 1.25rem;
            -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
            orphans: 1;
            widows: 1
         }

         .card-columns .card {
            display: inline-block;
            width: 100%
         }
      }

      .accordion .card:not(:first-of-type):not(:last-of-type) {
         border-bottom: 0;
         border-radius: 0
      }

      .accordion .card:not(:first-of-type) .card-header:first-child {
         border-radius: 0
      }

      .accordion .card:first-of-type {
         border-bottom: 0;
         border-bottom-right-radius: 0;
         border-bottom-left-radius: 0
      }

      .accordion .card:last-of-type {
         border-top-left-radius: 0;
         border-top-right-radius: 0
      }

      .breadcrumb {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         padding: .75rem 1rem;
         margin-bottom: 1rem;
         list-style: none;
         background-color: #e9ecef;
         border-radius: .25rem
      }

      .breadcrumb-item+.breadcrumb-item {
         padding-left: .5rem
      }

      .breadcrumb-item+.breadcrumb-item::before {
         display: inline-block;
         padding-right: .5rem;
         color: #6c757d;
         content: "/"
      }

      .breadcrumb-item+.breadcrumb-item:hover::before {
         text-decoration: underline
      }

      .breadcrumb-item+.breadcrumb-item:hover::before {
         text-decoration: none
      }

      .breadcrumb-item.active {
         color: #6c757d
      }

      .pagination {
         display: -ms-flexbox;
         display: flex;
         padding-left: 0;
         list-style: none;
         border-radius: .25rem
      }

      .page-link {
         position: relative;
         display: block;
         padding: .5rem .75rem;
         margin-left: -1px;
         line-height: 1.25;
         color: #007bff;
         background-color: #fff;
         border: 1px solid #dee2e6
      }

      .page-link:hover {
         z-index: 2;
         color: #0056b3;
         text-decoration: none;
         background-color: #e9ecef;
         border-color: #dee2e6
      }

      .page-link:focus {
         z-index: 2;
         outline: 0;
         box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
      }

      .page-link:not(:disabled):not(.disabled) {
         cursor: pointer
      }

      .page-item:first-child .page-link {
         margin-left: 0;
         border-top-left-radius: .25rem;
         border-bottom-left-radius: .25rem
      }

      .page-item:last-child .page-link {
         border-top-right-radius: .25rem;
         border-bottom-right-radius: .25rem
      }

      .page-item.active .page-link {
         z-index: 1;
         color: #fff;
         background-color: #007bff;
         border-color: #007bff
      }

      .page-item.disabled .page-link {
         color: #6c757d;
         pointer-events: none;
         cursor: auto;
         background-color: #fff;
         border-color: #dee2e6
      }

      .pagination-lg .page-link {
         padding: .75rem 1.5rem;
         font-size: 1.25rem;
         line-height: 1.5
      }

      .pagination-lg .page-item:first-child .page-link {
         border-top-left-radius: .3rem;
         border-bottom-left-radius: .3rem
      }

      .pagination-lg .page-item:last-child .page-link {
         border-top-right-radius: .3rem;
         border-bottom-right-radius: .3rem
      }

      .pagination-sm .page-link {
         padding: .25rem .5rem;
         font-size: .875rem;
         line-height: 1.5
      }

      .pagination-sm .page-item:first-child .page-link {
         border-top-left-radius: .2rem;
         border-bottom-left-radius: .2rem
      }

      .pagination-sm .page-item:last-child .page-link {
         border-top-right-radius: .2rem;
         border-bottom-right-radius: .2rem
      }

      .badge {
         display: inline-block;
         padding: .25em .4em;
         font-size: 75%;
         font-weight: 700;
         line-height: 1;
         text-align: center;
         white-space: nowrap;
         vertical-align: baseline;
         border-radius: .25rem
      }

      .badge:empty {
         display: none
      }

      .btn .badge {
         position: relative;
         top: -1px
      }

      .badge-pill {
         padding-right: .6em;
         padding-left: .6em;
         border-radius: 10rem
      }

      .badge-primary {
         color: #fff;
         background-color: #007bff
      }

      .badge-primary[href]:focus,
      .badge-primary[href]:hover {
         color: #fff;
         text-decoration: none;
         background-color: #0062cc
      }

      .badge-secondary {
         color: #fff;
         background-color: #6c757d
      }

      .badge-secondary[href]:focus,
      .badge-secondary[href]:hover {
         color: #fff;
         text-decoration: none;
         background-color: #545b62
      }

      .badge-success {
         color: #fff;
         background-color: #28a745
      }

      .badge-success[href]:focus,
      .badge-success[href]:hover {
         color: #fff;
         text-decoration: none;
         background-color: #1e7e34
      }

      .badge-info {
         color: #fff;
         background-color: #17a2b8
      }

      .badge-info[href]:focus,
      .badge-info[href]:hover {
         color: #fff;
         text-decoration: none;
         background-color: #117a8b
      }

      .badge-warning {
         color: #212529;
         background-color: #ffc107
      }

      .badge-warning[href]:focus,
      .badge-warning[href]:hover {
         color: #212529;
         text-decoration: none;
         background-color: #d39e00
      }

      .badge-danger {
         color: #fff;
         background-color: #dc3545
      }

      .badge-danger[href]:focus,
      .badge-danger[href]:hover {
         color: #fff;
         text-decoration: none;
         background-color: #bd2130
      }

      .badge-light {
         color: #212529;
         background-color: #f8f9fa
      }

      .badge-light[href]:focus,
      .badge-light[href]:hover {
         color: #212529;
         text-decoration: none;
         background-color: #dae0e5
      }

      .badge-dark {
         color: #fff;
         background-color: #343a40
      }

      .badge-dark[href]:focus,
      .badge-dark[href]:hover {
         color: #fff;
         text-decoration: none;
         background-color: #1d2124
      }

      .jumbotron {
         padding: 2rem 1rem;
         margin-bottom: 2rem;
         background-color: #e9ecef;
         border-radius: .3rem
      }

      @media (min-width:576px) {
         .jumbotron {
            padding: 4rem 2rem
         }
      }

      .jumbotron-fluid {
         padding-right: 0;
         padding-left: 0;
         border-radius: 0
      }

      .alert {
         position: relative;
         padding: .75rem 1.25rem;
         margin-bottom: 1rem;
         border: 1px solid transparent;
         border-radius: .25rem
      }

      .alert-heading {
         color: inherit
      }

      .alert-link {
         font-weight: 700
      }

      .alert-dismissible {
         padding-right: 4rem
      }

      .alert-dismissible .close {
         position: absolute;
         top: 0;
         right: 0;
         padding: .75rem 1.25rem;
         color: inherit
      }

      .alert-primary {
         color: #004085;
         background-color: #cce5ff;
         border-color: #b8daff
      }

      .alert-primary hr {
         border-top-color: #9fcdff
      }

      .alert-primary .alert-link {
         color: #002752
      }

      .alert-secondary {
         color: #383d41;
         background-color: #e2e3e5;
         border-color: #d6d8db
      }

      .alert-secondary hr {
         border-top-color: #c8cbcf
      }

      .alert-secondary .alert-link {
         color: #202326
      }

      .alert-success {
         color: #155724;
         background-color: #d4edda;
         border-color: #c3e6cb
      }

      .alert-success hr {
         border-top-color: #b1dfbb
      }

      .alert-success .alert-link {
         color: #0b2e13
      }

      .alert-info {
         color: #0c5460;
         background-color: #d1ecf1;
         border-color: #bee5eb
      }

      .alert-info hr {
         border-top-color: #abdde5
      }

      .alert-info .alert-link {
         color: #062c33
      }

      .alert-warning {
         color: #856404;
         background-color: #fff3cd;
         border-color: #ffeeba
      }

      .alert-warning hr {
         border-top-color: #ffe8a1
      }

      .alert-warning .alert-link {
         color: #533f03
      }

      .alert-danger {
         color: #721c24;
         background-color: #f8d7da;
         border-color: #f5c6cb
      }

      .alert-danger hr {
         border-top-color: #f1b0b7
      }

      .alert-danger .alert-link {
         color: #491217
      }

      .alert-light {
         color: #818182;
         background-color: #fefefe;
         border-color: #fdfdfe
      }

      .alert-light hr {
         border-top-color: #ececf6
      }

      .alert-light .alert-link {
         color: #686868
      }

      .alert-dark {
         color: #1b1e21;
         background-color: #d6d8d9;
         border-color: #c6c8ca
      }

      .alert-dark hr {
         border-top-color: #b9bbbe
      }

      .alert-dark .alert-link {
         color: #040505
      }

      @-webkit-keyframes progress-bar-stripes {
         from {
            background-position: 1rem 0
         }

         to {
            background-position: 0 0
         }
      }

      @keyframes progress-bar-stripes {
         from {
            background-position: 1rem 0
         }

         to {
            background-position: 0 0
         }
      }

      .progress {
         display: -ms-flexbox;
         display: flex;
         height: 1rem;
         overflow: hidden;
         font-size: .75rem;
         background-color: #e9ecef;
         border-radius: .25rem
      }

      .progress-bar {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         -ms-flex-pack: center;
         justify-content: center;
         color: #fff;
         text-align: center;
         white-space: nowrap;
         background-color: #007bff;
         transition: width .6s ease
      }

      @media screen and (prefers-reduced-motion:reduce) {
         .progress-bar {
            transition: none
         }
      }

      .progress-bar-striped {
         background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
         background-size: 1rem 1rem
      }

      .progress-bar-animated {
         -webkit-animation: progress-bar-stripes 1s linear infinite;
         animation: progress-bar-stripes 1s linear infinite
      }

      .media {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-align: start;
         align-items: flex-start
      }

      .media-body {
         -ms-flex: 1;
         flex: 1
      }

      .list-group {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         padding-left: 0;
         margin-bottom: 0
      }

      .list-group-item-action {
         width: 100%;
         color: #495057;
         text-align: inherit
      }

      .list-group-item-action:focus,
      .list-group-item-action:hover {
         color: #495057;
         text-decoration: none;
         background-color: #f8f9fa
      }

      .list-group-item-action:active {
         color: #212529;
         background-color: #e9ecef
      }

      .list-group-item {
         position: relative;
         display: block;
         padding: .75rem 1.25rem;
         margin-bottom: -1px;
         background-color: #fff;
         border: 1px solid rgba(0, 0, 0, .125)
      }

      .list-group-item:first-child {
         border-top-left-radius: .25rem;
         border-top-right-radius: .25rem
      }

      .list-group-item:last-child {
         margin-bottom: 0;
         border-bottom-right-radius: .25rem;
         border-bottom-left-radius: .25rem
      }

      .list-group-item:focus,
      .list-group-item:hover {
         z-index: 1;
         text-decoration: none
      }

      .list-group-item.disabled,
      .list-group-item:disabled {
         color: #6c757d;
         background-color: #fff
      }

      .list-group-item.active {
         z-index: 2;
         color: #fff;
         background-color: #007bff;
         border-color: #007bff
      }

      .list-group-flush .list-group-item {
         border-right: 0;
         border-left: 0;
         border-radius: 0
      }

      .list-group-flush:first-child .list-group-item:first-child {
         border-top: 0
      }

      .list-group-flush:last-child .list-group-item:last-child {
         border-bottom: 0
      }

      .list-group-item-primary {
         color: #004085;
         background-color: #b8daff
      }

      .list-group-item-primary.list-group-item-action:focus,
      .list-group-item-primary.list-group-item-action:hover {
         color: #004085;
         background-color: #9fcdff
      }

      .list-group-item-primary.list-group-item-action.active {
         color: #fff;
         background-color: #004085;
         border-color: #004085
      }

      .list-group-item-secondary {
         color: #383d41;
         background-color: #d6d8db
      }

      .list-group-item-secondary.list-group-item-action:focus,
      .list-group-item-secondary.list-group-item-action:hover {
         color: #383d41;
         background-color: #c8cbcf
      }

      .list-group-item-secondary.list-group-item-action.active {
         color: #fff;
         background-color: #383d41;
         border-color: #383d41
      }

      .list-group-item-success {
         color: #155724;
         background-color: #c3e6cb
      }

      .list-group-item-success.list-group-item-action:focus,
      .list-group-item-success.list-group-item-action:hover {
         color: #155724;
         background-color: #b1dfbb
      }

      .list-group-item-success.list-group-item-action.active {
         color: #fff;
         background-color: #155724;
         border-color: #155724
      }

      .list-group-item-info {
         color: #0c5460;
         background-color: #bee5eb
      }

      .list-group-item-info.list-group-item-action:focus,
      .list-group-item-info.list-group-item-action:hover {
         color: #0c5460;
         background-color: #abdde5
      }

      .list-group-item-info.list-group-item-action.active {
         color: #fff;
         background-color: #0c5460;
         border-color: #0c5460
      }

      .list-group-item-warning {
         color: #856404;
         background-color: #ffeeba
      }

      .list-group-item-warning.list-group-item-action:focus,
      .list-group-item-warning.list-group-item-action:hover {
         color: #856404;
         background-color: #ffe8a1
      }

      .list-group-item-warning.list-group-item-action.active {
         color: #fff;
         background-color: #856404;
         border-color: #856404
      }

      .list-group-item-danger {
         color: #721c24;
         background-color: #f5c6cb
      }

      .list-group-item-danger.list-group-item-action:focus,
      .list-group-item-danger.list-group-item-action:hover {
         color: #721c24;
         background-color: #f1b0b7
      }

      .list-group-item-danger.list-group-item-action.active {
         color: #fff;
         background-color: #721c24;
         border-color: #721c24
      }

      .list-group-item-light {
         color: #818182;
         background-color: #fdfdfe
      }

      .list-group-item-light.list-group-item-action:focus,
      .list-group-item-light.list-group-item-action:hover {
         color: #818182;
         background-color: #ececf6
      }

      .list-group-item-light.list-group-item-action.active {
         color: #fff;
         background-color: #818182;
         border-color: #818182
      }

      .list-group-item-dark {
         color: #1b1e21;
         background-color: #c6c8ca
      }

      .list-group-item-dark.list-group-item-action:focus,
      .list-group-item-dark.list-group-item-action:hover {
         color: #1b1e21;
         background-color: #b9bbbe
      }

      .list-group-item-dark.list-group-item-action.active {
         color: #fff;
         background-color: #1b1e21;
         border-color: #1b1e21
      }

      .close {
         float: right;
         font-size: 1.5rem;
         font-weight: 700;
         line-height: 1;
         color: #000;
         text-shadow: 0 1px 0 #fff;
         opacity: .5
      }

      .close:not(:disabled):not(.disabled) {
         cursor: pointer
      }

      .close:not(:disabled):not(.disabled):focus,
      .close:not(:disabled):not(.disabled):hover {
         color: #000;
         text-decoration: none;
         opacity: .75
      }

      button.close {
         padding: 0;
         background-color: transparent;
         border: 0;
         -webkit-appearance: none
      }

      .modal-open {
         overflow: hidden
      }

      .modal-open .modal {
         overflow-x: hidden;
         overflow-y: auto
      }

      .modal {
         position: fixed;
         top: 0;
         right: 0;
         bottom: 0;
         left: 0;
         z-index: 1050;
         display: none;
         overflow: hidden;
         outline: 0
      }

      .modal-dialog {
         position: relative;
         width: auto;
         margin: .5rem;
         pointer-events: none
      }

      .modal.fade .modal-dialog {
         transition: -webkit-transform .3s ease-out;
         transition: transform .3s ease-out;
         transition: transform .3s ease-out, -webkit-transform .3s ease-out;
         -webkit-transform: translate(0, -25%);
         transform: translate(0, -25%)
      }

      @media screen and (prefers-reduced-motion:reduce) {
         .modal.fade .modal-dialog {
            transition: none
         }
      }

      .modal.show .modal-dialog {
         -webkit-transform: translate(0, 0);
         transform: translate(0, 0)
      }

      .modal-dialog-centered {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-align: center;
         align-items: center;
         min-height: calc(100% - (.5rem * 2))
      }

      .modal-dialog-centered::before {
         display: block;
         height: calc(100vh - (.5rem * 2));
         content: ""
      }

      .modal-content {
         position: relative;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         width: 100%;
         pointer-events: auto;
         background-color: #fff;
         background-clip: padding-box;
         border: 1px solid rgba(0, 0, 0, .2);
         border-radius: .3rem;
         outline: 0
      }

      .modal-backdrop {
         position: fixed;
         top: 0;
         right: 0;
         bottom: 0;
         left: 0;
         z-index: 1040;
         background-color: #000
      }

      .modal-backdrop.fade {
         opacity: 0
      }

      .modal-backdrop.show {
         opacity: .5
      }

      .modal-header {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-align: start;
         align-items: flex-start;
         -ms-flex-pack: justify;
         justify-content: space-between;
         padding: 1rem;
         border-bottom: 1px solid #e9ecef;
         border-top-left-radius: .3rem;
         border-top-right-radius: .3rem
      }

      .modal-header .close {
         padding: 1rem;
         margin: -1rem -1rem -1rem auto
      }

      .modal-title {
         margin-bottom: 0;
         line-height: 1.5
      }

      .modal-body {
         position: relative;
         -ms-flex: 1 1 auto;
         flex: 1 1 auto;
         padding: 1rem
      }

      .modal-footer {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-pack: end;
         justify-content: flex-end;
         padding: 1rem;
         border-top: 1px solid #e9ecef
      }

      .modal-footer>:not(:first-child) {
         margin-left: .25rem
      }

      .modal-footer>:not(:last-child) {
         margin-right: .25rem
      }

      .modal-scrollbar-measure {
         position: absolute;
         top: -9999px;
         width: 50px;
         height: 50px;
         overflow: scroll
      }

      @media (min-width:576px) {
         .modal-dialog {
            max-width: 500px;
            margin: 1.75rem auto
         }

         .modal-dialog-centered {
            min-height: calc(100% - (1.75rem * 2))
         }

         .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2))
         }

         .modal-sm {
            max-width: 300px
         }
      }

      @media (min-width:992px) {
         .modal-lg {
            max-width: 800px
         }
      }

      .tooltip {
         position: absolute;
         z-index: 1070;
         display: block;
         margin: 0;
         font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
         font-style: normal;
         font-weight: 400;
         line-height: 1.5;
         text-align: left;
         text-align: start;
         text-decoration: none;
         text-shadow: none;
         text-transform: none;
         letter-spacing: normal;
         word-break: normal;
         word-spacing: normal;
         white-space: normal;
         line-break: auto;
         font-size: .875rem;
         word-wrap: break-word;
         opacity: 0
      }

      .tooltip.show {
         opacity: .9
      }

      .tooltip .arrow {
         position: absolute;
         display: block;
         width: .8rem;
         height: .4rem
      }

      .tooltip .arrow::before {
         position: absolute;
         content: "";
         border-color: transparent;
         border-style: solid
      }

      .bs-tooltip-auto[x-placement^=top],
      .bs-tooltip-top {
         padding: .4rem 0
      }

      .bs-tooltip-auto[x-placement^=top] .arrow,
      .bs-tooltip-top .arrow {
         bottom: 0
      }

      .bs-tooltip-auto[x-placement^=top] .arrow::before,
      .bs-tooltip-top .arrow::before {
         top: 0;
         border-width: .4rem .4rem 0;
         border-top-color: #000
      }

      .bs-tooltip-auto[x-placement^=right],
      .bs-tooltip-right {
         padding: 0 .4rem
      }

      .bs-tooltip-auto[x-placement^=right] .arrow,
      .bs-tooltip-right .arrow {
         left: 0;
         width: .4rem;
         height: .8rem
      }

      .bs-tooltip-auto[x-placement^=right] .arrow::before,
      .bs-tooltip-right .arrow::before {
         right: 0;
         border-width: .4rem .4rem .4rem 0;
         border-right-color: #000
      }

      .bs-tooltip-auto[x-placement^=bottom],
      .bs-tooltip-bottom {
         padding: .4rem 0
      }

      .bs-tooltip-auto[x-placement^=bottom] .arrow,
      .bs-tooltip-bottom .arrow {
         top: 0
      }

      .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
      .bs-tooltip-bottom .arrow::before {
         bottom: 0;
         border-width: 0 .4rem .4rem;
         border-bottom-color: #000
      }

      .bs-tooltip-auto[x-placement^=left],
      .bs-tooltip-left {
         padding: 0 .4rem
      }

      .bs-tooltip-auto[x-placement^=left] .arrow,
      .bs-tooltip-left .arrow {
         right: 0;
         width: .4rem;
         height: .8rem
      }

      .bs-tooltip-auto[x-placement^=left] .arrow::before,
      .bs-tooltip-left .arrow::before {
         left: 0;
         border-width: .4rem 0 .4rem .4rem;
         border-left-color: #000
      }

      .tooltip-inner {
         max-width: 200px;
         padding: .25rem .5rem;
         color: #fff;
         text-align: center;
         background-color: #000;
         border-radius: .25rem
      }

      .popover {
         position: absolute;
         top: 0;
         left: 0;
         z-index: 1060;
         display: block;
         max-width: 276px;
         font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
         font-style: normal;
         font-weight: 400;
         line-height: 1.5;
         text-align: left;
         text-align: start;
         text-decoration: none;
         text-shadow: none;
         text-transform: none;
         letter-spacing: normal;
         word-break: normal;
         word-spacing: normal;
         white-space: normal;
         line-break: auto;
         font-size: .875rem;
         word-wrap: break-word;
         background-color: #fff;
         background-clip: padding-box;
         border: 1px solid rgba(0, 0, 0, .2);
         border-radius: .3rem
      }

      .popover .arrow {
         position: absolute;
         display: block;
         width: 1rem;
         height: .5rem;
         margin: 0 .3rem
      }

      .popover .arrow::after,
      .popover .arrow::before {
         position: absolute;
         display: block;
         content: "";
         border-color: transparent;
         border-style: solid
      }

      .bs-popover-auto[x-placement^=top],
      .bs-popover-top {
         margin-bottom: .5rem
      }

      .bs-popover-auto[x-placement^=top] .arrow,
      .bs-popover-top .arrow {
         bottom: calc((.5rem + 1px) * -1)
      }

      .bs-popover-auto[x-placement^=top] .arrow::after,
      .bs-popover-auto[x-placement^=top] .arrow::before,
      .bs-popover-top .arrow::after,
      .bs-popover-top .arrow::before {
         border-width: .5rem .5rem 0
      }

      .bs-popover-auto[x-placement^=top] .arrow::before,
      .bs-popover-top .arrow::before {
         bottom: 0;
         border-top-color: rgba(0, 0, 0, .25)
      }

      .bs-popover-auto[x-placement^=top] .arrow::after,
      .bs-popover-top .arrow::after {
         bottom: 1px;
         border-top-color: #fff
      }

      .bs-popover-auto[x-placement^=right],
      .bs-popover-right {
         margin-left: .5rem
      }

      .bs-popover-auto[x-placement^=right] .arrow,
      .bs-popover-right .arrow {
         left: calc((.5rem + 1px) * -1);
         width: .5rem;
         height: 1rem;
         margin: .3rem 0
      }

      .bs-popover-auto[x-placement^=right] .arrow::after,
      .bs-popover-auto[x-placement^=right] .arrow::before,
      .bs-popover-right .arrow::after,
      .bs-popover-right .arrow::before {
         border-width: .5rem .5rem .5rem 0
      }

      .bs-popover-auto[x-placement^=right] .arrow::before,
      .bs-popover-right .arrow::before {
         left: 0;
         border-right-color: rgba(0, 0, 0, .25)
      }

      .bs-popover-auto[x-placement^=right] .arrow::after,
      .bs-popover-right .arrow::after {
         left: 1px;
         border-right-color: #fff
      }

      .bs-popover-auto[x-placement^=bottom],
      .bs-popover-bottom {
         margin-top: .5rem
      }

      .bs-popover-auto[x-placement^=bottom] .arrow,
      .bs-popover-bottom .arrow {
         top: calc((.5rem + 1px) * -1)
      }

      .bs-popover-auto[x-placement^=bottom] .arrow::after,
      .bs-popover-auto[x-placement^=bottom] .arrow::before,
      .bs-popover-bottom .arrow::after,
      .bs-popover-bottom .arrow::before {
         border-width: 0 .5rem .5rem .5rem
      }

      .bs-popover-auto[x-placement^=bottom] .arrow::before,
      .bs-popover-bottom .arrow::before {
         top: 0;
         border-bottom-color: rgba(0, 0, 0, .25)
      }

      .bs-popover-auto[x-placement^=bottom] .arrow::after,
      .bs-popover-bottom .arrow::after {
         top: 1px;
         border-bottom-color: #fff
      }

      .bs-popover-auto[x-placement^=bottom] .popover-header::before,
      .bs-popover-bottom .popover-header::before {
         position: absolute;
         top: 0;
         left: 50%;
         display: block;
         width: 1rem;
         margin-left: -.5rem;
         content: "";
         border-bottom: 1px solid #f7f7f7
      }

      .bs-popover-auto[x-placement^=left],
      .bs-popover-left {
         margin-right: .5rem
      }

      .bs-popover-auto[x-placement^=left] .arrow,
      .bs-popover-left .arrow {
         right: calc((.5rem + 1px) * -1);
         width: .5rem;
         height: 1rem;
         margin: .3rem 0
      }

      .bs-popover-auto[x-placement^=left] .arrow::after,
      .bs-popover-auto[x-placement^=left] .arrow::before,
      .bs-popover-left .arrow::after,
      .bs-popover-left .arrow::before {
         border-width: .5rem 0 .5rem .5rem
      }

      .bs-popover-auto[x-placement^=left] .arrow::before,
      .bs-popover-left .arrow::before {
         right: 0;
         border-left-color: rgba(0, 0, 0, .25)
      }

      .bs-popover-auto[x-placement^=left] .arrow::after,
      .bs-popover-left .arrow::after {
         right: 1px;
         border-left-color: #fff
      }

      .popover-header {
         padding: .5rem .75rem;
         margin-bottom: 0;
         font-size: 1rem;
         color: inherit;
         background-color: #f7f7f7;
         border-bottom: 1px solid #ebebeb;
         border-top-left-radius: calc(.3rem - 1px);
         border-top-right-radius: calc(.3rem - 1px)
      }

      .popover-header:empty {
         display: none
      }

      .popover-body {
         padding: .5rem .75rem;
         color: #212529
      }

      .carousel {
         position: relative
      }

      .carousel-inner {
         position: relative;
         width: 100%;
         overflow: hidden
      }

      .carousel-item {
         position: relative;
         display: none;
         -ms-flex-align: center;
         align-items: center;
         width: 100%;
         -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
         -webkit-perspective: 1000px;
         perspective: 1000px
      }

      .carousel-item-next,
      .carousel-item-prev,
      .carousel-item.active {
         display: block;
         transition: -webkit-transform .6s ease;
         transition: transform .6s ease;
         transition: transform .6s ease, -webkit-transform .6s ease
      }

      @media screen and (prefers-reduced-motion:reduce) {

         .carousel-item-next,
         .carousel-item-prev,
         .carousel-item.active {
            transition: none
         }
      }

      .carousel-item-next,
      .carousel-item-prev {
         position: absolute;
         top: 0
      }

      .carousel-item-next.carousel-item-left,
      .carousel-item-prev.carousel-item-right {
         -webkit-transform: translateX(0);
         transform: translateX(0)
      }

      @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

         .carousel-item-next.carousel-item-left,
         .carousel-item-prev.carousel-item-right {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
         }
      }

      .active.carousel-item-right,
      .carousel-item-next {
         -webkit-transform: translateX(100%);
         transform: translateX(100%)
      }

      @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

         .active.carousel-item-right,
         .carousel-item-next {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
         }
      }

      .active.carousel-item-left,
      .carousel-item-prev {
         -webkit-transform: translateX(-100%);
         transform: translateX(-100%)
      }

      @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

         .active.carousel-item-left,
         .carousel-item-prev {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0)
         }
      }

      .carousel-fade .carousel-item {
         opacity: 0;
         transition-duration: .6s;
         transition-property: opacity
      }

      .carousel-fade .carousel-item-next.carousel-item-left,
      .carousel-fade .carousel-item-prev.carousel-item-right,
      .carousel-fade .carousel-item.active {
         opacity: 1
      }

      .carousel-fade .active.carousel-item-left,
      .carousel-fade .active.carousel-item-right {
         opacity: 0
      }

      .carousel-fade .active.carousel-item-left,
      .carousel-fade .active.carousel-item-prev,
      .carousel-fade .carousel-item-next,
      .carousel-fade .carousel-item-prev,
      .carousel-fade .carousel-item.active {
         -webkit-transform: translateX(0);
         transform: translateX(0)
      }

      @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

         .carousel-fade .active.carousel-item-left,
         .carousel-fade .active.carousel-item-prev,
         .carousel-fade .carousel-item-next,
         .carousel-fade .carousel-item-prev,
         .carousel-fade .carousel-item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
         }
      }

      .carousel-control-next,
      .carousel-control-prev {
         position: absolute;
         top: 0;
         bottom: 0;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-pack: center;
         justify-content: center;
         width: 15%;
         color: #fff;
         text-align: center;
         opacity: .5
      }

      .carousel-control-next:focus,
      .carousel-control-next:hover,
      .carousel-control-prev:focus,
      .carousel-control-prev:hover {
         color: #fff;
         text-decoration: none;
         outline: 0;
         opacity: .9
      }

      .carousel-control-prev {
         left: 0
      }

      .carousel-control-next {
         right: 0
      }

      .carousel-control-next-icon,
      .carousel-control-prev-icon {
         display: inline-block;
         width: 20px;
         height: 20px;
         background: transparent no-repeat center center;
         background-size: 100% 100%
      }

      .carousel-control-prev-icon {
         background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
      }

      .carousel-control-next-icon {
         background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
      }

      .carousel-indicators {
         position: absolute;
         right: 0;
         bottom: 10px;
         left: 0;
         z-index: 15;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-pack: center;
         justify-content: center;
         padding-left: 0;
         margin-right: 15%;
         margin-left: 15%;
         list-style: none
      }

      .carousel-indicators li {
         position: relative;
         -ms-flex: 0 1 auto;
         flex: 0 1 auto;
         width: 30px;
         height: 3px;
         margin-right: 3px;
         margin-left: 3px;
         text-indent: -999px;
         cursor: pointer;
         background-color: rgba(255, 255, 255, .5)
      }

      .carousel-indicators li::before {
         position: absolute;
         top: -10px;
         left: 0;
         display: inline-block;
         width: 100%;
         height: 10px;
         content: ""
      }

      .carousel-indicators li::after {
         position: absolute;
         bottom: -10px;
         left: 0;
         display: inline-block;
         width: 100%;
         height: 10px;
         content: ""
      }

      .carousel-indicators .active {
         background-color: #fff
      }

      .carousel-caption {
         position: absolute;
         right: 15%;
         bottom: 20px;
         left: 15%;
         z-index: 10;
         padding-top: 20px;
         padding-bottom: 20px;
         color: #fff;
         text-align: center
      }

      .align-baseline {
         vertical-align: baseline !important
      }

      .align-top {
         vertical-align: top !important
      }

      .align-middle {
         vertical-align: middle !important
      }

      .align-bottom {
         vertical-align: bottom !important
      }

      .align-text-bottom {
         vertical-align: text-bottom !important
      }

      .align-text-top {
         vertical-align: text-top !important
      }

      .bg-primary {
         background-color: #007bff !important
      }

      a.bg-primary:focus,
      a.bg-primary:hover,
      button.bg-primary:focus,
      button.bg-primary:hover {
         background-color: #0062cc !important
      }

      .bg-secondary {
         background-color: #6c757d !important
      }

      a.bg-secondary:focus,
      a.bg-secondary:hover,
      button.bg-secondary:focus,
      button.bg-secondary:hover {
         background-color: #545b62 !important
      }

      .bg-success {
         background-color: #28a745 !important
      }

      a.bg-success:focus,
      a.bg-success:hover,
      button.bg-success:focus,
      button.bg-success:hover {
         background-color: #1e7e34 !important
      }

      .bg-info {
         background-color: #17a2b8 !important
      }

      a.bg-info:focus,
      a.bg-info:hover,
      button.bg-info:focus,
      button.bg-info:hover {
         background-color: #117a8b !important
      }

      .bg-warning {
         background-color: #ffc107 !important
      }

      a.bg-warning:focus,
      a.bg-warning:hover,
      button.bg-warning:focus,
      button.bg-warning:hover {
         background-color: #d39e00 !important
      }

      .bg-danger {
         background-color: #dc3545 !important
      }

      a.bg-danger:focus,
      a.bg-danger:hover,
      button.bg-danger:focus,
      button.bg-danger:hover {
         background-color: #bd2130 !important
      }

      .bg-light {
         background-color: #f8f9fa !important
      }

      a.bg-light:focus,
      a.bg-light:hover,
      button.bg-light:focus,
      button.bg-light:hover {
         background-color: #dae0e5 !important
      }

      .bg-dark {
         background-color: #343a40 !important
      }

      a.bg-dark:focus,
      a.bg-dark:hover,
      button.bg-dark:focus,
      button.bg-dark:hover {
         background-color: #1d2124 !important
      }

      .bg-white {
         background-color: #fff !important
      }

      .bg-transparent {
         background-color: transparent !important
      }

      .border {
         border: 1px solid #dee2e6 !important
      }

      .border-top {
         border-top: 1px solid #dee2e6 !important
      }

      .border-right {
         border-right: 1px solid #dee2e6 !important
      }

      .border-bottom {
         border-bottom: 1px solid #dee2e6 !important
      }

      .border-left {
         border-left: 1px solid #dee2e6 !important
      }

      .border-0 {
         border: 0 !important
      }

      .border-top-0 {
         border-top: 0 !important
      }

      .border-right-0 {
         border-right: 0 !important
      }

      .border-bottom-0 {
         border-bottom: 0 !important
      }

      .border-left-0 {
         border-left: 0 !important
      }

      .border-primary {
         border-color: #007bff !important
      }

      .border-secondary {
         border-color: #6c757d !important
      }

      .border-success {
         border-color: #28a745 !important
      }

      .border-info {
         border-color: #17a2b8 !important
      }

      .border-warning {
         border-color: #ffc107 !important
      }

      .border-danger {
         border-color: #dc3545 !important
      }

      .border-light {
         border-color: #f8f9fa !important
      }

      .border-dark {
         border-color: #343a40 !important
      }

      .border-white {
         border-color: #fff !important
      }

      .rounded {
         border-radius: .25rem !important
      }

      .rounded-top {
         border-top-left-radius: .25rem !important;
         border-top-right-radius: .25rem !important
      }

      .rounded-right {
         border-top-right-radius: .25rem !important;
         border-bottom-right-radius: .25rem !important
      }

      .rounded-bottom {
         border-bottom-right-radius: .25rem !important;
         border-bottom-left-radius: .25rem !important
      }

      .rounded-left {
         border-top-left-radius: .25rem !important;
         border-bottom-left-radius: .25rem !important
      }

      .rounded-circle {
         border-radius: 50% !important
      }

      .rounded-0 {
         border-radius: 0 !important
      }

      .clearfix::after {
         display: block;
         clear: both;
         content: ""
      }

      .d-none {
         display: none !important
      }

      .d-inline {
         display: inline !important
      }

      .d-inline-block {
         display: inline-block !important
      }

      .d-block {
         display: block !important
      }

      .d-table {
         display: table !important
      }

      .d-table-row {
         display: table-row !important
      }

      .d-table-cell {
         display: table-cell !important
      }

      .d-flex {
         display: -ms-flexbox !important;
         display: flex !important
      }

      .d-inline-flex {
         display: -ms-inline-flexbox !important;
         display: inline-flex !important
      }

      @media (min-width:576px) {
         .d-sm-none {
            display: none !important
         }

         .d-sm-inline {
            display: inline !important
         }

         .d-sm-inline-block {
            display: inline-block !important
         }

         .d-sm-block {
            display: block !important
         }

         .d-sm-table {
            display: table !important
         }

         .d-sm-table-row {
            display: table-row !important
         }

         .d-sm-table-cell {
            display: table-cell !important
         }

         .d-sm-flex {
            display: -ms-flexbox !important;
            display: flex !important
         }

         .d-sm-inline-flex {
            display: -ms-inline-flexbox !important;
            display: inline-flex !important
         }
      }

      @media (min-width:768px) {
         .d-md-none {
            display: none !important
         }

         .d-md-inline {
            display: inline !important
         }

         .d-md-inline-block {
            display: inline-block !important
         }

         .d-md-block {
            display: block !important
         }

         .d-md-table {
            display: table !important
         }

         .d-md-table-row {
            display: table-row !important
         }

         .d-md-table-cell {
            display: table-cell !important
         }

         .d-md-flex {
            display: -ms-flexbox !important;
            display: flex !important
         }

         .d-md-inline-flex {
            display: -ms-inline-flexbox !important;
            display: inline-flex !important
         }
      }

      @media (min-width:992px) {
         .d-lg-none {
            display: none !important
         }

         .d-lg-inline {
            display: inline !important
         }

         .d-lg-inline-block {
            display: inline-block !important
         }

         .d-lg-block {
            display: block !important
         }

         .d-lg-table {
            display: table !important
         }

         .d-lg-table-row {
            display: table-row !important
         }

         .d-lg-table-cell {
            display: table-cell !important
         }

         .d-lg-flex {
            display: -ms-flexbox !important;
            display: flex !important
         }

         .d-lg-inline-flex {
            display: -ms-inline-flexbox !important;
            display: inline-flex !important
         }
      }

      @media (min-width:1200px) {
         .d-xl-none {
            display: none !important
         }

         .d-xl-inline {
            display: inline !important
         }

         .d-xl-inline-block {
            display: inline-block !important
         }

         .d-xl-block {
            display: block !important
         }

         .d-xl-table {
            display: table !important
         }

         .d-xl-table-row {
            display: table-row !important
         }

         .d-xl-table-cell {
            display: table-cell !important
         }

         .d-xl-flex {
            display: -ms-flexbox !important;
            display: flex !important
         }

         .d-xl-inline-flex {
            display: -ms-inline-flexbox !important;
            display: inline-flex !important
         }
      }

      @media print {
         .d-print-none {
            display: none !important
         }

         .d-print-inline {
            display: inline !important
         }

         .d-print-inline-block {
            display: inline-block !important
         }

         .d-print-block {
            display: block !important
         }

         .d-print-table {
            display: table !important
         }

         .d-print-table-row {
            display: table-row !important
         }

         .d-print-table-cell {
            display: table-cell !important
         }

         .d-print-flex {
            display: -ms-flexbox !important;
            display: flex !important
         }

         .d-print-inline-flex {
            display: -ms-inline-flexbox !important;
            display: inline-flex !important
         }
      }

      .embed-responsive {
         position: relative;
         display: block;
         width: 100%;
         padding: 0;
         overflow: hidden
      }

      .embed-responsive::before {
         display: block;
         content: ""
      }

      .embed-responsive .embed-responsive-item,
      .embed-responsive embed,
      .embed-responsive iframe,
      .embed-responsive object,
      .embed-responsive video {
         position: absolute;
         top: 0;
         bottom: 0;
         left: 0;
         width: 100%;
         height: 100%;
         border: 0
      }

      .embed-responsive-21by9::before {
         padding-top: 42.857143%
      }

      .embed-responsive-16by9::before {
         padding-top: 56.25%
      }

      .embed-responsive-4by3::before {
         padding-top: 75%
      }

      .embed-responsive-1by1::before {
         padding-top: 100%
      }

      .flex-row {
         -ms-flex-direction: row !important;
         flex-direction: row !important
      }

      .flex-column {
         -ms-flex-direction: column !important;
         flex-direction: column !important
      }

      .flex-row-reverse {
         -ms-flex-direction: row-reverse !important;
         flex-direction: row-reverse !important
      }

      .flex-column-reverse {
         -ms-flex-direction: column-reverse !important;
         flex-direction: column-reverse !important
      }

      .flex-wrap {
         -ms-flex-wrap: wrap !important;
         flex-wrap: wrap !important
      }

      .flex-nowrap {
         -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important
      }

      .flex-wrap-reverse {
         -ms-flex-wrap: wrap-reverse !important;
         flex-wrap: wrap-reverse !important
      }

      .flex-fill {
         -ms-flex: 1 1 auto !important;
         flex: 1 1 auto !important
      }

      .flex-grow-0 {
         -ms-flex-positive: 0 !important;
         flex-grow: 0 !important
      }

      .flex-grow-1 {
         -ms-flex-positive: 1 !important;
         flex-grow: 1 !important
      }

      .flex-shrink-0 {
         -ms-flex-negative: 0 !important;
         flex-shrink: 0 !important
      }

      .flex-shrink-1 {
         -ms-flex-negative: 1 !important;
         flex-shrink: 1 !important
      }

      .justify-content-start {
         -ms-flex-pack: start !important;
         justify-content: flex-start !important
      }

      .justify-content-end {
         -ms-flex-pack: end !important;
         justify-content: flex-end !important
      }

      .justify-content-center {
         -ms-flex-pack: center !important;
         justify-content: center !important
      }

      .justify-content-between {
         -ms-flex-pack: justify !important;
         justify-content: space-between !important
      }

      .justify-content-around {
         -ms-flex-pack: distribute !important;
         justify-content: space-around !important
      }

      .align-items-start {
         -ms-flex-align: start !important;
         align-items: flex-start !important
      }

      .align-items-end {
         -ms-flex-align: end !important;
         align-items: flex-end !important
      }

      .align-items-center {
         -ms-flex-align: center !important;
         align-items: center !important
      }

      .align-items-baseline {
         -ms-flex-align: baseline !important;
         align-items: baseline !important
      }

      .align-items-stretch {
         -ms-flex-align: stretch !important;
         align-items: stretch !important
      }

      .align-content-start {
         -ms-flex-line-pack: start !important;
         align-content: flex-start !important
      }

      .align-content-end {
         -ms-flex-line-pack: end !important;
         align-content: flex-end !important
      }

      .align-content-center {
         -ms-flex-line-pack: center !important;
         align-content: center !important
      }

      .align-content-between {
         -ms-flex-line-pack: justify !important;
         align-content: space-between !important
      }

      .align-content-around {
         -ms-flex-line-pack: distribute !important;
         align-content: space-around !important
      }

      .align-content-stretch {
         -ms-flex-line-pack: stretch !important;
         align-content: stretch !important
      }

      .align-self-auto {
         -ms-flex-item-align: auto !important;
         align-self: auto !important
      }

      .align-self-start {
         -ms-flex-item-align: start !important;
         align-self: flex-start !important
      }

      .align-self-end {
         -ms-flex-item-align: end !important;
         align-self: flex-end !important
      }

      .align-self-center {
         -ms-flex-item-align: center !important;
         align-self: center !important
      }

      .align-self-baseline {
         -ms-flex-item-align: baseline !important;
         align-self: baseline !important
      }

      .align-self-stretch {
         -ms-flex-item-align: stretch !important;
         align-self: stretch !important
      }

      @media (min-width:576px) {
         .flex-sm-row {
            -ms-flex-direction: row !important;
            flex-direction: row !important
         }

         .flex-sm-column {
            -ms-flex-direction: column !important;
            flex-direction: column !important
         }

         .flex-sm-row-reverse {
            -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important
         }

         .flex-sm-column-reverse {
            -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important
         }

         .flex-sm-wrap {
            -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important
         }

         .flex-sm-nowrap {
            -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important
         }

         .flex-sm-wrap-reverse {
            -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important
         }

         .flex-sm-fill {
            -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important
         }

         .flex-sm-grow-0 {
            -ms-flex-positive: 0 !important;
            flex-grow: 0 !important
         }

         .flex-sm-grow-1 {
            -ms-flex-positive: 1 !important;
            flex-grow: 1 !important
         }

         .flex-sm-shrink-0 {
            -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important
         }

         .flex-sm-shrink-1 {
            -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important
         }

         .justify-content-sm-start {
            -ms-flex-pack: start !important;
            justify-content: flex-start !important
         }

         .justify-content-sm-end {
            -ms-flex-pack: end !important;
            justify-content: flex-end !important
         }

         .justify-content-sm-center {
            -ms-flex-pack: center !important;
            justify-content: center !important
         }

         .justify-content-sm-between {
            -ms-flex-pack: justify !important;
            justify-content: space-between !important
         }

         .justify-content-sm-around {
            -ms-flex-pack: distribute !important;
            justify-content: space-around !important
         }

         .align-items-sm-start {
            -ms-flex-align: start !important;
            align-items: flex-start !important
         }

         .align-items-sm-end {
            -ms-flex-align: end !important;
            align-items: flex-end !important
         }

         .align-items-sm-center {
            -ms-flex-align: center !important;
            align-items: center !important
         }

         .align-items-sm-baseline {
            -ms-flex-align: baseline !important;
            align-items: baseline !important
         }

         .align-items-sm-stretch {
            -ms-flex-align: stretch !important;
            align-items: stretch !important
         }

         .align-content-sm-start {
            -ms-flex-line-pack: start !important;
            align-content: flex-start !important
         }

         .align-content-sm-end {
            -ms-flex-line-pack: end !important;
            align-content: flex-end !important
         }

         .align-content-sm-center {
            -ms-flex-line-pack: center !important;
            align-content: center !important
         }

         .align-content-sm-between {
            -ms-flex-line-pack: justify !important;
            align-content: space-between !important
         }

         .align-content-sm-around {
            -ms-flex-line-pack: distribute !important;
            align-content: space-around !important
         }

         .align-content-sm-stretch {
            -ms-flex-line-pack: stretch !important;
            align-content: stretch !important
         }

         .align-self-sm-auto {
            -ms-flex-item-align: auto !important;
            align-self: auto !important
         }

         .align-self-sm-start {
            -ms-flex-item-align: start !important;
            align-self: flex-start !important
         }

         .align-self-sm-end {
            -ms-flex-item-align: end !important;
            align-self: flex-end !important
         }

         .align-self-sm-center {
            -ms-flex-item-align: center !important;
            align-self: center !important
         }

         .align-self-sm-baseline {
            -ms-flex-item-align: baseline !important;
            align-self: baseline !important
         }

         .align-self-sm-stretch {
            -ms-flex-item-align: stretch !important;
            align-self: stretch !important
         }
      }

      @media (min-width:768px) {
         .flex-md-row {
            -ms-flex-direction: row !important;
            flex-direction: row !important
         }

         .flex-md-column {
            -ms-flex-direction: column !important;
            flex-direction: column !important
         }

         .flex-md-row-reverse {
            -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important
         }

         .flex-md-column-reverse {
            -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important
         }

         .flex-md-wrap {
            -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important
         }

         .flex-md-nowrap {
            -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important
         }

         .flex-md-wrap-reverse {
            -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important
         }

         .flex-md-fill {
            -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important
         }

         .flex-md-grow-0 {
            -ms-flex-positive: 0 !important;
            flex-grow: 0 !important
         }

         .flex-md-grow-1 {
            -ms-flex-positive: 1 !important;
            flex-grow: 1 !important
         }

         .flex-md-shrink-0 {
            -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important
         }

         .flex-md-shrink-1 {
            -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important
         }

         .justify-content-md-start {
            -ms-flex-pack: start !important;
            justify-content: flex-start !important
         }

         .justify-content-md-end {
            -ms-flex-pack: end !important;
            justify-content: flex-end !important
         }

         .justify-content-md-center {
            -ms-flex-pack: center !important;
            justify-content: center !important
         }

         .justify-content-md-between {
            -ms-flex-pack: justify !important;
            justify-content: space-between !important
         }

         .justify-content-md-around {
            -ms-flex-pack: distribute !important;
            justify-content: space-around !important
         }

         .align-items-md-start {
            -ms-flex-align: start !important;
            align-items: flex-start !important
         }

         .align-items-md-end {
            -ms-flex-align: end !important;
            align-items: flex-end !important
         }

         .align-items-md-center {
            -ms-flex-align: center !important;
            align-items: center !important
         }

         .align-items-md-baseline {
            -ms-flex-align: baseline !important;
            align-items: baseline !important
         }

         .align-items-md-stretch {
            -ms-flex-align: stretch !important;
            align-items: stretch !important
         }

         .align-content-md-start {
            -ms-flex-line-pack: start !important;
            align-content: flex-start !important
         }

         .align-content-md-end {
            -ms-flex-line-pack: end !important;
            align-content: flex-end !important
         }

         .align-content-md-center {
            -ms-flex-line-pack: center !important;
            align-content: center !important
         }

         .align-content-md-between {
            -ms-flex-line-pack: justify !important;
            align-content: space-between !important
         }

         .align-content-md-around {
            -ms-flex-line-pack: distribute !important;
            align-content: space-around !important
         }

         .align-content-md-stretch {
            -ms-flex-line-pack: stretch !important;
            align-content: stretch !important
         }

         .align-self-md-auto {
            -ms-flex-item-align: auto !important;
            align-self: auto !important
         }

         .align-self-md-start {
            -ms-flex-item-align: start !important;
            align-self: flex-start !important
         }

         .align-self-md-end {
            -ms-flex-item-align: end !important;
            align-self: flex-end !important
         }

         .align-self-md-center {
            -ms-flex-item-align: center !important;
            align-self: center !important
         }

         .align-self-md-baseline {
            -ms-flex-item-align: baseline !important;
            align-self: baseline !important
         }

         .align-self-md-stretch {
            -ms-flex-item-align: stretch !important;
            align-self: stretch !important
         }
      }

      @media (min-width:992px) {
         .flex-lg-row {
            -ms-flex-direction: row !important;
            flex-direction: row !important
         }

         .flex-lg-column {
            -ms-flex-direction: column !important;
            flex-direction: column !important
         }

         .flex-lg-row-reverse {
            -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important
         }

         .flex-lg-column-reverse {
            -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important
         }

         .flex-lg-wrap {
            -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important
         }

         .flex-lg-nowrap {
            -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important
         }

         .flex-lg-wrap-reverse {
            -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important
         }

         .flex-lg-fill {
            -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important
         }

         .flex-lg-grow-0 {
            -ms-flex-positive: 0 !important;
            flex-grow: 0 !important
         }

         .flex-lg-grow-1 {
            -ms-flex-positive: 1 !important;
            flex-grow: 1 !important
         }

         .flex-lg-shrink-0 {
            -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important
         }

         .flex-lg-shrink-1 {
            -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important
         }

         .justify-content-lg-start {
            -ms-flex-pack: start !important;
            justify-content: flex-start !important
         }

         .justify-content-lg-end {
            -ms-flex-pack: end !important;
            justify-content: flex-end !important
         }

         .justify-content-lg-center {
            -ms-flex-pack: center !important;
            justify-content: center !important
         }

         .justify-content-lg-between {
            -ms-flex-pack: justify !important;
            justify-content: space-between !important
         }

         .justify-content-lg-around {
            -ms-flex-pack: distribute !important;
            justify-content: space-around !important
         }

         .align-items-lg-start {
            -ms-flex-align: start !important;
            align-items: flex-start !important
         }

         .align-items-lg-end {
            -ms-flex-align: end !important;
            align-items: flex-end !important
         }

         .align-items-lg-center {
            -ms-flex-align: center !important;
            align-items: center !important
         }

         .align-items-lg-baseline {
            -ms-flex-align: baseline !important;
            align-items: baseline !important
         }

         .align-items-lg-stretch {
            -ms-flex-align: stretch !important;
            align-items: stretch !important
         }

         .align-content-lg-start {
            -ms-flex-line-pack: start !important;
            align-content: flex-start !important
         }

         .align-content-lg-end {
            -ms-flex-line-pack: end !important;
            align-content: flex-end !important
         }

         .align-content-lg-center {
            -ms-flex-line-pack: center !important;
            align-content: center !important
         }

         .align-content-lg-between {
            -ms-flex-line-pack: justify !important;
            align-content: space-between !important
         }

         .align-content-lg-around {
            -ms-flex-line-pack: distribute !important;
            align-content: space-around !important
         }

         .align-content-lg-stretch {
            -ms-flex-line-pack: stretch !important;
            align-content: stretch !important
         }

         .align-self-lg-auto {
            -ms-flex-item-align: auto !important;
            align-self: auto !important
         }

         .align-self-lg-start {
            -ms-flex-item-align: start !important;
            align-self: flex-start !important
         }

         .align-self-lg-end {
            -ms-flex-item-align: end !important;
            align-self: flex-end !important
         }

         .align-self-lg-center {
            -ms-flex-item-align: center !important;
            align-self: center !important
         }

         .align-self-lg-baseline {
            -ms-flex-item-align: baseline !important;
            align-self: baseline !important
         }

         .align-self-lg-stretch {
            -ms-flex-item-align: stretch !important;
            align-self: stretch !important
         }
      }

      @media (min-width:1200px) {
         .flex-xl-row {
            -ms-flex-direction: row !important;
            flex-direction: row !important
         }

         .flex-xl-column {
            -ms-flex-direction: column !important;
            flex-direction: column !important
         }

         .flex-xl-row-reverse {
            -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important
         }

         .flex-xl-column-reverse {
            -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important
         }

         .flex-xl-wrap {
            -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important
         }

         .flex-xl-nowrap {
            -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important
         }

         .flex-xl-wrap-reverse {
            -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important
         }

         .flex-xl-fill {
            -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important
         }

         .flex-xl-grow-0 {
            -ms-flex-positive: 0 !important;
            flex-grow: 0 !important
         }

         .flex-xl-grow-1 {
            -ms-flex-positive: 1 !important;
            flex-grow: 1 !important
         }

         .flex-xl-shrink-0 {
            -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important
         }

         .flex-xl-shrink-1 {
            -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important
         }

         .justify-content-xl-start {
            -ms-flex-pack: start !important;
            justify-content: flex-start !important
         }

         .justify-content-xl-end {
            -ms-flex-pack: end !important;
            justify-content: flex-end !important
         }

         .justify-content-xl-center {
            -ms-flex-pack: center !important;
            justify-content: center !important
         }

         .justify-content-xl-between {
            -ms-flex-pack: justify !important;
            justify-content: space-between !important
         }

         .justify-content-xl-around {
            -ms-flex-pack: distribute !important;
            justify-content: space-around !important
         }

         .align-items-xl-start {
            -ms-flex-align: start !important;
            align-items: flex-start !important
         }

         .align-items-xl-end {
            -ms-flex-align: end !important;
            align-items: flex-end !important
         }

         .align-items-xl-center {
            -ms-flex-align: center !important;
            align-items: center !important
         }

         .align-items-xl-baseline {
            -ms-flex-align: baseline !important;
            align-items: baseline !important
         }

         .align-items-xl-stretch {
            -ms-flex-align: stretch !important;
            align-items: stretch !important
         }

         .align-content-xl-start {
            -ms-flex-line-pack: start !important;
            align-content: flex-start !important
         }

         .align-content-xl-end {
            -ms-flex-line-pack: end !important;
            align-content: flex-end !important
         }

         .align-content-xl-center {
            -ms-flex-line-pack: center !important;
            align-content: center !important
         }

         .align-content-xl-between {
            -ms-flex-line-pack: justify !important;
            align-content: space-between !important
         }

         .align-content-xl-around {
            -ms-flex-line-pack: distribute !important;
            align-content: space-around !important
         }

         .align-content-xl-stretch {
            -ms-flex-line-pack: stretch !important;
            align-content: stretch !important
         }

         .align-self-xl-auto {
            -ms-flex-item-align: auto !important;
            align-self: auto !important
         }

         .align-self-xl-start {
            -ms-flex-item-align: start !important;
            align-self: flex-start !important
         }

         .align-self-xl-end {
            -ms-flex-item-align: end !important;
            align-self: flex-end !important
         }

         .align-self-xl-center {
            -ms-flex-item-align: center !important;
            align-self: center !important
         }

         .align-self-xl-baseline {
            -ms-flex-item-align: baseline !important;
            align-self: baseline !important
         }

         .align-self-xl-stretch {
            -ms-flex-item-align: stretch !important;
            align-self: stretch !important
         }
      }

      .float-left {
         float: left !important
      }

      .float-right {
         float: right !important
      }

      .float-none {
         float: none !important
      }

      @media (min-width:576px) {
         .float-sm-left {
            float: left !important
         }

         .float-sm-right {
            float: right !important
         }

         .float-sm-none {
            float: none !important
         }
      }

      @media (min-width:768px) {
         .float-md-left {
            float: left !important
         }

         .float-md-right {
            float: right !important
         }

         .float-md-none {
            float: none !important
         }
      }

      @media (min-width:992px) {
         .float-lg-left {
            float: left !important
         }

         .float-lg-right {
            float: right !important
         }

         .float-lg-none {
            float: none !important
         }
      }

      @media (min-width:1200px) {
         .float-xl-left {
            float: left !important
         }

         .float-xl-right {
            float: right !important
         }

         .float-xl-none {
            float: none !important
         }
      }

      .position-static {
         position: static !important
      }

      .position-relative {
         position: relative !important
      }

      .position-absolute {
         position: absolute !important
      }

      .position-fixed {
         position: fixed !important
      }

      .position-sticky {
         position: -webkit-sticky !important;
         position: sticky !important
      }

      .fixed-top {
         position: fixed;
         top: 0;
         right: 0;
         left: 0;
         z-index: 1030
      }

      .fixed-bottom {
         position: fixed;
         right: 0;
         bottom: 0;
         left: 0;
         z-index: 1030
      }

      @supports ((position:-webkit-sticky) or (position:sticky)) {
         .sticky-top {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1020
         }
      }

      .sr-only {
         position: absolute;
         width: 1px;
         height: 1px;
         padding: 0;
         overflow: hidden;
         clip: rect(0, 0, 0, 0);
         white-space: nowrap;
         border: 0
      }

      .sr-only-focusable:active,
      .sr-only-focusable:focus {
         position: static;
         width: auto;
         height: auto;
         overflow: visible;
         clip: auto;
         white-space: normal
      }

      .shadow-sm {
         box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
      }

      .shadow {
         box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
      }

      .shadow-lg {
         box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
      }

      .shadow-none {
         box-shadow: none !important
      }

      .w-25 {
         width: 25% !important
      }

      .w-50 {
         width: 50% !important
      }

      .w-75 {
         width: 75% !important
      }

      .w-100 {
         width: 100% !important
      }

      .w-auto {
         width: auto !important
      }

      .h-25 {
         height: 25% !important
      }

      .h-50 {
         height: 50% !important
      }

      .h-75 {
         height: 75% !important
      }

      .h-100 {
         height: 100% !important
      }

      .h-auto {
         height: auto !important
      }

      .mw-100 {
         max-width: 100% !important
      }

      .mh-100 {
         max-height: 100% !important
      }

      .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
      }

      @media (min-width:576px) {
         .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) {
         .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) {
         .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) {
         .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
         }
      }

      .text-monospace {
         font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
      }

      .text-justify {
         text-align: justify !important
      }

      .text-nowrap {
         white-space: nowrap !important
      }

      .text-truncate {
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap
      }

      .text-left {
         text-align: left !important
      }

      .text-right {
         text-align: right !important
      }

      .text-center {
         text-align: center !important
      }

      @media (min-width:576px) {
         .text-sm-left {
            text-align: left !important
         }

         .text-sm-right {
            text-align: right !important
         }

         .text-sm-center {
            text-align: center !important
         }
      }

      @media (min-width:768px) {
         .text-md-left {
            text-align: left !important
         }

         .text-md-right {
            text-align: right !important
         }

         .text-md-center {
            text-align: center !important
         }
      }

      @media (min-width:992px) {
         .text-lg-left {
            text-align: left !important
         }

         .text-lg-right {
            text-align: right !important
         }

         .text-lg-center {
            text-align: center !important
         }
      }

      @media (min-width:1200px) {
         .text-xl-left {
            text-align: left !important
         }

         .text-xl-right {
            text-align: right !important
         }

         .text-xl-center {
            text-align: center !important
         }
      }

      .text-lowercase {
         text-transform: lowercase !important
      }

      .text-uppercase {
         text-transform: uppercase !important
      }

      .text-capitalize {
         text-transform: capitalize !important
      }

      .font-weight-light {
         font-weight: 300 !important
      }

      .font-weight-normal {
         font-weight: 400 !important
      }

      .font-weight-bold {
         font-weight: 700 !important
      }

      .font-italic {
         font-style: italic !important
      }

      .text-white {
         color: #fff !important
      }

      .text-primary {
         color: #007bff !important
      }

      a.text-primary:focus,
      a.text-primary:hover {
         color: #0062cc !important
      }

      .text-secondary {
         color: #6c757d !important
      }

      a.text-secondary:focus,
      a.text-secondary:hover {
         color: #545b62 !important
      }

      .text-success {
         color: #28a745 !important
      }

      a.text-success:focus,
      a.text-success:hover {
         color: #1e7e34 !important
      }

      .text-info {
         color: #17a2b8 !important
      }

      a.text-info:focus,
      a.text-info:hover {
         color: #117a8b !important
      }

      .text-warning {
         color: #ffc107 !important
      }

      a.text-warning:focus,
      a.text-warning:hover {
         color: #d39e00 !important
      }

      .text-danger {
         color: #dc3545 !important
      }

      a.text-danger:focus,
      a.text-danger:hover {
         color: #bd2130 !important
      }

      .text-light {
         color: #f8f9fa !important
      }

      a.text-light:focus,
      a.text-light:hover {
         color: #dae0e5 !important
      }

      .text-dark {
         color: #343a40 !important
      }

      a.text-dark:focus,
      a.text-dark:hover {
         color: #1d2124 !important
      }

      .text-body {
         color: #212529 !important
      }

      .text-muted {
         color: #6c757d !important
      }

      .text-black-50 {
         color: rgba(0, 0, 0, .5) !important
      }

      .text-white-50 {
         color: rgba(255, 255, 255, .5) !important
      }

      .text-hide {
         font: 0/0 a;
         color: transparent;
         text-shadow: none;
         background-color: transparent;
         border: 0
      }

      .visible {
         visibility: visible !important
      }

      .invisible {
         visibility: hidden !important
      }

      @media print {

         *,
         ::after,
         ::before {
            text-shadow: none !important;
            box-shadow: none !important
         }

         a:not(.btn) {
            text-decoration: underline
         }

         abbr[title]::after {
            content: " (" attr(title) ")"
         }

         pre {
            white-space: pre-wrap !important
         }

         blockquote,
         pre {
            border: 1px solid #adb5bd;
            page-break-inside: avoid
         }

         thead {
            display: table-header-group
         }

         img,
         tr {
            page-break-inside: avoid
         }

         h2,
         h3,
         p {
            orphans: 3;
            widows: 3
         }

         h2,
         h3 {
            page-break-after: avoid
         }

         @page {
            size: a3
         }

         body {
            min-width: 992px !important
         }

         .container {
            min-width: 992px !important
         }

         .navbar {
            display: none
         }

         .badge {
            border: 1px solid #000
         }

         .table {
            border-collapse: collapse !important
         }

         .table td,
         .table th {
            background-color: #fff !important
         }

         .table-bordered td,
         .table-bordered th {
            border: 1px solid #dee2e6 !important
         }

         .table-dark {
            color: inherit
         }

         .table-dark tbody+tbody,
         .table-dark td,
         .table-dark th,
         .table-dark thead th {
            border-color: #dee2e6
         }

         .table .thead-dark th {
            color: inherit;
            border-color: #dee2e6
         }
      }

      .slick-slider {
         position: relative;
         display: block;
         box-sizing: border-box;
         -webkit-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
         -webkit-touch-callout: none;
         -khtml-user-select: none;
         -ms-touch-action: pan-y;
         touch-action: pan-y;
         -webkit-tap-highlight-color: transparent
      }

      .slick-list {
         position: relative;
         display: block;
         overflow: hidden;
         margin: 0;
         padding: 0
      }

      .slick-list:focus {
         outline: 0
      }

      .slick-list.dragging {
         cursor: pointer;
         cursor: hand
      }

      .slick-slider .slick-list,
      .slick-slider .slick-track {
         -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
         -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0)
      }

      .slick-track {
         position: relative;
         top: 0;
         left: 0;
         display: block;
         margin-left: auto;
         margin-right: auto
      }

      .slick-track:after,
      .slick-track:before {
         display: table;
         content: ''
      }

      .slick-track:after {
         clear: both
      }

      .slick-loading .slick-track {
         visibility: hidden
      }

      .slick-slide {
         display: none;
         float: left;
         outline: 0;
         height: 100%;
         min-height: 1px
      }

      [dir=rtl] .slick-slide {
         float: right
      }

      .slick-slide img {
         display: block
      }

      .slick-slide.slick-loading img {
         display: none
      }

      .slick-slide.dragging img {
         pointer-events: none
      }

      .slick-initialized .slick-slide {
         display: block
      }

      .slick-loading .slick-slide {
         visibility: hidden
      }

      .slick-vertical .slick-slide {
         display: block;
         height: auto;
         border: 1px solid transparent
      }

      .slick-arrow.slick-hidden {
         display: none
      }

      .mfp-bg {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         z-index: 999999;
         overflow: hidden;
         position: fixed;
         background: #0b0b0b;
         opacity: .8
      }

      .mfp-wrap {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         z-index: 1043;
         position: fixed;
         outline: 0 !important;
         -webkit-backface-visibility: hidden;
         z-index: 999999
      }

      .mfp-container {
         text-align: center;
         position: absolute;
         width: 100%;
         height: 100%;
         left: 0;
         top: 0;
         padding: 0 8px;
         box-sizing: border-box
      }

      .mfp-container:before {
         content: '';
         display: inline-block;
         height: 100%;
         vertical-align: middle
      }

      .mfp-align-top .mfp-container:before {
         display: none
      }

      .mfp-content {
         position: relative;
         display: inline-block;
         vertical-align: middle;
         margin: 0 auto;
         text-align: left;
         z-index: 1045
      }

      .mfp-ajax-holder .mfp-content,
      .mfp-inline-holder .mfp-content {
         width: 100%;
         cursor: auto
      }

      .mfp-ajax-cur {
         cursor: progress
      }

      .mfp-zoom-out-cur,
      .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
         cursor: -moz-zoom-out;
         cursor: -webkit-zoom-out;
         cursor: zoom-out
      }

      .mfp-zoom {
         cursor: pointer;
         cursor: -webkit-zoom-in;
         cursor: -moz-zoom-in;
         cursor: zoom-in
      }

      .mfp-auto-cursor .mfp-content {
         cursor: auto
      }

      .mfp-arrow,
      .mfp-close,
      .mfp-counter,
      .mfp-preloader {
         -webkit-user-select: none;
         -moz-user-select: none;
         user-select: none
      }

      .mfp-loading.mfp-figure {
         display: none
      }

      .mfp-hide {
         display: none !important
      }

      .mfp-preloader {
         color: #ccc;
         position: absolute;
         top: 50%;
         width: auto;
         text-align: center;
         margin-top: -.8em;
         left: 8px;
         right: 8px;
         z-index: 1044
      }

      .mfp-preloader a {
         color: #ccc
      }

      .mfp-preloader a:hover {
         color: #fff
      }

      .mfp-s-ready .mfp-preloader {
         display: none
      }

      .mfp-s-error .mfp-content {
         display: none
      }

      button.mfp-arrow,
      button.mfp-close {
         overflow: visible;
         cursor: pointer;
         background: 0 0;
         border: 0;
         -webkit-appearance: none;
         display: block;
         outline: 0;
         padding: 0;
         z-index: 1046;
         box-shadow: none;
         touch-action: manipulation
      }

      button::-moz-focus-inner {
         padding: 0;
         border: 0
      }

      .mfp-close {
         width: 44px;
         height: 44px;
         line-height: 44px;
         position: absolute;
         right: 0;
         top: 0;
         text-decoration: none;
         text-align: center;
         opacity: .65;
         padding: 0 0 18px 10px;
         color: #fff;
         font-style: normal;
         font-size: 28px;
         font-family: Arial, Baskerville, monospace
      }

      .mfp-close:focus,
      .mfp-close:hover {
         opacity: 1
      }

      .mfp-close:active {
         top: 1px
      }

      .mfp-close-btn-in .mfp-close {
         color: #333
      }

      .mfp-iframe-holder .mfp-close,
      .mfp-image-holder .mfp-close {
         color: #fff;
         right: 0;
         text-align: right;
         width: 40px;
         height: 40px;
         display: flex;
         align-items: center;
         justify-content: center;
         border-radius: 50%;
         background: #ee7322;
         opacity: 1;
         transition: all .3s ease;
         outline: 0
      }

      .mfp-counter {
         position: absolute;
         top: 0;
         right: 0;
         color: #ccc;
         font-size: 12px;
         line-height: 18px;
         white-space: nowrap
      }

      .mfp-arrow {
         position: absolute;
         opacity: .65;
         margin: 0;
         top: 50%;
         margin-top: -55px;
         padding: 0;
         width: 90px;
         height: 110px;
         -webkit-tap-highlight-color: transparent
      }

      .mfp-arrow:active {
         margin-top: -54px
      }

      .mfp-arrow:focus,
      .mfp-arrow:hover {
         opacity: 1
      }

      .mfp-arrow:after,
      .mfp-arrow:before {
         content: '';
         display: block;
         width: 0;
         height: 0;
         position: absolute;
         left: 0;
         top: 0;
         margin-top: 35px;
         margin-left: 35px;
         border: medium inset transparent
      }

      .mfp-arrow:after {
         border-top-width: 13px;
         border-bottom-width: 13px;
         top: 8px
      }

      .mfp-arrow:before {
         border-top-width: 21px;
         border-bottom-width: 21px;
         opacity: .7
      }

      .mfp-arrow-left {
         left: 0
      }

      .mfp-arrow-left:after {
         border-right: 17px solid #fff;
         margin-left: 31px
      }

      .mfp-arrow-left:before {
         margin-left: 25px;
         border-right: 27px solid #3f3f3f
      }

      .mfp-arrow-right {
         right: 0
      }

      .mfp-arrow-right:after {
         border-left: 17px solid #fff;
         margin-left: 39px
      }

      .mfp-arrow-right:before {
         border-left: 27px solid #3f3f3f
      }

      .mfp-iframe-holder {
         padding-top: 40px;
         padding-bottom: 40px
      }

      .mfp-iframe-holder .mfp-content {
         line-height: 0;
         width: 100%;
         max-width: 1170px;
         overflow: hidden;
         border-radius: 20px
      }

      .mfp-iframe-holder .mfp-close {
         top: 0
      }

      .mfp-iframe-scaler {
         width: 100%;
         height: 0;
         overflow: hidden;
         padding-top: 56.25%
      }

      .mfp-iframe-scaler iframe {
         position: absolute;
         display: block;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         box-shadow: 0 0 8px rgba(0, 0, 0, .6);
         background: #ee7322;
         border-radius: 20px
      }

      img.mfp-img {
         width: auto;
         max-width: 100%;
         height: auto;
         display: block;
         line-height: 0;
         box-sizing: border-box;
         padding: 40px 0 40px;
         margin: 0 auto
      }

      .mfp-figure {
         line-height: 0
      }

      .mfp-figure:after {
         content: '';
         position: absolute;
         left: 0;
         top: 40px;
         bottom: 40px;
         display: block;
         right: 0;
         width: auto;
         height: auto;
         z-index: -1;
         box-shadow: 0 0 8px rgba(0, 0, 0, .6);
         background: #444
      }

      .mfp-figure small {
         color: #bdbdbd;
         display: block;
         font-size: 12px;
         line-height: 14px
      }

      .mfp-figure figure {
         margin: 0
      }

      .mfp-bottom-bar {
         margin-top: -36px;
         position: absolute;
         top: 100%;
         left: 0;
         width: 100%;
         cursor: auto
      }

      .mfp-title {
         text-align: left;
         line-height: 18px;
         color: #f3f3f3;
         word-wrap: break-word;
         padding-right: 36px
      }

      .mfp-image-holder .mfp-content {
         max-width: 100%
      }

      .mfp-gallery .mfp-image-holder .mfp-figure {
         cursor: pointer
      }

      @media screen and (max-width:800px) and (orientation:landscape),
      screen and (max-height:300px) {
         .mfp-img-mobile .mfp-image-holder {
            padding-left: 0;
            padding-right: 0
         }

         .mfp-img-mobile img.mfp-img {
            padding: 0
         }

         .mfp-img-mobile .mfp-figure:after {
            top: 0;
            bottom: 0
         }

         .mfp-img-mobile .mfp-figure small {
            display: inline;
            margin-left: 5px
         }

         .mfp-img-mobile .mfp-bottom-bar {
            background: rgba(0, 0, 0, .6);
            bottom: 0;
            margin: 0;
            top: auto;
            padding: 3px 5px;
            position: fixed;
            box-sizing: border-box
         }

         .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
         }

         .mfp-img-mobile .mfp-counter {
            right: 5px;
            top: 3px
         }

         .mfp-img-mobile .mfp-close {
            top: 0;
            right: 0;
            width: 35px;
            height: 35px;
            line-height: 35px;
            background: rgba(0, 0, 0, .6);
            position: fixed;
            text-align: center;
            padding: 0
         }
      }

      @media all and (max-width:900px) {
         .mfp-arrow {
            -webkit-transform: scale(.75);
            transform: scale(.75)
         }

         .mfp-arrow-left {
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0
         }

         .mfp-arrow-right {
            -webkit-transform-origin: 100%;
            transform-origin: 100%
         }

         .mfp-container {
            padding-left: 6px;
            padding-right: 6px
         }
      }

      .iti {
         position: relative;
         display: inline-block
      }

      .iti * {
         box-sizing: border-box;
         -moz-box-sizing: border-box
      }

      .iti__hide {
         display: none
      }

      .iti__v-hide {
         visibility: hidden
      }

      .iti input,
      .iti input[type=tel],
      .iti input[type=text] {
         position: relative;
         z-index: 0;
         margin-top: 0 !important;
         margin-bottom: 0 !important;
         padding-right: 36px;
         margin-right: 0
      }

      .iti__flag-container {
         position: absolute;
         top: 0;
         bottom: 0;
         right: 0;
         padding: 1px
      }

      .iti__selected-flag {
         z-index: 1;
         position: relative;
         display: flex;
         align-items: center;
         height: 100%;
         padding: 0 6px 0 8px
      }

      .iti__arrow {
         margin-left: 6px;
         width: 0;
         height: 0;
         border-left: 3px solid transparent;
         border-right: 3px solid transparent;
         border-top: 4px solid #555
      }

      .iti__arrow--up {
         border-top: none;
         border-bottom: 4px solid #555
      }

      .iti__country-list {
         position: absolute;
         z-index: 2;
         list-style: none;
         text-align: left;
         padding: 0;
         margin: 0 0 0 -1px;
         box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
         background-color: #fff;
         border: 1px solid #ccc;
         white-space: nowrap;
         max-height: 200px;
         overflow-y: scroll;
         -webkit-overflow-scrolling: touch
      }

      .iti__country-list--dropup {
         bottom: 100%;
         margin-bottom: -1px
      }

      @media (max-width:500px) {
         .iti__country-list {
            white-space: normal
         }
      }

      .iti__flag-box {
         display: inline-block;
         width: 20px
      }

      .iti__divider {
         padding-bottom: 5px;
         margin-bottom: 5px;
         border-bottom: 1px solid #ccc
      }

      .iti__country {
         padding: 5px 10px;
         outline: 0;
         display: block
      }

      .iti__dial-code {
         color: #999
      }

      .iti__country.iti__highlight {
         background-color: rgba(0, 0, 0, .05)
      }

      .iti__country-name,
      .iti__dial-code,
      .iti__flag-box {
         vertical-align: middle
      }

      .iti__country-name,
      .iti__flag-box {
         margin-right: 6px
      }

      .iti--allow-dropdown input,
      .iti--allow-dropdown input[type=tel],
      .iti--allow-dropdown input[type=text],
      .iti--separate-dial-code input,
      .iti--separate-dial-code input[type=tel],
      .iti--separate-dial-code input[type=text] {
         padding-right: 6px;
         padding-left: 52px;
         margin-left: 0
      }

      .iti--allow-dropdown .iti__flag-container,
      .iti--separate-dial-code .iti__flag-container {
         right: auto;
         left: 0
      }

      .iti--allow-dropdown .iti__flag-container:hover {
         cursor: pointer
      }

      .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
         background-color: rgba(0, 0, 0, .05)
      }

      .iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
      .iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
         cursor: default
      }

      .iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
      .iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
         background-color: transparent
      }

      .iti--separate-dial-code .iti__selected-flag {
         background-color: rgba(0, 0, 0, .05)
      }

      .iti--separate-dial-code .iti__selected-dial-code {
         margin-left: 6px
      }

      .iti--container {
         position: absolute;
         top: -1000px;
         left: -1000px;
         z-index: 1060;
         padding: 1px
      }

      .iti--container:hover {
         cursor: pointer
      }

      .iti-mobile .iti--container {
         top: 30px;
         bottom: 30px;
         left: 30px;
         right: 30px;
         position: fixed
      }

      .iti-mobile .iti__country-list {
         max-height: 100%;
         width: 100%
      }

      .iti-mobile .iti__country {
         padding: 10px 10px;
         line-height: 1.5em
      }

      .iti__flag {
         width: 20px
      }

      .iti__flag.iti__be {
         width: 18px
      }

      .iti__flag.iti__ch {
         width: 15px
      }

      .iti__flag.iti__mc {
         width: 19px
      }

      .iti__flag.iti__ne {
         width: 18px
      }

      .iti__flag.iti__np {
         width: 13px
      }

      .iti__flag.iti__va {
         width: 15px
      }

      @media (-webkit-min-device-pixel-ratio:2),
      (min-resolution:192dpi) {
         .iti__flag {
            background-size: 5652px 15px
         }
      }

      .iti__flag.iti__ac {
         height: 10px;
         background-position: 0 0
      }

      .iti__flag.iti__ad {
         height: 14px;
         background-position: -22px 0
      }

      .iti__flag.iti__ae {
         height: 10px;
         background-position: -44px 0
      }

      .iti__flag.iti__af {
         height: 14px;
         background-position: -66px 0
      }

      .iti__flag.iti__ag {
         height: 14px;
         background-position: -88px 0
      }

      .iti__flag.iti__ai {
         height: 10px;
         background-position: -110px 0
      }

      .iti__flag.iti__al {
         height: 15px;
         background-position: -132px 0
      }

      .iti__flag.iti__am {
         height: 10px;
         background-position: -154px 0
      }

      .iti__flag.iti__ao {
         height: 14px;
         background-position: -176px 0
      }

      .iti__flag.iti__aq {
         height: 14px;
         background-position: -198px 0
      }

      .iti__flag.iti__ar {
         height: 13px;
         background-position: -220px 0
      }

      .iti__flag.iti__as {
         height: 10px;
         background-position: -242px 0
      }

      .iti__flag.iti__at {
         height: 14px;
         background-position: -264px 0
      }

      .iti__flag.iti__au {
         height: 10px;
         background-position: -286px 0
      }

      .iti__flag.iti__aw {
         height: 14px;
         background-position: -308px 0
      }

      .iti__flag.iti__ax {
         height: 13px;
         background-position: -330px 0
      }

      .iti__flag.iti__az {
         height: 10px;
         background-position: -352px 0
      }

      .iti__flag.iti__ba {
         height: 10px;
         background-position: -374px 0
      }

      .iti__flag.iti__bb {
         height: 14px;
         background-position: -396px 0
      }

      .iti__flag.iti__bd {
         height: 12px;
         background-position: -418px 0
      }

      .iti__flag.iti__be {
         height: 15px;
         background-position: -440px 0
      }

      .iti__flag.iti__bf {
         height: 14px;
         background-position: -460px 0
      }

      .iti__flag.iti__bg {
         height: 12px;
         background-position: -482px 0
      }

      .iti__flag.iti__bh {
         height: 12px;
         background-position: -504px 0
      }

      .iti__flag.iti__bi {
         height: 12px;
         background-position: -526px 0
      }

      .iti__flag.iti__bj {
         height: 14px;
         background-position: -548px 0
      }

      .iti__flag.iti__bl {
         height: 14px;
         background-position: -570px 0
      }

      .iti__flag.iti__bm {
         height: 10px;
         background-position: -592px 0
      }

      .iti__flag.iti__bn {
         height: 10px;
         background-position: -614px 0
      }

      .iti__flag.iti__bo {
         height: 14px;
         background-position: -636px 0
      }

      .iti__flag.iti__bq {
         height: 14px;
         background-position: -658px 0
      }

      .iti__flag.iti__br {
         height: 14px;
         background-position: -680px 0
      }

      .iti__flag.iti__bs {
         height: 10px;
         background-position: -702px 0
      }

      .iti__flag.iti__bt {
         height: 14px;
         background-position: -724px 0
      }

      .iti__flag.iti__bv {
         height: 15px;
         background-position: -746px 0
      }

      .iti__flag.iti__bw {
         height: 14px;
         background-position: -768px 0
      }

      .iti__flag.iti__by {
         height: 10px;
         background-position: -790px 0
      }

      .iti__flag.iti__bz {
         height: 14px;
         background-position: -812px 0
      }

      .iti__flag.iti__ca {
         height: 10px;
         background-position: -834px 0
      }

      .iti__flag.iti__cc {
         height: 10px;
         background-position: -856px 0
      }

      .iti__flag.iti__cd {
         height: 15px;
         background-position: -878px 0
      }

      .iti__flag.iti__cf {
         height: 14px;
         background-position: -900px 0
      }

      .iti__flag.iti__cg {
         height: 14px;
         background-position: -922px 0
      }

      .iti__flag.iti__ch {
         height: 15px;
         background-position: -944px 0
      }

      .iti__flag.iti__ci {
         height: 14px;
         background-position: -961px 0
      }

      .iti__flag.iti__ck {
         height: 10px;
         background-position: -983px 0
      }

      .iti__flag.iti__cl {
         height: 14px;
         background-position: -1005px 0
      }

      .iti__flag.iti__cm {
         height: 14px;
         background-position: -1027px 0
      }

      .iti__flag.iti__cn {
         height: 14px;
         background-position: -1049px 0
      }

      .iti__flag.iti__co {
         height: 14px;
         background-position: -1071px 0
      }

      .iti__flag.iti__cp {
         height: 14px;
         background-position: -1093px 0
      }

      .iti__flag.iti__cr {
         height: 12px;
         background-position: -1115px 0
      }

      .iti__flag.iti__cu {
         height: 10px;
         background-position: -1137px 0
      }

      .iti__flag.iti__cv {
         height: 12px;
         background-position: -1159px 0
      }

      .iti__flag.iti__cw {
         height: 14px;
         background-position: -1181px 0
      }

      .iti__flag.iti__cx {
         height: 10px;
         background-position: -1203px 0
      }

      .iti__flag.iti__cy {
         height: 14px;
         background-position: -1225px 0
      }

      .iti__flag.iti__cz {
         height: 14px;
         background-position: -1247px 0
      }

      .iti__flag.iti__de {
         height: 12px;
         background-position: -1269px 0
      }

      .iti__flag.iti__dg {
         height: 10px;
         background-position: -1291px 0
      }

      .iti__flag.iti__dj {
         height: 14px;
         background-position: -1313px 0
      }

      .iti__flag.iti__dk {
         height: 15px;
         background-position: -1335px 0
      }

      .iti__flag.iti__dm {
         height: 10px;
         background-position: -1357px 0
      }

      .iti__flag.iti__do {
         height: 14px;
         background-position: -1379px 0
      }

      .iti__flag.iti__dz {
         height: 14px;
         background-position: -1401px 0
      }

      .iti__flag.iti__ea {
         height: 14px;
         background-position: -1423px 0
      }

      .iti__flag.iti__ec {
         height: 14px;
         background-position: -1445px 0
      }

      .iti__flag.iti__ee {
         height: 13px;
         background-position: -1467px 0
      }

      .iti__flag.iti__eg {
         height: 14px;
         background-position: -1489px 0
      }

      .iti__flag.iti__eh {
         height: 10px;
         background-position: -1511px 0
      }

      .iti__flag.iti__er {
         height: 10px;
         background-position: -1533px 0
      }

      .iti__flag.iti__es {
         height: 14px;
         background-position: -1555px 0
      }

      .iti__flag.iti__et {
         height: 10px;
         background-position: -1577px 0
      }

      .iti__flag.iti__eu {
         height: 14px;
         background-position: -1599px 0
      }

      .iti__flag.iti__fi {
         height: 12px;
         background-position: -1621px 0
      }

      .iti__flag.iti__fj {
         height: 10px;
         background-position: -1643px 0
      }

      .iti__flag.iti__fk {
         height: 10px;
         background-position: -1665px 0
      }

      .iti__flag.iti__fm {
         height: 11px;
         background-position: -1687px 0
      }

      .iti__flag.iti__fo {
         height: 15px;
         background-position: -1709px 0
      }

      .iti__flag.iti__fr {
         height: 14px;
         background-position: -1731px 0
      }

      .iti__flag.iti__ga {
         height: 15px;
         background-position: -1753px 0
      }

      .iti__flag.iti__gb {
         height: 10px;
         background-position: -1775px 0
      }

      .iti__flag.iti__gd {
         height: 12px;
         background-position: -1797px 0
      }

      .iti__flag.iti__ge {
         height: 14px;
         background-position: -1819px 0
      }

      .iti__flag.iti__gf {
         height: 14px;
         background-position: -1841px 0
      }

      .iti__flag.iti__gg {
         height: 14px;
         background-position: -1863px 0
      }

      .iti__flag.iti__gh {
         height: 14px;
         background-position: -1885px 0
      }

      .iti__flag.iti__gi {
         height: 10px;
         background-position: -1907px 0
      }

      .iti__flag.iti__gl {
         height: 14px;
         background-position: -1929px 0
      }

      .iti__flag.iti__gm {
         height: 14px;
         background-position: -1951px 0
      }

      .iti__flag.iti__gn {
         height: 14px;
         background-position: -1973px 0
      }

      .iti__flag.iti__gp {
         height: 14px;
         background-position: -1995px 0
      }

      .iti__flag.iti__gq {
         height: 14px;
         background-position: -2017px 0
      }

      .iti__flag.iti__gr {
         height: 14px;
         background-position: -2039px 0
      }

      .iti__flag.iti__gs {
         height: 10px;
         background-position: -2061px 0
      }

      .iti__flag.iti__gt {
         height: 13px;
         background-position: -2083px 0
      }

      .iti__flag.iti__gu {
         height: 11px;
         background-position: -2105px 0
      }

      .iti__flag.iti__gw {
         height: 10px;
         background-position: -2127px 0
      }

      .iti__flag.iti__gy {
         height: 12px;
         background-position: -2149px 0
      }

      .iti__flag.iti__hk {
         height: 14px;
         background-position: -2171px 0
      }

      .iti__flag.iti__hm {
         height: 10px;
         background-position: -2193px 0
      }

      .iti__flag.iti__hn {
         height: 10px;
         background-position: -2215px 0
      }

      .iti__flag.iti__hr {
         height: 10px;
         background-position: -2237px 0
      }

      .iti__flag.iti__ht {
         height: 12px;
         background-position: -2259px 0
      }

      .iti__flag.iti__hu {
         height: 10px;
         background-position: -2281px 0
      }

      .iti__flag.iti__ic {
         height: 14px;
         background-position: -2303px 0
      }

      .iti__flag.iti__id {
         height: 14px;
         background-position: -2325px 0
      }

      .iti__flag.iti__ie {
         height: 10px;
         background-position: -2347px 0
      }

      .iti__flag.iti__il {
         height: 15px;
         background-position: -2369px 0
      }

      .iti__flag.iti__im {
         height: 10px;
         background-position: -2391px 0
      }

      .iti__flag.iti__in {
         height: 14px;
         background-position: -2413px 0
      }

      .iti__flag.iti__io {
         height: 10px;
         background-position: -2435px 0
      }

      .iti__flag.iti__iq {
         height: 14px;
         background-position: -2457px 0
      }

      .iti__flag.iti__ir {
         height: 12px;
         background-position: -2479px 0
      }

      .iti__flag.iti__is {
         height: 15px;
         background-position: -2501px 0
      }

      .iti__flag.iti__it {
         height: 14px;
         background-position: -2523px 0
      }

      .iti__flag.iti__je {
         height: 12px;
         background-position: -2545px 0
      }

      .iti__flag.iti__jm {
         height: 10px;
         background-position: -2567px 0
      }

      .iti__flag.iti__jo {
         height: 10px;
         background-position: -2589px 0
      }

      .iti__flag.iti__jp {
         height: 14px;
         background-position: -2611px 0
      }

      .iti__flag.iti__ke {
         height: 14px;
         background-position: -2633px 0
      }

      .iti__flag.iti__kg {
         height: 12px;
         background-position: -2655px 0
      }

      .iti__flag.iti__kh {
         height: 13px;
         background-position: -2677px 0
      }

      .iti__flag.iti__ki {
         height: 10px;
         background-position: -2699px 0
      }

      .iti__flag.iti__km {
         height: 12px;
         background-position: -2721px 0
      }

      .iti__flag.iti__kn {
         height: 14px;
         background-position: -2743px 0
      }

      .iti__flag.iti__kp {
         height: 10px;
         background-position: -2765px 0
      }

      .iti__flag.iti__kr {
         height: 14px;
         background-position: -2787px 0
      }

      .iti__flag.iti__kw {
         height: 10px;
         background-position: -2809px 0
      }

      .iti__flag.iti__ky {
         height: 10px;
         background-position: -2831px 0
      }

      .iti__flag.iti__kz {
         height: 10px;
         background-position: -2853px 0
      }

      .iti__flag.iti__la {
         height: 14px;
         background-position: -2875px 0
      }

      .iti__flag.iti__lb {
         height: 14px;
         background-position: -2897px 0
      }

      .iti__flag.iti__lc {
         height: 10px;
         background-position: -2919px 0
      }

      .iti__flag.iti__li {
         height: 12px;
         background-position: -2941px 0
      }

      .iti__flag.iti__lk {
         height: 10px;
         background-position: -2963px 0
      }

      .iti__flag.iti__lr {
         height: 11px;
         background-position: -2985px 0
      }

      .iti__flag.iti__ls {
         height: 14px;
         background-position: -3007px 0
      }

      .iti__flag.iti__lt {
         height: 12px;
         background-position: -3029px 0
      }

      .iti__flag.iti__lu {
         height: 12px;
         background-position: -3051px 0
      }

      .iti__flag.iti__lv {
         height: 10px;
         background-position: -3073px 0
      }

      .iti__flag.iti__ly {
         height: 10px;
         background-position: -3095px 0
      }

      .iti__flag.iti__ma {
         height: 14px;
         background-position: -3117px 0
      }

      .iti__flag.iti__mc {
         height: 15px;
         background-position: -3139px 0
      }

      .iti__flag.iti__md {
         height: 10px;
         background-position: -3160px 0
      }

      .iti__flag.iti__me {
         height: 10px;
         background-position: -3182px 0
      }

      .iti__flag.iti__mf {
         height: 14px;
         background-position: -3204px 0
      }

      .iti__flag.iti__mg {
         height: 14px;
         background-position: -3226px 0
      }

      .iti__flag.iti__mh {
         height: 11px;
         background-position: -3248px 0
      }

      .iti__flag.iti__mk {
         height: 10px;
         background-position: -3270px 0
      }

      .iti__flag.iti__ml {
         height: 14px;
         background-position: -3292px 0
      }

      .iti__flag.iti__mm {
         height: 14px;
         background-position: -3314px 0
      }

      .iti__flag.iti__mn {
         height: 10px;
         background-position: -3336px 0
      }

      .iti__flag.iti__mo {
         height: 14px;
         background-position: -3358px 0
      }

      .iti__flag.iti__mp {
         height: 10px;
         background-position: -3380px 0
      }

      .iti__flag.iti__mq {
         height: 14px;
         background-position: -3402px 0
      }

      .iti__flag.iti__mr {
         height: 14px;
         background-position: -3424px 0
      }

      .iti__flag.iti__ms {
         height: 10px;
         background-position: -3446px 0
      }

      .iti__flag.iti__mt {
         height: 14px;
         background-position: -3468px 0
      }

      .iti__flag.iti__mu {
         height: 14px;
         background-position: -3490px 0
      }

      .iti__flag.iti__mv {
         height: 14px;
         background-position: -3512px 0
      }

      .iti__flag.iti__mw {
         height: 14px;
         background-position: -3534px 0
      }

      .iti__flag.iti__mx {
         height: 12px;
         background-position: -3556px 0
      }

      .iti__flag.iti__my {
         height: 10px;
         background-position: -3578px 0
      }

      .iti__flag.iti__mz {
         height: 14px;
         background-position: -3600px 0
      }

      .iti__flag.iti__na {
         height: 14px;
         background-position: -3622px 0
      }

      .iti__flag.iti__nc {
         height: 10px;
         background-position: -3644px 0
      }

      .iti__flag.iti__ne {
         height: 15px;
         background-position: -3666px 0
      }

      .iti__flag.iti__nf {
         height: 10px;
         background-position: -3686px 0
      }

      .iti__flag.iti__ng {
         height: 10px;
         background-position: -3708px 0
      }

      .iti__flag.iti__ni {
         height: 12px;
         background-position: -3730px 0
      }

      .iti__flag.iti__nl {
         height: 14px;
         background-position: -3752px 0
      }

      .iti__flag.iti__no {
         height: 15px;
         background-position: -3774px 0
      }

      .iti__flag.iti__np {
         height: 15px;
         background-position: -3796px 0
      }

      .iti__flag.iti__nr {
         height: 10px;
         background-position: -3811px 0
      }

      .iti__flag.iti__nu {
         height: 10px;
         background-position: -3833px 0
      }

      .iti__flag.iti__nz {
         height: 10px;
         background-position: -3855px 0
      }

      .iti__flag.iti__om {
         height: 10px;
         background-position: -3877px 0
      }

      .iti__flag.iti__pa {
         height: 14px;
         background-position: -3899px 0
      }

      .iti__flag.iti__pe {
         height: 14px;
         background-position: -3921px 0
      }

      .iti__flag.iti__pf {
         height: 14px;
         background-position: -3943px 0
      }

      .iti__flag.iti__pg {
         height: 15px;
         background-position: -3965px 0
      }

      .iti__flag.iti__ph {
         height: 10px;
         background-position: -3987px 0
      }

      .iti__flag.iti__pk {
         height: 14px;
         background-position: -4009px 0
      }

      .iti__flag.iti__pl {
         height: 13px;
         background-position: -4031px 0
      }

      .iti__flag.iti__pm {
         height: 14px;
         background-position: -4053px 0
      }

      .iti__flag.iti__pn {
         height: 10px;
         background-position: -4075px 0
      }

      .iti__flag.iti__pr {
         height: 14px;
         background-position: -4097px 0
      }

      .iti__flag.iti__ps {
         height: 10px;
         background-position: -4119px 0
      }

      .iti__flag.iti__pt {
         height: 14px;
         background-position: -4141px 0
      }

      .iti__flag.iti__pw {
         height: 13px;
         background-position: -4163px 0
      }

      .iti__flag.iti__py {
         height: 11px;
         background-position: -4185px 0
      }

      .iti__flag.iti__qa {
         height: 8px;
         background-position: -4207px 0
      }

      .iti__flag.iti__re {
         height: 14px;
         background-position: -4229px 0
      }

      .iti__flag.iti__ro {
         height: 14px;
         background-position: -4251px 0
      }

      .iti__flag.iti__rs {
         height: 14px;
         background-position: -4273px 0
      }

      .iti__flag.iti__ru {
         height: 14px;
         background-position: -4295px 0
      }

      .iti__flag.iti__rw {
         height: 14px;
         background-position: -4317px 0
      }

      .iti__flag.iti__sa {
         height: 14px;
         background-position: -4339px 0
      }

      .iti__flag.iti__sb {
         height: 10px;
         background-position: -4361px 0
      }

      .iti__flag.iti__sc {
         height: 10px;
         background-position: -4383px 0
      }

      .iti__flag.iti__sd {
         height: 10px;
         background-position: -4405px 0
      }

      .iti__flag.iti__se {
         height: 13px;
         background-position: -4427px 0
      }

      .iti__flag.iti__sg {
         height: 14px;
         background-position: -4449px 0
      }

      .iti__flag.iti__sh {
         height: 10px;
         background-position: -4471px 0
      }

      .iti__flag.iti__si {
         height: 10px;
         background-position: -4493px 0
      }

      .iti__flag.iti__sj {
         height: 15px;
         background-position: -4515px 0
      }

      .iti__flag.iti__sk {
         height: 14px;
         background-position: -4537px 0
      }

      .iti__flag.iti__sl {
         height: 14px;
         background-position: -4559px 0
      }

      .iti__flag.iti__sm {
         height: 15px;
         background-position: -4581px 0
      }

      .iti__flag.iti__sn {
         height: 14px;
         background-position: -4603px 0
      }

      .iti__flag.iti__so {
         height: 14px;
         background-position: -4625px 0
      }

      .iti__flag.iti__sr {
         height: 14px;
         background-position: -4647px 0
      }

      .iti__flag.iti__ss {
         height: 10px;
         background-position: -4669px 0
      }

      .iti__flag.iti__st {
         height: 10px;
         background-position: -4691px 0
      }

      .iti__flag.iti__sv {
         height: 12px;
         background-position: -4713px 0
      }

      .iti__flag.iti__sx {
         height: 14px;
         background-position: -4735px 0
      }

      .iti__flag.iti__sy {
         height: 14px;
         background-position: -4757px 0
      }

      .iti__flag.iti__sz {
         height: 14px;
         background-position: -4779px 0
      }

      .iti__flag.iti__ta {
         height: 10px;
         background-position: -4801px 0
      }

      .iti__flag.iti__tc {
         height: 10px;
         background-position: -4823px 0
      }

      .iti__flag.iti__td {
         height: 14px;
         background-position: -4845px 0
      }

      .iti__flag.iti__tf {
         height: 14px;
         background-position: -4867px 0
      }

      .iti__flag.iti__tg {
         height: 13px;
         background-position: -4889px 0
      }

      .iti__flag.iti__th {
         height: 14px;
         background-position: -4911px 0
      }

      .iti__flag.iti__tj {
         height: 10px;
         background-position: -4933px 0
      }

      .iti__flag.iti__tk {
         height: 10px;
         background-position: -4955px 0
      }

      .iti__flag.iti__tl {
         height: 10px;
         background-position: -4977px 0
      }

      .iti__flag.iti__tm {
         height: 14px;
         background-position: -4999px 0
      }

      .iti__flag.iti__tn {
         height: 14px;
         background-position: -5021px 0
      }

      .iti__flag.iti__to {
         height: 10px;
         background-position: -5043px 0
      }

      .iti__flag.iti__tr {
         height: 14px;
         background-position: -5065px 0
      }

      .iti__flag.iti__tt {
         height: 12px;
         background-position: -5087px 0
      }

      .iti__flag.iti__tv {
         height: 10px;
         background-position: -5109px 0
      }

      .iti__flag.iti__tw {
         height: 14px;
         background-position: -5131px 0
      }

      .iti__flag.iti__tz {
         height: 14px;
         background-position: -5153px 0
      }

      .iti__flag.iti__ua {
         height: 14px;
         background-position: -5175px 0
      }

      .iti__flag.iti__ug {
         height: 14px;
         background-position: -5197px 0
      }

      .iti__flag.iti__um {
         height: 11px;
         background-position: -5219px 0
      }

      .iti__flag.iti__un {
         height: 14px;
         background-position: -5241px 0
      }

      .iti__flag.iti__us {
         height: 11px;
         background-position: -5263px 0
      }

      .iti__flag.iti__uy {
         height: 14px;
         background-position: -5285px 0
      }

      .iti__flag.iti__uz {
         height: 10px;
         background-position: -5307px 0
      }

      .iti__flag.iti__va {
         height: 15px;
         background-position: -5329px 0
      }

      .iti__flag.iti__vc {
         height: 14px;
         background-position: -5346px 0
      }

      .iti__flag.iti__ve {
         height: 14px;
         background-position: -5368px 0
      }

      .iti__flag.iti__vg {
         height: 10px;
         background-position: -5390px 0
      }

      .iti__flag.iti__vi {
         height: 14px;
         background-position: -5412px 0
      }

      .iti__flag.iti__vn {
         height: 14px;
         background-position: -5434px 0
      }

      .iti__flag.iti__vu {
         height: 12px;
         background-position: -5456px 0
      }

      .iti__flag.iti__wf {
         height: 14px;
         background-position: -5478px 0
      }

      .iti__flag.iti__ws {
         height: 10px;
         background-position: -5500px 0
      }

      .iti__flag.iti__xk {
         height: 15px;
         background-position: -5522px 0
      }

      .iti__flag.iti__ye {
         height: 14px;
         background-position: -5544px 0
      }

      .iti__flag.iti__yt {
         height: 14px;
         background-position: -5566px 0
      }

      .iti__flag.iti__za {
         height: 14px;
         background-position: -5588px 0
      }

      .iti__flag.iti__zm {
         height: 14px;
         background-position: -5610px 0
      }

      .iti__flag.iti__zw {
         height: 10px;
         background-position: -5632px 0
      }

      .iti__flag {
         height: 15px;
         box-shadow: 0 0 1px 0 #888;
         background-image: url(../frameworks/public/images/flags.png);
         background-repeat: no-repeat;
         background-color: #dbdbdb;
         background-position: 20px 0
      }

      @media (-webkit-min-device-pixel-ratio:2),
      (min-resolution:192dpi) {
         .iti__flag {
            background-image: url(../frameworks/public/images/flags@2x.png)
         }
      }

      .iti__flag.iti__np {
         background-color: transparent
      }
  
      .pre-loader {
         position: fixed;
         width: 100%;
         height: 100%;
         left: 0;
         top: 0;
         background: #fff;
         z-index: 999999999
      }

      .pre-loader-wrap {
         display: flex;
         align-items: center;
         height: 100vh;
         justify-content: center
      }

      .pre-loader-content-box {
         text-align: center;
         max-width: 900px;
         width: 100%;
         margin: 0 auto;
         padding: 20px 15px
      }

      .pre-loader-logo {
         margin-bottom: 20px
      }

      .pre-loader-text {
         font-size: 50px;
         line-height: 1.3;
         color: #202122;
         font-weight: 700
      }

      .pre-loader-icon {
         margin: 40px 0 0
      }

      .newtons-cradle {
         width: 100px;
         display: flex;
         flex-flow: row nowrap;
         align-items: center;
         justify-content: space-between;
         margin: 0 auto
      }

      .newtons-cradle div {
         width: 20px;
         height: 20px;
         border-radius: 50%;
         background-color: #008080
      }

      .newtons-cradle div:nth-of-type(1) {
         transform: translateX(-100%);
         animation: left-swing .5s ease-in alternate infinite
      }

      .newtons-cradle div:nth-of-type(3) {
         transform: translateX(-95%);
         animation: right-swing .5s ease-out alternate infinite
      }

      @keyframes left-swing {

         100%,
         50% {
            transform: translateX(95%)
         }
      }

      @keyframes right-swing {
         50% {
            transform: translateX(-95%)
         }

         100% {
            transform: translateX(100%)
         }
      }

      @keyframes spin {
         to {
            transform: rotate(360deg)
         }
      }

      @media (max-width:1199px) {
         .pre-loader-content-box {
            max-width: 750px
         }

         .pre-loader-text {
            font-size: 40px
         }
      }

      @media (max-width:767px) {
         .pre-loader-text {
            font-size: 24px
         }
      }

      body {
         font-family: Montserrat, sans-serif;
         margin: 0;
         padding: 0;
         color: #202122;
         font-size: 14px
      }

      * {
         box-sizing: border-box;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
         -ms-box-sizing: border-box;
         padding: 0;
         margin: 0
      }

      .container {
         width: 100% !important;
         max-width: 1170px;
         margin: 0 auto
      }

      .container-2 {
         width: 100% !important;
         max-width: 1500px;
         margin: 0 auto;
         padding: 0 15px
      }

      a {
         -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
         transition: all .3s ease;
         -webkit-transition: all .3s ease-in-out;
         -moz-transition: all .3s ease-in-out;
         -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
         color: #fff;
         cursor: pointer
      }

      a:active,
      a:focus,
      a:hover {
         outline: 0;
         text-decoration: none
      }

      a:hover {
         color: #008080
      }

      ol,
      ul {
         list-style: none;
         padding: 0;
         margin: 0
      }

      li {
         display: inline
      }

      p {
         font: normal 14px/22px Montserrat, sans-serif;
         color: #6a6d6f
      }

      img {
         max-width: 100%;
         height: auto
      }

      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
         font-weight: 700
      }

      .pull-right {
         float: right !important
      }

      .pull-left {
         float: left !important
      }

      .no-padding {
         padding: 0 !important
      }

      .no-margin {
         margin: 0 !important
      }

      .clearfix {
         clear: both
      }

      .mt-0 {
         margin-top: 0 !important
      }

      .ml-0 {
         margin-left: 0 !important
      }

      .mr-0 {
         margin-right: 0 !important
      }

      .mb-0 {
         margin-bottom: 0 !important
      }

      .mt-10 {
         margin-top: 10px !important
      }

      .ml-10 {
         margin-left: 10px !important
      }

      .mr-10 {
         margin-right: 10px !important
      }

      .mb-10 {
         margin-bottom: 10px !important
      }

      .mt-20 {
         margin-top: 20px !important
      }

      .ml-20 {
         margin-left: 20px !important
      }

      .mr-20 {
         margin-right: 20px !important
      }

      .mb-20 {
         margin-bottom: 20px !important
      }

      .mt-30 {
         margin-top: 30px !important
      }

      .ml-30 {
         margin-left: 30px !important
      }

      .mr-30 {
         margin-right: 30px !important
      }

      .mb-30 {
         margin-bottom: 30px !important
      }

      .mt-40 {
         margin-top: 40px !important
      }

      .ml-40 {
         margin-left: 40px !important
      }

      .mr-40 {
         margin-right: 40px !important
      }

      .mb-40 {
         margin-bottom: 40px !important
      }

      .mt-50 {
         margin-top: 50px !important
      }

      .ml-50 {
         margin-left: 50px !important
      }

      .mr-50 {
         margin-right: 50px !important
      }

      .mb-50 {
         margin-bottom: 50px !important
      }

      .mt-60 {
         margin-top: 60px !important
      }

      .ml-60 {
         margin-left: 60px !important
      }

      .mr-60 {
         margin-right: 60px !important
      }

      .mb-60 {
         margin-bottom: 60px !important
      }

      .mt-70 {
         margin-top: 70px !important
      }

      .ml-70 {
         margin-left: 70px !important
      }

      .mr-70 {
         margin-right: 70px !important
      }

      .mb-70 {
         margin-bottom: 70px !important
      }

      .mt-80 {
         margin-top: 80px !important
      }

      .ml-80 {
         margin-left: 80px !important
      }

      .mr-80 {
         margin-right: 80px !important
      }

      .mb-80 {
         margin-bottom: 80px !important
      }

      .mt-90 {
         margin-top: 90px !important
      }

      .ml-90 {
         margin-left: 90px !important
      }

      .mr-90 {
         margin-right: 90px !important
      }

      .mb-90 {
         margin-bottom: 90px !important
      }

      .mt-100 {
         margin-top: 100px !important
      }

      .ml-100 {
         margin-left: 100px !important
      }

      .mr-100 {
         margin-right: 100px !important
      }

      .mb-100 {
         margin-bottom: 100px !important
      }

      .pt-0 {
         padding-top: 0 !important
      }

      .pl-0 {
         padding-left: 0 !important
      }

      .pr-0 {
         padding-right: 0 !important
      }

      .pb-0 {
         padding-bottom: 0 !important
      }

      .pt-10 {
         padding-top: 10px !important
      }

      .pl-10 {
         padding-left: 10px !important
      }

      .pr-10 {
         padding-right: 10px !important
      }

      .pb-10 {
         padding-bottom: 10px !important
      }

      .pt-20 {
         padding-top: 20px !important
      }

      .pl-20 {
         padding-left: 20px !important
      }

      .pr-20 {
         padding-right: 20px !important
      }

      .pb-20 {
         padding-bottom: 20px !important
      }

      .pt-30 {
         padding-top: 30px !important
      }

      .pl-30 {
         padding-left: 30px !important
      }

      .pr-30 {
         padding-right: 30px !important
      }

      .pb-30 {
         padding-bottom: 30px !important
      }

      .pt-40 {
         padding-top: 40px !important
      }

      .pl-40 {
         padding-left: 40px !important
      }

      .pr-40 {
         padding-right: 40px !important
      }

      .pb-40 {
         padding-bottom: 40px !important
      }

      .pt-50 {
         padding-top: 50px !important
      }

      .pl-50 {
         padding-left: 50px !important
      }

      .pr-50 {
         padding-right: 50px !important
      }

      .pb-50 {
         padding-bottom: 50px !important
      }

      .pt-60 {
         padding-top: 60px !important
      }

      .pl-60 {
         padding-left: 60px !important
      }

      .pr-60 {
         padding-right: 60px !important
      }

      .pb-60 {
         padding-bottom: 60px !important
      }

      .pt-70 {
         padding-top: 70px !important
      }

      .pl-70 {
         padding-left: 70px !important
      }

      .pr-70 {
         padding-right: 70px !important
      }

      .pb-70 {
         padding-bottom: 70px !important
      }

      .pt-80 {
         padding-top: 80px !important
      }

      .pl-80 {
         padding-left: 80px !important
      }

      .pr-80 {
         padding-right: 80px !important
      }

      .pb-80 {
         padding-bottom: 80px !important
      }

      .pt-90 {
         padding-top: 90px !important
      }

      .pl-90 {
         padding-left: 90px !important
      }

      .pr-90 {
         padding-right: 90px !important
      }

      .pb-90 {
         padding-bottom: 90px !important
      }

      .pt-100 {
         padding-top: 100px !important
      }

      .pl-100 {
         padding-left: 100px !important
      }

      .pr-100 {
         padding-right: 100px !important
      }

      .pb-100 {
         padding-bottom: 100px !important
      }

      .padding-60 {
         padding: 60px 0
      }

      .padding-120-60 {
         padding: 120px 0 60px
      }

      .padding-6030 {
         padding: 60px 0 30px
      }

      .padding-60-00 {
         padding: 60px 0 0
      }

      .padding-00-60 {
         padding: 0 0 60px
      }

      .padding-00-30 {
         padding: 0 0 30px
      }

      .o-hidden {
         overflow: hidden
      }

      .o-visible {
         overflow: visible
      }

      .z-index1 {
         z-index: 1
      }

      .z-index2 {
         z-index: 2
      }

      .z-index3 {
         z-index: 3
      }

      .z-index4 {
         z-index: 4
      }

      .z-index5 {
         z-index: 5
      }

      .z-index6 {
         z-index: 6
      }

      .z-index7 {
         z-index: 7
      }

      .z-index8 {
         z-index: 8
      }

      .z-index9 {
         z-index: 9
      }

      .z-index10 {
         z-index: 10
      }

      .opacity-01 {
         opacity: .1 !important
      }

      .opacity-015 {
         opacity: .15 !important
      }

      .opacity-02 {
         opacity: .2 !important
      }

      .opacity-025 {
         opacity: .25 !important
      }

      .opacity-03 {
         opacity: .3 !important
      }

      .opacity-035 {
         opacity: .35 !important
      }

      .opacity-04 {
         opacity: .4 !important
      }

      .opacity-045 {
         opacity: .45 !important
      }

      .opacity-05 {
         opacity: .5 !important
      }

      .opacity-055 {
         opacity: .55 !important
      }

      .opacity-06 {
         opacity: .6 !important
      }

      .opacity-065 {
         opacity: .65 !important
      }

      .opacity-07 {
         opacity: .7 !important
      }

      .opacity-075 {
         opacity: .75 !important
      }

      .opacity-08 {
         opacity: .8 !important
      }

      .opacity-085 {
         opacity: .85 !important
      }

      .opacity-09 {
         opacity: .9 !important
      }

      .opacity-095 {
         opacity: .95 !important
      }

      .opacity-1 {
         opacity: 1 !important
      }

      .p-absolute {
         position: absolute
      }

      .p-relative {
         position: relative
      }

      .overlay {
         position: absolute;
         top: 0;
         left: 0;
         background: #000;
         width: 100%;
         height: 100%
      }

      .btn-custome {
         background: #008080 !important;
         box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .2) !important;
         color: #fff !important;
         padding: 15px 25px;
         border-radius: 5px !important;
         line-height: 1;
         font-size: 14px;
         display: inline-flex;
         position: relative;
         border: none
      }

      .btn-custome:focus,
      .btn-custome:hover {
         background: #343535 !important;
         box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15) !important
      }

      .btn-custome.btn-lg {
         padding: 15px 40px;
         font-size: 20px
      }

      .btn-custome-small {
         padding: 10px 20px
      }

      ::-webkit-input-placeholder {
         opacity: 1
      }

      ::-moz-placeholder {
         opacity: 1
      }

      :-ms-input-placeholder {
         opacity: 1
      }

      :-moz-placeholder {
         opacity: 1
      }

      .rounded10 {
         border-radius: 10px !important
      }

      .box-shadow {
         -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
         -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
         box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
      }

      .m-height-450 .mhbox {
         min-height: 450px
      }

      .m-height-380 .mhbox {
         min-height: 380px
      }

      .m-height-340 .mhbox {
         min-height: 340px
      }

      .m-height-320 .mhbox {
         min-height: 320px
      }

      .m-height-300 .mhbox {
         min-height: 300px
      }

      .m-height-280 .mhbox {
         min-height: 280px
      }

      .m-height-260 .mhbox {
         min-height: 260px
      }

      .m-height-240 .mhbox {
         min-height: 240px
      }

      .m-height-220 .mhbox {
         min-height: 220px
      }

      .m-height-170 .mhbox {
         min-height: 170px
      }

      .m-height-150 .mhbox {
         min-height: 150px
      }

      .m-height-130 .mhbox {
         min-height: 130px
      }

      body.overflow-hidden {
         overflow: hidden
      }

      .waves-effect {
         position: relative;
         cursor: pointer;
         display: inline-block;
         overflow: hidden;
         -webkit-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
         -webkit-tap-highlight-color: transparent;
         vertical-align: middle;
         z-index: 1;
         will-change: opacity, transform;
         -webkit-transition: all .3s ease-out;
         -moz-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
         -ms-transition: all .3s ease-out;
         transition: all .3s ease-out
      }

      .waves-effect .waves-ripple {
         position: absolute;
         border-radius: 50%;
         width: 20px;
         height: 20px;
         margin-top: -10px;
         margin-left: -10px;
         opacity: 0;
         background: rgba(0, 0, 0, .2);
         -webkit-transition: all .7s ease-out;
         -moz-transition: all .7s ease-out;
         -o-transition: all .7s ease-out;
         -ms-transition: all .7s ease-out;
         transition: all .7s ease-out;
         -webkit-transition-property: -webkit-transform, opacity;
         -moz-transition-property: -moz-transform, opacity;
         -o-transition-property: -o-transform, opacity;
         transition-property: transform, opacity;
         -webkit-transform: scale(0);
         -moz-transform: scale(0);
         -ms-transform: scale(0);
         -o-transform: scale(0);
         transform: scale(0);
         pointer-events: none
      }

      .waves-effect.waves-light .waves-ripple {
         background-color: rgba(255, 255, 255, .45)
      }

      .waves-effect.waves-red .waves-ripple {
         background-color: rgba(244, 67, 54, .7)
      }

      .waves-effect.waves-yellow .waves-ripple {
         background-color: rgba(255, 235, 59, .7)
      }

      .waves-effect.waves-orange .waves-ripple {
         background-color: rgba(255, 152, 0, .7)
      }

      .waves-effect.waves-purple .waves-ripple {
         background-color: rgba(156, 39, 176, .7)
      }

      .waves-effect.waves-green .waves-ripple {
         background-color: rgba(76, 175, 80, .7)
      }

      .waves-effect.waves-teal .waves-ripple {
         background-color: rgba(0, 150, 136, .7)
      }

      .waves-notransition {
         -webkit-transition: none !important;
         -moz-transition: none !important;
         -o-transition: none !important;
         -ms-transition: none !important;
         transition: none !important
      }

      .waves-circle {
         -webkit-transform: translateZ(0);
         -moz-transform: translateZ(0);
         -ms-transform: translateZ(0);
         -o-transform: translateZ(0);
         transform: translateZ(0);
         -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%)
      }

      .waves-input-wrapper {
         border-radius: .2em;
         vertical-align: bottom
      }

      .waves-input-wrapper .waves-button-input {
         position: relative;
         top: 0;
         left: 0;
         z-index: 1
      }

      .waves-circle {
         text-align: center;
         width: 2.5em;
         height: 2.5em;
         line-height: 2.5em;
         border-radius: 50%;
         -webkit-mask-image: none
      }

      .waves-block {
         display: block
      }

      a.waves-effect .waves-ripple {
         z-index: -1
      }

      .title {
         width: 100%;
         text-align: center;
         margin-bottom: 50px
      }

      .title span {
         font-size: 16px;
         font-weight: 500;
         color: #008080
      }

      .title p {
         max-width: 900px;
         margin: 15px auto 0
      }

      .title h2 {
         font-size: 34px;
         line-height: 1.3;
         margin: 0;
         color: #202122
      }

      .title.white_title span {
         background: #fff
      }

      .title.white_title {
         position: relative;
         z-index: 9
      }

      .title.white_title p {
         color: #fff
      }

      .title.white_title h2 {
         -webkit-text-fill-color: #fff;
         margin-top: 5px
      }

      .title2 {
         width: 100%;
         float: left
      }

      .title2 p {
         font: 500 16px/20px Lora;
         margin: 0;
         color: #333
      }

      .title2 h2 {
         font-size: 32px;
         font-weight: 800;
         line-height: 36px;
         margin: 3px 0 20px;
         position: relative;
         padding-bottom: 10px
      }

      section {
         width: 100%
      }

      header.white-bg {
         top: -51px;
         transition: all .3s ease
      }

      header {
         width: 100%;
         position: fixed;
         top: 0;
         left: 0;
         transition: all .3s ease;
         z-index: 99999
      }

      .mobile_menu {
         display: none
      }

      #share_btn {
         font-size: 22px;
         display: none;
         position: absolute;
         right: 15px;
         top: 13px;
         z-index: 999;
         color: #202122 !important;
         cursor: pointer
      }

      #estimate-mobile-btn {
         position: absolute;
         right: 15px;
         top: 8px;
         z-index: 999;
         cursor: pointer;
         padding: 10px 15px;
         border-radius: 50px;
         display: none
      }

      #estimate-mobile-btn .fas {
         margin: 0 4px 0 0;
         font-size: 15px
      }

      #top {
         width: 100%;
         background: #202122;
         padding: 6px 0
      }

      .header_social {
         display: inline-block
      }

      .header_contact {
         display: inline-block;
         color: #fff;
         font-size: 14px
      }

      .header_contact li {
         padding: 0 25px;
         position: relative;
         display: inline-flex;
         align-items: center
      }

      .header_contact li:last-child {
         border: none
      }

      .header_social li a {
         width: 33px;
         height: 33px;
         background: #0d0d0e;
         display: -webkit-inline-box;
         display: -webkit-inline-flex;
         display: -ms-inline-flexbox;
         display: inline-flex;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -ms-flex-pack: center;
         justify-content: center;
         border-radius: 50%;
         margin: 1px;
         color: #fff;
         font-size: 14px
      }

      .header_social li:last-child a {
         margin-right: 0
      }

      .header_social li a span {
         font-size: 0
      }

      #top p {
         margin: 0 10px 0 0;
         color: #fff
      }

      .header_contact li:first-child {
         padding-left: 0
      }

      .header_contact li:first-child:before {
         content: '';
         width: 1px;
         height: 8px;
         background: #fff;
         opacity: .3;
         position: absolute;
         top: 50%;
         right: 0;
         transform: translateY(-50%)
      }

      .header_contact li a {
         font-size: 13px
      }

      .header_contact li i {
         color: #008080;
         font-size: 24px;
         margin-right: 10px
      }

      .header_social li a:hover {
         background: #fff;
         color: #000
      }

      .main-navbar-wrap {
         position: relative;
         -webkit-transition: all .3s ease-in-out;
         -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
         transition: all .3s ease-in-out
      }

      .navbar-header {
         padding: 8px 0
      }

      .main-navbar {
         width: 100%;
         max-width: 1350px;
         margin: 0 auto;
         border-radius: 0 0 5px 5px;
         background: #fff;
         box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
         -webkit-transition: all .3s ease-in-out;
         -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
         transition: all .3s ease-in-out
      }

      .main-navbar-wrap.fullwidth {
         max-width: 100%;
         border-radius: 0;
         background-color: #fff
      }

      .main-navbar-wrap.fullwidth .main-navbar {
         box-shadow: none
      }

      nav.navbar {
         width: 100%;
         max-width: 1170px;
         margin: 0 auto;
         position: static;
         padding: 0 15px;
         min-height: inherit;
         border: 0
      }

      .navbar-header img {
         width: 230px
      }

      .navbar-nav {
         flex-direction: row;
         align-items: center
      }

      .main-navbar .navbar-nav>li {
         padding: 0 12px;
         line-height: 88px;
         position: relative;
         display: inline-block
      }

      .main-navbar .navbar-nav>li.megamenumain {
         position: static
      }

      .main-navbar .navbar-nav>li:last-child {
         padding-right: 0;
         line-height: inherit;
         display: inline-flex;
         vertical-align: middle
      }

      .main-navbar .navbar-nav>li:last-child a {
         line-height: 1
      }

      .main-navbar .navbar-nav>li:first-child {
         padding-left: 0
      }

      .main-navbar .navbar-nav>li>a {
         color: #333;
         font-weight: 500
      }

      .main-navbar .navbar-nav>li.active>a,
      .main-navbar .navbar-nav>li>a:hover {
         color: #008080
      }

      .sub-menu-normal {
         display: none;
         position: absolute;
         top: 99%;
         background-color: #fff;
         width: 240px;
         left: 0;
         padding: 10px 0;
         border-radius: 0 0 10px 10px;
         -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .15);
         -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .15);
         box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .15)
      }

      .sub-menu-normal>li {
         display: block;
         line-height: 1;
         padding: 12px 20px
      }

      .sub-menu-normal>li>a {
         color: #202122;
         position: relative;
         padding-left: 15px
      }

      .sub-menu-normal>li>a:before {
         content: "\f105";
         color: #202122;
         font-family: "Font Awesome 5 Free";
         font-size: 16px;
         font-weight: 600;
         position: absolute;
         left: 0;
         top: 0;
         -webkit-transition: all .3s ease-in-out;
         -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
         transition: all .3s ease-in-out
      }

      .sub-menu-normal>li>a:focus,
      .sub-menu-normal>li>a:hover {
         color: #008080;
         padding-left: 20px
      }

      .sub-menu-normal>li>a:focus:before,
      .sub-menu-normal>li>a:hover:before {
         left: 5px;
         color: #008080
      }

      .sub-menu-wrap {
         display: none;
         position: absolute;
         left: 0;
         right: 0;
         top: 100%;
         background-color: #fff;
         -webkit-box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .3);
         -moz-box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .3);
         box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .3)
      }

      .sub-menu {
         max-width: 1350px;
         width: 100%;
         margin: 0 auto
      }

      .sub-menu>li {
         width: 25%;
         float: left;
         line-height: 1
      }

      .mainmenuicon {
         padding-right: 10px
      }

      .mainmenuicon svg {
         width: 60px;
         height: 60px;
         fill: #202122;
         -webkit-transition: all .3s ease-in-out;
         -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
         transition: all .3s ease-in-out
      }

      .mainmenuicon svg circle,
      .mainmenuicon svg ellipse,
      .mainmenuicon svg line,
      .mainmenuicon svg path,
      .mainmenuicon svg polygon,
      .mainmenuicon svg rect {
         fill: #202122
      }

      .sub-menu>li>a {
         display: flex;
         align-items: center;
         color: #202122;
         font-size: 18px;
         padding: 20px 10px 20px 15px;
         font-weight: 500;
         border-bottom: 1px solid #202122;
         transition: inherit
      }

      .solution-menu .sub-menu>li>a {
         pointer-events: none
      }

      .sub-menu>li.active>a,
      .sub-menu>li>a:hover {
         color: #fff;
         background-color: #008080;
         border-bottom: 1px solid #008080
      }

      .sub-menu>li.active>a .mainmenuicon svg circle,
      .sub-menu>li.active>a .mainmenuicon svg ellipse,
      .sub-menu>li.active>a .mainmenuicon svg line,
      .sub-menu>li.active>a .mainmenuicon svg path,
      .sub-menu>li.active>a .mainmenuicon svg polygon,
      .sub-menu>li.active>a .mainmenuicon svg rect,
      .sub-menu>li>a:hover .mainmenuicon svg circle,
      .sub-menu>li>a:hover .mainmenuicon svg ellipse,
      .sub-menu>li>a:hover .mainmenuicon svg line,
      .sub-menu>li>a:hover .mainmenuicon svg path,
      .sub-menu>li>a:hover .mainmenuicon svg polygon,
      .sub-menu>li>a:hover .mainmenuicon svg rect {
         fill: #fff
      }

      .sub-level2 {
         padding: 10px 20px
      }

      .sub-level2>li {
         display: block;
         padding: 10px 0;
         line-height: 1.3
      }

      .submenuicon {
         padding-right: 15px
      }

      .submenuicon svg {
         width: 30px;
         height: 30px;
         -webkit-transition: all .3s ease-in-out;
         -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
         transition: all .3s ease-in-out
      }

      .sub-level2>li>a {
         color: #202122;
         font-size: 14px;
         display: flex;
         align-items: center;
         -webkit-transition: all .3s ease-in-out;
         -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
         transition: all .3s ease-in-out
      }

      .sub-level2>li>a:hover {
         color: #008080
      }

      .sub-level2>li>a .submenuicon svg circle,
      .sub-level2>li>a .submenuicon svg ellipse,
      .sub-level2>li>a .submenuicon svg line,
      .sub-level2>li>a .submenuicon svg path,
      .sub-level2>li>a .submenuicon svg polygon,
      .sub-level2>li>a .submenuicon svg rect {
         fill: #202122
      }

      .sub-level2>li>a:hover .submenuicon svg circle,
      .sub-level2>li>a:hover .submenuicon svg ellipse,
      .sub-level2>li>a:hover .submenuicon svg line,
      .sub-level2>li>a:hover .submenuicon svg path,
      .sub-level2>li>a:hover .submenuicon svg polygon,
      .sub-level2>li>a:hover .submenuicon svg rect {
         fill: #008080
      }

      .megactasection {
         background-color: #202122;
         padding: 25px 25px;
         display: flex
      }

      .megactapwrap {
         max-width: 1350px;
         width: 100%;
         margin: 0 auto
      }

      .megatext {
         display: inline-flex;
         align-items: center
      }

      .megatext .big {
         font-size: 38px;
         font-weight: 600;
         color: #fff;
         padding-right: 10px
      }

      .megatext span {
         font-size: 28px;
         color: #008080;
         font-weight: 400;
         padding: 0 5px
      }

      .megatext a {
         font-size: 22px;
         font-weight: 500
      }

      .megactasection .or {
         color: #fff;
         font-size: 22px;
         font-weight: 500
      }

      .megactasection .btn-custome {
         border: 0;
         padding: 23px 35px;
         font-size: 18px
      }

      .cd-primary-nav .see-all a {
         color: #e56f22
      }

      .cd-primary-nav a .icon {
         width: 22px;
         display: inline-block;
         vertical-align: top;
         margin-right: 5px
      }

      .cd-primary-nav a .icon svg circle,
      .cd-primary-nav a .icon svg ellipse,
      .cd-primary-nav a .icon svg line,
      .cd-primary-nav a .icon svg path,
      .cd-primary-nav a .icon svg polygon,
      .cd-primary-nav a .icon svg rect {
         fill: #fff
      }

      .cd-primary-nav a:hover .icon svg circle,
      .cd-primary-nav a:hover .icon svg ellipse,
      .cd-primary-nav a:hover .icon svg line,
      .cd-primary-nav a:hover .icon svg path,
      .cd-primary-nav a:hover .icon svg polygon,
      .cd-primary-nav a:hover .icon svg rect {
         fill: #008080
      }

      .cd-primary-nav a.estimate_btn:hover {
         color: #e97223 !important
      }

      .accessible-megamenu {
         position: static;
         display: block;
         list-style: none;
         margin: 0;
         padding: 0
      }

      .accessible-megamenu h2,
      .accessible-megamenu h3,
      .accessible-megamenu h4 {
         font-size: 1em;
         display: inline;
         margin: 0;
         padding: 0;
         line-height: inherit
      }

      .accessible-megamenu .accessible-megamenu-top-nav-item {
         position: relative
      }

      .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded] {
         position: relative;
         text-decoration: none;
         z-index: inherit
      }

      .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded]:focus,
      .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded]:hover {
         outline-offset: -1px
      }

      .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded].open,
      .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded]:focus,
      .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded]:hover {
         margin-left: 0;
         z-index: 1002
      }

      .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded].open {
         padding-bottom: 2px
      }

      .accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-expanded] {
         border-bottom-left-radius: 3px
      }

      .accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-expanded].open {
         border-bottom-left-radius: 0;
         border-left: 1px solid #b3b3b3;
         border-left-color: rgba(0, 0, 0, .3);
         left: -1px;
         margin-right: -1px
      }

      .accessible-megamenu .accessible-megamenu-panel {
         position: absolute;
         display: block;
         left: 0;
         margin: 0;
         line-height: normal;
         cursor: default;
         visibility: hidden;
         top: -9999em;
         max-height: 0;
         overflow: hidden;
         opacity: 0;
         -webkit-transition: opacity 250ms ease 250ms, max-height .5s ease, visibility 0s linear .5s, top 0s linear .5s;
         -moz-transition: opacity 250ms ease 250ms, max-height .5s ease, visibility 0s linear .5s, top 0s linear .5s;
         -ms-transition: opacity 250ms ease 250ms, max-height .5s ease, visibility 0s linear .5s, top 0s linear .5s;
         -o-transition: opacity 250ms ease 250ms, max-height .5s ease, visibility 0s linear .5s, top 0s linear .5s;
         transition: opacity 250ms ease 250ms, max-height .5s ease, visibility 0s linear .5s, top 0s linear .5s
      }

      .accessible-megamenu .accessible-megamenu-panel.open {
         visibility: visible;
         top: 88px;
         max-height: 600px;
         opacity: 1;
         z-index: 1001;
         -webkit-transition: opacity 250ms ease, max-height .5s ease, visibility 0s linear 0s, top 0s linear 0s;
         -moz-transition: opacity 250ms ease, max-height .5s ease, visibility 0s linear 0s, top 0s linear 0s;
         -ms-transition: opacity 250ms ease, max-height .5s ease, visibility 0s linear 0s, top 0s linear 0s;
         -o-transition: opacity 250ms ease, max-height .5s ease, visibility 0s linear 0s, top 0s linear 0s;
         transition: opacity 250ms ease, max-height .5s ease, visibility 0s linear 0s, top 0s linear 0s
      }

      .accessible-megamenu .accessible-megamenu-panel.cols-4 {
         width: 100%
      }

      .accessible-megamenu .accessible-megamenu-panel.cols-4>ol>li {
         width: 22%
      }

      .accessible-megamenu .accessible-megamenu-panel.cols-4b {
         width: 878px;
         left: -6.462em;
         border-top-left-radius: 3px
      }

      .accessible-megamenu .accessible-megamenu-panel.cols-4b>ol>li {
         width: 22%
      }

      .accessible-megamenu .accessible-megamenu-panel.cols-3 {
         width: 724px
      }

      .accessible-megamenu .accessible-megamenu-panel.cols-3>ol>li {
         width: 30%
      }

      .accessible-megamenu .accessible-megamenu-panel.cols-1 {
         width: 615px
      }

      .accessible-megamenu .accessible-megamenu-panel.cols-1>ol>li {
         width: auto
      }

      .accessible-megamenu .accessible-megamenu-panel ol {
         display: block;
         list-style: none;
         margin: 0;
         padding: 0
      }

      .accessible-megamenu .accessible-megamenu-panel ol>li {
         position: relative;
         list-style: none;
         margin: 0;
         padding: 0
      }

      .accessible-megamenu .accessible-megamenu-panel>ol>li {
         float: left;
         display: block;
         margin-right: 1em;
         margin-bottom: 1em;
         padding-left: 1em;
         border-left: 1px solid rgba(0, 0, 0, .3);
         box-shadow: inset 1px 0 0 #fff
      }

      .accessible-megamenu .accessible-megamenu-panel>ol>li:first-of-type {
         padding-left: 0;
         border-left: none;
         box-shadow: none
      }

      .accessible-megamenu .accessible-megamenu-panel>p {
         color: #454545;
         font-size: 1.2em;
         line-height: 1.1em
      }

      .accessible-megamenu .accessible-megamenu-panel>ol>li>h3>a {
         font-weight: 700;
         color: #454545;
         font-size: 1.2em;
         margin-bottom: 6px;
         padding-top: .4em;
         padding-bottom: 0;
         line-height: 1.1em
      }

      .accessible-megamenu .accessible-megamenu-panel ol ol>li>a {
         width: auto;
         text-indent: -2.333em;
         padding-left: 2.333em
      }

      .accessible-megamenu .accessible-megamenu-panel hr {
         border-width: 1px 0;
         border-style: solid;
         border-top-color: rgba(0, 0, 0, .3);
         border-bottom-color: #fff
      }

      .top-left-part a {
         display: flex;
         align-items: center
      }

      .top-left-part a:hover {
         opacity: .8;
         color: #fff
      }

      .top-left-part .star {
         line-height: 1;
         padding: 0 10px
      }

      .top-left-part .star+strong {
         padding-right: 5px;
         font-weight: 600
      }

      .top-right-part span {
         color: #fff
      }

      .top-right-part .or {
         padding: 0 10px
      }

      .top-right-part a {
         margin-left: 10px
      }

      .top-right-part .head-requet-btn {
         padding: 6px 15px 6px 10px;
         margin-left: 0;
         background-color: #343535;
         border-radius: 30px
      }

      .top-right-part .head-requet-btn img {
         margin-right: 10px;
         border-radius: 30px
      }

      .top-right-part .head-requet-btn:hover {
         background-color: #008080;
         color: #fff
      }

      .estimate_btn {
         background: #008080;
         box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .2);
         color: #fff !important;
         padding: 15px 25px;
         border-radius: 5px;
         line-height: 1;
         vertical-align: unset;
         font-size: 14px;
         display: inline-flex;
         position: relative
      }

      .estimate_btn:focus,
      .estimate_btn:hover {
         background: #343535;
         box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
      }

      .get_quote {
         position: fixed;
         right: -50px;
         top: 200px;
         background: #008080;
         z-index: 1001;
         font-size: 18px;
         color: #fff !important;
         font-weight: 500;
         padding: 10px 20px;
         border-radius: 5px 5px 0 0;
         letter-spacing: 1px;
         -webkit-transform: rotate(-90deg);
         -ms-transform: rotate(-90deg);
         transform: rotate(-90deg);
         cursor: pointer
      }

      .get_quote:focus,
      .get_quote:hover {
         background: #343535;
         box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
      }

      .banner {
         margin-top: 50px;
         position: relative;
         z-index: 9;
         min-height: 800px;
         overflow: hidden
      }

      .tenc-intro-main__wrapper {
         width: 100%;
         height: 100%;
         position: absolute;
         top: 0;
         left: 0;
         display: flex;
         align-items: center;
         background: linear-gradient(90deg, #008080f7, #008080 40%, #0080808a 70%, #00808036);
         z-index: 999
      }

      .tenc-intro-main__wrapper h1 {
         font-size: 60px;
         color: #fff;
         margin: 0 0 30px
      }

      .font-semibold {
         font-weight: 600
      }

      .tenc-intro-main__wrapper h2 {
         font-size: 36px;
         color: #fff;
         margin: 0 0 30px;
         font-weight: 500
      }

      .tenc-intro-main__wrapper p {
         color: #fff;
         font-size: 24px;
         line-height: 1.5;
         margin-bottom: 50px
      }

      .tenc-intro-main__wrapper a {
         background: #343535 !important;
         margin-right: 10px;
         font-size: 18px;
         text-transform: uppercase
      }

      .tenc-intro-main__wrapper .or {
         color: #ffff;
         font-size: 20px;
         margin: 0 10px 12px 0;
         vertical-align: middle;
         display: inline-block
      }

      .video {
         max-height: 800px;
         min-height: 800px
      }

      .video video {
         position: absolute;
         top: 0;
         left: 0;
         min-width: 100%;
         min-height: 100%;
         width: auto !important;
         height: auto !important;
         z-index: 0
      }

      .video .mejs__overlay-button {
         display: none
      }

      .video img {
         width: 100%;
         height: 100%;
         min-height: 800px;
         object-fit: cover
      }

      #carouselExampleSlidesOnly {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         z-index: 999;
         display: flex
      }

      #carouselExampleSlidesOnly .carousel-inner {
         height: 100%
      }

      #carouselExampleSlidesOnly .carousel-caption {
         top: 0;
         left: 0;
         right: 0;
         height: 100%;
         display: flex;
         align-content: center;
         justify-content: center;
         flex-wrap: wrap;
         width: 100%
      }

      #carouselExampleSlidesOnly .carousel-caption h1 {
         font-size: 48px;
         margin-bottom: 30px;
         width: 100%
      }

      #carouselExampleSlidesOnly .carousel-caption p {
         color: #fff;
         font-size: 18px;
         line-height: 1.5;
         margin-bottom: 30px;
         width: 100%
      }

      #carouselExampleSlidesOnly .carousel-caption .btn-custome {
         font-size: 18px;
         padding: 12px 25px
      }

      #carouselExampleSlidesOnly .carousel-caption .btn-custome:focus,
      #carouselExampleSlidesOnly .carousel-caption .btn-custome:hover {
         background: #fff !important;
         color: #000 !important
      }

      #carouselExampleSlidesOnly .carousel-inner .carousel-item {
         width: 100%;
         height: 100%;
         align-items: center;
         justify-content: center;
         top: 0;
         left: 0
      }

      #carouselExampleSlidesOnly .carousel-inner .carousel-item.active {
         display: flex
      }

      .scrollmobilebanner .bannerfixedimagewidth {
         bottom: -200px;
         position: relative
      }

      .bannerfixedscrollimagewrap {
         display: inline-block;
         vertical-align: top;
         position: relative;
         overflow: hidden
      }

      .bannerfixedscrollimagewrap>img {
         position: relative;
         z-index: 1
      }

      .scrollbannerinnerimg {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         z-index: 0;
         padding: 5% 6% 5%;
         overflow: hidden;
         border-radius: 70px
      }

      .scrollmobilebanner.active .scrollbannerinnerimg img {
         -webkit-animation-duration: 6s;
         animation-duration: 6s;
         -webkit-animation-name: bannermobilescroll;
         animation-name: bannermobilescroll;
         -webkit-animation-timing-function: cubic-bezier(1, .010, .305, .9);
         animation-timing-function: cubic-bezier(1, .010, .305, .9);
         -webkit-animation-direction: alternate;
         animation-direction: alternate;
         animation-delay: 1s;
         -webkit-animation-delay: 1s
      }

      @keyframes bannermobilescroll {
         10% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
         }

         50% {
            -webkit-transform: translateY(-29%);
            -ms-transform: translateY(-32%);
            transform: translateY(-32%)
         }

         90% {
            -webkit-transform: translateY(calc(-100% + 30vw));
            -ms-transform: translateY(calc(-100% + 30vw));
            transform: translateY(calc(-100% + 30vw))
         }

         100% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
         }
      }

      @-webkit-keyframes bannermobilescroll {
         10% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
         }

         50% {
            -webkit-transform: translateY(-29%);
            -ms-transform: translateY(-32%);
            transform: translateY(-32%)
         }

         90% {
            -webkit-transform: translateY(calc(-100% + 30vw));
            -ms-transform: translateY(calc(-100% + 30vw));
            transform: translateY(calc(-100% + 30vw))
         }

         100% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
         }
      }

      .brand-logo {
         position: relative;
         margin-top: -60px;
         z-index: 9
      }

      .brands_logo {
         width: 100%;
         background: #fff;
         border-radius: 5px;
         overflow: hidden;
         padding: 10px 0;
         -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
         -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
         box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
         opacity: 0;
         visibility: hidden;
         transition: opacity .5s ease;
         -webkit-transition: opacity .5s ease
      }

      .brands_logo {
         visibility: visible;
         opacity: 1
      }

      .brands_logo .owl-item {
         float: left;
         padding: 10px 20px
      }

      .brands_logo .slick-slide {
         padding: 10px 20px
      }

      .brands_logo img {
         display: block;
         margin: 0 auto
      }

      .brands_logo .owl-nav {
         display: none
      }

      .brands_logo div {
         -ms-flex: 0 0 20%;
         flex: 0 0 20%;
         max-width: 20%
      }

      .about {
         padding: 60px 0;
         position: relative
      }

      .about-bg-section {
         position: absolute;
         left: 0;
         top: -74px;
         bottom: 0;
         height: calc(100% + 74px);
         width: 25.0133%;
         background-repeat: no-repeat;
         background-size: cover
      }

      .about-bg-section:before {
         content: "";
         display: block;
         position: absolute;
         top: 0;
         bottom: 0;
         left: 0;
         right: 0;
         background-color: rgba(248, 249, 250, .5);
         z-index: 1
      }

      .about-bg-section .container {
         position: relative;
         z-index: 1
      }

      .video-area-wrapper {
         position: relative;
         width: 100%;
         border-radius: 30px;
         overflow: hidden
      }

      .video-area-wrapper img {
         width: 100%;
         object-fit: cover;
         max-width: 100%;
         margin: 0 auto
      }

      .about .video-area-wrapper img {
         border: 10px solid #fff;
         border-radius: 30px
      }

      .video-area-wrapper .hover {
         width: 100%;
         height: 100%;
         position: absolute;
         top: 0;
         left: 0;
         display: flex;
         align-items: center;
         justify-content: center
      }

      .video-play-btn {
         width: 80px;
         height: 80px;
         position: relative;
         z-index: 1;
         display: flex;
         line-height: 1;
         align-items: center;
         justify-content: center;
         font-size: 24px;
         background-color: #fff;
         border-radius: 50%;
         color: #008080
      }

      .video-play-btn:before {
         content: "";
         position: absolute;
         z-index: 0;
         left: 50%;
         top: 50%;
         -ms-transform: translateX(-50%) translateY(-50%);
         -webkit-transform: translateX(-50%) translateY(-50%);
         transform: translateX(-50%) translateY(-50%);
         display: block;
         width: 80px;
         height: 80px;
         background: #fff;
         border-radius: 50%;
         -webkit-animation: pulse-border 1.5s infinite;
         animation: pulse-border 1.5s infinite;
         z-index: -1
      }

      .about .title {
         margin-bottom: 25px;
         position: relative;
         padding-bottom: 30px
      }

      .about .title h2 {
         font-weight: 600
      }

      .about .title:before {
         content: "";
         display: block;
         position: absolute;
         bottom: 0;
         left: 0;
         width: 50px;
         height: 10px;
         background-color: #008080
      }

      .about h3 {
         font-weight: 500;
         font-size: 28px
      }

      .about p {
         margin-bottom: 25px
      }

      .about p:last-child {
         margin-bottom: 0
      }

      @-webkit-keyframes pulse-border {
         0% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            opacity: 1
         }

         100% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
            opacity: 0
         }
      }

      @-moz-keyframes pulse-border {
         0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            opacity: 1
         }

         100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
            opacity: 0
         }
      }

      @-o-keyframes pulse-border {
         0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            opacity: 1
         }

         100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
            opacity: 0
         }
      }

      @keyframes pulse-border {
         0% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            opacity: 1
         }

         100% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
            opacity: 0
         }
      }

      .counter-section {
         width: 100%;
         display: flex;
         align-items: center;
         justify-content: space-between;
         margin-top: 60px
      }

      .about .counter-section {
         padding-left: 110px
      }

      .counter-section li {
         display: flex;
         align-items: center;
         width: 100%;
         padding: 0 20px;
         position: relative
      }

      .counter-section li:last-child:before {
         background: 0 0
      }

      .counter-section li img {
         width: 50px;
         margin-right: 20px
      }

      .counter_text {
         position: relative;
         display: flex;
         flex-wrap: wrap;
         align-items: center
      }

      .counter_text p {
         width: 100%;
         margin: 0
      }

      .counter_text i {
         margin-left: 5px
      }

      .counter_text .counter {
         font-size: 36px;
         color: #202122;
         font-weight: 600
      }

      .counter-section li:before {
         content: '';
         width: 1px;
         height: 60%;
         position: absolute;
         top: 50%;
         right: 0;
         transform: translateY(-50%);
         background: #dddfe1
      }

      .services-tabs {
         width: 100%
      }

      #servicesTab {
         border: none;
         display: flex;
         align-items: center;
         justify-content: center;
         background: #fff;
         border-radius: 100px;
         padding: 25px 35px;
         margin-bottom: 60px;
         box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
         flex-wrap: nowrap
      }

      #servicesTab li {
         text-align: center;
         padding: 0 10px;
         border-right: 1px solid #dddfe1
      }

      #servicesTab li svg {
         width: 50px;
         margin-bottom: 10px
      }

      #servicesTab li a {
         color: #202122;
         font-size: 15px;
         font-weight: 500;
         display: flex;
         align-items: center;
         justify-content: center;
         flex-wrap: wrap
      }

      #servicesTab li:last-child {
         border-right: none
      }

      #servicesTab li a.active,
      #servicesTab li a:hover {
         color: #008080
      }

      #servicesTab li a.active svg circle,
      #servicesTab li a.active svg ellipse,
      #servicesTab li a.active svg line,
      #servicesTab li a.active svg path,
      #servicesTab li a.active svg polygon,
      #servicesTab li a.active svg rect,
      #servicesTab li a:hover svg circle,
      #servicesTab li a:hover svg ellipse,
      #servicesTab li a:hover svg line,
      #servicesTab li a:hover svg path,
      #servicesTab li a:hover svg polygon,
      #servicesTab li a:hover svg rect {
         fill: #008080
      }

      #servicesTab li a svg circle,
      #servicesTab li a svg ellipse,
      #servicesTab li a svg path,
      #servicesTab li a svg polygon,
      #servicesTab li a svg rect {
         transition: all .3s ease
      }

      .servicesTabContent_text {
         width: 100%
      }

      .servicesTabContent_text h3 {
         font-size: 30px;
         margin: 0
      }

      .servicesTabContent_text h3 a {
         color: #008080
      }

      .servicesTabContent_text h3 a:hover {
         color: #202122
      }

      .servicesTabContent_text span {
         font-size: 18px;
         font-weight: 500;
         margin-bottom: 15px;
         display: block
      }

      .servicesTabContent_text span.or {
         margin: 0 10px 15px 0
      }

      .servicesTabContent_text ul {
         display: flex;
         align-items: center;
         flex-wrap: wrap
      }

      .servicesTabContent_text ul li {
         display: inline-flex;
         padding-right: 10px;
         padding-bottom: 15px
      }

      .servicesTabContent_text ul li a {
         width: 60px;
         height: 60px;
         border-radius: 50%;
         background: #fff;
         box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
         padding: 14px
      }

      .servicesTabContent_text ul li a:hover {
         background: #008080
      }

      .servicesTabContent_text ul li a svg circle,
      .servicesTabContent_text ul li a svg ellipse,
      .servicesTabContent_text ul li a svg path,
      .servicesTabContent_text ul li a svg polygon,
      .servicesTabContent_text ul li a svg rect {
         transition: all .3s ease
      }

      .servicesTabContent_text ul li a:hover svg circle,
      .servicesTabContent_text ul li a:hover svg ellipse,
      .servicesTabContent_text ul li a:hover svg path,
      .servicesTabContent_text ul li a:hover svg polygon,
      .servicesTabContent_text ul li a:hover svg rect {
         fill: #fff
      }

      .servicesTabContent_text ul li a.btn-custome {
         width: auto;
         border-radius: 5px;
         height: auto;
         padding: 18px 15px;
         background: #008080
      }

      .solutions-box {
         width: 100%;
         border-radius: 10px;
         padding: 15px 15px;
         margin-bottom: 30px;
         transition: all .3s ease;
         position: relative;
         border: 1px solid #eff0f0;
         min-height: 320px
      }

      .solutions-box-icon {
         width: 75px;
         height: 75px;
         background: #fff;
         border-radius: 7px;
         padding: 15px;
         transition: all .3s ease;
         background-color: #f7f7f7;
         border-radius: 100%
      }

      .solutions-box h4 {
         font-size: 18px;
         margin: 20px 0 10px;
         font-weight: 500
      }

      .solutions-box-icon svg {
         width: 45px;
         height: 45px
      }

      .solutions-box-icon svg circle,
      .solutions-box-icon svg ellipse,
      .solutions-box-icon svg line,
      .solutions-box-icon svg path,
      .solutions-box-icon svg polygon,
      .solutions-box-icon svg rect {
         transition: all .3s ease;
         fill: #008080
      }

      .solutions-box:hover {
         box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
         border-radius: 10px 10px 0 0
      }

      .solutions-box:hover .solutions-box-icon {
         background: #008080
      }

      .solutions-box:hover .solutions-box-icon svg circle,
      .solutions-box:hover .solutions-box-icon svg ellipse,
      .solutions-box:hover .solutions-box-icon svg line,
      .solutions-box:hover .solutions-box-icon svg path,
      .solutions-box:hover .solutions-box-icon svg polygon,
      .solutions-box:hover .solutions-box-icon svg rect {
         fill: #fff
      }

      .solutions-box .btn-custome {
         opacity: 0;
         visibility: hidden
      }

      .solutions-box:hover .btn-custome {
         opacity: 1;
         visibility: visible
      }

      .why-choose-box {
         width: 100%;
         background: #fff;
         border: 1px solid #ecedee;
         border-radius: 10px;
         text-align: center;
         padding: 20px 10px;
         transition: all .3s ease;
         margin-bottom: 30px;
         min-height: 250px
      }

      .why-choose-box svg {
         width: 70px;
         height: 70px;
         background: #fff;
         box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
         border-radius: 7px;
         padding: 10px;
         transition: all .3s ease
      }

      .why-choose-box svg circle,
      .why-choose-box svg ellipse,
      .why-choose-box svg line,
      .why-choose-box svg path,
      .why-choose-box svg polygon,
      .why-choose-box svg rect {
         transition: all .3s ease
      }

      .why-choose-box h5 {
         font-size: 18px;
         margin: 15px 0 10px;
         transition: all .3s ease
      }

      .why-choose-box p {
         margin: 0;
         font-size: 13px;
         line-height: 20px;
         font-weight: 500;
         color: #6a6d6f;
         transition: all .3s ease
      }

      .why-choose-box:hover {
         box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
      }

      .why-choose-box:hover svg circle,
      .why-choose-box:hover svg ellipse,
      .why-choose-box:hover svg line,
      .why-choose-box:hover svg path,
      .why-choose-box:hover svg polygon,
      .why-choose-box:hover svg rect {
         fill: #fff
      }

      .why-choose-box:hover svg {
         background: #008080
      }

      .callouts {
         padding: 25px;
         border: 1px solid #ecedee;
         background: #fff;
         border-radius: 10px;
         -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
         -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
         box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
         position: relative
      }

      .callouts span {
         font-size: 24px;
         font-weight: 600
      }

      #callouts-type .typed {
         color: #008080;
         font-size: 28px;
         line-height: 1;
         font-weight: 700
      }

      .callouts-separate {
         max-width: 1170px;
         margin: -45px auto 0
      }

      .callouts-separate-2 {
         position: absolute;
         top: 0;
         left: 0;
         right: 0;
         width: 100%
      }

      .Feature-slider {
         margin-left: -15px;
         margin-right: -15px;
         margin-bottom: 10px
      }

      .Feature-slider .item {
         padding: 0 15px
      }

      .process-box {
         width: 100%;
         border: 1px solid #dddfe1;
         border-radius: 10px;
         padding: 0 10px 10px 10px;
         overflow: hidden;
         transition: all .3s ease;
         min-height: 260px;
         margin-bottom: 40px
      }

      .process-box h4 {
         font-size: 16px;
         margin: 10px 0
      }

      .process-box li {
         width: 100%;
         display: flex;
         font-size: 12px;
         color: #6a6d6f;
         font-weight: 500;
         margin: 3px 0
      }

      .process-box li>i {
         font-size: 12px;
         position: static;
         background: 0 0;
         width: auto;
         height: auto;
         color: #6a6d6f;
         border-radius: 0;
         margin-right: 5px;
         align-items: flex-start;
         line-height: 1.5
      }

      .process-box-icon {
         width: 95px;
         height: 95px;
         position: relative;
         top: 0;
         left: -5px;
         display: flex;
         align-items: center;
         justify-content: center;
         z-index: 9;
         margin: 0 0 20px
      }

      .process-box-icon:before {
         content: '';
         width: 150%;
         height: 150%;
         background: #dddfe1;
         position: absolute;
         top: 0;
         left: 0;
         z-index: -1;
         border-radius: 50%;
         transform: translate(-30%, -30%);
         opacity: .3;
         transition: all .3s ease
      }

      .process-box-icon svg {
         width: 50px
      }

      .process-box-icon svg circle,
      .process-box-icon svg ellipse,
      .process-box-icon svg line,
      .process-box-icon svg path,
      .process-box-icon svg polygon,
      .process-box-icon svg rect {
         fill: #202122;
         transition: all .3s ease
      }

      .process-box:hover .process-box-icon svg circle,
      .process-box:hover .process-box-icon svg ellipse,
      .process-box:hover .process-box-icon svg line,
      .process-box:hover .process-box-icon svg path,
      .process-box:hover .process-box-icon svg polygon,
      .process-box:hover .process-box-icon svg rect {
         fill: #fff
      }

      .process-box:hover {
         box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
         border-color: #fff
      }

      .process-box:hover .process-box-icon:before {
         background: #008080;
         opacity: 1
      }

      .process-items {
         padding-right: 20px;
         padding-left: 20px;
         position: relative
      }

      .process-items:first-child {
         padding-left: 15px
      }

      .process-items i {
         background: #dddfe1;
         color: #202122;
         width: 20px;
         height: 20px;
         display: flex;
         align-items: center;
         justify-content: center;
         border-radius: 50%;
         position: absolute;
         right: -10px;
         top: 50px
      }

      .process-items:before {
         content: '';
         width: 40px;
         height: 1px;
         background: #dddfe1;
         position: absolute;
         right: -20px;
         top: 60px
      }

      .process-items:nth-child(4):before {
         left: 50px;
         top: auto;
         bottom: 0;
         width: 1px;
         height: 42px
      }

      .process-items:nth-child(4) i {
         top: auto;
         bottom: 10px;
         left: 40px
      }

      .process-items:nth-child(7):before {
         background: #fff
      }

      .process-slider {
         margin-left: -7px;
         margin-right: -7px;
         margin-bottom: 15px
      }

      .process-slider .item {
         padding: 0 7px
      }

      .testimonials_left {
         width: 470px;
         height: 470px;
         position: relative;
         margin: 50px auto
      }

      .testimonials_circle {
         width: 100%;
         height: 470px;
         position: relative;
         border-radius: 50%;
         z-index: 1
      }

      .testimonials_circle:before {
         content: '';
         width: 100%;
         height: 100%;
         border: 1px solid #e2e3e5;
         position: absolute;
         top: 0;
         left: 0;
         border-radius: 50%;
         z-index: -1
      }

      .testimonials_circle li {
         width: 75px;
         height: 75px;
         position: absolute
      }

      .testimonials_circle li a {
         width: 73px;
         height: 73px;
         overflow: hidden;
         border-radius: 50%;
         display: block;
         border: 1px solid #e2e3e5
      }

      .testimonials_circle li a img {
         height: 100%;
         width: 100%;
         object-fit: cover
      }

      .testimonials_circle li i {
         width: 30px;
         height: 30px;
         border-radius: 50%;
         background: #6a6d6f;
         color: #fff;
         display: flex;
         align-items: center;
         justify-content: center;
         position: absolute;
         bottom: 0;
         left: 50%;
         transform: translate(-50%, 10px)
      }

      .testimonials_circle li:nth-child(1) {
         top: 0;
         left: 50%;
         transform: translate(-50%, -40%)
      }

      .testimonials_circle li:nth-child(2) {
         top: 0;
         right: 0;
         transform: translate(-40%, 50%)
      }

      .testimonials_circle li:nth-child(3) {
         top: 50%;
         right: 0;
         transform: translate(40%, -50%)
      }

      .testimonials_circle li:nth-child(4) {
         bottom: 0;
         right: 0;
         transform: translate(-40%, -50%)
      }

      .testimonials_circle li:nth-child(5) {
         bottom: 0;
         left: 50%;
         transform: translate(-50%, 40%)
      }

      .testimonials_circle li:nth-child(6) {
         bottom: 0;
         left: 0;
         transform: translate(40%, -50%)
      }

      .testimonials_circle li:nth-child(7) {
         top: 50%;
         left: 0;
         transform: translate(-50%, -50%)
      }

      .testimonials_circle li:nth-child(8) {
         top: 0;
         left: 0;
         transform: translate(40%, 50%)
      }

      .testimonials_privew {
         width: 200px;
         height: 200px;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         border: 2px solid #008080;
         border-radius: 50%;
         padding: 10px
      }

      .testimonials_privew>div {
         width: 100%;
         height: 100%;
         overflow: hidden;
         border-radius: 50%;
         border: 1px solid #008080;
         box-shadow: 0 2px 17px rgba(0, 0, 0, .15)
      }

      .testimonials_privew>div img {
         width: 100%;
         height: 100%;
         object-fit: cover
      }

      .testimonials_privew i {
         position: absolute;
         bottom: 0;
         left: 50%;
         width: 40px;
         height: 40px;
         background: #008080;
         color: #fff;
         font-size: 18px;
         display: flex;
         align-items: center;
         justify-content: center;
         border-radius: 50%;
         transform: translate(-50%, 20px)
      }

      .testimonials_text_box {
         width: 100%;
         background: #fff;
         border-radius: 20px;
         padding: 30px;
         position: relative;
         border: 1px solid #e2e3e5;
         z-index: 1
      }

      .testimonials_text_slider {
         overflow: hidden;
         padding-left: 30px
      }

      .testimonials_text_slider .owl-item {
         float: left
      }

      .testimonials_text_box i {
         font-size: 54px;
         margin-bottom: 20px;
         opacity: .2
      }

      .testimonials_text_box strong {
         color: #008080;
         font-size: 18px;
         font-weight: 600
      }

      .owl-theme .owl-nav {
         display: none
      }

      .testimonials_text_box span {
         font-size: 16px
      }

      .testimonials-arrow {
         position: absolute;
         top: 50%;
         left: 0;
         z-index: -1;
         width: 50px;
         display: none
      }

      .testimonials-arrow:before {
         content: '';
         width: 100%;
         height: 1px;
         position: absolute;
         top: -8px;
         left: -46px;
         background: #dddfe1;
         transform: rotate(-32deg)
      }

      .testimonials-arrow:after {
         content: '';
         width: 90%;
         height: 1px;
         position: absolute;
         bottom: -13px;
         left: -44px;
         background: #dddfe1;
         transform: rotate(20deg)
      }

      .testimonials_text .owl-dots {
         bottom: -30px
      }

      .testimonials_text_slider .owl-dot span {
         display: none !important
      }

      .testimonials_video_box .video-area-wrapper {
         height: 270px
      }

      .testimonials_video_box .video-area-wrapper img {
         width: 100%;
         height: 100%
      }

      .portfolio-slider-section {
         display: block
      }

      .innerbanner.portfoliobanner {
         min-height: 600px
      }

      .innerbanner.portfoliobanner .video {
         min-height: 600px;
         max-height: 600px
      }

      .innerbanner.portfoliobanner .video img {
         min-height: 600px
      }

      .portfolio-slider {
         width: 100%;
         position: relative;
         padding: 0 15px 20px !important;
         overflow: hidden
      }

      .portfolio-slider .item {
         padding: 0 15px
      }

      .slick-dots {
         position: absolute;
         bottom: 0;
         left: 0;
         right: 0;
         text-align: center
      }

      .slick-dots li {
         display: inline-block;
         vertical-align: top
      }

      .slick-dots button {
         width: 12px;
         height: 12px;
         background: #c8c8c8;
         opacity: 1;
         font-size: 0;
         border: none;
         border-radius: 50%;
         margin: 0 5px;
         outline: 0;
         cursor: pointer
      }

      .slick-dots li.slick-active button {
         background-color: #008080
      }

      .portfolio-figure {
         width: 100%;
         overflow: hidden;
         transition: all .3s ease;
         background: #f9fafa;
         border-radius: 10px;
         text-align: center;
         position: relative;
         min-height: 510px
      }

      .portfolio-title {
         width: 100%;
         position: absolute;
         top: 0;
         left: 0;
         padding: 20px
      }

      .portfolio-figure .img-fluid {
         height: 510px;
         width:100%;
         object-fit: cover;
         margin: 0 auto
      }

      .portfolio-slider .owl-item {
         display: inline-block
      }

      .portfolio-figure-caption {
         width: 100%;
         background: #008080;
         padding: 20px;
         transition: all .3s ease;
         position: absolute;
         bottom: 0;
         left: 0;
         transform: translateY(100%)
      }

      .portfolio-figure-caption h3 {
         font-size: 24px;
         color: #fff;
         font-weight: 600
      }

      .portfolio-figure-caption p {
         color: #fff
      }

      .portfolio-figure-caption a {
         display: inline-block;
         border: 1px solid #fff;
         padding: 8px 20px;
         border-radius: 5px
      }

      .portfolio-figure-caption a:hover {
         background: #fff;
         box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .2)
      }

      .portfolio-figure:before {
         content: '';
         width: 100%;
         height: 0;
         background: #202122;
         position: absolute;
         top: 0;
         left: 0;
         opacity: .5;
         transition: all .3s ease
      }

      .portfolio-figure:hover:before {
         height: 100%
      }

      .portfolio-figure:hover .portfolio-figure-caption {
         transform: translateY(0)
      }

      .portfolio-slider .owl-nav {
         display: none
      }

      .portfolio-slider .owl-dots {
         text-align: center;
         bottom: -20px
      }

      .owl-dots .owl-dot {
         width: 10px;
         height: 10px;
         background: #6a6d6f;
         opacity: .2;
         border: none;
         border-radius: 50%;
         margin: 5px;
         outline: 0;
         cursor: pointer
      }

      .owl-dots .owl-dot.active {
         background: #008080;
         opacity: 1
      }

      .owl-item {
         float: left
      }

      .owl-nav {
         display: none
      }

      .owl-dots {
         position: absolute;
         bottom: 0;
         left: 0;
         width: 100%;
         text-align: center
      }

      .portfolio-figure.whitetext h3,
      .portfolio-figure.whitetext p {
         color: #fff
      }

      .greenshadebg {
         background-color: #84a34b
      }

      .pinkshadebg {
         background-color: #5a354a
      }

      .blueshadebg {
         background-color: #161a34
      }

      .fantasybg {
         background-color: #0a2241
      }

      .cluedbg {
         background-color: #e60b8d
      }

      .blobbg {
         background-color: #41a943
      }

      .adanibg {
         background-color: #006d9f
      }

      .client-logo li {
         width: 100%;
         text-align: center;
         border-right: 1px solid #dddfe1;
         padding: 5px
      }

      .client-logo li:last-child {
         border-right: none
      }

      .call_shedule_text {
         width: 100%
      }

      .call_shedule_text ul {
         display: flex;
         align-items: center;
         margin-top: 25px;
         width: 100%
      }

      .call_shedule_text ul li {
         margin-right: 18px;
         font-weight: 600;
         font-size: 16px;
         display: inline-flex;
         align-items: center
      }

      .call_shedule_text ul li span {
         margin-right: 15px
      }

      .orange-text {
         color: #008080
      }

      .call-icon-bg a {
         width: 50px;
         height: 50px;
         overflow: hidden;
         display: inline-flex;
         background: #008080;
         box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
         border-radius: 50%;
         padding: 13px
      }

      .call-icon-bg a:hover {
         background-color: #343535
      }

      .call-icon-bg svg {
         width: 100%
      }

      .call_shedule_text ul li a {
         color: #202122
      }

      .call_shedule_text ul li a:hover {
         color: #008080
      }

      .call_shedule_text h4 {
         margin-bottom: 20px;
         font-size: 28px
      }

      .call_shedule_img {
         width: 100%;
         max-width: 300px;
         border-radius: 50%;
         float: right;
         border: 1px solid #dddfe1;
         position: relative;
         margin: 20px 25px 20px 0
      }

      .call_shedule_img img {
         height: 300px;
         object-fit: cover;
         border-radius: 50%;
         width: 300px
      }

      .call_shedule_img:before {
         content: "";
         width: 115%;
         height: 115%;
         position: absolute;
         top: 50%;
         left: 50%;
         border: 2px solid #008080;
         border-radius: 50%;
         transform: translate(-50%, -50%)
      }

      #technologies_tabs {
         border: none;
         width: 100%;
         display: flex;
         align-items: center;
         justify-content: center;
         margin-bottom: 50px
      }

      #technologies_tabs li {
         padding: 0 30px;
         border-right: 1px solid #e0e2e3
      }

      #technologies_tabs li a {
         color: #6a6d6f;
         font-weight: 500
      }

      #technologies_tabs li a.active,
      #technologies_tabs li a:hover {
         color: #008080
      }

      #technologies_tabs li:last-child {
         border-right: 0
      }

      .technologies_icons li {
         width: 100px;
         height: 100px;
         display: flex;
         align-items: center;
         padding: 10px;
         border: 1px solid rgba(221, 223, 225, .5);
         border-radius: 10px;
         margin: 5px;
         transition: all .5s ease
      }

      .technologies_icons li:hover {
         box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
      }

      .technologies_icons li img {
         margin: 0 auto
      }

      .blog_box {
         width: 100%;
         transition: all .3s ease;
         background: #fff;
         border: 1px solid #e2e3e5;
         overflow: hidden;
         border-radius: 10px
      }

      .blog_box_img {
         width: 100%;
         height: 200px;
         object-fit: cover
      }

      .blog_box-caption {
         padding: 0 12px 20px;
         position: relative;
         min-height: 310px
      }

      .blog_box-caption ul {
         display: flex;
         align-items: center;
         justify-content: space-between;
         margin-top: -25px;
         margin-bottom: 25px
      }

      .blog_author_img {
         width: 72px;
         height: 72px;
         overflow: hidden;
         border-radius: 50%;
         border: 2px solid #fff;
         box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
         margin-top: -20px
      }

      .blog_box-caption ul li {
         padding-top: 20px;
         color: #6a6d6f;
         margin-right: 7px;
         display: flex;
         align-items: center;
         line-height: 1
      }

      .blog_box-caption ul li a {
         color: #6a6d6f
      }

      .blog_box-caption ul li a:hover {
         color: #008080
      }

      .blog_box-caption ul li i {
         margin-right: 5px;
         font-size: 16px;
         line-height: 1
      }

      .blog_box-caption h4 {
         font-size: 18px;
         line-height: 1.3;
         margin: 10px 0
      }

      .blog_box-caption h4 a {
         color: #202122
      }

      .blog_box-caption h4 a:hover {
         color: #008080
      }

      .blog_box:hover {
         box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
      }

      .blog_box-caption .btn-custome {
         position: absolute;
         bottom: 15px;
         left: 12px
      }

      .blog-slider .owl-dots {
         text-align: center
      }

      .blog-slider {
         padding: 0 0 20px
      }

      .blog-slider {
         margin-left: -8px;
         margin-right: -8px
      }

      .blog-slider .item {
         padding: 0 8px
      }

      .blog-slider .item .blog-post_content {
         min-height: 220px
      }

      .blog-slider .item .blog-post {
         margin-bottom: 10px
      }

      .blog-post {
         -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
         -moz-transition: all .3s ease;
         transition: all .3s ease;
         overflow: hidden;
         border-radius: 5px;
         background: #fff;
         margin-bottom: 30px;
         -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
         -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
         box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
      }

      .blog-post_wrapper {
         -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
         -moz-transition: all .3s ease;
         transition: all .3s ease
      }

      .blog-post_media {
         position: relative;
         margin-bottom: 28px
      }

      .blog-post_media_part {
         position: relative
      }

      .blog-post_meta-categories {
         position: absolute;
         bottom: -11px;
         left: 30px;
         z-index: 3;
         margin-bottom: 0
      }

      .blog-post_meta-categories span {
         display: inline-block
      }

      .blog-post_meta-categories a {
         display: inline-block;
         font-size: 12px;
         font-weight: 800;
         color: #fff;
         text-transform: uppercase;
         letter-spacing: .5px;
         line-height: 22px;
         padding: 0 11px;
         -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
         border-radius: 3px;
         border-width: 1px;
         border-style: solid
      }

      .blog-post_content {
         padding: 0 20px 18px 20px
      }

      .blog-post_title {
         font-size: 24px;
         line-height: 36px;
         height: 54px;
         overflow: hidden
      }

      .blog-post_text {
         height: 100px;
         overflow: hidden
      }

      .blog-post_title a {
         font-size: 20px;
         line-height: 28px;
         color: #202122;
         display: -webkit-box;
         max-width: 100%;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         overflow: hidden
      }

      .blog-post_text p {
         font-size: 14px;
         line-height: 30px;
         margin-bottom: 21px;
         display: -webkit-box;
         max-width: 100%;
         -webkit-line-clamp: 3;
         -webkit-box-orient: vertical;
         overflow: hidden
      }

      .blog-post_meta-wrap {
         border-top: 1px solid rgba(0, 0, 0, .1);
         padding-top: 20px;
         display: flex;
         align-items: center;
         justify-content: space-between
      }

      .meta-wrapper {
         display: flex;
         align-items: center
      }

      .meta-wrapper>span {
         margin-right: 5px
      }

      .author_post img {
         margin-right: 6px;
         -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
         border-radius: 50%;
         display: inline-block
      }

      .author_post a {
         color: #008080;
         position: relative
      }

      .author_post a:after {
         position: absolute;
         z-index: 1;
         display: block;
         bottom: 0;
         content: '';
         border-bottom: 1px solid;
         width: 100%;
         right: auto;
         left: 0;
         -webkit-transition: width .3s linear 0s, right 0s linear .3s, left 0s linear .3s;
         -o-transition: width .3s linear 0s, right 0s linear .3s, left 0s linear .3s;
         -moz-transition: width .3s linear 0s, right 0s linear .3s, left 0s linear .3s;
         transition: width .3s linear 0s, right 0s linear .3s, left 0s linear .3s
      }

      .meta-wrapper span:after {
         content: '';
         margin: -2px 0 0 13px;
         display: inline-block;
         vertical-align: middle;
         -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
         -moz-transition: all .3s ease;
         transition: all .3s ease;
         position: relative;
         width: 4px;
         height: 4px;
         -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
         border-radius: 50%;
         background: #343535
      }

      .date_post {
         color: #9a9a9a;
         margin-right: 0
      }

      .meta-wrapper .date_post:after {
         display: none
      }

      .blog-post_info-wrap a {
         color: #b6b6b6
      }

      .blog-post_info-wrap a:hover {
         color: #008080;
         transform: translateX(5px)
      }

      .author_post a:hover:after {
         width: 0;
         right: 0;
         left: auto
      }

      .blog-post_feature-link {
         display: block
      }

      .blog-post_title a:hover {
         color: #008080
      }

      .blog-post_feature-link:before {
         opacity: 0;
         content: '';
         position: absolute;
         top: 0;
         left: 0;
         display: block;
         z-index: 2;
         background-color: rgba(40, 40, 40, .5);
         -webkit-transition: opacity .3s;
         -o-transition: opacity .3s;
         -moz-transition: opacity .3s;
         transition: opacity .3s;
         width: 100%;
         height: 100%
      }

      .blog-post_media_part:hover .blog-post_feature-link:before {
         opacity: 1
      }

      .hire_small_box_link {
         width: 100%;
         float: left;
         background: #008080;
         text-align: center;
         padding: 10px;
         margin-bottom: 35px;
         -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
         -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
         box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
         border-radius: 10px
      }

      .hire_small_box_link span {
         float: left;
         color: #fff;
         text-transform: uppercase;
         font-size: 18px;
         line-height: 24px;
         font-weight: 700;
         text-align: left;
         padding: 7px 0
      }

      .hire_small_box_link a {
         font-size: 20px;
         text-transform: uppercase;
         display: block;
         padding: 5px 0;
         color: #fff;
         font-weight: 700
      }

      .hire_small_box_link .hire_small_box_btn {
         float: right;
         background: #fff;
         padding: 10px 20px;
         border-radius: 5px;
         font-size: 14px
      }

      .hire_small_box_link .hire_small_box_btn:hover {
         background-color: #202122;
         color: #fff
      }

      .hire_small_box_link3 {
         width: 100%;
         float: left;
         background: #008080;
         display: flex;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
         min-height: 80px;
         margin-bottom: 35px;
         -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
         -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
         box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
         border-radius: 10px
      }

      .hire_small_box_link3 p {
         background: #fff;
         color: #202122;
         width: 100%;
         max-width: 150px;
         min-height: 80px;
         margin: 0;
         display: -webkit-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -ms-flex-pack: center;
         justify-content: center;
         font-size: 16px;
         font-weight: 700;
         text-transform: uppercase;
         border-radius: 0 50px 50px 0;
         line-height: 29px;
         margin-bottom: 0 !important
      }

      .hire_small_box_link3 a {
         color: #fff !important;
         padding-left: 10px;
         padding-right: 10px;
         text-transform: uppercase;
         font-weight: 600;
         font-size: 18px
      }

      .hire_small_box_link3 a:focus,
      .hire_small_box_link3 a:hover {
         text-decoration: underline !important
      }

      .contact_top_rating {
         width: 100%;
         text-align: center;
         border: 1px solid #dddfe1;
         border-radius: 10px;
         margin-bottom: 30px;
         transition: all .3s ease
      }

      .contact_top_rating a {
         color: #008080;
         display: block;
         padding: 20px 20px 10px
      }

      .contact_top_rating span {
         width: 100%;
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 16px;
         font-weight: 500;
         margin: 10px 0;
         line-height: 1
      }

      .contact_top_rating img {
         margin-bottom: 5px
      }

      .contact_top_rating strong {
         width: 100%;
         display: flex;
         align-items: center;
         justify-content: center;
         margin: 5px 0 0;
         color: #202122;
         font-size: 24px;
         line-height: 1
      }

      .contact_top_rating:hover {
         box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
      }

      .contact_rating {
         width: 100%
      }

      .contact_rating li {
         width: 100%;
         float: left;
         background: #fff;
         border: 1px solid #dddfe1;
         border-radius: 10px;
         overflow: hidden;
         height: 95px;
         margin-bottom: 30px;
         transition: all .3s ease
      }

      .work_logo {
         padding: 10px 20px;
         position: relative;
         max-width: 280px;
         min-width: 280px
      }

      .top_rating_img {
         position: absolute;
         top: 0;
         right: 5px;
         margin: 0 !important
      }

      .work_rating {
         background: #fbfcfc;
         padding: 22.5px 10px;
         display: flex;
         align-items: center;
         justify-content: space-between;
         border-left: 1px solid #dddfe1;
         transition: all .3s ease
      }

      .work_rating img {
         width: 50px;
         margin-right: 10px
      }

      .rating_text {
         text-align: center
      }

      .rating_text p {
         font-size: 16px;
         font-weight: 700;
         margin: 0 0 3px
      }

      .rating_text strong {
         margin: 0;
         color: #222;
         font-weight: 800
      }

      .user_rating {
         width: 100%;
         float: left;
         color: #fff;
         overflow: auto;
         padding-top: 13px
      }

      .user_rating img {
         float: left;
         margin-right: 20px;
         width: 60px;
         margin-top: -12px
      }

      .contact_rating li a {
         display: flex;
         align-items: center;
         justify-content: space-between;
         color: #008080
      }

      .contact_rating li:hover {
         box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
      }

      .form-control {
         height: 44px;
         border: 1px solid #ced4da !important;
         color: #6a6d6f;
         font-size: 14px;
         padding: 6px 15px
      }

      .bootstrap-select .dropdown-toggle .filter-option {
         font-size: 14px;
         padding: 12px 15px;
         height: 44px
      }

      textarea.form-control {
         resize: none
      }

      .form-control:focus {
         border-color: #008080;
         outline: 0;
         box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(236, 115, 35, .2)
      }

      .form-group {
         margin-bottom: 20px
      }

      .contact-custome-btn {
         font-size: 16px;
         margin-top: 10px;
         padding: 17px 30px
      }

      .contact-custome-btn i {
         margin-right: 10px;
         display: none
      }

      #schedule_a_call .form-group label {
         display: block;
         margin: 0;
         font-size: 0
      }

      #request_the_quote .form-group label {
         display: block;
         margin: 0;
         font-size: 0;
         height: 0;
         width: 0
      }

      .phone-field .con-num .iti.iti--allow-dropdown {
         display: block
      }

      .hire_box {
         width: 100%;
         background: #fff;
         border: 1px solid #e0e2e4;
         border-radius: 10px;
         padding: 15px 15px;
         text-align: center;
         font-size: 16px;
         min-height: 250px
      }

      .hire_box span {
         margin-top: 15px;
         display: block;
         color: #6a6d6f
      }

      .footer_box {
         width: 100%
      }

      .footer_box ul {
         width: 100%
      }

      .footer_box ul li {
         display: flex;
         align-items: flex-start;
         margin-bottom: 15px;
         width: 100%
      }

      .footer_box ul li:last-child {
         margin-bottom: 0
      }

      .footer_box ul li:after {
         content: '';
         min-height: inherit;
         font-size: 0
      }

      .footer_box ul li i {
         min-width: 24px;
         width: 24px;
         margin-right: 10px;
         position: relative;
         top: 2px
      }

      .footer_box ul li i svg {
         width: 100%
      }

      .footer_box ul li p {
         color: #6a6d6f;
         font-size: 15px;
         line-height: 1.5;
         margin: 0
      }

      .footer_box ul li a {
         color: #6a6d6f;
         font-size: 15px;
         line-height: 2
      }

      .footer_box h5 {
         font-size: 28px;
         margin-bottom: 25px;
         font-weight: 500
      }

      .footer_box ul li a:hover {
         color: #008080
      }

      main {
         margin-bottom: 800px;
         background-color: #fff
      }

      .footer-main {
         position: fixed;
         background-color: #202122;
         height: 800px;
         bottom: 0;
         left: 0;
         right: 0;
         z-index: -1
      }

      .foot-center-col {
         padding: 70px 15px 35px;
         border-right: 1px solid rgba(245, 133, 31, .3)
      }

      .foot-center-col:nth-child(1) {
         border-right: 0
      }

      .foot-center-col:nth-child(3) .foot-menu {
         padding-left: 15px
      }

      .foot-center-col h4 {
         font-size: 24px;
         font-weight: 500;
         color: #fff;
         margin-bottom: 22px
      }

      .foot-menu ul li {
         margin-bottom: 12px;
         display: block
      }

      .foot-menu ul li:last-child {
         margin-bottom: 0
      }

      .foot-menu ul li a {
         color: #cecece
      }

      .foot-menu ul li a:hover {
         color: #008080
      }

      .foot-exp-wrap {
         padding-left: 15px
      }

      .foot-exp-char {
         width: 140px
      }

      .foot-exp-text-wrap {
         width: calc(100% - 160px);
         margin-left: 20px
      }

      .foot-exp-text-button {
         background-color: #2b2c2d;
         text-transform: uppercase;
         text-align: center;
         padding: 13px 10px
      }

      .foot-exp-text-button .exp {
         display: block;
         font-size: 48px;
         font-weight: 700;
         color: #008080;
         line-height: 1.1
      }

      .foot-exp-text-button .indus {
         display: block;
         font-size: 30px;
         font-weight: 500;
         color: #fff;
         line-height: 1.1
      }

      .foot-exp-text-wrap .btn-custome {
         font-size: 16px
      }

      .foot-social {
         margin-top: 20px
      }

      .foot-social .header_social li {
         margin-left: 11px;
         position: relative;
         display: inline-block;
         vertical-align: top;
         width: auto
      }

      .foot-social .header_social li:first-child {
         margin-left: 0
      }

      .foot-social .header_social li.social-share a,
      .foot-social .header_social li.social-share a:hover {
         background-color: #008080;
         color: #fff;
         position: relative
      }

      .foot-social .header_social li.social-share:before {
         content: " ";
         top: -20px;
         left: -20px;
         background-color: #008080;
         width: 80px;
         height: 80px;
         border-radius: 100%;
         animation-fill-mode: both;
         -webkit-animation-fill-mode: both;
         position: absolute;
         opacity: .6;
         -webkit-animation: pulse2 1.8s ease-out;
         animation: pulse2 1.8s ease-out;
         -webkit-animation-iteration-count: infinite;
         animation-iteration-count: infinite
      }

      @-webkit-keyframes pulse2 {
         0% {
            -webkit-transform: scale(0);
            opacity: 0
         }

         25% {
            -webkit-transform: scale(.3);
            opacity: 1
         }

         50% {
            -webkit-transform: scale(.6);
            opacity: .6
         }

         75% {
            -webkit-transform: scale(.9);
            opacity: .3
         }

         100% {
            -webkit-transform: scale(1);
            opacity: 0
         }
      }

      @keyframes pulse2 {
         0% {
            -webkit-transform: scale(0);
            transform: scale(0);
            opacity: 0
         }

         25% {
            -webkit-transform: scale(.3);
            transform: scale(.3);
            opacity: 1
         }

         50% {
            -webkit-transform: scale(.6);
            transform: scale(.6);
            opacity: .6
         }

         75% {
            -webkit-transform: scale(.9);
            transform: scale(.9);
            opacity: .3
         }

         100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 0
         }
      }

      .foot-social .header_social li.social-share .icon {
         width: 40px;
         height: 40px;
         display: -webkit-inline-box;
         display: -webkit-inline-flex;
         display: -ms-inline-flexbox;
         display: inline-flex;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -ms-flex-pack: center;
         justify-content: center;
         border-radius: 50%;
         font-size: 20px;
         position: relative;
         cursor: pointer;
         margin-right: 10px;
         -webkit-transition: all .3s ease-in-out;
         -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
         transition: all .3s ease-in-out;
         background-color: #008080;
         color: #fff;
         border: 1px solid #008080
      }

      .foot-social .header_social li.social-share .icon:last-child {
         margin-right: 0
      }

      .foot-social .header_social li.social-share .icon span {
         position: absolute;
         top: -20px;
         font-size: 14px
      }

      .foot-social .header_social li.social-share .icon:hover {
         background: 0 0;
         color: #008080;
         border: 1px solid #008080
      }

      .foot-social .header_social .social-share-fixed {
         position: absolute;
         white-space: nowrap;
         top: -17px;
         transform: translateX(-100%);
         padding-right: 10px;
         z-index: 1;
         opacity: 0;
         visibility: hidden;
         -webkit-transition: all .3s ease-in-out;
         -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
         transition: all .3s ease-in-out;
         background-color: rgba(43, 44, 45, .8);
         padding: 28px 10px 10px;
         border-radius: 10px;
         left: -20px
      }

      .foot-social .header_social.active .social-share-fixed {
         opacity: 1;
         visibility: visible
      }

      .foot-social .header_social li a {
         margin: 0;
         border: 1px solid #008080;
         color: #008080;
         background-color: transparent;
         width: 40px;
         height: 40px;
         font-size: 20px
      }

      .foot-social .header_social li a:hover {
         background-color: #008080;
         color: #202122
      }

      .footer-main hr {
         border-top: 1px solid rgba(245, 133, 31, .3);
         margin: 0
      }

      .footer-center {
         padding: 30px 0 0
      }

      .footer-center-top-content p {
         color: #fff;
         font-size: 18px
      }

      .footer-center-top-content p img {
         margin-right: 10px;
         vertical-align: top
      }

      .footer-center-top-content span {
         display: block;
         color: rgba(255, 255, 255, .5)
      }

      .footer-center-top-market {
         padding: 30px 0
      }

      .footer-center-market-list .item {
         margin-right: 10px
      }

      .footer-center-market-list .item:last-child {
         margin-right: 0
      }

      .footer-center-market-list .item img {
         width: auto;
         height: 135px;
         object-fit: cover
      }

      .footer-center-top-market .btn-custome {
         font-size: 16px;
         color: #008080 !important;
         background-color: transparent !important;
         border: 1px solid #008080 !important;
         font-weight: 500;
         box-shadow: none !important
      }

      .footer-center-top-market .btn-custome:hover {
         color: #fff !important;
         background-color: #008080 !important;
         border: 1px solid #008080 !important
      }

      .footer-bottom {
         padding: 30px 0
      }

      .foot-link {
         margin-bottom: 10px
      }

      .foot-link li {
         position: relative;
         margin: 0 0 0 10px;
         padding: 0 0 0 10px
      }

      .foot-link li:before {
         content: "|";
         display: block;
         position: absolute;
         left: -5px;
         top: 0;
         margin: 0;
         color: #fff;
         line-height: 18px
      }

      .foot-link li:first-child {
         margin: 0;
         padding: 0
      }

      .foot-link li:first-child:before {
         display: none
      }

      .foot-link li a {
         color: #fff
      }

      .foot-link li a:hover {
         color: #008080
      }

      .footer-bottom p {
         color: #fff;
         margin: 0
      }

      .scroll-top {
         bottom: 35px;
         color: #fff !important;
         display: none;
         font-size: 26px;
         padding: 12px 9px;
         position: fixed;
         left: 20px;
         height: 52px;
         text-align: center;
         width: 52px;
         background: #008080;
         border-radius: 6px;
         overflow: hidden;
         -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
         box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
         z-index: 990;
         -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
         transition: all .3s ease;
         -webkit-transition: all .3s ease-in-out;
         -moz-transition: all .3s ease-in-out;
         -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
         cursor: pointer
      }

      .scroll-top:after {
         content: '';
         width: 2px;
         height: 25px;
         background: #fff;
         position: absolute;
         left: 50%;
         bottom: -50px;
         -webkit-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
         transition: all .3s ease-in-out;
         margin-left: -2px
      }

      .scroll-top:hover:after {
         bottom: 8px
      }

      .scroll-top:hover:before {
         top: -8px;
         position: relative;
         color: #fff;
         font-size: 30px
      }

      .scroll-top:before {
         -webkit-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
         transition: all .3s ease-in-out;
         position: relative;
         top: 0;
         left: -1px
      }

      .scroll-top:hover {
         -webkit-box-shadow: 0 25px 55px 0 rgba(0, 0, 0, .21), 0 16px 28px 0 rgba(0, 0, 0, .22);
         box-shadow: 0 25px 55px 0 rgba(0, 0, 0, .21), 0 16px 28px 0 rgba(0, 0, 0, .22)
      }

      #contact_popup {
         width: 100%;
         float: left;
         position: fixed;
         top: 0;
         height: 100%;
         overflow: auto;
         z-index: 99999999;
         background: #f3f3f3;
         -webkit-transform: scale(0);
         -ms-transform: scale(0);
         transform: scale(0);
         -webkit-transition: all .5s ease;
         -o-transition: all .5s ease;
         transition: all .5s ease;
         visibility: hidden;
         opacity: 0
      }

      .popup_form {
         width: 100%;
         max-width: 680px;
         margin: 0 auto
      }

      .popup_form h4 {
         color: #008080;
         font-size: 5vw;
         line-height: 1.04444em;
         margin-bottom: 35px;
         margin-left: 10px
      }

      .popup_form .text-color {
         color: #343535
      }

      #popup_close,
      .solution_app_popup_close {
         color: #008080;
         font-size: 36px;
         position: absolute;
         top: 15px;
         right: 15px;
         cursor: pointer
      }

      #popup_close:hover,
      .solution_app_popup_close:hover {
         color: #343535
      }

      .popup_form .form-control {
         border: none !important;
         background: #fff
      }

      .popup_show {
         opacity: 1 !important;
         visibility: visible !important;
         -webkit-transform: scale(1) !important;
         -ms-transform: scale(1) !important;
         transform: scale(1) !important
      }

      #request_the_quote .form-group {
         margin-bottom: 30px;
         position: relative
      }

      #request_the_quote .form-group .help-block {
         position: absolute;
         bottom: -30px;
         left: 20px
      }

      .cookiealert {
         position: fixed;
         bottom: 0;
         left: 0;
         right: 0;
         width: 100%;
         max-width: 900px;
         margin: 0 auto 10px !important;
         z-index: 992;
         opacity: 1;
         border-radius: 10px;
         background: #202122;
         -webkit-transform: translateY(100%);
         -ms-transform: translateY(100%);
         transform: translateY(100%);
         -webkit-transition: all .5s ease-out;
         -o-transition: all .5s ease-out;
         transition: all .5s ease-out;
         color: #fff;
         padding: 12px 20px
      }

      .cookiealert.show {
         opacity: 1;
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
         -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
         transition-delay: 1s
      }

      .cookiealert a {
         color: #008080
      }

      .cookiealert a:hover {
         color: #fff
      }

      .cookiealert button {
         vertical-align: baseline;
         width: 130px;
         padding: 3px 5px;
         font-size: 16px;
         background-color: #008080;
         color: #fff;
         font-weight: 500
      }

      .cookiealert button:hover {
         background-color: #fff;
         color: #202122
      }

      .cookiealert-container {
         display: flex;
         flex-wrap: wrap;
         align-items: center
      }

      .cookiealert-img {
         width: 60px
      }

      .cookiealert-img span {
         font-size: 35px
      }

      .cookiealert-text {
         width: calc(100% - 200px);
         padding: 0 10px
      }

      .cookiealert-text p {
         margin: 0;
         color: #fff
      }

      .cookiealert-text .que {
         font-size: 18px;
         padding-bottom: 2px
      }

      .cookiealert-text .que span {
         display: none
      }

      .cookiealert-buttons {
         width: 140px
      }

      .hire-team-sticky-section {
         position: fixed;
         bottom: 0;
         left: 0;
         right: 0;
         width: 100%;
         max-width: 1040px;
         margin: 0 auto 10px !important;
         z-index: 993;
         opacity: 1;
         border-radius: 10px;
         background: #008080;
         -webkit-transition: all .5s ease-out;
         -o-transition: all .5s ease-out;
         transition: all .5s ease-out;
         color: #fff;
         padding: 15px 20px
      }

      .hire-team-sticky-container {
         display: flex;
         flex-wrap: wrap;
         align-items: center
      }

      .hire-team-sticky-icon {
         width: 80px
      }

      .hire-team-sticky-content {
         width: calc(100% - 310px);
         padding: 0 20px
      }

      .hire-team-sticky-content .ttl1 {
         font-size: 20px;
         font-weight: 500;
         margin-bottom: 5px
      }

      .hire-team-sticky-content .ttl2 {
         font-size: 14px
      }

      .hire-team-sticky-btn {
         width: 230px
      }

      .hire-team-sticky-btn-wrap .btn {
         background-color: #fff;
         color: #008080;
         font-weight: 500;
         padding: 6px 15px;
         position: relative
      }

      .hire-team-sticky-btn-wrap .btn:before {
         content: "";
         display: block;
         position: absolute;
         left: 177px;
         top: 0;
         bottom: 0;
         width: 1px;
         height: 34px;
         background-color: #fff;
         pointer-events: none
      }

      .hire-team-sticky-btn-wrap .btn:focus,
      .hire-team-sticky-btn-wrap .btn:hover {
         background-color: #202122;
         color: #fff
      }

      .hire-team-sticky-btn-wrap .close {
         position: relative;
         top: 0;
         right: 0;
         opacity: 1;
         text-shadow: none;
         color: #fff;
         background: #343535;
         border-radius: 100%;
         font-size: 16px;
         width: 35px;
         height: 35px;
         line-height: 35px;
         text-align: center
      }

      .hire-team-sticky-btn-wrap .close:not(:disabled):not(.disabled):focus,
      .hire-team-sticky-btn-wrap .close:not(:disabled):not(.disabled):hover {
         opacity: 1;
         color: #fff
      }

      #drift-widget-container {
         z-index: 991 !important
      }

      .head-contact-info {
         display: none
      }

      .top-review-bar .container {
         max-width: 1380px;
         width: 100%
      }

      .head-call-back-sidebar-background {
         z-index: 999999;
         position: fixed;
         left: 0;
         right: 0;
         top: 0;
         bottom: 0;
         background-color: rgba(27, 32, 34, .8);
         opacity: 0;
         visibility: hidden
      }

      .head-call-back-sidebar-background.open {
         opacity: 1;
         visibility: visible
      }

      .head-call-back-sidebar {
         position: fixed;
         left: -430px;
         top: 0;
         bottom: 0;
         width: 430px;
         height: 100%;
         z-index: 99999999;
         background-color: #fff;
         padding: 70px 30px;
         opacity: 0;
         visibility: hidden;
         -webkit-transition: all .3s ease-in-out;
         -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
         transition: all .3s ease-in-out
      }

      .head-call-back-sidebar.open {
         left: 0;
         opacity: 1;
         visibility: visible
      }

      .head-call-back-box img {
         width: 120px;
         border-radius: 100%;
         height: 120px;
         object-fit: cover
      }

      .head-call-back-content {
         width: calc(100% - 150px);
         margin-left: 20px
      }

      .head-call-back-content-title {
         font-size: 18px;
         font-weight: 500;
         color: #008080
      }

      .head-call-back-content p {
         margin-bottom: 0
      }

      .head-call-form-section {
         margin-top: 40px
      }

      .head-call-form-section .form-group label {
         display: block;
         margin: 0
      }

      .head-call-back-sidebar .close {
         position: absolute;
         right: 30px;
         top: 30px
      }

      .head-call-back-sidebar .bootstrap-select>.dropdown-toggle {
         font-size: 14px;
         padding: 11px 15px;
         color: #6a6d6f
      }

      .featured-in-section {
         position: relative
      }

      .featured-in-section .container {
         position: relative
      }

      .featured-in-image-box {
         height: 110px;
         background-color: #fdfefe;
         position: relative;
         padding: 5px 10px;
         -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
         -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
         box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
         -webkit-transition: all .3s ease-in-out;
         -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
         transition: all .3s ease-in-out
      }

      .featured-in-image-box img {
         align-self: center;
         -ms-flex: 1
      }

      .featured-in-image-box:hover {
         -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .15);
         -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .15);
         box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .15)
      }

      .featured-in-image-box:before {
         content: "";
         display: block;
         position: absolute;
         width: 37px;
         height: 12px;
         right: -37px;
         top: 50%;
         margin-top: -6px;
         background: url(../frameworks/public/images/about-us/featured-in-bg-pattern.png) no-repeat center center
      }

      .featured-in-section .row>div:last-child .featured-in-image-box:before,
      .featured-in-section .row>div:nth-child(4n+0) .featured-in-image-box:before {
         display: none
      }

      .our-award-section .item {
         padding: 0 15px
      }

      .our-award-section .item img {
         height: 170px
      }

      .aboutusbanner .tenc-intro-main__wrapper h1 span {
         display: block;
         padding-bottom: 10px;
         color: #008080;
         text-transform: uppercase
      }

      @media screen and (-ms-high-contrast:active),
      (-ms-high-contrast:none) {
         .types-of-ar-platform-box {
            height: 190px
         }

         .footer_box ul li {
            display: block
         }

         .footer_box ul li p {
            width: calc(100% - 30px)
         }

         .footer_box ul li i svg {
            width: auto
         }

         .blog-post_title {
            height: auto;
            overflow: visible
         }
      }

      img.lazywithloader {
         display: block;
         background-image: url(../frameworks/public/images/loading.gif);
         background-repeat: no-repeat;
         background-position: center center
      }

      img.lazywithloader.loadsuccessfully {
         background-image: none
      }

      @media (min-width:2100px) {
         .about-bg-section {
            width: 28%
         }
      }

      @media (min-width:2400px) {
         .about-bg-section {
            width: 30%
         }
      }

      @media (max-width:1800px) {
         .about-bg-section {
            width: 21%
         }
      }

      @media (max-width:1600px) {
         .home .tenc-intro-main__wrapper h1 {
            font-size: 48px;
            margin-bottom: 20px
         }

         .banner-main__wrapper h1,
         .tenc-intro-main__wrapper h1 {
            font-size: 40px;
            margin-bottom: 20px
         }

         .innerbanner h1,
         .innerbanner h1.f-40 {
            font-size: 36px
         }

         .tenc-intro-main__wrapper h2 {
            font-size: 32px
         }

         .banner-main__wrapper p,
         .innerbanner p {
            font-size: 17px
         }

         .tenc-intro-main__wrapper .banner_deveploment_main a {
            font-size: 17px
         }

         .banner {
            min-height: 650px
         }

         .video {
            max-height: 650px;
            min-height: 650px
         }

         .about-bg-section {
            width: 18%
         }

         .about h3 {
            font-size: 26px
         }

         .scrollmobilebanner .bannerfixedimagewidth {
            bottom: -100px
         }

         .bannerfixedscrollimagewrap {
            width: 300px
         }

         main {
            margin-bottom: 610px
         }

         .footer-main {
            height: 610px
         }

         .foot-center-col {
            padding: 35px 15px 30px
         }

         .foot-center-col h4 {
            margin-bottom: 15px
         }

         .foot-menu ul li {
            margin-bottom: 8px
         }

         .foot-exp-text-button {
            margin-bottom: 15px !important
         }

         .foot-exp-text-wrap .btn-custome {
            font-size: 14px
         }

         .foot-exp-char {
            width: 100px
         }

         .footer-center-market-list .item img {
            height: 125px
         }

         .foot-exp-text-wrap {
            width: calc(100% - 120px)
         }

         .foot-exp-text-button .exp {
            font-size: 36px
         }

         .foot-exp-text-button .indus {
            font-size: 22px
         }

         .foot-social {
            margin-top: 15px
         }

         .footer-center {
            padding: 20px 0 0
         }

         .footer-center-top-market {
            padding: 10px 0
         }

         .footer-bottom {
            padding: 15px 0
         }

         .bannerfixedimagewidth {
            width: 36%
         }

         .bannerfixedimagewidth.landscape {
            width: 40%
         }

         .portfolio-title h3 {
            font-size: 24px
         }

         .portfolio-preview-thumb img.portrait {
            height: 550px;
            margin: 0 auto;
            display: block
         }

         .thank-you-v3 .founder-image {
            width: 580px
         }

         .banner.height668 {
            min-height: 625px
         }

         .banner.height668 .video {
            min-height: 625px;
            max-height: 625px
         }
      }

      @media (max-width:1500px) {
         .container-2 {
            max-width: 1170px
         }

         .service-web-inner:before {
            top: 60px;
            height: calc(100% - 90px);
            width: 35%
         }

         .portfolio-preview-thumb img.portrait {
            height: 500px;
            margin: 0 auto;
            display: block
         }

         .portfolio-preview-main-logo-text .appname {
            font-size: 34px
         }

         .portfolio-preview-main-logo-text .moreaboutapp {
            font-size: 22px
         }

         .banner.height668 {
            min-height: 560px
         }

         .banner.height668 .video {
            min-height: 560px;
            max-height: 560px
         }

         .our-history-detail-image {
            margin-left: 45px
         }

         .similar-app-white-main .similar-app-content-wrap {
            padding: 20px 40px
         }

         .similar-app-white-main:before {
            height: 75%;
            top: 13%
         }

         .write-us-banner h1 {
            font-size: 36px
         }

         .write-for-us-cta .container {
            padding: 60px 15px
         }

         .write-for-us-cta h3 {
            font-size: 32px
         }
      }

      @media (max-width:1440px) {
         .megatext .big {
            font-size: 28px
         }

         .megatext span {
            font-size: 24px
         }

         .megatext a {
            font-size: 20px
         }

         .sub-menu>li>a {
            font-size: 15px;
            padding: 15px 10px 15px 15px
         }

         .sub-level2>li {
            padding: 7px 0
         }

         .submenuicon svg {
            width: 27px;
            height: 27px
         }

         .mainmenuicon svg {
            width: 43px;
            height: 43px
         }

         .megactasection {
            padding: 13px 15px
         }

         .megactasection .or {
            font-size: 20px
         }

         .megactasection .btn-custome {
            padding: 15px 20px;
            font-size: 17px
         }

         .home .tenc-intro-main__wrapper h1 {
            font-size: 40px
         }

         .banner-main__wrapper h1,
         .tenc-intro-main__wrapper h1 {
            font-size: 32px;
            margin-bottom: 20px
         }

         .tenc-intro-main__wrapper p {
            font-size: 20px
         }

         .innerbanner h1,
         .innerbanner h1.f-40 {
            font-size: 32px
         }

         .tenc-intro-main__wrapper h2 {
            font-size: 28px
         }

         .banner-main__wrapper p,
         .innerbanner p {
            font-size: 15px
         }

         .tenc-intro-main__wrapper .banner_deveploment_main a {
            font-size: 15px;
            margin-right: 0
         }

         .banner_deveploment_main .author_text h1 {
            font-size: 38px
         }

         .banner {
            min-height: 540px
         }

         .video {
            max-height: 540px;
            min-height: 540px
         }

         .tenc-intro-main__wrapper p {
            margin-bottom: 20px
         }

         .innerbannerform textarea.form-control {
            height: 75px
         }

         .innerbannerform {
            padding: 20px 20px
         }

         .about-bg-section {
            width: 15%
         }

         .scrollmobilebanner .bannerfixedimagewidth {
            bottom: -160px
         }

         .bannerfixedscrollimagewrap {
            width: 280px
         }

         main {
            margin-bottom: 580px
         }

         .footer-main {
            height: 580px
         }

         .foot-center-col {
            padding: 25px 15px 15px
         }

         .foot-center-col h4 {
            margin-bottom: 15px
         }

         .bannerfixedimagewidth {
            width: 29%
         }

         .bannerfixedimagewidth.landscape {
            width: 33%
         }

         .similar-app-content-wrap {
            padding: 30px 30px
         }

         .similar-app-image-wid {
            width: 50%
         }

         .similar-app-content h2 {
            font-size: 22px;
            margin-bottom: 20px
         }

         .similar-app-content p {
            margin-bottom: 20px
         }

         .error-message h2 {
            font-size: 45px
         }

         .error-message {
            padding: 60px 0
         }

         .thank-you-v3 .founder-image {
            width: 540px
         }

         .write-for-us-main h2 {
            font-size: 24px
         }
      }

      @media (max-width:1360px) {
         .about-bg-section {
            width: 12%
         }

         .uiux-design-process-content-image.left-image:before {
            left: 20px
         }

         .uiux-design-process-content-image.right-image:before {
            right: 20px
         }

         .scrollmobilebanner .bannerfixedimagewidth {
            margin-right: 60px;
            bottom: -220px
         }

         .bannerfixedscrollimagewrap {
            width: 300px
         }
      }

      @media (max-width:1169px) {
         .nav-is-visible main {
            transform: translateX(0)
         }
      }

      @media (max-width:1199px) {
         .title h2 {
            font-size: 30px
         }

         h3 {
            font-size: 24px
         }

         .breadcrumb {
            bottom: 70px
         }

         .main-navbar .navbar-nav>li {
            padding: 0 5px
         }

         .about-bg-section {
            width: 120px
         }

         .about h3 {
            font-size: 24px
         }

         .testimonials_circle li:nth-child(2) {
            transform: translate(-30%, 40%)
         }

         .testimonials_circle li:nth-child(3) {
            transform: translate(46%, -50%)
         }

         .testimonials_circle li:nth-child(4) {
            transform: translate(-30%, -40%)
         }

         .testimonials_circle li:nth-child(6) {
            transform: translate(30%, -40%)
         }

         .testimonials_circle li:nth-child(7) {
            transform: translate(-46%, -50%)
         }

         .testimonials_circle li:nth-child(8) {
            transform: translate(30%, 40%)
         }

         .hire_box {
            min-height: inherit
         }

         .hire_box span {
            min-height: 50px
         }

         .sub-menu>li>a {
            font-size: 14px;
            padding: 15px 10px 15px 10px
         }

         .mainmenuicon svg {
            width: 40px;
            height: 40px
         }

         .sub-level2>li>a {
            font-size: 13px
         }

         .submenuicon svg {
            width: 25px;
            height: 25px
         }

         .megactasection {
            padding: 15px 15px
         }

         .megatext .big {
            font-size: 22px
         }

         .megatext span {
            font-size: 20px
         }

         .megatext a {
            font-size: 18px
         }

         .megactasection .or {
            font-size: 18px
         }

         .megactasection .btn-custome {
            padding: 17px 30px;
            font-size: 16px
         }

         .top-left-part a,
         .top-right-part span {
            font-size: 11px
         }

         .top-right-part a {
            font-size: 11px
         }

         .solutions-box {
            min-height: 350px
         }

         .m-height-450 .mhbox {
            min-height: 490px
         }

         .m-height-380 .mhbox {
            min-height: 420px
         }

         .m-height-340 .mhbox {
            min-height: 400px
         }

         .m-height-320 .mhbox {
            min-height: 360px
         }

         .m-height-300 .mhbox {
            min-height: 330px
         }

         .m-height-280 .mhbox {
            min-height: 320px
         }

         .m-height-260 .mhbox {
            min-height: 300px
         }

         .m-height-240 .mhbox {
            min-height: 270px
         }

         .m-height-220 .mhbox {
            min-height: 240px
         }

         .m-height-170 .mhbox {
            min-height: 190px
         }

         .m-height-130 .mhbox {
            min-height: 145px
         }

         .service-main-content h2 {
            font-size: 24px
         }

         .what-we-offer-main-listing .row {
            padding-top: 60px
         }

         .what-we-offer-main-listing-title h2,
         .what-we-offer-main-listing-title h3 {
            font-size: 26px
         }

         .web-why-choose-main-box {
            min-height: 360px
         }

         .web-why-go-content h3 {
            font-size: 26px
         }

         .ar-services-detail-icon {
            margin-bottom: 20px
         }

         .ar-services-detail-content h5 {
            font-size: 20px;
            margin-bottom: 15px
         }

         .ar-services-list-section {
            padding-top: 50px
         }

         .ar-why-choose-content-box {
            min-height: 330px
         }

         .meet-the-team-content h2 {
            font-size: 28px
         }

         .about-leadership-title {
            font-size: 24px
         }

         .about-leadership-image {
            min-height: 450px
         }

         .our-award-section .item {
            padding: 0 10px
         }

         .our-award-section .item img {
            height: 155px
         }

         .mission-n-vision-box {
            min-height: 425px
         }

         .our-core-value-box {
            min-height: 350px
         }

         .our-process-content {
            padding: 30px 25px
         }

         .our-process-content-box .number {
            font-size: 50px
         }

         .our-work-process-slider-section .progressbar .holder .bar {
            max-width: 900px
         }

         .our-work-process-slider-section .progressbar .holder .labels .label-item a {
            font-size: 14px
         }

         .mvp-what-we-offer-box {
            min-height: 510px
         }

         .mvp-process-dev-box {
            min-height: 410px
         }

         .mvp-why-choose-dev-box-wrap {
            padding: 30px 20px 30px 65px
         }

         .mvp-why-choose-dev-icon {
            width: 100px;
            height: 100px
         }

         .mvp-why-choose-dev-content {
            width: calc(100% - 115px)
         }

         .mvp-why-choose-dev-icon svg {
            width: 48px;
            height: 48px
         }

         .game-service-offer-box {
            min-height: 400px
         }

         .game-what-we-offer-box {
            min-height: 300px
         }

         .best-game-dev-company-box {
            min-height: 270px
         }

         .blog-list-desc h2 {
            font-size: 24px
         }

         .blog-sidebar-box {
            padding: 25px 20px
         }

         .blog-sidebar-box h3 {
            font-size: 22px
         }

         .blog-detail-content h2 {
            font-size: 20px
         }

         .blog-detail-content h3 {
            font-size: 18px
         }

         .blog-detail-content p {
            font-size: 16px
         }

         .blockquote p,
         blockquote p {
            font-size: 18px
         }

         .blog-sidebar-box .header_social li a {
            width: 40px;
            height: 40px;
            font-size: 20px
         }

         .blog-detail-image {
            height: auto
         }

         .rel-post-box {
            min-height: 510px
         }

         .rel-post-info-box {
            padding: 0 15px 10px
         }

         .rel-post-date {
            padding-top: 8px;
            padding-bottom: 5px
         }

         .pagination li a,
         .pagination li a[rel=next],
         .pagination li a[rel=prev] {
            padding: 13px 17px
         }

         .game-experties-inner-box {
            min-height: 360px
         }

         .our-expert-build-box {
            padding: 15px 20px
         }

         main {
            margin-bottom: 0
         }

         .footer-main {
            height: auto;
            position: relative;
            z-index: inherit
         }

         .footer_box h5 {
            font-size: 24px;
            margin-bottom: 15px
         }

         .foot-center-col {
            padding: 30px 15px
         }

         .foot-center-col:nth-child(1) {
            padding: 0 15px 30px
         }

         .foot-exp-wrap {
            border-top: 1px solid rgba(245, 133, 31, .3);
            padding-top: 30px;
            padding-left: 0
         }

         .foot-exp-box {
            max-width: 480px;
            width: 100%;
            margin: 0 auto
         }

         .foot-exp-text-button .exp {
            font-size: 36px
         }

         .foot-exp-text-button .indus {
            font-size: 22px
         }

         .foot-center-col:nth-child(3) .foot-menu {
            padding-left: 0
         }

         .footer-center-market-list .item {
            margin-right: 15px
         }

         .footer-center-market-list .item img {
            height: 110px
         }

         .ins-msg-content-wrap .contentrow img {
            margin-left: -90px
         }

         .ins-msg-app-panels-content h3 {
            font-size: 22px;
            margin-bottom: 15px
         }

         .why-you-invest-box {
            min-height: 270px
         }

         .real-time-app-content .top {
            font-size: 22px
         }

         .real-time-app-content h4 {
            font-size: 30px
         }

         .faq-list-title a {
            font-size: 16px
         }

         .similar-app-image-wid img {
            width: 63%
         }

         .fitness .similar-app-image-wid .img1 {
            width: 70%
         }

         .fitness .similar-app-image-wid .img2 {
            width: 56%
         }

         .similar-app-white-main:before {
            height: 80%;
            top: 10%
         }

         .why-erp-main .game-service-offer-box {
            min-height: 315px
         }

         .custom-erp-main .game-what-we-offer-box {
            min-height: 375px
         }

         .invest-erp-main .why-you-invest-box {
            min-height: 350px
         }

         .why-crm-main .game-service-offer-box {
            min-height: 390px
         }

         .technology-box li {
            min-height: 240px
         }

         .uiux-service-content {
            min-height: 300px
         }

         .uiux-service-content h3 {
            font-size: 18px
         }

         .uiux-design-process-content-image.left-image:before {
            left: 10px
         }

         .uiux-design-process-content-image.right-image:before {
            right: 10px
         }

         .uiux-design-process-content-image:after {
            width: 51%;
            height: 320px;
            background-size: contain
         }

         .uiux-design-process-content .number {
            font-size: 36px
         }

         .uiux-design-process-content h5 {
            font-size: 22px
         }

         .contact-form-main {
            margin-top: -90px
         }

         .schedule-meeting-content h3 {
            font-size: 20px
         }

         .schedule-meeting-content h4 {
            margin-bottom: 20px;
            font-size: 24px
         }

         .contact-follow-us-section {
            padding: 20px 0 0
         }

         .schedule-meeting-content {
            padding: 0 15px 30px
         }

         .map-tabs-nav {
            width: 40%
         }

         .map-tabs-iframe {
            width: 60%
         }

         .map-tabs-nav li h4 {
            right: 20px;
            bottom: 20px;
            margin: 0;
            font-size: 22px
         }

         .solution-we-offer-content {
            max-width: 340px
         }

         .similar-app-option3-main .fixedimage {
            max-width: 80%;
            float: left
         }

         .similar-app-option3-main .fixedimage .img2 {
            left: 42%;
            top: 100px;
            -webkit-transform: scale(.9);
            -moz-transform: scale(.9);
            -o-transform: scale(.9);
            -ms-transform: scale(.9);
            transform: scale(.9)
         }

         .similar-app-option3-main:hover .fixedimage .img2 {
            -webkit-transform: scale(.9);
            -moz-transform: scale(.9);
            -o-transform: scale(.9);
            -ms-transform: scale(.9);
            transform: scale(.9)
         }

         .similar-app-option3-main .content-logo-name .mainname {
            font-size: 28px
         }

         .similar-app-option3-main .content-logo-name .subname {
            font-size: 16px
         }

         .types-of-social-media-box {
            min-height: 355px
         }

         .our-process-step-listing .our-process-step-row:nth-child(odd) .our-process-image-box {
            margin-left: 25px
         }

         .our-process-step-listing .our-process-step-row:nth-child(even) .our-process-image-box {
            margin-right: 25px
         }

         .advantage-of-real-estate-main .web-why-choose-us-inner-box {
            min-height: 310px
         }

         .real-estate-type-main .game-what-we-offer-box {
            min-height: 360px
         }

         .error-main {
            align-items: center !important
         }

         .thank-you-process-step-box .step-arrow {
            padding-left: 60px
         }

         .thank-you-founder-img {
            margin: 0 25px -40px 20px
         }

         .privacy-policy h2 {
            font-size: 26px
         }

         .privacy-policy h3 {
            font-size: 22px
         }

         .tideway-box {
            min-height: 400px
         }

         .custom-cms-main .game-what-we-offer-box {
            min-height: 425px
         }

         .thank-you-v3 .content h2 {
            font-size: 45px
         }

         .thank-you-v3 .content p {
            font-size: 20px
         }

         .thank-you-v3 .bglightorange {
            margin-top: 40px;
            font-size: 20px
         }

         .thank-you-v3 .bglightorange span {
            font-size: 32px
         }

         .thank-you-v3 .messagetext {
            font-size: 20px
         }

         .chatbot-adv-box {
            min-height: 250px
         }

         .chatbot-platform-box {
            min-height: 245px
         }

         .portfolio-preview-main-logo-text .appname {
            font-size: 30px
         }

         .portfolio-preview-main-logo-text .moreaboutapp {
            font-size: 20px
         }

         .hire-team-sticky-content .ttl1 {
            font-size: 18px
         }

         .write-us-banner {
            padding: 100px 0
         }

         .write-us-banner h1 {
            font-size: 30px
         }

         .write-us-banner p {
            font-size: 18px
         }

         .write-for-us-cta .container {
            padding: 50px 15px;
            max-width: 800px
         }

         .write-for-us-cta h3 {
            font-size: 28px
         }

         .cta.fullwidth .cd-headline span {
            font-size: 22px
         }

         .cta.fullwidth:before {
            width: calc(50% - 150px)
         }

         .cta.fullwidth .btn-col:before {
            left: 110px
         }
      }

      @media (max-width:1024px) {
         header {
            top: 0 !important;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            z-index: 9999999;
            box-shadow: 0 1px 11px -2px rgba(0, 0, 0, .5)
         }

         .navbar-brand>img {
            height: 40px;
            display: inline-block
         }

         header.white-bg .navbar {
            padding: 0;
            margin-bottom: 0
         }

         .mobile_menu {
            display: block;
            z-index: 99999999
         }

         .navbar-collapse.collapse,
         .navbar-toggle {
            display: none !important
         }

         .navbar-header>a {
            float: none;
            width: 250px;
            display: inline-block;
            padding: 2px 0;
            margin: 0 auto
         }

         .navbar-header {
            width: 100%;
            text-align: center;
            padding: 0
         }

         .navbar-header>a>img {
            height: auto
         }

         #share_btn {
            display: block
         }

         #top {
            width: 220px;
            position: fixed;
            right: -220px;
            top: 50px;
            background: #fff;
            transition: all .5s ease;
            z-index: -99;
            box-shadow: -3px 4px 10px 0 rgba(0, 0, 0, .3);
            overflow: auto;
            height: 100vh
         }

         #top .d-flex {
            display: block !important
         }

         #top p {
            display: none
         }

         #estimate-mobile-btn {
            display: block
         }

         .show_top {
            right: 0 !important
         }

         .header_contact {
            width: 100%;
            border-bottom: 1px solid rgba(0, 0, 0, .2);
            color: #000;
            margin-bottom: -5px
         }

         .header_contact li {
            width: 100%;
            float: left;
            border-right: none;
            text-align: left;
            border-bottom: 1px solid rgba(0, 0, 0, .2);
            padding: 10px 0;
            font-size: 16px
         }

         .header_contact li a {
            color: #000
         }

         .header_social {
            width: 100%;
            text-align: center
         }

         .header_social li a {
            opacity: 1;
            width: 35px;
            height: 35px;
            margin: 5px 0;
            font-size: 16px
         }

         .header_social li a span {
            font-size: 16px;
            position: absolute;
            left: 50px;
            font-family: Arial, Montserrat;
            color: #000;
            margin-left: 10px
         }

         .header_social li {
            width: 100%;
            text-align: left;
            border-bottom: 1px solid rgba(0, 0, 0, .2);
            display: inline-flex
         }

         .megamenu,
         .navbar-nav {
            display: none
         }

         .main-navbar {
            padding: 3px 0;
            border-radius: 0
         }

         nav.navbar {
            padding: 0
         }

         #rev_slider h1 .tp-caption {
            font-size: 28px !important;
            line-height: 1.1 !important
         }

         #servicesTab {
            padding: 25px 10px
         }

         #servicesTab li {
            padding: 0
         }

         .process-box {
            min-height: 280px
         }

         .testimonials_left {
            width: 100%;
            height: 400px;
            display: flex;
            align-items: center;
            justify-content: center
         }

         .testimonials_circle {
            height: 400px;
            width: 400px
         }

         #technologies_tabs li {
            padding: 0 10px;
            font-size: 13px
         }

         .call_shedule_img {
            margin: 10px auto 50px;
            float: none
         }

         .blog_box-caption {
            padding: 0 7px 20px
         }

         .blog_author_img {
            width: 60px;
            height: 60px
         }

         .blog_box-caption ul li {
            font-size: 12px
         }

         .blog_box-caption h4 {
            font-size: 16px
         }

         .work_logo {
            width: 230px;
            min-width: auto;
            padding: 10px 15px
         }

         .work_rating {
            padding: 22px 5px
         }

         #footer_bottom .header_social {
            text-align: right
         }

         #footer_bottom .header_social li {
            width: auto;
            border: none;
            margin: 0 2px
         }

         .mobile_app_service_box {
            min-height: 500px
         }

         .tenc-intro-main__wrapper>.container {
            margin-top: -70px
         }

         .blog-slider .item .blog-post_content {
            padding: 0 12px 18px 12px
         }

         .blog-slider .author_post a {
            font-size: 12px
         }

         .blog-slider .date_post {
            font-size: 12px
         }

         .bannerfixedscrollimagewrap {
            width: 320px
         }

         .scrollmobilebanner .bannerfixedimagewidth {
            bottom: -180px
         }

         @keyframes bannermobilescroll {
            10% {
               -webkit-transform: translateY(0);
               -ms-transform: translateY(0);
               transform: translateY(0)
            }

            50% {
               -webkit-transform: translateY(-29%);
               -ms-transform: translateY(-32%);
               transform: translateY(-32%)
            }

            90% {
               -webkit-transform: translateY(calc(-100% + 40vw));
               -ms-transform: translateY(calc(-100% + 40vw));
               transform: translateY(calc(-100% + 40vw))
            }

            100% {
               -webkit-transform: translateY(0);
               -ms-transform: translateY(0);
               transform: translateY(0)
            }
         }

         @-webkit-keyframes bannermobilescroll {
            10% {
               -webkit-transform: translateY(0);
               -ms-transform: translateY(0);
               transform: translateY(0)
            }

            50% {
               -webkit-transform: translateY(-29%);
               -ms-transform: translateY(-32%);
               transform: translateY(-32%)
            }

            90% {
               -webkit-transform: translateY(calc(-100% + 40vw));
               -ms-transform: translateY(calc(-100% + 40vw));
               transform: translateY(calc(-100% + 40vw))
            }

            100% {
               -webkit-transform: translateY(0);
               -ms-transform: translateY(0);
               transform: translateY(0)
            }
         }

         .head-call-back-sidebar {
            left: 0;
            width: 100%
         }

         .head-call-back-sidebar-main {
            max-width: 500px;
            margin: 0 auto;
            width: 100%
         }

         .web-why-choose-main-box {
            min-height: 380px
         }

         .what-we-offer-main-slider-section {
            display: none !important
         }

         .what-we-offer-main-slider-section+div {
            height: 0 !important
         }

         .what-we-offer-main-listing .row:first-child {
            padding-top: 0
         }

         .portfolio-preview-box {
            padding: 60px 0
         }

         .portfolio-listing-box:hover {
            background-color: #fff
         }

         .portfolio-listing-box:hover .portfolio-listing-icon svg * {
            fill: #202122
         }

         .portfolio-listing-box:hover .portfolio-listing-icon span {
            color: #202122
         }

         .portfolio-listing-box.current {
            background-color: #008080
         }

         .portfolio-listing-box.current .portfolio-listing-icon svg * {
            fill: #fff
         }

         .portfolio-listing-box.current .portfolio-listing-icon span {
            color: #fff
         }

         .portfolio-preview-box.section {
            height: auto !important;
            position: relative !important;
            top: 0 !important;
            min-height: 100vh;
            transform: inherit !important
         }

         .portfolio-preview-wrap {
            height: auto !important
         }

         .our-work-process-slider-section {
            display: none !important
         }

         .our-work-process-slider-section+div {
            height: 0 !important
         }

         .our-work-process-section .title {
            margin-bottom: 40px
         }

         .bannerfixedimagewidth {
            width: 36%
         }

         .bannerfixedimagewidth.landscape {
            width: 40%
         }

         .similar-app-slider {
            padding-bottom: 0
         }

         .similar-app-slider .slick-arrow {
            position: absolute;
            bottom: 50px;
            border: 0;
            background: 0 0;
            cursor: pointer;
            z-index: 1;
            font-family: "Font Awesome 5 Free";
            font-size: 0;
            font-weight: 900;
            width: 40px;
            height: 40px;
            background: #008080;
            color: #fff;
            border-radius: 5px;
            outline: 0 !important
         }

         .similar-app-slider .slick-arrow.slick-next {
            right: 44%
         }

         .similar-app-slider .slick-arrow.slick-prev {
            left: 44%
         }

         .similar-app-slider .slick-arrow:before {
            font-size: 18px
         }

         .similar-app-slider .slick-arrow.slick-next:before {
            content: "\f105"
         }

         .similar-app-slider .slick-arrow.slick-prev:before {
            content: "\f104"
         }

         .similar-app-slider .slick-arrow:hover {
            background-color: #202122
         }

         .head-contact-info {
            display: block
         }

         .type-of-ar-list-item:hover .type-of-ar-list-icon {
            background-color: inherit;
            box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
         }

         .type-of-ar-list-item:hover .type-of-ar-list-icon svg path {
            fill: inherit
         }

         .type-of-ar-list-item:hover .type-of-ar-list-box h4 {
            color: inherit
         }

         .type-of-ar-list-item.slick-current .type-of-ar-list-icon {
            background-color: #008080;
            box-shadow: none
         }

         .type-of-ar-list-item.slick-current .type-of-ar-list-icon svg path {
            fill: #fff
         }

         .type-of-ar-list-item.slick-current .type-of-ar-list-box h4 {
            color: #008080
         }

         .thank-you-banner {
            min-height: 240px !important
         }

         .cookiealert,
         .hire-team-sticky-section {
            max-width: 100%
         }
      }

      @media (min-width:992px) {
         .web-app-sev-lang-collapse .tab_list {
            display: flex;
            max-width: 470px;
            float: right;
            flex-wrap: wrap
         }

         .web-app-sev-lang-collapse .card {
            border: none
         }

         .web-app-sev-lang-collapse .card .card-header {
            display: none
         }

         .web-app-sev-lang-collapse .card .collapse {
            display: block
         }
      }

      @media (max-width:991px) {
         .title h2 {
            font-size: 26px
         }

         .h4,
         h4 {
            font-size: 20px
         }

         h3 {
            font-size: 22px
         }

         .about,
         .padding-60 {
            padding: 50px 0
         }

         .padding-120-60 {
            padding: 110px 0 50px
         }

         .padding-6030 {
            padding: 50px 0 20px
         }

         .padding-00-30 {
            padding: 0 0 20px
         }

         .padding-60-00 {
            padding: 50px 0 0
         }

         .padding-00-60 {
            padding: 0 0 50px
         }

         .title {
            margin-bottom: 40px
         }

         .about-video-img {
            margin: 0 30px 50px
         }

         .about-video-img img {
            width: 90%
         }

         .counter-section li {
            width: 50%;
            padding: 20px 20px
         }

         .counter-section {
            flex-wrap: wrap
         }

         #servicesTab li {
            padding: 20px 5px
         }

         .servicesTabContent_text {
            margin-top: 50px
         }

         .technologies_icons {
            flex-wrap: wrap;
            justify-content: center !important
         }

         .technologies_icons li {
            min-width: 100px
         }

         .technologies_icons {
            flex-wrap: wrap;
            justify-content: center !important
         }

         .process-items:before {
            display: none
         }

         .process-items i {
            display: none
         }

         .process-items {
            padding: 0 15px
         }

         .about {
            overflow: hidden
         }

         #footer_bottom .header_social {
            text-align: center;
            margin-bottom: 10px
         }

         #rev_slider .tp-caption {
            max-width: 500px !important;
            width: 100%;
            min-width: 500px !important
         }

         #rev_slider .tp-caption>br {
            display: none
         }

         .app-service-tab-text {
            margin-top: 10px;
            text-align: center
         }

         .app-service-tab-content img {
            display: inline-block
         }

         .app-service-tab-content .order-lg-1 {
            text-align: center
         }

         .banner-2 {
            min-height: inherit
         }

         .banner-2 .video img {
            min-height: 1000px
         }

         .banner-2 .banner-main__wrapper {
            align-items: flex-start;
            position: relative;
            padding: 50px 0 110px
         }

         .video {
            min-height: inherit;
            max-height: inherit;
            position: absolute;
            height: 100%;
            left: 0;
            top: 0
         }

         .testimonials_text_slider {
            padding-left: 0
         }

         .process-box {
            min-height: 260px
         }

         .tenc-intro-main__wrapper>.container {
            margin-top: 0
         }

         .about .video-area-wrapper {
            max-width: 600px;
            width: 100%;
            margin: 0 auto
         }

         .about-bg-section {
            display: none !important
         }

         .about .counter-section {
            padding-left: 0
         }

         .about h3 {
            font-size: 22px
         }

         .why-choose-box {
            min-height: 265px
         }

         .hire-team-sticky-section {
            max-width: 100%;
            padding: 15px 10px
         }

         .hire-team-sticky-btn-wrap .close {
            top: -15px;
            right: 0;
            position: absolute
         }

         .hire-team-sticky-icon {
            width: 50px
         }

         .hire-team-sticky-content {
            width: calc(100% - 220px);
            padding: 0 15px
         }

         .hire-team-sticky-content .ttl1 {
            font-size: 14px
         }

         .hire-team-sticky-content .ttl2 {
            font-size: 12px
         }

         .hire-team-sticky-btn {
            width: 170px
         }

         .hire-team-sticky-btn-wrap .btn:before {
            display: none
         }

         .bannerfixedscrollimagewrap {
            width: 80%
         }

         .scrollmobilebanner .bannerfixedimagewidth {
            text-align: center;
            bottom: 0;
            margin: 30px auto 30px !important
         }

         @keyframes bannermobilescroll {
            10% {
               -webkit-transform: translateY(0);
               -ms-transform: translateY(0);
               transform: translateY(0)
            }

            50% {
               -webkit-transform: translateY(-22%);
               -ms-transform: translateY(-25%);
               transform: translateY(-25%)
            }

            90% {
               -webkit-transform: translateY(calc(-50% + 40vw));
               -ms-transform: translateY(calc(-50% + 40vw));
               transform: translateY(calc(-50% + 40vw))
            }

            100% {
               -webkit-transform: translateY(0);
               -ms-transform: translateY(0);
               transform: translateY(0)
            }
         }

         @-webkit-keyframes bannermobilescroll {
            10% {
               -webkit-transform: translateY(0);
               -ms-transform: translateY(0);
               transform: translateY(0)
            }

            50% {
               -webkit-transform: translateY(-22%);
               -ms-transform: translateY(-25%);
               transform: translateY(-25%)
            }

            90% {
               -webkit-transform: translateY(calc(-50% + 40vw));
               -ms-transform: translateY(calc(-50% + 40vw));
               transform: translateY(calc(-50% + 40vw))
            }

            100% {
               -webkit-transform: translateY(0);
               -ms-transform: translateY(0);
               transform: translateY(0)
            }
         }

         .solutions-box {
            min-height: 285px
         }

         .m-height-450 .mhbox {
            min-height: 450px
         }

         .m-height-340 .mhbox {
            min-height: 470px
         }

         .m-height-320 .mhbox {
            min-height: 340px
         }

         .m-height-240 .mhbox {
            min-height: 330px
         }

         .m-height-220 .mhbox {
            min-height: 260px
         }

         .m-height-170 .mhbox {
            min-height: 240px
         }

         .m-height-130 .mhbox {
            min-height: 185px
         }

         .innerbanner {
            min-height: inherit
         }

         .innerbanner .video {
            min-height: inherit;
            max-height: inherit;
            position: absolute;
            height: 100%;
            left: 0;
            top: 0
         }

         .innerbanner .tenc-intro-main__wrapper {
            position: relative;
            padding: 50px 0 110px
         }

         .innerbanner h1,
         .innerbanner h1.f-40 {
            font-size: 26px
         }

         .home .tenc-intro-main__wrapper h1 {
            font-size: 36px
         }

         .banner-main__wrapper h1,
         .tenc-intro-main__wrapper h1 {
            font-size: 26px;
            margin-bottom: 20px
         }

         .tenc-intro-main__wrapper p {
            font-size: 16px
         }

         .tenc-intro-main__wrapper a {
            font-size: 16px;
            padding: 12px 20px
         }

         .tenc-intro-main__wrapper .or {
            font-size: 18px
         }

         .tenc-intro-main__wrapper h2 {
            font-size: 24px;
            margin: 0 0 20px
         }

         .innerbanner .tenc-intro-main__wrapper p {
            font-size: 15px
         }

         .innerbanner .breadcrumb {
            bottom: 70px
         }

         .breadcrumb.no-company-logo {
            bottom: 20px
         }

         .banner_deveploment_main .author_img_box {
            margin-right: 5%
         }

         .banner_deveploment_main .author_text h1 {
            font-size: 30px
         }

         .banner_deveploment_main .author_text small {
            font-size: 18px
         }

         .blogauthore .breadcrumb {
            bottom: 30px
         }

         .banner_deveploment_main .center-item {
            padding-top: 30px
         }

         .innerbanner .tenc-intro-main__wrapper {
            display: block
         }

         .bannerfixedimage {
            position: relative
         }

         .bannerfixedimagewidth,
         .bannerfixedimagewidth.landscape {
            float: none;
            margin: 30px auto -60px
         }

         .what-we-offer-main-listing .row:first-child {
            padding-top: 0
         }

         .what-we-offer-main-listing .row:last-child {
            padding-bottom: 30px
         }

         .what-we-offer-main-listing-title h2,
         .what-we-offer-main-listing-title h3 {
            font-size: 24px
         }

         .what-we-offer-main-listing-img {
            margin-right: 0
         }

         .what-we-offer-main-slider-section.scroll-to-fixed-fixed+div {
            height: 0 !important
         }

         .web-app-sev-lang-collapse .left-col {
            display: none
         }

         .web-app-sev-lang-collapse .right-col {
            max-width: 100%;
            flex: 0 0 100%;
            -ms-flex: 0 0 100%
         }

         .web-app-sev-lang-collapse .content_wrapper {
            max-width: 100%
         }

         .web-app-sev-lang-collapse .tab_wrapper>ul {
            display: none
         }

         .web-app-sev-lang-collapse .accordian_header {
            font-size: 20px;
            font-weight: 500;
            padding: 15px 45px 15px 25px;
            display: none;
            -webkit-box-shadow: 0 1px 5px 0 rgba(72, 73, 121, .15);
            -moz-box-shadow: 0 1px 5px 0 rgba(72, 73, 121, .15);
            box-shadow: 0 1px 5px 0 rgba(72, 73, 121, .15);
            border-radius: 5px
         }

         .web-app-sev-lang-collapse .accordian_header+.accordian_header {
            display: block
         }

         .web-app-sev-lang-collapse .accordian_header.active {
            color: #fff;
            background-color: #008080
         }

         .web-app-sev-lang-collapse .tab_content h3 {
            font-size: 26px
         }

         .web-app-sev-lang-collapse .accordian_header+.accordian_header {
            cursor: pointer;
            position: relative
         }

         .web-why-choose-us-main {
            padding: 95px 0 20px
         }

         .web-why-choose-main-box {
            padding: 25px 20px;
            min-height: 340px
         }

         .service-web-inner:before {
            display: none
         }

         .callouts-separate.webdevinner {
            margin: 50px auto 0
         }

         .web-why-go-content h3 {
            font-size: 24px
         }

         .type-of-ar-title {
            font-size: 22px
         }

         .types-of-ar-platform-section {
            padding-top: 90px
         }

         .types-of-ar-platform-box {
            min-height: 210px
         }

         .ar-why-choose-content-box {
            min-height: 280px
         }

         .callouts-separate+.ar-why-choose-us-section {
            padding-top: 100px
         }

         .banner.height668 {
            min-height: inherit
         }

         .banner.height668 .video {
            min-height: inherit;
            max-height: inherit
         }

         .innerbanner.height668 .tenc-intro-main__wrapper {
            padding: 50px 0 50px
         }

         .portfolio-preview-content-box {
            margin-bottom: 30px;
            text-align: center
         }

         .portfolio-preview-thumb {
            text-align: center
         }

         .portfolio-preview-content-box .button-wrap {
            justify-content: center
         }

         .portfolio-preview-box {
            padding: 50px 0
         }

         .portfolio-preview-main-logo {
            justify-content: center
         }

         .option1.portfolio-listing-section {
            position: relative;
            top: 0
         }

         .option1.portfolio-listing-section>.container {
            padding: 0
         }

         .option1.portfolio-listing-section .d-flex {
            border-radius: 0
         }

         .portfolio-preview-main-logo-text .appname {
            font-size: 28px
         }

         .portfolio-preview-main-logo-text .moreaboutapp {
            font-size: 20px
         }

         .about-us-review-section {
            padding: 0 0 20px
         }

         .about-us-review-section .counter-section {
            max-width: 600px;
            width: 100%;
            margin: 0 auto
         }

         .about-leadership-image {
            min-height: 350px
         }

         .about-leadership-content {
            padding: 20px 20px
         }

         .about-leadership-title {
            font-size: 22px
         }

         .mission-n-vision-box {
            padding: 25px 25px
         }

         .our-core-value-box {
            min-height: 270px
         }

         .our-history-detail-image {
            margin: 30px 0 30px 30px
         }

         .our-history-detail-box {
            padding: 30px 20px
         }

         .our-history-detail-num {
            font-size: 40px
         }

         .our-history-detail-title {
            font-size: 22px;
            margin-bottom: 15px
         }

         .our-history-detail-icon svg {
            width: 90px;
            height: 90px
         }

         .our-history-detail-box-title-wrap {
            padding-right: 100px
         }

         .our-history-progress-bottom {
            margin-top: 30px
         }

         .our-work-process-section .title {
            margin-bottom: 40px
         }

         .our-process-step-row {
            padding: 50px 0 80px 0
         }

         .our-process-step-row .position-static {
            margin-left: 0 !important
         }

         .our-process-step-row:nth-child(even) .position-static {
            margin-right: 0 !important
         }

         .our-process-step-row:nth-child(even) .our-process-content-box .number {
            left: 40px;
            right: inherit
         }

         .our-process-content {
            padding: 30px 25px
         }

         .our-process-content h3 {
            font-size: 24px;
            margin-bottom: 12px;
            padding-left: 55px
         }

         .our-process-content-box .number {
            z-index: 1;
            left: 40px;
            right: inherit;
            font-size: 40px;
            top: 24px
         }

         .our-process-image-box {
            max-width: 570px;
            width: 100%;
            margin: 0 auto
         }

         .our-process-step-listing .our-process-step-row:nth-child(even) .our-process-image-box {
            margin: 0 auto
         }

         .our-process-step-listing .our-process-step-row:nth-child(odd) .our-process-image-box {
            margin: 0 auto
         }

         .our-process-step-row .position-static {
            margin-bottom: 40px
         }

         .mvp-what-we-offer-box {
            min-height: 530px
         }

         .mvp-process-dev-section {
            padding-bottom: 10px
         }

         .mvp-process-dev-box-wrap:before {
            display: none
         }

         .mvp-process-dev-box:after {
            display: none
         }

         .mvp-process-dev-box {
            margin: 0 0 50px;
            min-height: 390px
         }

         .mvp-process-dev-section .title {
            margin-bottom: 40px
         }

         .mvp-process-dev-box-wrap .row>div:nth-child(4) .mvp-process-dev-box:before,
         .mvp-process-dev-box-wrap .row>div:nth-child(5) .mvp-process-dev-box:before,
         .mvp-process-dev-box-wrap .row>div:nth-child(6) .mvp-process-dev-box:before {
            left: inherit;
            top: inherit;
            right: 40px;
            bottom: -27px;
            transform: inherit
         }

         .mvp-why-choose-dev-section .col-right {
            margin-left: 0 !important;
            margin-right: 0 !important
         }

         .mvp-why-choose-dev-box-wrap {
            padding: 20px 15px
         }

         .game-service-offer-box {
            margin: 50px 0 30px;
            min-height: 360px
         }

         .game-what-we-offer-box {
            min-height: 365px
         }

         .best-game-dev-company-box {
            min-height: 230px
         }

         #blog {
            margin-top: -50px
         }

         .innerbanner.blog {
            min-height: inherit
         }

         .innerbanner.blog .video {
            min-height: inherit;
            max-height: inherit
         }

         .innerbanner.blog .video img {
            min-height: inherit
         }

         .blog-list-desc h2 {
            font-size: 22px
         }

         .blog-banner-profile {
            margin: 40px auto 20px
         }

         .blog-detail-banner-box .author-name a,
         .blog-detail-banner-box .blog-category a,
         .blog-detail-banner-box .blog-date {
            font-size: 16px;
            padding: 0
         }

         .blog-detail-image {
            margin-bottom: 40px
         }

         .blog-detail-content h2 {
            font-size: 18px
         }

         .subscribe-section {
            padding: 30px 30px 20px
         }

         .about-blog-author-section {
            margin: 50px 0
         }

         .subscribe-text span {
            font-size: 24px
         }

         .subscribe-content-box {
            margin-bottom: 30px
         }

         .rel-post-box {
            min-height: 480px
         }

         .our-expert-build-box {
            padding: 20px 20px
         }

         .our-expert-build-content {
            width: 100%
         }

         .foot-social {
            margin-top: 30px
         }

         .foot-social .header_social .social-share-fixed {
            transform: translateY(-100%);
            white-space: normal;
            padding: 10px 40px 10px 10px
         }

         .foot-social .header_social li.social-share .icon {
            margin-right: 0;
            margin-bottom: 8px
         }

         .foot-social .header_social li.social-share .icon span {
            top: inherit;
            transform: translateX(100%);
            right: -5px
         }

         .footer-center-market-list {
            justify-content: center;
            padding-bottom: 0
         }

         .footer-center-market-list .item {
            margin: 0 7px 20px
         }

         .foot-vat-no {
            margin-bottom: 10px
         }

         .footer_box h5 {
            font-size: 22px
         }

         .foot-center-col h4 {
            font-size: 22px
         }

         .game-why-us-inner-image {
            margin-bottom: 30px
         }

         .bannerfixedimagewidth {
            width: 41%
         }

         .bannerfixedimagewidth.landscape {
            width: 50%
         }

         .ins-msg-content-wrap {
            padding: 30px 25px 20px 0;
            margin-bottom: 25px
         }

         .ins-msg-content-wrap .contentrow img {
            margin-left: 25px;
            width: 180px
         }

         .ins-msg-content-wrap .tab_content_wrap {
            width: calc(100% - 205px)
         }

         .ins-msg-tab-wrap .tab_list li {
            padding: 15px 15px
         }

         .ins-msg-tab-wrap .tab_list_title_icon {
            width: 30px;
            height: 30px
         }

         .ins-msg-tab-wrap .tab_list_title {
            width: calc(100% - 50px);
            font-size: 15px
         }

         .similar-app-image {
            position: relative;
            top: 0;
            padding: 0 15px 40px
         }

         .similar-app-image-wid {
            width: auto;
            margin: 0 auto
         }

         .similar-app-image-wid img {
            display: none;
            margin: 0 auto;
            width: auto
         }

         .similar-app-main:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, .5)
         }

         .similar-app-content-wrap:before {
            display: none
         }

         .similar-app-content-wrap {
            min-height: inherit;
            padding: 40px 0
         }

         .why-you-invest-main .mt-50 {
            margin-top: 0 !important
         }

         .why-you-invest-box {
            min-height: 260px
         }

         .real-time-app-main {
            padding: 30px 0
         }

         .real-time-app-main>.container>.row {
            align-items: center
         }

         .real-time-app-icon {
            width: 100%;
            margin: 0 auto
         }

         .real-time-app-content {
            margin-right: 20px
         }

         .real-time-app-content .top {
            font-size: 18px
         }

         .real-time-app-content h4 {
            font-size: 22px
         }

         .real-time-app-content .bottom {
            font-size: 16px
         }

         .car-wash-process-box {
            margin: 0 0 50px 0
         }

         .car-wash-process-box-wrap .wow:nth-child(3) .car-wash-process-box .bt.arrow {
            top: calc(100% + 15px);
            right: 0;
            line-height: 1;
            left: 0;
            width: 50px;
            text-align: center;
            margin: 0 auto;
            transform: rotate(90deg)
         }

         .car-wash-process-box-wrap .wow:nth-child(4) .car-wash-process-box .down.arrow {
            top: 35px;
            right: inherit;
            line-height: 1;
            left: -31px;
            width: 31px;
            text-align: center;
            transform: rotate(180deg)
         }

         .car-wash-process-box-wrap .wow:last-child .car-wash-process-box .bb.arrow {
            display: block;
            left: -31px;
            right: inherit
         }

         .car-wash-process-box-wrap .wow:nth-child(7) .car-wash-process-box .rotate.arrow {
            top: calc(100% + 15px);
            right: 30px;
            line-height: 1;
            left: inherit;
            bottom: inherit;
            width: 50px;
            text-align: center;
            margin: 0 auto;
            transform: rotate(90deg)
         }

         .car-wash-process-box-wrap .wow:nth-child(6) .car-wash-process-box .rotate.arrow {
            transform: inherit
         }

         .car-wash-process-box-wrap .wow:nth-child(5) .car-wash-process-box .rotate.arrow {
            display: none
         }

         .car-wash-feature-tab-content {
            margin-top: 50px
         }

         .other-demand-app-icon {
            margin: 0 auto 30px
         }

         .other-demand-app-box a {
            padding: 30px 15px
         }

         .similar-app-white-main:before {
            display: none
         }

         .similar-app-white-main .similar-app-image {
            padding: 30px 15px 0
         }

         .similar-app-white-main .similar-app-content-wrap {
            padding: 0
         }

         .why-erp-main .game-service-offer-box {
            min-height: 295px
         }

         .custom-erp-main .game-what-we-offer-box {
            min-height: 355px
         }

         .invest-erp-main .why-you-invest-box {
            min-height: 310px
         }

         .why-crm-main .game-service-offer-box {
            min-height: 340px
         }

         .technology-box li {
            min-height: 240px
         }

         .what-we-offer-main-listing .row.technology-box {
            padding-top: 50px;
            padding-bottom: 0
         }

         .uiux-service-content {
            min-height: inherit;
            margin: -50px 15px 0;
            padding: 25px 15px
         }

         .uiux-service-box {
            max-width: 600px;
            width: 100%;
            margin: 0 auto
         }

         .uiux-design-process-list .row {
            margin-bottom: 30px
         }

         .uiux-design-process-content .number {
            margin-bottom: 15px;
            font-size: 30px
         }

         .uiux-design-process-content {
            margin-bottom: 30px;
            padding-top: 0
         }

         .uiux-design-process-content h5 {
            font-size: 20px
         }

         .uiux-design-process-list>.row:nth-child(odd) .uiux-design-process-content {
            margin-top: 0
         }

         .uiux-design-process-list>.row:nth-child(even) .uiux-design-process-content-image {
            margin-top: 0
         }

         .uiux-design-process-content-image:after {
            display: none
         }

         .uiux-design-process-content-image:before {
            display: none
         }

         .uiux-design-process-content-image {
            display: inline-block
         }

         .uiux-design-process-list>.row:last-child {
            margin-bottom: 0
         }

         .tideway-box {
            min-height: 520px
         }

         .tideway-logo {
            top: 20px
         }

         .tideway-top {
            display: block !important;
            margin-bottom: 25px
         }

         .tideway-client-info {
            width: 100%;
            margin: 0;
            padding: 20px 0 0 0
         }

         .tideway-client-info .name {
            margin-bottom: 10px
         }

         .contact-info-icon {
            width: 80px;
            height: 80px
         }

         .contact-info-icon svg {
            width: 40px;
            height: 40px
         }

         .contact-info-box {
            padding: 30px 8px;
            min-height: 150px
         }

         .solution-we-offer-image {
            max-width: 400px;
            width: 100%;
            margin: 0 auto
         }

         .solution-we-offer-image img {
            width: 100%
         }

         .solution-we-offer-content {
            max-width: 340px;
            width: 100%;
            position: relative;
            transform: inherit;
            float: none;
            display: block;
            margin: -30px auto 0;
            padding: 25px 15px
         }

         .solution-we-offer-box:hover .solution-we-offer-image {
            left: 0
         }

         .similar-app-option3-main .fixed-col {
            position: relative
         }

         .similar-app-option3-main .fixedimage {
            position: relative;
            width: 100%;
            float: none;
            max-width: 100%;
            padding: 0 15px;
            text-align: center
         }

         .similar-app-option3-main .fixedimage img {
            margin: 0 auto
         }

         .similar-app-option3-main .content-box {
            max-width: 100%;
            padding: 30px 15px;
            min-height: inherit
         }

         .similar-app-option3-main {
            padding-top: 0 !important
         }

         .similar-app-option3-main .content-logo-name .mainname {
            font-size: 30px
         }

         .similar-app-option3-main .fixedimage .d-lg-none {
            display: block !important
         }

         .similar-app-slider .slick-arrow {
            bottom: 31px
         }

         .similar-app-slider .slick-arrow.slick-next {
            right: 42%
         }

         .similar-app-slider .slick-arrow.slick-prev {
            left: 42%
         }

         .similar-app-slider {
            background-color: #f8f9fa !important
         }

         .similar-app-option3-main .bg-light {
            background-color: transparent !important;
            box-shadow: none
         }

         .similar-app-slider .slick-dots {
            top: inherit;
            transform: translateX(-50%);
            left: 50%;
            right: inherit;
            margin-top: 0;
            bottom: 30px
         }

         .similar-app-slider .slick-dots li {
            display: inline-block;
            vertical-align: middle
         }

         .types-of-social-media-box {
            min-height: 310px
         }

         .detail-feature-tab-content .servicesTabContent_text {
            margin-top: 30px
         }

         .detail-feature-tab #servicesTab {
            margin-bottom: 50px
         }

         .advantage-of-real-estate-main .web-why-choose-us-inner-box {
            min-height: 270px
         }

         .real-estate-type-main .game-what-we-offer-box {
            min-height: 340px
         }

         .error-main {
            display: block !important;
            padding-top: 80px
         }

         .error-img {
            margin: 0 auto
         }

         .error-message {
            width: 100% !important;
            padding: 60px 0 30px
         }

         .error-message p {
            font-size: 16px
         }

         .error-service-list-wrap {
            margin-top: 30px
         }

         .error-message h2 {
            font-size: 35px;
            margin-bottom: 20px
         }

         .error-service-list-item a {
            padding: 10px 5px
         }

         .thank-you-banner {
            min-height: 250px !important
         }

         .thank-you-founder-img {
            max-width: 200px;
            margin: 0 25px -40px 12px
         }

         .thank-you-founder-img img {
            width: 200px;
            height: 200px
         }

         .thank-you-founder-text p {
            font-size: 15px
         }

         .thank-you-founder-text h2 {
            font-size: 16px
         }

         .thank-you-founder-text h3 {
            font-size: 22px
         }

         .thank-you-founder-text {
            padding-top: 10px
         }

         .thank-you-process-section h2 {
            font-size: 22px
         }

         .thank-you-process-box {
            padding-bottom: 80px
         }

         .thank-you-process-step-icon {
            width: 80px;
            height: 71px;
            background-size: cover
         }

         .thank-you-process-step-section h2 {
            font-size: 22px
         }

         .thank-you-process-step-icon span svg {
            width: 31px;
            height: 31px
         }

         .thank-you-process-step-box .num {
            font-size: 20px
         }

         .thank-you-process-step-box .step-name {
            font-size: 14px;
            min-height: 40px
         }

         .thank-you-process-step-box .step-arrow {
            padding-left: 50px
         }

         .thank-you-process-step-box:nth-child(even) {
            padding-top: 6px
         }

         .privacy-policy h2 {
            font-size: 24px
         }

         .privacy-policy h3 {
            font-size: 20px
         }

         .custom-cms-main .game-what-we-offer-box {
            min-height: 385px
         }

         .thank-you-v3 {
            padding-top: 80px
         }

         .thank-you-v3 .container {
            display: block !important
         }

         .thank-you-v3 .founder-image {
            max-width: 350px;
            width: 100%;
            order: 1;
            margin: 0 auto 30px
         }

         .thank-you-v3 .content {
            width: 100%
         }

         .thank-you-v3 .content h2 {
            font-size: 35px
         }

         .thank-you-v3 .bglightorange {
            margin-top: 30px
         }

         .chatbot-adv-box {
            min-height: 300px
         }

         .chatbot-platform-box {
            min-height: 265px;
            padding: 25px 25px
         }

         .write-us-banner {
            padding: 80px 0
         }

         .write-us-banner h1 {
            font-size: 24px;
            margin: 0 0 20px
         }

         .write-us-banner p {
            font-size: 16px
         }

         .write-for-us-main h2 {
            font-size: 22px
         }

         .write-for-us-main .row {
            margin-bottom: 30px
         }

         .write-for-us-main .row:nth-child(odd) .col-lg-7 {
            order: 1
         }

         .write-for-us-main .row:nth-child(odd) .col-lg-5 {
            order: 2
         }

         .write-for-us-cta .container {
            padding: 50px 15px;
            max-width: 680px
         }

         .write-for-us-cta h3 {
            font-size: 26px
         }

         .write-for-us-cta .btn-custome {
            font-size: 14px
         }

         .business-solution-slide ul li {
            width: 100%;
            margin-bottom: 30px
         }

         .business-solution-slide ul li:last-child {
            margin-bottom: 0
         }

         .business-solution-slide ul li.active {
            width: 100%
         }

         .business-solution-slide ul li .content {
            height: auto;
            padding: 30px 20px 10px
         }

         .business-solution-slide ul li.active .content {
            padding: 30px 20px
         }

         .cta.fullwidth .btn-col {
            -ms-flex-pack: end !important;
            justify-content: flex-end !important;
            padding: 40px 35px
         }

         .cta.fullwidth .cd-headline span {
            font-size: 20px
         }

         .cta.fullwidth:before {
            width: calc(50% - 100px)
         }

         .cta.fullwidth .btn-col:before {
            left: 60px
         }
      }

      @media (max-width:800px) {
         .bannerfixedimagewidth {
            width: 50%
         }
      }

      @media (max-height:800px) {
         .thank-you-banner {
            min-height: 330px
         }

         .thank-you-founder-img {
            max-width: 190px
         }

         .thank-you-founder-img img {
            width: 190px;
            height: 190px
         }

         .thank-you-founder-text h2 {
            font-size: 24px
         }

         .thank-you-founder-text h3 {
            font-size: 30px
         }

         .thank-you-process-section {
            padding: 70px 0 20px
         }

         .thank-you-process-section h2 {
            font-size: 26px;
            margin-bottom: 30px
         }

         .thank-you-process-box {
            padding-bottom: 10px
         }

         .thank-you-process-image {
            max-width: 360px
         }

         .thank-you-process-content {
            max-width: 340px
         }

         .thank-you-process-content p {
            font-size: 14px
         }

         .thank-you-process-step-section {
            padding: 40px 0 20px
         }

         .thank-you-process-step-section h2 {
            font-size: 24px;
            padding-bottom: 0
         }

         .thank-you-process-step-icon {
            width: 120px;
            height: 101px;
            background-size: cover
         }

         .thank-you-process-step-icon span svg {
            width: 40px;
            height: 40px
         }

         .thank-you-process-step-box .num {
            font-size: 28px
         }

         .thank-you-process-step-box .step-name {
            font-size: 16px;
            min-height: 50px
         }

         .thank-you-process-step-box:nth-child(even) {
            padding-top: 21px
         }
      }

      @media (max-height:768px) {
         .error-img {
            width: 40%
         }

         .error-message {
            width: 60%;
            padding: 40px 0
         }

         .error-service-list-wrap {
            margin-top: 50px
         }

         .thank-you-banner {
            min-height: 300px
         }

         .thank-you-founder-img {
            max-width: 170px
         }

         .thank-you-founder-img img {
            width: 170px;
            height: 170px
         }

         .thank-you-founder-text h2 {
            font-size: 22px
         }

         .thank-you-founder-text h3 {
            font-size: 26px
         }

         .thank-you-process-section {
            padding: 70px 0 20px
         }

         .thank-you-process-section h2 {
            font-size: 22px
         }

         .thank-you-process-image {
            max-width: 320px
         }

         .thank-you-process-content {
            max-width: 300px;
            padding: 10px 10px
         }

         .thank-you-process-box {
            padding-bottom: 0
         }
      }

      @media (max-width:767px) {

         .about,
         .padding-60 {
            padding: 40px 0
         }

         .padding-120-60 {
            padding: 40px 0
         }

         .padding-6030 {
            padding: 40px 0 10px
         }

         .padding-00-30 {
            padding: 0 0 10px
         }

         .padding-60-00 {
            padding: 40px 0 10px
         }

         .padding-00-60 {
            padding: 0 0 40px
         }

         body {
            overflow-x: hidden
         }

         .banner {
            min-height: 550px
         }

         .banner-2 {
            min-height: inherit
         }

         .banner_contactForm {
            padding: 20px 15px
         }

         .video {
            max-height: 550px;
            min-height: 550px
         }

         .video video {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
         }

         .video img {
            min-height: 550px
         }

         .btn-custome {
            font-size: 14px !important
         }

         #carouselExampleSlidesOnly .carousel-caption h1 {
            font-size: 24px;
            margin-bottom: 15px
         }

         #carouselExampleSlidesOnly .carousel-caption p {
            font-size: 14px;
            margin-bottom: 15px
         }

         #carouselExampleSlidesOnly .carousel-caption p br {
            display: none
         }

         .home .tenc-intro-main__wrapper h1 {
            font-size: 28px
         }

         .innerbanner h1,
         .innerbanner h1.f-40,
         .tenc-intro-main__wrapper h1 {
            font-size: 24px;
            margin-bottom: 20px
         }

         .tenc-intro-main__wrapper h2 {
            font-size: 20px
         }

         .tenc-intro-main__wrapper p {
            font-size: 14px;
            margin-bottom: 20px
         }

         .innerbanner .tenc-intro-main__wrapper p {
            font-size: 14px
         }

         h3 {
            font-size: 20px
         }

         .counter-section li {
            padding: 10px 0 10px 20px;
            align-items: flex-start;
            flex-wrap: wrap
         }

         .counter-section li:nth-child(1),
         .counter-section li:nth-child(3) {
            padding-left: 5px
         }

         .counter-section {
            margin-top: 10px
         }

         .counter-section li img {
            width: 50px
         }

         .counter_text p {
            font-size: 12px
         }

         .counter-section li:nth-child(2):before {
            display: none
         }

         #servicesTab {
            padding: 5px 0 10px
         }

         #servicesTab li {
            padding: 0;
            width: auto;
            margin: 10px 0 0;
            border: none
         }

         #servicesTab li a {
            font-size: 10px;
            word-break: break-all;
            width: 55px;
            position: relative;
            z-index: 1
         }

         #servicesTab li svg {
            width: 25px;
            margin: 0
         }

         #servicesTab li a span>span {
            display: none
         }

         #servicesTab li a span.w-100 {
            margin-top: 10px
         }

         #servicesTab li a.active:before,
         #servicesTab li a:hover:before {
            background: #202122
         }

         .counter_text .counter {
            font-size: 28px
         }

         .title span {
            font-size: 14px
         }

         .title h2 {
            font-size: 20px
         }

         .servicesTabContent_text h3 {
            font-size: 24px
         }

         .servicesTabContent_text span {
            font-size: 16px
         }

         .servicesTabContent_text ul {
            flex-wrap: wrap;
            justify-content: center
         }

         .servicesTabContent_text ul li {
            padding: 10px 10px
         }

         .servicesTabContent_text ul li a.btn-custome {
            margin: 0
         }

         .portfolio-slider {
            padding: 0 0 20px !important
         }

         .testimonials_circle {
            height: 0;
            visibility: hidden;
            opacity: 0;
            width: 0
         }

         .testimonials_left {
            width: 100%;
            height: 200px;
            margin: 0 0 30px
         }

         .testimonials_text_slider {
            padding-left: 0;
            overflow: visible
         }

         .testimonials_text_box:before {
            top: -25px;
            left: 50%;
            transform: translate(-50%, 0);
            border-top: none;
            border-right: 20px solid transparent;
            border-bottom: 25px solid #fff;
            border-left: 20px solid transparent
         }

         .testimonials-arrow {
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            z-index: 999
         }

         .testimonials_text_box {
            padding: 15px
         }

         .testimonials-arrow:before {
            transform: rotate(134deg);
            width: 32px;
            left: -1px;
            top: -13px;
            z-index: 999
         }

         .testimonials-arrow:after {
            transform: rotate(50deg);
            width: 30px;
            left: 42%;
            top: -13px;
            z-index: 999
         }

         .call_shedule_img {
            max-width: 250px
         }

         .call_shedule_img img {
            height: 250px;
            width: 250px
         }

         .call_shedule_text h4 {
            font-size: 24px
         }

         .call_shedule_text ul {
            flex-wrap: wrap;
            justify-content: center;
            flex-flow: column-reverse
         }

         .call_shedule_text ul li {
            margin: 5px 0
         }

         #technologies_tabs li {
            margin: 5px 0
         }

         .testimonials_text {
            overflow: hidden;
            padding-top: 25px
         }

         .technologies_icons li {
            width: 80px;
            min-width: 80px;
            margin: 5px 5px;
            height: 80px
         }

         .blog_author_img {
            width: 50px;
            height: 50px
         }

         .blog_box-caption .btn-custome {
            position: static
         }

         .blog_box-caption {
            min-height: auto
         }

         .blog_box-caption ul {
            margin-top: -20px
         }

         .get_quote {
            font-size: 14px;
            padding: 5px 10px;
            right: -35px
         }

         .work_rating img {
            width: 40px;
            margin-right: 5px
         }

         .work_logo {
            width: auto;
            height: 95px
         }

         .work_rating {
            padding: 0 5px;
            width: 150px;
            height: 95px
         }

         .rating_text {
            font-size: 10px
         }

         .rating_text strong {
            width: 100%;
            float: left
         }

         .contact-custome-btn {
            font-size: 18px;
            padding: 15px 30px;
            width: 100%
         }

         .hire_box {
            margin-bottom: 20px;
            padding: 15px 8px;
            font-size: 12px
         }

         .callouts-separate {
            margin: 0 0 40px;
            flex-wrap: wrap;
            justify-content: center !important;
            position: relative
         }

         .callouts span {
            font-size: 18px;
            text-align: center;
            margin-bottom: 10px;
            margin-right: 5px
         }

         .scroll-top {
            width: 40px;
            height: 40px;
            font-size: 24px
         }

         .scroll-top:hover:before {
            font-size: 24px
         }

         .scroll-top:after {
            height: 20px
         }

         .about-video-img:before {
            display: none
         }

         .about-video-img {
            margin: 0 0 20px
         }

         #intelGrecaptchaFooter {
            display: flex;
            align-items: center;
            justify-content: center
         }

         .app_service_box span {
            font-size: 14px
         }

         .app-why-box {
            min-height: auto
         }

         .app-service-tab-box {
            width: 150px;
            height: 150px;
            padding: 10px 10px
         }

         .app-service-tab-text h3 {
            font-size: 20px
         }

         .app-service-tab-box span {
            font-size: 12px
         }

         .banner-main__wrapper h1 {
            font-size: 24px;
            margin-bottom: 20px
         }

         .banner-main__wrapper p {
            font-size: 14px;
            margin-bottom: 20px
         }

         .banner-btn .btn {
            padding: 10px 10px;
            font-size: 14px
         }

         .brands_logo div {
            -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
            max-width: 33.3333%
         }

         .banner-main__wrapper {
            display: block;
            padding-top: 30px
         }

         .breadcrumb li {
            font-size: 10px;
            margin-bottom: 5px
         }

         .about-icon-slider a {
            width: 40px;
            height: 40px;
            padding: 8px
         }

         .mobile_app_service_box {
            min-height: auto
         }

         .mobile_app_service_box .btn-custome {
            position: static
         }

         #callouts-type .typed {
            font-size: 18px
         }

         #contact_popup {
            display: block;
            padding: 10px 0 !important
         }

         .popup_form {
            margin: 25px auto
         }

         .popup_form {
            margin: 0 auto;
            float: left;
            width: 100%;
            padding: 0 15px
         }

         .popup_form h4 {
            font-size: 24px;
            margin: 0 0 20px 0;
            line-height: 28px
         }

         #popup_close {
            font-size: 24px;
            top: 15px
         }

         #request_the_quote .form-group {
            margin-bottom: 15px
         }

         .blog-slider .item .blog-post_content {
            min-height: inherit
         }

         .blog-post_title {
            height: 50px
         }

         .blog-post_title a {
            font-size: 18px;
            line-height: 24px
         }

         .blog-slider .item .blog-post {
            max-width: 390px;
            width: 100%;
            margin: 0 auto 10px
         }

         .about h3 {
            font-size: 18px
         }

         #estimate-mobile-btn {
            top: 5px;
            padding: 9px 13px;
            border-radius: 100%
         }

         #estimate-mobile-btn .fas {
            margin: 0;
            font-size: 22px
         }

         #estimate-mobile-btn span {
            display: none
         }

         .head-call-form-section {
            margin-top: 20px
         }

         .solutions-box {
            min-height: 340px
         }

         .banner_deveploment_main .center-item {
            display: block
         }

         .hire_box {
            min-height: inherit
         }

         .hire_box span {
            min-height: 40px
         }

         .btn-custome.btn-lg {
            padding: 15px 25px
         }

         .hire-col {
            padding: 0 10px
         }

         .hire-col .row>div {
            padding: 0 5px
         }

         .footer_box {
            margin-bottom: 30px
         }

         .footer_box h5 {
            font-size: 22px
         }

         .footer_box_img {
            margin-bottom: 0 !important;
            width: 50%;
            float: left
         }

         .footer_box_add {
            width: 50%;
            float: left;
            padding-left: 15px
         }

         .footer_box ul li {
            margin-bottom: 10px
         }

         .footer-center-market-list .item img {
            height: auto
         }

         footer .title+.row>div:last-child .footer_box {
            margin-bottom: 0
         }

         .hire-team-sticky-section {
            display: none !important
         }

         .cookiealert {
            margin-bottom: 0 !important;
            border-radius: 0;
            text-align: center
         }

         .cookiealert-img {
            display: none
         }

         .cookiealert-container {
            display: block
         }

         .cookiealert-text p {
            font-size: 13px
         }

         .cookiealert-text .que {
            font-size: 16px
         }

         .cookiealert-text .que span {
            display: inline-block
         }

         .cookiealert-text {
            width: 100%;
            padding: 0
         }

         .cookiealert-buttons {
            padding-top: 10px;
            margin: 0 auto
         }

         .m-height-450 .mhbox {
            min-height: inherit
         }

         .m-height-380 .mhbox {
            min-height: 380px
         }

         .m-height-340 .mhbox {
            min-height: 450px
         }

         .m-height-320 .mhbox {
            min-height: 430px
         }

         .m-height-280 .mhbox {
            min-height: 280px
         }

         .m-height-260 .mhbox {
            min-height: 260px
         }

         .m-height-240 .mhbox {
            min-height: 300px
         }

         .m-height-220 .mhbox {
            min-height: 240px
         }

         .m-height-170 .mhbox {
            min-height: inherit
         }

         .innerbannerform {
            padding: 25px 15px 15px
         }

         .innerbanner {
            position: relative;
            min-height: inherit
         }

         .innerbanner:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: rgba(32, 33, 34, .8);
            z-index: 1
         }

         .innerbanner .tenc-intro-main__wrapper {
            padding: 40px 0 110px;
            background-color: transparent
         }

         .banner-2 .banner-main__wrapper {
            padding: 50px 0 110px
         }

         .service-main-content h2 {
            font-size: 22px
         }

         .service-main-content h2:before {
            width: 40%
         }

         .what-we-offer-main-listing-title .number {
            font-size: 60px;
            line-height: 45px
         }

         .what-we-offer-main-listing-title .number span {
            line-height: 25px
         }

         .what-we-offer-main-listing-title h2,
         .what-we-offer-main-listing-title h3 {
            font-size: 20px
         }

         .what-we-offer-main-listing-img:before {
            left: 10px;
            top: 10px
         }

         .what-we-offer-main-listing .row {
            padding-top: 50px
         }

         .what-we-offer-main-listing .row:last-child {
            padding-bottom: 10px
         }

         .web-app-sev-lang-collapse .accordian_header {
            font-size: 16px;
            padding: 15px 45px 15px 15px
         }

         .web-app-sev-lang-collapse .tab_content img {
            width: 150px
         }

         .web-app-sev-lang-collapse .tab_content h3 {
            font-size: 24px
         }

         .web-why-choose-us-main {
            padding: 40px 0 10px
         }

         .web-why-choose-main-box {
            min-height: 300px
         }

         .web-why-choose-main-box h5 {
            font-size: 16px;
            margin-bottom: 10px
         }

         .callouts-separate.graybgoption {
            bottom: 0
         }

         .web-why-choose-us-inner-box {
            text-align: center;
            padding: 15px 15px 20px
         }

         .web-why-choose-inner-icon {
            float: none;
            margin: -52px auto 15px
         }

         .web-why-choose-us-inner-box h5 {
            width: 100%;
            padding: 0;
            float: none
         }

         .web-why-go-content h3 {
            font-size: 20px
         }

         .web-why-go-content p {
            font-size: 15px
         }

         .type-of-ar-title {
            font-size: 20px
         }

         .types-of-ar-platform-box {
            max-width: 350px;
            width: 100%;
            margin: 0 auto
         }

         .ar-services-detail-content {
            max-width: 580px;
            width: 100%;
            margin: 0 auto 20px;
            text-align: center
         }

         .ar-services-list-section {
            padding-top: 40px
         }

         .ar-why-choose-content-box {
            text-align: center;
            padding: 20px 15px;
            min-height: inherit
         }

         .ar-why-choose-content-box.mt-50 {
            margin-top: 0 !important
         }

         .ar-why-choose-us-title {
            font-size: 18px
         }

         .callouts-separate+.ar-why-choose-us-section {
            padding-top: 40px
         }

         .portfolio-listing-section>.container {
            padding: 0
         }

         .portfolio-listing-section>.container>div {
            justify-content: center
         }

         .portfolio-listing-box {
            border-bottom: 0;
            border-right: 0
         }

         .option1 .portfolio-listing-box {
            display: table;
            height: 112px
         }

         .portfolio-listing-icon {
            min-height: inherit;
            padding: 15px 10px;
            display: table-cell;
            vertical-align: middle;
            text-align: center
         }

         .portfolio-listing-box:nth-child(4) {
            border-left: 0
         }

         .portfolio-preview-content-box h3 {
            font-size: 20px
         }

         .portfolio-preview-box {
            padding: 40px 0
         }

         .portfolio-listing-icon svg {
            width: 30px;
            height: 30px
         }

         .portfolio-listing-icon span {
            font-size: 14px;
            margin-top: 10px
         }

         .portfolio-listing-box:first-child {
            border-left: 0
         }

         .portfolio-preview-box.section {
            min-height: inherit
         }

         .portfolio-preview-main-logo-text .appname {
            font-size: 22px
         }

         .portfolio-preview-main-logo-text .moreaboutapp {
            font-size: 16px
         }

         .portfolio-preview-main-logo img {
            width: 100px
         }

         .portfolio-preview-main-logo img.landscape {
            width: 140px
         }

         .portfolio-preview-thumb-main>img {
            opacity: 1
         }

         .portfolio-preview-thumb-sep,
         .portfolio-preview-thumb-sep-opt2 {
            display: none
         }

         .portfolio-preview-thumb-sep.one:hover {
            -webkit-transform: scale(1) translateX(0);
            -moz-transform: scale(1) translateX(0);
            -o-transform: scale(1) translateX(0);
            -ms-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
            z-index: 1
         }

         .portfolio-preview-thumb-sep.one:hover+.two,
         .portfolio-preview-thumb-sep.one:hover+.two+.three {
            -webkit-transform: scale(1) translateX(0);
            -moz-transform: scale(1) translateX(0);
            -o-transform: scale(1) translateX(0);
            -ms-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
         }

         .portfolio-preview-thumb-sep-opt2.one:hover {
            -webkit-transform: scale(1) translateX(0);
            -moz-transform: scale(1) translateX(0);
            -o-transform: scale(1) translateX(0);
            -ms-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
            z-index: 1
         }

         .portfolio-preview-thumb-sep-opt2.one:hover+.two,
         .portfolio-preview-thumb-sep-opt2.one:hover+.two+.three {
            -webkit-transform: scale(1) translateX(0);
            -moz-transform: scale(1) translateX(0);
            -o-transform: scale(1) translateX(0);
            -ms-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0)
         }

         .meet-the-team-content h2 {
            font-size: 22px
         }

         .about-us-review-section {
            padding: 0 0 10px
         }

         .about-us-review-section .counter-section li {
            padding: 0 5px
         }

         .about-leadership-image {
            margin: 0 0 50px;
            min-height: 330px
         }

         .about-leadership-title {
            font-size: 18px;
            margin-bottom: 15px
         }

         .about-leadership-content-wrap:before {
            top: -15px;
            bottom: 15px;
            left: 0;
            right: 0
         }

         .about-leadership-content-wrap:after {
            top: -50px;
            left: 50%;
            margin-left: -32px;
            margin-top: 0;
            transform: rotate(270deg)
         }

         .about-us-review-section .counter-image {
            width: 80px;
            height: 80px;
            line-height: 80px
         }

         .about-us-review-section .counter-section li img {
            width: 40px
         }

         .mission-n-vision-box h3 {
            font-size: 22px
         }

         .our-core-value-box {
            min-height: 310px
         }

         .our-history-detail-num {
            font-size: 30px
         }

         .our-history-detail-title {
            font-size: 18px
         }

         .our-history-detail-icon svg {
            width: 60px;
            height: 60px
         }

         .our-history-detail-box-title-wrap {
            padding-right: 70px
         }

         .our-history-progress-bottom {
            margin-top: 20px
         }

         .featured-in-section .row>div:nth-child(4n+0) .featured-in-image-box:before {
            display: block
         }

         .featured-in-section .row>div:nth-child(2n+0) .featured-in-image-box:before {
            display: none
         }

         .our-award-section .item {
            width: 50%;
            text-align: center
         }

         .our-history-detail-image {
            margin: 30px 10px 30px 40px
         }

         .mission-n-vision-box {
            min-height: inherit
         }

         .our-process-content h3 {
            padding-left: 0
         }

         .our-process-step-row {
            padding: 30px 0 70px 0
         }

         .our-process-content-box .number {
            position: relative;
            left: 0;
            top: 0;
            margin-bottom: 10px
         }

         .our-process-step-row:nth-child(even) .our-process-content-box .number {
            left: 0;
            top: 0
         }

         .mvp-process-dev-box {
            min-height: inherit;
            padding: 20px 15px
         }

         .mvp-process-dev-icon {
            margin-bottom: 20px
         }

         .mvp-process-dev-icon svg {
            width: 60px;
            height: 60px
         }

         .mvp-why-choose-dev-section .col-right.mb-40 {
            margin-bottom: 0 !important
         }

         .game-service-offer-box {
            margin: 50px 0 30px;
            min-height: inherit;
            padding: 30px 15px
         }

         .game-service-offer-icon {
            margin: -86px 0 20px
         }

         .game-what-we-offer-box {
            min-height: inherit;
            padding: 30px 15px
         }

         .mt-b-0 {
            margin-top: 0 !important
         }

         .best-game-dev-company-box {
            min-height: 290px
         }

         .blog-list-image {
            height: auto;
            padding: 5px
         }

         .blog-list-desc h2 {
            font-size: 18px
         }

         #blog .pagination {
            display: block;
            text-align: center;
            margin-top: 50px
         }

         .pagination li {
            display: inline-block;
            vertical-align: top
         }

         .pagination li:first-child,
         .pagination li:last-child {
            display: block
         }

         .pagination li a {
            padding: 12px 15px;
            display: inline-block;
            vertical-align: top
         }

         .pagination li a[rel=next],
         .pagination li a[rel=prev] {
            padding: 12px 15px
         }

         .blog-detail-banner-box {
            display: block !important
         }

         .blog-detail-banner-box>div,
         .blog-detail-banner-box>span {
            display: inline-block;
            vertical-align: top;
            margin-bottom: 10px
         }

         .blog-detail-banner-box .divider {
            margin-bottom: 10px
         }

         .blog-banner-profile {
            margin: 20px auto
         }

         .blog-detail-banner-box .author-name a,
         .blog-detail-banner-box .blog-category a,
         .blog-detail-banner-box .blog-date {
            font-size: 14px;
            padding: 0
         }

         .blog-detail-image {
            height: auto;
            margin-bottom: 30px
         }

         .blog-detail-content h2 {
            font-size: 18px
         }

         .blog-detail-content p {
            font-size: 15px
         }

         .blog-detail-content ul li {
            font-size: 15px
         }

         .blockquote,
         blockquote {
            padding-left: 30px;
            margin-bottom: 30px
         }

         .blockquote,
         .blockquote p,
         blockquote,
         blockquote p {
            font-size: 16px
         }

         .blog-social-box-wrap {
            display: block !important
         }

         .blog-social-box-wrap>div {
            margin-bottom: 10px;
            margin-top: 10px
         }

         .blog-social-share {
            margin-right: 20px
         }

         .blog-social-share li a {
            width: 30px;
            height: 30px;
            font-size: 14px
         }

         .blog-social-share span {
            margin-right: 10px
         }

         .blog-next-prev-btn span {
            font-size: 14px;
            width: calc(100% - 40px)
         }

         .blog-next-prev-btn .icon {
            width: 40px
         }

         .blog-next-prev-btn small {
            padding: 0 40px
         }

         .blog-next-prev-btn .icon svg {
            width: 22px;
            height: 22px
         }

         .blog-next-prev-section {
            display: block !important
         }

         .blog-next-prev-btn.prev-btn {
            margin-bottom: 30px
         }

         .blog-next-prev-btn.next-btn {
            margin: 0 0 0 auto
         }

         .subscribe-section {
            padding: 25px 15px
         }

         .about-blog-author-section {
            margin: 40px 0
         }

         .subscribe-icon svg {
            width: 50px;
            height: 50px
         }

         .subscribe-text span {
            font-size: 18px
         }

         .subscribe-form .form-control {
            font-size: 14px
         }

         .about-blog-author-section {
            padding: 25px 15px
         }

         .about-blog-author-image {
            width: 90px;
            height: 90px
         }

         .about-blog-author-info {
            width: calc(100% - 90px)
         }

         .rel-post-box {
            max-width: 390px;
            width: 100%;
            margin: 0 auto;
            min-height: inherit
         }

         .hire_small_box_link {
            padding: 10px 15px 17px 15px !important
         }

         .hire_small_box_link span {
            font-size: 16px;
            text-align: center;
            width: 100%
         }

         .hire_small_box_link .hire_small_box_btn {
            float: none;
            display: inline-block
         }

         .banner_deveploment_main .center-item {
            padding-top: 0
         }

         .banner_deveploment_main .author_img_box {
            margin: 0 auto 30px;
            height: 230px;
            max-width: 230px;
            min-width: 230px
         }

         .banner_deveploment_main .author_text h1 {
            font-size: 24px
         }

         .hire_small_box_link3 a {
            font-size: 15px;
            line-height: 1.3
         }

         .blog-detail-cta-section {
            padding: 20px 20px
         }

         .blog-detail-cta-content {
            width: calc(100% - 140px)
         }

         .blog-detail-cta-img {
            width: 130px;
            height: 130px
         }

         .blog-detail-content iframe {
            max-width: 100%;
            height: 297px
         }

         .blog-detail-content .orangebox {
            padding: 25px 20px 30px
         }

         .blog-detail-content .orangebox p {
            font-size: 18px
         }

         .blog-detail-content .estimate_btn {
            font-size: 15px
         }

         .game-experties-inner-box {
            min-height: 330px;
            padding: 30px 15px
         }

         .our-expert-build-box {
            padding: 20px 15px
         }

         .game-why-us-inner-box:before {
            left: 36px
         }

         .game-why-us-inner-icon {
            width: 60px;
            height: 60px
         }

         .game-why-us-inner-icon svg {
            width: 30px;
            height: 30px
         }

         .game-why-us-inner-content {
            width: calc(100% - 70px);
            margin-left: 10px
         }

         .game-why-us-inner-content h3 {
            font-size: 18px
         }

         .bannerfixedimagewidth {
            display: none
         }

         .ins-msg-app-panels-content h3 {
            font-size: 20px
         }

         .ins-msg-content-wrap {
            padding: 0 0
         }

         .ins-msg-content-wrap .accordian_header {
            display: block
         }

         .ins-msg-content-wrap .contentrow {
            display: block !important;
            clear: both
         }

         .ins-msg-content-wrap .contentrow img {
            margin-left: 0;
            display: none
         }

         .ins-msg-content-wrap .contentrow.active img {
            display: none
         }

         .ins-msg-content-wrap .contentrow .tab_content img {
            display: block
         }

         .ins-msg-content-wrap .contentrow.active .tab_content img {
            display: block
         }

         .ins-msg-content-wrap .tab_content {
            margin: 0;
            padding: 20px 20px 20px
         }

         .ins-msg-content-wrap .contentrow .tab_content img {
            display: block;
            float: left;
            margin: 0 15px 20px 0
         }

         .ins-msg-content-wrap .accordian_header {
            margin: 0
         }

         .ins-msg-content-wrap .accordian_header:before {
            display: none
         }

         .ins-msg-content-wrap .accordian_header .arrow {
            float: right;
            display: inline-block;
            width: 12px;
            height: 12px;
            position: absolute;
            border-radius: 2px;
            transform: rotate(-135deg);
            border-top: 3px solid #202122;
            border-left: 3px solid #202122;
            right: 20px;
            top: 50%;
            margin-top: -6px
         }

         .ins-msg-content-wrap .accordian_header.active {
            background-color: #008080;
            color: #fff
         }

         .ins-msg-content-wrap .accordian_header.active .arrow {
            transform: rotate(45deg);
            border-top: 3px solid #fff;
            border-left: 3px solid #fff
         }

         .ins-msg-content-wrap .tab_content_wrap {
            width: 100%
         }

         .ins-msg-content-wrap .accordian_header {
            font-size: 16px;
            font-weight: 500;
            padding: 15px 45px 15px 25px;
            display: block;
            -webkit-box-shadow: 0 1px 5px 0 rgba(72, 73, 121, .15);
            -moz-box-shadow: 0 1px 5px 0 rgba(72, 73, 121, .15);
            box-shadow: 0 1px 5px 0 rgba(72, 73, 121, .15);
            border-radius: 5px;
            cursor: pointer
         }

         .ins-msg-content-wrap .tab_inner_content {
            padding: 100px 0 0
         }

         .similar-app-content h2 {
            font-size: 20px
         }

         .why-you-invest-box {
            min-height: 305px;
            padding: 25px 15px
         }

         .why-you-invest-box h5 {
            padding-left: 85px
         }

         .real-time-app-icon {
            width: 150px;
            margin: 0 auto 30px
         }

         .real-time-app-content-box {
            justify-content: center !important
         }

         .real-time-app-content .top {
            font-size: 16px
         }

         .real-time-app-content h4 {
            font-size: 20px
         }

         .real-time-app-content .bottom {
            font-size: 15px
         }

         .faq-list-title a {
            font-size: 14px
         }

         .faq-list-title span {
            width: 22px;
            height: 22px
         }

         .faq-list-wrap.option2 .faq-list-title span {
            right: 15px;
            margin-top: -11px
         }

         .faq-list-wrap.option2 .faq-list-title a {
            padding: 15px 45px 15px 15px
         }

         .faq-list-wrap.option2 .faq-list-content {
            padding: 0 20px;
            margin: 20px 0
         }

         .faq-list-wrap.option2 .faq-list-content:before {
            left: 10px
         }

         .car-wash-feature-tab {
            display: none !important
         }

         .car-wash-feature-tab-content {
            margin-top: 40px
         }

         .car-wash-feature-tab-content .service-we-offer-web-inner {
            display: none
         }

         .car-wash-feature-tab-content .service-we-offer-web-inner .mb-30 {
            float: left
         }

         .service-we-offer-web-inner .hide {
            display: block
         }

         .car-wash-feature-tab-content.tab-content>.tab-pane {
            display: block
         }

         .car-wash-feature-tab-content .fade:not(.show) {
            opacity: 1
         }

         .car-wash-feature-tab-content .show-all-button {
            margin-bottom: 50px;
            margin-top: 10px !important;
            display: none
         }

         .car-wash-feature-tab-content-box {
            display: block;
            position: relative;
            padding: 10px 40px 10px 15px;
            cursor: pointer
         }

         .car-wash-feature-tab-content-box:before {
            content: "";
            display: block;
            width: 12px;
            height: 12px;
            position: absolute;
            border-radius: 2px;
            transform: rotate(-135deg);
            border-top: 3px solid #fff;
            border-left: 3px solid #fff;
            right: 20px;
            top: 50%;
            margin-top: -6px
         }

         .car-wash-feature-tab-content-box.active:before {
            transform: rotate(45deg)
         }

         .car-wash-process-box {
            margin: 0 0 40px 0
         }

         .car-wash-process-box .bt.arrow {
            top: 50%;
            margin-top: -10px;
            bottom: inherit
         }

         .car-wash-process-box-wrap .wow:nth-child(2) .car-wash-process-box .bb.arrow {
            top: calc(100% + 10px);
            right: 0;
            line-height: 1;
            left: 0;
            bottom: inherit;
            width: 40px;
            text-align: center;
            margin: 0 auto;
            transform: rotate(90deg)
         }

         .car-wash-process-box-wrap .wow:nth-child(3) .car-wash-process-box .bt.arrow {
            top: inherit;
            bottom: inherit;
            right: inherit;
            line-height: 1;
            left: -31px;
            width: 30px;
            text-align: center;
            margin: 0 auto;
            transform: rotate(180deg)
         }

         .car-wash-process-box-wrap .wow:nth-child(4) .car-wash-process-box .down.arrow {
            top: calc(100% + 10px);
            right: 0;
            line-height: 1;
            left: 0;
            bottom: inherit;
            width: 40px;
            text-align: center;
            margin: 0 auto;
            transform: rotate(90deg)
         }

         .car-wash-process-box-wrap .wow:nth-child(6) .car-wash-process-box .rotate.arrow {
            transform: rotate(180deg);
            left: -31px
         }

         .car-wash-process-box-wrap .wow:nth-child(7) .car-wash-process-box .rotate.arrow {
            left: 0;
            right: 0;
            top: calc(100% + 10px);
            width: 40px
         }

         .car-wash-process-box-wrap .wow:last-child .car-wash-process-box .bb.arrow {
            left: 100%;
            right: inherit;
            top: 50%;
            margin-top: -10px;
            transform: inherit
         }

         .car-wash-advantage-main .m-height-130 .mhbox {
            min-height: inherit
         }

         .fitness-tab-panel:before {
            display: none
         }

         .fitness-app-overlay-content-box:nth-child(3),
         .fitness-app-overlay-content-box:nth-child(4) {
            border-bottom: 0
         }

         .fitness-app-overlay-content-box {
            padding: 15px 5px;
            width: 50%;
            float: left;
            display: block;
            border-bottom: 1px solid #ecedee
         }

         .fitness-app-overlay-content-box span {
            font-size: 14px
         }

         .fitness-app-overlay-content {
            position: relative;
            border-radius: 0;
            clear: both;
            display: inline-block
         }

         .ideal-business-box:nth-child(3n+0) {
            border-right: 1px solid #ecedee
         }

         .ideal-business-box:nth-child(2n+0) {
            border-right: 0
         }

         .ideal-business-box:nth-child(4) {
            border-bottom: 1px solid #ecedee
         }

         .why-erp-main .game-service-offer-box {
            min-height: inherit
         }

         .custom-erp-main .game-what-we-offer-box {
            min-height: inherit
         }

         .invest-erp-main .why-you-invest-box {
            min-height: inherit
         }

         .why-crm-main .game-service-offer-box {
            min-height: inherit
         }

         .technology-box li {
            min-height: 200px
         }

         .what-we-offer-main-listing .row.technology-box {
            padding-top: 50px;
            padding-bottom: 0
         }

         .uiux-service-icon {
            width: 70px;
            height: 70px;
            right: 20px;
            top: -35px
         }

         .uiux-service-content {
            margin: -25px 10px 0
         }

         .uiux-service-content h3 {
            padding-right: 80px
         }

         .uiux-design-process-content .number {
            font-size: 28px
         }

         .uiux-design-process-content h5 {
            font-size: 18px;
            margin-bottom: 10px
         }

         .tideway-box {
            padding: 20px 15px;
            min-height: inherit
         }

         .tideway-image {
            width: 110px;
            height: 110px
         }

         .video-inner-top-content {
            padding: 20px 0 30px
         }

         .video-inner-top-content span {
            margin-bottom: 20px
         }

         .schedule-meeting-content-description {
            min-height: inherit
         }

         .contact-info-box {
            margin: 0 auto 30px;
            max-width: 400px;
            width: 100%
         }

         .contact-follow-us-section {
            padding-top: 0
         }

         .contact-follow-us-section .header_social {
            padding: 20px 10px 10px
         }

         .contact-follow-us-section .header_social li {
            margin: 0 5px 10px
         }

         .contact-follow-us-section .header_social li a {
            width: 50px;
            height: 50px;
            font-size: 24px
         }

         .contact-map-main {
            display: block !important
         }

         .map-tabs-nav {
            width: 100%
         }

         .map-tabs-nav li {
            width: 33.33%;
            float: left
         }

         .map-tabs-nav li h4 {
            font-size: 16px;
            bottom: 15px
         }

         .map-tabs-nav li img {
            min-height: 120px;
            object-fit: cover
         }

         .map-tabs-iframe {
            width: 100%
         }

         .mapiframe {
            position: relative
         }

         .mapiframe iframe {
            min-height: 250px
         }

         .contact-info-main:after {
            height: 77px
         }

         .contact-form-box {
            padding: 25px 15px 10px
         }

         .similar-app-option3-main .content-logo {
            width: 90px
         }

         .similar-app-option3-main .content-logo-name {
            width: calc(100% - 110px);
            margin-left: 20px
         }

         .similar-app-option3-main .content-logo-name .mainname {
            font-size: 24px
         }

         .similar-app-option3-main .content-logo-name .subname {
            font-size: 16px
         }

         .similar-app-slider .slick-arrow {
            bottom: 22px
         }

         .similar-app-slider .slick-arrow.slick-next {
            right: 40%
         }

         .similar-app-slider .slick-arrow.slick-prev {
            left: 40%
         }

         .similar-app-slider .slick-dots {
            max-width: 290px;
            width: 100%;
            margin: 0 auto;
            transform: inherit;
            left: 0;
            right: 0;
            text-align: center
         }

         .types-of-social-media-box {
            min-height: inherit
         }

         .types-of-social-media-platform {
            padding: 20px 15px 15px
         }

         .types-of-social-media-platform ul li img {
            width: 50px
         }

         .types-of-social-media-content {
            padding: 25px 15px
         }

         .detail-feature-tab-section {
            padding: 0 15px 30px
         }

         .detail-feature-tab #servicesTab {
            margin-bottom: 30px
         }

         .detail-feature-tab #servicesTab li {
            min-width: inherit
         }

         .detail-feature-tab #servicesTab li a {
            width: auto;
            font-size: 14px;
            padding: 10px 20px
         }

         .detail-feature-tab #servicesTab li a span>span {
            display: block
         }

         .detail-feature-tab #servicesTab li svg {
            width: 40px;
            display: none
         }

         .detail-feature-tab #servicesTab li a span.w-100 {
            margin: 0
         }

         .detail-feature-tab-content h3 {
            font-size: 20px
         }

         .detail-feature-tab-content .servicesTabContent_text ul li {
            padding: 0 0 0 25px
         }

         .head-call-back-sidebar {
            padding: 70px 20px
         }

         .head-call-back-box img {
            width: 80px;
            height: 80px
         }

         .head-call-back-content {
            width: calc(100% - 100px)
         }

         .advantage-of-real-estate-main .web-why-choose-us-inner-box {
            text-align: left;
            min-height: 350px
         }

         .real-estate-type-main .game-what-we-offer-box {
            min-height: 400px
         }

         .error-img {
            max-width: 400px;
            width: 100%
         }

         .error-service-list {
            flex-wrap: wrap
         }

         .error-service-list-item {
            width: calc(25% - 10px);
            margin-bottom: 20px
         }

         .error-service-list-item a {
            min-height: 125px;
            display: flex;
            align-items: center;
            flex-wrap: wrap
         }

         .error-service-list-icon {
            width: 100%
         }

         .error-message {
            width: 100%;
            padding: 40px 0 20px
         }

         .error-message h2 {
            font-size: 30px
         }

         .error-service-list-wrap h3 {
            font-size: 18px
         }

         .error-service-list-wrap {
            margin-top: 30px
         }

         .thank-you-banner {
            min-height: inherit !important;
            padding: 80px 0 30px
         }

         .thank-you-msg-box {
            display: block !important
         }

         .thank-you-founder-img {
            margin: 0 auto;
            max-width: 180px
         }

         .thank-you-founder-img img {
            width: 180px;
            height: 180px
         }

         .thank-you-founder-text {
            width: 100%;
            text-align: center;
            padding-top: 40px
         }

         .thank-you-founder-text h3 {
            font-size: 20px
         }

         .thank-you-process-section {
            padding: 40px 0 0
         }

         .thank-you-process-section h2 {
            font-size: 20px
         }

         .thank-you-process-box {
            padding-bottom: 0;
            max-width: 450px;
            width: 100%;
            margin: 0 auto 30px
         }

         .thank-you-process-image {
            max-width: 100% !important
         }

         .thank-you-process-content {
            max-width: 100% !important;
            position: relative;
            margin-top: -15px;
            display: inline-block
         }

         .thank-you-process-step-section {
            padding: 40px 0 20px
         }

         .thank-you-process-steps {
            justify-content: center
         }

         .thank-you-process-step-box {
            width: 33.33%;
            margin-bottom: 30px;
            display: flex;
            flex-wrap: wrap
         }

         .thank-you-process-step-box .num {
            flex: 0 0 100%;
            max-width: 100%;
            order: 0
         }

         .thank-you-process-step-box .step-arrow {
            display: none
         }

         .thank-you-process-step-box .step-name {
            min-height: inherit;
            font-size: 16px;
            flex: 0 0 100%;
            max-width: 100%;
            order: 2
         }

         .thank-you-process-step-box:nth-child(even) {
            padding-top: 0
         }

         .thank-you-process-step-icon {
            margin: 15px auto;
            order: 1
         }

         .thank-you-process-step-box:nth-child(1) {
            order: 0
         }

         .thank-you-process-step-box:nth-child(2) {
            order: 1
         }

         .thank-you-process-step-box:nth-child(3) {
            order: 2
         }

         .thank-you-process-step-box:nth-child(4) {
            order: 5
         }

         .thank-you-process-step-box:nth-child(5) {
            order: 4
         }

         .thank-you-process-step-box:nth-child(6) {
            order: 3
         }

         .thank-you-process-step-box:nth-child(7) {
            order: 6
         }

         .thank-you-process-step-box .num {
            font-size: 20px !important
         }

         .thank-you-process-step-icon {
            width: 100px !important;
            height: 91px !important
         }

         .thank-you-process-step-icon span svg {
            width: 30px;
            height: 30px
         }

         .privacy-policy h2 {
            font-size: 20px
         }

         .privacy-policy h3 {
            font-size: 18px
         }

         .custom-cms-main .game-what-we-offer-box {
            min-height: inherit
         }

         .thank-you-v3 .content h2 {
            font-size: 30px
         }

         .thank-you-v3 .bglightorange {
            font-size: 16px
         }

         .thank-you-v3 .bglightorange span {
            font-size: 24px
         }

         .thank-you-v3 .content {
            margin-bottom: 30px
         }

         .chatbot-platform-box {
            min-height: inherit;
            padding: 25px 15px
         }

         .write-us-banner {
            padding: 60px 0
         }

         .write-us-banner h1 {
            font-size: 22px
         }

         .write-for-us-main h2 {
            font-size: 22px
         }

         .write-for-us-main p,
         .write-for-us-main ul li {
            font-size: 15px
         }

         .write-for-us-main ul li {
            margin-bottom: 5px
         }

         .write-for-us-cta h3 {
            font-size: 24px
         }

         .cta.fullwidth .btn-col:before,
         .cta.fullwidth:before {
            display: none
         }

         .cta.fullwidth .btn-col {
            -ms-flex-pack: center !important;
            justify-content: center !important;
            padding: 0 15px 30px
         }

         .cta.fullwidth .cd-headline {
            text-align: center;
            padding: 30px 0
         }

         .cta.fullwidth .cd-headline.slide span {
            font-size: 18px
         }
      }

      @media (max-width:640px) {
         .our-process-step-listing .our-process-step-row:nth-child(odd) .our-process-image-box {
            margin-left: 25px;
            width: calc(100% - 25px)
         }

         .our-process-step-listing .our-process-step-row:nth-child(even) .our-process-image-box {
            margin-right: 25px;
            width: calc(100% - 25px)
         }

         .our-process-image-box:before {
            top: 28px
         }

         .thank-you-process-step-box {
            width: 50%
         }

         .thank-you-process-step-box:nth-child(1) {
            order: 0
         }

         .thank-you-process-step-box:nth-child(2) {
            order: 1
         }

         .thank-you-process-step-box:nth-child(3) {
            order: 4
         }

         .thank-you-process-step-box:nth-child(4) {
            order: 3
         }

         .thank-you-process-step-box:nth-child(5) {
            order: 5
         }

         .thank-you-process-step-box:nth-child(6) {
            order: 6
         }

         .thank-you-process-step-box:nth-child(7) {
            order: 7
         }
      }

      @media (max-width:600px) {
         .rel-post-box {
            min-height: inherit
         }
      }

      @media (max-width:575px) {
         .solutions-box {
            min-height: inherit
         }

         .blog-slider .item .blog-post_content {
            padding: 0 5px 18px 5px
         }

         .blog-slider .item .blog-post_content .blog-post_text,
         .blog-slider .item .blog-post_content .blog-post_title {
            padding: 0 10px
         }

         .blog-slider .item .blog-post_content .author_post a {
            font-size: 12px
         }

         .blog-slider .item .blog-post_content .meta-wrapper .date_post {
            font-size: 12px
         }

         .solutions-box {
            min-height: inherit
         }

         .m-height-380 .mhbox {
            min-height: inherit
         }

         .m-height-340 .mhbox {
            min-height: inherit
         }

         .m-height-320 .mhbox {
            min-height: inherit
         }

         .m-height-300 .mhbox {
            min-height: inherit
         }

         .m-height-280 .mhbox {
            min-height: inherit
         }

         .m-height-260 .mhbox {
            min-height: inherit
         }

         .m-height-240 .mhbox {
            min-height: inherit
         }

         .m-height-220 .mhbox {
            min-height: inherit
         }

         .innerbanner .submitbar .d-inline-flex:first-child {
            padding-right: 10px
         }

         .innerbanner .submitbar .d-inline-flex {
            margin: 10px 0 !important
         }

         .web-why-choose-main-box {
            min-height: inherit
         }

         .service-we-offer-web-inner .web-why-choose-main-box {
            padding: 20px 15px
         }

         .web-advtanges-box {
            padding: 20px 15px
         }

         .callouts-separate.webdevinner {
            margin: 40px auto 0
         }

         .option1 .web-why-choose-main-icon {
            margin: -70px auto 15px
         }

         .about-us-review-section .counter-section {
            align-items: flex-start
         }

         .about-us-review-section .counter-image {
            margin: 0 auto 15px
         }

         .about-us-review-section .counter-section li img {
            width: 40px
         }

         .about-us-review-section .counter_text {
            width: 100%;
            padding: 0;
            justify-content: center;
            text-align: center
         }

         .about-us-review-section .counter_text .counter {
            font-size: 24px
         }

         .our-core-value-box {
            min-height: inherit
         }

         .featured-in-image-box:before {
            display: none !important
         }

         .mvp-what-we-offer-box {
            min-height: inherit
         }

         .mvp-why-choose-dev-box {
            display: block;
            text-align: center;
            padding: 20px 25px
         }

         .mvp-why-choose-dev-icon {
            margin: 0 auto 15px
         }

         .mvp-why-choose-dev-content {
            width: 100%;
            margin: 0
         }

         .best-game-dev-company-box {
            min-height: inherit;
            padding: 30px 15px
         }

         .best-game-dev-company-icon {
            width: 70px;
            height: 70px
         }

         .best-game-dev-company-icon svg {
            width: 45px
         }

         .best-game-dev-company-box h5 {
            margin-bottom: 20px
         }

         .blog-list-info-box.d-flex {
            display: block !important
         }

         .blog-list-author-image {
            width: 60px;
            height: 60px
         }

         .blog-list-author-image-wrap,
         .blog-list-date {
            display: inline-flex !important
         }

         .blog-list-date+.divider {
            display: none
         }

         .blog-list-category {
            display: block;
            margin-top: 10px
         }

         .blog-detail-content iframe {
            max-width: 100%;
            height: 250px
         }

         .game-experties-inner-box {
            min-height: inherit
         }

         .footer_box_img {
            width: 100%;
            display: block;
            float: none;
            margin-bottom: 25px !important;
            text-align: center
         }

         .footer_box_add {
            max-width: 370px;
            width: 100%;
            display: block;
            float: none;
            padding: 0;
            text-align: left;
            margin: 0 auto
         }

         .footer_box h5 {
            font-size: 20px
         }

         .footer_box ul li {
            justify-content: flex-start
         }

         .footer-top {
            padding-top: 30px
         }

         .foot-center-col {
            padding: 0 15px 30px
         }

         .foot-center-col:nth-child(1) {
            padding: 0 15px 20px
         }

         .foot-exp-char {
            width: 100px
         }

         .foot-exp-text-wrap {
            width: calc(100% - 120px)
         }

         .foot-exp-text-button .exp {
            font-size: 24px
         }

         .foot-exp-text-button .indus {
            font-size: 18px
         }

         .foot-social .header_social li {
            margin-bottom: 10px
         }

         .footer-center-market-list {
            display: block !important;
            text-align: center
         }

         .footer-center-market-list .item {
            width: 48%;
            margin: 0 0 30px;
            padding: 0 10px;
            float: none;
            text-align: center;
            display: inline-block;
            vertical-align: top
         }

         .footer-center-market-list .item:nth-child(2n+1) {
            clear: both
         }

         .footer-center-market-list .item img {
            height: 145px
         }

         .ins-msg-content-wrap .accordian_header {
            font-size: 16px
         }

         .ins-msg-content-wrap .contentrow .tab_content img {
            display: block;
            float: none;
            margin: 0 auto 20px
         }

         .ins-msg-content-wrap .tab_inner_content {
            padding: 0
         }

         .why-you-invest-box {
            min-height: inherit
         }

         .real-time-app-content-box {
            display: block !important
         }

         .real-time-app-content {
            margin-right: 0;
            text-align: center;
            margin-bottom: 20px
         }

         .real-time-app-button {
            text-align: center
         }

         .car-wash-process-box-wrap .wow .car-wash-process-box .arrow {
            top: calc(100% + 10px) !important;
            right: 0 !important;
            line-height: 1;
            left: 0 !important;
            bottom: inherit !important;
            width: 40px !important;
            text-align: center;
            margin: 0 auto !important;
            transform: rotate(90deg) !important
         }

         .key-features-box {
            padding: 30px 15px;
            min-height: inherit
         }

         .fitness-tab-content .service-we-offer-web-inner .web-why-choose-main-box {
            padding: 0 15px 20px
         }

         .ideal-business-box {
            border-right: 0 !important
         }

         .ideal-business-box:nth-child(5) {
            border-bottom: 1px solid #ecedee
         }

         .uiux-app-design-icon {
            width: 75px;
            height: 75px
         }

         .uiux-app-design-icon svg {
            width: 45px;
            height: 45px
         }

         .uiux-app-design-content {
            width: calc(100% - 95px)
         }

         .uiux-app-design-content h4 {
            font-size: 18px
         }

         .similar-app-option3-main .content-description ul li {
            width: 100%;
            float: none;
            padding-right: 0;
            display: block
         }

         .similar-app-slider .slick-arrow.slick-next {
            right: 35%
         }

         .similar-app-slider .slick-arrow.slick-prev {
            left: 35%
         }

         .detail-feature-tab-content ul li {
            width: 100%;
            float: none;
            padding-right: 0;
            display: block;
            padding: 0 0 0 25px
         }

         .portfolio-preview-thumb img.portrait {
            height: auto;
            width: 95%
         }

         .advantage-of-real-estate-main .web-why-choose-us-inner-box {
            text-align: center;
            min-height: inherit
         }

         .advantage-of-real-estate-main .web-why-choose-us-inner-box {
            min-height: inherit
         }

         .advantage-of-real-estate-main .web-why-choose-us-inner-box h5 {
            width: 100%
         }

         .advantage-of-real-estate-main .web-why-choose-inner-icon {
            float: none
         }

         .real-estate-type-main .game-what-we-offer-box {
            min-height: inherit
         }

         .error-service-list-item {
            width: calc(33.33% - 10px);
            margin-bottom: 20px
         }

         .chatbot-adv-box {
            min-height: inherit;
            padding: 0 15px 30px
         }
      }

      @media (max-width:480px) {
         .app-service-tab {
            padding: 0 20px !important
         }

         #rev_slider .tp-caption {
            max-width: 300px !important;
            width: 100%;
            min-width: 300px !important
         }

         .our-award-section .item {
            width: 100%;
            text-align: center
         }

         .our-award-section .item:last-child .mb-30 {
            margin-bottom: 0 !important
         }

         .our-award-section .item img {
            height: auto
         }

         .portfolio-listing-icon {
            padding: 5px 5px
         }

         .portfolio-listing-icon svg {
            width: 25px;
            height: 25px
         }

         .portfolio-listing-icon span {
            font-size: 12px
         }

         .blog-list-author-image {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px
         }

         .blog-list-author-image-wrap a {
            display: inline-block;
            vertical-align: middle
         }

         .blog-list-date {
            margin-top: 0
         }

         .blog-list-info-box .divider {
            margin: 0 5px
         }

         .blog-detail-cta-section {
            padding: 20px 20px
         }

         .blog-detail-cta-content {
            width: 100%;
            order: 2;
            margin-right: 0
         }

         .blog-detail-cta-img {
            width: 130px;
            height: 130px;
            order: 1;
            margin-bottom: 20px
         }

         .error-service-list-item {
            width: calc(50% - 10px);
            margin-bottom: 20px
         }
      }

      @media (max-width:414px) {
         .ar-services-list-box {
            padding: 30px 10px;
            min-height: auto
         }

         .ar-services-list-icon {
            margin-bottom: 10px
         }

         .ar-services-list-title {
            min-height: auto
         }

         .about-blog-author-section {
            display: block !important
         }

         .about-blog-author-image {
            margin: 0 auto 20px
         }

         .about-blog-author-info {
            width: 100%;
            text-align: center
         }

         .app_service_option1 .col-6 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
         }

         .our-expert-build-box {
            display: block !important
         }

         .our-expert-build-icon {
            margin-right: 0;
            margin-bottom: 20px
         }

         .foot-center-col h4 {
            font-size: 20px
         }

         .foot-exp-char {
            width: 80px
         }

         .foot-exp-text-wrap {
            width: calc(100% - 90px);
            margin-left: 10px
         }

         .foot-exp-text-button .exp {
            font-size: 22px
         }

         .foot-exp-text-button .indus {
            font-size: 16px
         }

         .foot-exp-text-wrap .btn-custome.btn-lg {
            padding: 15px 20px
         }

         .footer-center-market-list .item {
            width: 100%;
            display: block;
            float: none
         }

         .footer-center-market-list .item img {
            height: auto
         }

         .thank-you-process-step-box {
            width: 100%
         }

         .thank-you-process-step-box:nth-child(1) {
            order: 0
         }

         .thank-you-process-step-box:nth-child(2) {
            order: 1
         }

         .thank-you-process-step-box:nth-child(3) {
            order: 2
         }

         .thank-you-process-step-box:nth-child(4) {
            order: 3
         }

         .thank-you-process-step-box:nth-child(5) {
            order: 4
         }

         .thank-you-process-step-box:nth-child(6) {
            order: 5
         }

         .thank-you-process-step-box:nth-child(7) {
            order: 6
         }
      }

      @media (max-width:400px) {
         .game-experties-main .col-6 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
         }

         .game-experties-box {
            max-width: 220px;
            width: 100%;
            margin: 0 auto
         }
      }

      @media (max-width:360px) {
         .blog-list-author-date {
            display: block !important
         }

         .blog-list-info-box .divider {
            display: none
         }

         .blog-list-author-image-wrap,
         .blog-list-date {
            display: block !important
         }

         .blog-list-date {
            margin-top: 10px
         }
      }
  

   
      /* 040722 */
      .drift-frame-controller-align-right,
      .drift-frame-chat:not(iframe).drift-chat-open {
         z-index: 999 !important;
      }

      .head-call-back-sidebar-main {
         overflow-y: auto;
         height: 100%;
      }

      .drift-widget-chat-layout.widget--xs .drift-widget-chat-wrapper {
         margin: 25px 5px 0 !important;
      }

      .cookiealert {
         box-shadow: 0 0px 15px #101010;
      }

      .rating_text_footer {
         display: inline-block !important;
         color: #008080 !important;
      }

      .has-error small.help-block {
         color: red;
      }

      #request_the_quote .form-group .help-block {
         bottom: -20px;
      }

      .pagination li a[rel="next"],
      .pagination li a[rel="prev"] {
         white-space: nowrap;
      }

      .pagination li a[rel="prev"] .fa {
         padding-right: 4px;
      }

      .pagination li a[rel="next"] .fa {
         padding-left: 6px;
      }

      .pagination li {
         margin: 0 2px 10px;
      }

      #blog .pagination {
         position: relative;
         z-index: 9;
      }
      

      @media only screen and (max-width:767px) {
         .head-call-back-sidebar {
            padding: 40px 10px 2px;
         }

         .head-call-back-sidebar .close {
            top: 10px;
            right: 15px;
         }
      }

      @media only screen and (max-width:574px) {
         .drift-widget-greeting .drift-widget-recipient-avatar {
            top: -16px;
         }

         /*#drift-frame-controller{display: none!important;}*/
      }

      @media only screen and (max-width: 767px) {
         .grecaptcha-badge {
            visibility: hidden;
         }
      }
      .about-leadership-image {
         position: relative;
         margin-left: 50px !important;
         background-color: #fbfcfc !important;
         border-radius: 50% !important;
         min-height: auto !important;
         height: 380px;
         width: 380px;
         padding: 5px 10px 0 !important;
     }
     
     .about-leadership-image:before {
         content: '';
         position: absolute;
         background-color: rgba(245, 133, 31, .1);
         height: 90%;
         width: 90%;
         left: 20px;
         bottom: 20px;
         top: 20px;
         right: 20px;
         border-radius: 50%;
     }
     
     .about-leadership-image img {
         position: relative;
         z-index: 9;
         max-height: 380px;
     }
   
