
/*-------------------------------------------*\
    2.28. Pagination
\*-------------------------------------------*/
.page-link {
    text-align: center;
    min-width: 2.25rem;
}

.page-item {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.page-item .page-link {
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}

.page-item .page-link {
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
}

.list-pagination .page-item .page-link:hover {
    background-color: #297cbb;
    color: #fff !important;
    transition: .3s;
}

.list-pagination-1 .page-item .page-link:hover {
    background-color: #297cbb;
    color: #fff !important;
    transition: .3s;
    border-radius: .3125rem !important;
}

.list-pagination-1 .page-item:first-child .page-link, .list-pagination-1 .page-item:last-child .page-link {
    display: -ms-flexbox;
    display: flex;
    line-height: 1.6;
}

.custom-pagination .page-link {
    color: #67747c;
    padding: .4rem;
    border-radius: 3px;
}

.custom-pagination .page-link:hover {
    background: #297cbb !important;
    color: #fff !important;
}

.custom-pagination .page-item:first-child .page-link {
    color: #3b444f;
    border-right: 1px solid #e4e4e4;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-pagination .page-item:last-child .page-link {
    color: #3b444f;
    border-left: 1px solid #e4e4e4;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*-------------------------------------------*\
    2.29. Nav
\*-------------------------------------------*/
.nav-classic {
    border-bottom: 1px solid #e7eaf3;
}

.nav-classic .nav-link {
    color: #77838f;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    padding: 1rem 1.5rem;
    margin-bottom: -.125rem;
    transition: 0.3s;
}

.nav-classic .nav-link:hover {
    color: #297cbb;
}

.nav-classic .nav-link.active {
    color: #297cbb;
    border-bottom-color: #297cbb;
}

.nav-borderless {
    border-color: transparent;
}

.nav-rounded {
    border-radius: 1.25rem;
}

.nav-rounded .nav-item:first-child .nav-link {
    border-bottom-left-radius: 1.25rem;
}

.nav-rounded .nav-item:last-child .nav-link {
    border-bottom-right-radius: 1.25rem;
}

.nav-rounded-pill .nav-item .nav-link {
    border-radius: 1.25rem;
}

.nav-default .nav-item .nav-link {
    min-height: 2.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-default .nav-item .nav-link:not(.active) {
    color: #3b444f;
}

.nav-default .nav-item .nav-link.active {
    background-color: #045cff;
}

.nav-shadow {
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}

.nav-choose .nav-link .rounded-circle {
    opacity: 0;
}

.nav-choose .nav-link.active {
    border-color: #297cbb !important;
    position: relative;
}

.nav-choose .nav-link.active .rounded-circle {
    opacity: 1;
}

.nav .nav-item:not(:first-child) {
    margin-left: .25rem;
}

.nav .nav-item:not(:last-child) {
    margin-right: .25rem;
}

@media (max-width: 1479.98px) {
    .tab-nav {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.tab-nav-rounded .nav-link {
    padding: 0.5rem 1.5rem;
}

.tab-nav-rounded .nav-link.active .icon::before {
    border: 1px solid #297cbb;
    border-radius: 50%;
    padding: 14px;
    background-color: #297cbb;
}

.tab-nav-rounded .nav-link.active .icon::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -33px;
    left: 24px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

@media (max-width: 767.98px) {
    .tab-nav-rounded .nav-link.active .icon::after {
        bottom: -16px;
    }
}

.tab-nav-boxed .nav-link {
    padding: 0.3rem 1.5rem;
}

.tab-nav-boxed .nav-link.active {
    border: 1px solid #408fb9;
    background-color: #408fb9;
    border-radius: 3px;
}

.tab-nav-boxed .nav-link.active .icon::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    left: 24px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

@media (max-width: 767.98px) {
    .tab-nav-boxed .nav-link.active .icon::after {
        left: 13px;
    }
}

.tab-nav-pill .nav-link {
    padding: 0.5rem 1.5rem;
}

.tab-nav-pill .nav-link.active {
    background-color: #1d508d;
    border-radius: 20px;
}

.tab-nav-pill .nav-link.active .tabtext {
    color: #fff;
}

.tab-nav-pill .nav-item.active {
    background-color: #1d508d;
    border-radius: 20px;
}

.tab-nav-pill .nav-item.active .tabtext {
    color: #fff;
}

.tab-nav-square .nav-link {
    padding: 0.5rem 1.5rem;
}

.tab-nav-square .nav-link.active {
    background-color: #297cbb;
    border-radius: 3px;
}

.tab-nav-square .nav-link.active .tabtext {
    color: #fff;
}

.tab-nav-line .nav-link {
    padding: 0.5rem 1.5rem;
}

.tab-nav-line .nav-link.active .tabtext {
    color: #297cbb;
}

.tab-nav-line .nav-link.active .tabtext::after {
    display: block;
    height: 0.125rem;
    background-color: #377dff;
    content: " ";
    margin-top: 0.313rem;
}

.tab-nav-shadow .nav-link {
    padding: 0.3rem 1.5rem;
}

.tab-nav-shadow .nav-link.active {
    position: relative;
    z-index: 1;
}

.tab-nav-shadow .nav-link.active::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #ffffff;
    opacity: 0.15;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.tab-nav-inner .nav-link {
    padding: 0.3rem 1rem;
}

.tab-nav-inner .nav-link.active {
    border: 1px solid #fddc95;
    background-color: #fddc95;
    border-radius: 3px;
}

.tab-nav-shop .nav-link {
    color: #67747c;
    padding: 0.5rem 0.5rem;
}

.tab-nav-shop .nav-link.active {
    color: #297cbb;
}

.tab-nav-list .nav-link {
    padding: .5rem 0;
}

.tab-nav-list .nav-link.active {
    border-left: 2px solid #297cbb !important;
}

.tab-nav-list .nav-link.active i, .tab-nav-list .nav-link.active span {
    color: #297cbb !important;
}

@media (max-width: 1479.98px) {
    .tab-nav-1 {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.tab-nav-1-rounded .nav-link {
    padding: 0.5rem 1.5rem;
}

.tab-nav-1-rounded .nav-link.active .icon::before {
    border: 1px solid #297cbb;
    border-radius: 50%;
    padding: 14px;
    background-color: #297cbb;
}

.tab-nav-1-rounded .nav-link.active .icon::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -33px;
    left: 24px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

@media (max-width: 767.98px) {
    .tab-nav-1-rounded .nav-link.active .icon::after {
        bottom: -16px;
    }
}

.tab-nav-1-boxed .nav-link {
    padding: 0.3rem 1.5rem;
}

.tab-nav-1-boxed .nav-link.active {
    border: 1px solid #408fb9;
    background-color: #408fb9;
    border-radius: 3px;
}

.tab-nav-1-boxed .nav-link.active .icon::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    left: 24px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

@media (max-width: 767.98px) {
    .tab-nav-1-boxed .nav-link.active .icon::after {
        left: 13px;
    }
}

.tab-nav-1-pill .nav-link {
    padding: 0.5rem 1.5rem;
}

.tab-nav-1-pill .nav-link.active {
    background-color: #1d508d;
    border-radius: 20px;
}

.tab-nav-1-pill .nav-link.active .tabtext {
    color: #fff;
}

.tab-nav-1-pill .nav-item.active {
    background-color: #1d508d;
    border-radius: 20px;
}

.tab-nav-1-pill .nav-item.active .tabtext {
    color: #fff;
}

.tab-nav-1-square .nav-link {
    padding: 0.5rem 1.5rem;
}

.tab-nav-1-square .nav-link.active {
    background-color: #297cbb;
    border-radius: 3px;
}

.tab-nav-1-square .nav-link.active .tabtext {
    color: #fff;
}

.tab-nav-1-line .nav-link {
    padding: 0.5rem 1.5rem;
}

.tab-nav-1-line .nav-link.active .tabtext {
    color: #297cbb;
}

.tab-nav-1-line .nav-link.active .tabtext::after {
    display: block;
    height: 0.125rem;
    background-color: #377dff;
    content: " ";
    margin-top: 0.313rem;
}

.tab-nav-1-shadow .nav-link {
    padding: 0.3rem 1.5rem;
}

.tab-nav-1-shadow .nav-link.active {
    position: relative;
    z-index: 1;
}

.tab-nav-1-shadow .nav-link.active::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #ffffff;
    opacity: 0.15;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.tab-nav-1-inner .nav-link {
    padding: 0.3rem 1rem;
}

.tab-nav-1-inner .nav-link.active {
    border: 1px solid #297cbb !important;
    background-color: #297cbb !important;
    border-radius: 3px;
}

.tab-nav-1-inner .nav-link.active span {
    color: #fff !important;
}

.tab-nav-1-shop .nav-link {
    color: #67747c;
    padding: 0.5rem 0.5rem;
}

.tab-nav-1-shop .nav-link.active {
    color: #297cbb;
}

.tab-nav-1-list .nav-link {
    padding: .5rem 0;
}

.tab-nav-1-list .nav-link.active {
    border-left: 2px solid #297cbb !important;
}

.tab-nav-1-list .nav-link.active i, .tab-nav-1-list .nav-link.active span {
    color: #297cbb !important;
}

.collapse-link .plus, .collapse-link .minus {
    display: none;
}

.collapse-link[aria-expanded="false"] .plus {
    display: -ms-flexbox;
    display: flex;
    padding: .2rem .4rem;
}

.collapse-link[aria-expanded="true"] .minus {
    display: -ms-flexbox;
    display: flex;
    padding: .7rem .4rem;
}

/* Nav Steps */
.nav-icon .nav-item {
    color: #77838f;
}

.nav-icon .nav-item.active {
    color: #297cbb;
}

.nav-icon .nav-item.active .nav-icon-action {
    color: #fff;
    background-color: #297cbb;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.nav-icon-action {
    position: relative;
    display: block;
    vertical-align: middle;
    text-align: center;
    z-index: 1;
    line-height: 0.7;
    width: 4rem;
    height: 4rem;
    font-size: 1.375rem;
    color: #77838f;
    background-color: rgba(119, 131, 143, 0.1);
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: .5rem;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.nav-icon-action-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*-------------------------------------------*\
    2.30. News Blogs
\*-------------------------------------------*/
/*------------------------------------
  Blog Thumb Minimal
------------------------------------*/
.u-blog-thumb-minimal {
    padding: .5rem;
    transition: 0.3s ease-in-out;
}

.u-blog-thumb-minimal, .u-blog-thumb-minimal__img {
    border-radius: 0.3125rem;
}

.u-blog-thumb-minimal:hover {
    background-color: #196eff;
}

.u-blog-thumb-minimal__img-wrapper {
    width: 5rem;
}

/*-------------------------------------------*\
    2.31. Progress
\*-------------------------------------------*/
.progress-vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #f8fafd;
    height: 12.5rem;
}

/*-------------------------------------------*\
    2.32. Paging
\*-------------------------------------------*/
/*------------------------------------
  Paging Modern
------------------------------------*/
.u-paging-modern .u-paging-modern__arrow-icon-prev, .u-paging-modern .u-paging-modern__arrow-icon-next {
    transition: 0.3s;
}

.u-paging-modern .u-paging-modern__arrow-icon-prev {
    margin-right: 1rem;
}

.u-paging-modern .u-paging-modern__arrow-icon-next {
    margin-left: 1rem;
}

.u-paging-modern:hover .u-paging-modern__arrow-icon-prev {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}

.u-paging-modern:hover .u-paging-modern__arrow-icon-next {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.u-paging-modern-view-all {
    color: #fff;
    text-align: center;
    background-color: #ffc107;
}

.u-paging-modern-view-all__icon {
    display: block;
    font-size: 2rem;
    margin-bottom: .5rem;
    transition: 0.3s;
}

.u-paging-modern-view-all:hover {
    color: #fff;
}

.u-paging-modern-view-all:hover .u-paging-modern-view-all__icon {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

/*-------------------------------------------*\
    2.33. Quantity
\*-------------------------------------------*/
.u-quantity {
    width: 4rem;
}

.u-quantity > .u-quantity__input {
    padding-right: 1.875rem;
}

.u-quantity > .u-quantity__input:not(:last-child) {
    border-radius: 0.3125rem;
}

.u-quantity__arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: .75rem;
    z-index: 3;
}

.u-quantity__arrows-inner {
    display: block;
    color: #77838f;
    cursor: pointer;
}

.u-quantity__arrows-inner:hover {
    color: #297cbb;
}

/*-------------------------------------------*\
    2.34. Search Forms
\*-------------------------------------------*/
/*------------------------------------
  Search Form - Push Top
------------------------------------*/
.u-search-push-top {
    display: none;
    background-color: #f8fafd;
    padding-top: 3rem;
    padding-bottom: 3rem;
    box-shadow: inset 0 -10px 20px -10px rgba(151, 164, 175, 0.05);
}

.u-search-push-top__content {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
}

.u-search-push-top__close-btn {
    position: absolute;
    top: -1.5625rem;
    right: .4375rem;
}

@media (max-width: 575.98px) {
    .u-search-push-top {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

/* Banner */
.u-search-push-top__banner {
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(151, 164, 175, 0.05);
    padding-right: 1.5625rem;
    padding-top: 1.875rem;
    overflow: hidden;
}

.u-search-push-top__banner-container {
    position: relative;
    width: 75%;
    min-height: 11.5625rem;
}

.u-search-push-top__banner-img {
    position: absolute;
    bottom: -.625rem;
    left: -.625rem;
    transition: all .3s ease-in-out;
}

.u-search-push-top__banner:hover .u-search-push-top__banner-img:first-child {
    bottom: 0;
    left: 0;
}

/*------------------------------------
  Search Form - Slide Down
------------------------------------*/
.u-search-slide-down {
    position: absolute;
    z-index: 1003;
    top: 0;
    left: 0;
    width: 23.75rem;
}

.u-search-slide-down-trigger.active .u-search-slide-down-trigger__icon::before {
    content: "\f00d";
}

.u-search-slide-down .input-group {
    background-color: #ebf0f7;
}

.u-search-slide-down .form-control {
    min-height: 3.75rem;
}

.u-search-slide-down .form-control::-webkit-input-placeholder {
    color: #3b444f;
}

.u-search-slide-down .form-control::-moz-placeholder {
    color: #3b444f;
}

.u-search-slide-down .form-control:-ms-input-placeholder {
    color: #3b444f;
}

.u-search-slide-down .form-control::-ms-input-placeholder {
    color: #3b444f;
}

.u-search-slide-down .form-control::placeholder {
    color: #3b444f;
}

.u-search-slide-down .btn-icon__inner {
    color: #fff;
}

.u-search-slide-down .btn.btn-icon {
    margin-right: 0.688rem;
    cursor: pointer !important;
}

.u-search-slide-down .list-group-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.469rem 1.438rem;
}

.u-search-slide-down .list-group-item:hover, .u-search-slide-down .list-group-item:focus {
    background-color: #f9fafc;
}

.u-search-slide-down .list-group-item-action {
    color: #3b444f;
}

.u-search-slide-down-bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    display: none;
    width: 100%;
    height: 100%;
}

.u-search-slide-down .u-search-slide-down__input {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem);
    transition: opacity 0.2s, -webkit-transform 0.3s cubic-bezier(0.37, 0.41, 0.55, 0.98);
    transition: transform 0.3s cubic-bezier(0.37, 0.41, 0.55, 0.98), opacity 0.2s;
    transition: transform 0.3s cubic-bezier(0.37, 0.41, 0.55, 0.98), opacity 0.2s, -webkit-transform 0.3s cubic-bezier(0.37, 0.41, 0.55, 0.98);
}

.u-search-slide-down .u-search-slide-down__suggestions {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem);
    transition: opacity 0.2s, -webkit-transform 0.4s cubic-bezier(0.37, 0.41, 0.55, 0.98);
    transition: transform 0.4s cubic-bezier(0.37, 0.41, 0.55, 0.98), opacity 0.2s;
    transition: transform 0.4s cubic-bezier(0.37, 0.41, 0.55, 0.98), opacity 0.2s, -webkit-transform 0.4s cubic-bezier(0.37, 0.41, 0.55, 0.98);
}

.u-search-slide-down.active .u-search-slide-down__input, .u-search-slide-down.active .u-search-slide-down__suggestions {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.u-search-slide-down.active .u-search-slide-down__suggestions {
    transition-delay: 0.2s;
}

/*-------------------------------------------*\
    2.35. Slick
\*-------------------------------------------*/
.u-slick {
    position: relative;
}

.u-slick__img-overlay .slick-slide:not(.slick-center) {
    position: relative;
}

.u-slick__img-overlay .slick-slide:not(.slick-center)::before {
    background-color: rgba(59, 68, 79, 0.8);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    content: " ";
}

.u-slick__tab .tab-pane:not(.active) {
    display: block !important;
    height: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}

.u-slick__tab .tab-pane.active {
    height: auto !important;
}

.u-slick--transform-off.slick-transform-off .slick-track {
    -webkit-transform: none !important;
    transform: none !important;
}

.testimonial-quote text, .testimonial-quote path {
    fill: #ebf0f7;
}

.testimonial-quote i {
    color: #ebf0f7;
}

.u-slick-bordered-primary .slick-current .card {
    border-color: #297cbb !important;
}

.u-slick-bordered-primary .slick-current .card .testimonial-quote text, .u-slick-bordered-primary .slick-current .card .testimonial-quote path {
    fill: #297cbb;
}

.u-slick-bordered-primary .slick-current .card .testimonial-quote i {
    color: #297cbb;
}

.u-slick-bordered-dark .slick-current .card {
    border-color: #1a2b49 !important;
}

.u-slick-bordered-dark .slick-current .card .testimonial-quote text, .u-slick-bordered-dark .slick-current .card .testimonial-quote path {
    fill: #1a2b49;
}

.u-slick-bordered-dark .slick-current .card .testimonial-quote i {
    color: #1a2b49;
}

/*------------------------------------
  Slick Equal Height
------------------------------------*/
.u-slick--equal-height .slick-list {
    height: 100%;
}

.u-slick--equal-height .slick-track {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.u-slick--equal-height .slick-track .slick-slide {
    display: -ms-flexbox;
    display: flex;
    height: auto;
}

/*------------------------------------
  Slick Gutters
------------------------------------*/
/* Gutters X */
.u-slick--gutters-1 {
    margin-left: -.25rem;
    margin-right: -.25rem;
}

.u-slick--gutters-1 .slick-slide {
    margin-left: .25rem;
    margin-right: .25rem;
}

.u-slick--gutters-2 {
    margin-left: -.5rem;
    margin-right: -.5rem;
}

.u-slick--gutters-2 .slick-slide {
    margin-left: .5rem;
    margin-right: .5rem;
}

.u-slick--gutters-3 {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
}

.u-slick--gutters-3 .slick-slide {
    margin-left: .9375rem;
    margin-right: .9375rem;
}

.u-slick--gutters-4 {
    margin-left: -.4rem;
    margin-right: -.4rem;
}

.u-slick--gutters-4 .slick-slide {
    margin-left: .4rem;
    margin-right: .4rem;
}

/*------------------------------------
  Slick Zoom
------------------------------------*/
.u-slick-zoom .slick-slide .u-slick-zoom__slide {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
}

.u-slick-zoom .slick-center .u-slick-zoom__slide {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*------------------------------------
  Slick Arrows
------------------------------------*/
.u-slick__arrow {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: #297cbb;
    background-color: rgba(41, 124, 187, 0.1);
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.u-slick__arrow:hover {
    color: #fff;
    background-color: #297cbb;
}

.u-slick__arrow-inner:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.u-slick__arrow-inner--left {
    left: 0;
}

.u-slick__arrow-inner--right {
    right: 0;
}

/* Flat */
.u-slick__arrow--flat {
    color: #fff;
    background-color: rgba(41, 124, 187, 0.8);
}

/* Offset */
@media (min-width: 992px) {
    .u-slick__arrow--offset.u-slick__arrow-inner--left {
        left: -2.5rem;
    }

    .u-slick__arrow--offset.u-slick__arrow-inner--right {
        right: -2.5rem;
    }
}

/* Vertical Center Alignment */
.u-slick__arrow-centered--y {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/*------------------------------------
  Slick Arrows Classic
------------------------------------*/
.u-slick__arrow-classic {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: #297cbb;
    background-color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.u-slick__arrow-classic:hover {
    color: #fff;
    background-color: #297cbb;
}

.u-slick__arrow-classic-inner:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.u-slick__arrow-classic-inner--left {
    left: 0;
}

.u-slick__arrow-classic-inner--left.v1 {
    left: -5px;
}

.u-slick__arrow-classic-inner--left.v4 {
    left: 25px;
}

.u-slick__arrow-classic-inner--right {
    right: 0;
}

.u-slick__arrow-classic-inner--right.v1 {
    right: -5px;
}

.u-slick__arrow-classic-inner--right.v4 {
    right: 25px;
}

.u-slick__arrow-classic--v1 {
    color: #3d88c1;
    background-color: #fff;
}

.u-slick__arrow-classic--v2 {
    color: #297cbb;
    background-color: #ebf0f7;
}

.u-slick__arrow-classic--v3 {
    color: #3b444f;
    background-color: transparent;
    font-size: 20px;
    font-weight: 800;
    color: #cad4e1;
}

.u-slick__arrow-classic--v3:hover {
    color: #3b444f;
    background-color: transparent;
}

.u-slick__arrow-classic--v4 {
    background-color: transparent;
    color: #fff;
    font-size: 20px;
}

.u-slick__arrow-classic--v4:hover {
    background-color: transparent;
}

/*------------------------------------
  Slick Paging
------------------------------------*/
.u-slick__paging {
    position: absolute;
    bottom: 2rem;
    right: 0;
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.u-slick__paging .u-paging__current {
    color: #fff;
    font-size: 3.875rem;
    font-weight: 300;
    line-height: 1;
}

.u-slick__paging .u-paging__divider {
    position: relative;
    margin-right: .5rem;
    margin-left: .25rem;
}

.u-slick__paging .u-paging__divider::before {
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    content: "\002f";
}

.u-slick__paging .u-paging__total {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
}

/*------------------------------------
  Slick Pagination
------------------------------------*/
.u-slick__pagination {
    padding-left: 0;
}

.u-slick__pagination:not(.u-slick__pagination--block) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

.u-slick__pagination li {
    display: -ms-flexbox;
    display: flex;
    pointer-events: all;
    margin: 0 .25rem;
    cursor: pointer;
}

.u-slick__pagination li span {
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    box-sizing: border-box;
    background-color: #cad4e1;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: 0.3s ease-in-out;
}

.u-slick__pagination li.slick-active span {
    background-color: transparent;
    border-color: #297cbb;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/* White Version */
.u-slick__pagination--white li span {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transform: none;
    transform: none;
    border-width: 0;
}

.u-slick__pagination--white li.slick-active span {
    border-color: none;
    background-color: white;
}

/* Block */
.u-slick__pagination--block li {
    display: block;
}

/* Vertical Center Alignment */
.u-slick__pagination-centered--y {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (min-width: 992px) {
    /* Vertical Option */ .u-slick__pagination--vertical-lg li {
        display: block;
        margin: .25rem 0;
    }

    /* Vertical Option Positions */
    .u-slick__pagination--vertical-pos-v1-lg {
        position: absolute;
        top: 50%;
        left: -15.7%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.u-slick__pagination-dark {
    padding-left: 0;
}

.u-slick__pagination-dark:not(.u-slick__pagination--block) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

.u-slick__pagination-dark li {
    display: -ms-flexbox;
    display: flex;
    pointer-events: all;
    margin: 0 .25rem;
    cursor: pointer;
}

.u-slick__pagination-dark li span {
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    box-sizing: border-box;
    background-color: #cad4e1;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: 0.3s ease-in-out;
}

.u-slick__pagination-dark li.slick-active span {
    background-color: transparent;
    border-color: #1a2b49 !important;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/*------------------------------------
  Slick Pagination Modern
------------------------------------*/
.u-slick--pagination-modern {
    width: 100%;
    max-width: 12.5rem;
}

.u-slick--pagination-modern .slick-slide {
    cursor: pointer;
    opacity: 0.7;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.3s ease-in-out;
}

.u-slick--pagination-modern .slick-current {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*------------------------------------
  Slick Pagination Interactive
------------------------------------*/
.u-slick--pagination-interactive__text {
    color: rgba(255, 255, 255, 0.7);
}

.u-slick--pagination-interactive .slick-slide {
    cursor: pointer;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}

.u-slick--pagination-interactive .slick-slide:hover {
    background: rgba(255, 255, 255, 0.15);
}

.u-slick--pagination-interactive .slick-slide:hover.slick-center {
    background: #fff;
}

.u-slick--pagination-interactive .slick-center {
    background: #fff;
}

.u-slick--pagination-interactive .slick-center .u-slick--pagination-interactive__title {
    color: #297cbb;
}

.u-slick--pagination-interactive .slick-center .u-slick--pagination-interactive__text {
    color: #77838f;
}

/*-------------------------------------------*\
    2.36. Spinner
\*-------------------------------------------*/
.spinner-border, .spinner-grow {
    vertical-align: middle;
}

/*-------------------------------------------*\
    2.37. Stats
\*-------------------------------------------*/
/*------------------------------------
  Stats Progress
------------------------------------*/
.u-stats-progress {
    position: relative;
    width: 13.75rem;
    height: 13.75rem;
    border-radius: 50%;
    box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
    margin-left: auto;
    margin-right: auto;
}

.u-stats-progress__info {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    padding: 2rem;
    text-align: center;
}

/*-------------------------------------------*\
    2.38. SVG
\*-------------------------------------------*/
.svg-preloader {
    z-index: -1;
    background: #fff url(../svg/preloaders/circle-preloader.svg) center no-repeat !important;
    overflow: hidden;
    transition: all 0.4s ease-in;
}

.svg-preloader *:not(.u-icon):not(.btn):not(.u-media-player):not(.u-media-player__icon):not(.u-label) {
    opacity: 0;
    transition: opacity 0.4s ease-in;
}

/*------------------------------------
  SVG IE10+ specific styles go here
------------------------------------*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .u-header__promo-icon {
        height: 48px;
    }

    .ie-height-24 {
        height: 24px;
    }

    .ie-height-40 {
        height: 40px;
    }

    .ie-height-48 {
        height: 48px;
    }

    .ie-height-56 {
        height: 56px;
    }

    .ie-height-72 {
        height: 72px;
    }

    .ie-main-hero {
        height: 686px;
    }

    .ie-soft-triangle-shape {
        height: 610px;
    }

    .ie-browser {
        height: 565px;
    }

    .ie-wave-1-bottom {
        height: 100px;
    }

    .ie-vault, .ie-responsive, .ie-easy-payment {
        height: 210px;
    }

    .ie-marketing-strategy, .ie-app-development, .ie-business-analysis {
        height: 328px;
    }

    .ie-devices-v1-tablet {
        height: 38.5rem;
    }

    .ie-devices-v1-phone {
        height: 27.5rem;
    }

    .ie-devices-v2-tablet {
        height: 37.875rem;
    }

    .ie-devices-v2-iphone {
        height: 31rem;
    }

    .ie-devices-v3-iphone {
        height: 633px;
    }

    .ie-devices-v4-tablet-horizontal {
        height: 16.875rem;
    }

    .ie-devices-v4-tablet {
        height: 25.4375rem;
    }

    .ie-devices-v4-laptop {
        height: 20.75rem;
    }

    .ie-devices-v4-iphone {
        height: 13.0625rem;
    }

    .ie-wave-6-top-left {
        height: 379px;
    }

    .ie-double-ellipse-top-right {
        height: 431px;
    }

    .ie-double-ellipse-top-left {
        height: 788px;
    }

    .ie-double-ellipse-bottom-right {
        height: 252px;
    }

    .ie-ellipse-mockup {
        height: 656px;
    }

    .ie-irregular-shape-2-right {
        height: 660px;
    }

    .ie-irregular-shape-3-bottom {
        height: 255px;
    }

    .ie-circle-chart {
        height: 219px;
    }

    .ie-curved-shape {
        height: 55.8px;
    }

    .ie-subscribe-illustration {
        height: 329px;
    }

    .ie-subscribe-1 {
        height: 315px;
    }

    .ie-subscribe-2 {
        height: 295px;
    }

    .ie-subscribe-2-flat-icons {
        height: 200px;
    }

    .ie-color-gradient {
        height: 566px;
    }

    .ie-for-sale, .ie-buyer {
        height: 208px;
    }

    .ie-events, .ie-data-report, .ie-image-upload {
        height: 219px;
    }

    .ie-analysis, .ie-in-the-office, .ie-make-it-rain {
        height: 200px;
    }

    .ie-house-agency {
        height: 381px;
    }

    .ie-laptop-and-iphone {
        height: 421px;
    }

    .ie-get-answered {
        height: 386px;
    }

    .ie-bg-elements-1 {
        height: 420px;
    }

    .ie-bg-elements-2 {
        height: 374px;
    }

    .ie-bg-elements-3 {
        height: 583px;
    }

    .ie-bg-elements-4 {
        height: 850px;
    }

    .ie-circle-1 {
        height: 379px;
    }

    .ie-go-to-wave {
        height: 46px;
    }

    .ie-graphic-illustration-1 {
        height: 270px;
    }

    .ie-app-development {
        height: 328px;
    }

    .ie-we-have-an-idea {
        height: 335px;
    }

    .ie-chatting-girl, .ie-chatting-boy {
        height: 328px;
    }

    .ie-virtual-reality {
        height: 320px;
    }

    .ie-maintenance-mode {
        height: 200px;
    }

    .ie-non-standard-hero-shape {
        height: 556px;
    }

    .ie-enterprise-2 {
        height: 267px;
    }

    .ie-abstract-shapes-1 {
        height: 554px;
    }

    .ie-abstract-shapes-2, .ie-abstract-shapes-3, .ie-abstract-shapes-4 {
        height: 532px;
    }

    .ie-abstract-shapes-6 {
        height: 187px;
    }

    .ie-abstract-shapes-7 {
        height: 624px;
    }

    .ie-abstract-shapes-9 {
        height: 182px;
    }

    .ie-abstract-shapes-10 {
        height: 573px;
    }

    .ie-abstract-shapes-11 {
        height: 192px;
    }

    .ie-showcase-mockup-1 {
        height: 384px;
    }

    .ie-showcase-mockup-2 {
        height: 371px;
    }

    .ie-showcase-mockup-3 {
        height: 535px;
    }

    .ie-knowledgebase-community {
        height: 447px;
    }

    .ie-knowledgebase-community-2 {
        height: 542px;
    }

    .ie-files {
        height: 293px;
    }
}

/*-------------------------------------------*\
    2.39. Table
\*-------------------------------------------*/
.table-heighlighted thead th {
    border-bottom-color: #3b444f;
    border-top: none;
}

.table-heighlighted tfoot td {
    border-top: 2px solid #3b444f;
}

/*-------------------------------------------*\
    2.40. Timeline
\*-------------------------------------------*/
.u-timeline {
    list-style: none;
    padding-left: 1rem;
    margin-bottom: 0;
}

.u-timeline__item {
    position: relative;
    padding-right: .9375rem;
    padding-left: 2rem;
}

.u-timeline__item:not(:last-child) {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.u-timeline__item::before {
    position: absolute;
    top: 3.5rem;
    bottom: 0;
    left: 0;
    height: auto;
    border-left: 0.1875rem solid #e7eaf3;
    content: "";
}

.u-timeline__icon {
    position: absolute;
    left: -.875rem;
}

.u-timeline__heading {
    position: relative;
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    padding-bottom: .75rem;
    margin-bottom: 1rem;
}

.u-timeline__heading::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 0.1rem solid #e7eaf3;
    content: "";
}

/*-------------------------------------------*\
    2.41. Sticky Block
\*-------------------------------------------*/
[class*="sticky-block"] {
    max-width: 100%;
}

/*-------------------------------------------*\
    2.42. Utilities
\*-------------------------------------------*/
/*------------------------------------
  Background Gradients
------------------------------------*/
.gradient-half-primary-body-v1 {
    background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 100%);
    background-repeat: repeat-x;
    background-attachment: fixed;
}

.gradient-half-primary-v1 {
    background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 100%);
    background-repeat: repeat-x;
}

.gradient-half-primary-v2 {
    background-image: linear-gradient(0deg, rgba(41, 124, 187, 0.05) 0%, transparent 100%);
    background-repeat: repeat-x;
}

.gradient-half-primary-v3 {
    background-image: linear-gradient(0deg, rgba(41, 124, 187, 0.1) 0%, transparent 100%);
    background-repeat: repeat-x;
}

.gradient-half-primary-v4 {
    background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 85%);
    background-repeat: repeat-x;
}

.gradient-half-primary-v5 {
    background-image: linear-gradient(150deg, #297cbb 0%, #2d1582 100%);
    background-repeat: repeat-x;
}

.gradient-half-info-v1 {
    background-image: linear-gradient(0deg, #297cbb 0%, #00dffc 100%);
    background-repeat: repeat-x;
}

.gradient-half-warning-v1 {
    background-image: linear-gradient(25deg, #ffc107 30%, #de4437 100%);
    background-repeat: repeat-x;
}

.gradient-half-warning-v2 {
    background-image: linear-gradient(150deg, #ffc107 0%, #efa02e 100%);
    background-repeat: repeat-x;
}

.gradient-half-warning-v3 {
    background-image: linear-gradient(150deg, #ffc107 0%, #de4437 100%);
    background-repeat: repeat-x;
}

/*------------------------------------
 Grid
------------------------------------*/
[class*="gdot"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-2dot2 {
    -ms-flex: 0 0 18.33333%;
    flex: 0 0 18.33333%;
    max-width: 18.33333%;
}

.col-xs-2dot3 {
    -ms-flex: 0 0 19.16667%;
    flex: 0 0 19.16667%;
    max-width: 19.16667%;
}

.col-xs-2dot4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-xs-2gdot8 {
    -ms-flex: 0 0 23.66667%;
    flex: 0 0 23.66667%;
    max-width: 23.66667%;
}

.col-xs-3dot64 {
    -ms-flex: 0 0 30.35833%;
    flex: 0 0 30.35833%;
    max-width: 30.35833%;
}

.col-xs-3dot7 {
    -ms-flex: 0 0 30.83333%;
    flex: 0 0 30.83333%;
    max-width: 30.83333%;
}

.col-xs-3dot2 {
    -ms-flex: 0 0 25.83333%;
    flex: 0 0 25.83333%;
    max-width: 25.83333%;
}

.col-xs-3dot1 {
    -ms-flex: 0 0 25.83333%;
    flex: 0 0 25.83333%;
    max-width: 25.83333%;
}

.col-xs-3dot6 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.col-xs-2dot8 {
    -ms-flex: 0 0 23.33333%;
    flex: 0 0 23.33333%;
    max-width: 23.33333%;
}

.col-xs-2dot6 {
    -ms-flex: 0 0 21.66667%;
    flex: 0 0 21.66667%;
    max-width: 21.66667%;
}

.col-xs-2dot5 {
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
}

.col-xs-2dot7 {
    -ms-flex: 0 0 22.5%;
    flex: 0 0 22.5%;
    max-width: 22.5%;
}

.col-xs-1dot6 {
    -ms-flex: 0 0 13.33333%;
    flex: 0 0 13.33333%;
    max-width: 13.33333%;
}

.col-xs-1dot8 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

.col-xs-8dot4 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.col-xs-8dot1 {
    -ms-flex: 0 0 67.5%;
    flex: 0 0 67.5%;
    max-width: 67.5%;
}

.col-xs-8dot2 {
    -ms-flex: 0 0 68.33333%;
    flex: 0 0 68.33333%;
    max-width: 68.33333%;
}

.col-xs-3dot5 {
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
}

.col-xs-3gdot5 {
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
}

.col-xs-6dot5 {
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
}

.col-xs-5dot4 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}

.col-xs-7dot5 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
}

.col-xs-4dot5 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

.col-xs-4gdot5 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

@media (min-width: 1200px) and (max-width: 1479.98px) {
    .col-xs-8dot3 {
        -ms-flex: 0 0 69.16667%;
        flex: 0 0 69.16667%;
        max-width: 69.16667%;
    }
}

.col-xs-9dot2 {
    -ms-flex: 0 0 76.66667%;
    flex: 0 0 76.66667%;
    max-width: 76.66667%;
}

.col-xs-8dot5 {
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
}

.col-xs-8gdot5 {
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
}

.col-xs-4dot1 {
    -ms-flex: 0 0 34.16667%;
    flex: 0 0 34.16667%;
    max-width: 34.16667%;
}

.col-xs-7dot9 {
    -ms-flex: 0 0 65.83333%;
    flex: 0 0 65.83333%;
    max-width: 65.83333%;
}

.col-xs-5dot5 {
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
}

.col-xs-9dot5 {
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
}

@media (min-width: 576px) {
    .col-sm-2dot2 {
        -ms-flex: 0 0 18.33333%;
        flex: 0 0 18.33333%;
        max-width: 18.33333%;
    }
}

@media (min-width: 576px) {
    .col-sm-2dot3 {
        -ms-flex: 0 0 19.16667%;
        flex: 0 0 19.16667%;
        max-width: 19.16667%;
    }
}

@media (min-width: 576px) {
    .col-sm-2dot4 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 576px) {
    .col-sm-2gdot8 {
        -ms-flex: 0 0 23.66667%;
        flex: 0 0 23.66667%;
        max-width: 23.66667%;
    }
}

@media (min-width: 576px) {
    .col-sm-3dot64 {
        -ms-flex: 0 0 30.35833%;
        flex: 0 0 30.35833%;
        max-width: 30.35833%;
    }
}

@media (min-width: 576px) {
    .col-sm-3dot7 {
        -ms-flex: 0 0 30.83333%;
        flex: 0 0 30.83333%;
        max-width: 30.83333%;
    }
}

@media (min-width: 576px) {
    .col-sm-3dot2 {
        -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
        max-width: 25.83333%;
    }
}

@media (min-width: 576px) {
    .col-sm-3dot1 {
        -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
        max-width: 25.83333%;
    }
}

@media (min-width: 576px) {
    .col-sm-3dot6 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (min-width: 576px) {
    .col-sm-2dot8 {
        -ms-flex: 0 0 23.33333%;
        flex: 0 0 23.33333%;
        max-width: 23.33333%;
    }
}

@media (min-width: 576px) {
    .col-sm-2dot6 {
        -ms-flex: 0 0 21.66667%;
        flex: 0 0 21.66667%;
        max-width: 21.66667%;
    }
}

@media (min-width: 576px) {
    .col-sm-2dot5 {
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
    }
}

@media (min-width: 576px) {
    .col-sm-2dot7 {
        -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
        max-width: 22.5%;
    }
}

@media (min-width: 576px) {
    .col-sm-1dot6 {
        -ms-flex: 0 0 13.33333%;
        flex: 0 0 13.33333%;
        max-width: 13.33333%;
    }
}

@media (min-width: 576px) {
    .col-sm-1dot8 {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
}

@media (min-width: 576px) {
    .col-sm-8dot4 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media (min-width: 576px) {
    .col-sm-8dot1 {
        -ms-flex: 0 0 67.5%;
        flex: 0 0 67.5%;
        max-width: 67.5%;
    }
}

@media (min-width: 576px) {
    .col-sm-8dot2 {
        -ms-flex: 0 0 68.33333%;
        flex: 0 0 68.33333%;
        max-width: 68.33333%;
    }
}

@media (min-width: 576px) {
    .col-sm-3dot5 {
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
    }
}

@media (min-width: 576px) {
    .col-sm-3gdot5 {
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
    }
}

@media (min-width: 576px) {
    .col-sm-6dot5 {
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
    }
}

@media (min-width: 576px) {
    .col-sm-5dot4 {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media (min-width: 576px) {
    .col-sm-7dot5 {
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }
}

@media (min-width: 576px) {
    .col-sm-4dot5 {
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
}

@media (min-width: 576px) {
    .col-sm-4gdot5 {
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
}

@media (min-width: 1200px) and (max-width: 1479.98px) {
    .col-sm-8dot3 {
        -ms-flex: 0 0 69.16667%;
        flex: 0 0 69.16667%;
        max-width: 69.16667%;
    }
}

@media (min-width: 576px) {
    .col-sm-9dot2 {
        -ms-flex: 0 0 76.66667%;
        flex: 0 0 76.66667%;
        max-width: 76.66667%;
    }
}

@media (min-width: 576px) {
    .col-sm-8dot5 {
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }
}

@media (min-width: 576px) {
    .col-sm-8gdot5 {
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }
}

@media (min-width: 576px) {
    .col-sm-4dot1 {
        -ms-flex: 0 0 34.16667%;
        flex: 0 0 34.16667%;
        max-width: 34.16667%;
    }
}

@media (min-width: 576px) {
    .col-sm-7dot9 {
        -ms-flex: 0 0 65.83333%;
        flex: 0 0 65.83333%;
        max-width: 65.83333%;
    }
}

@media (min-width: 576px) {
    .col-sm-5dot5 {
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
    }
}

@media (min-width: 576px) {
    .col-sm-9dot5 {
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
    }
}

@media (min-width: 768px) {
    .col-md-2dot2 {
        -ms-flex: 0 0 18.33333%;
        flex: 0 0 18.33333%;
        max-width: 18.33333%;
    }
}

@media (min-width: 768px) {
    .col-md-2dot3 {
        -ms-flex: 0 0 19.16667%;
        flex: 0 0 19.16667%;
        max-width: 19.16667%;
    }
}

@media (min-width: 768px) {
    .col-md-2dot4 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-2gdot8 {
        -ms-flex: 0 0 23.66667%;
        flex: 0 0 23.66667%;
        max-width: 23.66667%;
    }
}

@media (min-width: 768px) {
    .col-md-3dot64 {
        -ms-flex: 0 0 30.35833%;
        flex: 0 0 30.35833%;
        max-width: 30.35833%;
    }
}

@media (min-width: 768px) {
    .col-md-3dot7 {
        -ms-flex: 0 0 30.83333%;
        flex: 0 0 30.83333%;
        max-width: 30.83333%;
    }
}

@media (min-width: 768px) {
    .col-md-3dot2 {
        -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
        max-width: 25.83333%;
    }
}

@media (min-width: 768px) {
    .col-md-3dot1 {
        -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
        max-width: 25.83333%;
    }
}

@media (min-width: 768px) {
    .col-md-3dot6 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (min-width: 768px) {
    .col-md-2dot8 {
        -ms-flex: 0 0 23.33333%;
        flex: 0 0 23.33333%;
        max-width: 23.33333%;
    }
}

@media (min-width: 768px) {
    .col-md-2dot6 {
        -ms-flex: 0 0 21.66667%;
        flex: 0 0 21.66667%;
        max-width: 21.66667%;
    }
}

@media (min-width: 768px) {
    .col-md-2dot5 {
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
    }
}

@media (min-width: 768px) {
    .col-md-2dot7 {
        -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
        max-width: 22.5%;
    }
}

@media (min-width: 768px) {
    .col-md-1dot6 {
        -ms-flex: 0 0 13.33333%;
        flex: 0 0 13.33333%;
        max-width: 13.33333%;
    }
}

@media (min-width: 768px) {
    .col-md-1dot8 {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
}

@media (min-width: 768px) {
    .col-md-8dot4 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media (min-width: 768px) {
    .col-md-8dot1 {
        -ms-flex: 0 0 67.5%;
        flex: 0 0 67.5%;
        max-width: 67.5%;
    }
}

@media (min-width: 768px) {
    .col-md-8dot2 {
        -ms-flex: 0 0 68.33333%;
        flex: 0 0 68.33333%;
        max-width: 68.33333%;
    }
}

@media (min-width: 768px) {
    .col-md-3dot5 {
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
    }
}

@media (min-width: 768px) {
    .col-md-3gdot5 {
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
    }
}

@media (min-width: 768px) {
    .col-md-6dot5 {
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
    }
}

@media (min-width: 768px) {
    .col-md-5dot4 {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media (min-width: 768px) {
    .col-md-7dot5 {
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }
}

@media (min-width: 768px) {
    .col-md-4dot5 {
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
}

@media (min-width: 768px) {
    .col-md-4gdot5 {
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
}

@media (min-width: 1200px) and (max-width: 1479.98px) {
    .col-md-8dot3 {
        -ms-flex: 0 0 69.16667%;
        flex: 0 0 69.16667%;
        max-width: 69.16667%;
    }
}

@media (min-width: 768px) {
    .col-md-9dot2 {
        -ms-flex: 0 0 76.66667%;
        flex: 0 0 76.66667%;
        max-width: 76.66667%;
    }
}

@media (min-width: 768px) {
    .col-md-8dot5 {
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }
}

@media (min-width: 768px) {
    .col-md-8gdot5 {
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }
}

@media (min-width: 768px) {
    .col-md-4dot1 {
        -ms-flex: 0 0 34.16667%;
        flex: 0 0 34.16667%;
        max-width: 34.16667%;
    }
}

@media (min-width: 768px) {
    .col-md-7dot9 {
        -ms-flex: 0 0 65.83333%;
        flex: 0 0 65.83333%;
        max-width: 65.83333%;
    }
}

@media (min-width: 768px) {
    .col-md-5dot5 {
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
    }
}

@media (min-width: 768px) {
    .col-md-9dot5 {
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
    }
}

@media (min-width: 992px) {
    .col-lg-2dot2 {
        -ms-flex: 0 0 18.33333%;
        flex: 0 0 18.33333%;
        max-width: 18.33333%;
    }
}

@media (min-width: 992px) {
    .col-lg-2dot3 {
        -ms-flex: 0 0 19.16667%;
        flex: 0 0 19.16667%;
        max-width: 19.16667%;
    }
}

@media (min-width: 992px) {
    .col-lg-2dot4 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-2gdot8 {
        -ms-flex: 0 0 23.66667%;
        flex: 0 0 23.66667%;
        max-width: 23.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg-3dot64 {
        -ms-flex: 0 0 30.35833%;
        flex: 0 0 30.35833%;
        max-width: 30.35833%;
    }
}

@media (min-width: 992px) {
    .col-lg-3dot7 {
        -ms-flex: 0 0 30.83333%;
        flex: 0 0 30.83333%;
        max-width: 30.83333%;
    }
}

@media (min-width: 992px) {
    .col-lg-3dot2 {
        -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
        max-width: 25.83333%;
    }
}

@media (min-width: 992px) {
    .col-lg-3dot1 {
        -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
        max-width: 25.83333%;
    }
}

@media (min-width: 992px) {
    .col-lg-3dot6 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (min-width: 992px) {
    .col-lg-2dot8 {
        -ms-flex: 0 0 23.33333%;
        flex: 0 0 23.33333%;
        max-width: 23.33333%;
    }
}

@media (min-width: 992px) {
    .col-lg-2dot6 {
        -ms-flex: 0 0 21.66667%;
        flex: 0 0 21.66667%;
        max-width: 21.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg-2dot5 {
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
    }
}

@media (min-width: 992px) {
    .col-lg-2dot7 {
        -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
        max-width: 22.5%;
    }
}

@media (min-width: 992px) {
    .col-lg-1dot6 {
        -ms-flex: 0 0 13.33333%;
        flex: 0 0 13.33333%;
        max-width: 13.33333%;
    }
}

@media (min-width: 992px) {
    .col-lg-1dot8 {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
}

@media (min-width: 992px) {
    .col-lg-8dot4 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media (min-width: 992px) {
    .col-lg-8dot1 {
        -ms-flex: 0 0 67.5%;
        flex: 0 0 67.5%;
        max-width: 67.5%;
    }
}

@media (min-width: 992px) {
    .col-lg-8dot2 {
        -ms-flex: 0 0 68.33333%;
        flex: 0 0 68.33333%;
        max-width: 68.33333%;
    }
}

@media (min-width: 992px) {
    .col-lg-3dot5 {
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
    }
}

@media (min-width: 992px) {
    .col-lg-3gdot5 {
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
    }
}

@media (min-width: 992px) {
    .col-lg-6dot5 {
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
    }
}

@media (min-width: 992px) {
    .col-lg-5dot4 {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media (min-width: 992px) {
    .col-lg-7dot5 {
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }
}

@media (min-width: 992px) {
    .col-lg-4dot5 {
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
}

@media (min-width: 992px) {
    .col-lg-4gdot5 {
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
}

@media (min-width: 1200px) and (max-width: 1479.98px) {
    .col-lg-8dot3 {
        -ms-flex: 0 0 69.16667%;
        flex: 0 0 69.16667%;
        max-width: 69.16667%;
    }
}

@media (min-width: 992px) {
    .col-lg-9dot2 {
        -ms-flex: 0 0 76.66667%;
        flex: 0 0 76.66667%;
        max-width: 76.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg-8dot5 {
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }
}

@media (min-width: 992px) {
    .col-lg-8gdot5 {
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }
}

@media (min-width: 992px) {
    .col-lg-4dot1 {
        -ms-flex: 0 0 34.16667%;
        flex: 0 0 34.16667%;
        max-width: 34.16667%;
    }
}

@media (min-width: 992px) {
    .col-lg-7dot9 {
        -ms-flex: 0 0 65.83333%;
        flex: 0 0 65.83333%;
        max-width: 65.83333%;
    }
}

@media (min-width: 992px) {
    .col-lg-5dot5 {
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
    }
}

@media (min-width: 992px) {
    .col-lg-9dot5 {
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2dot2 {
        -ms-flex: 0 0 18.33333%;
        flex: 0 0 18.33333%;
        max-width: 18.33333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2dot3 {
        -ms-flex: 0 0 19.16667%;
        flex: 0 0 19.16667%;
        max-width: 19.16667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2dot4 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2gdot8 {
        -ms-flex: 0 0 23.66667%;
        flex: 0 0 23.66667%;
        max-width: 23.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-3dot64 {
        -ms-flex: 0 0 30.35833%;
        flex: 0 0 30.35833%;
        max-width: 30.35833%;
    }
}

@media (min-width: 1200px) {
    .col-xl-3dot7 {
        -ms-flex: 0 0 30.83333%;
        flex: 0 0 30.83333%;
        max-width: 30.83333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-3dot2 {
        -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
        max-width: 25.83333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-3dot1 {
        -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
        max-width: 25.83333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-3dot6 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2dot8 {
        -ms-flex: 0 0 23.33333%;
        flex: 0 0 23.33333%;
        max-width: 23.33333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2dot6 {
        -ms-flex: 0 0 21.66667%;
        flex: 0 0 21.66667%;
        max-width: 21.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2dot5 {
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2dot7 {
        -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
        max-width: 22.5%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1dot6 {
        -ms-flex: 0 0 13.33333%;
        flex: 0 0 13.33333%;
        max-width: 13.33333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1dot8 {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
}

@media (min-width: 1200px) {
    .col-xl-8dot4 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media (min-width: 1200px) {
    .col-xl-8dot1 {
        -ms-flex: 0 0 67.5%;
        flex: 0 0 67.5%;
        max-width: 67.5%;
    }
}

@media (min-width: 1200px) {
    .col-xl-8dot2 {
        -ms-flex: 0 0 68.33333%;
        flex: 0 0 68.33333%;
        max-width: 68.33333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-3dot5 {
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-3gdot5 {
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-6dot5 {
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-5dot4 {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media (min-width: 1200px) {
    .col-xl-7dot5 {
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }
}

@media (min-width: 1200px) {
    .col-xl-4dot5 {
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
}

@media (min-width: 1200px) {
    .col-xl-4gdot5 {
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
}

@media (min-width: 1200px) and (max-width: 1479.98px) {
    .col-xl-8dot3 {
        -ms-flex: 0 0 69.16667%;
        flex: 0 0 69.16667%;
        max-width: 69.16667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-9dot2 {
        -ms-flex: 0 0 76.66667%;
        flex: 0 0 76.66667%;
        max-width: 76.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-8dot5 {
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-8gdot5 {
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-4dot1 {
        -ms-flex: 0 0 34.16667%;
        flex: 0 0 34.16667%;
        max-width: 34.16667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-7dot9 {
        -ms-flex: 0 0 65.83333%;
        flex: 0 0 65.83333%;
        max-width: 65.83333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-5dot5 {
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-9dot5 {
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
    }
}

@media (min-width: 1480px) {
    .col-wd-2dot2 {
        -ms-flex: 0 0 18.33333%;
        flex: 0 0 18.33333%;
        max-width: 18.33333%;
    }
}

@media (min-width: 1480px) {
    .col-wd-2dot3 {
        -ms-flex: 0 0 19.16667%;
        flex: 0 0 19.16667%;
        max-width: 19.16667%;
    }
}

@media (min-width: 1480px) {
    .col-wd-2dot4 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1480px) {
    .col-wd-2gdot8 {
        -ms-flex: 0 0 23.66667%;
        flex: 0 0 23.66667%;
        max-width: 23.66667%;
    }
}

@media (min-width: 1480px) {
    .col-wd-3dot64 {
        -ms-flex: 0 0 30.35833%;
        flex: 0 0 30.35833%;
        max-width: 30.35833%;
    }
}

@media (min-width: 1480px) {
    .col-wd-3dot7 {
        -ms-flex: 0 0 30.83333%;
        flex: 0 0 30.83333%;
        max-width: 30.83333%;
    }
}

@media (min-width: 1480px) {
    .col-wd-3dot2 {
        -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
        max-width: 25.83333%;
    }
}

@media (min-width: 1480px) {
    .col-wd-3dot1 {
        -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
        max-width: 25.83333%;
    }
}

@media (min-width: 1480px) {
    .col-wd-3dot6 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (min-width: 1480px) {
    .col-wd-2dot8 {
        -ms-flex: 0 0 23.33333%;
        flex: 0 0 23.33333%;
        max-width: 23.33333%;
    }
}

@media (min-width: 1480px) {
    .col-wd-2dot6 {
        -ms-flex: 0 0 21.66667%;
        flex: 0 0 21.66667%;
        max-width: 21.66667%;
    }
}

@media (min-width: 1480px) {
    .col-wd-2dot5 {
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
    }
}

@media (min-width: 1480px) {
    .col-wd-2dot7 {
        -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
        max-width: 22.5%;
    }
}

@media (min-width: 1480px) {
    .col-wd-1dot6 {
        -ms-flex: 0 0 13.33333%;
        flex: 0 0 13.33333%;
        max-width: 13.33333%;
    }
}

@media (min-width: 1480px) {
    .col-wd-1dot8 {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
}

@media (min-width: 1480px) {
    .col-wd-8dot4 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media (min-width: 1480px) {
    .col-wd-8dot1 {
        -ms-flex: 0 0 67.5%;
        flex: 0 0 67.5%;
        max-width: 67.5%;
    }
}

@media (min-width: 1480px) {
    .col-wd-8dot2 {
        -ms-flex: 0 0 68.33333%;
        flex: 0 0 68.33333%;
        max-width: 68.33333%;
    }
}

@media (min-width: 1480px) {
    .col-wd-3dot5 {
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
    }
}

@media (min-width: 1480px) {
    .col-wd-3gdot5 {
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
    }
}

@media (min-width: 1480px) {
    .col-wd-6dot5 {
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
    }
}

@media (min-width: 1480px) {
    .col-wd-5dot4 {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media (min-width: 1480px) {
    .col-wd-7dot5 {
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }
}

@media (min-width: 1480px) {
    .col-wd-4dot5 {
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
}

@media (min-width: 1480px) {
    .col-wd-4gdot5 {
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
}

@media (min-width: 1200px) and (max-width: 1479.98px) {
    .col-wd-8dot3 {
        -ms-flex: 0 0 69.16667%;
        flex: 0 0 69.16667%;
        max-width: 69.16667%;
    }
}

@media (min-width: 1480px) {
    .col-wd-9dot2 {
        -ms-flex: 0 0 76.66667%;
        flex: 0 0 76.66667%;
        max-width: 76.66667%;
    }
}

@media (min-width: 1480px) {
    .col-wd-8dot5 {
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }
}

@media (min-width: 1480px) {
    .col-wd-8gdot5 {
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }
}

@media (min-width: 1480px) {
    .col-wd-4dot1 {
        -ms-flex: 0 0 34.16667%;
        flex: 0 0 34.16667%;
        max-width: 34.16667%;
    }
}

@media (min-width: 1480px) {
    .col-wd-7dot9 {
        -ms-flex: 0 0 65.83333%;
        flex: 0 0 65.83333%;
        max-width: 65.83333%;
    }
}

@media (min-width: 1480px) {
    .col-wd-5dot5 {
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
    }
}

@media (min-width: 1480px) {
    .col-wd-9dot5 {
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }
}

/*------------------------------------
  Background Overlay Gradients
------------------------------------*/
[class*="gradient-overlay-half"] {
    position: relative;
    z-index: 1;
}

[class*="gradient-overlay-half"]::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.2s ease-in-out;
}

.gradient-overlay-half-primary-video-v1::before {
    z-index: 2;
    background-image: linear-gradient(150deg, rgba(45, 21, 130, 0.9) 0%, rgba(25, 160, 255, 0.85) 100%);
    background-repeat: repeat-x;
}

.gradient-overlay-half-primary-v1::before {
    background-image: linear-gradient(150deg, rgba(45, 21, 130, 0.9) 0%, rgba(25, 160, 255, 0.85) 100%);
    background-repeat: repeat-x;
}

.gradient-overlay-half-primary-v2::before {
    background-image: linear-gradient(30deg, rgba(25, 160, 255, 0.85) 0%, rgba(45, 21, 130, 0.9) 100%);
    background-repeat: repeat-x;
}

.gradient-overlay-half-info-v1::before {
    background-image: linear-gradient(0deg, rgba(41, 124, 187, 0.92) 0%, rgba(0, 223, 252, 0.92) 100%);
    background-repeat: repeat-x;
}

.gradient-overlay-half-dark-v1::before {
    background-image: linear-gradient(0deg, #3b444f 0%, transparent 75%);
    background-repeat: repeat-x;
}

.gradient-overlay-half-dark-v2::before {
    background-image: linear-gradient(150deg, rgba(56, 78, 98, 0.675) 0%, rgba(119, 131, 143, 0.3) 100%);
    background-repeat: repeat-x;
}

.gradient-overlay-half-bg-gradient::before {
    background: linear-gradient(180deg, #1e2022 0%, transparent 50%);
}

.gradient-overlay-half-bg-gradient:hover:before {
    background: linear-gradient(180deg, #1e2022 0%, transparent 75%);
}

.gradient-overlay-half-bg-gradient-v1::before {
    background: linear-gradient(180deg, #484848 0%, transparent 75%);
}

.gradient-overlay-half-bg-gradient-v2::before {
    background-color: #20274d;
    opacity: .4;
}

.gradient-overlay-half-bg-gradient-v2.gradient-overlay:hover:before {
    background: none;
}

.gradient-overlay-half-bg-gradient-v3::before {
    background: linear-gradient(180deg, #1e2022 0%, transparent 50%);
}

.gradient-overlay-half-bg-gradient-v4::before {
    background: linear-gradient(160deg, #1e2022 -18%, transparent 90%);
}

.gradient-overlay-half-bg-gradient-v5 {
    z-index: 0;
}

.gradient-overlay-half-bg-gradient-v5::before {
    background: linear-gradient(to top, #131313 6%, rgba(19, 19, 19, 0.2) 72%, rgba(34, 34, 34, 0) 89%, rgba(44, 44, 44, 0) 100%);
    z-index: 0;
}

.gradient-overlay-half-bg-gradient-v6 {
    z-index: 0;
}

.gradient-overlay-half-bg-gradient-v6::before {
    background: linear-gradient(to top, #131313 6%, rgba(19, 19, 19, 0.2) 72%, rgba(34, 34, 34, 0) 89%, rgba(44, 44, 44, 0) 100%);
    z-index: 0;
    border-radius: 0.188rem;
}

.gradient-overlay-half-bg-gradient-v7::before {
    background: linear-gradient(to top, #131313 6%, rgba(19, 19, 19, 0.2) 72%, rgba(34, 34, 34, 0) 89%, rgba(44, 44, 44, 0) 100%);
    z-index: inherit;
}

.gradient-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #297cbb;
    opacity: .0;
}

.gradient-overlay:hover:after {
    opacity: .4;
    z-index: -1;
    transition-duration: 0.5s;
}

.gradient-overlay-half-bg-orange::before {
    background-color: #ff9500;
    opacity: .85;
}

[class*="gradient-overlay-half-bg-dark"]::before {
    background-color: #000000;
    opacity: .7;
}

.gradient-overlay-half-bg-dark-v1::before {
    opacity: .6;
}

.gradient-overlay-half-bg-blue-light::before {
    background-color: #297cbb;
    opacity: .8;
}

.gradient-overlay-half-bg-grayish-blue::before {
    background-color: #3b444f;
    opacity: .8;
}

.gradient-overlay-half-bg-blue::before {
    background-color: #7eadfb;
    opacity: 0.4;
}

.gradient-overlay-half-bg-violet::before {
    background-color: rgba(73, 16, 128, 0.64);
}

.gradient-overlay-half-black-gradient::before {
    background-color: #18181a;
    opacity: 0.5;
}

.gradient-overlay-half-gray-gradient::before {
    background-color: #3b444f;
    opacity: 0.6;
}

.gradient-overlay-half-blue-gradient::before {
    background-color: #1a2b49;
    opacity: 0.4;
}

.gradient-overlay-half-sapphire-gradient::before {
    background-color: #002568;
    opacity: 0.7;
}

.gradient-overlay-half-sapphire-gradient::before {
    background-color: #002568;
    opacity: 0.7;
}

.gradient-overlay-half-bg-violet-light::before {
    background-color: #ac5ef1;
    opacity: 0.7;
}

.gradient-overlay-half-white-gradient::before {
    background-color: #ffffff;
    opacity: 0.15;
}

.gradient-overlay-half-bg-catalina-blue:before {
    background-color: #16142D;
    opacity: .4;
}

.gradient-overlay-half-bg-charcoal-gray:before {
    background-color: #484848;
    opacity: 0.5;
}

.gradient-overlay-half-bg-white::before {
    background-color: #fff;
    opacity: 1;
}

.gradient-overlay-half-bg-white:hover:before {
    opacity: 0;
}

.gradient-overlay-half-bg-white:hover i, .gradient-overlay-half-bg-white:hover h6, .gradient-overlay-half-bg-white:hover span {
    color: #fff !important;
}

.collapsed.text-gradient::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0%, #ffffff 50%);
    opacity: .7;
    width: 100%;
    height: 80px;
    bottom: 30px;
}

.u-media-viewer__dark::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(11, 13, 16, 0.8);
    border-radius: 3px;
}

/*------------------------------------
  Links
------------------------------------*/
.link {
    display: inline-block;
}

.link__icon {
    position: relative;
    line-height: .7;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 1.375rem;
    height: 1.375rem;
    font-size: 1rem;
    color: #297cbb;
    background-color: rgba(41, 124, 187, 0.1);
    border-radius: 50%;
    transition: 0.3s;
}

.link__icon-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.link:hover .link__icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* Collapse */
.link-collapse[aria-expanded="false"] .link-collapse__default {
    display: inline-block;
}

.link-collapse[aria-expanded="false"] .link-collapse__active {
    display: none;
}

.link-collapse[aria-expanded="true"] .link-collapse__default {
    display: none;
}

.link-collapse[aria-expanded="true"] .link-collapse__active {
    display: inline-block;
}

/* Link Light */
.link-light {
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
}

.link-light:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

/* Link Muted */
.link-muted {
    color: #8c98a4;
    border-bottom: 1px dashed #97a4af;
}

.link-muted:hover {
    border-color: #1b527c;
}

.link-muted__toggle-default {
    display: inline-block;
}

.link-muted__toggle-toggled {
    display: none;
}

.link-muted.toggled .link-muted__toggle-default {
    display: none;
}

.link-muted.toggled .link-muted__toggle-toggled {
    display: inline-block;
}

/* Link White */
.link-white {
    color: #fff;
    border-bottom: 1px dashed #fff;
}

.link-white:hover {
    color: #fff;
}

.link-collapse-custom[aria-expanded="false"] {
    position: static;
}

.link-collapse-custom[aria-expanded="false"]::before {
    background-image: linear-gradient(180deg, transparent 40%, #fff 99%);
    background-repeat: repeat-x;
    z-index: 1;
    bottom: 74px;
    height: auto;
}

/*------------------------------------
  Fill Colors
------------------------------------*/
.fill-none {
    fill: none !important;
}

.fill-white {
    fill: #fff !important;
}

.fill-dark {
    fill: #3b444f !important;
}

.fill-primary {
    fill: #297cbb !important;
}

.fill-primary-lighter {
    fill: #19a0ff !important;
}

.fill-primary-darker {
    fill: #196eff !important;
}

.fill-success {
    fill: #00c9a7 !important;
}

.fill-success-lighter {
    fill: #13d7b6 !important;
}

.fill-info {
    fill: #00dffc !important;
}

.fill-danger {
    fill: #de4437 !important;
}

.fill-danger-lighter {
    fill: #ec5245 !important;
}

.fill-warning {
    fill: #ffc107 !important;
}

.fill-warning-lighter {
    fill: #fdd14e !important;
}

.fill-warning-darker {
    fill: #efa02e !important;
}

.fill-gray-200 {
    fill: #f8fafd !important;
}

.fill-gray-300 {
    fill: #e7eaf3 !important;
}

.fill-gray-400 {
    fill: #bdc5d1 !important;
}

.fill-gray-500 {
    fill: #97a4af !important;
}

.fill-gray-600 {
    fill: #8c98a4 !important;
}

/*------------------------------------
  Stop Colors
------------------------------------*/
.stop-color-white {
    stop-color: #fff !important;
}

.stop-color-primary {
    stop-color: #297cbb !important;
}

.stop-color-primary-darker {
    stop-color: #196eff !important;
}

.stop-color-primary-lighter {
    stop-color: #19a0ff !important;
}

.stop-color-warning {
    stop-color: #ffc107 !important;
}

.stop-color-danger {
    stop-color: #de4437 !important;
}

.stop-color-info {
    stop-color: #00dffc !important;
}

.stop-color-indigo {
    stop-color: #2d1582 !important;
}

/*------------------------------------
  Stroke Colors
------------------------------------*/
.stroke-white {
    stroke: #fff !important;
}

.stroke-primary {
    stroke: #297cbb !important;
}

.stroke-primary-lighter {
    stroke: #19a0ff !important;
}

.stroke-primary-darker {
    stroke: #196eff !important;
}

.stroke-success {
    stroke: #00c9a7 !important;
}

.stroke-danger {
    stroke: #de4437 !important;
}

.stroke-warning {
    stroke: #ffc107 !important;
}

.stroke-info {
    stroke: #00dffc !important;
}

.stroke-gray-200 {
    stroke: #f8fafd !important;
}

.stroke-gray-300 {
    stroke: #e7eaf3 !important;
}

.stroke-gray-400 {
    stroke: #bdc5d1 !important;
}

.stroke-gray-500 {
    stroke: #97a4af !important;
}

/*------------------------------------
  Background Image Style
------------------------------------*/
.bg-img-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.bg-img-hero-bottom {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.bg-img-hero-center {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-img-hero-fixed {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

/*------------------------------------
  Background Colors
------------------------------------*/
.bg-color-1 {
    background-color: #5392f9;
}

.bg-color-2 {
    background-color: #ebf0f7;
}

.bg-primary-darken {
    background-color: #0f2e46;
}

/*------------------------------------
  Borders
------------------------------------*/
.rounded-pill {
    border-radius: 6.1875rem;
}

.rounded-xs {
    border-radius: 0.188rem;
}

.rounded-top-pill {
    border-top-left-radius: 6.1875rem;
    border-top-right-radius: 6.1875rem;
}

.rounded-right-pill {
    border-top-right-radius: 6.1875rem;
    border-bottom-right-radius: 6.1875rem;
}

.rounded-bottom-pill {
    border-bottom-right-radius: 6.1875rem;
    border-bottom-left-radius: 6.1875rem;
}

.rounded-left-pill {
    border-top-left-radius: 6.1875rem;
    border-bottom-left-radius: 6.1875rem;
}

.rounded-top-left-pill {
    border-top-left-radius: 6.1875rem;
}

.rounded-bottom-left-pill {
    border-bottom-left-radius: 6.1875rem;
}

.rounded-pseudo {
    border-radius: 0.3125rem;
}

.rounded-pseudo::before, .rounded-pseudo::after {
    border-radius: 0.3125rem;
}

.rounded-top-pseudo {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
}

.rounded-top-pseudo::before, .rounded-top-pseudo::after {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
}

@media (min-width: 1200px) {
    .border-xl-0 {
        border: 0 !important;
    }

    .border-xl-top-0 {
        border-top: 0 !important;
    }

    .border-xl-right-0 {
        border-right: 0 !important;
    }

    .border-xl-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-xl-left-0 {
        border-left: 0 !important;
    }

    .border-xl {
        border: 1px solid #e7eaf3 !important;
    }

    .border-xl-top {
        border-top: 1px solid #e7eaf3 !important;
    }

    .border-xl-right {
        border-right: 1px solid #e7eaf3 !important;
    }

    .border-xl-bottom {
        border-bottom: 1px solid #e7eaf3 !important;
    }

    .border-xl-left {
        border-left: 1px solid #e7eaf3 !important;
    }
}

@media (min-width: 992px) {
    .border-lg-0 {
        border: 0 !important;
    }

    .border-lg-top-0 {
        border-top: 0 !important;
    }

    .border-lg-right-0 {
        border-right: 0 !important;
    }

    .border-lg-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-lg-left-0 {
        border-left: 0 !important;
    }

    .border-lg {
        border: 1px solid #e7eaf3 !important;
    }

    .border-lg-top {
        border-top: 1px solid #e7eaf3 !important;
    }

    .border-lg-right {
        border-right: 1px solid #e7eaf3 !important;
    }

    .border-lg-bottom {
        border-bottom: 1px solid #e7eaf3 !important;
    }

    .border-lg-left {
        border-left: 1px solid #e7eaf3 !important;
    }
}

.border-color-white {
    border-color: rgba(255, 255, 255, 0.149) !important;
}

.border-color-3 {
    border-color: #ebf0f7;
}

.border-color-1 {
    border-color: #eaeaea !important;
}

.border-color-7 {
    border-color: #e4e4e4 !important;
}

.border-color-8 {
    border-color: #ebf0f7 !important;
}

.border-color-13 {
    border-color: #b3b1ae !important;
}

.border-color-11 {
    border-color: #dce3ec !important;
}

.border-color-2 {
    border-color: #67747c;
}

.border-color-14 {
    border-color: #3c3c3c !important;
}

@media (min-width: 992px) {
    .border-lg-bottom {
        border-bottom: 1px solid #ebf0f7;
    }
}

.destination {
    position: relative;
}

.destination::after {
    content: '';
    height: 1px;
    width: 50px;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.border-width-2 {
    border-width: 2px !important;
}

.border-width-3 {
    border-width: 3px !important;
}

.rounded-border {
    border-radius: 0.188rem;
}

.rounded-border::before, .rounded-border::after {
    border-radius: 0.188rem;
}

.border-radius-2 {
    border-radius: 2px !important;
}

.border-radius-3 {
    border-radius: 3px !important;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.border-bottom {
    border-bottom: 1px solid #ebf0f7;
}

@media (min-width: 576px) {
    .border-bottom-sm {
        border-bottom: 1px solid #ebf0f7;
    }
}

@media (min-width: 768px) {
    .border-bottom-md {
        border-bottom: 1px solid #ebf0f7;
    }
}

@media (min-width: 992px) {
    .border-bottom-lg {
        border-bottom: 1px solid #ebf0f7;
    }
}

@media (min-width: 1200px) {
    .border-bottom-xl {
        border-bottom: 1px solid #ebf0f7;
    }
}

@media (min-width: 1480px) {
    .border-bottom-wd {
        border-bottom: 1px solid #ebf0f7;
    }
}

.border-bottom-1 {
    border-bottom: 2px solid #c6cdd6 !important;
}

/*------------------------------------
  Position Spaces
------------------------------------*/
.top-0 {
    top: 0;
}

.right-0 {
    right: 0;
}

.top-90 {
    top: 90%;
}

.bottom-0 {
    bottom: 0;
}

.left-n100 {
    left: -100%;
}

.left-0 {
    left: 0;
}

.bottom-n66 {
    bottom: -66px;
}

.bottom-n86 {
    bottom: -86px;
}

@media (min-width: 768px) {
    .top-md-0 {
        top: 0;
    }

    .right-md-0 {
        right: 0;
    }

    .bottom-md-0 {
        bottom: 0;
    }

    .left-md-0 {
        left: 0;
    }

    .position-md-absolute {
        position: absolute;
    }
}

@media (min-width: 992px) {
    .top-lg-0 {
        top: 0;
    }

    .right-lg-0 {
        right: 0;
    }

    .bottom-lg-0 {
        bottom: 0;
    }

    .left-lg-0 {
        left: 0;
    }

    .position-lg-absolute {
        position: absolute;
    }
}

.btn-position {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(23px);
    transform: translateX(23px);
}

/*------------------------------------
  Content Centered
------------------------------------*/
.content-centered-y {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (min-width: 768px) {
    .content-centered-y--md {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@media (min-width: 992px) {
    .content-centered-y--lg {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.flex-center-between {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-content-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-horizontal-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

/* Vertical Center Alignment */
.position-absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
    .position-50-horizontal {
        -webkit-transform: translate(-35%, 0);
        transform: translate(-35%, 0);
        transition: all 0.2s ease-in-out;
    }
}

@media (min-width: 1200px) {
    .position-50-hover:hover .position-50-horizontal {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/*------------------------------------
  Margin Spacing
------------------------------------*/
.ml-n2 {
    margin-left: -.5rem;
}

.ml-n3 {
    margin-left: -1rem;
}

.mr-n2 {
    margin-right: -.5rem;
}

.mt-n1 {
    margin-top: -.25rem;
}

.mt-n5 {
    margin-top: -2rem;
}

.mt-n6 {
    margin-top: -2.5rem;
}

.mt-n9 {
    margin-top: -4rem;
}

.mt-n23 {
    margin-top: -10rem;
}

.mb-n3 {
    margin-bottom: -1rem;
}

.mb-n9 {
    margin-bottom: -4rem;
}

/* Gutters X */
.mx-gutters-1 {
    margin-right: -.25rem;
    margin-left: -.25rem;
}

.mx-gutters-1 > .col, .mx-gutters-1 > [class*="col-"] {
    padding-right: .25rem;
    padding-left: .25rem;
}

.mx-gutters-2 {
    margin-right: -.5rem;
    margin-left: -.5rem;
}

.mx-gutters-2 > .col, .mx-gutters-2 > [class*="col-"] {
    padding-right: .5rem;
    padding-left: .5rem;
}

/*------------------------------------
  Opacity
------------------------------------*/
.opacity-md {
    opacity: .2;
}

.opacity-4 {
    opacity: .4;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-9 {
    opacity: .9;
}

/*------------------------------------
  Overflow
------------------------------------*/
@media (min-width: 992px) {
    .overflow-lg-visible {
        overflow: visible !important;
    }
}

/*------------------------------------
  Box Shadow
------------------------------------*/
.shadow-primary-lg {
    box-shadow: 0 0 50px rgba(41, 124, 187, 0.4) !important;
}

.shadow-soft {
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.shadow-hover-2:hover, .shadow-hover-2:active, .shadow-hover-2:focus {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}

.shadow-hover-2.tab-card:hover {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.tab-shadow {
    box-shadow: 0px 14px 50px 0px rgba(32, 32, 32, 0.15);
}

.shadow-hover-3:hover {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.slick-shadow {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.shadow-5 {
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
}

.hover-shadow-none:hover {
    box-shadow: none;
}

.shadow-6 {
    box-shadow: 0px 1px 4px 0px rgba(27, 32, 50, 0.3);
}

/*------------------------------------
  Width
------------------------------------*/
.min-width-3 {
    min-width: 1rem !important;
}

.min-width-4 {
    min-width: 1.5rem !important;
}

.min-width-200 {
    min-width: 12.5rem;
}

.max-width-3 {
    max-width: 1rem !important;
}

.max-width-4 {
    max-width: 1.5rem !important;
}

.max-width-5 {
    max-width: 2rem !important;
}

.max-width-6 {
    max-width: 2.5rem !important;
}

.max-width-8 {
    max-width: 3.5rem;
}

.max-width-9 {
    max-width: 4rem;
}

.max-width-10 {
    max-width: 4.5rem;
}

.max-width-15 {
    max-width: 7rem;
}

.max-width-27 {
    max-width: 13rem;
}

.max-width-35 {
    max-width: 17rem;
}

.max-width-40 {
    max-width: 19.5rem;
}

.max-width-40 {
    max-width: 2.5rem;
}

.max-width-960 {
    max-width: 60rem;
}

@media (min-width: 1200px) {
    .max-width-960 {
        min-width: 60rem;
    }
}

.min-width-112 {
    min-width: 7rem;
}

.min-width-170 {
    min-width: 10.625rem;
}

@media (min-width: 768px) {
    .min-width-290 {
        min-width: 18.125rem;
    }
}

@media (min-width: 768px) {
    .min-width-256 {
        min-width: 16rem;
    }
}

@media (min-width: 768px) {
    .max-width-155 {
        max-width: 9.6875rem !important;
    }
}

.min-width-130 {
    min-width: 8.125rem;
}

.min-width-220 {
    min-width: 13.75rem;
}

.min-width-220 {
    min-width: 13.75rem;
}

.min-width-250 {
    min-width: 15.625rem;
}

.min-width-284 {
    min-width: 17.75rem;
}

.max-width-580 {
    max-width: 36.25rem;
}

.width-200 {
    width: 12.5rem;
}

.width-30 {
    width: 1.875rem;
}

.max-width-235 {
    max-width: 14.688rem;
}

.min-width-178 {
    min-width: 11.125rem;
}

.min-width-300 {
    min-width: 18.75rem;
}

@media (max-width: 575.98px) {
    .w-max-100 {
        width: 100% !important;
    }
}

@media (max-width: 767.98px) {
    .w-max-sm-100 {
        width: 100% !important;
    }
}

@media (max-width: 991.98px) {
    .w-max-md-100 {
        width: 100% !important;
    }
}

@media (max-width: 1199.98px) {
    .w-max-lg-100 {
        width: 100% !important;
    }
}

@media (max-width: 1479.98px) {
    .w-max-xl-100 {
        width: 100% !important;
    }
}

.w-max-wd-100 {
    width: 100% !important;
}

.min-width-254 {
    min-width: 15.875rem;
}

@media (min-width: 1200px) {
    .min-width-xl-447 {
        min-width: 27.938rem;
    }
}

.width-51 {
    width: 3.188rem;
}

.width-135 {
    width: 8.438rem !important;
}

.width-25 {
    width: 1.563rem;
}

.width-35 {
    width: 2.188rem;
}

.width-36 {
    width: 36px;
}

.width-40 {
    width: 2.5rem;
}

.width-45 {
    width: 2.813rem;
}

.width-50 {
    width: 3.125rem;
}

.width-80 {
    width: 5rem;
}

.width-90 {
    width: 5.625rem;
}

.width-223 {
    width: 13.875rem !important;
}

.width-100vw {
    width: 100vw;
}

@media (min-width: 1200px) {
    .min-width-xl-100 {
        min-width: 100%;
    }
}

.max-width-650 {
    max-width: 38.125rem;
}

.max-width-810 {
    max-width: 50.625rem;
}

.width-260 {
    width: 16.25rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .width-lg-200 {
        width: 12.5rem !important;
    }
}

.width-60 {
    width: 3.75rem;
}

.max-height-200 {
    max-height: 12.5rem;
}

.width-70 {
    width: 4.375rem;
}

.width-190 {
    width: 11.875rem;
}

@media (min-width: 1480px) {
    .width-960 {
        width: 60rem;
    }
}

.min-width-190 {
    min-width: 11.875rem;
}

/*------------------------------------
  Height
------------------------------------*/
.height-30vh {
    height: 30vh;
}

.height-40vh {
    height: 40vh;
}

.height-60vh {
    height: 60vh;
}

.height-100vh {
    height: 100vh;
}

.height-570 {
    height: 35.625rem;
}

.height-100vh-72 {
    height: calc(100vh - 72px);
}

@media (min-width: 992px) {
    .height-100vh-main {
        height: calc(100vh - 194px);
    }
}

@media (min-width: 1200px) {
    .height-100vh-main {
        height: calc(100vh - 214px);
    }
}

@media (min-width: 992px) {
    .height-100vh-main-1 {
        height: calc(100vh - 80px);
    }
}

@media (min-width: 992px) {
    .height-100vh-main-2 {
        height: calc(100vh - 155px);
    }
}

.height-4 {
    height: .25rem;
}

.height-25 {
    height: 1.563rem;
}

.height-35 {
    height: 2.188rem;
}

.height-36 {
    height: 36px;
}

.height-40 {
    height: 2.5rem;
}

.height-45 {
    height: 2.813rem;
}

.height-50 {
    height: 3.125rem;
}

.height-51 {
    height: 3.188rem;
}

.height-54 {
    height: 54px;
}

.height-60 {
    height: 3.75rem;
}

.min-height-60 {
    min-height: 3.75rem;
}

.height-380 {
    height: 23.75rem;
}

@media (max-width: 991.98px) {
    .height-350-md-down {
        height: 21.875rem;
    }
}

.height-400 {
    height: 25rem;
}

.height-450 {
    height: 28.125rem !important;
}

.max-height-100vh {
    max-height: 100vh;
}

.min-height-100vh {
    min-height: 100vh;
}

.min-height-50 {
    min-height: 3.125rem;
}

.min-height-155 {
    min-height: 9.6875rem;
}

.min-height-200 {
    min-height: 12.5rem;
}

.min-height-230 {
    min-height: 14.375rem;
}

.min-height-240 {
    min-height: 15rem;
}

.min-height-350 {
    min-height: 21.875rem !important;
}

.min-height-300 {
    min-height: 18.75rem;
}

.min-height-380 {
    min-height: 23.75rem;
}

.min-height-450 {
    min-height: 28.125rem;
}

@media (min-width: 768px) {
    .min-height-458 {
        min-height: 28.625rem;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    .min-height-150 {
        min-height: 9.375rem;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.min-height-500 {
    min-height: 31.25rem;
}

.min-height-550 {
    min-height: 34.375rem;
}

.min-height-600 {
    min-height: 37.5rem;
}

.min-height-620 {
    min-height: 38.75rem;
}

@media (max-width: 1199.98px) {
    .min-height-650 {
        min-height: 25rem;
    }
}

@media (min-width: 1200px) {
    .min-height-650 {
        min-height: 40.625rem;
    }
}

@media (max-width: 1199.98px) {
    .min-height-750 {
        min-height: 30rem;
    }
}

@media (min-width: 1200px) {
    .min-height-750 {
        min-height: 46.875rem;
    }
}

@media (max-width: 1199.98px) {
    .min-height-800 {
        min-height: 30rem;
    }
}

@media (min-width: 1200px) {
    .min-height-800 {
        min-height: 50rem;
    }
}

@media (max-width: 991.98px) {
    .min-height-720 {
        min-height: 26rem;
    }
}

@media (min-width: 992px) {
    .min-height-720 {
        min-height: 45rem;
    }
}

@media (max-width: 1199.98px) {
    .min-height-955 {
        min-height: 30rem;
    }
}

@media (min-width: 1200px) {
    .min-height-955 {
        min-height: 59.688rem;
    }
}

.min-height-960 {
    min-height: 60rem;
}

@media (max-width: 1479.98px) {
    .min-height-960 {
        min-height: 32rem;
    }
}

.max-height-760 {
    max-height: 47.5rem;
}

@media (min-width: 1480px) {
    .height-760 {
        height: 47.5rem;
    }
}

@media (min-width: 576px) {
    .height-sm-100vh {
        height: 100vh;
    }
}

@media (min-width: 768px) {
    .height-md-60vh {
        height: 60vh;
    }

    .height-md-100vh {
        height: 100vh;
    }

    .min-height-md-100vh {
        min-height: 100vh;
    }
}

@media (min-width: 992px) {
    .height-lg-100vh {
        height: 100vh;
    }

    .min-height-lg-auto {
        min-height: auto;
    }

    .min-height-lg-100vh {
        min-height: 100vh;
    }
}

@media (min-width: 1200px) {
    .min-height-xl-100vh {
        min-height: 100vh;
    }
}

.height-110 {
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    .width-md-50 {
        width: 50%;
    }
}

.m-b-n1 {
    margin-bottom: -1px;
}

/*------------------------------------
Typography Font Size
------------------------------------*/
.font-size-1 {
    font-size: 0.875rem;
}

.font-size-2 {
    font-size: 1.5rem;
}

.font-size-3 {
    font-size: 2rem;
}

.font-size-4 {
    font-size: 2.5rem;
}

.font-size-5 {
    font-size: 3rem;
}

.font-size-8 {
    font-size: 0.5rem;
}

.font-size-10 {
    font-size: 0.625rem;
}

.font-size-11 {
    font-size: 0.688rem;
}

.font-size-21 {
    font-size: 1.313rem;
}

.font-size-12 {
    font-size: 0.75rem;
}

.font-size-13 {
    font-size: 0.813rem;
}

.font-size-14 {
    font-size: 0.875rem;
}

.font-size-15 {
    font-size: 0.938rem;
}

.font-size-16 {
    font-size: 1rem;
}

.font-size-17 {
    font-size: 1.063rem;
}

.font-size-18 {
    font-size: 1.125rem;
}

.font-size-19 {
    font-size: 1.188rem;
}

.font-size-20 {
    font-size: 1.25rem;
}

.font-size-21 {
    font-size: 1.313rem;
}

.font-size-23 {
    font-size: 1.438rem;
}

.font-size-24 {
    font-size: 1.5rem;
}

.font-size-27 {
    font-size: 1.688rem !important;
}

.font-size-30 {
    font-size: 1.875rem;
}

.font-size-35 {
    font-size: 2.188rem;
}

.font-size-40 {
    font-size: 2.5rem;
}

.font-size-50 {
    font-size: 3.125rem;
}

.font-size-41 {
    font-size: 2.563rem;
}

.font-size-60 {
    font-size: 3.75rem;
}

.font-size-22 {
    font-size: 1.375rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .font-size-lg-16 {
        font-size: 1rem;
    }
}

.font-size-25 {
    font-size: 1.563rem;
}

.font-size-80 {
    font-size: 5rem;
}

@media (max-width: 575.98px) {
    .font-size-xs-40 {
        font-size: 2.5rem !important;
    }
}

@media (max-width: 575.98px) {
    .font-size-xs-30 {
        font-size: 1.875rem !important;
    }
}

@media (max-width: 575.98px) {
    .font-size-xs-20 {
        font-size: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .font-size-xs-160 {
        font-size: 10rem !important;
    }
}

@media (max-width: 991.98px) {
    .font-size-md-down-5 {
        font-size: 3rem;
    }
}

@media (max-width: 1199.98px) {
    .font-size-lg-15 {
        font-size: 0.938rem;
    }
}

.font-size-200 {
    font-size: 12.5rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .font-size-lg-120 {
        font-size: 7.5rem;
    }
}

/*------------------------------------
Font Weight
------------------------------------*/
.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-semi-bold {
    font-weight: 500 !important;
}

.font-weight-bold {
    font-weight: 500 !important;
}

@media (max-width: 575.98px) {
    .font-size-xs-20 {
        font-size: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .font-size-xs-28 {
        font-size: 1.75rem !important;
    }
}

/*------------------------------------
Line Height
------------------------------------*/
.text-lh-sm {
    line-height: 1.2;
}

.text-lh-md {
    line-height: 1.8;
}

.text-lh-1 {
    line-height: 1;
}

.text-lh-2 {
    line-height: 2;
}

.text-lh-3 {
    line-height: 3;
}

.text-lh-inherit {
    line-height: 1.5;
}

.text-lh-1dot4 {
    line-height: 1.4;
}

.text-lh-1dot6 {
    line-height: 1.6;
}

.text-lh-1dot7 {
    line-height: 1.7;
}

.text-lh-lg {
    line-height: 1.9;
}

/*------------------------------------
Letter Spacing
------------------------------------*/
.letter-spacing-2 {
    letter-spacing: 0.125rem;
}

.letter-spacing-3 {
    letter-spacing: 0.188rem;
}

/* section-title */
.section-title {
    font-size: 1.875rem;
    color: #3b444f;
    font-weight: 500;
}

.section-title::after {
    display: block;
    width: 2.5rem;
    height: 0.125rem;
    background-color: #297cbb;
    content: " ";
    margin: 1.5rem auto 0;
}

/* section-title */
.section-title-1 {
    font-size: 1.875rem;
    color: #fff;
    font-weight: 700;
}

.section-title-1::after {
    display: block;
    width: 2.5rem;
    height: 0.125rem;
    background-color: #fff;
    content: " ";
    margin: 1.5rem auto 0;
}

.color-hover:hover {
    background: #ceac61 !important;
}

.color-hover:hover i, .color-hover:hover h6 {
    color: #fff !important;
}

.text-hover:hover {
    background: #f8bd5b !important;
}

.text-hover:hover h6, .text-hover:hover span {
    color: #fff !important;
}

.text-underline {
    text-decoration: underline;
}

.line-clamp {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3.5;
    -webkit-box-orient: vertical;
}

.cursor-pointer {
    cursor: pointer;
}

/*------------------------------------
  Text Colors
------------------------------------*/
.text-white-70 {
    color: rgba(255, 255, 255, 0.7);
}

.text-white-70[href]:hover {
    color: #fff;
}

.text-primary-lighten {
    color: #63a8dd;
}

@media (max-width: 575.98px) {
    .text-primary-max {
        color: #297cbb;
    }
}

@media (max-width: 767.98px) {
    .text-primary-max-sm {
        color: #297cbb;
    }
}

@media (max-width: 991.98px) {
    .text-primary-max-md {
        color: #297cbb;
    }
}

@media (max-width: 1199.98px) {
    .text-primary-max-lg {
        color: #297cbb;
    }
}

@media (max-width: 1479.98px) {
    .text-primary-max-xl {
        color: #297cbb;
    }
}

.text-primary-max-wd {
    color: #297cbb;
}

.card-title.text-dark:hover {
    color: #297cbb !important;
}

.text-black {
    color: #3b444f;
}

.text-color-1 {
    color: #67747c;
}

.text-color-13 {
    color: #b3b1ae;
}

.text-gray-14 {
    color: #3c3c3c;
}

.green-lighter {
    color: #ffd510;
}

.text-blue-lighter-1 {
    color: #5392f9;
}

.pagination-v2-arrow-color {
    color: #297cbb;
}

.text-red-lighter-1 {
    color: #ff5a5f;
}

.text-dark-1 {
    color: #1e2022;
}

.text-gray-16 {
    color: #18181b;
}

.list-tab .list-link:hover i, .list-tab .list-link:hover span {
    color: #297cbb !important;
}

.list-tab .list-link:active {
    border-left: 2px solid #297cbb !important;
}

.list-tab .list-link:active i, .list-tab .list-link:active span {
    color: #297cbb !important;
}

.text-hover-primary:hover {
    background-color: #297cbb;
}

.text-hover-primary:hover h6, .text-hover-primary:hover span {
    color: #fff !important;
}

.hover-bg-gray-1:hover {
    background-color: #ebf0f7;
    transition: .3s;
}

/*------------------------------------
  Transform
------------------------------------*/
.transform-rotate-1 {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transform-origin: 30% 20%;
    transform-origin: 30% 20%;
}

/*------------------------------------
  Transitions
------------------------------------*/
/* 3D Hover */
.transition-3d-hover {
    transition: all 0.2s ease-in-out;
}

.transition-3d-hover:hover, .transition-3d-hover:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*------------------------------------
  Z-Index
------------------------------------*/
.z-index-n1 {
    z-index: -1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-4 {
    z-index: 4;
}

.flex-shrink-md-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

/*-------------------------------------------*\
    2.43. Vendor
\*-------------------------------------------*/
/*------------------------------------
  Animate.css
------------------------------------*/
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

/*------------------------------------
  Area Chart
------------------------------------*/
.u-area-chart {
    position: relative;
    line-height: 0;
}

.u-area-chart .ct-point {
    stroke-width: .375rem;
}

.u-area-chart__tooltip {
    color: #77838f;
    background-color: #fff;
    border-radius: 0.3125rem;
    box-shadow: 0 0.375rem 0.9375rem 0.0625rem rgba(140, 152, 164, 0.2);
    padding: 1rem;
    font-size: .75rem;
    font-weight: 400;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
}

.u-area-chart__tooltip::before {
    border: 8px #fff;
    margin-left: -.5rem;
}

.u-area-chart__tooltip .chartist-tooltip-value {
    font-weight: 600;
}

/*------------------------------------
  Cubeportfolio
------------------------------------*/
.u-cubeportfolio .u-cubeportfolio__item {
    font-size: .875rem;
    text-transform: capitalize;
    background-color: transparent;
    border: none;
    margin: 0;
    padding-left: .75rem;
    padding-right: .75rem;
}

.u-cubeportfolio .u-cubeportfolio__item:first-child {
    padding-left: 0;
}

.u-cubeportfolio .u-cubeportfolio__item:last-child {
    padding-right: 0;
}

.u-cubeportfolio .u-cubeportfolio__item:hover {
    color: #3b444f;
}

.u-cubeportfolio .u-cubeportfolio__item.cbp-filter-item-active {
    color: #297cbb;
    background-color: transparent;
    border: transparent;
}

.u-cubeportfolio .cbp-l-loadMore-stop {
    pointer-events: none;
    color: #77838f;
}

.u-cubeportfolio .cbp-caption-zoom .cbp-caption-activeWrap {
    background-color: rgba(41, 124, 187, 0.9);
}

/*------------------------------------
  Hover Animation Effects
------------------------------------*/
.u-cubeportfolio--reveal-v1 .cbp-l-caption-body {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: 0.4s ease-in-out;
}

.u-cubeportfolio--reveal-v1 .cbp-caption:hover .cbp-l-caption-body {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

/*------------------------------------
  Custombox
------------------------------------*/
.custombox-lock {
    overflow: auto;
}

.u-custombox-no-scroll.custombox-lock {
    margin-right: 1.0625rem;
    overflow: hidden;
}

/*------------------------------------
  Datatable
------------------------------------*/
.u-datatable .dataTables_length, .u-datatable .dataTables_filter, .u-datatable .dataTables_info, .u-datatable .dataTables_paginate {
    display: none;
}

.u-datatable__striped .odd {
    background-color: #f8fafd;
}

.u-datatable .u-datatable__trigger {
    cursor: pointer;
}

.u-datatable .u-datatable__trigger-icon::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    margin-right: .75rem;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.u-datatable__content td[colspan] {
    padding-left: 0;
    padding-right: 0;
}

.u-datatable .opened .u-datatable__trigger-icon::before {
    content: "\f106";
}

.u-datatable__thead-icon {
    display: block;
    line-height: .7;
    cursor: pointer;
    color: #bdc5d1;
}

.u-datatable__thead-icon:hover {
    color: #297cbb;
}

/*------------------------------------
  DatePicker
------------------------------------*/
.u-datepicker {
    position: relative;
}

.u-datepicker .flatpickr-calendar {
    top: 3.75rem !important;
    left: 0 !important;
    box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
}

.u-datepicker .flatpickr-calendar::before, .u-datepicker .flatpickr-calendar::after {
    display: none;
}

.u-datepicker .flatpickr-months {
    position: relative;
    background-color: #297cbb;
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    padding: .75rem;
}

.u-datepicker .flatpickr-months .cur-month, .u-datepicker .flatpickr-months .cur-year {
    color: #fff;
}

.u-datepicker .flatpickr-current-month, .u-datepicker .flatpickr-prev-month, .u-datepicker .flatpickr-next-month {
    padding: 0;
}

.u-datepicker .flatpickr-prev-month, .u-datepicker .flatpickr-next-month {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.u-datepicker .flatpickr-prev-month.flatpickr-prev-month, .u-datepicker .flatpickr-next-month.flatpickr-prev-month {
    left: .75rem;
}

.u-datepicker .flatpickr-prev-month.flatpickr-next-month, .u-datepicker .flatpickr-next-month.flatpickr-next-month {
    right: .75rem;
}

.u-datepicker .flatpickr-prev-month svg, .u-datepicker .flatpickr-next-month svg {
    fill: rgba(255, 255, 255, 0.7);
}

.u-datepicker .flatpickr-prev-month:hover svg, .u-datepicker .flatpickr-next-month:hover svg {
    fill: #fff;
}

.u-datepicker .flatpickr-weekday {
    color: #3b444f;
    text-transform: uppercase;
    font-weight: 500;
}

.u-datepicker .flatpickr-day {
    color: #3b444f;
    border-color: transparent;
}

.u-datepicker .flatpickr-day:focus, .u-datepicker .flatpickr-day:hover {
    color: #297cbb;
    background-color: rgba(41, 124, 187, 0.1);
}

.u-datepicker .flatpickr-day.inRange {
    background-color: #e7eaf3;
    box-shadow: -0.3125rem 0 0 #e7eaf3, 0.3125rem 0 0 #e7eaf3;
}

.u-datepicker .flatpickr-day.today {
    color: #fff;
    background-color: #297cbb;
}

.u-datepicker .flatpickr-day.prevMonthDay, .u-datepicker .flatpickr-day.nextMonthDay {
    color: #e7eaf3;
}

.u-datepicker .flatpickr-day.prevMonthDay:focus, .u-datepicker .flatpickr-day.prevMonthDay:hover, .u-datepicker .flatpickr-day.nextMonthDay:focus, .u-datepicker .flatpickr-day.nextMonthDay:hover {
    color: #97a4af;
    background-color: #e7eaf3;
}

.u-datepicker .flatpickr-day.disabled {
    color: #e7eaf3;
}

.u-datepicker .flatpickr-day.disabled:hover {
    color: #97a4af;
    background-color: #e7eaf3;
}

.u-datepicker .flatpickr-day.selected {
    color: #297cbb;
    background-color: transparent;
    border-color: #297cbb;
}

.u-datepicker .flatpickr-day.selected:focus.prevMonthDay, .u-datepicker .flatpickr-day.selected:focus.nextMonthDay, .u-datepicker .flatpickr-day.selected:hover.prevMonthDay, .u-datepicker .flatpickr-day.selected:hover.nextMonthDay {
    color: #297cbb;
    background-color: transparent;
}

.u-datepicker .flatpickr-day.selected.startRange, .u-datepicker .flatpickr-day.selected.endRange {
    color: #fff;
    background-color: #297cbb;
}

.u-datepicker .numInputWrapper span.arrowUp, .u-datepicker .numInputWrapper span.arrowDown {
    display: none;
}

.u-datepicker .numInputWrapper:hover {
    background-color: transparent;
}

/* Positions */
.u-datepicker--top .flatpickr-calendar {
    top: auto !important;
    bottom: 3.5rem !important;
}

/*------------------------------------
  Dzsparallaxer
------------------------------------*/
.dzsparallaxer {
    color: inherit;
}

/*--------------------------------------------------
  Fancybox
----------------------------------------------------*/
.u-fancybox-theme .fancybox-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.u-fancybox-theme .fancybox-slide--iframe .fancybox-content {
    position: static;
}

.u-fancybox-theme .fancybox-bg {
    background-color: #3b444f;
}

.fancybox-controls--canzoomIn .fancybox-placeholder, .fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: inherit;
}

.fancybox-slide.has-animation {
    display: block;
}

.fancybox-is-sliding .fancybox-slide.has-animation, .fancybox-slide--current.has-animation, .fancybox-slide--next.has-animation, .fancybox-slide--previous.has-animation {
    display: none;
}

.fancybox-is-sliding .fancybox-slide.has-animation.animated, .fancybox-slide--current.has-animation.animated, .fancybox-slide--next.has-animation.animated, .fancybox-slide--previous.has-animation.animated {
    display: block;
}

.u-blur-30 {
    -webkit-filter: blur(30px);
    filter: blur(30px);
}

/*------------------------------------
  Fileuploader
------------------------------------*/
/* Default Style */
.fileuploader {
    margin-top: 0;
}

/* Front Style */
.u-fileuploader-input {
    display: block;
    cursor: pointer;
    background: #fff;
    border: 2px dashed #e7eaf3;
    border-radius: 0.3125rem;
    padding: 2rem 0;
    text-align: center;
}

.u-fileuploader-input__icon {
    display: block;
    color: #297cbb;
    font-size: 2.5rem;
}

/* Dragging State */
.u-fileuploader-input__inner, .u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__icon {
    transition: all 0.3s ease-in-out;
}

.u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__inner {
    opacity: .6;
}

.u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__icon {
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
}

.u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__btn {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

/*------------------------------------
  Select
------------------------------------*/
.dropdown-select.bootstrap-select li .dropdown-item.opt {
    padding-left: 1.5rem;
}

.dropdown-select.bootstrap-select .bs-searchbox {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.dropdown-select.bootstrap-select .dropdown-header .text {
    font-size: 80%;
    font-weight: 500;
    color: #3b444f;
    text-transform: uppercase;
}

.dropdown-select .form-control {
    margin-bottom: .5rem;
}

.nav-select .bootstrap-select button {
    background-color: #fff !important;
    border: none;
    font-weight: 500;
    padding-bottom: 14px;
}

.nav-select-1 .bootstrap-select button {
    background-color: transparent !important;
}

/*------------------------------------
  Slick
------------------------------------*/
[data-lazy] {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.slick-cloned [data-scs-animation-in] {
    opacity: 0;
}

.u-slick {
    background: url(../svg/preloaders/circle-preloader.svg) no-repeat 50% 50%;
}

.u-slick .js-next, .u-slick .js-prev {
    opacity: 0;
}

.u-slick.slick-initialized {
    background: none;
}

.u-slick.slick-initialized .js-slide, .u-slick.slick-initialized .js-thumb {
    visibility: visible;
    height: auto;
    overflow: visible;
}

.u-slick.slick-initialized .js-next, .u-slick.slick-initialized .js-prev {
    opacity: 1;
}

.u-slick .js-slide, .u-slick .js-thumb {
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.u-slick .js-slide:first-child, .u-slick .js-thumb:first-child {
    height: auto;
}

/*------------------------------------
  Summernote Editor
------------------------------------*/
.note-modal-footer {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 30px;
}

.note-modal-footer .note-btn {
    float: inherit;
}

.u-summernote-editor .note-editor.note-frame {
    border-color: #e7eaf3;
}

.u-summernote-editor .note-editor.note-frame .note-statusbar {
    background-color: #f8fafd;
    border-top-color: #e7eaf3;
}

.u-summernote-editor .note-toolbar {
    background-color: #f8fafd;
}

.u-summernote-editor .note-toolbar > .note-btn-group {
    border: 1px solid #e7eaf3;
    border-radius: 0.3125rem;
}

.u-summernote-editor .note-toolbar .note-dropdown-menu {
    min-width: 12.5rem;
    border-color: #e7eaf3;
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.125);
    padding: .5rem;
}

.u-summernote-editor .note-toolbar .note-color .note-dropdown-menu {
    min-width: 21.5rem;
}

.u-summernote-editor .note-btn:focus, .u-summernote-editor .note-btn:hover {
    color: #297cbb;
    background-color: transparent;
}

.u-summernote-editor .note-dropdown-item:hover {
    background-color: #f8fafd;
}

/*------------------------------------
  Tagsinput
------------------------------------*/
.u-tagsinput .bootstrap-tagsinput {
    width: 100%;
    border-color: #e7eaf3;
    border-radius: 0.3125rem;
    box-shadow: none;
    padding: .25rem;
    padding-bottom: 0;
}

.u-tagsinput .bootstrap-tagsinput::before {
    content: "|";
    display: inline-block;
    width: 1px;
    line-height: 1;
    font-size: .625rem;
    opacity: 0;
    padding: .75rem 0;
}

.u-tagsinput .bootstrap-tagsinput .tag {
    position: relative;
    display: inline-block;
    font-size: .875rem;
    color: #77838f;
    background-color: rgba(119, 131, 143, 0.1);
    border-radius: 0.3125rem;
    padding: .25rem 1.875rem .25rem .75rem;
    margin-bottom: .25rem;
    margin-right: 0;
}

.u-tagsinput .bootstrap-tagsinput .tag [data-role="remove"] {
    position: absolute;
    right: .5rem;
    top: 50%;
    color: #77838f;
    font-size: 1.25rem;
    outline: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.u-tagsinput .bootstrap-tagsinput .tag [data-role="remove"]::after {
    content: "\00d7";
}

.u-tagsinput .bootstrap-tagsinput .tag [data-role="remove"]:hover {
    color: #3b444f;
    box-shadow: none;
}

/*------------------------------------
  Typed.js
------------------------------------*/
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*--------------------------------------------
  File for your custom SCSS & CSS style here.
----------------------------------------------*/
.navbar-brand {
    padding: 0px 0px !important;
}

.newmd4 {
    border: 1px solid #000;
    padding: 10px ;
}

.newservices {
    color: black !important;
    font-weight: 900 !important;
    font-size: 21px;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 13px;
}

.h1hero {
color: white !important;
}
